summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/MainWindow.cpp
AgeCommit message (Expand)Author
2021-06-07Qt: Fix IOWindow keeping a shared ptr to devices even after them being remove...Filoppi
2021-06-06CheatsManager: Use game information directly from SConfig, and only recreate ...Admiral H. Curtiss
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-05-07Make the FIFO Player a separate windowPokechu22
2021-04-12WiiUtils: Add helper functions to get emulated/real Bluetooth deviceLéo Lam
2021-03-18Apply More Core::RunAsCPUThreadMinty-Meeo
2021-03-01Merge pull request #9492 from nolange/fix_norandr_buildLéo Lam
2021-02-22Simplify macro guards for HAVE_XRANDRNorbert Lange
2021-02-22Cleanup X11 and XRANDR MacrosNorbert Lange
2021-02-17MemoryWidget: Add "Add to watch" actionSepalani
2021-02-17RegisterWidget: Fix add to watch actionSepalani
2021-02-14CodeViewWidget: Add WithDetailedUpdate to update CodeWidgetSepalani
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2021-01-13DolphinQt: Resolve deprecated usage of margin()Lioncash
2021-01-05Merge pull request #9323 from waddlesplash/haikuLéo Lam
2021-01-02Rehabilitate Haiku support.waddlesplash
2020-12-24DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configurati...iwubcode
2020-11-18Merge pull request #7714 from cristian64/avoid_leaking_gamelistmodelLéo Lam
2020-11-06Fix dereferencing nullptr BootParametersJosJuice
2020-10-22DolphinQt: Don't call UICommon::InhibitScreenSaver if already in desired state.Jordan Woyak
2020-10-18Clean up screen saver inhibition and apply setting change immediately.Jordan Woyak
2020-10-01GameListModel instance ownership transferred back to the GameList instance. T...Christian Aguilera
2020-09-14Merge pull request #8985 from jordan-woyak/btemu-cleanupJMC47
2020-09-06Merge pull request #8861 from JosJuice/netplay-hashJMC47
2020-08-22windows: fix build if pch were to be disabledShawn Hoffman
2020-08-16BTEmu/Wiimote: Cleanups/Fixes.Jordan Woyak
2020-08-03MainWindow: Attach quit emulation sheet to RenderWidget on macOSOatmealDome
2020-08-02Allow translations and custom names in GameFile::GetNetPlayNameJosJuice
2020-08-02Make netplay's "same game" check more robustJosJuice
2020-07-29DolphinQt: Show a warning when launching an NKit disc imageJosJuice
2020-06-17Add new file format RVZ based on WIAJosJuice
2020-06-17Add an early version of WIABlobReaderJosJuice
2020-05-24Core: Use window instead of surface for ControllerInterface updatesStenzek
2020-05-04Merge pull request #8744 from cristian64/save_restore_netplay_browser_settingsLéo Lam
2020-05-03Debugger: Add a Thread widgetSepalani
2020-05-03DolphinQt: Saving and restoring NetPlay Session Browser dialog's settings.Christian Aguilera
2020-04-27Debugger: Add a Network widgetSepalani
2020-04-03Remove unused function Host_UpdateProgressDialogJosJuice
2020-04-03DolphinQt: Run tasks that use progress dialogs on separate threadsJosJuice
2020-03-17Fix Load Wii System Menu not updating after performing a disc updatePokechu22
2020-03-15Merge pull request #8604 from Techjar/netplay-index-directLéo Lam
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2020-02-17Core/NetPlayServer: Fix session not being added to index on direct connection...Techjar
2020-01-25Merge pull request #8548 from jordan-woyak/wiimote-source-cleanupTilka
2020-01-05Core/WiimoteReal: Make wiimote source type an enum class and add Get/SetWiimo...Jordan Woyak
2020-01-04Implement RTC flag, which is counter-intuitively disc drive relatedPokechu22
2019-11-16Make "Do you want to stop emulation?" application modal and disallow multiple...Silent
2019-10-06RegisterWidget: Fix view in code/memorySepalani
2019-08-11Make --batch run Dolphin in headless mode, provided --exec is also passedSilent
2019-08-08Merge pull request #8271 from lioncash/qstringConnor McLaughlin