citra/src/citra_qt
fearlessTobi 494d86d083 graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function
tr() will not function properly on static/global data like this, as the
object is only ever constructed once, so the strings won't translate if
the language is changed without restarting the program, which is
undesirable. Instead we can just turn the map into a plain old function
that maps the values to their equivalent strings. This is also lessens
the memory allocated, since it's only allocating memory for the strings
themselves, and not an encompassing map as well.
2018-10-27 00:33:31 +02:00
..
applets citra_qt: Add length validation 2018-07-10 13:05:13 +08:00
camera Move if 2018-10-05 09:27:16 -05:00
configuration citra_qt: add seconds section to clock settings (#4347) 2018-10-25 21:29:43 +08:00
debugger graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-27 00:33:31 +02:00
multiplayer citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
updater reformat all files with clang-format 2018-06-29 16:56:12 +03:00
util Antialias game list compatibility pixmaps 2018-09-17 19:00:28 +05:30
aboutdialog.cpp Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
aboutdialog.h Clean up aboutdialog.h 2018-08-25 14:45:50 +02:00
aboutdialog.ui citra-qt: Add build date in about dialog 2018-06-18 21:21:00 +08:00
bootmanager.cpp implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
citra-qt.rc Fix icon for citra qt 2017-09-03 11:26:10 -06:00
CMakeLists.txt Merge pull request #4235 from FearlessTobi/port-1259 2018-10-24 20:57:58 -04:00
compatdb.cpp Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
compatdb.ui add compatibility reporting to qt frontend 2018-01-01 19:25:38 -06:00
compatibility_list.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
compatibility_list.h Stop splitting includes 2018-10-20 16:31:35 +02:00
discord.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.cpp Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.h Address a bunch of review comments 2018-10-20 10:35:55 -04:00
game_list.cpp yuzu: Move compatibility list specifics to their own source files 2018-10-20 16:31:35 +02:00
game_list.h yuzu: Move compatibility list specifics to their own source files 2018-10-20 16:31:35 +02:00
game_list_p.h game_list_p: Take map iterator contents by const reference 2018-10-20 16:31:35 +02:00
game_list_worker.cpp Stop splitting includes 2018-10-20 16:31:35 +02:00
game_list_worker.h Stop splitting includes 2018-10-20 16:31:35 +02:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
Info.plist CMake: Fix Info.plist template for citra_qt/OSX 2016-07-21 21:33:54 +01:00
main.cpp nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.h nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
main.ui nfc: Add Amiibo support (REOPENED) (#4337) 2018-10-24 21:01:38 -04:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
ui_settings.h citra_qt: use enum classes for the settings 2018-10-14 22:55:28 +08:00