Jim Evins
eb1e7715fb
Merge branch 'master' of github.com:jimevins/glabels-qt
2019-05-12 17:35:23 -04:00
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
3256c407fb
Make version numbers of snapshots more meaningful.
2019-05-05 14:45:44 -04:00
Jim Evins
803f42f4de
Added "Toolbar" to name of "Quick Access Toolbar" in its context menu.
2019-02-24 10:43:28 -05:00
Jim Evins
9d8269fd03
Fixed incosistent control of Quick Access toolbar.
2019-02-19 22:40:09 -05:00
Jim Evins
6be243d3f9
Handle plural vs. singular cases in PrintView ( #47 )
2019-02-19 22:13:24 -05:00
Jim Evins
ff9188f7e7
Added File->"Open Recent" menu.
...
Initially based on pull request #40 by hochwasser <oo.o+github@windbuechse.samba-tng.org >, with refactoring.
2019-01-28 12:28:45 -05: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
fe6dcd6a7f
Cleanup of CMakeLists.txt files.
...
- Bumped required cmake version to 3.9.
- Added Appveyor CI YAML file for Windows builds
2018-12-19 23:23:59 -05:00
Jim Evins
7e142bb57d
Automatically generate a more informative version string.
2018-12-04 22:56:51 -05:00
Jim Evins
316f3915bd
Merge branch 'hochwasser-parser_for_fileformat_3'
2018-12-02 16:52:24 -05:00
hochwasser
ba3c60216f
Implemented compatablility import of glabels-3 project files ( #39 ).
2018-12-02 16:36:02 -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
Chris Morgan
0bc4b66489
Preview - Add label index overlay text to preview screen ( #38 )
...
Implementation of feature originally suggested in Issue #36 .
2018-11-16 21:10:48 -05:00
Yuri Chornoivan
76c370bf52
Fix minor typos ( #37 )
2018-11-13 19:01:14 -05:00
Jim Evins
4707aaee88
Simplified management of action enable/visibility states in MainWindow.
2018-11-07 22:06:52 -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
6ee1d3b358
Include previously missed translatable strings.
2018-05-26 09:42:34 -04:00
Jim Evins
42719c03f5
Adjust width of SelectProductDialog's side panel according to its contents.
...
The width is determined at runtime based on the largest page in the
QTabWidget. Without this fix, the side panel would annoyingly change
width as you selected the search tab for the first time -- this was
particularly annoying in the de_DE locale.
2018-05-24 22:05:48 -04:00
Jim Evins
a3d07e8d9f
Adjust width of mode list according to its contents. ( #15 )
...
Also added mode controls to File menu.
2018-05-21 21:45:53 -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
93d01302ba
Use 48x48 icon in template designer.
2018-04-08 18:07:25 -04:00
Jim Evins
9e2c65bf98
Unified icon/logo style.
2018-04-08 14:43:36 -04:00
Jim Evins
a0e1dae5cf
Implemented TemplateDesigner.
2018-04-07 22:24:09 -04:00
Jim Evins
af3b953de3
Fixed semantics of enabling alignment verbs.
2018-03-03 12:09:02 -05:00
Jim Evins
9aff6c2e2f
Push temporary color list down into ColorHistory.
2018-02-11 16:21:35 -05:00
Jim Evins
6e6a1fab72
Minor performance cleanup.
2018-02-11 15:51:30 -05:00
Jim Evins
0cc3be205f
Avoid temporary container.
2018-02-10 15:30:12 -05:00
Jim Evins
267c5384cc
Use constFirst() on temporaries.
2018-02-10 14:39:41 -05:00
Jim Evins
2b5ad625e4
Initialize previously uninitialized members.
2018-02-03 21:29:29 -05:00
Jim Evins
26f10d7faf
Check dynamic casts for null.
2018-01-02 03:03:59 -05:00
Jim Evins
9a135f8971
Use auto to reduce some verbosity.
2017-12-30 21:41:02 -05:00
Jim Evins
c7a6ed4917
Remove unnecessary typedefs or replace with using.
2017-12-30 18:42:26 -05:00
Jim Evins
5e9f8355b9
Updated prerequisites and build instructions. Updated Windows install.
2017-12-13 17:09:20 -05:00
Jim Evins
25872eb32c
Tweak layout of AboutDialog.
2017-12-03 21:44:31 -05:00
Jim Evins
9917e9d4c2
Don't use tr() in static initialization.
2017-11-26 14:34:26 -05:00
Jim Evins
c6c52a8895
Minor code cleanup.
2017-11-25 16:54:37 -05:00
Jim Evins
4821e103bc
CMake 3.2 does not support cxx_std_11 target_compile_feature.
2017-11-23 22:52:13 -05:00
Jim Evins
b8ee5e1f73
Restructuring directory layout. Move towards "Modern CMake" usage.
2017-11-23 22:15:24 -05:00
Jim Evins
8bec3594ec
Fleshed out SubstitutionField spec and implementation.
...
- Added newline modifier to spec and implementation
- Does not belong in Merge, so moved back to glabels
- Incorporated SubstitutionField into RawText
2017-11-22 13:33:30 -05:00
Jim Evins
8bcec37d7c
Created SubstitutionField class.
2017-11-18 22:36:43 -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
e970301680
Fixed old cut&paste artifact.
2017-11-04 12:36:50 -04:00
Jim Evins
a31484700c
Initial implementation of glabels-batch.
...
Note: must currently use QGuiApplication instead of QCoreApplication to
support QFont. Unfortunately, this means that glabels-batch must run
within a windowing system. Ideally, it would not have this requirement.
2017-10-02 23:15:43 -04:00
Jim Evins
179103ef05
Finished fleshing out Zint barcode backend.
2017-06-03 12:52:04 -04:00