1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00
vcmi/launcher
Ivan Savenko e3ed4eda44 Fix lag on dragging mod list in Launcher on Android
Tested by enabling dragging on desktop. According to profiler, most of
time was spent on generating mod information. Cheap to do once, but it
looks like Qt does this A LOT.

Added simple caching & reduced copying. Seems to be working fine on PC,
but not yet confirmed whether same goes for mobile
2024-06-08 10:47:57 +00:00
..
aboutProject Use the "nullptr" literal. 2023-10-27 18:18:59 +00:00
firstLaunch [android][launcher] copy existing oh3 files using Java 2024-06-08 00:10:03 +03:00
icons Implemented connection of match server to global lobby 2024-01-19 23:52:28 +02:00
ios [launcher] build for Android 2024-06-08 00:09:04 +03:00
lib process of innoextract extraction 2024-05-02 23:18:53 +02:00
modManager Fix lag on dragging mod list in Launcher on Android 2024-06-08 10:47:57 +00:00
settingsView [launcher] add more places for finger scrolling 2024-06-08 00:10:03 +03:00
translation feat(translations): update french translation for launcher 2024-05-30 08:45:08 +00:00
CMakeLists.txt [launcher] build for Android 2024-06-08 00:09:04 +03:00
eu.vcmi.VCMI.metainfo.xml Bump version to 1.5.3 2024-06-05 20:55:07 +00:00
helper.cpp [launcher] add more places for finger scrolling 2024-06-08 00:10:03 +03:00
helper.h [launcher] add more places for finger scrolling 2024-06-08 00:10:03 +03:00
jsonutils.cpp Reworked JsonNode constructors to more logical form 2024-02-26 12:55:49 +02:00
jsonutils.h Moved json files to new directory, split on per-class basis 2024-02-14 13:08:24 +02:00
languages.cpp Use QSignalBlocker in launcher where applicable 2024-01-05 22:06:07 +02:00
languages.h - Implemented proposition to install translation mod when necessary 2023-03-14 16:02:16 +02:00
launcherdirs.cpp get rid of CLauncherDirs global static 2024-03-20 05:52:25 +03:00
launcherdirs.h get rid of CLauncherDirs global static 2024-03-20 05:52:25 +03:00
main.cpp [launcher] enable High DPI 2024-06-08 00:10:03 +03:00
main.h convert line endings from CRLF (Windows) to LF (Linux/Unix) 2023-10-19 16:23:21 +02:00
mainwindow_moc.cpp fix indentation 2024-06-08 00:10:02 +03:00
mainwindow_moc.h fix indentation 2024-06-08 00:10:02 +03:00
mainwindow_moc.ui [launcher] build for Android 2024-06-08 00:09:04 +03:00
prepare.cpp [launcher] build for Android 2024-06-08 00:09:04 +03:00
prepare.h [launcher] build for Android 2024-06-08 00:09:04 +03:00
resources.qrc [launcher] build for Android 2024-06-08 00:09:04 +03:00
StdInc.cpp Fix: licenses, pragma guards, StdInc 2024-03-29 07:48:52 +02:00
StdInc.h introduce innoextract 2024-04-13 17:19:47 +02:00
updatedialog_moc.cpp Added missing strings to Qt translations 2024-05-01 12:49:46 +03:00
updatedialog_moc.h wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 2022-09-24 15:55:21 +03:00
updatedialog_moc.ui CModListView, firstlaunch and lobby strings reviewed 2023-03-31 19:24:06 +03:00
VCMI_launcher.cbp [c::b] project files tweak 2016-08-18 12:22:34 +03:00
VCMI_launcher.ico Update VCMI icon (#2672) 2023-09-05 23:57:19 +03:00
VCMI_launcher.rc don't use separate .rc files for MSVC and MinGW 2014-10-12 16:32:02 +03:00
VCMI_launcher.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
vcmilauncher.desktop Fix key value to match specs 2024-01-19 17:31:53 +02:00