Jaye Evins
8c8e447336
Pointer cleanup ( #242 )
...
- Made greater use of smart pointers, eliminating many instances of manual memory management
- Do not use pointers at all for many non-polymorphic classes
- Assorted other code cleanup
2025-10-31 16:11:28 -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
467ca9fc62
Implement continuous tape labels and path-based label shapes.
...
- Added "roll" as a special paper id
- Added roll_width attribute to draw tape in previews
- Updated Brother QL-500/* label templates
- Preserve print dialog settings between print jobs.
- Added path based labels for arbitrary shaped labels.
- Fleshed out implementation of continuous labels.
2018-11-30 20:30:10 -05:00
Jim Evins
b8ee5e1f73
Restructuring directory layout. Move towards "Modern CMake" usage.
2017-11-23 22:15:24 -05:00
Jim Evins
4be4ea08f6
Replace 0 and NULL with nullptr where apropriate.
...
- fixed using clang-tidy's modernize-use-nullptr check.
2017-03-21 23:48:13 -04:00
Jim Evins
e09936233a
Use override specifier where apropriate.
...
- fixed using clang-tidy's modernize-use-override check.
2017-03-21 23:36:39 -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
44aa31d074
Some reorganization of source tree.
...
- Merged libglabels back into glabels.
- Created docs directory.
- Adjusted COPYING files to reflect above changes.
2017-01-14 01:38:20 -05:00
Jim Evins
9cba0d4a43
Reconcile style of include directives across all source files.
2017-01-06 19:00:59 -05:00
Jim Evins
ec26cbb07a
Finished extending undo/redo framework into PropertiesView.
2016-04-30 09:49:50 -04:00
Jim Evins
61c41d8ba9
Started adding undo/redo framework.
2016-04-29 23:51:01 -04:00
Jim Evins
783ede0a03
PropertiesView and View now follow Settings::units.
2016-04-14 23:10:38 -04:00
Jim Evins
7559544b06
Some namespace cleanup.
2016-03-27 00:14:38 -04:00
Jim Evins
7d0b7868fe
Created PropertiesView page.
2016-03-26 20:30:50 -04:00