Commit Graph

182 Commits

Author SHA1 Message Date
Jim Evins cc83e6e433 Added windows icon file. 2017-02-25 19:04:51 -05:00
Jim Evins 030f9eb5e0 Updated glabels, file-save and file-save-as icons. 2017-02-25 15:54:13 -05:00
Jim Evins f82a50d585 Some cosmetic layout changes. Added titles to Properties, Merge and Print views. 2017-02-19 22:31:02 -05:00
Jim Evins a864766472 Added new 32x32 icons. 2017-02-19 18:31:51 -05:00
Jim Evins 3f0741cd77 New file and edit icons. 2017-02-19 16:48:02 -05:00
Jim Evins 06d708d8ac Another set of updated icons. 2017-02-18 21:33:50 -05:00
Jim Evins 55285405c2 Added glabels zoom icons. 2017-02-05 22:19:11 -05:00
Jim Evins 7736f9c1e4 Added missing files from last commit. 2017-02-02 22:52:26 -05:00
Jim Evins 851ddabc40 Updated some 16x16 icons. 2017-02-02 22:51:24 -05:00
Jim Evins 86aafdf5db Updated arrow icon and text formatting icons. 2017-01-31 23:39:46 -05:00
Jim Evins db6a36a650 Updated text alignment icons. 2017-01-28 00:16:24 -05:00
Jim Evins 6dc9642051 Updated some of the built-in drawing icons. 2017-01-22 20:18:45 -05: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 da3436a02a Some coding style cleanup. 2017-01-14 01:04:35 -05:00
Jim Evins 9cba0d4a43 Reconcile style of include directives across all source files. 2017-01-06 19:00:59 -05:00
Jim Evins 602e3f9ab6 Intelligently choose CWD in open and saveAs dialogs. 2017-01-06 04:44:29 -05:00
Jim Evins 5b65f069dd Reconcile style differences between TextNode and ColorNode classes. 2017-01-06 02:51:44 -05:00
Jim Evins 90ea790e7a Renamed LabelRegion to just Region. Reconciled style with Size class. 2017-01-05 16:46:40 -05:00
Jim Evins 9d39b9804a Implemented reset image size button. 2017-01-02 02:01:26 -05:00
Jim Evins bd41164816 Keep track of CWD between image open file dialogs 2017-01-01 23:39:59 -05:00
Jim Evins 4cc5882ec3 Added SVG support to image objects. 2017-01-01 23:06:03 -05:00
Jim Evins 719604ca40 Added image objects to xml creator and parser. 2017-01-01 19:52:07 -05:00
Jim Evins d5508a2862 Implemented "Insert field" button. 2016-12-31 18:02:56 -05:00
Jim Evins aa11fcc4e6 Some simple fleshing out of AboutDialog. 2016-12-31 00:38:18 -05:00
Jim Evins 9fced3fcb7 Removed obsolete code from TextNode. 2016-12-30 13:02:59 -05:00
Jim Evins 2b36558caf Expand text for printing. 2016-12-30 12:59:54 -05:00
Jim Evins 27306808fb Initial implementation of text object. 2016-12-29 14:59:22 -05:00
Jim Evins 63adfab2a5 Disable editor actions if editor view not visible. 2016-12-24 00:51:01 -05:00
Jim Evins 2df8d4fd43 Cosmetic hack to get orientationCombo items' heights to follow icon size. 2016-12-23 23:50:36 -05:00
Jim Evins 6dba70dfd1 Use Qt abstractions of cmath functions. 2016-12-23 22:09:49 -05:00
Jim Evins 34da3fe17c Use field button for image selection. 2016-10-22 19:56:06 -04:00
Jim Evins 016e86e9c7 Don't draw shadow when printing if empty image selection. 2016-07-02 15:26:38 -04:00
Jim Evins c8e3248ce7 Fix index to id lookup in merge factory. 2016-06-26 13:08:22 -04:00
Jim Evins f7ccf4ca7b Added basic image object functionality. 2016-06-26 12:49:47 -04:00
Jim Evins e78a3ee510 Fixed id of semicolon delimeter backend. Sort names by insertion order. 2016-05-30 11:35:35 -04:00
Jim Evins 9b1d4aebc2 Page spin should be initialized to 1, not 0. 2016-05-30 11:34:34 -04:00
Jim Evins cabb71db70 Refactored how preview keeps up with model changes. 2016-05-29 22:35:17 -04:00
Jim Evins f447aed034 Added line object implementation. 2016-05-28 18:50:02 -04:00
Jim Evins 699960e4be Ported to Qt5. 2016-05-27 22:45:03 -04:00
Jim Evins 5a36e9ce88 Change style of StartupView's frame. 2016-05-25 23:44:39 -04:00
Jim Evins 6c2f6c1790 Fixed clipped image. 2016-05-25 23:35:02 -04:00
Jim Evins 636f3deb91 Converted title to image.
This will provide a consistent look to the "gLabels Label Designer"
title across platforms where different fonts are available.  Will
need to look into how to accomodate translations of this title
at a later date.
2016-05-25 23:23:37 -04:00
Jim Evins 26e3aa37e3 Added ellipse object. 2016-05-22 16:17:59 -04:00
Jim Evins 7c945d6ba7 Added additional text merge backends. 2016-05-22 15:40:47 -04:00
Jim Evins c7f02f027a Moved Merge subsystem into merge namespace. 2016-05-22 14:38:59 -04:00
Jim Evins b1e7a6507c Moved Merge subsystem into its own subdirectory. 2016-05-22 13:01:48 -04:00
Jim Evins 691353e27b Incorporated merge printing in PrintView. 2016-05-21 22:17:46 -04:00
Jim Evins 18089d8635 Added merge printing. 2016-05-21 21:21:45 -04:00
Jim Evins 38899348f9 Added crop marks. 2016-05-21 14:08:25 -04:00