mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
rename #3
This commit is contained in:
parent
14f07274d9
commit
a9bf9cf722
598
chatterino.pro
598
chatterino.pro
|
@ -93,308 +93,308 @@ werr {
|
||||||
|
|
||||||
# src
|
# src
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
src/Application.cpp
|
src/Application.cpp \
|
||||||
src/Channel.cpp
|
src/Channel.cpp \
|
||||||
src/ChannelData.cpp
|
src/ChannelData.cpp \
|
||||||
src/Common.h.cpp
|
src/Common.h.cpp \
|
||||||
src/controllers/accounts/Account.cpp
|
src/controllers/accounts/Account.cpp \
|
||||||
src/controllers/accounts/AccountController.cpp
|
src/controllers/accounts/AccountController.cpp \
|
||||||
src/controllers/accounts/AccountModel.cpp
|
src/controllers/accounts/AccountModel.cpp \
|
||||||
src/controllers/commands/Command.cpp
|
src/controllers/commands/Command.cpp \
|
||||||
src/controllers/commands/CommandController.cpp
|
src/controllers/commands/CommandController.cpp \
|
||||||
src/controllers/commands/CommandModel.cpp
|
src/controllers/commands/CommandModel.cpp \
|
||||||
src/controllers/highlights/HighlightController.cpp
|
src/controllers/highlights/HighlightController.cpp \
|
||||||
src/controllers/highlights/HighlightModel.cpp
|
src/controllers/highlights/HighlightModel.cpp \
|
||||||
src/controllers/ignores/IgnoreController.cpp
|
src/controllers/ignores/IgnoreController.cpp \
|
||||||
src/controllers/ignores/IgnoreModel.cpp
|
src/controllers/ignores/IgnoreModel.cpp \
|
||||||
src/controllers/taggedusers/TaggedUser.cpp
|
src/controllers/taggedusers/TaggedUser.cpp \
|
||||||
src/controllers/taggedusers/TaggedUsersController.cpp
|
src/controllers/taggedusers/TaggedUsersController.cpp \
|
||||||
src/controllers/taggedusers/TaggedUsersModel.cpp
|
src/controllers/taggedusers/TaggedUsersModel.cpp \
|
||||||
src/main.cpp
|
src/main.cpp \
|
||||||
src/messages/Image.cpp
|
src/messages/Image.cpp \
|
||||||
src/messages/layouts/MessageLayout.cpp
|
src/messages/layouts/MessageLayout.cpp \
|
||||||
src/messages/layouts/MessageLayoutContainer.cpp
|
src/messages/layouts/MessageLayoutContainer.cpp \
|
||||||
src/messages/layouts/MessageLayoutElement.cpp
|
src/messages/layouts/MessageLayoutElement.cpp \
|
||||||
src/messages/Link.cpp
|
src/messages/Link.cpp \
|
||||||
src/messages/Message.cpp
|
src/messages/Message.cpp \
|
||||||
src/messages/MessageBuilder.cpp
|
src/messages/MessageBuilder.cpp \
|
||||||
src/messages/MessageColor.cpp
|
src/messages/MessageColor.cpp \
|
||||||
src/messages/MessageElement.cpp
|
src/messages/MessageElement.cpp \
|
||||||
src/providers/bttv/BttvEmotes.cpp
|
src/providers/bttv/BttvEmotes.cpp \
|
||||||
src/providers/emoji/Emojis.cpp
|
src/providers/emoji/Emojis.cpp \
|
||||||
src/providers/ffz/FfzEmotes.cpp
|
src/providers/ffz/FfzEmotes.cpp \
|
||||||
src/providers/irc/AbstractIrcServer.cpp
|
src/providers/irc/AbstractIrcServer.cpp \
|
||||||
src/providers/irc/IrcAccount.cpp
|
src/providers/irc/IrcAccount.cpp \
|
||||||
src/providers/irc/IrcChannel2.cpp
|
src/providers/irc/IrcChannel2.cpp \
|
||||||
src/providers/irc/IrcConnection2.cpp
|
src/providers/irc/IrcConnection2.cpp \
|
||||||
src/providers/irc/IrcServer.cpp
|
src/providers/irc/IrcServer.cpp \
|
||||||
src/providers/twitch/IrcMessageHandler.cpp
|
src/providers/twitch/IrcMessageHandler.cpp \
|
||||||
src/providers/twitch/Pubsub.cpp
|
src/providers/twitch/Pubsub.cpp \
|
||||||
src/providers/twitch/PubsubActions.cpp
|
src/providers/twitch/PubsubActions.cpp \
|
||||||
src/providers/twitch/PubsubHelpers.cpp
|
src/providers/twitch/PubsubHelpers.cpp \
|
||||||
src/providers/twitch/TwitchAccount.cpp
|
src/providers/twitch/TwitchAccount.cpp \
|
||||||
src/providers/twitch/TwitchAccountManager.cpp
|
src/providers/twitch/TwitchAccountManager.cpp \
|
||||||
src/providers/twitch/TwitchChannel.cpp
|
src/providers/twitch/TwitchChannel.cpp \
|
||||||
src/providers/twitch/TwitchEmotes.cpp
|
src/providers/twitch/TwitchEmotes.cpp \
|
||||||
src/providers/twitch/TwitchHelpers.cpp
|
src/providers/twitch/TwitchHelpers.cpp \
|
||||||
src/providers/twitch/TwitchMessageBuilder.cpp
|
src/providers/twitch/TwitchMessageBuilder.cpp \
|
||||||
src/providers/twitch/TwitchServer.cpp
|
src/providers/twitch/TwitchServer.cpp \
|
||||||
src/providers/twitch/TwitchUser.cpp
|
src/providers/twitch/TwitchUser.cpp \
|
||||||
src/singletons/EmoteManager.cpp
|
src/singletons/EmoteManager.cpp \
|
||||||
src/singletons/FontManager.cpp
|
src/singletons/FontManager.cpp \
|
||||||
src/singletons/helper/ChatterinoSetting.cpp
|
src/singletons/helper/ChatterinoSetting.cpp \
|
||||||
src/singletons/helper/GifTimer.cpp
|
src/singletons/helper/GifTimer.cpp \
|
||||||
src/singletons/helper/LoggingChannel.cpp
|
src/singletons/helper/LoggingChannel.cpp \
|
||||||
src/singletons/helper/ModerationAction.cpp
|
src/singletons/helper/ModerationAction.cpp \
|
||||||
src/singletons/IrcManager.cpp
|
src/singletons/IrcManager.cpp \
|
||||||
src/singletons/LoggingManager.cpp
|
src/singletons/LoggingManager.cpp \
|
||||||
src/singletons/NativeMessagingManager.cpp
|
src/singletons/NativeMessagingManager.cpp \
|
||||||
src/singletons/PathManager.cpp
|
src/singletons/PathManager.cpp \
|
||||||
src/singletons/ResourceManager.cpp
|
src/singletons/ResourceManager.cpp \
|
||||||
src/singletons/SettingsManager.cpp
|
src/singletons/SettingsManager.cpp \
|
||||||
src/singletons/ThemeManager.cpp
|
src/singletons/ThemeManager.cpp \
|
||||||
src/singletons/UpdateManager.cpp
|
src/singletons/UpdateManager.cpp \
|
||||||
src/singletons/WindowManager.cpp
|
src/singletons/WindowManager.cpp \
|
||||||
src/util/CompletionModel.cpp
|
src/util/CompletionModel.cpp \
|
||||||
src/util/DebugCount.cpp
|
src/util/DebugCount.cpp \
|
||||||
src/util/Emotemap.cpp
|
src/util/Emotemap.cpp \
|
||||||
src/util/NetworkManager.cpp
|
src/util/NetworkManager.cpp \
|
||||||
src/util/NetworkRequest.cpp
|
src/util/NetworkRequest.cpp \
|
||||||
src/util/RapidjsonHelpers.cpp
|
src/util/RapidjsonHelpers.cpp \
|
||||||
src/util/StreamLink.cpp
|
src/util/StreamLink.cpp \
|
||||||
src/util/WindowsHelper.cpp
|
src/util/WindowsHelper.cpp \
|
||||||
src/widgets/AccountSwitchPopupWidget.cpp
|
src/widgets/AccountSwitchPopupWidget.cpp \
|
||||||
src/widgets/AccountSwitchWidget.cpp
|
src/widgets/AccountSwitchWidget.cpp \
|
||||||
src/widgets/AttachedWindow.cpp
|
src/widgets/AttachedWindow.cpp \
|
||||||
src/widgets/BaseWidget.cpp
|
src/widgets/BaseWidget.cpp \
|
||||||
src/widgets/BaseWindow.cpp
|
src/widgets/BaseWindow.cpp \
|
||||||
src/widgets/EmotePopup.cpp
|
src/widgets/EmotePopup.cpp \
|
||||||
src/widgets/helper/ChannelView.cpp
|
src/widgets/helper/ChannelView.cpp \
|
||||||
src/widgets/helper/ComboBoxItemDelegate.cpp
|
src/widgets/helper/ComboBoxItemDelegate.cpp \
|
||||||
src/widgets/helper/DebugPopup.cpp
|
src/widgets/helper/DebugPopup.cpp \
|
||||||
src/widgets/helper/DropOverlay.cpp
|
src/widgets/helper/DropOverlay.cpp \
|
||||||
src/widgets/helper/DropPreview.cpp
|
src/widgets/helper/DropPreview.cpp \
|
||||||
src/widgets/helper/EditableModelView.cpp
|
src/widgets/helper/EditableModelView.cpp \
|
||||||
src/widgets/helper/NotebookButton.cpp
|
src/widgets/helper/NotebookButton.cpp \
|
||||||
src/widgets/helper/NotebookTab.cpp
|
src/widgets/helper/NotebookTab.cpp \
|
||||||
src/widgets/helper/ResizingTextEdit.cpp
|
src/widgets/helper/ResizingTextEdit.cpp \
|
||||||
src/widgets/helper/RippleEffectButton.cpp
|
src/widgets/helper/RippleEffectButton.cpp \
|
||||||
src/widgets/helper/RippleEffectLabel.cpp
|
src/widgets/helper/RippleEffectLabel.cpp \
|
||||||
src/widgets/helper/ScrollbarHighlight.cpp
|
src/widgets/helper/ScrollbarHighlight.cpp \
|
||||||
src/widgets/helper/SearchPopup.cpp
|
src/widgets/helper/SearchPopup.cpp \
|
||||||
src/widgets/helper/SettingsDialogTab.cpp
|
src/widgets/helper/SettingsDialogTab.cpp \
|
||||||
src/widgets/helper/SignalLabel.cpp
|
src/widgets/helper/SignalLabel.cpp \
|
||||||
src/widgets/helper/SplitColumn.cpp
|
src/widgets/helper/SplitColumn.cpp \
|
||||||
src/widgets/helper/SplitHeader.cpp
|
src/widgets/helper/SplitHeader.cpp \
|
||||||
src/widgets/helper/SplitInput.cpp
|
src/widgets/helper/SplitInput.cpp \
|
||||||
src/widgets/helper/SplitNode.cpp
|
src/widgets/helper/SplitNode.cpp \
|
||||||
src/widgets/helper/SplitOverlay.cpp
|
src/widgets/helper/SplitOverlay.cpp \
|
||||||
src/widgets/helper/TitlebarButton.cpp
|
src/widgets/helper/TitlebarButton.cpp \
|
||||||
src/widgets/Label.cpp
|
src/widgets/Label.cpp \
|
||||||
src/widgets/LastRunCrashDialog.cpp
|
src/widgets/LastRunCrashDialog.cpp \
|
||||||
src/widgets/LoginDialog.cpp
|
src/widgets/LoginDialog.cpp \
|
||||||
src/widgets/Notebook.cpp
|
src/widgets/Notebook.cpp \
|
||||||
src/widgets/NotificationPopup.cpp
|
src/widgets/NotificationPopup.cpp \
|
||||||
src/widgets/QualityPopup.cpp
|
src/widgets/QualityPopup.cpp \
|
||||||
src/widgets/Scrollbar.cpp
|
src/widgets/Scrollbar.cpp \
|
||||||
src/widgets/SelectChannelDialog.cpp
|
src/widgets/SelectChannelDialog.cpp \
|
||||||
src/widgets/SettingsDialog.cpp
|
src/widgets/SettingsDialog.cpp \
|
||||||
src/widgets/settingspages/AboutPage.cpp
|
src/widgets/settingspages/AboutPage.cpp \
|
||||||
src/widgets/settingspages/AccountsPage.cpp
|
src/widgets/settingspages/AccountsPage.cpp \
|
||||||
src/widgets/settingspages/AppearancePage.cpp
|
src/widgets/settingspages/AppearancePage.cpp \
|
||||||
src/widgets/settingspages/BehaviourPage.cpp
|
src/widgets/settingspages/BehaviourPage.cpp \
|
||||||
src/widgets/settingspages/BrowserextensionPage.cpp
|
src/widgets/settingspages/BrowserextensionPage.cpp \
|
||||||
src/widgets/settingspages/CommandPage.cpp
|
src/widgets/settingspages/CommandPage.cpp \
|
||||||
src/widgets/settingspages/EmotesPage.cpp
|
src/widgets/settingspages/EmotesPage.cpp \
|
||||||
src/widgets/settingspages/ExternaltoolsPage.cpp
|
src/widgets/settingspages/ExternaltoolsPage.cpp \
|
||||||
src/widgets/settingspages/HighlightingPage.cpp
|
src/widgets/settingspages/HighlightingPage.cpp \
|
||||||
src/widgets/settingspages/IgnoreusersPage.cpp
|
src/widgets/settingspages/IgnoreusersPage.cpp \
|
||||||
src/widgets/settingspages/KeyboardsettingsPage.cpp
|
src/widgets/settingspages/KeyboardsettingsPage.cpp \
|
||||||
src/widgets/settingspages/LogsPage.cpp
|
src/widgets/settingspages/LogsPage.cpp \
|
||||||
src/widgets/settingspages/ModerationPage.cpp
|
src/widgets/settingspages/ModerationPage.cpp \
|
||||||
src/widgets/settingspages/SettingsPage.cpp
|
src/widgets/settingspages/SettingsPage.cpp \
|
||||||
src/widgets/settingspages/SpecialChannelsPage.cpp
|
src/widgets/settingspages/SpecialChannelsPage.cpp \
|
||||||
src/widgets/Split.cpp
|
src/widgets/Split.cpp \
|
||||||
src/widgets/SplitContainer.cpp
|
src/widgets/SplitContainer.cpp \
|
||||||
src/widgets/StreamView.cpp
|
src/widgets/StreamView.cpp \
|
||||||
src/widgets/TextInputDialog.cpp
|
src/widgets/TextInputDialog.cpp \
|
||||||
src/widgets/TooltipWidget.cpp
|
src/widgets/TooltipWidget.cpp \
|
||||||
src/widgets/UserInfoPopup.cpp
|
src/widgets/UserInfoPopup.cpp \
|
||||||
src/widgets/WelcomeDialog.cpp
|
src/widgets/WelcomeDialog.cpp \
|
||||||
src/widgets/Window.cpp
|
src/widgets/Window.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
src/Application.hpp
|
src/Application.hpp \
|
||||||
src/Channel.hpp
|
src/Channel.hpp \
|
||||||
src/ChannelData.hpp
|
src/ChannelData.hpp \
|
||||||
src/Common.hpp
|
src/Common.hpp \
|
||||||
src/Const.hpp
|
src/Const.hpp \
|
||||||
src/controllers/accounts/Account.hpp
|
src/controllers/accounts/Account.hpp \
|
||||||
src/controllers/accounts/AccountController.hpp
|
src/controllers/accounts/AccountController.hpp \
|
||||||
src/controllers/accounts/AccountModel.hpp
|
src/controllers/accounts/AccountModel.hpp \
|
||||||
src/controllers/commands/Command.hpp
|
src/controllers/commands/Command.hpp \
|
||||||
src/controllers/commands/CommandController.hpp
|
src/controllers/commands/CommandController.hpp \
|
||||||
src/controllers/commands/CommandModel.hpp
|
src/controllers/commands/CommandModel.hpp \
|
||||||
src/controllers/highlights/HighlightController.hpp
|
src/controllers/highlights/HighlightController.hpp \
|
||||||
src/controllers/highlights/HighlightModel.hpp
|
src/controllers/highlights/HighlightModel.hpp \
|
||||||
src/controllers/highlights/HighlightPhrase.hpp
|
src/controllers/highlights/HighlightPhrase.hpp \
|
||||||
src/controllers/ignores/IgnoreController.hpp
|
src/controllers/ignores/IgnoreController.hpp \
|
||||||
src/controllers/ignores/IgnoreModel.hpp
|
src/controllers/ignores/IgnoreModel.hpp \
|
||||||
src/controllers/ignores/IgnorePhrase.hpp
|
src/controllers/ignores/IgnorePhrase.hpp \
|
||||||
src/controllers/taggedusers/TaggedUser.hpp
|
src/controllers/taggedusers/TaggedUser.hpp \
|
||||||
src/controllers/taggedusers/TaggedUsersController.hpp
|
src/controllers/taggedusers/TaggedUsersController.hpp \
|
||||||
src/controllers/taggedusers/TaggedUsersModel.hpp
|
src/controllers/taggedusers/TaggedUsersModel.hpp \
|
||||||
src/Credentials.hpp
|
src/Credentials.hpp \
|
||||||
src/debug/Log.hpp
|
src/debug/Log.hpp \
|
||||||
src/LockedObject.hpp
|
src/LockedObject.hpp \
|
||||||
src/messages/HighlightPhrase.hpp
|
src/messages/HighlightPhrase.hpp \
|
||||||
src/messages/Image.hpp
|
src/messages/Image.hpp \
|
||||||
src/messages/layouts/MessageLayout.hpp
|
src/messages/layouts/MessageLayout.hpp \
|
||||||
src/messages/layouts/MessageLayoutContainer.hpp
|
src/messages/layouts/MessageLayoutContainer.hpp \
|
||||||
src/messages/layouts/MessageLayoutElement.hpp
|
src/messages/layouts/MessageLayoutElement.hpp \
|
||||||
src/messages/LimitedQueue.hpp
|
src/messages/LimitedQueue.hpp \
|
||||||
src/messages/LimitedQueueSnapshot.hpp
|
src/messages/LimitedQueueSnapshot.hpp \
|
||||||
src/messages/Link.hpp
|
src/messages/Link.hpp \
|
||||||
src/messages/Message.hpp
|
src/messages/Message.hpp \
|
||||||
src/messages/MessageBuilder.hpp
|
src/messages/MessageBuilder.hpp \
|
||||||
src/messages/MessageColor.hpp
|
src/messages/MessageColor.hpp \
|
||||||
src/messages/MessageElement.hpp
|
src/messages/MessageElement.hpp \
|
||||||
src/messages/MessageParseArgs.hpp
|
src/messages/MessageParseArgs.hpp \
|
||||||
src/messages/Selection.hpp
|
src/messages/Selection.hpp \
|
||||||
src/NullablePtr.hpp
|
src/NullablePtr.hpp \
|
||||||
src/PrecompiledHeader.hpp
|
src/PrecompiledHeader.hpp \
|
||||||
src/ProviderId.hpp
|
src/ProviderId.hpp \
|
||||||
src/providers/bttv/BttvEmotes.hpp
|
src/providers/bttv/BttvEmotes.hpp \
|
||||||
src/providers/emoji/Emojis.hpp
|
src/providers/emoji/Emojis.hpp \
|
||||||
src/providers/ffz/FfzEmotes.hpp
|
src/providers/ffz/FfzEmotes.hpp \
|
||||||
src/providers/irc/AbstractIrcServer.hpp
|
src/providers/irc/AbstractIrcServer.hpp \
|
||||||
src/providers/irc/IrcAccount.hpp
|
src/providers/irc/IrcAccount.hpp \
|
||||||
src/providers/irc/IrcChannel2.hpp
|
src/providers/irc/IrcChannel2.hpp \
|
||||||
src/providers/irc/IrcConnection2.hpp
|
src/providers/irc/IrcConnection2.hpp \
|
||||||
src/providers/irc/IrcServer.hpp
|
src/providers/irc/IrcServer.hpp \
|
||||||
src/providers/twitch/EmoteValue.hpp
|
src/providers/twitch/EmoteValue.hpp \
|
||||||
src/providers/twitch/IrcMessageHandler.hpp
|
src/providers/twitch/IrcMessageHandler.hpp \
|
||||||
src/providers/twitch/Pubsub.hpp
|
src/providers/twitch/Pubsub.hpp \
|
||||||
src/providers/twitch/PubsubActions.hpp
|
src/providers/twitch/PubsubActions.hpp \
|
||||||
src/providers/twitch/PubsubHelpers.hpp
|
src/providers/twitch/PubsubHelpers.hpp \
|
||||||
src/providers/twitch/TwitchAccount.hpp
|
src/providers/twitch/TwitchAccount.hpp \
|
||||||
src/providers/twitch/TwitchAccountManager.hpp
|
src/providers/twitch/TwitchAccountManager.hpp \
|
||||||
src/providers/twitch/TwitchChannel.hpp
|
src/providers/twitch/TwitchChannel.hpp \
|
||||||
src/providers/twitch/TwitchEmotes.hpp
|
src/providers/twitch/TwitchEmotes.hpp \
|
||||||
src/providers/twitch/TwitchHelpers.hpp
|
src/providers/twitch/TwitchHelpers.hpp \
|
||||||
src/providers/twitch/TwitchMessageBuilder.hpp
|
src/providers/twitch/TwitchMessageBuilder.hpp \
|
||||||
src/providers/twitch/TwitchServer.hpp
|
src/providers/twitch/TwitchServer.hpp \
|
||||||
src/providers/twitch/TwitchUser.hpp
|
src/providers/twitch/TwitchUser.hpp \
|
||||||
src/SignalVector.hpp
|
src/SignalVector.hpp \
|
||||||
src/singletons/EmoteManager.hpp
|
src/singletons/EmoteManager.hpp \
|
||||||
src/singletons/FontManager.hpp
|
src/singletons/FontManager.hpp \
|
||||||
src/singletons/helper/ChatterinoSetting.hpp
|
src/singletons/helper/ChatterinoSetting.hpp \
|
||||||
src/singletons/helper/GifTimer.hpp
|
src/singletons/helper/GifTimer.hpp \
|
||||||
src/singletons/helper/LoggingChannel.hpp
|
src/singletons/helper/LoggingChannel.hpp \
|
||||||
src/singletons/helper/ModerationAction.hpp
|
src/singletons/helper/ModerationAction.hpp \
|
||||||
src/singletons/IrcManager.hpp
|
src/singletons/IrcManager.hpp \
|
||||||
src/singletons/LoggingManager.hpp
|
src/singletons/LoggingManager.hpp \
|
||||||
src/singletons/NativeMessagingManager.hpp
|
src/singletons/NativeMessagingManager.hpp \
|
||||||
src/singletons/PathManager.hpp
|
src/singletons/PathManager.hpp \
|
||||||
src/singletons/ResourceManager.hpp
|
src/singletons/ResourceManager.hpp \
|
||||||
src/singletons/SettingsManager.hpp
|
src/singletons/SettingsManager.hpp \
|
||||||
src/singletons/ThemeManager.hpp
|
src/singletons/ThemeManager.hpp \
|
||||||
src/singletons/UpdateManager.hpp
|
src/singletons/UpdateManager.hpp \
|
||||||
src/singletons/WindowManager.hpp
|
src/singletons/WindowManager.hpp \
|
||||||
src/util/AssertInGuiThread.hpp
|
src/util/AssertInGuiThread.hpp \
|
||||||
src/util/Benchmark.hpp
|
src/util/Benchmark.hpp \
|
||||||
src/util/Clamp.hpp
|
src/util/Clamp.hpp \
|
||||||
src/util/CombinePath.hpp
|
src/util/CombinePath.hpp \
|
||||||
src/util/CompletionModel.hpp
|
src/util/CompletionModel.hpp \
|
||||||
src/util/ConcurrentMap.hpp
|
src/util/ConcurrentMap.hpp \
|
||||||
src/util/DebugCount.hpp
|
src/util/DebugCount.hpp \
|
||||||
src/util/DistanceBetweenPoints.hpp
|
src/util/DistanceBetweenPoints.hpp \
|
||||||
src/util/Emotemap.hpp
|
src/util/Emotemap.hpp \
|
||||||
src/util/FlagsEnum.hpp
|
src/util/FlagsEnum.hpp \
|
||||||
src/util/Helpers.hpp
|
src/util/Helpers.hpp \
|
||||||
src/util/IrcHelpers.hpp
|
src/util/IrcHelpers.hpp \
|
||||||
src/util/LayoutCreator.hpp
|
src/util/LayoutCreator.hpp \
|
||||||
src/util/MutexValue.hpp
|
src/util/MutexValue.hpp \
|
||||||
src/util/NativeEventHelper.hpp
|
src/util/NativeEventHelper.hpp \
|
||||||
src/util/NetworkManager.hpp
|
src/util/NetworkManager.hpp \
|
||||||
src/util/NetworkRequest.hpp
|
src/util/NetworkRequest.hpp \
|
||||||
src/util/NetworkRequester.hpp
|
src/util/NetworkRequester.hpp \
|
||||||
src/util/NetworkWorker.hpp
|
src/util/NetworkWorker.hpp \
|
||||||
src/util/PostToThread.hpp
|
src/util/PostToThread.hpp \
|
||||||
src/util/Property.hpp
|
src/util/Property.hpp \
|
||||||
src/util/QstringHash.hpp
|
src/util/QstringHash.hpp \
|
||||||
src/util/RapidjsonHelpers.hpp
|
src/util/RapidjsonHelpers.hpp \
|
||||||
src/util/RemoveScrollAreaBackground.hpp
|
src/util/RemoveScrollAreaBackground.hpp \
|
||||||
src/util/SerializeCustom.hpp
|
src/util/SerializeCustom.hpp \
|
||||||
src/util/SharedPtrElementLess.hpp
|
src/util/SharedPtrElementLess.hpp \
|
||||||
src/util/SignalVector2.hpp
|
src/util/SignalVector2.hpp \
|
||||||
src/util/SignalVectorModel.hpp
|
src/util/SignalVectorModel.hpp \
|
||||||
src/util/StandardItemHelper.hpp
|
src/util/StandardItemHelper.hpp \
|
||||||
src/util/StreamLink.hpp
|
src/util/StreamLink.hpp \
|
||||||
src/util/UrlFetch.hpp
|
src/util/UrlFetch.hpp \
|
||||||
src/util/WindowsHelper.hpp
|
src/util/WindowsHelper.hpp \
|
||||||
src/Version.hpp
|
src/Version.hpp \
|
||||||
src/widgets/AccountSwitchPopupWidget.hpp
|
src/widgets/AccountSwitchPopupWidget.hpp \
|
||||||
src/widgets/AccountSwitchWidget.hpp
|
src/widgets/AccountSwitchWidget.hpp \
|
||||||
src/widgets/AttachedWindow.hpp
|
src/widgets/AttachedWindow.hpp \
|
||||||
src/widgets/BaseWidget.hpp
|
src/widgets/BaseWidget.hpp \
|
||||||
src/widgets/BaseWindow.hpp
|
src/widgets/BaseWindow.hpp \
|
||||||
src/widgets/EmotePopup.hpp
|
src/widgets/EmotePopup.hpp \
|
||||||
src/widgets/helper/ChannelView.hpp
|
src/widgets/helper/ChannelView.hpp \
|
||||||
src/widgets/helper/ComboBoxItemDelegate.hpp
|
src/widgets/helper/ComboBoxItemDelegate.hpp \
|
||||||
src/widgets/helper/DebugPopup.hpp
|
src/widgets/helper/DebugPopup.hpp \
|
||||||
src/widgets/helper/DropOverlay.hpp
|
src/widgets/helper/DropOverlay.hpp \
|
||||||
src/widgets/helper/DropPreview.hpp
|
src/widgets/helper/DropPreview.hpp \
|
||||||
src/widgets/helper/EditableModelView.hpp
|
src/widgets/helper/EditableModelView.hpp \
|
||||||
src/widgets/helper/Line.hpp
|
src/widgets/helper/Line.hpp \
|
||||||
src/widgets/helper/NotebookButton.hpp
|
src/widgets/helper/NotebookButton.hpp \
|
||||||
src/widgets/helper/NotebookTab.hpp
|
src/widgets/helper/NotebookTab.hpp \
|
||||||
src/widgets/helper/ResizingTextEdit.hpp
|
src/widgets/helper/ResizingTextEdit.hpp \
|
||||||
src/widgets/helper/RippleEffectButton.hpp
|
src/widgets/helper/RippleEffectButton.hpp \
|
||||||
src/widgets/helper/RippleEffectLabel.hpp
|
src/widgets/helper/RippleEffectLabel.hpp \
|
||||||
src/widgets/helper/ScrollbarHighlight.hpp
|
src/widgets/helper/ScrollbarHighlight.hpp \
|
||||||
src/widgets/helper/SearchPopup.hpp
|
src/widgets/helper/SearchPopup.hpp \
|
||||||
src/widgets/helper/SettingsDialogTab.hpp
|
src/widgets/helper/SettingsDialogTab.hpp \
|
||||||
src/widgets/helper/Shortcut.hpp
|
src/widgets/helper/Shortcut.hpp \
|
||||||
src/widgets/helper/SignalLabel.hpp
|
src/widgets/helper/SignalLabel.hpp \
|
||||||
src/widgets/helper/SplitColumn.hpp
|
src/widgets/helper/SplitColumn.hpp \
|
||||||
src/widgets/helper/SplitHeader.hpp
|
src/widgets/helper/SplitHeader.hpp \
|
||||||
src/widgets/helper/SplitInput.hpp
|
src/widgets/helper/SplitInput.hpp \
|
||||||
src/widgets/helper/SplitNode.hpp
|
src/widgets/helper/SplitNode.hpp \
|
||||||
src/widgets/helper/SplitOverlay.hpp
|
src/widgets/helper/SplitOverlay.hpp \
|
||||||
src/widgets/helper/TitlebarButton.hpp
|
src/widgets/helper/TitlebarButton.hpp \
|
||||||
src/widgets/Label.hpp
|
src/widgets/Label.hpp \
|
||||||
src/widgets/LastRunCrashDialog.hpp
|
src/widgets/LastRunCrashDialog.hpp \
|
||||||
src/widgets/LoginDialog.hpp
|
src/widgets/LoginDialog.hpp \
|
||||||
src/widgets/Notebook.hpp
|
src/widgets/Notebook.hpp \
|
||||||
src/widgets/NotificationPopup.hpp
|
src/widgets/NotificationPopup.hpp \
|
||||||
src/widgets/QualityPopup.hpp
|
src/widgets/QualityPopup.hpp \
|
||||||
src/widgets/Scrollbar.hpp
|
src/widgets/Scrollbar.hpp \
|
||||||
src/widgets/SelectChannelDialog.hpp
|
src/widgets/SelectChannelDialog.hpp \
|
||||||
src/widgets/SettingsDialog.hpp
|
src/widgets/SettingsDialog.hpp \
|
||||||
src/widgets/settingspages/AboutPage.hpp
|
src/widgets/settingspages/AboutPage.hpp \
|
||||||
src/widgets/settingspages/AccountsPage.hpp
|
src/widgets/settingspages/AccountsPage.hpp \
|
||||||
src/widgets/settingspages/AppearancePage.hpp
|
src/widgets/settingspages/AppearancePage.hpp \
|
||||||
src/widgets/settingspages/BehaviourPage.hpp
|
src/widgets/settingspages/BehaviourPage.hpp \
|
||||||
src/widgets/settingspages/BrowserextensionPage.hpp
|
src/widgets/settingspages/BrowserextensionPage.hpp \
|
||||||
src/widgets/settingspages/CommandPage.hpp
|
src/widgets/settingspages/CommandPage.hpp \
|
||||||
src/widgets/settingspages/EmotesPage.hpp
|
src/widgets/settingspages/EmotesPage.hpp \
|
||||||
src/widgets/settingspages/ExternaltoolsPage.hpp
|
src/widgets/settingspages/ExternaltoolsPage.hpp \
|
||||||
src/widgets/settingspages/HighlightingPage.hpp
|
src/widgets/settingspages/HighlightingPage.hpp \
|
||||||
src/widgets/settingspages/IgnoreusersPage.hpp
|
src/widgets/settingspages/IgnoreusersPage.hpp \
|
||||||
src/widgets/settingspages/KeyboardsettingsPage.hpp
|
src/widgets/settingspages/KeyboardsettingsPage.hpp \
|
||||||
src/widgets/settingspages/LogsPage.hpp
|
src/widgets/settingspages/LogsPage.hpp \
|
||||||
src/widgets/settingspages/ModerationPage.hpp
|
src/widgets/settingspages/ModerationPage.hpp \
|
||||||
src/widgets/settingspages/SettingsPage.hpp
|
src/widgets/settingspages/SettingsPage.hpp \
|
||||||
src/widgets/settingspages/SpecialChannelsPage.hpp
|
src/widgets/settingspages/SpecialChannelsPage.hpp \
|
||||||
src/widgets/Split.hpp
|
src/widgets/Split.hpp \
|
||||||
src/widgets/SplitContainer.hpp
|
src/widgets/SplitContainer.hpp \
|
||||||
src/widgets/StreamView.hpp
|
src/widgets/StreamView.hpp \
|
||||||
src/widgets/TextInputDialog.hpp
|
src/widgets/TextInputDialog.hpp \
|
||||||
src/widgets/Titlebar.hpp
|
src/widgets/Titlebar.hpp \
|
||||||
src/widgets/TooltipWidget.hpp
|
src/widgets/TooltipWidget.hpp \
|
||||||
src/widgets/UserInfoPopup.hpp
|
src/widgets/UserInfoPopup.hpp \
|
||||||
src/widgets/WelcomeDialog.hpp
|
src/widgets/WelcomeDialog.hpp \
|
||||||
src/widgets/Window.hpp
|
src/widgets/Window.hpp
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
|
|
301
files
301
files
|
@ -1,301 +0,0 @@
|
||||||
mv src/application.cpp src/_Application.cpp
|
|
||||||
mv src/application.hpp src/_Application.hpp
|
|
||||||
mv src/channel.cpp src/_Channel.cpp
|
|
||||||
mv src/channel.hpp src/_Channel.hpp
|
|
||||||
mv src/channeldata.cpp src/_ChannelData.cpp
|
|
||||||
mv src/channeldata.hpp src/_ChannelData.hpp
|
|
||||||
mv src/common.h.cpp src/_Common.h.cpp
|
|
||||||
mv src/common.hpp src/_Common.hpp
|
|
||||||
mv src/const.hpp src/_Const.hpp
|
|
||||||
mv src/controllers/accounts/account.cpp src/controllers/accounts/_Account.cpp
|
|
||||||
mv src/controllers/accounts/account.hpp src/controllers/accounts/_Account.hpp
|
|
||||||
mv src/controllers/accounts/accountcontroller.cpp src/controllers/accounts/_AccountController.cpp
|
|
||||||
mv src/controllers/accounts/accountcontroller.hpp src/controllers/accounts/_AccountController.hpp
|
|
||||||
mv src/controllers/accounts/accountmodel.cpp src/controllers/accounts/_AccountModel.cpp
|
|
||||||
mv src/controllers/accounts/accountmodel.hpp src/controllers/accounts/_AccountModel.hpp
|
|
||||||
mv src/controllers/commands/command.cpp src/controllers/commands/_Command.cpp
|
|
||||||
mv src/controllers/commands/command.hpp src/controllers/commands/_Command.hpp
|
|
||||||
mv src/controllers/commands/commandcontroller.cpp src/controllers/commands/_CommandController.cpp
|
|
||||||
mv src/controllers/commands/commandcontroller.hpp src/controllers/commands/_CommandController.hpp
|
|
||||||
mv src/controllers/commands/commandmodel.cpp src/controllers/commands/_CommandModel.cpp
|
|
||||||
mv src/controllers/commands/commandmodel.hpp src/controllers/commands/_CommandModel.hpp
|
|
||||||
mv src/controllers/highlights/highlightcontroller.cpp src/controllers/highlights/_HighlightController.cpp
|
|
||||||
mv src/controllers/highlights/highlightcontroller.hpp src/controllers/highlights/_HighlightController.hpp
|
|
||||||
mv src/controllers/highlights/highlightmodel.cpp src/controllers/highlights/_HighlightModel.cpp
|
|
||||||
mv src/controllers/highlights/highlightmodel.hpp src/controllers/highlights/_HighlightModel.hpp
|
|
||||||
mv src/controllers/highlights/highlightphrase.hpp src/controllers/highlights/_HighlightPhrase.hpp
|
|
||||||
mv src/controllers/ignores/ignorecontroller.cpp src/controllers/ignores/_IgnoreController.cpp
|
|
||||||
mv src/controllers/ignores/ignorecontroller.hpp src/controllers/ignores/_IgnoreController.hpp
|
|
||||||
mv src/controllers/ignores/ignoremodel.cpp src/controllers/ignores/_IgnoreModel.cpp
|
|
||||||
mv src/controllers/ignores/ignoremodel.hpp src/controllers/ignores/_IgnoreModel.hpp
|
|
||||||
mv src/controllers/ignores/ignorephrase.hpp src/controllers/ignores/_IgnorePhrase.hpp
|
|
||||||
mv src/controllers/taggedusers/taggeduser.cpp src/controllers/taggedusers/_TaggedUser.cpp
|
|
||||||
mv src/controllers/taggedusers/taggeduser.hpp src/controllers/taggedusers/_TaggedUser.hpp
|
|
||||||
mv src/controllers/taggedusers/taggeduserscontroller.cpp src/controllers/taggedusers/_TaggedUsersController.cpp
|
|
||||||
mv src/controllers/taggedusers/taggeduserscontroller.hpp src/controllers/taggedusers/_TaggedUsersController.hpp
|
|
||||||
mv src/controllers/taggedusers/taggedusersmodel.cpp src/controllers/taggedusers/_TaggedUsersModel.cpp
|
|
||||||
mv src/controllers/taggedusers/taggedusersmodel.hpp src/controllers/taggedusers/_TaggedUsersModel.hpp
|
|
||||||
mv src/credentials.hpp src/_Credentials.hpp
|
|
||||||
mv src/debug/log.hpp src/debug/_Log.hpp
|
|
||||||
mv src/lockedobject.hpp src/_LockedObject.hpp
|
|
||||||
mv src/main.cpp src/_main.cpp
|
|
||||||
mv src/messages/highlightphrase.hpp src/messages/_HighlightPhrase.hpp
|
|
||||||
mv src/messages/image.cpp src/messages/_Image.cpp
|
|
||||||
mv src/messages/image.hpp src/messages/_Image.hpp
|
|
||||||
mv src/messages/layouts/messagelayout.cpp src/messages/layouts/_MessageLayout.cpp
|
|
||||||
mv src/messages/layouts/messagelayout.hpp src/messages/layouts/_MessageLayout.hpp
|
|
||||||
mv src/messages/layouts/messagelayoutcontainer.cpp src/messages/layouts/_MessageLayoutContainer.cpp
|
|
||||||
mv src/messages/layouts/messagelayoutcontainer.hpp src/messages/layouts/_MessageLayoutContainer.hpp
|
|
||||||
mv src/messages/layouts/messagelayoutelement.cpp src/messages/layouts/_MessageLayoutElement.cpp
|
|
||||||
mv src/messages/layouts/messagelayoutelement.hpp src/messages/layouts/_MessageLayoutElement.hpp
|
|
||||||
mv src/messages/limitedqueue.hpp src/messages/_LimitedQueue.hpp
|
|
||||||
mv src/messages/limitedqueuesnapshot.hpp src/messages/_LimitedQueueSnapshot.hpp
|
|
||||||
mv src/messages/link.cpp src/messages/_Link.cpp
|
|
||||||
mv src/messages/link.hpp src/messages/_Link.hpp
|
|
||||||
mv src/messages/message.cpp src/messages/_Message.cpp
|
|
||||||
mv src/messages/message.hpp src/messages/_Message.hpp
|
|
||||||
mv src/messages/messagebuilder.cpp src/messages/_MessageBuilder.cpp
|
|
||||||
mv src/messages/messagebuilder.hpp src/messages/_MessageBuilder.hpp
|
|
||||||
mv src/messages/messagecolor.cpp src/messages/_MessageColor.cpp
|
|
||||||
mv src/messages/messagecolor.hpp src/messages/_MessageColor.hpp
|
|
||||||
mv src/messages/messageelement.cpp src/messages/_MessageElement.cpp
|
|
||||||
mv src/messages/messageelement.hpp src/messages/_MessageElement.hpp
|
|
||||||
mv src/messages/messageparseargs.hpp src/messages/_MessageParseArgs.hpp
|
|
||||||
mv src/messages/selection.hpp src/messages/_Selection.hpp
|
|
||||||
mv src/nullableptr.hpp src/_NullablePtr.hpp
|
|
||||||
mv src/precompiled_header.hpp src/_PrecompiledHeader.hpp
|
|
||||||
mv src/providerid.hpp src/_ProviderId.hpp
|
|
||||||
mv src/providers/bttv/bttvemotes.cpp src/providers/bttv/_BttvEmotes.cpp
|
|
||||||
mv src/providers/bttv/bttvemotes.hpp src/providers/bttv/_BttvEmotes.hpp
|
|
||||||
mv src/providers/emoji/emojis.cpp src/providers/emoji/_Emojis.cpp
|
|
||||||
mv src/providers/emoji/emojis.hpp src/providers/emoji/_Emojis.hpp
|
|
||||||
mv src/providers/ffz/ffzemotes.cpp src/providers/ffz/_FfzEmotes.cpp
|
|
||||||
mv src/providers/ffz/ffzemotes.hpp src/providers/ffz/_FfzEmotes.hpp
|
|
||||||
mv src/providers/irc/abstractircserver.cpp src/providers/irc/_AbstractIrcServer.cpp
|
|
||||||
mv src/providers/irc/abstractircserver.hpp src/providers/irc/_AbstractIrcServer.hpp
|
|
||||||
mv src/providers/irc/ircaccount.cpp src/providers/irc/_IrcAccount.cpp
|
|
||||||
mv src/providers/irc/ircaccount.hpp src/providers/irc/_IrcAccount.hpp
|
|
||||||
mv src/providers/irc/ircchannel2.cpp src/providers/irc/_IrcChannel2.cpp
|
|
||||||
mv src/providers/irc/ircchannel2.hpp src/providers/irc/_IrcChannel2.hpp
|
|
||||||
mv src/providers/irc/ircconnection2.cpp src/providers/irc/_IrcConnection2.cpp
|
|
||||||
mv src/providers/irc/ircconnection2.hpp src/providers/irc/_IrcConnection2.hpp
|
|
||||||
mv src/providers/irc/ircserver.cpp src/providers/irc/_IrcServer.cpp
|
|
||||||
mv src/providers/irc/ircserver.hpp src/providers/irc/_IrcServer.hpp
|
|
||||||
mv src/providers/twitch/emotevalue.hpp src/providers/twitch/_EmoteValue.hpp
|
|
||||||
mv src/providers/twitch/ircmessagehandler.cpp src/providers/twitch/_IrcMessageHandler.cpp
|
|
||||||
mv src/providers/twitch/ircmessagehandler.hpp src/providers/twitch/_IrcMessageHandler.hpp
|
|
||||||
mv src/providers/twitch/pubsub.cpp src/providers/twitch/_Pubsub.cpp
|
|
||||||
mv src/providers/twitch/pubsub.hpp src/providers/twitch/_Pubsub.hpp
|
|
||||||
mv src/providers/twitch/pubsubactions.cpp src/providers/twitch/_PubsubActions.cpp
|
|
||||||
mv src/providers/twitch/pubsubactions.hpp src/providers/twitch/_PubsubActions.hpp
|
|
||||||
mv src/providers/twitch/pubsubhelpers.cpp src/providers/twitch/_PubsubHelpers.cpp
|
|
||||||
mv src/providers/twitch/pubsubhelpers.hpp src/providers/twitch/_PubsubHelpers.hpp
|
|
||||||
mv src/providers/twitch/twitchaccount.cpp src/providers/twitch/_TwitchAccount.cpp
|
|
||||||
mv src/providers/twitch/twitchaccount.hpp src/providers/twitch/_TwitchAccount.hpp
|
|
||||||
mv src/providers/twitch/twitchaccountmanager.cpp src/providers/twitch/_TwitchAccountManager.cpp
|
|
||||||
mv src/providers/twitch/twitchaccountmanager.hpp src/providers/twitch/_TwitchAccountManager.hpp
|
|
||||||
mv src/providers/twitch/twitchchannel.cpp src/providers/twitch/_TwitchChannel.cpp
|
|
||||||
mv src/providers/twitch/twitchchannel.hpp src/providers/twitch/_TwitchChannel.hpp
|
|
||||||
mv src/providers/twitch/twitchemotes.cpp src/providers/twitch/_TwitchEmotes.cpp
|
|
||||||
mv src/providers/twitch/twitchemotes.hpp src/providers/twitch/_TwitchEmotes.hpp
|
|
||||||
mv src/providers/twitch/twitchhelpers.cpp src/providers/twitch/_TwitchHelpers.cpp
|
|
||||||
mv src/providers/twitch/twitchhelpers.hpp src/providers/twitch/_TwitchHelpers.hpp
|
|
||||||
mv src/providers/twitch/twitchmessagebuilder.cpp src/providers/twitch/_TwitchMessageBuilder.cpp
|
|
||||||
mv src/providers/twitch/twitchmessagebuilder.hpp src/providers/twitch/_TwitchMessageBuilder.hpp
|
|
||||||
mv src/providers/twitch/twitchserver.cpp src/providers/twitch/_TwitchServer.cpp
|
|
||||||
mv src/providers/twitch/twitchserver.hpp src/providers/twitch/_TwitchServer.hpp
|
|
||||||
mv src/providers/twitch/twitchuser.cpp src/providers/twitch/_TwitchUser.cpp
|
|
||||||
mv src/providers/twitch/twitchuser.hpp src/providers/twitch/_TwitchUser.hpp
|
|
||||||
mv src/signalvector.hpp src/_SignalVector.hpp
|
|
||||||
mv src/singletons/emotemanager.cpp src/singletons/_EmoteManager.cpp
|
|
||||||
mv src/singletons/emotemanager.hpp src/singletons/_EmoteManager.hpp
|
|
||||||
mv src/singletons/fontmanager.cpp src/singletons/_FontManager.cpp
|
|
||||||
mv src/singletons/fontmanager.hpp src/singletons/_FontManager.hpp
|
|
||||||
mv src/singletons/helper/chatterinosetting.cpp src/singletons/helper/_ChatterinoSetting.cpp
|
|
||||||
mv src/singletons/helper/chatterinosetting.hpp src/singletons/helper/_ChatterinoSetting.hpp
|
|
||||||
mv src/singletons/helper/giftimer.cpp src/singletons/helper/_GifTimer.cpp
|
|
||||||
mv src/singletons/helper/giftimer.hpp src/singletons/helper/_GifTimer.hpp
|
|
||||||
mv src/singletons/helper/loggingchannel.cpp src/singletons/helper/_LoggingChannel.cpp
|
|
||||||
mv src/singletons/helper/loggingchannel.hpp src/singletons/helper/_LoggingChannel.hpp
|
|
||||||
mv src/singletons/helper/moderationaction.cpp src/singletons/helper/_ModerationAction.cpp
|
|
||||||
mv src/singletons/helper/moderationaction.hpp src/singletons/helper/_ModerationAction.hpp
|
|
||||||
mv src/singletons/ircmanager.cpp src/singletons/_IrcManager.cpp
|
|
||||||
mv src/singletons/ircmanager.hpp src/singletons/_IrcManager.hpp
|
|
||||||
mv src/singletons/loggingmanager.cpp src/singletons/_LoggingManager.cpp
|
|
||||||
mv src/singletons/loggingmanager.hpp src/singletons/_LoggingManager.hpp
|
|
||||||
mv src/singletons/nativemessagingmanager.cpp src/singletons/_NativeMessagingManager.cpp
|
|
||||||
mv src/singletons/nativemessagingmanager.hpp src/singletons/_NativeMessagingManager.hpp
|
|
||||||
mv src/singletons/pathmanager.cpp src/singletons/_PathManager.cpp
|
|
||||||
mv src/singletons/pathmanager.hpp src/singletons/_PathManager.hpp
|
|
||||||
mv src/singletons/resourcemanager.cpp src/singletons/_ResourceManager.cpp
|
|
||||||
mv src/singletons/resourcemanager.hpp src/singletons/_ResourceManager.hpp
|
|
||||||
mv src/singletons/settingsmanager.cpp src/singletons/_SettingsManager.cpp
|
|
||||||
mv src/singletons/settingsmanager.hpp src/singletons/_SettingsManager.hpp
|
|
||||||
mv src/singletons/thememanager.cpp src/singletons/_ThemeManager.cpp
|
|
||||||
mv src/singletons/thememanager.hpp src/singletons/_ThemeManager.hpp
|
|
||||||
mv src/singletons/updatemanager.cpp src/singletons/_UpdateManager.cpp
|
|
||||||
mv src/singletons/updatemanager.hpp src/singletons/_UpdateManager.hpp
|
|
||||||
mv src/singletons/windowmanager.cpp src/singletons/_WindowManager.cpp
|
|
||||||
mv src/singletons/windowmanager.hpp src/singletons/_WindowManager.hpp
|
|
||||||
mv src/util/assertinguithread.hpp src/util/_AssertInGuiThread.hpp
|
|
||||||
mv src/util/benchmark.hpp src/util/_Benchmark.hpp
|
|
||||||
mv src/util/clamp.hpp src/util/_Clamp.hpp
|
|
||||||
mv src/util/combine_path.hpp src/util/_CombinePath.hpp
|
|
||||||
mv src/util/completionmodel.cpp src/util/_CompletionModel.cpp
|
|
||||||
mv src/util/completionmodel.hpp src/util/_CompletionModel.hpp
|
|
||||||
mv src/util/concurrentmap.hpp src/util/_ConcurrentMap.hpp
|
|
||||||
mv src/util/debugcount.cpp src/util/_DebugCount.cpp
|
|
||||||
mv src/util/debugcount.hpp src/util/_DebugCount.hpp
|
|
||||||
mv src/util/distancebetweenpoints.hpp src/util/_DistanceBetweenPoints.hpp
|
|
||||||
mv src/util/emotemap.cpp src/util/_Emotemap.cpp
|
|
||||||
mv src/util/emotemap.hpp src/util/_Emotemap.hpp
|
|
||||||
mv src/util/flagsenum.hpp src/util/_FlagsEnum.hpp
|
|
||||||
mv src/util/helpers.hpp src/util/_Helpers.hpp
|
|
||||||
mv src/util/irchelpers.hpp src/util/_IrcHelpers.hpp
|
|
||||||
mv src/util/layoutcreator.hpp src/util/_LayoutCreator.hpp
|
|
||||||
mv src/util/mutexvalue.hpp src/util/_MutexValue.hpp
|
|
||||||
mv src/util/nativeeventhelper.hpp src/util/_NativeEventHelper.hpp
|
|
||||||
mv src/util/networkmanager.cpp src/util/_NetworkManager.cpp
|
|
||||||
mv src/util/networkmanager.hpp src/util/_NetworkManager.hpp
|
|
||||||
mv src/util/networkrequest.cpp src/util/_NetworkRequest.cpp
|
|
||||||
mv src/util/networkrequest.hpp src/util/_NetworkRequest.hpp
|
|
||||||
mv src/util/networkrequester.hpp src/util/_NetworkRequester.hpp
|
|
||||||
mv src/util/networkworker.hpp src/util/_NetworkWorker.hpp
|
|
||||||
mv src/util/posttothread.hpp src/util/_PostToThread.hpp
|
|
||||||
mv src/util/property.hpp src/util/_Property.hpp
|
|
||||||
mv src/util/qstringhash.hpp src/util/_QstringHash.hpp
|
|
||||||
mv src/util/rapidjson-helpers.cpp src/util/_RapidjsonHelpers.cpp
|
|
||||||
mv src/util/rapidjson-helpers.hpp src/util/_RapidjsonHelpers.hpp
|
|
||||||
mv src/util/removescrollareabackground.hpp src/util/_RemoveScrollAreaBackground.hpp
|
|
||||||
mv src/util/serialize-custom.hpp src/util/_SerializeCustom.hpp
|
|
||||||
mv src/util/sharedptrelementless.hpp src/util/_SharedPtrElementLess.hpp
|
|
||||||
mv src/util/signalvector2.hpp src/util/_SignalVector2.hpp
|
|
||||||
mv src/util/signalvectormodel.hpp src/util/_SignalVectorModel.hpp
|
|
||||||
mv src/util/standarditemhelper.hpp src/util/_StandardItemHelper.hpp
|
|
||||||
mv src/util/streamlink.cpp src/util/_StreamLink.cpp
|
|
||||||
mv src/util/streamlink.hpp src/util/_StreamLink.hpp
|
|
||||||
mv src/util/urlfetch.hpp src/util/_UrlFetch.hpp
|
|
||||||
mv src/util/windows_helper.cpp src/util/_WindowsHelper.cpp
|
|
||||||
mv src/util/windows_helper.hpp src/util/_WindowsHelper.hpp
|
|
||||||
mv src/version.hpp src/_Version.hpp
|
|
||||||
mv src/widgets/accountswitchpopupwidget.cpp src/widgets/_AccountSwitchPopupWidget.cpp
|
|
||||||
mv src/widgets/accountswitchpopupwidget.hpp src/widgets/_AccountSwitchPopupWidget.hpp
|
|
||||||
mv src/widgets/accountswitchwidget.cpp src/widgets/_AccountSwitchWidget.cpp
|
|
||||||
mv src/widgets/accountswitchwidget.hpp src/widgets/_AccountSwitchWidget.hpp
|
|
||||||
mv src/widgets/attachedwindow.cpp src/widgets/_AttachedWindow.cpp
|
|
||||||
mv src/widgets/attachedwindow.hpp src/widgets/_AttachedWindow.hpp
|
|
||||||
mv src/widgets/basewidget.cpp src/widgets/_BaseWidget.cpp
|
|
||||||
mv src/widgets/basewidget.hpp src/widgets/_BaseWidget.hpp
|
|
||||||
mv src/widgets/basewindow.cpp src/widgets/_BaseWindow.cpp
|
|
||||||
mv src/widgets/basewindow.hpp src/widgets/_BaseWindow.hpp
|
|
||||||
mv src/widgets/emotepopup.cpp src/widgets/_EmotePopup.cpp
|
|
||||||
mv src/widgets/emotepopup.hpp src/widgets/_EmotePopup.hpp
|
|
||||||
mv src/widgets/helper/channelview.cpp src/widgets/helper/_ChannelView.cpp
|
|
||||||
mv src/widgets/helper/channelview.hpp src/widgets/helper/_ChannelView.hpp
|
|
||||||
mv src/widgets/helper/comboboxitemdelegate.cpp src/widgets/helper/_ComboBoxItemDelegate.cpp
|
|
||||||
mv src/widgets/helper/comboboxitemdelegate.hpp src/widgets/helper/_ComboBoxItemDelegate.hpp
|
|
||||||
mv src/widgets/helper/debugpopup.cpp src/widgets/helper/_DebugPopup.cpp
|
|
||||||
mv src/widgets/helper/debugpopup.hpp src/widgets/helper/_DebugPopup.hpp
|
|
||||||
mv src/widgets/helper/dropoverlay.cpp src/widgets/helper/_DropOverlay.cpp
|
|
||||||
mv src/widgets/helper/dropoverlay.hpp src/widgets/helper/_DropOverlay.hpp
|
|
||||||
mv src/widgets/helper/droppreview.cpp src/widgets/helper/_DropPreview.cpp
|
|
||||||
mv src/widgets/helper/droppreview.hpp src/widgets/helper/_DropPreview.hpp
|
|
||||||
mv src/widgets/helper/editablemodelview.cpp src/widgets/helper/_EditableModelView.cpp
|
|
||||||
mv src/widgets/helper/editablemodelview.hpp src/widgets/helper/_EditableModelView.hpp
|
|
||||||
mv src/widgets/helper/line.hpp src/widgets/helper/_Line.hpp
|
|
||||||
mv src/widgets/helper/notebookbutton.cpp src/widgets/helper/_NotebookButton.cpp
|
|
||||||
mv src/widgets/helper/notebookbutton.hpp src/widgets/helper/_NotebookButton.hpp
|
|
||||||
mv src/widgets/helper/notebooktab.cpp src/widgets/helper/_NotebookTab.cpp
|
|
||||||
mv src/widgets/helper/notebooktab.hpp src/widgets/helper/_NotebookTab.hpp
|
|
||||||
mv src/widgets/helper/resizingtextedit.cpp src/widgets/helper/_ResizingTextEdit.cpp
|
|
||||||
mv src/widgets/helper/resizingtextedit.hpp src/widgets/helper/_ResizingTextEdit.hpp
|
|
||||||
mv src/widgets/helper/rippleeffectbutton.cpp src/widgets/helper/_RippleEffectButton.cpp
|
|
||||||
mv src/widgets/helper/rippleeffectbutton.hpp src/widgets/helper/_RippleEffectButton.hpp
|
|
||||||
mv src/widgets/helper/rippleeffectlabel.cpp src/widgets/helper/_RippleEffectLabel.cpp
|
|
||||||
mv src/widgets/helper/rippleeffectlabel.hpp src/widgets/helper/_RippleEffectLabel.hpp
|
|
||||||
mv src/widgets/helper/scrollbarhighlight.cpp src/widgets/helper/_ScrollbarHighlight.cpp
|
|
||||||
mv src/widgets/helper/scrollbarhighlight.hpp src/widgets/helper/_ScrollbarHighlight.hpp
|
|
||||||
mv src/widgets/helper/searchpopup.cpp src/widgets/helper/_SearchPopup.cpp
|
|
||||||
mv src/widgets/helper/searchpopup.hpp src/widgets/helper/_SearchPopup.hpp
|
|
||||||
mv src/widgets/helper/settingsdialogtab.cpp src/widgets/helper/_SettingsDialogTab.cpp
|
|
||||||
mv src/widgets/helper/settingsdialogtab.hpp src/widgets/helper/_SettingsDialogTab.hpp
|
|
||||||
mv src/widgets/helper/shortcut.hpp src/widgets/helper/_Shortcut.hpp
|
|
||||||
mv src/widgets/helper/signallabel.cpp src/widgets/helper/_SignalLabel.cpp
|
|
||||||
mv src/widgets/helper/signallabel.hpp src/widgets/helper/_SignalLabel.hpp
|
|
||||||
mv src/widgets/helper/splitcolumn.cpp src/widgets/helper/_SplitColumn.cpp
|
|
||||||
mv src/widgets/helper/splitcolumn.hpp src/widgets/helper/_SplitColumn.hpp
|
|
||||||
mv src/widgets/helper/splitheader.cpp src/widgets/helper/_SplitHeader.cpp
|
|
||||||
mv src/widgets/helper/splitheader.hpp src/widgets/helper/_SplitHeader.hpp
|
|
||||||
mv src/widgets/helper/splitinput.cpp src/widgets/helper/_SplitInput.cpp
|
|
||||||
mv src/widgets/helper/splitinput.hpp src/widgets/helper/_SplitInput.hpp
|
|
||||||
mv src/widgets/helper/splitnode.cpp src/widgets/helper/_SplitNode.cpp
|
|
||||||
mv src/widgets/helper/splitnode.hpp src/widgets/helper/_SplitNode.hpp
|
|
||||||
mv src/widgets/helper/splitoverlay.cpp src/widgets/helper/_SplitOverlay.cpp
|
|
||||||
mv src/widgets/helper/splitoverlay.hpp src/widgets/helper/_SplitOverlay.hpp
|
|
||||||
mv src/widgets/helper/titlebarbutton.cpp src/widgets/helper/_TitlebarButton.cpp
|
|
||||||
mv src/widgets/helper/titlebarbutton.hpp src/widgets/helper/_TitlebarButton.hpp
|
|
||||||
mv src/widgets/label.cpp src/widgets/_Label.cpp
|
|
||||||
mv src/widgets/label.hpp src/widgets/_Label.hpp
|
|
||||||
mv src/widgets/lastruncrashdialog.cpp src/widgets/_LastRunCrashDialog.cpp
|
|
||||||
mv src/widgets/lastruncrashdialog.hpp src/widgets/_LastRunCrashDialog.hpp
|
|
||||||
mv src/widgets/logindialog.cpp src/widgets/_LoginDialog.cpp
|
|
||||||
mv src/widgets/logindialog.hpp src/widgets/_LoginDialog.hpp
|
|
||||||
mv src/widgets/notebook.cpp src/widgets/_Notebook.cpp
|
|
||||||
mv src/widgets/notebook.hpp src/widgets/_Notebook.hpp
|
|
||||||
mv src/widgets/notificationpopup.cpp src/widgets/_NotificationPopup.cpp
|
|
||||||
mv src/widgets/notificationpopup.hpp src/widgets/_NotificationPopup.hpp
|
|
||||||
mv src/widgets/qualitypopup.cpp src/widgets/_QualityPopup.cpp
|
|
||||||
mv src/widgets/qualitypopup.hpp src/widgets/_QualityPopup.hpp
|
|
||||||
mv src/widgets/scrollbar.cpp src/widgets/_Scrollbar.cpp
|
|
||||||
mv src/widgets/scrollbar.hpp src/widgets/_Scrollbar.hpp
|
|
||||||
mv src/widgets/selectchanneldialog.cpp src/widgets/_SelectChannelDialog.cpp
|
|
||||||
mv src/widgets/selectchanneldialog.hpp src/widgets/_SelectChannelDialog.hpp
|
|
||||||
mv src/widgets/settingsdialog.cpp src/widgets/_SettingsDialog.cpp
|
|
||||||
mv src/widgets/settingsdialog.hpp src/widgets/_SettingsDialog.hpp
|
|
||||||
mv src/widgets/settingspages/aboutpage.cpp src/widgets/settingspages/_AboutPage.cpp
|
|
||||||
mv src/widgets/settingspages/aboutpage.hpp src/widgets/settingspages/_AboutPage.hpp
|
|
||||||
mv src/widgets/settingspages/accountspage.cpp src/widgets/settingspages/_AccountsPage.cpp
|
|
||||||
mv src/widgets/settingspages/accountspage.hpp src/widgets/settingspages/_AccountsPage.hpp
|
|
||||||
mv src/widgets/settingspages/appearancepage.cpp src/widgets/settingspages/_AppearancePage.cpp
|
|
||||||
mv src/widgets/settingspages/appearancepage.hpp src/widgets/settingspages/_AppearancePage.hpp
|
|
||||||
mv src/widgets/settingspages/behaviourpage.cpp src/widgets/settingspages/_BehaviourPage.cpp
|
|
||||||
mv src/widgets/settingspages/behaviourpage.hpp src/widgets/settingspages/_BehaviourPage.hpp
|
|
||||||
mv src/widgets/settingspages/browserextensionpage.cpp src/widgets/settingspages/_BrowserextensionPage.cpp
|
|
||||||
mv src/widgets/settingspages/browserextensionpage.hpp src/widgets/settingspages/_BrowserextensionPage.hpp
|
|
||||||
mv src/widgets/settingspages/commandpage.cpp src/widgets/settingspages/_CommandPage.cpp
|
|
||||||
mv src/widgets/settingspages/commandpage.hpp src/widgets/settingspages/_CommandPage.hpp
|
|
||||||
mv src/widgets/settingspages/emotespage.cpp src/widgets/settingspages/_EmotesPage.cpp
|
|
||||||
mv src/widgets/settingspages/emotespage.hpp src/widgets/settingspages/_EmotesPage.hpp
|
|
||||||
mv src/widgets/settingspages/externaltoolspage.cpp src/widgets/settingspages/_ExternaltoolsPage.cpp
|
|
||||||
mv src/widgets/settingspages/externaltoolspage.hpp src/widgets/settingspages/_ExternaltoolsPage.hpp
|
|
||||||
mv src/widgets/settingspages/highlightingpage.cpp src/widgets/settingspages/_HighlightingPage.cpp
|
|
||||||
mv src/widgets/settingspages/highlightingpage.hpp src/widgets/settingspages/_HighlightingPage.hpp
|
|
||||||
mv src/widgets/settingspages/ignoreuserspage.cpp src/widgets/settingspages/_IgnoreusersPage.cpp
|
|
||||||
mv src/widgets/settingspages/ignoreuserspage.hpp src/widgets/settingspages/_IgnoreusersPage.hpp
|
|
||||||
mv src/widgets/settingspages/keyboardsettingspage.cpp src/widgets/settingspages/_KeyboardsettingsPage.cpp
|
|
||||||
mv src/widgets/settingspages/keyboardsettingspage.hpp src/widgets/settingspages/_KeyboardsettingsPage.hpp
|
|
||||||
mv src/widgets/settingspages/logspage.cpp src/widgets/settingspages/_LogsPage.cpp
|
|
||||||
mv src/widgets/settingspages/logspage.hpp src/widgets/settingspages/_LogsPage.hpp
|
|
||||||
mv src/widgets/settingspages/moderationpage.cpp src/widgets/settingspages/_ModerationPage.cpp
|
|
||||||
mv src/widgets/settingspages/moderationpage.hpp src/widgets/settingspages/_ModerationPage.hpp
|
|
||||||
mv src/widgets/settingspages/settingspage.cpp src/widgets/settingspages/_SettingsPage.cpp
|
|
||||||
mv src/widgets/settingspages/settingspage.hpp src/widgets/settingspages/_SettingsPage.hpp
|
|
||||||
mv src/widgets/settingspages/specialchannelspage.cpp src/widgets/settingspages/_SpecialChannelsPage.cpp
|
|
||||||
mv src/widgets/settingspages/specialchannelspage.hpp src/widgets/settingspages/_SpecialChannelsPage.hpp
|
|
||||||
mv src/widgets/split.cpp src/widgets/_Split.cpp
|
|
||||||
mv src/widgets/split.hpp src/widgets/_Split.hpp
|
|
||||||
mv src/widgets/splitcontainer.cpp src/widgets/_SplitContainer.cpp
|
|
||||||
mv src/widgets/splitcontainer.hpp src/widgets/_SplitContainer.hpp
|
|
||||||
mv src/widgets/streamview.cpp src/widgets/_StreamView.cpp
|
|
||||||
mv src/widgets/streamview.hpp src/widgets/_StreamView.hpp
|
|
||||||
mv src/widgets/textinputdialog.cpp src/widgets/_TextInputDialog.cpp
|
|
||||||
mv src/widgets/textinputdialog.hpp src/widgets/_TextInputDialog.hpp
|
|
||||||
mv src/widgets/titlebar.hpp src/widgets/_Titlebar.hpp
|
|
||||||
mv src/widgets/tooltipwidget.cpp src/widgets/_TooltipWidget.cpp
|
|
||||||
mv src/widgets/tooltipwidget.hpp src/widgets/_TooltipWidget.hpp
|
|
||||||
mv src/widgets/userinfopopup.cpp src/widgets/_UserInfoPopup.cpp
|
|
||||||
mv src/widgets/userinfopopup.hpp src/widgets/_UserInfoPopup.hpp
|
|
||||||
mv src/widgets/welcomedialog.cpp src/widgets/_WelcomeDialog.cpp
|
|
||||||
mv src/widgets/welcomedialog.hpp src/widgets/_WelcomeDialog.hpp
|
|
||||||
mv src/widgets/window.cpp src/widgets/_Window.cpp
|
|
||||||
mv src/widgets/window.hpp src/widgets/_Window.hpp
|
|
301
files2
301
files2
|
@ -1,301 +0,0 @@
|
||||||
mv src/_Application.cpp src/Application.cpp
|
|
||||||
mv src/_Application.hpp src/Application.hpp
|
|
||||||
mv src/_Channel.cpp src/Channel.cpp
|
|
||||||
mv src/_Channel.hpp src/Channel.hpp
|
|
||||||
mv src/_ChannelData.cpp src/ChannelData.cpp
|
|
||||||
mv src/_ChannelData.hpp src/ChannelData.hpp
|
|
||||||
mv src/_Common.h.cpp src/Common.h.cpp
|
|
||||||
mv src/_Common.hpp src/Common.hpp
|
|
||||||
mv src/_Const.hpp src/Const.hpp
|
|
||||||
mv src/controllers/accounts/_Account.cpp src/controllers/accounts/Account.cpp
|
|
||||||
mv src/controllers/accounts/_Account.hpp src/controllers/accounts/Account.hpp
|
|
||||||
mv src/controllers/accounts/_AccountController.cpp src/controllers/accounts/AccountController.cpp
|
|
||||||
mv src/controllers/accounts/_AccountController.hpp src/controllers/accounts/AccountController.hpp
|
|
||||||
mv src/controllers/accounts/_AccountModel.cpp src/controllers/accounts/AccountModel.cpp
|
|
||||||
mv src/controllers/accounts/_AccountModel.hpp src/controllers/accounts/AccountModel.hpp
|
|
||||||
mv src/controllers/commands/_Command.cpp src/controllers/commands/Command.cpp
|
|
||||||
mv src/controllers/commands/_Command.hpp src/controllers/commands/Command.hpp
|
|
||||||
mv src/controllers/commands/_CommandController.cpp src/controllers/commands/CommandController.cpp
|
|
||||||
mv src/controllers/commands/_CommandController.hpp src/controllers/commands/CommandController.hpp
|
|
||||||
mv src/controllers/commands/_CommandModel.cpp src/controllers/commands/CommandModel.cpp
|
|
||||||
mv src/controllers/commands/_CommandModel.hpp src/controllers/commands/CommandModel.hpp
|
|
||||||
mv src/controllers/highlights/_HighlightController.cpp src/controllers/highlights/HighlightController.cpp
|
|
||||||
mv src/controllers/highlights/_HighlightController.hpp src/controllers/highlights/HighlightController.hpp
|
|
||||||
mv src/controllers/highlights/_HighlightModel.cpp src/controllers/highlights/HighlightModel.cpp
|
|
||||||
mv src/controllers/highlights/_HighlightModel.hpp src/controllers/highlights/HighlightModel.hpp
|
|
||||||
mv src/controllers/highlights/_HighlightPhrase.hpp src/controllers/highlights/HighlightPhrase.hpp
|
|
||||||
mv src/controllers/ignores/_IgnoreController.cpp src/controllers/ignores/IgnoreController.cpp
|
|
||||||
mv src/controllers/ignores/_IgnoreController.hpp src/controllers/ignores/IgnoreController.hpp
|
|
||||||
mv src/controllers/ignores/_IgnoreModel.cpp src/controllers/ignores/IgnoreModel.cpp
|
|
||||||
mv src/controllers/ignores/_IgnoreModel.hpp src/controllers/ignores/IgnoreModel.hpp
|
|
||||||
mv src/controllers/ignores/_IgnorePhrase.hpp src/controllers/ignores/IgnorePhrase.hpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUser.cpp src/controllers/taggedusers/TaggedUser.cpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUser.hpp src/controllers/taggedusers/TaggedUser.hpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUsersController.cpp src/controllers/taggedusers/TaggedUsersController.cpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUsersController.hpp src/controllers/taggedusers/TaggedUsersController.hpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUsersModel.cpp src/controllers/taggedusers/TaggedUsersModel.cpp
|
|
||||||
mv src/controllers/taggedusers/_TaggedUsersModel.hpp src/controllers/taggedusers/TaggedUsersModel.hpp
|
|
||||||
mv src/_Credentials.hpp src/Credentials.hpp
|
|
||||||
mv src/debug/_Log.hpp src/debug/Log.hpp
|
|
||||||
mv src/_LockedObject.hpp src/LockedObject.hpp
|
|
||||||
mv src/_main.cpp src/main.cpp
|
|
||||||
mv src/messages/_HighlightPhrase.hpp src/messages/HighlightPhrase.hpp
|
|
||||||
mv src/messages/_Image.cpp src/messages/Image.cpp
|
|
||||||
mv src/messages/_Image.hpp src/messages/Image.hpp
|
|
||||||
mv src/messages/layouts/_MessageLayout.cpp src/messages/layouts/MessageLayout.cpp
|
|
||||||
mv src/messages/layouts/_MessageLayout.hpp src/messages/layouts/MessageLayout.hpp
|
|
||||||
mv src/messages/layouts/_MessageLayoutContainer.cpp src/messages/layouts/MessageLayoutContainer.cpp
|
|
||||||
mv src/messages/layouts/_MessageLayoutContainer.hpp src/messages/layouts/MessageLayoutContainer.hpp
|
|
||||||
mv src/messages/layouts/_MessageLayoutElement.cpp src/messages/layouts/MessageLayoutElement.cpp
|
|
||||||
mv src/messages/layouts/_MessageLayoutElement.hpp src/messages/layouts/MessageLayoutElement.hpp
|
|
||||||
mv src/messages/_LimitedQueue.hpp src/messages/LimitedQueue.hpp
|
|
||||||
mv src/messages/_LimitedQueueSnapshot.hpp src/messages/LimitedQueueSnapshot.hpp
|
|
||||||
mv src/messages/_Link.cpp src/messages/Link.cpp
|
|
||||||
mv src/messages/_Link.hpp src/messages/Link.hpp
|
|
||||||
mv src/messages/_Message.cpp src/messages/Message.cpp
|
|
||||||
mv src/messages/_Message.hpp src/messages/Message.hpp
|
|
||||||
mv src/messages/_MessageBuilder.cpp src/messages/MessageBuilder.cpp
|
|
||||||
mv src/messages/_MessageBuilder.hpp src/messages/MessageBuilder.hpp
|
|
||||||
mv src/messages/_MessageColor.cpp src/messages/MessageColor.cpp
|
|
||||||
mv src/messages/_MessageColor.hpp src/messages/MessageColor.hpp
|
|
||||||
mv src/messages/_MessageElement.cpp src/messages/MessageElement.cpp
|
|
||||||
mv src/messages/_MessageElement.hpp src/messages/MessageElement.hpp
|
|
||||||
mv src/messages/_MessageParseArgs.hpp src/messages/MessageParseArgs.hpp
|
|
||||||
mv src/messages/_Selection.hpp src/messages/Selection.hpp
|
|
||||||
mv src/_NullablePtr.hpp src/NullablePtr.hpp
|
|
||||||
mv src/_PrecompiledHeader.hpp src/PrecompiledHeader.hpp
|
|
||||||
mv src/_ProviderId.hpp src/ProviderId.hpp
|
|
||||||
mv src/providers/bttv/_BttvEmotes.cpp src/providers/bttv/BttvEmotes.cpp
|
|
||||||
mv src/providers/bttv/_BttvEmotes.hpp src/providers/bttv/BttvEmotes.hpp
|
|
||||||
mv src/providers/emoji/_Emojis.cpp src/providers/emoji/Emojis.cpp
|
|
||||||
mv src/providers/emoji/_Emojis.hpp src/providers/emoji/Emojis.hpp
|
|
||||||
mv src/providers/ffz/_FfzEmotes.cpp src/providers/ffz/FfzEmotes.cpp
|
|
||||||
mv src/providers/ffz/_FfzEmotes.hpp src/providers/ffz/FfzEmotes.hpp
|
|
||||||
mv src/providers/irc/_AbstractIrcServer.cpp src/providers/irc/AbstractIrcServer.cpp
|
|
||||||
mv src/providers/irc/_AbstractIrcServer.hpp src/providers/irc/AbstractIrcServer.hpp
|
|
||||||
mv src/providers/irc/_IrcAccount.cpp src/providers/irc/IrcAccount.cpp
|
|
||||||
mv src/providers/irc/_IrcAccount.hpp src/providers/irc/IrcAccount.hpp
|
|
||||||
mv src/providers/irc/_IrcChannel2.cpp src/providers/irc/IrcChannel2.cpp
|
|
||||||
mv src/providers/irc/_IrcChannel2.hpp src/providers/irc/IrcChannel2.hpp
|
|
||||||
mv src/providers/irc/_IrcConnection2.cpp src/providers/irc/IrcConnection2.cpp
|
|
||||||
mv src/providers/irc/_IrcConnection2.hpp src/providers/irc/IrcConnection2.hpp
|
|
||||||
mv src/providers/irc/_IrcServer.cpp src/providers/irc/IrcServer.cpp
|
|
||||||
mv src/providers/irc/_IrcServer.hpp src/providers/irc/IrcServer.hpp
|
|
||||||
mv src/providers/twitch/_EmoteValue.hpp src/providers/twitch/EmoteValue.hpp
|
|
||||||
mv src/providers/twitch/_IrcMessageHandler.cpp src/providers/twitch/IrcMessageHandler.cpp
|
|
||||||
mv src/providers/twitch/_IrcMessageHandler.hpp src/providers/twitch/IrcMessageHandler.hpp
|
|
||||||
mv src/providers/twitch/_Pubsub.cpp src/providers/twitch/Pubsub.cpp
|
|
||||||
mv src/providers/twitch/_Pubsub.hpp src/providers/twitch/Pubsub.hpp
|
|
||||||
mv src/providers/twitch/_PubsubActions.cpp src/providers/twitch/PubsubActions.cpp
|
|
||||||
mv src/providers/twitch/_PubsubActions.hpp src/providers/twitch/PubsubActions.hpp
|
|
||||||
mv src/providers/twitch/_PubsubHelpers.cpp src/providers/twitch/PubsubHelpers.cpp
|
|
||||||
mv src/providers/twitch/_PubsubHelpers.hpp src/providers/twitch/PubsubHelpers.hpp
|
|
||||||
mv src/providers/twitch/_TwitchAccount.cpp src/providers/twitch/TwitchAccount.cpp
|
|
||||||
mv src/providers/twitch/_TwitchAccount.hpp src/providers/twitch/TwitchAccount.hpp
|
|
||||||
mv src/providers/twitch/_TwitchAccountManager.cpp src/providers/twitch/TwitchAccountManager.cpp
|
|
||||||
mv src/providers/twitch/_TwitchAccountManager.hpp src/providers/twitch/TwitchAccountManager.hpp
|
|
||||||
mv src/providers/twitch/_TwitchChannel.cpp src/providers/twitch/TwitchChannel.cpp
|
|
||||||
mv src/providers/twitch/_TwitchChannel.hpp src/providers/twitch/TwitchChannel.hpp
|
|
||||||
mv src/providers/twitch/_TwitchEmotes.cpp src/providers/twitch/TwitchEmotes.cpp
|
|
||||||
mv src/providers/twitch/_TwitchEmotes.hpp src/providers/twitch/TwitchEmotes.hpp
|
|
||||||
mv src/providers/twitch/_TwitchHelpers.cpp src/providers/twitch/TwitchHelpers.cpp
|
|
||||||
mv src/providers/twitch/_TwitchHelpers.hpp src/providers/twitch/TwitchHelpers.hpp
|
|
||||||
mv src/providers/twitch/_TwitchMessageBuilder.cpp src/providers/twitch/TwitchMessageBuilder.cpp
|
|
||||||
mv src/providers/twitch/_TwitchMessageBuilder.hpp src/providers/twitch/TwitchMessageBuilder.hpp
|
|
||||||
mv src/providers/twitch/_TwitchServer.cpp src/providers/twitch/TwitchServer.cpp
|
|
||||||
mv src/providers/twitch/_TwitchServer.hpp src/providers/twitch/TwitchServer.hpp
|
|
||||||
mv src/providers/twitch/_TwitchUser.cpp src/providers/twitch/TwitchUser.cpp
|
|
||||||
mv src/providers/twitch/_TwitchUser.hpp src/providers/twitch/TwitchUser.hpp
|
|
||||||
mv src/_SignalVector.hpp src/SignalVector.hpp
|
|
||||||
mv src/singletons/_EmoteManager.cpp src/singletons/EmoteManager.cpp
|
|
||||||
mv src/singletons/_EmoteManager.hpp src/singletons/EmoteManager.hpp
|
|
||||||
mv src/singletons/_FontManager.cpp src/singletons/FontManager.cpp
|
|
||||||
mv src/singletons/_FontManager.hpp src/singletons/FontManager.hpp
|
|
||||||
mv src/singletons/helper/_ChatterinoSetting.cpp src/singletons/helper/ChatterinoSetting.cpp
|
|
||||||
mv src/singletons/helper/_ChatterinoSetting.hpp src/singletons/helper/ChatterinoSetting.hpp
|
|
||||||
mv src/singletons/helper/_GifTimer.cpp src/singletons/helper/GifTimer.cpp
|
|
||||||
mv src/singletons/helper/_GifTimer.hpp src/singletons/helper/GifTimer.hpp
|
|
||||||
mv src/singletons/helper/_LoggingChannel.cpp src/singletons/helper/LoggingChannel.cpp
|
|
||||||
mv src/singletons/helper/_LoggingChannel.hpp src/singletons/helper/LoggingChannel.hpp
|
|
||||||
mv src/singletons/helper/_ModerationAction.cpp src/singletons/helper/ModerationAction.cpp
|
|
||||||
mv src/singletons/helper/_ModerationAction.hpp src/singletons/helper/ModerationAction.hpp
|
|
||||||
mv src/singletons/_IrcManager.cpp src/singletons/IrcManager.cpp
|
|
||||||
mv src/singletons/_IrcManager.hpp src/singletons/IrcManager.hpp
|
|
||||||
mv src/singletons/_LoggingManager.cpp src/singletons/LoggingManager.cpp
|
|
||||||
mv src/singletons/_LoggingManager.hpp src/singletons/LoggingManager.hpp
|
|
||||||
mv src/singletons/_NativeMessagingManager.cpp src/singletons/NativeMessagingManager.cpp
|
|
||||||
mv src/singletons/_NativeMessagingManager.hpp src/singletons/NativeMessagingManager.hpp
|
|
||||||
mv src/singletons/_PathManager.cpp src/singletons/PathManager.cpp
|
|
||||||
mv src/singletons/_PathManager.hpp src/singletons/PathManager.hpp
|
|
||||||
mv src/singletons/_ResourceManager.cpp src/singletons/ResourceManager.cpp
|
|
||||||
mv src/singletons/_ResourceManager.hpp src/singletons/ResourceManager.hpp
|
|
||||||
mv src/singletons/_SettingsManager.cpp src/singletons/SettingsManager.cpp
|
|
||||||
mv src/singletons/_SettingsManager.hpp src/singletons/SettingsManager.hpp
|
|
||||||
mv src/singletons/_ThemeManager.cpp src/singletons/ThemeManager.cpp
|
|
||||||
mv src/singletons/_ThemeManager.hpp src/singletons/ThemeManager.hpp
|
|
||||||
mv src/singletons/_UpdateManager.cpp src/singletons/UpdateManager.cpp
|
|
||||||
mv src/singletons/_UpdateManager.hpp src/singletons/UpdateManager.hpp
|
|
||||||
mv src/singletons/_WindowManager.cpp src/singletons/WindowManager.cpp
|
|
||||||
mv src/singletons/_WindowManager.hpp src/singletons/WindowManager.hpp
|
|
||||||
mv src/util/_AssertInGuiThread.hpp src/util/AssertInGuiThread.hpp
|
|
||||||
mv src/util/_Benchmark.hpp src/util/Benchmark.hpp
|
|
||||||
mv src/util/_Clamp.hpp src/util/Clamp.hpp
|
|
||||||
mv src/util/_CombinePath.hpp src/util/CombinePath.hpp
|
|
||||||
mv src/util/_CompletionModel.cpp src/util/CompletionModel.cpp
|
|
||||||
mv src/util/_CompletionModel.hpp src/util/CompletionModel.hpp
|
|
||||||
mv src/util/_ConcurrentMap.hpp src/util/ConcurrentMap.hpp
|
|
||||||
mv src/util/_DebugCount.cpp src/util/DebugCount.cpp
|
|
||||||
mv src/util/_DebugCount.hpp src/util/DebugCount.hpp
|
|
||||||
mv src/util/_DistanceBetweenPoints.hpp src/util/DistanceBetweenPoints.hpp
|
|
||||||
mv src/util/_Emotemap.cpp src/util/Emotemap.cpp
|
|
||||||
mv src/util/_Emotemap.hpp src/util/Emotemap.hpp
|
|
||||||
mv src/util/_FlagsEnum.hpp src/util/FlagsEnum.hpp
|
|
||||||
mv src/util/_Helpers.hpp src/util/Helpers.hpp
|
|
||||||
mv src/util/_IrcHelpers.hpp src/util/IrcHelpers.hpp
|
|
||||||
mv src/util/_LayoutCreator.hpp src/util/LayoutCreator.hpp
|
|
||||||
mv src/util/_MutexValue.hpp src/util/MutexValue.hpp
|
|
||||||
mv src/util/_NativeEventHelper.hpp src/util/NativeEventHelper.hpp
|
|
||||||
mv src/util/_NetworkManager.cpp src/util/NetworkManager.cpp
|
|
||||||
mv src/util/_NetworkManager.hpp src/util/NetworkManager.hpp
|
|
||||||
mv src/util/_NetworkRequest.cpp src/util/NetworkRequest.cpp
|
|
||||||
mv src/util/_NetworkRequest.hpp src/util/NetworkRequest.hpp
|
|
||||||
mv src/util/_NetworkRequester.hpp src/util/NetworkRequester.hpp
|
|
||||||
mv src/util/_NetworkWorker.hpp src/util/NetworkWorker.hpp
|
|
||||||
mv src/util/_PostToThread.hpp src/util/PostToThread.hpp
|
|
||||||
mv src/util/_Property.hpp src/util/Property.hpp
|
|
||||||
mv src/util/_QstringHash.hpp src/util/QstringHash.hpp
|
|
||||||
mv src/util/_RapidjsonHelpers.cpp src/util/RapidjsonHelpers.cpp
|
|
||||||
mv src/util/_RapidjsonHelpers.hpp src/util/RapidjsonHelpers.hpp
|
|
||||||
mv src/util/_RemoveScrollAreaBackground.hpp src/util/RemoveScrollAreaBackground.hpp
|
|
||||||
mv src/util/_SerializeCustom.hpp src/util/SerializeCustom.hpp
|
|
||||||
mv src/util/_SharedPtrElementLess.hpp src/util/SharedPtrElementLess.hpp
|
|
||||||
mv src/util/_SignalVector2.hpp src/util/SignalVector2.hpp
|
|
||||||
mv src/util/_SignalVectorModel.hpp src/util/SignalVectorModel.hpp
|
|
||||||
mv src/util/_StandardItemHelper.hpp src/util/StandardItemHelper.hpp
|
|
||||||
mv src/util/_StreamLink.cpp src/util/StreamLink.cpp
|
|
||||||
mv src/util/_StreamLink.hpp src/util/StreamLink.hpp
|
|
||||||
mv src/util/_UrlFetch.hpp src/util/UrlFetch.hpp
|
|
||||||
mv src/util/_WindowsHelper.cpp src/util/WindowsHelper.cpp
|
|
||||||
mv src/util/_WindowsHelper.hpp src/util/WindowsHelper.hpp
|
|
||||||
mv src/_Version.hpp src/Version.hpp
|
|
||||||
mv src/widgets/_AccountSwitchPopupWidget.cpp src/widgets/AccountSwitchPopupWidget.cpp
|
|
||||||
mv src/widgets/_AccountSwitchPopupWidget.hpp src/widgets/AccountSwitchPopupWidget.hpp
|
|
||||||
mv src/widgets/_AccountSwitchWidget.cpp src/widgets/AccountSwitchWidget.cpp
|
|
||||||
mv src/widgets/_AccountSwitchWidget.hpp src/widgets/AccountSwitchWidget.hpp
|
|
||||||
mv src/widgets/_AttachedWindow.cpp src/widgets/AttachedWindow.cpp
|
|
||||||
mv src/widgets/_AttachedWindow.hpp src/widgets/AttachedWindow.hpp
|
|
||||||
mv src/widgets/_BaseWidget.cpp src/widgets/BaseWidget.cpp
|
|
||||||
mv src/widgets/_BaseWidget.hpp src/widgets/BaseWidget.hpp
|
|
||||||
mv src/widgets/_BaseWindow.cpp src/widgets/BaseWindow.cpp
|
|
||||||
mv src/widgets/_BaseWindow.hpp src/widgets/BaseWindow.hpp
|
|
||||||
mv src/widgets/_EmotePopup.cpp src/widgets/EmotePopup.cpp
|
|
||||||
mv src/widgets/_EmotePopup.hpp src/widgets/EmotePopup.hpp
|
|
||||||
mv src/widgets/helper/_ChannelView.cpp src/widgets/helper/ChannelView.cpp
|
|
||||||
mv src/widgets/helper/_ChannelView.hpp src/widgets/helper/ChannelView.hpp
|
|
||||||
mv src/widgets/helper/_ComboBoxItemDelegate.cpp src/widgets/helper/ComboBoxItemDelegate.cpp
|
|
||||||
mv src/widgets/helper/_ComboBoxItemDelegate.hpp src/widgets/helper/ComboBoxItemDelegate.hpp
|
|
||||||
mv src/widgets/helper/_DebugPopup.cpp src/widgets/helper/DebugPopup.cpp
|
|
||||||
mv src/widgets/helper/_DebugPopup.hpp src/widgets/helper/DebugPopup.hpp
|
|
||||||
mv src/widgets/helper/_DropOverlay.cpp src/widgets/helper/DropOverlay.cpp
|
|
||||||
mv src/widgets/helper/_DropOverlay.hpp src/widgets/helper/DropOverlay.hpp
|
|
||||||
mv src/widgets/helper/_DropPreview.cpp src/widgets/helper/DropPreview.cpp
|
|
||||||
mv src/widgets/helper/_DropPreview.hpp src/widgets/helper/DropPreview.hpp
|
|
||||||
mv src/widgets/helper/_EditableModelView.cpp src/widgets/helper/EditableModelView.cpp
|
|
||||||
mv src/widgets/helper/_EditableModelView.hpp src/widgets/helper/EditableModelView.hpp
|
|
||||||
mv src/widgets/helper/_Line.hpp src/widgets/helper/Line.hpp
|
|
||||||
mv src/widgets/helper/_NotebookButton.cpp src/widgets/helper/NotebookButton.cpp
|
|
||||||
mv src/widgets/helper/_NotebookButton.hpp src/widgets/helper/NotebookButton.hpp
|
|
||||||
mv src/widgets/helper/_NotebookTab.cpp src/widgets/helper/NotebookTab.cpp
|
|
||||||
mv src/widgets/helper/_NotebookTab.hpp src/widgets/helper/NotebookTab.hpp
|
|
||||||
mv src/widgets/helper/_ResizingTextEdit.cpp src/widgets/helper/ResizingTextEdit.cpp
|
|
||||||
mv src/widgets/helper/_ResizingTextEdit.hpp src/widgets/helper/ResizingTextEdit.hpp
|
|
||||||
mv src/widgets/helper/_RippleEffectButton.cpp src/widgets/helper/RippleEffectButton.cpp
|
|
||||||
mv src/widgets/helper/_RippleEffectButton.hpp src/widgets/helper/RippleEffectButton.hpp
|
|
||||||
mv src/widgets/helper/_RippleEffectLabel.cpp src/widgets/helper/RippleEffectLabel.cpp
|
|
||||||
mv src/widgets/helper/_RippleEffectLabel.hpp src/widgets/helper/RippleEffectLabel.hpp
|
|
||||||
mv src/widgets/helper/_ScrollbarHighlight.cpp src/widgets/helper/ScrollbarHighlight.cpp
|
|
||||||
mv src/widgets/helper/_ScrollbarHighlight.hpp src/widgets/helper/ScrollbarHighlight.hpp
|
|
||||||
mv src/widgets/helper/_SearchPopup.cpp src/widgets/helper/SearchPopup.cpp
|
|
||||||
mv src/widgets/helper/_SearchPopup.hpp src/widgets/helper/SearchPopup.hpp
|
|
||||||
mv src/widgets/helper/_SettingsDialogTab.cpp src/widgets/helper/SettingsDialogTab.cpp
|
|
||||||
mv src/widgets/helper/_SettingsDialogTab.hpp src/widgets/helper/SettingsDialogTab.hpp
|
|
||||||
mv src/widgets/helper/_Shortcut.hpp src/widgets/helper/Shortcut.hpp
|
|
||||||
mv src/widgets/helper/_SignalLabel.cpp src/widgets/helper/SignalLabel.cpp
|
|
||||||
mv src/widgets/helper/_SignalLabel.hpp src/widgets/helper/SignalLabel.hpp
|
|
||||||
mv src/widgets/helper/_SplitColumn.cpp src/widgets/helper/SplitColumn.cpp
|
|
||||||
mv src/widgets/helper/_SplitColumn.hpp src/widgets/helper/SplitColumn.hpp
|
|
||||||
mv src/widgets/helper/_SplitHeader.cpp src/widgets/helper/SplitHeader.cpp
|
|
||||||
mv src/widgets/helper/_SplitHeader.hpp src/widgets/helper/SplitHeader.hpp
|
|
||||||
mv src/widgets/helper/_SplitInput.cpp src/widgets/helper/SplitInput.cpp
|
|
||||||
mv src/widgets/helper/_SplitInput.hpp src/widgets/helper/SplitInput.hpp
|
|
||||||
mv src/widgets/helper/_SplitNode.cpp src/widgets/helper/SplitNode.cpp
|
|
||||||
mv src/widgets/helper/_SplitNode.hpp src/widgets/helper/SplitNode.hpp
|
|
||||||
mv src/widgets/helper/_SplitOverlay.cpp src/widgets/helper/SplitOverlay.cpp
|
|
||||||
mv src/widgets/helper/_SplitOverlay.hpp src/widgets/helper/SplitOverlay.hpp
|
|
||||||
mv src/widgets/helper/_TitlebarButton.cpp src/widgets/helper/TitlebarButton.cpp
|
|
||||||
mv src/widgets/helper/_TitlebarButton.hpp src/widgets/helper/TitlebarButton.hpp
|
|
||||||
mv src/widgets/_Label.cpp src/widgets/Label.cpp
|
|
||||||
mv src/widgets/_Label.hpp src/widgets/Label.hpp
|
|
||||||
mv src/widgets/_LastRunCrashDialog.cpp src/widgets/LastRunCrashDialog.cpp
|
|
||||||
mv src/widgets/_LastRunCrashDialog.hpp src/widgets/LastRunCrashDialog.hpp
|
|
||||||
mv src/widgets/_LoginDialog.cpp src/widgets/LoginDialog.cpp
|
|
||||||
mv src/widgets/_LoginDialog.hpp src/widgets/LoginDialog.hpp
|
|
||||||
mv src/widgets/_Notebook.cpp src/widgets/Notebook.cpp
|
|
||||||
mv src/widgets/_Notebook.hpp src/widgets/Notebook.hpp
|
|
||||||
mv src/widgets/_NotificationPopup.cpp src/widgets/NotificationPopup.cpp
|
|
||||||
mv src/widgets/_NotificationPopup.hpp src/widgets/NotificationPopup.hpp
|
|
||||||
mv src/widgets/_QualityPopup.cpp src/widgets/QualityPopup.cpp
|
|
||||||
mv src/widgets/_QualityPopup.hpp src/widgets/QualityPopup.hpp
|
|
||||||
mv src/widgets/_Scrollbar.cpp src/widgets/Scrollbar.cpp
|
|
||||||
mv src/widgets/_Scrollbar.hpp src/widgets/Scrollbar.hpp
|
|
||||||
mv src/widgets/_SelectChannelDialog.cpp src/widgets/SelectChannelDialog.cpp
|
|
||||||
mv src/widgets/_SelectChannelDialog.hpp src/widgets/SelectChannelDialog.hpp
|
|
||||||
mv src/widgets/_SettingsDialog.cpp src/widgets/SettingsDialog.cpp
|
|
||||||
mv src/widgets/_SettingsDialog.hpp src/widgets/SettingsDialog.hpp
|
|
||||||
mv src/widgets/settingspages/_AboutPage.cpp src/widgets/settingspages/AboutPage.cpp
|
|
||||||
mv src/widgets/settingspages/_AboutPage.hpp src/widgets/settingspages/AboutPage.hpp
|
|
||||||
mv src/widgets/settingspages/_AccountsPage.cpp src/widgets/settingspages/AccountsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_AccountsPage.hpp src/widgets/settingspages/AccountsPage.hpp
|
|
||||||
mv src/widgets/settingspages/_AppearancePage.cpp src/widgets/settingspages/AppearancePage.cpp
|
|
||||||
mv src/widgets/settingspages/_AppearancePage.hpp src/widgets/settingspages/AppearancePage.hpp
|
|
||||||
mv src/widgets/settingspages/_BehaviourPage.cpp src/widgets/settingspages/BehaviourPage.cpp
|
|
||||||
mv src/widgets/settingspages/_BehaviourPage.hpp src/widgets/settingspages/BehaviourPage.hpp
|
|
||||||
mv src/widgets/settingspages/_BrowserextensionPage.cpp src/widgets/settingspages/BrowserextensionPage.cpp
|
|
||||||
mv src/widgets/settingspages/_BrowserextensionPage.hpp src/widgets/settingspages/BrowserextensionPage.hpp
|
|
||||||
mv src/widgets/settingspages/_CommandPage.cpp src/widgets/settingspages/CommandPage.cpp
|
|
||||||
mv src/widgets/settingspages/_CommandPage.hpp src/widgets/settingspages/CommandPage.hpp
|
|
||||||
mv src/widgets/settingspages/_EmotesPage.cpp src/widgets/settingspages/EmotesPage.cpp
|
|
||||||
mv src/widgets/settingspages/_EmotesPage.hpp src/widgets/settingspages/EmotesPage.hpp
|
|
||||||
mv src/widgets/settingspages/_ExternaltoolsPage.cpp src/widgets/settingspages/ExternaltoolsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_ExternaltoolsPage.hpp src/widgets/settingspages/ExternaltoolsPage.hpp
|
|
||||||
mv src/widgets/settingspages/_HighlightingPage.cpp src/widgets/settingspages/HighlightingPage.cpp
|
|
||||||
mv src/widgets/settingspages/_HighlightingPage.hpp src/widgets/settingspages/HighlightingPage.hpp
|
|
||||||
mv src/widgets/settingspages/_IgnoreusersPage.cpp src/widgets/settingspages/IgnoreusersPage.cpp
|
|
||||||
mv src/widgets/settingspages/_IgnoreusersPage.hpp src/widgets/settingspages/IgnoreusersPage.hpp
|
|
||||||
mv src/widgets/settingspages/_KeyboardsettingsPage.cpp src/widgets/settingspages/KeyboardsettingsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_KeyboardsettingsPage.hpp src/widgets/settingspages/KeyboardsettingsPage.hpp
|
|
||||||
mv src/widgets/settingspages/_LogsPage.cpp src/widgets/settingspages/LogsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_LogsPage.hpp src/widgets/settingspages/LogsPage.hpp
|
|
||||||
mv src/widgets/settingspages/_ModerationPage.cpp src/widgets/settingspages/ModerationPage.cpp
|
|
||||||
mv src/widgets/settingspages/_ModerationPage.hpp src/widgets/settingspages/ModerationPage.hpp
|
|
||||||
mv src/widgets/settingspages/_SettingsPage.cpp src/widgets/settingspages/SettingsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_SettingsPage.hpp src/widgets/settingspages/SettingsPage.hpp
|
|
||||||
mv src/widgets/settingspages/_SpecialChannelsPage.cpp src/widgets/settingspages/SpecialChannelsPage.cpp
|
|
||||||
mv src/widgets/settingspages/_SpecialChannelsPage.hpp src/widgets/settingspages/SpecialChannelsPage.hpp
|
|
||||||
mv src/widgets/_Split.cpp src/widgets/Split.cpp
|
|
||||||
mv src/widgets/_Split.hpp src/widgets/Split.hpp
|
|
||||||
mv src/widgets/_SplitContainer.cpp src/widgets/SplitContainer.cpp
|
|
||||||
mv src/widgets/_SplitContainer.hpp src/widgets/SplitContainer.hpp
|
|
||||||
mv src/widgets/_StreamView.cpp src/widgets/StreamView.cpp
|
|
||||||
mv src/widgets/_StreamView.hpp src/widgets/StreamView.hpp
|
|
||||||
mv src/widgets/_TextInputDialog.cpp src/widgets/TextInputDialog.cpp
|
|
||||||
mv src/widgets/_TextInputDialog.hpp src/widgets/TextInputDialog.hpp
|
|
||||||
mv src/widgets/_Titlebar.hpp src/widgets/Titlebar.hpp
|
|
||||||
mv src/widgets/_TooltipWidget.cpp src/widgets/TooltipWidget.cpp
|
|
||||||
mv src/widgets/_TooltipWidget.hpp src/widgets/TooltipWidget.hpp
|
|
||||||
mv src/widgets/_UserInfoPopup.cpp src/widgets/UserInfoPopup.cpp
|
|
||||||
mv src/widgets/_UserInfoPopup.hpp src/widgets/UserInfoPopup.hpp
|
|
||||||
mv src/widgets/_WelcomeDialog.cpp src/widgets/WelcomeDialog.cpp
|
|
||||||
mv src/widgets/_WelcomeDialog.hpp src/widgets/WelcomeDialog.hpp
|
|
||||||
mv src/widgets/_Window.cpp src/widgets/Window.cpp
|
|
||||||
mv src/widgets/_Window.hpp src/widgets/Window.hpp
|
|
|
@ -1,22 +1,22 @@
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
|
|
||||||
#include "controllers/accounts/accountcontroller.hpp"
|
#include "controllers/accounts/AccountController.hpp"
|
||||||
#include "controllers/commands/commandcontroller.hpp"
|
#include "controllers/commands/CommandController.hpp"
|
||||||
#include "controllers/highlights/highlightcontroller.hpp"
|
#include "controllers/highlights/HighlightController.hpp"
|
||||||
#include "controllers/ignores/ignorecontroller.hpp"
|
#include "controllers/ignores/IgnoreController.hpp"
|
||||||
#include "controllers/taggedusers/taggeduserscontroller.hpp"
|
#include "controllers/taggedusers/TaggedUsersController.hpp"
|
||||||
#include "providers/twitch/pubsub.hpp"
|
#include "providers/twitch/Pubsub.hpp"
|
||||||
#include "providers/twitch/twitchserver.hpp"
|
#include "providers/twitch/TwitchServer.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/fontmanager.hpp"
|
#include "singletons/FontManager.hpp"
|
||||||
#include "singletons/loggingmanager.hpp"
|
#include "singletons/LoggingManager.hpp"
|
||||||
#include "singletons/nativemessagingmanager.hpp"
|
#include "singletons/NativeMessagingManager.hpp"
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
#include "singletons/resourcemanager.hpp"
|
#include "singletons/ResourceManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "singletons/thememanager.hpp"
|
#include "singletons/ThemeManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "util/posttothread.hpp"
|
#include "util/PostToThread.hpp"
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "singletons/resourcemanager.hpp"
|
#include "singletons/ResourceManager.hpp"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#include "channel.hpp"
|
#include "Channel.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "singletons/loggingmanager.hpp"
|
#include "singletons/LoggingManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
|
|
||||||
#include <QJsonArray>
|
#include <QJsonArray>
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
#include "messages/limitedqueue.hpp"
|
#include "messages/LimitedQueue.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "util/completionmodel.hpp"
|
#include "util/CompletionModel.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "channeldata.hpp"
|
#include "ChannelData.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "lockedobject.hpp"
|
#include "LockedObject.hpp"
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
|
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
*
|
*
|
||||||
* WARNING: All changes made in this file will be lost.
|
* WARNING: All changes made in this file will be lost.
|
||||||
--------------------------------------------------------------------*/
|
--------------------------------------------------------------------*/
|
||||||
#include "common.hpp"
|
#include "Common.hpp"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "account.hpp"
|
#include "Account.hpp"
|
||||||
|
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providerid.hpp"
|
#include "ProviderId.hpp"
|
||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "accountcontroller.hpp"
|
#include "AccountController.hpp"
|
||||||
|
|
||||||
#include "controllers/accounts/accountmodel.hpp"
|
#include "controllers/accounts/AccountModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "controllers/accounts/account.hpp"
|
#include "controllers/accounts/Account.hpp"
|
||||||
#include "providers/twitch/twitchaccountmanager.hpp"
|
#include "providers/twitch/TwitchAccountManager.hpp"
|
||||||
#include "util/sharedptrelementless.hpp"
|
#include "util/SharedPtrElementLess.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "accountmodel.hpp"
|
#include "AccountModel.hpp"
|
||||||
|
|
||||||
#include "util/standarditemhelper.hpp"
|
#include "util/StandardItemHelper.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/accounts/account.hpp"
|
#include "controllers/accounts/Account.hpp"
|
||||||
#include "util/qstringhash.hpp"
|
#include "util/QstringHash.hpp"
|
||||||
#include "util/signalvectormodel.hpp"
|
#include "util/SignalVectorModel.hpp"
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "command.hpp"
|
#include "Command.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
#include "commandcontroller.hpp"
|
#include "CommandController.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/accounts/accountcontroller.hpp"
|
#include "controllers/accounts/AccountController.hpp"
|
||||||
#include "controllers/commands/command.hpp"
|
#include "controllers/commands/Command.hpp"
|
||||||
#include "controllers/commands/commandmodel.hpp"
|
#include "controllers/commands/CommandModel.hpp"
|
||||||
#include "messages/messagebuilder.hpp"
|
#include "messages/MessageBuilder.hpp"
|
||||||
#include "providers/twitch/twitchchannel.hpp"
|
#include "providers/twitch/TwitchChannel.hpp"
|
||||||
#include "providers/twitch/twitchserver.hpp"
|
#include "providers/twitch/TwitchServer.hpp"
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
#include "controllers/commands/command.hpp"
|
#include "controllers/commands/Command.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
class Channel;
|
class Channel;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "commandmodel.hpp"
|
#include "CommandModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "controllers/commands/command.hpp"
|
#include "controllers/commands/Command.hpp"
|
||||||
#include "util/signalvectormodel.hpp"
|
#include "util/SignalVectorModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "highlightcontroller.hpp"
|
#include "HighlightController.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/highlights/highlightmodel.hpp"
|
#include "controllers/highlights/HighlightModel.hpp"
|
||||||
#include "widgets/notificationpopup.hpp"
|
#include "widgets/NotificationPopup.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/highlights/highlightphrase.hpp"
|
#include "controllers/highlights/HighlightPhrase.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "highlightmodel.hpp"
|
#include "HighlightModel.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/standarditemhelper.hpp"
|
#include "util/StandardItemHelper.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "controllers/highlights/highlightphrase.hpp"
|
#include "controllers/highlights/HighlightPhrase.hpp"
|
||||||
#include "util/signalvectormodel.hpp"
|
#include "util/SignalVectorModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
#include "util/serialize-custom.hpp"
|
#include "util/SerializeCustom.hpp"
|
||||||
|
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "controllers/ignores/ignorecontroller.hpp"
|
#include "controllers/ignores/IgnoreController.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/ignores/ignoremodel.hpp"
|
#include "controllers/ignores/IgnoreModel.hpp"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/ignores/ignorephrase.hpp"
|
#include "controllers/ignores/IgnorePhrase.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "ignoremodel.hpp"
|
#include "IgnoreModel.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/standarditemhelper.hpp"
|
#include "util/StandardItemHelper.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "controllers/ignores/ignorephrase.hpp"
|
#include "controllers/ignores/IgnorePhrase.hpp"
|
||||||
#include "util/signalvectormodel.hpp"
|
#include "util/SignalVectorModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
#include "util/serialize-custom.hpp"
|
#include "util/SerializeCustom.hpp"
|
||||||
|
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "taggeduser.hpp"
|
#include "TaggedUser.hpp"
|
||||||
|
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "taggeduserscontroller.hpp"
|
#include "TaggedUsersController.hpp"
|
||||||
|
|
||||||
#include "controllers/taggedusers/taggedusersmodel.hpp"
|
#include "controllers/taggedusers/TaggedUsersModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/taggedusers/taggeduser.hpp"
|
#include "controllers/taggedusers/TaggedUser.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "taggedusersmodel.hpp"
|
#include "TaggedUsersModel.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "util/standarditemhelper.hpp"
|
#include "util/StandardItemHelper.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/taggedusers/taggeduser.hpp"
|
#include "controllers/taggedusers/TaggedUser.hpp"
|
||||||
#include "util/signalvectormodel.hpp"
|
#include "util/SignalVectorModel.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace controllers {
|
namespace controllers {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "util/helpers.hpp"
|
#include "util/Helpers.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
|
|
16
src/main.cpp
16
src/main.cpp
|
@ -1,10 +1,10 @@
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "singletons/nativemessagingmanager.hpp"
|
#include "singletons/NativeMessagingManager.hpp"
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
#include "singletons/updatemanager.hpp"
|
#include "singletons/UpdateManager.hpp"
|
||||||
#include "util/debugcount.hpp"
|
#include "util/DebugCount.hpp"
|
||||||
#include "util/networkmanager.hpp"
|
#include "util/NetworkManager.hpp"
|
||||||
#include "widgets/lastruncrashdialog.hpp"
|
#include "widgets/LastRunCrashDialog.hpp"
|
||||||
|
|
||||||
#include <QAbstractNativeEventFilter>
|
#include <QAbstractNativeEventFilter>
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
#include <pajlada/settings/settingmanager.hpp>
|
#include <pajlada/settings/settingmanager.hpp>
|
||||||
|
|
||||||
#ifdef USEWINSDK
|
#ifdef USEWINSDK
|
||||||
#include "util/nativeeventhelper.hpp"
|
#include "util/NativeEventHelper.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
//#pragma once
|
//#pragma once
|
||||||
|
|
||||||
//#include "util/serialize-custom.hpp"
|
//#include "util/SerializeCustom.hpp"
|
||||||
|
|
||||||
//#include <QString>
|
//#include <QString>
|
||||||
//#include <pajlada/settings/serialize.hpp>
|
//#include <pajlada/settings/serialize.hpp>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "util/networkmanager.hpp"
|
#include "util/NetworkManager.hpp"
|
||||||
#include "util/posttothread.hpp"
|
#include "util/PostToThread.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
#include <QBuffer>
|
#include <QBuffer>
|
||||||
#include <QImageReader>
|
#include <QImageReader>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/limitedqueuesnapshot.hpp"
|
#include "messages/LimitedQueueSnapshot.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "messages/link.hpp"
|
#include "messages/Link.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace messages {
|
namespace messages {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "messageelement.hpp"
|
#include "MessageElement.hpp"
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
#include "util/irchelpers.hpp"
|
#include "util/IrcHelpers.hpp"
|
||||||
|
|
||||||
using SBHighlight = chatterino::widgets::ScrollbarHighlight;
|
using SBHighlight = chatterino::widgets::ScrollbarHighlight;
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/messageelement.hpp"
|
#include "messages/MessageElement.hpp"
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
#include "util/flagsenum.hpp"
|
#include "util/FlagsEnum.hpp"
|
||||||
#include "widgets/helper/scrollbarhighlight.hpp"
|
#include "widgets/helper/ScrollbarHighlight.hpp"
|
||||||
|
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "util/debugcount.hpp"
|
#include "util/DebugCount.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace messages {
|
namespace messages {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "messagebuilder.hpp"
|
#include "MessageBuilder.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/resourcemanager.hpp"
|
#include "singletons/ResourceManager.hpp"
|
||||||
#include "singletons/thememanager.hpp"
|
#include "singletons/ThemeManager.hpp"
|
||||||
|
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
|
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "messagecolor.hpp"
|
#include "MessageColor.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace messages {
|
namespace messages {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "singletons/thememanager.hpp"
|
#include "singletons/ThemeManager.hpp"
|
||||||
|
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#include "messages/messageelement.hpp"
|
#include "messages/MessageElement.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "messages/layouts/messagelayoutcontainer.hpp"
|
#include "messages/layouts/MessageLayoutContainer.hpp"
|
||||||
#include "messages/layouts/messagelayoutelement.hpp"
|
#include "messages/layouts/MessageLayoutElement.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/benchmark.hpp"
|
#include "util/Benchmark.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace messages {
|
namespace messages {
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
#include "messages/link.hpp"
|
#include "messages/Link.hpp"
|
||||||
#include "messages/messagecolor.hpp"
|
#include "messages/MessageColor.hpp"
|
||||||
#include "singletons/fontmanager.hpp"
|
#include "singletons/FontManager.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#include "messages/layouts/messagelayout.hpp"
|
#include "messages/layouts/MessageLayout.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "util/benchmark.hpp"
|
#include "util/Benchmark.hpp"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/layouts/messagelayoutcontainer.hpp"
|
#include "messages/layouts/MessageLayoutContainer.hpp"
|
||||||
#include "messages/layouts/messagelayoutelement.hpp"
|
#include "messages/layouts/MessageLayoutElement.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "messages/selection.hpp"
|
#include "messages/Selection.hpp"
|
||||||
#include "util/flagsenum.hpp"
|
#include "util/FlagsEnum.hpp"
|
||||||
|
|
||||||
#include <QPixmap>
|
#include <QPixmap>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#include "messagelayoutcontainer.hpp"
|
#include "MessageLayoutContainer.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "messagelayoutelement.hpp"
|
#include "MessageLayoutElement.hpp"
|
||||||
#include "messages/selection.hpp"
|
#include "messages/Selection.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
#include <QPoint>
|
#include <QPoint>
|
||||||
#include <QRect>
|
#include <QRect>
|
||||||
|
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "messages/selection.hpp"
|
#include "messages/Selection.hpp"
|
||||||
|
|
||||||
class QPainter;
|
class QPainter;
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "messages/layouts/messagelayoutelement.hpp"
|
#include "messages/layouts/MessageLayoutElement.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "messages/messageelement.hpp"
|
#include "messages/MessageElement.hpp"
|
||||||
#include "util/debugcount.hpp"
|
#include "util/DebugCount.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
#include <boost/noncopyable.hpp>
|
#include <boost/noncopyable.hpp>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
|
|
||||||
#include "messages/link.hpp"
|
#include "messages/Link.hpp"
|
||||||
#include "messages/messagecolor.hpp"
|
#include "messages/MessageColor.hpp"
|
||||||
#include "singletons/fontmanager.hpp"
|
#include "singletons/FontManager.hpp"
|
||||||
|
|
||||||
class QPainter;
|
class QPainter;
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "providers/bttv/bttvemotes.hpp"
|
#include "providers/bttv/BttvEmotes.hpp"
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "signalvector.hpp"
|
#include "SignalVector.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "providers/emoji/emojis.hpp"
|
#include "providers/emoji/Emojis.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
|
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "signalvector.hpp"
|
#include "SignalVector.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "providers/ffz/ffzemotes.hpp"
|
#include "providers/ffz/FfzEmotes.hpp"
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "signalvector.hpp"
|
#include "SignalVector.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "abstractircserver.hpp"
|
#include "AbstractIrcServer.hpp"
|
||||||
|
|
||||||
#include "common.hpp"
|
#include "Common.hpp"
|
||||||
#include "messages/limitedqueuesnapshot.hpp"
|
#include "messages/LimitedQueueSnapshot.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "channel.hpp"
|
#include "Channel.hpp"
|
||||||
|
#include "providers/irc/IrcConnection2.hpp"
|
||||||
|
|
||||||
#include <IrcMessage>
|
#include <IrcMessage>
|
||||||
#include <pajlada/signals/signal.hpp>
|
#include <pajlada/signals/signal.hpp>
|
||||||
#include <providers/irc/ircconnection2.hpp>
|
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ircaccount.hpp"
|
#include "IrcAccount.hpp"
|
||||||
|
|
||||||
// namespace chatterino {
|
// namespace chatterino {
|
||||||
// namespace providers {
|
// namespace providers {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ircchannel2.hpp"
|
#include "IrcChannel2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ircconnection2.hpp"
|
#include "IrcConnection2.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "ircserver.hpp"
|
#include "IrcServer.hpp"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providers/irc/ircaccount.hpp"
|
#include "providers/irc/IrcAccount.hpp"
|
||||||
#include "providers/irc/abstractircserver.hpp"
|
#include "providers/irc/AbstractIrcServer.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
#include "ircmessagehandler.hpp"
|
#include "IrcMessageHandler.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/highlights/highlightcontroller.hpp"
|
#include "controllers/highlights/HighlightController.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/limitedqueue.hpp"
|
#include "messages/LimitedQueue.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "providers/twitch/twitchchannel.hpp"
|
#include "providers/twitch/TwitchChannel.hpp"
|
||||||
#include "providers/twitch/twitchhelpers.hpp"
|
#include "providers/twitch/TwitchHelpers.hpp"
|
||||||
#include "providers/twitch/twitchmessagebuilder.hpp"
|
#include "providers/twitch/TwitchMessageBuilder.hpp"
|
||||||
#include "providers/twitch/twitchserver.hpp"
|
#include "providers/twitch/TwitchServer.hpp"
|
||||||
#include "singletons/resourcemanager.hpp"
|
#include "singletons/ResourceManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "util/irchelpers.hpp"
|
#include "util/IrcHelpers.hpp"
|
||||||
|
|
||||||
#include <IrcMessage>
|
#include <IrcMessage>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#include "providers/twitch/pubsub.hpp"
|
#include "providers/twitch/Pubsub.hpp"
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
#include "providers/twitch/pubsubhelpers.hpp"
|
#include "providers/twitch/PubsubHelpers.hpp"
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
|
|
||||||
#include <rapidjson/error/en.h>
|
#include <rapidjson/error/en.h>
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "providers/twitch/twitchserver.hpp"
|
#include "providers/twitch/TwitchServer.hpp"
|
||||||
|
|
||||||
#include <rapidjson/document.h>
|
#include <rapidjson/document.h>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
|
|
||||||
#include "providers/twitch/pubsubhelpers.hpp"
|
#include "providers/twitch/PubsubHelpers.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "providers/twitch/pubsubhelpers.hpp"
|
#include "providers/twitch/PubsubHelpers.hpp"
|
||||||
|
|
||||||
#include "providers/twitch/pubsubactions.hpp"
|
#include "providers/twitch/PubsubActions.hpp"
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
|
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
#include <boost/asio/steady_timer.hpp>
|
#include <boost/asio/steady_timer.hpp>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
|
|
||||||
#include "const.hpp"
|
#include "Const.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "util/networkrequest.hpp"
|
#include "util/NetworkRequest.hpp"
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "controllers/accounts/account.hpp"
|
#include "controllers/accounts/Account.hpp"
|
||||||
#include "providers/twitch/twitchuser.hpp"
|
#include "providers/twitch/TwitchUser.hpp"
|
||||||
|
|
||||||
#include <QColor>
|
#include <QColor>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "providers/twitch/twitchaccountmanager.hpp"
|
#include "providers/twitch/TwitchAccountManager.hpp"
|
||||||
|
|
||||||
#include "common.hpp"
|
#include "Common.hpp"
|
||||||
#include "const.hpp"
|
#include "Const.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "util/sharedptrelementless.hpp"
|
#include "util/SharedPtrElementLess.hpp"
|
||||||
#include "util/signalvector2.hpp"
|
#include "util/SignalVector2.hpp"
|
||||||
|
|
||||||
#include <pajlada/settings/setting.hpp>
|
#include <pajlada/settings/setting.hpp>
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
#include "providers/twitch/twitchchannel.hpp"
|
#include "providers/twitch/TwitchChannel.hpp"
|
||||||
|
|
||||||
#include "common.hpp"
|
#include "Common.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "providers/twitch/pubsub.hpp"
|
#include "providers/twitch/Pubsub.hpp"
|
||||||
#include "providers/twitch/twitchmessagebuilder.hpp"
|
#include "providers/twitch/TwitchMessageBuilder.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "util/posttothread.hpp"
|
#include "util/PostToThread.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
#include <IrcConnection>
|
#include <IrcConnection>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
#include <IrcConnection>
|
#include <IrcConnection>
|
||||||
|
|
||||||
#include "channel.hpp"
|
#include "Channel.hpp"
|
||||||
#include "common.hpp"
|
#include "Common.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
#include "util/mutexvalue.hpp"
|
#include "util/MutexValue.hpp"
|
||||||
|
|
||||||
#include <pajlada/signals/signalholder.hpp>
|
#include <pajlada/signals/signalholder.hpp>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#include "providers/twitch/twitchemotes.hpp"
|
#include "providers/twitch/TwitchEmotes.hpp"
|
||||||
|
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "messages/image.hpp"
|
#include "messages/Image.hpp"
|
||||||
#include "util/benchmark.hpp"
|
#include "util/Benchmark.hpp"
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
#define TWITCH_EMOTE_TEMPLATE "https://static-cdn.jtvnw.net/emoticons/v1/{id}/{scale}"
|
#define TWITCH_EMOTE_TEMPLATE "https://static-cdn.jtvnw.net/emoticons/v1/{id}/{scale}"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providers/twitch/emotevalue.hpp"
|
#include "providers/twitch/EmoteValue.hpp"
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "providers/twitch/twitchemotes.hpp"
|
#include "providers/twitch/TwitchEmotes.hpp"
|
||||||
#include "util/concurrentmap.hpp"
|
#include "util/ConcurrentMap.hpp"
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "providers/twitch/twitchhelpers.hpp"
|
#include "providers/twitch/TwitchHelpers.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
#include "providers/twitch/twitchmessagebuilder.hpp"
|
#include "providers/twitch/TwitchMessageBuilder.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/accounts/accountcontroller.hpp"
|
#include "controllers/accounts/AccountController.hpp"
|
||||||
#include "controllers/highlights/highlightcontroller.hpp"
|
#include "controllers/highlights/HighlightController.hpp"
|
||||||
#include "controllers/ignores/ignorecontroller.hpp"
|
#include "controllers/ignores/IgnoreController.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "providers/twitch/twitchchannel.hpp"
|
#include "providers/twitch/TwitchChannel.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
#include "singletons/ircmanager.hpp"
|
#include "singletons/IrcManager.hpp"
|
||||||
#include "singletons/resourcemanager.hpp"
|
#include "singletons/ResourceManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
#include "singletons/thememanager.hpp"
|
#include "singletons/ThemeManager.hpp"
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "util/irchelpers.hpp"
|
#include "util/IrcHelpers.hpp"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/messagebuilder.hpp"
|
#include "messages/MessageBuilder.hpp"
|
||||||
#include "messages/messageparseargs.hpp"
|
#include "messages/MessageParseArgs.hpp"
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
|
|
||||||
#include <IrcMessage>
|
#include <IrcMessage>
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#include "twitchserver.hpp"
|
#include "TwitchServer.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/accounts/accountcontroller.hpp"
|
#include "controllers/accounts/AccountController.hpp"
|
||||||
#include "controllers/highlights/highlightcontroller.hpp"
|
#include "controllers/highlights/HighlightController.hpp"
|
||||||
#include "providers/twitch/ircmessagehandler.hpp"
|
#include "providers/twitch/IrcMessageHandler.hpp"
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "providers/twitch/twitchhelpers.hpp"
|
#include "providers/twitch/TwitchHelpers.hpp"
|
||||||
#include "providers/twitch/twitchmessagebuilder.hpp"
|
#include "providers/twitch/TwitchMessageBuilder.hpp"
|
||||||
#include "util/posttothread.hpp"
|
#include "util/PostToThread.hpp"
|
||||||
|
|
||||||
#include <IrcCommand>
|
#include <IrcCommand>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "providers/irc/abstractircserver.hpp"
|
#include "providers/irc/AbstractIrcServer.hpp"
|
||||||
#include "providers/twitch/twitchaccount.hpp"
|
#include "providers/twitch/TwitchAccount.hpp"
|
||||||
#include "providers/twitch/twitchchannel.hpp"
|
#include "providers/twitch/TwitchChannel.hpp"
|
||||||
#include "util/mutexvalue.hpp"
|
#include "util/MutexValue.hpp"
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#include "providers/twitch/twitchuser.hpp"
|
#include "providers/twitch/TwitchUser.hpp"
|
||||||
|
|
||||||
#include "util/rapidjson-helpers.hpp"
|
#include "util/RapidjsonHelpers.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace providers {
|
namespace providers {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "singletons/emotemanager.hpp"
|
#include "singletons/EmoteManager.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "controllers/accounts/accountcontroller.hpp"
|
#include "controllers/accounts/AccountController.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace singletons {
|
namespace singletons {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
#define GIF_FRAME_LENGTH 33
|
#define GIF_FRAME_LENGTH 33
|
||||||
|
|
||||||
#include "providers/bttv/bttvemotes.hpp"
|
#include "providers/bttv/BttvEmotes.hpp"
|
||||||
#include "providers/emoji/emojis.hpp"
|
#include "providers/emoji/Emojis.hpp"
|
||||||
#include "providers/ffz/ffzemotes.hpp"
|
#include "providers/ffz/FfzEmotes.hpp"
|
||||||
#include "providers/twitch/twitchemotes.hpp"
|
#include "providers/twitch/TwitchEmotes.hpp"
|
||||||
#include "singletons/helper/giftimer.hpp"
|
#include "singletons/helper/GifTimer.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace singletons {
|
namespace singletons {
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#include "singletons/fontmanager.hpp"
|
#include "singletons/FontManager.hpp"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "util/assertinguithread.hpp"
|
#include "util/AssertInGuiThread.hpp"
|
||||||
#include "windowmanager.hpp"
|
#include "WindowManager.hpp"
|
||||||
|
|
||||||
#ifdef Q_OS_WIN32
|
#ifdef Q_OS_WIN32
|
||||||
#define DEFAULT_FONT_FAMILY "Segoe UI"
|
#define DEFAULT_FONT_FAMILY "Segoe UI"
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
//#include "singletons/ircmanager.hpp"
|
//#include "singletons/IrcManager.hpp"
|
||||||
//#include "channel.hpp"
|
//#include "Channel.hpp"
|
||||||
//#include "debug/log.hpp"
|
//#include "debug/Log.hpp"
|
||||||
//#include "messages/messageparseargs.hpp"
|
//#include "messages/MessageParseArgs.hpp"
|
||||||
//#include "providers/twitch/twitchaccount.hpp"
|
//#include "providers/twitch/TwitchAccount.hpp"
|
||||||
//#include "providers/twitch/twitchmessagebuilder.hpp"
|
//#include "providers/twitch/TwitchMessageBuilder.hpp"
|
||||||
//#include "singletons/accountmanager.hpp"
|
//#include "singletons/accountmanager.hpp"
|
||||||
//#include "singletons/channelmanager.hpp"
|
//#include "singletons/channelmanager.hpp"
|
||||||
//#include "singletons/emotemanager.hpp"
|
//#include "singletons/EmoteManager.hpp"
|
||||||
//#include "singletons/resourcemanager.hpp"
|
//#include "singletons/ResourceManager.hpp"
|
||||||
//#include "singletons/settingsmanager.hpp"
|
//#include "singletons/SettingsManager.hpp"
|
||||||
//#include "singletons/windowmanager.hpp"
|
//#include "singletons/WindowManager.hpp"
|
||||||
//#include "util/posttothread.hpp"
|
//#include "util/PostToThread.hpp"
|
||||||
//#include "util/urlfetch.hpp"
|
//#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
//#include <irccommand.h>
|
//#include <irccommand.h>
|
||||||
//#include <QJsonArray>
|
//#include <QJsonArray>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#include "singletons/loggingmanager.hpp"
|
#include "singletons/LoggingManager.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "debug/log.hpp"
|
#include "debug/Log.hpp"
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
#include "singletons/settingsmanager.hpp"
|
#include "singletons/SettingsManager.hpp"
|
||||||
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "messages/message.hpp"
|
#include "messages/Message.hpp"
|
||||||
#include "singletons/helper/loggingchannel.hpp"
|
#include "singletons/helper/LoggingChannel.hpp"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#include "nativemessagingmanager.hpp"
|
#include "NativeMessagingManager.hpp"
|
||||||
|
|
||||||
#include "application.hpp"
|
#include "Application.hpp"
|
||||||
#include "providers/twitch/twitchserver.hpp"
|
#include "providers/twitch/TwitchServer.hpp"
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
#include "util/posttothread.hpp"
|
#include "util/PostToThread.hpp"
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
@ -20,8 +20,8 @@ namespace ipc = boost::interprocess;
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include "singletons/windowmanager.hpp"
|
#include "singletons/WindowManager.hpp"
|
||||||
#include "widgets/attachedwindow.hpp"
|
#include "widgets/AttachedWindow.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "singletons/pathmanager.hpp"
|
#include "singletons/PathManager.hpp"
|
||||||
|
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QCryptographicHash>
|
#include <QCryptographicHash>
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include "util/combine_path.hpp"
|
#include "util/CombinePath.hpp"
|
||||||
|
|
||||||
namespace chatterino {
|
namespace chatterino {
|
||||||
namespace singletons {
|
namespace singletons {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "resourcemanager.hpp"
|
#include "ResourceManager.hpp"
|
||||||
#include "util/urlfetch.hpp"
|
#include "util/UrlFetch.hpp"
|
||||||
|
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
#include <QPixmap>
|
#include <QPixmap>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "util/emotemap.hpp"
|
#include "util/Emotemap.hpp"
|
||||||
|
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue