zint/frontend_qt
gitlost c8033695d9 - API: add new zint_symbol dpmm field for output resolution (BMP/
EMF/PCX/PNG/TIF only, i.e. excluding EPS, GIF & SVG)
- Add support for specifying scale by X-dimension and resolution
  with new option `--scalexdimdp` for CLI/Tcl & new API function
  `ZBarcode_Scale_From_XdimDp()` (+ `ZBarcode_XdimDp_From_Scale()`
  & `ZBarcode_Default_Xdim()`) and new GUI popup; manual: document
- BMP/EMF/PCX/PNG/TIF: use new `dpmm` resolution field (for EMF
  following Inkscape)
- backend_qt: add `dpmm()`, `vectorWidth()`, `vectorHeight()`,
  `noPng()`, `getVersion()`, `takesGS1AIData()`, & `XdimDp` stuff
  incl. new `QZintXdimDp` struct for passing around scale vars &
  use in `getAsCLI()`; add comments
- Raise `scale` limit to 200 (from 100) to allow for large dpmm
- output: create directories & subdirectories as necessary for
  output path using new function `out_fopen()` and use in BMP/EMF/
  EPS/GIF/PCX/PNG/SVG/TIF
- DPLEIT/DPIDENT: format HRT according to (incomplete)
  documentation, and set default height to 72X (from 50X)
- CODE128B renamed to CODE128AB as can use subsets A and/or B
- CODABAR: fix minimum height calc
- EMF: fix indexing of handles (zero-based not 1-based)
- GUI: fix symbology zap (previous technique of clearing and
  re-loading settings without doing a sync no longer works);
  fix UPCEAN guard descent enable
- MAILMARK: better error message if input < 14 characters
- GUI: add "Default" button for DAFT tracker ratio & enable/disable
  various default buttons; use new `takesGS1AIData()` to
  enable/disable GS1-specific checkboxes
- CLI: use new `validate_float()` to parse float options (7
  significant digits allowed only, no scientific notation)
- DATAMATRIX/GRIDMATRIX/PDF417/QR/ULTRA: micro-optimize structapp
  ID parse
- library/CLI: fiddle with static asserts (make CHAR_BIT sensitive,
  supposedly)
- win32/README: update building libpng (assembly removed)
- README.linux: document incompatibility of Qt6 >= 6.3
- manual: expand Barcode Studio waffle
- test suite: change range separator to hyphen and allow multiple
  excludes
2022-12-02 21:39:01 +00:00
..
images/scalable Use zint-64.svg - add zint-qt.svg and zint_black.svg 2021-05-20 18:47:41 +01:00
res - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
barcodeitem.cpp Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
barcodeitem.h GUI: add CLI equivalent dialog (#163); use spinboxes in Sequence dialog 2021-11-23 19:12:48 +00:00
cliwindow.cpp - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
cliwindow.h - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
CMakeLists.txt - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
COPYING backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
datawindow.cpp RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7 2022-06-09 21:52:02 +01:00
datawindow.h RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7 2022-06-09 21:52:02 +01:00
exportwindow.cpp - cmake: remove zintconfig.h.in for now as incompatible with MSVC 2022-11-24 14:18:31 +00:00
exportwindow.h - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
extCLI.ui GRIDMATRIX: default char set is GB 2312 only, not Latin-1 with GB 2312 alt 2022-05-19 10:17:51 +01:00
extData.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
extExport.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
extScale.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
extSequence.ui GUI: undo Windows * -> + change as formatting data, not filenames, doh 2022-07-05 01:35:24 +01:00
frontend_qt_zintdll.pro - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
frontend_qt.pro - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
frontend_vc8.pro - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
grpAztec.ui - vector: ensure separators don't overlap with other rectangles so that 2022-08-07 22:43:49 +01:00
grpC11.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpC16k.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpC25.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpC39.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpC49.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpC93.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpC128.ui GUI: restore tabMain minimizeSize (preview wasn't updating correctly) 2022-06-18 23:41:27 +01:00
grpChannel.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpCodabar.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpCodablockF.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpCodeOne.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpDAFT.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
grpDBExtend.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpDM.ui DATAMATRIX: new algorithm for (near-)minimal encoding, props Alex Geller 2021-12-18 16:22:02 +00:00
grpDotCode.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpDPD.ui - API/CLI/Tcl/GUI: new output option BARCODE_BIND_TOP/--bindtop/ 2022-11-10 22:13:41 +00:00
grpGrid.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpHX.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpITF14.ui Add output_options BARCODE_QUIET_ZONES and BARCODE_NO_QUIET_ZONES 2021-09-24 13:21:24 +01:00
grpMaxicode.ui manual/GUI: correct MaxiCode space padding description/tooltip (mode 3 only) 2022-07-28 22:18:16 +01:00
grpMicroPDF.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpMQR.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpMSICheck.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpPDF417.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpQR.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpRMQR.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
grpUltra.ui - vector: ensure separators don't overlap with other rectangles so that 2022-08-07 22:43:49 +01:00
grpUPCA.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
grpUPCEAN.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
grpUPNQR.ui CLI/Tcl: fix version check (need <= 999 for DAFT permille) 2022-05-12 20:35:06 +01:00
grpVIN.ui Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility 2021-10-09 00:13:39 +01:00
howto_build_qzint_using_msvs2015.txt Release 2.11.1 2022-08-22 16:28:22 +01:00
Inno_Setup_qtzint.iss Set version to 2.7.1 2020-02-01 19:36:50 +01:00
mac_icons.sh - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00
main.cpp GUI: remove sizeConstraint so squashable again (sigh) 2022-06-24 14:38:48 +01:00
mainwindow.cpp - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
mainwindow.h - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
mainWindow.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
resources.qrc - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
scalewindow.cpp - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
scalewindow.h - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
sequencewindow.cpp GUI: undo Windows * -> + change as formatting data, not filenames, doh 2022-07-05 01:35:24 +01:00
sequencewindow.h GUI: data dialog: convert Line Feeds if escaping on input, escape on output 2021-11-25 20:24:02 +00:00
zint-qt.icns - library: check symbol->primary for escape sequences also 2022-06-16 16:47:34 +01:00