pollymc/launcher/ui/dialogs
Sefa Eyeoglu 1175461030
refactor: switch to new versioning scheme
The new versioning system is based on the versioning system used by the
GNOME Foundation for the GNOME desktop.

We are dropping the "major version" as defined by SemVer and move to a
version number with a most and least significant number.

The most significant number must be incremented, if there are new
features or significant changes since last major release.

Otherwise, the least significant number must be incremented, if there
are only minor changes since the last release. New features or
significant changes mustn't be introduced by a bump of the least
significant number.

If a minor change would introduce small user-facing changes (like a
message-box or slight UI changes), it could still be classified as a
minor change.
At the end of the day, a human shall decide, if a change is minor or
significant, as there is no clear line that would separate a "minor" and
a "significant" change in a GUI-application.

Definitions:

feature: New user-facing functionality
significant change: Something that changes user-facing behavior
minor change: Something that fixes unexpected behavior

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-08-12 14:22:24 +02:00
..
AboutDialog.cpp refactor: switch to new versioning scheme 2022-08-12 14:22:24 +02:00
AboutDialog.h remove patreon stuff 2022-01-09 13:51:46 -05:00
AboutDialog.ui refactor: switch to new versioning scheme 2022-08-12 14:22:24 +02:00
ChooseProviderDialog.cpp feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
ChooseProviderDialog.h feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
ChooseProviderDialog.ui feat: add ChooseProviderDialog 2022-07-17 11:33:41 -03:00
CopyInstanceDialog.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
CopyInstanceDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CopyInstanceDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CustomMessageBox.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
CustomMessageBox.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
EditAccountDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ExportInstanceDialog.cpp refactor: fix deprecation up to Qt 5.15 2022-07-10 12:17:52 +02:00
ExportInstanceDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ExportInstanceDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
IconPickerDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LoginDialog.cpp GH-4071 Heavily refactor and rearchitect account system 2021-12-04 01:18:05 +01:00
LoginDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
LoginDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ModDownloadDialog.cpp chore: add missing license headers 2022-07-08 16:25:03 +02:00
ModDownloadDialog.h chore: add missing license headers 2022-07-08 16:25:03 +02:00
ModUpdateDialog.cpp fix: move HTML code outside of translation 2022-07-20 10:15:21 +02:00
ModUpdateDialog.h fix: std::list -> QList 2022-07-17 11:33:45 -03:00
MSALoginDialog.cpp chore: add license header to files I modified 2022-03-19 12:46:56 +01:00
MSALoginDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
MSALoginDialog.ui feat(MSALogin): add open page & copy code button 2022-01-20 21:04:48 +01:00
NewComponentDialog.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
NewComponentDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewComponentDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
NewInstanceDialog.cpp Merge pull request #678 from Scrumplex/improvements-around-proprietary-services 2022-07-11 14:56:09 +02:00
NewInstanceDialog.h chore: add missing license headers 2022-07-08 16:25:03 +02:00
NewInstanceDialog.ui fix: limit instance names to 128 chars 2022-03-19 23:23:08 +01:00
NewsDialog.cpp refactor: fix deprecation up to Qt 6 2022-07-10 12:19:15 +02:00
NewsDialog.h feat: add news reader dialog 2022-06-25 20:15:16 -03:00
NewsDialog.ui fix: use clicked instead of pressed signal for button clicks 2022-06-26 08:10:52 -03:00
OfflineLoginDialog.cpp Limit offline username to 16 characters with override 2022-03-19 10:12:07 -04:00
OfflineLoginDialog.h Limit offline username to 16 characters with override 2022-03-19 10:12:07 -04:00
OfflineLoginDialog.ui Limit offline username to 16 characters with override 2022-03-19 10:12:07 -04:00
ProfileSelectDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSelectDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSelectDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSetupDialog.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
ProfileSetupDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProfileSetupDialog.ui NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ProgressDialog.cpp fix: progress dialog going away even if the task was not aborted 2022-07-26 20:33:33 +02:00
ProgressDialog.h feat: Use a single progress dialog when doing multiple tasks 2022-04-01 09:32:00 -03:00
ProgressDialog.ui fix: various issues with ProgressDialog and SequentialTasks 2022-05-21 08:36:36 -03:00
ReviewMessageBox.cpp fix: don't double add mods in mod downloader/updater 2022-07-17 11:33:42 -03:00
ReviewMessageBox.h feat: allow deselecting mods from the mod confirmation dialog 2022-05-21 08:02:27 -03:00
ReviewMessageBox.ui feat: allow deselecting mods from the mod confirmation dialog 2022-05-21 08:02:27 -03:00
ScrollMessageBox.cpp Rework curseforge download (#611) 2022-05-28 21:53:12 +02:00
ScrollMessageBox.h Rework curseforge download (#611) 2022-05-28 21:53:12 +02:00
ScrollMessageBox.ui feat: add mod update dialog 2022-07-17 11:33:42 -03:00
SkinUploadDialog.cpp Make skin upload optional 2022-07-15 12:23:11 +10:00
SkinUploadDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
SkinUploadDialog.ui Make skin upload optional 2022-07-15 12:23:11 +10:00
UpdateDialog.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
UpdateDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
UpdateDialog.ui fix(i18n): remove brand names from translations 2022-03-29 15:25:21 +02:00
VersionSelectDialog.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
VersionSelectDialog.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00