Lime3DS/src/citra_qt/configuration
Lioncash 365d8c57c7 ui_settings: Place definition of the theme array within the cpp file
Placing the array wholesale into the header places a copy of the whole
array into every translation unit that uses the data, which is wasteful.
Particularly given that this array is referenced from three different
translation units.

This also changes the array to contain pairs of const char*, rather than
QString instances. This way, the string data is able to be fixed into
the read-only segment of the program, as well as eliminate static
constructors/heap allocation immediately on program start.
2018-10-06 16:22:28 +02:00
..
config.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
config.h citra_qt: Settings (configuration) rework 2018-08-03 13:49:30 +08:00
configure_audio.cpp configure_audio: Move combo box index setting to their own functions 2018-10-04 01:39:12 +02:00
configure_audio.h configure_audio: Move combo box index setting to their own functions 2018-10-04 01:39:12 +02:00
configure_audio.ui Address last review comment 2018-07-03 21:14:00 +02:00
configure_camera.cpp optimize settings application 2018-07-02 16:53:34 -05:00
configure_camera.h camera: Add camera flip config 2018-06-07 14:57:03 +08:00
configure_camera.ui camera: Add camera flip config 2018-06-07 14:57:03 +08:00
configure_debug.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
configure_debug.h citra_qt: load translation from resource 2017-12-16 13:11:05 +02:00
configure_debug.ui GDB Modernization: 2018-08-16 10:40:52 +01:00
configure_dialog.cpp citra_qt: add Camera tab to "System" category 2018-09-15 14:19:45 +08:00
configure_dialog.h Qt/Configure: Use sidebar to divide tabs into smaller groups 2018-09-11 16:02:39 +02:00
configure_general.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
configure_general.h qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
configure_general.ui Merge pull request #3987 from zhaowenlan1779/language-config-fix-2 2018-08-02 11:15:27 -06:00
configure_graphics.cpp Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
configure_graphics.h citra_qt/configuration: Add background color config 2018-08-02 11:39:27 +08:00
configure_graphics.ui citra_qt/configuration: Add background color config 2018-08-02 11:39:27 +08:00
configure_input.cpp Merge pull request #4300 from FearlessTobi/port-1429-1431 2018-10-04 19:38:54 -04:00
configure_input.h citra_qt/configuration: misc input tab improvements 2018-09-08 11:26:10 +08:00
configure_input.ui citra_qt/configuration: misc input tab improvements 2018-09-08 11:26:10 +08:00
configure_motion_touch.cpp citra_qt: add motion/touch config 2018-08-11 14:16:44 +08:00
configure_motion_touch.h citra_qt: add motion/touch config 2018-08-11 14:16:44 +08:00
configure_motion_touch.ui citra_qt: add motion/touch config 2018-08-11 14:16:44 +08:00
configure_system.cpp qt/configure_system: FS decoupled 2018-09-28 17:34:47 -04:00
configure_system.h citra_qt/configuration: Add Play Coins setting 2018-09-20 22:42:39 +08:00
configure_system.ui citra_qt/configuration: Add Play Coins setting 2018-09-20 22:42:39 +08:00
configure_web.cpp web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
configure_web.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
configure_web.ui Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
configure.ui Qt/Configure: Use sidebar to divide tabs into smaller groups 2018-09-11 16:02:39 +02:00