pollymc/launcher/ui/pages/instance
flow 3aa2003951
fix: filter in external resource pages not working
For some reason, using setFilterFixedString() doesn't seem to update the
QRegularExpression object with a new value, instead leaving it empty. It
updates QRegExp just fine, so maybe that's an Qt bug? o.O

Anyway, using regex in the filter is kinda cool actually :D

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-23 23:50:56 -03:00
..
ExternalResourcesPage.cpp fix: filter in external resource pages not working 2022-07-23 23:50:56 -03:00
ExternalResourcesPage.h
ExternalResourcesPage.ui fix: fix translations for mod updater 2022-07-19 18:03:45 +02:00
GameOptionsPage.cpp
GameOptionsPage.h
GameOptionsPage.ui
InstanceSettingsPage.cpp fix: hide the entire performance tab on instance settings in non-Linux 2022-07-23 13:29:39 -03:00
InstanceSettingsPage.h
InstanceSettingsPage.ui
LogPage.cpp
LogPage.h
LogPage.ui
ModFolderPage.cpp fix: fix translations for mod updater 2022-07-19 18:03:45 +02:00
ModFolderPage.h feat: add update mods to the ui / mod model 2022-07-17 11:33:42 -03:00
NotesPage.cpp
NotesPage.h
NotesPage.ui
OtherLogsPage.cpp
OtherLogsPage.h
OtherLogsPage.ui
ResourcePackPage.h
ScreenshotsPage.cpp
ScreenshotsPage.h
ScreenshotsPage.ui
ServersPage.cpp fix: fix slots for Qt 6 2022-07-10 12:19:15 +02:00
ServersPage.h chore: update license headers 2022-07-10 12:19:15 +02:00
ServersPage.ui
ShaderPackPage.h
TexturePackPage.h
VersionPage.cpp chore: update license headers 2022-07-10 12:19:15 +02:00
VersionPage.h
VersionPage.ui
WorldListPage.cpp
WorldListPage.h
WorldListPage.ui