pollymc/launcher
leo78913 f3acf35aea refactor: Port the main window to a .ui file
some stuff still needs to be done in the c++ side because qt designer is dumb >:(

the instance toolbar icon and instance name buttons are still added manually inside MainWindow.cpp

looks almost identical, with some minor tweaks:
- the instance toolbar is now a WideBar, so you can customize what actions you want :D
- the instance toolbar buttons are now fullwidth
- the close window button is now at the end of the file menu
- the help menu has some layout changes

this also fixes some stuff:
- menus not having tooltips
- the top toolbar not connecting to the title bar in kde
- the instance toolbar separators looking weird after you move the toolbar

Signed-off-by: leo78913 <leo3758@riseup.net>
2023-01-20 19:45:43 -03:00
..
icons
java Merge pull request #397 from flowln/windows_mod_updater_fixes_maybe 2022-11-10 14:34:15 +01:00
launch
meta
minecraft
modplatform Merge pull request #714 from redstrate/cmark 2023-01-13 16:16:00 -03:00
mojang refactor: restructure tests 2022-09-11 22:29:01 +02:00
net
news
pathmatcher
resources
screenshots chore: update license headers 2022-07-10 12:19:15 +02:00
settings
tasks
tools
translations
ui refactor: Port the main window to a .ui file 2023-01-20 19:45:43 -03:00
updater
Application.cpp
Application.h
ApplicationMessage.cpp ApplicationMessage: Use QHash instead of QMap 2022-12-15 16:17:19 +02:00
ApplicationMessage.h
BaseInstaller.cpp
BaseInstaller.h
BaseInstance.cpp
BaseInstance.h
BaseVersion.h fix: don't use forward-declared Ptr types in meta/ 2022-11-01 19:48:26 -03:00
BaseVersionList.cpp
BaseVersionList.h
CMakeLists.txt refactor: Port the main window to a .ui file 2023-01-20 19:45:43 -03:00
Commandline.cpp refactor: use QCommandLineParser instead 2022-09-26 13:21:27 +02:00
Commandline.h
DataMigrationTask.cpp
DataMigrationTask.h chore: add REUSE headers 2022-11-12 20:28:30 +01:00
DefaultVariable.h
DesktopServices.cpp fix: do not trash instances in Flatpak 2022-10-31 11:34:46 +01:00
DesktopServices.h
Exception.h
ExponentialSeries.h
FileSystem.cpp fix(FileSystem): don't attempt to trash items on Windows Server 2023-01-10 12:50:56 -03:00
FileSystem.h
Filter.cpp NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
Filter.h
GZip.cpp
GZip.h
install_prereqs.cmake.in
InstanceCopyPrefs.cpp
InstanceCopyPrefs.h
InstanceCopyTask.cpp
InstanceCopyTask.h
InstanceCreationTask.cpp fix(Inst.Import): Show error reason in fail dialog 2022-12-01 15:32:26 -03:00
InstanceCreationTask.h
InstanceImportTask.cpp
InstanceImportTask.h refactor(InstanceImport): require rvalue from 'extra_info' mappings 2022-12-06 17:00:34 -03:00
InstanceList.cpp fix(ManagedPackPage): only update the current instance exactly 2022-12-06 17:00:34 -03:00
InstanceList.h
InstancePageProvider.h
InstanceTask.cpp
InstanceTask.h fix(ManagedPackPage): only update the current instance exactly 2022-12-06 17:00:34 -03:00
JavaCommon.cpp
JavaCommon.h feat: resolve JARs dynamically 2022-07-03 17:31:01 +02:00
Json.cpp
Json.h
KonamiCode.cpp
KonamiCode.h
LaunchController.cpp
LaunchController.h
Launcher.in
LoggedProcess.cpp
LoggedProcess.h
main.cpp
MangoHud.cpp chore: replace naive mangohud detection with vulkan layer detection 2022-12-11 11:01:33 +01:00
MangoHud.h chore: replace naive mangohud detection with vulkan layer detection 2022-12-11 11:01:33 +01:00
Markdown.h refactor: replace hoedown markdown parser with cmark 2023-01-12 10:08:52 -05:00
MessageLevel.cpp
MessageLevel.h
MMCTime.cpp Fix minutes unit 2022-12-06 13:01:43 +01:00
MMCTime.h NOISSUE Add license headers to source files created by me 2021-12-18 00:14:25 +00:00
MMCZip.cpp
MMCZip.h
ModDownloadTask.cpp
ModDownloadTask.h
MTPixmapCache.h
NullInstance.h
ProblemProvider.h
QObjectPtr.h
RecursiveFileSystemWatcher.cpp
RecursiveFileSystemWatcher.h
RuntimeContext.h chore: clang-format RuntimeContext 2022-10-15 12:43:15 +02:00
RWStorage.h
SeparatorPrefixTree.h NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
SkinUtils.cpp
SkinUtils.h
StringUtils.cpp
StringUtils.h
UpdateController.cpp
UpdateController.h
Usable.h NOISSUE Some happy little refactors 2021-11-20 16:22:22 +01:00
Version.cpp
Version.h chore: update license headers 2022-07-10 12:19:15 +02:00
VersionProxyModel.cpp
VersionProxyModel.h NOISSUE Flatten gui and logic libraries into MultiMC 2021-07-25 19:50:44 +02:00
WatchLock.h