2009-11-23 05:53:18 +13:00
|
|
|
<RCC>
|
2016-04-30 21:25:16 +12:00
|
|
|
<qresource prefix="/">
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpAztec.ui</file>
|
2020-06-05 05:45:25 +12:00
|
|
|
<file>grpC11.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpC128.ui</file>
|
|
|
|
<file>grpC16k.ui</file>
|
2021-05-18 07:04:00 +12:00
|
|
|
<file>grpC25.ui</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpC39.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpC49.ui</file>
|
2021-09-14 05:49:25 +12:00
|
|
|
<file>grpC93.ui</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpChannel.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpCodabar.ui</file>
|
|
|
|
<file>grpCodablockF.ui</file>
|
|
|
|
<file>grpCodeOne.ui</file>
|
2021-06-20 00:11:23 +12:00
|
|
|
<file>grpDAFT.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpDBExtend.ui</file>
|
|
|
|
<file>grpDM.ui</file>
|
|
|
|
<file>grpDotCode.ui</file>
|
2022-11-11 11:13:41 +13:00
|
|
|
<file>grpDPD.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpGrid.ui</file>
|
|
|
|
<file>grpHX.ui</file>
|
2021-09-25 00:21:24 +12:00
|
|
|
<file>grpITF14.ui</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpMaxicode.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpMicroPDF.ui</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpMQR.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>grpMSICheck.ui</file>
|
|
|
|
<file>grpPDF417.ui</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
<file>grpQR.ui</file>
|
2019-11-28 05:54:03 +13:00
|
|
|
<file>grpRMQR.ui</file>
|
2020-04-08 05:09:53 +12:00
|
|
|
<file>grpUltra.ui</file>
|
2020-07-16 06:00:12 +12:00
|
|
|
<file>grpUPCA.ui</file>
|
|
|
|
<file>grpUPCEAN.ui</file>
|
2022-05-23 08:33:45 +12:00
|
|
|
<file>grpUPNQR.ui</file>
|
2020-06-05 05:45:25 +12:00
|
|
|
<file>grpVIN.ui</file>
|
2021-05-21 05:22:57 +12:00
|
|
|
<file>res/zint-qt.ico</file>
|
2021-11-24 08:12:48 +13:00
|
|
|
<file>res/zint_black.ico</file>
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
<file>res/black-eye.svg</file>
|
2021-11-24 08:12:48 +13:00
|
|
|
<file>res/check.svg</file>
|
Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility
Rename barcode funcs to same as BARCODE_XXX name
library: barcode funcs array for dispatch, used for ZBarcode_ValidID() also
general: change is_sane() comparison to nonzero from ZINT_ERROR_INVALID_OPTION
MAILMARK: fuller error messages
CODABAR: add option to show check character in HRT
zint.h: use 0xNNNN for OR-able defines
GUI: add guard descent height reset button, add Zint version to window title,
static get_zint_version() method, use QStringLiteral (QSL shorthand),
use SIGNAL(toggled()), add errtxt "popup" and status bar, add icons,
add saveAs shortcut, add main menu, context menus and actions, add help,
reset_view() -> reset_colours(), add copy to clipboard as EMF/GIF/PNG/TIF,
lessen triggering of update_preview(), shorten names of getters/setters,
simplify/shorten some update_preview() logic in switch,
CODEONE disable structapp for Version S
qzint.cpp: add on_errored signal, add missing getters, add test
2021-10-09 12:13:39 +13:00
|
|
|
<file>res/copy.svg</file>
|
2021-11-24 08:12:48 +13:00
|
|
|
<file>res/delete.svg</file>
|
Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility
Rename barcode funcs to same as BARCODE_XXX name
library: barcode funcs array for dispatch, used for ZBarcode_ValidID() also
general: change is_sane() comparison to nonzero from ZINT_ERROR_INVALID_OPTION
MAILMARK: fuller error messages
CODABAR: add option to show check character in HRT
zint.h: use 0xNNNN for OR-able defines
GUI: add guard descent height reset button, add Zint version to window title,
static get_zint_version() method, use QStringLiteral (QSL shorthand),
use SIGNAL(toggled()), add errtxt "popup" and status bar, add icons,
add saveAs shortcut, add main menu, context menus and actions, add help,
reset_view() -> reset_colours(), add copy to clipboard as EMF/GIF/PNG/TIF,
lessen triggering of update_preview(), shorten names of getters/setters,
simplify/shorten some update_preview() logic in switch,
CODEONE disable structapp for Version S
qzint.cpp: add on_errored signal, add missing getters, add test
2021-10-09 12:13:39 +13:00
|
|
|
<file>res/download.svg</file>
|
|
|
|
<file>res/help-circle.svg</file>
|
|
|
|
<file>res/menu.svg</file>
|
- 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-03 10:39:01 +13:00
|
|
|
<file>res/scaling.svg</file>
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
<file>res/shuffle.svg</file>
|
|
|
|
<file>res/white-eye.svg</file>
|
Add compliant height, using ZINT_COMPLIANT_HEIGHT flag for back-compatibility
Rename barcode funcs to same as BARCODE_XXX name
library: barcode funcs array for dispatch, used for ZBarcode_ValidID() also
general: change is_sane() comparison to nonzero from ZINT_ERROR_INVALID_OPTION
MAILMARK: fuller error messages
CODABAR: add option to show check character in HRT
zint.h: use 0xNNNN for OR-able defines
GUI: add guard descent height reset button, add Zint version to window title,
static get_zint_version() method, use QStringLiteral (QSL shorthand),
use SIGNAL(toggled()), add errtxt "popup" and status bar, add icons,
add saveAs shortcut, add main menu, context menus and actions, add help,
reset_view() -> reset_colours(), add copy to clipboard as EMF/GIF/PNG/TIF,
lessen triggering of update_preview(), shorten names of getters/setters,
simplify/shorten some update_preview() logic in switch,
CODEONE disable structapp for Version S
qzint.cpp: add on_errored signal, add missing getters, add test
2021-10-09 12:13:39 +13:00
|
|
|
<file>res/x.svg</file>
|
RMQR: update to ISO/IEC 23941:2022 - R13x77 numeric cclens change 8 -> 7
QRCODE: use stricter interpretation of ZINT_FULL_MULTIBYTE, excluding
certain trailing bytes
libzint: fix some confusing error messages introduced by segment stuff
general: new escape chars \U, \d and \o
backend_qt: fudge rendering of border rectangles due to scaling/translation
rounding errors TODO: better fudge
GUI: foreground/background colours -> text boxes and icon buttons, add swap
button, independently movable picker (NULL parent), preview colour changes,
preview Data Window changes, add clear data (del) buttons, add zap button
and Factory Reset menu option, various other fixes
libzint: remove STATIC_UNLESS_ZINT_TEST, use wrappers
CMake: add find package QtSvg, remove QtXml
manual: split symbology and general specs and sort, move DAFT to 4-state,
UPC/EAN -> EAN/UPC, DataBar -> GS1 DataBar always, expand MAILMARK info,
various other fiddlings
man page: options or -> |, expand MSI Plessey check digit options
README.linux: add packages info
license: add SPDX-License-Identifier to touched files
2022-06-10 08:52:02 +12:00
|
|
|
<file>res/zap.svg</file>
|
2009-11-23 05:53:18 +13:00
|
|
|
</qresource>
|
2009-05-22 09:00:23 +12:00
|
|
|
</RCC>
|