dolphin/Source/Core/DolphinQt/Config/Graphics
Filippo Tarpini 57c59c18d4
Rename "Use Fullscreen" setting to "Start in Fullscreen"
The name was confusing as changing it at runtime would not change the window to fullscreen, as it effectively only affects the start of the emulation.
Also blocked the ability to change it when the emulation is running, to be more inline with other similar settings, like "Render to main Window".
2020-12-31 13:39:45 +02:00
..
AdvancedWidget.cpp DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
AdvancedWidget.h DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
BalloonTip.cpp Core / DolphinQt: Add ini only option to force low-contrast tooltips 2020-11-28 11:49:14 -06:00
BalloonTip.h DolphinQt: Add BalloonTip which is built off of an internal Qt class. It gives the ability to show a tooltip with an arrow! 2020-11-28 11:49:14 -06:00
EnhancementsWidget.cpp Qt: Add missing tr calls for tooltip descriptions 2020-11-30 14:04:08 +01:00
EnhancementsWidget.h DolphinQt: Add tooltip support to Enhancements Graphics tab 2020-11-28 11:49:14 -06:00
GeneralWidget.cpp Rename "Use Fullscreen" setting to "Start in Fullscreen" 2020-12-31 13:39:45 +02:00
GeneralWidget.h DolphinQt: Add tooltip support to General Graphics tab 2020-11-28 11:49:14 -06:00
GraphicsBool.cpp DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsBool.h Turn Config::Info into a class with getters 2020-12-11 19:54:16 +01:00
GraphicsChoice.cpp DolphinQt: properly remove slot connection for ConfigChange when object is destructed 2020-09-12 17:35:58 -05:00
GraphicsChoice.h DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsInteger.cpp DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsInteger.h Turn Config::Info into a class with getters 2020-12-11 19:54:16 +01:00
GraphicsRadio.cpp DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsRadio.h DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsSlider.cpp DolphinQt: Add the ability to show a tooltip for custom graphics controls 2020-11-28 11:49:14 -06:00
GraphicsSlider.h Turn Config::Info into a class with getters 2020-12-11 19:54:16 +01:00
GraphicsWidget.h DolphinQt: Remove description box handling from graphics widget and window 2020-11-28 11:49:14 -06:00
GraphicsWindow.cpp DolphinQt: Remove description box handling from graphics widget and window 2020-11-28 11:49:14 -06:00
GraphicsWindow.h DolphinQt: Remove description box handling from graphics widget and window 2020-11-28 11:49:14 -06:00
HacksWidget.cpp Qt: Add missing tr calls for tooltip descriptions 2020-11-30 14:04:08 +01:00
HacksWidget.h DolphinQt: Add tooltip support to Hacks Graphics tab 2020-11-28 11:49:14 -06:00
PostProcessingConfigWindow.cpp Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
PostProcessingConfigWindow.h Move most backend functionality to VideoCommon 2019-02-19 16:57:54 +10:00
SoftwareRendererWidget.cpp Qt: Add missing tr calls for tooltip descriptions 2020-11-30 14:04:08 +01:00
SoftwareRendererWidget.h DolphinQt: Add tooltip support to Software Renderer Graphics tab 2020-11-28 11:49:14 -06:00