Actions
Bug #1604
openQt client help -> units should show >1 tech requirement
Status:
New
Priority:
Normal
Assignee:
-
Category:
Qt-client
Target version:
-
Start date:
07/14/2025
Due date:
% Done:
0%
Estimated time:
Description
New in 3.2, units now have general requirement vectors and a unit can require >1 techs. Clients should show that info.
Files
Updated by Dean Brown 11 months ago
- File 1604_gtk4.patch added
- File 1604_gtk322.patch added
- File 1604_qt.patch added
The comment for utype_primary_tech_req() says "Avoid using this, and support full list of requirements instead.", so glad to eliminate some calls to it.
Updated by Marko Lindqvist 11 months ago
If you're going to provide separate patches for each client, open also separate tickets for each, so that (for a given branch) there would be one patch per ticket.
Updated by Dean Brown 11 months ago
- Subject changed from help -> units should show >1 tech requirement to Qt client help -> units should show >1 tech requirement
- Category changed from client-common to Qt-client
OK, renamed this one to Qt client
Updated by Dean Brown 11 months ago
- File 1604_qt.patch 1604_qt.patch added
Better fix - put only max of 3 reqs on one line, add more lines as needed. Prevents the dlog getting too wide, better to expand vertically.
Actions