pollymc/launcher/ui/widgets
flow 97a74d5c1f
refactor: adapt rest of the codebase to the new resource model
In order to access the ModFolderModel from the ModFolderPage, i created
a new m_model for the correct type, shadowing the m_model of type
ResourceFolderModel. This creates two shared_ptr references to the same object,
but since they will have the same lifetime, it doesn't generate a memory
leak.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-20 10:47:58 -03:00
..
Common.cpp
Common.h
CustomCommands.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
CustomCommands.h chore: update license headers 2022-07-10 12:19:15 +02:00
CustomCommands.ui fix(mnemonics): Add missing buddies to labels 2022-04-29 01:30:47 +05:30
DropLabel.cpp
DropLabel.h
ErrorFrame.cpp
ErrorFrame.h
ErrorFrame.ui
FocusLineEdit.cpp
FocusLineEdit.h
IconLabel.cpp
IconLabel.h
InfoFrame.cpp refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
InfoFrame.h refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
InfoFrame.ui refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
InstanceCardWidget.ui
JavaSettingsWidget.cpp feat: resolve JARs dynamically 2022-07-03 17:31:01 +02:00
JavaSettingsWidget.h
LabeledToolButton.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
LabeledToolButton.h
LanguageSelectionWidget.cpp
LanguageSelectionWidget.h
LineSeparator.cpp
LineSeparator.h
LogView.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
LogView.h
ModFilterWidget.cpp
ModFilterWidget.h
ModFilterWidget.ui
ModListView.cpp
ModListView.h
PageContainer_p.h
PageContainer.cpp refactor: replace QRegExp with QRegularExpression 2022-07-10 12:17:52 +02:00
PageContainer.h
ProgressWidget.cpp
ProgressWidget.h
VersionListView.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
VersionListView.h
VersionSelectWidget.cpp
VersionSelectWidget.h
WideBar.cpp feat: add some helping methods to WideBar 2022-07-17 11:33:41 -03:00
WideBar.h feat: add some helping methods to WideBar 2022-07-17 11:33:41 -03:00