index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
DolphinQt
/
Config
/
GeckoCodeWidget.cpp
Age
Commit message (
Expand
)
Author
2026-03-03
DolphinQt: Improve Gecko code download failure message
Simonx22
2025-10-02
Merge pull request #13907 from TryTwo/PR_Cheat_Refresh
JMC47
2025-08-25
CodeWidgets: Show code approval in Hardcore mode
Dentomologist
2025-08-24
Cheats: Refresh active code after editing it.
TryTwo
2025-06-07
DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...
Jordan Woyak
2025-05-26
DolphinQt: Make GeckoCodeWidget default size not taller than it needs to be.
Jordan Woyak
2025-05-26
DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.
Jordan Woyak
2025-03-15
Fixed Multi Config Code Approvals
LillyJadeKatrin
2024-11-27
Add Gecko Code Whitelist Approval
LillyJadeKatrin
2024-10-27
Merge pull request #13096 from mitaclaw/ranges-modernization-7-rewrite
JMC47
2024-10-10
Modernize `std::find` with ranges
mitaclaw
2024-10-09
Simplify `std::stable_sort` with `std::ranges::stable_partition`
mitaclaw
2024-08-25
CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once.
Dentomologist
2024-08-25
Extract ARCodeWidget/GeckoCodeWidget code loading to functions
Dentomologist
2024-08-25
ARWidget: Disable Edit and Remove buttons when no code is selected
Dentomologist
2024-07-26
Adjust order and spacing of various #includes
Dentomologist
2024-03-31
CheatsManager: Allow making the window smaller
Dentomologist
2023-12-02
Disable cheats in hardcore mode
LillyJadeKatrin
2023-08-12
DolphinQt: Set window decorations for all top-level QWidgets.
Admiral H. Curtiss
2023-05-02
GeckoCode: Add sort by enabled state
Sepalani
2023-04-13
Common/IniFile: Move interface into Common namespace
Lioncash
2022-03-08
Add NonDefaultQPushButton to set autoDefault of buttons to false
Martin
2021-09-16
Qt/GeckoCodeWidget: Disable functionality if no game id is given.
Admiral H. Curtiss
2021-08-28
Split out code for serializing/deserializing cheat lines
JosJuice
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-06
GeckoCodeWidget: Take game ID and revision directly instead of through GameFile.
Admiral H. Curtiss
2019-09-01
Remove double space in GeckoCodeWidget code view
dreamsyntax
2019-08-09
Merge pull request #8277 from lioncash/code
Connor McLaughlin
2019-07-31
DolphinQt/Config/GeckoCodeWidget: Use forward declarations where applicable
Lioncash
2019-07-31
DolphinQt/Config/GeckoCodeWidget: Call LoadDefaultGameIni() directly
Lioncash
2019-07-31
DolphinQt/Config/GeckoCodeWidget: Make exec() outcomes explicit
Lioncash
2019-07-31
DolphinQt/Config/GeckoCodeWidget: Deduplicate ini path
Lioncash
2019-07-30
DolphinQt: Replace QStringLiteral with alternatives where applicable
Lioncash
2019-07-24
Connect numerous QPushButtons to use clicked signal instead of pressed. This ...
Silent
2019-06-22
Config/GeckoCodeWidget: Add option for alphabetical sorting
spycrab
2019-06-22
Qt/GeckoCodeWidget: Support drag and drop reordering
spycrab
2019-03-04
Qt: Use ModalMessageBox everywhere
spycrab
2019-02-25
Keep track of GameTDB ID separately from game ID
JosJuice
2018-10-09
Change gecko sorting back to manual
sp00nd
2018-07-07
Move DolphinQt2 to DolphinQt
spycrab