citra-nightly/src/citra_qt/debugger/graphics
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
..
graphics.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
graphics.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_breakpoint_observer.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
graphics_breakpoint_observer.h citra-qt: Use Qt 5 signal/slots where applicable 2018-08-23 18:34:25 +02:00
graphics_breakpoints.cpp graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-27 00:33:31 +02:00
graphics_breakpoints.h citra-qt: Use Qt 5 signal/slots where applicable 2018-08-23 18:34:25 +02:00
graphics_breakpoints_p.h graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 2018-10-27 00:33:31 +02:00
graphics_cmdlists.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
graphics_cmdlists.h citra-qt: Move graphics debugging code into its own folder 2016-12-21 17:19:21 -05:00
graphics_surface.cpp Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
graphics_surface.h Merge pull request #4130 from FearlessTobi/port-942 2018-08-26 12:22:34 -06:00
graphics_tracing.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
graphics_tracing.h Qt: Re-organize setup of debugging widgets 2017-02-18 02:16:24 -08:00
graphics_vertex_shader.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
graphics_vertex_shader.h VideoCore: Rename some types to more accurate names 2017-01-29 21:31:36 -08:00