You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps/launcher
jvoisin c90d22f3b2 Replace usage of QRegularExpression::anchoredPattern with `^` and `$`
Using `^` and `$` is shorter than `QRegularExpression::anchoredPattern`,
and even allows us in one case to get rid of a trailing `.*`.
2 years ago
..
utils Replace usage of QRegularExpression::anchoredPattern with `^` and `$` 2 years ago
CMakeLists.txt Use target_precompile_headers for the most expensive headers 3 years ago
advancedpage.cpp rain occlusion 2 years ago
advancedpage.hpp Apply clang-format to code base 2 years ago
datafilespage.cpp Remove unused includes 2 years ago
datafilespage.hpp Apply clang-format to code base 2 years ago
graphicspage.cpp Replace usage of QRegularExpression::anchoredPattern with `^` and `$` 2 years ago
graphicspage.hpp Apply clang-format to code base 2 years ago
main.cpp Apply clang-format to code base 2 years ago
maindialog.cpp Handle UTF-8 in Qt streams in the Qt6-compatible way 2 years ago
maindialog.hpp Apply clang-format to code base 2 years ago
playpage.cpp Apply clang-format to code base 2 years ago
playpage.hpp Apply clang-format to code base 2 years ago
sdlinit.cpp Merge branch 'useuless_launcher' into 'master' 4 years ago
sdlinit.hpp Init SDL2 before Qt4 to avoid crash on Linux (bug #4529) 6 years ago
settingspage.cpp Remove unused includes 2 years ago
settingspage.hpp Apply clang-format to code base 2 years ago
textslotmsgbox.cpp Implemented Launcher namespace 11 years ago
textslotmsgbox.hpp Apply clang-format to code base 2 years ago