summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/ARCodeWidget.cpp
AgeCommit message (Expand)Author
2024-10-09Simplify `std::stable_sort` with `std::ranges::stable_partition`mitaclaw
2024-08-25ARCodeWidget: Remove unnecessary call to OnSelectionChangedDentomologist
2024-08-25CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once.Dentomologist
2024-08-25Extract ARCodeWidget/GeckoCodeWidget code loading to functionsDentomologist
2024-08-25ARWidget: Disable Edit and Remove buttons when no code is selectedDentomologist
2024-07-26Adjust order and spacing of various #includesDentomologist
2024-03-31CheatsManager: Allow making the window smallerDentomologist
2023-12-02Disable cheats in hardcore modeLillyJadeKatrin
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-05-02ARCode: Add sort by enabled stateSepalani
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2022-03-08Add NonDefaultQPushButton to set autoDefault of buttons to falseMartin
2022-02-12Remove unused includes of QButtonGroupPokechu22
2021-09-16Qt/ARCodeWidget: Disable functionality if no game id is given.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-06ARCodeWidget: Take game ID and revision directly instead of through GameFile.Admiral H. Curtiss
2020-12-11Core: Allow overriding the enabling of a codeJosJuice
2019-08-09Merge pull request #8277 from lioncash/codeConnor McLaughlin
2019-07-31DolphinQt/Config/ARCodeWidget: Use forward declarations where applicableLioncash
2019-07-31DolphinQt/Config/ARCodeWidget: Call LoadDefaultGameIni() directlyLioncash
2019-07-31DolphinQt/Config/ARCodeWidget: Avoid unnecessary disk operationsLioncash
2019-07-31DolphinQt/Config/ARCodeWidget: Deduplicate ini pathLioncash
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash
2019-07-24Connect numerous QPushButtons to use clicked signal instead of pressed. This ...Silent
2019-06-22Config/ARCodeWidget: Add option for alphabetical sortingspycrab
2019-06-22Qt/ARCodeWidget: Support drag and drop reorderingspycrab
2018-07-07Move DolphinQt2 to DolphinQtspycrab