summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Main.cpp
AgeCommit message (Expand)Author
2024-10-24MainWindow: Avoid Global System Accessormitaclaw
2024-09-27DolphinQt: Remove unneeded Win32 coderobxnano
2024-06-23MainWindow: Remove Show() and redistribute its logic to other places.TryTwo
2024-03-23Core: Remove RunAsCPUThreadmitaclaw
2024-03-18Core: Avoid (Some) Global System Accessormitaclaw
2023-11-05DolphinQt/Settings: Split setting of the user style into two functions.Admiral H. Curtiss
2023-08-12DolphinQt: Set the theme before constructing the MainWindow, some panels that...Admiral H. Curtiss
2023-08-12DolphinQt: Set the application palette to a matching one when the Windows dar...Admiral H. Curtiss
2023-08-12DolphinQt: Switch dark/light theme when Windows theme changes.Admiral H. Curtiss
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-08-12DolphinQt: On Windows, detect whether the system is using a dark theme.Admiral H. Curtiss
2023-06-02Core: Assert that only the Host thread may call PauseAndLock().Admiral H. Curtiss
2023-05-29Revert "Revert "DolphinQt: use default dpi rounding mode (passthrough)""Shawn Hoffman
2023-05-16StringUtil: Move CommandLineToUtf8Argv() into Common namespaceLioncash
2023-05-02Revert "DolphinQt: use default dpi rounding mode (passthrough)"JosJuice
2023-04-25DolphinQt: fix handling of Qt-specific cmdline argsShawn Hoffman
2023-04-23DolphinQt: use default dpi rounding mode (passthrough)Shawn Hoffman
2023-04-17Treat --debugger command line as a temporary settingPokechu22
2023-04-10Resolve [-Wwrite-strings]Minty-Meeo
2023-01-20DolphinQt: Add workaround for Qt 6.3+ bug on LinuxOatmealDome
2022-09-24Integrate "Ignore for this session" better with config systemJosJuice
2022-05-25Windows: Remove unused Qt 5 code and referencesDentomologist
2022-05-16Merge pull request #8763 from JosJuice/panic-alert-deadlock-gpuAdmiral H. Curtiss
2022-05-02Add support for building against Qt 6spycrab
2022-03-07windows: wrap all main funcs with utf8 conversionsShawn Hoffman
2022-01-13DolphinQt: Improve the earlier panic alert deadlock fixJosJuice
2022-01-13DolphinQt: Fix the panic alert deadlock, GPU thread editionJosJuice
2021-12-27Config: Port AutoUpdate settings to new config system.Admiral H. Curtiss
2021-11-22Core/Boot: Refactor storage of boot-to-savestate data into a separate class.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07Qt: Fix IOWindow keeping a shared ptr to devices even after them being remove...Filoppi
2021-04-28Qt: make all tooltips look similar to balloon tips (and share parts of their ...Filoppi
2021-01-27rename Core/Analytics to Core/DolphinAnalyticsShawn Hoffman
2020-09-21DolphinQt: Stop using qtmainJosJuice
2020-09-21DolphinQt: Handle non-ASCII characters in Windows cmd argumentsJosJuice
2020-09-07Merge pull request #8976 from JosJuice/port-some-settingsLC
2020-08-04DolphinQt: Ignore "-psn" command line option on macOSOatmealDome
2020-08-03Port some settings to the new config systemJosJuice
2020-05-06Core: Add support for specifying a command line option to boot the game into ...iwubcode
2020-03-31DolphinQt: Fix the panic alert deadlock (a.k.a. "Question" issue)JosJuice
2020-03-22Parse arguments before QtAlexApps99
2020-02-17Windows GUI: Use QMenu font (Segoe UI) for entire applicationnyanpasu64
2019-11-23Simplify wstring to QString conversiontinyredpanda
2019-10-29Disable render to main when using batch modeJosJuice
2019-08-20Merge pull request #8308 from CookiePLMonster/cmdline-headlessConnor McLaughlin
2019-08-11Make --batch run Dolphin in headless mode, provided --exec is also passedSilent
2019-08-01Make alert messages application modal and not window modal,Silent
2019-07-20When clicking "Ignore for this session", make message box handler return true...Silent
2019-06-23Make DolphinAnalytics a true singleton - static local variables are initializ...Silent
2019-06-19Common/MsgHandler: Namespace code within the Common namespaceLioncash