https://github.com/Yoshie2000/cutechess ... ag/qol-1.1
My gift to the community – a much better cutechessGUI
Moderator: Ras
-
Gabor Szots
- Posts: 1526
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: My gift to the community – a much better cutechessGUI
Gabor Szots
CCRL testing group
CCRL testing group
-
pohl4711
- Posts: 2918
- Joined: Sat Sep 03, 2011 7:25 am
- Location: Berlin, Germany
- Full name: Stefan Pohl
Re: My gift to the community – a much better cutechessGUI
Yes, here are the improvements:Gabor Szots wrote: ↑Wed Mar 04, 2026 10:59 am Improved and bugfixed release!![]()
https://github.com/Yoshie2000/cutechess ... ag/qol-1.1
New features:
Customisable font size
Bugfixes:
Correctly track button states when loading tournaments
Popup windows better fit on the screen with windows display scaling enabled
Improved layout saving on Windows 10
Tablebases now work correctly after loading a tournament
Side swapping now works correctly after loading a tournament (tablebase adjudication by GUI now works after resuming a tournament)
Numeric UCI options are restored correctly after loading a tournament
-
Gabor Szots
- Posts: 1526
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: My gift to the community – a much better cutechessGUI
I am just running a tournament. Interrupting and resuming seems OK. Buttons visible without having to change screen scaling. I am happy.pohl4711 wrote: ↑Wed Mar 04, 2026 4:07 pmYes, here are the improvements:Gabor Szots wrote: ↑Wed Mar 04, 2026 10:59 am Improved and bugfixed release!![]()
https://github.com/Yoshie2000/cutechess ... ag/qol-1.1
New features:
Customisable font size
Bugfixes:
Correctly track button states when loading tournaments
Popup windows better fit on the screen with windows display scaling enabled
Improved layout saving on Windows 10
Tablebases now work correctly after loading a tournament
Side swapping now works correctly after loading a tournament (tablebase adjudication by GUI now works after resuming a tournament)
Numeric UCI options are restored correctly after loading a tournament
What I could not do is set default location for the engine json file. However I try it does not change the default which, on my PC, is
e:\Sakk\Cute Chess\cutechess-config\cutechess\. I may miss something but it is a minor issue anyway.
Gabor Szots
CCRL testing group
CCRL testing group
-
RubiChess
- Posts: 664
- Joined: Fri Mar 30, 2018 7:20 am
- Full name: Andreas Matthies
Re: My gift to the community – a much better cutechessGUI
Boo for not committing my patch https://github.com/Yoshie2000/cutechess/pull/1 
-
cpeters
- Posts: 218
- Joined: Wed Feb 17, 2021 7:44 pm
- Full name: Christian Petersen
Re: My gift to the community – a much better cutechessGUI
The provided binaries wont work under Debian 13 (and related distros) - the updated sourcecode however, after removing:
Line 99-102 in projects/gui/src/cutechessapp.cpp compiles just fine and produces working programs.
Thanks.
Code: Select all
if (s.value("ui/colorTheme").toString() == "Dark")
QGuiApplication::styleHints()->setColorScheme(Qt::ColorScheme::Dark);
else if (s.value("ui/colorTheme").toString() == "Light")
QGuiApplication::styleHints()->setColorScheme(Qt::ColorScheme::Light);
Thanks.
-
cpeters
- Posts: 218
- Joined: Wed Feb 17, 2021 7:44 pm
- Full name: Christian Petersen
Re: My gift to the community – a much better cutechessGUI
Instructions for 'Building from Source' in the readme seemed not sufficient; after installingcpeters wrote: ↑Wed Mar 04, 2026 7:47 pm The provided binaries wont work under Debian 13 (and related distros) - the updated sourcecode however, after removing:
Line 99-102 in projects/gui/src/cutechessapp.cpp compiles just fine and produces working programs.Code: Select all
if (s.value("ui/colorTheme").toString() == "Dark") QGuiApplication::styleHints()->setColorScheme(Qt::ColorScheme::Dark); else if (s.value("ui/colorTheme").toString() == "Light") QGuiApplication::styleHints()->setColorScheme(Qt::ColorScheme::Light);
Thanks.
Code: Select all
qt6-5compat-dev qt6-base-dev qt6-base-dev-tools qt6-svg-dev-
Gabor Szots
- Posts: 1526
- Joined: Sat Jul 21, 2018 7:43 am
- Location: Budapest, Hungary
- Full name: Gabor Szots
Re: My gift to the community – a much better cutechessGUI
Yesterday evening I interrupted a gauntlet and resumed it this morning. However, it did not play the engine that was next in the queue but restarted from the first engine.
I'm going to investigate further.
I'm going to investigate further.
Gabor Szots
CCRL testing group
CCRL testing group
-
Krzysztof Grzelak
- Posts: 1606
- Joined: Tue Jul 15, 2014 12:47 pm
Re: My gift to the community – a much better cutechessGUI
I have two questions and one request. Is it possible to add a Swiss tournament and how can I remove the text below so that it does not appear?


-
Krzysztof Grzelak
- Posts: 1606
- Joined: Tue Jul 15, 2014 12:47 pm
Re: My gift to the community – a much better cutechessGUI
Dark background doesn't work in windows 10.
-
Modern Times
- Posts: 3821
- Joined: Thu Jun 07, 2012 11:02 pm
Re: My gift to the community – a much better cutechessGUI
The Dark theme looks fantastic. It is a great new look, very well done.
I'm not using this new version currently because I don't like the Decision Time (DT) in the pgn. Stefan says I can probably replace the cutechess-cli.exe file with the previous version, but I haven't tried that yet. As the saying goes, you can't keep everyone happy all of the time.
Thanks again Stefan for this gift to the community.
I'm not using this new version currently because I don't like the Decision Time (DT) in the pgn. Stefan says I can probably replace the cutechess-cli.exe file with the previous version, but I haven't tried that yet. As the saying goes, you can't keep everyone happy all of the time.
Thanks again Stefan for this gift to the community.