1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-06-10 15:43:40 +00:00
Commit Graph

94 Commits

Author SHA1 Message Date
Robin Stuart 1564cd7a34 Add Automatic Height option to UI and enable by default
Brings UI default settings in line with CLI default settings
2019-10-21 08:29:21 +01:00
Harald Oehlmann 6e1283ccd8 2019-10-07 2.6.7 HaO Set version to 2.6.7, documentation, readme 2019-10-07 11:57:35 +02:00
Harald Oehlmann 6751a816a6 2019-09-19 HaO Set Version to 2.6.6 2019-09-18 11:58:57 +02:00
Harald Oehlmann 5c5bf9f635 Merge /u/gitlost/zint/ branch microqr_version_option into master
https://sourceforge.net/p/zint/code/merge-requests/10/
2019-09-02 12:20:00 +00:00
gitlost c5b03f665a Fix microqr version option out-by-one 2019-09-02 11:43:14 +01:00
Harald Oehlmann 40aab7908b 2018-08-30 2.6.5 HaO Set version to 2.6.5 2019-09-02 12:37:01 +02:00
Harald Oehlmann 6949143419 2018-08-30 2.6.4 HaO Set version to 2.6.4 2019-08-30 19:18:14 +02:00
Harald Oehlmann 202acd9d3e 2018-08-30 HaO Change qzint DMRE titels to DMRE only (not ISO/DIN) 2019-08-30 18:47:18 +02:00
Harald Oehlmann 0a55f5839e 2018-08-30 HaO Change DMRE from AIM standard to ISO/EC29158 DMRE (not backward compatible) 2019-08-30 18:41:58 +02:00
Robin Stuart ffd1ed2d6b Update version number to 2.6.3 2018-02-15 10:46:02 +00:00
Robin Stuart 389bcce10f Add Royal Mail Mailmark to front end 2018-02-09 20:55:17 +00:00
Robin Stuart c55340f4f3 Remove DMatrix option bug in UI
Do not change value of option3 if user has selected a Data Matrix symbol size.
If a warning is generated when saving, make this visible to user.
Fixes #85 reported by Harald Oehlmann
2017-12-19 22:01:45 +00:00
Harald Oehlmann 9f50714b44 Added DMRE size 26x40 2017-12-19 19:00:33 +01:00
Robin Stuart a91e4fab79 Revert "Select escape mode from GUI"
This reverts commit 7f897608d4.

After testing it was found this doesn't work in Windows - further testing is required before adding this functionality to the GUI.
2017-10-30 21:02:07 +00:00
Robin Stuart 7f897608d4 Select escape mode from GUI 2017-10-30 20:44:42 +00:00
Boris Zentner 31cc0ae78a Remove spaces before EOL 2017-10-25 17:23:57 +01:00
Robin Stuart 73c9b502b5 Update version to 2.6.2
Plus some tidying up in preperation for new release
2017-10-22 12:39:37 +01:00
Robin Stuart 29dbb49325 Add escape sequence support to GUI
Also ensures that CR/LF formatted files remain unaltered when importing
Fixes #72 reported by Siniša Sudec
2017-10-22 10:55:50 +01:00
Robin Stuart 947b548fd0 Merge branch 'master' of ssh://git.code.sf.net/p/zint/code 2017-09-11 19:24:03 +01:00
Rodrigo Torres 4963a772db Refactor 2017-09-11 19:21:33 +01:00
Harald Oehlmann 1d44670642 Update TCL zint to framework 2.6.1 2017-08-29 22:19:55 +02:00
Robin Stuart 1882d76b70 Update version to 2.6.1 2017-08-27 09:31:02 +01:00
Robin Stuart 670242a3fe Feed back results of batch process to user in Studio 2017-08-11 22:36:40 +01:00
Robin Stuart 608b4b9134 Audit of error codes 2017-07-27 16:01:53 +01:00
Robin Stuart 58e80a9ff7 Remember file suffix, and add suffix to file name if not provided 2017-07-27 12:02:30 +01:00
Robin Stuart 468f44f298 Always remember previously used directory 2017-07-27 10:21:46 +01:00
Robin Stuart b9f37ebceb Remember more settings between sessions 2017-07-26 21:57:47 +01:00
Robin Stuart f4f7e1936a Make GUI more consistent 2017-07-26 15:44:14 +01:00
Robin Stuart 6413351fd6 Add UPNQR to Studio 2017-07-23 18:09:30 +01:00
Julien Nabet 3257a5c0af cppcheck: fix reports
[backend/bmp.c:133]: (error) Memory leak: bitmap
[backend/bmp.c:126]: (error) Memory leak: bitmap
[backend/composite.c:464]: (error) Array index -1 is out of bounds.
[backend/composite.c:507]: (error) Array index -1 is out of bounds.
[backend/dmatrix.c:962]: (style) Redundant condition: i!=0. 'i==0 || (i!=0 && binary[i-1]!='b')' is equivalent to 'i==0 || binary[i-1]!='b''
[backend/raster.c:122]: (error) Memory leak: rotated_pixbuf
[backend/raster.c:506]: (error) Memory leak: pixelbuf
[frontend/main.c:273]: (error) Uninitialized variable: format_string
[frontend_qt/exportwindow.cpp:103]: (style) Array index 'j' is used before limits check.
2017-07-01 09:49:47 +01:00
Robin Stuart 37ac5e9c54 Ignore change of colour if user has cancelled
Fixes #68, Bug report by Jim R
2017-06-17 15:34:41 +01:00
Robin Stuart fd8a4f4d35 Add option to copy to clipboard as BMP 2017-05-15 21:12:19 +01:00
Robin Stuart 19ba8a34c4 Update to version 2.6.0 and update copyright to 2017 2017-05-11 21:14:38 +01:00
Robin Stuart fa40676691 Make clipboard image scalable (SVG) 2017-04-22 12:44:32 +01:00
Robin Stuart 536f217e78 Add option to copy to clipboard 2017-04-22 12:21:27 +01:00
Robin Stuart c6b9ee375d Update About GUI window 2017-04-11 10:31:18 +01:00
Robin Stuart ff6995070b Merge branch 'qt5' 2017-04-11 07:54:28 +01:00
Harald Oehlmann bcec2718ee Static QT build documented 2017-03-29 19:21:49 +02:00
Harald Oehlmann ffc9c441f7 Make png work 2017-01-18 18:07:17 +01:00
Harald Oehlmann 1863399956 Finalize Win Build including instructions and setup script 2017-01-18 17:39:41 +01:00
Harald Oehlmann 877201bcfe 2017-01-18 Tried to compile QT5 on windows: - no PNG (64 bit issues), exe does not run ;-) 2017-01-18 15:53:50 +01:00
Robin Stuart ce5c637a6d Remember settings between sessions
Relates to #40
2017-01-14 16:34:03 +00:00
Robin Stuart 28ea2f1c69 Make GUI scalable 2016-12-14 23:33:17 +00:00
Robin Stuart 0f9a326398 Update to Qt5 2016-12-11 15:29:06 +00:00