dolphin/Source/Core/DolphinQt/Settings
Antonio Maiorano 3dec84a91b Fix infinite polling for usb devices after the "add to whitelist" dialog has been opened once
Problem is that USBDeviceAddToWhitelistDialog starts a timer once created to poll for devices every second. In Qt, closing a heap-allocated dialog doesn't delete it, so it keeps on polling. This fix is to allocate dialog on the stack, then use "exec" to run it modally without returning. Once closed, the stack instance will get destroyed, thus killing the timer.
2018-10-12 21:34:05 -04:00
..
AdvancedPane.cpp Qt/AdvancedPane: Block signals during Update() 2018-08-23 07:00:20 -04:00
AdvancedPane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
AudioPane.cpp NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
AudioPane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
GameCubePane.cpp NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
GameCubePane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
GeneralPane.cpp Fix QMessageBox icons using the default rather than the Dolphin logo 2018-10-02 00:26:43 -04:00
GeneralPane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
InterfacePane.cpp Qt: Config/Interface: Fix "Show Active title in Window Title" Checkbox 2018-08-14 17:22:30 +02:00
InterfacePane.h Revert "Revert "Qt/GameList: Add option to show covers in grid mode"" 2018-07-30 03:16:37 +02:00
PathPane.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
PathPane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
USBDeviceAddToWhitelistDialog.cpp Fix QMessageBox icons using the default rather than the Dolphin logo 2018-10-02 00:26:43 -04:00
USBDeviceAddToWhitelistDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WiiPane.cpp Fix infinite polling for usb devices after the "add to whitelist" dialog has been opened once 2018-10-12 21:34:05 -04:00
WiiPane.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00