PrismLauncher/launcher/ui
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
..
dialogs Merge pull request #1023 from flowln/better_shared_ptr 2022-08-20 12:50:50 +02:00
instanceview chore: update license headers 2022-07-10 12:19:15 +02:00
pagedialog NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
pages refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
setupwizard Add migration wizard, fix migration from custom paste instance 2022-05-21 17:30:19 +01:00
themes fix: dark placeholder text in dark background on dark theme 2022-07-18 14:25:00 -03:00
widgets refactor: adapt rest of the codebase to the new resource model 2022-08-20 10:47:58 -03:00
ColorCache.cpp NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
ColorCache.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
GuiUtil.cpp Revert "fix: remove updater if it is not used" 2022-07-06 18:13:51 +02:00
GuiUtil.h NOISSUE continue reshuffling the codebase 2021-11-22 03:55:16 +01:00
InstanceWindow.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
InstanceWindow.h chore: update license headers 2022-07-10 12:19:15 +02:00
MainWindow.cpp fix: hide 'More news...' button if the news aren't loaded yet 2022-08-12 17:41:11 -03:00
MainWindow.h Trash instances instead of deleting (when possible) (#549) 2022-07-30 14:42:33 -03:00