pollymc/launcher/ui/widgets
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
..
Common.cpp
Common.h
CustomCommands.cpp
CustomCommands.h
CustomCommands.ui
DropLabel.cpp
DropLabel.h
ErrorFrame.cpp
ErrorFrame.h
ErrorFrame.ui
FocusLineEdit.cpp
FocusLineEdit.h
IconLabel.cpp
IconLabel.h
InfoFrame.cpp
InfoFrame.h
InfoFrame.ui
InstanceCardWidget.ui
JavaSettingsWidget.cpp feat: validate maximum memory allocation in wizard 2022-11-20 18:16:19 +01:00
JavaSettingsWidget.h feat: validate maximum memory allocation in wizard 2022-11-20 18:16:19 +01:00
LabeledToolButton.cpp
LabeledToolButton.h
LanguageSelectionWidget.cpp
LanguageSelectionWidget.h
LineSeparator.cpp
LineSeparator.h
LogView.cpp
LogView.h
ModFilterWidget.cpp
ModFilterWidget.h
ModFilterWidget.ui
ModListView.cpp Merge pull request #626 from leo78913/mods-provider-column 2022-12-30 11:39:03 -03:00
ModListView.h
PageContainer_p.h
PageContainer.cpp feat: add PageContainer::getPage 2022-12-06 16:54:54 -03:00
PageContainer.h feat: add PageContainer::getPage 2022-12-06 16:54:54 -03:00
ProgressWidget.cpp
ProgressWidget.h
ProjectDescriptionPage.cpp
ProjectDescriptionPage.h
ProjectItem.cpp
ProjectItem.h
ThemeCustomizationWidget.cpp Add hint about Cat 2023-01-10 16:09:57 +01:00
ThemeCustomizationWidget.h Add hint about Cat 2023-01-10 16:09:57 +01:00
ThemeCustomizationWidget.ui Add hint about Cat 2023-01-10 16:09:57 +01:00
VariableSizedImageObject.cpp fix: bind image fetch callback lambda to the parent object 2022-12-12 23:51:22 -03:00
VariableSizedImageObject.h
VersionListView.cpp
VersionListView.h
VersionSelectWidget.cpp
VersionSelectWidget.h
WideBar.cpp refactor: Port the main window to a .ui file 2023-01-20 19:45:43 -03:00
WideBar.h feat: add Widebar::InsertWidgetBefore method 2023-01-20 19:44:39 -03:00