Jim Evins
33e2d3dee3
Tweaks to PrintView.
...
- Increased range of copies spinbox to 100x the number of iterms per page (#51 )
- Fixed issue that blocked user from holding down on spinbox controls
- Minor layout tweaks
2019-05-12 17:30:42 -04:00
Jim Evins
0e60c52d4c
Added ReportBugDialog to Help menu.
...
- Also renamed "File" toolbar to "Quick Access" toolbar (#13 ).
2019-01-27 21:46:56 -05:00
Jim Evins
e5cb97441d
Merge branch 'ContinuousRollLabels'
2018-11-30 21:04:41 -05: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
Yuri Chornoivan
76c370bf52
Fix minor typos ( #37 )
2018-11-13 19:01:14 -05:00
Jim Evins
f5b494d714
Implemented MainWindow's TOC as a toolbar with icons and text.
2018-11-04 16:39:57 -05:00
Jim Evins
effd5214a3
Less fragile layouts for PrintView and PropertiesView ( #15 )
...
Be more resilient to the size of labels changing when applying translations.
Also probably more resilient to changes due to themes.
2018-07-23 21:23:50 -04:00
Mario Blättermann
77aa18dda4
Fix typos in translatable strings ( #21 )
2018-07-20 19:46:21 -04:00
Jim Evins
12b02d2521
Implemented text auto shrink feature.
2018-07-08 20:39:14 -04:00
Jim Evins
0832acabf5
Added wrap mode attribute to text box.
2018-07-04 20:58:03 -04:00
Jim Evins
7a910ba14e
Use QLineEdit's built-in clear button instead of our own in SelectProductDialog.
...
- Clear button was introduced in Qt 5.2
2018-04-13 23:07:24 -04:00
Jim Evins
a0e1dae5cf
Implemented TemplateDesigner.
2018-04-07 22:24:09 -04:00
Jim Evins
25872eb32c
Tweak layout of AboutDialog.
2017-12-03 21:44:31 -05:00
Jim Evins
7b36ab4943
Tweaked layout of SelectProductDialog.
...
- Tweaks to layout so that it resizes without artifacts.
- Removed parent window so that window manager will not center dialog on parent,
which makes resizing difficult depending on size and location of parent window.
2017-11-06 22:35:59 -05:00
Jim Evins
56c2930db7
Finished hooking up barcode style controls in object editor.
2017-05-07 19:09:36 -04:00
Jim Evins
c2052abf43
Hooked up barcode data controls in object editor.
2017-05-03 22:20:09 -04:00
Jim Evins
0b9609493a
Started hooking up barcode to object editor.
2017-04-30 22:56:34 -04: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
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
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
9d39b9804a
Implemented reset image size button.
2017-01-02 02:01:26 -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
27306808fb
Initial implementation of text object.
2016-12-29 14:59:22 -05:00
Jim Evins
34da3fe17c
Use field button for image selection.
2016-10-22 19:56:06 -04:00
Jim Evins
f7ccf4ca7b
Added basic image object functionality.
2016-06-26 12:49:47 -04:00
Jim Evins
9b1d4aebc2
Page spin should be initialized to 1, not 0.
2016-05-30 11:34:34 -04:00
Jim Evins
f447aed034
Added line object implementation.
2016-05-28 18:50:02 -04:00
Jim Evins
5a36e9ce88
Change style of StartupView's frame.
2016-05-25 23:44:39 -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
691353e27b
Incorporated merge printing in PrintView.
2016-05-21 22:17:46 -04:00
Jim Evins
310cd1c307
Tweaked layout of object editor.
2016-05-18 20:07:07 -04:00
Jim Evins
8d9686430f
Moved startup wizard to welcome page in main window's stacked widget.
2016-05-14 20:01:36 -04:00
Jim Evins
73b7475cbc
Finished fleshing out MergeView for now.
2016-05-14 13:25:24 -04:00
Jim Evins
2ff07f01b3
Continued to flesh out merge subsystem.
2016-05-01 22:42:03 -04:00
Jim Evins
ec26cbb07a
Finished extending undo/redo framework into PropertiesView.
2016-04-30 09:49:50 -04:00
Jim Evins
fd78c9133d
Added welcome text to StartupWizard.
2016-04-17 19:56:24 -04:00
Jim Evins
004fb03325
Some reconciling of widget naming conventions.
2016-04-16 18:53:55 -04:00
Jim Evins
2f7f4b2041
Tweak layout of widgets in object editor.
2016-04-13 20:50:06 -04:00
Jim Evins
e7000f2567
Object editor now follows Settings::units().
2016-04-13 00:00:36 -04:00
Jim Evins
642739a1ff
Added custom about dialog.
2016-04-11 23:17:47 -04:00
Jim Evins
50e52d6675
Added recently-used products tab to SelectProductDialog.
2016-04-03 18:42:01 -04:00
Jim Evins
46ef01d4e4
Improved design of category selection in SelectProductDialog.
2016-04-03 01:01:14 -04:00
Jim Evins
9d1fcbaca3
Added category filter to SelectProductDialog.
2016-04-02 23:48:58 -04:00
Jim Evins
9f6697376d
Single-click selection of product.
...
It was clumsy to first select the product and then click the select
button.
2016-03-31 22:06:05 -04:00
Jim Evins
c2aef0b738
Track all three paper size search flags in settings.
2016-03-31 21:41:19 -04:00