Feature #1287
openGTK client remember size of help dlg
0%
Description
This has bothered me ever since I first started with freeciv many years ago - having to always enlarge the help dlog. The qt client tracks its size already. I figured out how to do it for gtk3.22 (and gtk3, not that it matters), gtk4 does things differently.
Files
Updated by Dean Brown 23 days ago
- File #1287-3.1.patch #1287-3.1.patch added
- File #1287-main.patch #1287-main.patch added
The 3.1 patch only remembers the size during one runtime. To remember it across runtimes requires storing the value in the options file freeciv-client-rc-xxx. Because we are so close to the 3.2.0 release and that data file formats are frozen and that the options file counts as a data file format, I did that patch for the main branch. I could be wrong, maybe it's OK to apply the main patch to 3.2?
Updated by Dean Brown 16 days ago
- File 1287gtk4-1time.patch 1287gtk4-1time.patch added
- File 1287gtk4-alltime.patch 1287gtk4-alltime.patch added
Figured out the fix for gtk4.
The 1time patch made from 3.1 branch, doesn't touch freeciv-client-rc-* file, saves the size during one runtime.
The alltime patch made from main branch, affects freeciv-client-rc-* file, saves the size across runtimes. This patch was created after the patch "#1287-main.patch" was done.
Updated by Dean Brown 13 days ago
- File 1287gtk5-alltime.patch 1287gtk5-alltime.patch added
copy the fix into gtk5