dolphin/Source/Core/DolphinQt
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
..
Config IOWindow: append new text at the end by default 2018-10-07 12:27:05 +01:00
Debugger Zero-initialize CPU state and register view 2018-10-10 00:04:02 +01:00
FIFO FIFOAnalyzer: print BP registers without X suffix 2018-10-08 02:00:25 +01:00
GameList Qt/GameList: Make grid view scale persistent 2018-09-02 18:22:44 -04:00
NetPlay Qt/MD5Dialog: Fix pressing enter on NetPlay window causing dialog to close 2018-08-27 08:39:39 -04:00
QtUtils NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
Settings Fix infinite polling for usb devices after the "add to whitelist" dialog has been opened once 2018-10-12 21:34:05 -04:00
TAS Merge pull request #7326 from spycrab/qt_tas_fancy 2018-08-15 19:46:56 +02:00
AboutDialog.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
AboutDialog.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
CheatsManager.cpp Fix typo causing "Remove from Watch" in Cheat Manager to crash Dolphin 2018-09-24 23:01:24 -05:00
CheatsManager.h Qt/CheatsManager: Move concealable types into the cpp file 2018-07-10 14:34:24 -04:00
CMakeLists.txt Adds a UI for accepting Discord join requests in Dolphin 2018-08-06 16:12:03 -04:00
DiscordHandler.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordHandler.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DolphinQt.manifest Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
DolphinQt.rc Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
DolphinQt.vcxproj Adds a UI for accepting Discord join requests in Dolphin 2018-08-06 16:12:03 -04:00
DolphinQt.vcxproj.user Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
GCMemcardManager.cpp Merge pull request #7357 from Techjar/qt-memcard-manager-select-button 2018-08-27 13:35:38 +02:00
GCMemcardManager.h Qt/GCMemcardManager: Make slot and file selection more intuitive 2018-08-24 07:10:48 -04:00
Host.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Host.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
HotkeyScheduler.cpp DolphinQt: Don't call "frame advance" "frame skip" 2018-08-09 10:32:32 +02:00
HotkeyScheduler.h Input: Add hotkey to cycle the wiimote profile forward or backward 2018-07-07 12:39:08 -05:00
Info.plist.in Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Main.cpp Reword some translatable strings 2018-09-08 15:19:01 +02:00
MainWindow.cpp Make the progress dialog look better (used for e.g. shader compiling) 2018-10-03 21:35:10 -04:00
MainWindow.h Add Discord Join Net Play functionally 2018-07-31 22:24:10 -04:00
MenuBar.cpp Qt/debugger: Accept empty prefix input 2018-10-06 21:22:34 -04:00
MenuBar.h Merge pull request #7244 from lioncash/error 2018-07-12 19:41:36 +02:00
qt.conf Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RenderWidget.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
RenderWidget.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
resource.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Resources.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
Resources.h Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
SearchBar.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
SearchBar.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Settings.cpp Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
Settings.h Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
ToolBar.cpp Qt/debugger: reorder the PC toolbar icons to their correct buttons 2018-10-08 21:10:18 -04:00
ToolBar.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Translation.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Translation.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Updater.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
Updater.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WiiUpdate.cpp Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
WiiUpdate.h Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00