1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00
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 `.*`.
2023-01-12 22:52:00 +01:00
..
utils Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
advancedpage.cpp rain occlusion 2023-01-06 22:23:03 -08:00
advancedpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
datafilespage.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
datafilespage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
graphicspage.cpp Replace usage of QRegularExpression::anchoredPattern with ^ and $ 2023-01-12 22:52:00 +01:00
graphicspage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
maindialog.cpp Handle UTF-8 in Qt streams in the Qt6-compatible way 2023-01-12 15:39:50 +04:00
maindialog.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
playpage.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
playpage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
sdlinit.cpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
sdlinit.hpp
settingspage.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
settingspage.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
textslotmsgbox.cpp
textslotmsgbox.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00