Commit Graph

15 Commits

Author SHA1 Message Date
Jaye Evins b6cac2d208 Fix several compile issues (#261)
Fixed several code issues.  Mostly pedantic compiler warnings.  But also a sign issue exposed by newer compilers (#228, #260)
2025-12-06 15:58:38 -05:00
Jaye Evins f15c21a01d Update to Qt6
- New baseline minimum platform is Ubuntu 22.04
    - Qt6 requires at least 6.2
        - some deprecations may be flagged on later versions (e.g. 6.8)
    - CMake requires at least 3.22
- Include build-tests.yml github action to validate builds on mulitple platforms
- QtTest is no longer optional since it easily comes along for the ride with Qt
- Replaced QStringRef in model::SubstitutionField with simple ParserState class
- Removed deprecations up to Qt 6.2
2025-05-06 18:26:53 -04:00
Jaye Evins f8efe3aafa Update all occurrences of my name with my legal name. 2025-04-08 18:47:02 -04:00
Jim Evins c926d8fd0d Some coding style adjustments. 2017-04-01 13:30:19 -04:00
Jim Evins b797d13e40 Reconcile style accross all source files.
- All glabels code is in "glabels" top-level namespace.
- Other assorted cleanup.
2017-01-15 22:58:53 -05:00
Jim Evins 9cba0d4a43 Reconcile style of include directives across all source files. 2017-01-06 19:00:59 -05:00
Jim Evins 7559544b06 Some namespace cleanup. 2016-03-27 00:14:38 -04:00
Jim Evins 573369b6da Change hover style of ColorPaletteItems. 2016-03-01 23:27:30 -05:00
Jim Evins f27cf4708b Remove hardcoded colors from color palette dialog -- use current style colors. 2015-08-19 11:45:03 -04:00
Jim Evins e4d2603cb4 More tweaking of color button and dialog. 2015-08-19 10:14:05 -04:00
Jim Evins 02b00b1511 Tweaking color button menu. 2015-08-18 23:48:25 -04:00
Jim Evins c90c2f8236 Some tweaking of ColorPaletteDialog. 2015-08-18 20:58:55 -04:00
Jim Evins a2504036e8 Improved color palette item widget. 2015-08-18 16:43:47 -04:00
Jim Evins 4131bedba5 Color button fixes. 2015-08-18 14:58:30 -04:00
Jim Evins f289e43ffb Added skeletal color palette dialog class. 2014-07-12 22:21:19 -04:00