2021-03-28 16:58:51 +02:00
|
|
|
set(SOURCE_FILES main.cpp
|
|
|
|
Application.cpp
|
|
|
|
Application.hpp
|
|
|
|
BaseSettings.cpp
|
|
|
|
BaseSettings.hpp
|
|
|
|
BaseTheme.cpp
|
|
|
|
BaseTheme.hpp
|
|
|
|
BrowserExtension.cpp
|
|
|
|
BrowserExtension.hpp
|
|
|
|
RunGui.cpp
|
|
|
|
RunGui.hpp
|
|
|
|
|
|
|
|
common/Args.cpp
|
|
|
|
common/Args.hpp
|
|
|
|
common/Channel.cpp
|
|
|
|
common/Channel.hpp
|
|
|
|
common/ChannelChatters.cpp
|
|
|
|
common/ChannelChatters.hpp
|
|
|
|
common/ChatterinoSetting.cpp
|
|
|
|
common/ChatterinoSetting.hpp
|
|
|
|
common/CompletionModel.cpp
|
|
|
|
common/CompletionModel.hpp
|
|
|
|
common/Credentials.cpp
|
|
|
|
common/Credentials.hpp
|
|
|
|
common/DownloadManager.cpp
|
|
|
|
common/DownloadManager.hpp
|
|
|
|
common/Env.cpp
|
|
|
|
common/Env.hpp
|
|
|
|
common/LinkParser.cpp
|
|
|
|
common/LinkParser.hpp
|
|
|
|
common/Modes.cpp
|
|
|
|
common/Modes.hpp
|
2021-04-17 13:49:19 +02:00
|
|
|
common/NetworkCommon.cpp
|
|
|
|
common/NetworkCommon.hpp
|
2021-03-28 16:58:51 +02:00
|
|
|
common/NetworkManager.cpp
|
|
|
|
common/NetworkManager.hpp
|
|
|
|
common/NetworkPrivate.cpp
|
|
|
|
common/NetworkPrivate.hpp
|
|
|
|
common/NetworkRequest.cpp
|
|
|
|
common/NetworkRequest.hpp
|
|
|
|
common/NetworkResult.cpp
|
|
|
|
common/NetworkResult.hpp
|
|
|
|
common/QLogging.cpp
|
|
|
|
common/QLogging.hpp
|
|
|
|
common/UsernameSet.cpp
|
|
|
|
common/UsernameSet.hpp
|
|
|
|
common/Version.cpp
|
|
|
|
common/Version.hpp
|
|
|
|
common/WindowDescriptors.cpp
|
|
|
|
common/WindowDescriptors.hpp
|
|
|
|
|
|
|
|
controllers/accounts/Account.cpp
|
|
|
|
controllers/accounts/Account.hpp
|
|
|
|
controllers/accounts/AccountController.cpp
|
|
|
|
controllers/accounts/AccountController.hpp
|
|
|
|
controllers/accounts/AccountModel.cpp
|
|
|
|
controllers/accounts/AccountModel.hpp
|
|
|
|
|
|
|
|
controllers/commands/Command.cpp
|
|
|
|
controllers/commands/Command.hpp
|
|
|
|
controllers/commands/CommandController.cpp
|
|
|
|
controllers/commands/CommandController.hpp
|
|
|
|
controllers/commands/CommandModel.cpp
|
|
|
|
controllers/commands/CommandModel.hpp
|
|
|
|
|
|
|
|
controllers/filters/FilterModel.cpp
|
|
|
|
controllers/filters/FilterModel.hpp
|
|
|
|
controllers/filters/parser/FilterParser.cpp
|
|
|
|
controllers/filters/parser/FilterParser.hpp
|
|
|
|
controllers/filters/parser/Tokenizer.cpp
|
|
|
|
controllers/filters/parser/Tokenizer.hpp
|
|
|
|
controllers/filters/parser/Types.cpp
|
|
|
|
controllers/filters/parser/Types.hpp
|
|
|
|
|
|
|
|
controllers/highlights/HighlightBlacklistModel.cpp
|
|
|
|
controllers/highlights/HighlightBlacklistModel.hpp
|
|
|
|
controllers/highlights/HighlightModel.cpp
|
|
|
|
controllers/highlights/HighlightModel.hpp
|
|
|
|
controllers/highlights/HighlightPhrase.cpp
|
|
|
|
controllers/highlights/HighlightPhrase.hpp
|
|
|
|
controllers/highlights/UserHighlightModel.cpp
|
|
|
|
controllers/highlights/UserHighlightModel.hpp
|
|
|
|
|
|
|
|
controllers/ignores/IgnoreModel.cpp
|
|
|
|
controllers/ignores/IgnoreModel.hpp
|
|
|
|
|
|
|
|
controllers/moderationactions/ModerationAction.cpp
|
|
|
|
controllers/moderationactions/ModerationAction.hpp
|
|
|
|
controllers/moderationactions/ModerationActionModel.cpp
|
|
|
|
controllers/moderationactions/ModerationActionModel.hpp
|
|
|
|
|
|
|
|
controllers/notifications/NotificationController.cpp
|
|
|
|
controllers/notifications/NotificationController.hpp
|
|
|
|
controllers/notifications/NotificationModel.cpp
|
|
|
|
controllers/notifications/NotificationModel.hpp
|
|
|
|
|
|
|
|
controllers/pings/MutedChannelModel.cpp
|
|
|
|
controllers/pings/MutedChannelModel.hpp
|
|
|
|
|
|
|
|
controllers/taggedusers/TaggedUser.cpp
|
|
|
|
controllers/taggedusers/TaggedUser.hpp
|
|
|
|
controllers/taggedusers/TaggedUsersModel.cpp
|
|
|
|
controllers/taggedusers/TaggedUsersModel.hpp
|
|
|
|
|
|
|
|
debug/Benchmark.cpp
|
|
|
|
debug/Benchmark.hpp
|
|
|
|
|
|
|
|
messages/Emote.cpp
|
|
|
|
messages/Emote.hpp
|
|
|
|
messages/Image.cpp
|
|
|
|
messages/Image.hpp
|
|
|
|
messages/ImageSet.cpp
|
|
|
|
messages/ImageSet.hpp
|
|
|
|
messages/Link.cpp
|
|
|
|
messages/Link.hpp
|
|
|
|
messages/Message.cpp
|
|
|
|
messages/Message.hpp
|
|
|
|
messages/MessageBuilder.cpp
|
|
|
|
messages/MessageBuilder.hpp
|
|
|
|
messages/MessageColor.cpp
|
|
|
|
messages/MessageColor.hpp
|
|
|
|
messages/MessageContainer.cpp
|
|
|
|
messages/MessageContainer.hpp
|
|
|
|
messages/MessageElement.cpp
|
|
|
|
messages/MessageElement.hpp
|
|
|
|
|
|
|
|
messages/SharedMessageBuilder.cpp
|
|
|
|
messages/SharedMessageBuilder.hpp
|
|
|
|
|
|
|
|
messages/layouts/MessageLayout.cpp
|
|
|
|
messages/layouts/MessageLayout.hpp
|
|
|
|
messages/layouts/MessageLayoutContainer.cpp
|
|
|
|
messages/layouts/MessageLayoutContainer.hpp
|
|
|
|
messages/layouts/MessageLayoutElement.cpp
|
|
|
|
messages/layouts/MessageLayoutElement.hpp
|
|
|
|
messages/search/AuthorPredicate.cpp
|
|
|
|
messages/search/AuthorPredicate.hpp
|
2021-04-17 13:18:22 +02:00
|
|
|
messages/search/ChannelPredicate.cpp
|
|
|
|
messages/search/ChannelPredicate.hpp
|
2021-03-28 16:58:51 +02:00
|
|
|
messages/search/LinkPredicate.cpp
|
|
|
|
messages/search/LinkPredicate.hpp
|
2021-05-01 14:21:45 +02:00
|
|
|
messages/search/MessageFlagsPredicate.cpp
|
|
|
|
messages/search/MessageFlagsPredicate.hpp
|
2021-03-28 16:58:51 +02:00
|
|
|
messages/search/SubstringPredicate.cpp
|
|
|
|
messages/search/SubstringPredicate.hpp
|
|
|
|
|
|
|
|
providers/IvrApi.cpp
|
|
|
|
providers/IvrApi.hpp
|
|
|
|
providers/LinkResolver.cpp
|
|
|
|
providers/LinkResolver.hpp
|
|
|
|
|
|
|
|
providers/bttv/BttvEmotes.cpp
|
|
|
|
providers/bttv/BttvEmotes.hpp
|
|
|
|
providers/bttv/LoadBttvChannelEmote.cpp
|
|
|
|
providers/bttv/LoadBttvChannelEmote.hpp
|
|
|
|
|
|
|
|
providers/chatterino/ChatterinoBadges.cpp
|
|
|
|
providers/chatterino/ChatterinoBadges.hpp
|
|
|
|
|
|
|
|
providers/colors/ColorProvider.cpp
|
|
|
|
providers/colors/ColorProvider.hpp
|
|
|
|
|
|
|
|
providers/emoji/Emojis.cpp
|
|
|
|
providers/emoji/Emojis.hpp
|
|
|
|
|
|
|
|
providers/ffz/FfzBadges.cpp
|
|
|
|
providers/ffz/FfzBadges.hpp
|
|
|
|
providers/ffz/FfzEmotes.cpp
|
|
|
|
providers/ffz/FfzEmotes.hpp
|
|
|
|
|
|
|
|
providers/irc/AbstractIrcServer.cpp
|
|
|
|
providers/irc/AbstractIrcServer.hpp
|
|
|
|
providers/irc/Irc2.cpp
|
|
|
|
providers/irc/Irc2.hpp
|
|
|
|
providers/irc/IrcAccount.cpp
|
|
|
|
providers/irc/IrcAccount.hpp
|
|
|
|
providers/irc/IrcChannel2.cpp
|
|
|
|
providers/irc/IrcChannel2.hpp
|
|
|
|
providers/irc/IrcCommands.cpp
|
|
|
|
providers/irc/IrcCommands.hpp
|
|
|
|
providers/irc/IrcConnection2.cpp
|
|
|
|
providers/irc/IrcConnection2.hpp
|
|
|
|
providers/irc/IrcMessageBuilder.cpp
|
|
|
|
providers/irc/IrcMessageBuilder.hpp
|
|
|
|
providers/irc/IrcServer.cpp
|
|
|
|
providers/irc/IrcServer.hpp
|
|
|
|
|
|
|
|
providers/twitch/ChannelPointReward.cpp
|
|
|
|
providers/twitch/ChannelPointReward.hpp
|
|
|
|
providers/twitch/IrcMessageHandler.cpp
|
|
|
|
providers/twitch/IrcMessageHandler.hpp
|
|
|
|
providers/twitch/PubsubActions.cpp
|
|
|
|
providers/twitch/PubsubActions.hpp
|
|
|
|
providers/twitch/PubsubClient.cpp
|
|
|
|
providers/twitch/PubsubClient.hpp
|
|
|
|
providers/twitch/PubsubHelpers.cpp
|
|
|
|
providers/twitch/PubsubHelpers.hpp
|
|
|
|
providers/twitch/TwitchAccount.cpp
|
|
|
|
providers/twitch/TwitchAccount.hpp
|
|
|
|
providers/twitch/TwitchAccountManager.cpp
|
|
|
|
providers/twitch/TwitchAccountManager.hpp
|
|
|
|
providers/twitch/TwitchBadge.cpp
|
|
|
|
providers/twitch/TwitchBadge.hpp
|
|
|
|
providers/twitch/TwitchBadges.cpp
|
|
|
|
providers/twitch/TwitchBadges.hpp
|
|
|
|
providers/twitch/TwitchChannel.cpp
|
|
|
|
providers/twitch/TwitchChannel.hpp
|
|
|
|
providers/twitch/TwitchEmotes.cpp
|
|
|
|
providers/twitch/TwitchEmotes.hpp
|
|
|
|
providers/twitch/TwitchHelpers.cpp
|
|
|
|
providers/twitch/TwitchHelpers.hpp
|
|
|
|
providers/twitch/TwitchIrcServer.cpp
|
|
|
|
providers/twitch/TwitchIrcServer.hpp
|
|
|
|
providers/twitch/TwitchMessageBuilder.cpp
|
|
|
|
providers/twitch/TwitchMessageBuilder.hpp
|
|
|
|
providers/twitch/TwitchParseCheerEmotes.cpp
|
|
|
|
providers/twitch/TwitchParseCheerEmotes.hpp
|
|
|
|
providers/twitch/TwitchUser.cpp
|
|
|
|
providers/twitch/TwitchUser.hpp
|
|
|
|
|
|
|
|
providers/twitch/api/Helix.cpp
|
|
|
|
providers/twitch/api/Helix.hpp
|
|
|
|
providers/twitch/api/Kraken.cpp
|
|
|
|
providers/twitch/api/Kraken.hpp
|
|
|
|
|
|
|
|
singletons/Badges.cpp
|
|
|
|
singletons/Badges.hpp
|
|
|
|
singletons/Emotes.cpp
|
|
|
|
singletons/Emotes.hpp
|
|
|
|
singletons/Fonts.cpp
|
|
|
|
singletons/Fonts.hpp
|
|
|
|
singletons/Logging.cpp
|
|
|
|
singletons/Logging.hpp
|
|
|
|
singletons/NativeMessaging.cpp
|
|
|
|
singletons/NativeMessaging.hpp
|
|
|
|
singletons/Paths.cpp
|
|
|
|
singletons/Paths.hpp
|
|
|
|
singletons/Resources.cpp
|
|
|
|
singletons/Resources.hpp
|
|
|
|
singletons/Settings.cpp
|
|
|
|
singletons/Settings.hpp
|
|
|
|
singletons/Theme.cpp
|
|
|
|
singletons/Theme.hpp
|
|
|
|
singletons/Toasts.cpp
|
|
|
|
singletons/Toasts.hpp
|
|
|
|
singletons/TooltipPreviewImage.cpp
|
|
|
|
singletons/TooltipPreviewImage.hpp
|
|
|
|
singletons/Updates.cpp
|
|
|
|
singletons/Updates.hpp
|
|
|
|
singletons/WindowManager.cpp
|
|
|
|
singletons/WindowManager.hpp
|
|
|
|
|
|
|
|
singletons/helper/GifTimer.cpp
|
|
|
|
singletons/helper/GifTimer.hpp
|
|
|
|
singletons/helper/LoggingChannel.cpp
|
|
|
|
singletons/helper/LoggingChannel.hpp
|
|
|
|
|
|
|
|
util/AttachToConsole.cpp
|
|
|
|
util/AttachToConsole.hpp
|
|
|
|
util/Clipboard.cpp
|
|
|
|
util/Clipboard.hpp
|
|
|
|
util/DebugCount.cpp
|
|
|
|
util/DebugCount.hpp
|
|
|
|
util/FormatTime.cpp
|
|
|
|
util/FormatTime.hpp
|
|
|
|
util/FunctionEventFilter.cpp
|
|
|
|
util/FunctionEventFilter.hpp
|
|
|
|
util/FuzzyConvert.cpp
|
|
|
|
util/FuzzyConvert.hpp
|
|
|
|
util/Helpers.cpp
|
|
|
|
util/Helpers.hpp
|
|
|
|
util/IncognitoBrowser.cpp
|
|
|
|
util/IncognitoBrowser.hpp
|
|
|
|
util/InitUpdateButton.cpp
|
|
|
|
util/InitUpdateButton.hpp
|
|
|
|
util/JsonQuery.cpp
|
|
|
|
util/JsonQuery.hpp
|
|
|
|
util/LayoutHelper.cpp
|
|
|
|
util/LayoutHelper.hpp
|
|
|
|
util/NuulsUploader.cpp
|
|
|
|
util/NuulsUploader.hpp
|
|
|
|
util/RapidjsonHelpers.cpp
|
|
|
|
util/RapidjsonHelpers.hpp
|
|
|
|
util/SplitCommand.cpp
|
|
|
|
util/SplitCommand.hpp
|
|
|
|
util/StreamLink.cpp
|
|
|
|
util/StreamLink.hpp
|
|
|
|
util/StreamerMode.cpp
|
|
|
|
util/StreamerMode.hpp
|
|
|
|
util/Twitch.cpp
|
|
|
|
util/Twitch.hpp
|
|
|
|
util/WindowsHelper.cpp
|
|
|
|
util/WindowsHelper.hpp
|
|
|
|
|
|
|
|
widgets/AccountSwitchPopup.cpp
|
|
|
|
widgets/AccountSwitchPopup.hpp
|
|
|
|
widgets/AccountSwitchWidget.cpp
|
|
|
|
widgets/AccountSwitchWidget.hpp
|
|
|
|
widgets/AttachedWindow.cpp
|
|
|
|
widgets/AttachedWindow.hpp
|
|
|
|
widgets/BasePopup.cpp
|
|
|
|
widgets/BasePopup.hpp
|
|
|
|
widgets/BaseWidget.cpp
|
|
|
|
widgets/BaseWidget.hpp
|
|
|
|
widgets/BaseWindow.cpp
|
|
|
|
widgets/BaseWindow.hpp
|
2021-04-17 16:15:23 +02:00
|
|
|
widgets/FramelessEmbedWindow.cpp
|
|
|
|
widgets/FramelessEmbedWindow.hpp
|
2021-03-28 16:58:51 +02:00
|
|
|
widgets/Label.cpp
|
|
|
|
widgets/Label.hpp
|
|
|
|
widgets/Notebook.cpp
|
|
|
|
widgets/Notebook.hpp
|
|
|
|
widgets/Scrollbar.cpp
|
|
|
|
widgets/Scrollbar.hpp
|
|
|
|
widgets/StreamView.cpp
|
|
|
|
widgets/StreamView.hpp
|
|
|
|
widgets/TooltipWidget.cpp
|
|
|
|
widgets/TooltipWidget.hpp
|
|
|
|
widgets/Window.cpp
|
|
|
|
widgets/Window.hpp
|
|
|
|
|
|
|
|
widgets/dialogs/ChannelFilterEditorDialog.cpp
|
|
|
|
widgets/dialogs/ChannelFilterEditorDialog.hpp
|
|
|
|
widgets/dialogs/ColorPickerDialog.cpp
|
|
|
|
widgets/dialogs/ColorPickerDialog.hpp
|
|
|
|
widgets/dialogs/EmotePopup.cpp
|
|
|
|
widgets/dialogs/EmotePopup.hpp
|
|
|
|
widgets/dialogs/IrcConnectionEditor.cpp
|
|
|
|
widgets/dialogs/IrcConnectionEditor.hpp
|
|
|
|
widgets/dialogs/IrcConnectionEditor.ui
|
|
|
|
widgets/dialogs/LastRunCrashDialog.cpp
|
|
|
|
widgets/dialogs/LastRunCrashDialog.hpp
|
|
|
|
widgets/dialogs/LoginDialog.cpp
|
|
|
|
widgets/dialogs/LoginDialog.hpp
|
|
|
|
widgets/dialogs/NotificationPopup.cpp
|
|
|
|
widgets/dialogs/NotificationPopup.hpp
|
|
|
|
widgets/dialogs/QualityPopup.cpp
|
|
|
|
widgets/dialogs/QualityPopup.hpp
|
|
|
|
widgets/dialogs/SelectChannelDialog.cpp
|
|
|
|
widgets/dialogs/SelectChannelDialog.hpp
|
|
|
|
widgets/dialogs/SelectChannelFiltersDialog.cpp
|
|
|
|
widgets/dialogs/SelectChannelFiltersDialog.hpp
|
|
|
|
widgets/dialogs/SettingsDialog.cpp
|
|
|
|
widgets/dialogs/SettingsDialog.hpp
|
|
|
|
widgets/dialogs/UpdateDialog.cpp
|
|
|
|
widgets/dialogs/UpdateDialog.hpp
|
|
|
|
widgets/dialogs/UserInfoPopup.cpp
|
|
|
|
widgets/dialogs/UserInfoPopup.hpp
|
|
|
|
widgets/dialogs/WelcomeDialog.cpp
|
|
|
|
widgets/dialogs/WelcomeDialog.hpp
|
|
|
|
widgets/dialogs/switcher/NewTabItem.cpp
|
|
|
|
widgets/dialogs/switcher/NewTabItem.hpp
|
|
|
|
widgets/dialogs/switcher/QuickSwitcherModel.cpp
|
|
|
|
widgets/dialogs/switcher/QuickSwitcherModel.hpp
|
|
|
|
widgets/dialogs/switcher/QuickSwitcherPopup.cpp
|
|
|
|
widgets/dialogs/switcher/QuickSwitcherPopup.hpp
|
|
|
|
widgets/dialogs/switcher/SwitchSplitItem.cpp
|
|
|
|
widgets/dialogs/switcher/SwitchSplitItem.hpp
|
|
|
|
|
|
|
|
widgets/helper/Button.cpp
|
|
|
|
widgets/helper/Button.hpp
|
|
|
|
widgets/helper/ChannelView.cpp
|
|
|
|
widgets/helper/ChannelView.hpp
|
|
|
|
widgets/helper/ColorButton.cpp
|
|
|
|
widgets/helper/ColorButton.hpp
|
|
|
|
widgets/helper/ComboBoxItemDelegate.cpp
|
|
|
|
widgets/helper/ComboBoxItemDelegate.hpp
|
|
|
|
widgets/helper/DebugPopup.cpp
|
|
|
|
widgets/helper/DebugPopup.hpp
|
|
|
|
widgets/helper/EditableModelView.cpp
|
|
|
|
widgets/helper/EditableModelView.hpp
|
|
|
|
widgets/helper/EffectLabel.cpp
|
|
|
|
widgets/helper/EffectLabel.hpp
|
|
|
|
widgets/helper/NotebookButton.cpp
|
|
|
|
widgets/helper/NotebookButton.hpp
|
|
|
|
widgets/helper/NotebookTab.cpp
|
|
|
|
widgets/helper/NotebookTab.hpp
|
|
|
|
widgets/helper/QColorPicker.cpp
|
|
|
|
widgets/helper/QColorPicker.hpp
|
|
|
|
widgets/helper/ResizingTextEdit.cpp
|
|
|
|
widgets/helper/ResizingTextEdit.hpp
|
|
|
|
widgets/helper/ScrollbarHighlight.cpp
|
|
|
|
widgets/helper/ScrollbarHighlight.hpp
|
|
|
|
widgets/helper/SearchPopup.cpp
|
|
|
|
widgets/helper/SearchPopup.hpp
|
|
|
|
widgets/helper/SettingsDialogTab.cpp
|
|
|
|
widgets/helper/SettingsDialogTab.hpp
|
|
|
|
widgets/helper/SignalLabel.cpp
|
|
|
|
widgets/helper/SignalLabel.hpp
|
|
|
|
widgets/helper/TitlebarButton.cpp
|
|
|
|
widgets/helper/TitlebarButton.hpp
|
|
|
|
|
|
|
|
widgets/listview/GenericItemDelegate.cpp
|
|
|
|
widgets/listview/GenericItemDelegate.hpp
|
|
|
|
widgets/listview/GenericListItem.cpp
|
|
|
|
widgets/listview/GenericListItem.hpp
|
|
|
|
widgets/listview/GenericListModel.cpp
|
|
|
|
widgets/listview/GenericListModel.hpp
|
|
|
|
widgets/listview/GenericListView.cpp
|
|
|
|
widgets/listview/GenericListView.hpp
|
|
|
|
|
|
|
|
widgets/settingspages/AboutPage.cpp
|
|
|
|
widgets/settingspages/AboutPage.hpp
|
|
|
|
widgets/settingspages/AccountsPage.cpp
|
|
|
|
widgets/settingspages/AccountsPage.hpp
|
|
|
|
widgets/settingspages/CommandPage.cpp
|
|
|
|
widgets/settingspages/CommandPage.hpp
|
|
|
|
widgets/settingspages/ExternalToolsPage.cpp
|
|
|
|
widgets/settingspages/ExternalToolsPage.hpp
|
|
|
|
widgets/settingspages/FiltersPage.cpp
|
|
|
|
widgets/settingspages/FiltersPage.hpp
|
|
|
|
widgets/settingspages/GeneralPage.cpp
|
|
|
|
widgets/settingspages/GeneralPage.hpp
|
|
|
|
widgets/settingspages/GeneralPageView.cpp
|
|
|
|
widgets/settingspages/GeneralPageView.hpp
|
|
|
|
widgets/settingspages/HighlightingPage.cpp
|
|
|
|
widgets/settingspages/HighlightingPage.hpp
|
|
|
|
widgets/settingspages/IgnoresPage.cpp
|
|
|
|
widgets/settingspages/IgnoresPage.hpp
|
|
|
|
widgets/settingspages/KeyboardSettingsPage.cpp
|
|
|
|
widgets/settingspages/KeyboardSettingsPage.hpp
|
|
|
|
widgets/settingspages/ModerationPage.cpp
|
|
|
|
widgets/settingspages/ModerationPage.hpp
|
|
|
|
widgets/settingspages/NotificationPage.cpp
|
|
|
|
widgets/settingspages/NotificationPage.hpp
|
|
|
|
widgets/settingspages/SettingsPage.cpp
|
|
|
|
widgets/settingspages/SettingsPage.hpp
|
|
|
|
|
|
|
|
widgets/splits/ClosedSplits.cpp
|
|
|
|
widgets/splits/ClosedSplits.hpp
|
|
|
|
widgets/splits/EmoteInputItem.cpp
|
|
|
|
widgets/splits/EmoteInputItem.hpp
|
|
|
|
widgets/splits/EmoteInputPopup.cpp
|
|
|
|
widgets/splits/EmoteInputPopup.hpp
|
|
|
|
widgets/splits/Split.cpp
|
|
|
|
widgets/splits/Split.hpp
|
|
|
|
widgets/splits/SplitContainer.cpp
|
|
|
|
widgets/splits/SplitContainer.hpp
|
|
|
|
widgets/splits/SplitHeader.cpp
|
|
|
|
widgets/splits/SplitHeader.hpp
|
|
|
|
widgets/splits/SplitInput.cpp
|
|
|
|
widgets/splits/SplitInput.hpp
|
|
|
|
widgets/splits/SplitOverlay.cpp
|
|
|
|
widgets/splits/SplitOverlay.hpp
|
|
|
|
|
|
|
|
autogenerated/ResourcesAutogen.cpp
|
|
|
|
autogenerated/ResourcesAutogen.hpp
|
|
|
|
|
|
|
|
${CMAKE_SOURCE_DIR}/resources/resources.qrc
|
|
|
|
${CMAKE_SOURCE_DIR}/resources/resources_autogenerated.qrc
|
|
|
|
)
|
|
|
|
|
|
|
|
if (WIN32)
|
|
|
|
# clang-cl doesn't support resource files
|
|
|
|
if (NOT CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
|
|
|
list(APPEND SOURCE_FILES "${CMAKE_SOURCE_DIR}/resources/windows.rc")
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
elseif (APPLE)
|
|
|
|
set(MACOS_BUNDLE_ICON_FILE "${CMAKE_SOURCE_DIR}/resources/chatterino.icns")
|
|
|
|
list(APPEND SOURCE_FILES "${MACOS_BUNDLE_ICON_FILE}")
|
|
|
|
set_source_files_properties(${MACOS_BUNDLE_ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
# Generate source groups for use in IDEs
|
2021-04-03 16:49:24 +02:00
|
|
|
source_group(TREE ${CMAKE_SOURCE_DIR} FILES ${SOURCE_FILES})
|
2021-03-28 16:58:51 +02:00
|
|
|
|
|
|
|
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
2021-04-10 13:26:20 +02:00
|
|
|
add_sanitizers(${PROJECT_NAME})
|
2021-03-28 16:58:51 +02:00
|
|
|
|
|
|
|
target_precompile_headers(${PROJECT_NAME} PRIVATE PrecompiledHeader.hpp)
|
|
|
|
|
|
|
|
# Enable autogeneration of Qts MOC/RCC/UIC
|
|
|
|
set_target_properties(${PROJECT_NAME}
|
|
|
|
PROPERTIES
|
|
|
|
AUTOMOC ON
|
|
|
|
AUTORCC ON
|
|
|
|
AUTOUIC ON
|
|
|
|
)
|
|
|
|
|
|
|
|
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
|
|
|
CHATTERINO
|
|
|
|
UNICODE
|
|
|
|
AB_CUSTOM_THEME
|
|
|
|
AB_CUSTOM_SETTINGS
|
|
|
|
IRC_STATIC
|
|
|
|
IRC_NAMESPACE=Communi
|
|
|
|
)
|
|
|
|
if (USE_SYSTEM_QT5KEYCHAIN)
|
|
|
|
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
|
|
|
CMAKE_BUILD
|
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
|
|
|
CHATTERINO_GIT_HASH=\"${GIT_HASH}\"
|
|
|
|
CHATTERINO_GIT_RELEASE=\"${GIT_RELEASE}\"
|
|
|
|
CHATTERINO_GIT_COMMIT=\"${GIT_COMMIT}\"
|
|
|
|
)
|
|
|
|
if (WIN32)
|
|
|
|
target_compile_definitions(${PROJECT_NAME} PRIVATE
|
|
|
|
USEWINSDK
|
|
|
|
)
|
|
|
|
set_target_properties(${PROJECT_NAME} PROPERTIES WIN32_EXECUTABLE TRUE)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
if (MSVC)
|
|
|
|
target_compile_options(${PROJECT_NAME} PRIVATE /EHsc)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
if (APPLE)
|
|
|
|
set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE TRUE)
|
|
|
|
set_target_properties(${PROJECT_NAME}
|
|
|
|
PROPERTIES
|
|
|
|
MACOSX_BUNDLE_BUNDLE_NAME "Chatterino"
|
|
|
|
MACOSX_BUNDLE_GUI_IDENTIFIER "com.chatterino"
|
|
|
|
MACOSX_BUNDLE_INFO_STRING "Chat client for Twitch"
|
|
|
|
MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_VERSION}"
|
|
|
|
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
|
|
|
|
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
|
|
|
|
MACOSX_BUNDLE_ICON_FILE chatterino.icns
|
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
Qt5::Core
|
|
|
|
Qt5::Widgets
|
|
|
|
Qt5::Gui
|
|
|
|
Qt5::Network
|
|
|
|
Qt5::Multimedia
|
|
|
|
Qt5::Svg
|
|
|
|
Qt5::Concurrent
|
|
|
|
)
|
|
|
|
|
|
|
|
if (WinToast_FOUND)
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
WinToast)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
if (USE_CONAN AND TARGET CONAN_PKG::boost)
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
CONAN_PKG::boost
|
|
|
|
)
|
|
|
|
else ()
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
Boost::boost
|
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
if (USE_CONAN AND TARGET CONAN_PKG::openssl)
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
CONAN_PKG::openssl
|
|
|
|
)
|
|
|
|
else ()
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
OpenSSL::SSL
|
|
|
|
OpenSSL::Crypto
|
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
target_include_directories(${PROJECT_NAME} PRIVATE ${RapidJSON_INCLUDE_DIRS})
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
LibCommuni::LibCommuni
|
|
|
|
qt5keychain
|
|
|
|
Pajlada::Serialize
|
|
|
|
Pajlada::Settings
|
|
|
|
Pajlada::Signals
|
|
|
|
websocketpp::websocketpp
|
|
|
|
Threads::Threads
|
|
|
|
RapidJSON::RapidJSON
|
|
|
|
LRUCache
|
|
|
|
)
|
|
|
|
if (LIBRT)
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
|
|
PRIVATE
|
|
|
|
${LIBRT}
|
|
|
|
)
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
set_target_properties(${PROJECT_NAME}
|
|
|
|
PROPERTIES
|
|
|
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
|
|
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_RELEASE "${CMAKE_BINARY_DIR}/bin"
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_DEBUG "${CMAKE_BINARY_DIR}/bin"
|
|
|
|
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO "${CMAKE_BINARY_DIR}/bin"
|
|
|
|
)
|
|
|
|
|
|
|
|
if (MSVC)
|
|
|
|
get_target_property(Qt5_Core_Location Qt5::Core LOCATION)
|
|
|
|
get_filename_component(QT_BIN_DIR ${Qt5_Core_Location} DIRECTORY)
|
|
|
|
set(WINDEPLOYQT_COMMAND "${QT_BIN_DIR}/windeployqt.exe" $<TARGET_FILE:${PROJECT_NAME}> --release --no-compiler-runtime --no-translations --no-opengl-sw)
|
|
|
|
|
|
|
|
install(TARGETS ${PROJECT_NAME}
|
|
|
|
RUNTIME DESTINATION .
|
|
|
|
)
|
|
|
|
|
|
|
|
install(CODE "execute_process(COMMAND ${WINDEPLOYQT_COMMAND} --dir \${CMAKE_INSTALL_PREFIX})")
|
|
|
|
elseif (APPLE)
|
|
|
|
install(TARGETS ${PROJECT_NAME}
|
|
|
|
RUNTIME DESTINATION bin
|
|
|
|
BUNDLE DESTINATION bin
|
|
|
|
LIBRARY DESTINATION lib
|
|
|
|
ARCHIVE DESTINATION lib/static
|
|
|
|
)
|
|
|
|
else ()
|
|
|
|
install(TARGETS ${PROJECT_NAME}
|
|
|
|
RUNTIME DESTINATION bin
|
|
|
|
LIBRARY DESTINATION lib
|
|
|
|
ARCHIVE DESTINATION lib/static
|
|
|
|
)
|
|
|
|
|
|
|
|
install(FILES ${CMAKE_SOURCE_DIR}/resources/com.chatterino.chatterino.desktop
|
|
|
|
DESTINATION share/applications
|
|
|
|
)
|
|
|
|
|
|
|
|
install(FILES ${CMAKE_SOURCE_DIR}/resources/icon.png
|
|
|
|
RENAME com.chatterino.chatterino.png
|
|
|
|
DESTINATION share/icons/hicolor/256x256/apps
|
|
|
|
)
|
|
|
|
endif ()
|