zint/frontend_qt
gitlost 5e2044ff2e CODE128: reduce extended latch cut-off from 5 to 4 for better
encodation in certain cases (and no pessimizations found so far),
  props lyngklip (BWIPP);
  fix extended char latching when exactly 3 extended chars at end;
  count code set C (not digits) in loop deciding when to
  shift/latch to extended for better estimate
AZTEC: return warning if ECC < 5% (due to bit-stuffing when version
  given); return error if > 22 layers (Zint 26) for Reader
  Initialisation symbol requested for better error message
AZTEC/HANXIN/QRCODE: consolidate different ECC data size tables
  into one indexed by ECC
DBAR_EXP: check for reduced length <= 77 up front for better error
  message
HANXIN: use `malloc()` rather than `z_alloca()` for large binary
  array
QRCODE: `ecc_level` now 0-based (not 1-based)
MICROQR: consolidate different version end routines into one
  `microqr_end()` and use new `microqr_data` table to simplify code
MICROPDF417: use table for max codewords per column
library: centralize all error messages using new `errtxt()`,
  `errtxtf()`, `errtxt_adj()` funcs that protect `symbol->errtxt`
  from overflow, & try to make error messages more consistent
  thru-out, adding more feedback info to many, & use positional
  args "%n$" in prep for l10n (maybe);
  `is_sane/is_sane_lookup()` -> `not_sane/not_sane_lookup()`,
  returning 1-based position (zero on failure) instead of bool;
  `long` ints -> plain `int` (except those dealing with `ftell()`,
  `fread()` etc) as depend on int being 32-bits already
GUI: in "grpDATF.ui" use "PlainText" rather than "RichText" for
  tracker ratio examples as height of text messing up sometimes
manual: clarify Codablock-F length maximum & add examples
docs: README: pandoc 3.5, Ubuntu 24.04
CMake: use "-Wpedantic" for Clang only as GNU complains about
  `errtxtf()` positional args "%n$"
2024-10-27 21:33:33 +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 GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00
barcodeitem.cpp EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
barcodeitem.h EAN/UPC: add quiet zone indicators option (API output_options 2023-06-12 01:25:55 +01:00
cliwindow.cpp library: check d/o escape seq value <= 255, better error messages 2024-09-29 15:18:56 +01:00
cliwindow.h - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
CMakeLists.txt CMake: use "GNUInstallDirs" instead of old (2008) KDE 2024-06-21 15:18:00 +01:00
COPYING backend: define z_alloca() and use for both Unix and Windows; 2022-07-14 16:01:30 +01:00
datawindow.cpp - ITF14/DPLEIT/DPIDENT: ignore option_2 (check digit options) 2024-01-25 00:10:34 +00: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 fuzz.h: fix upper/lowercase flags 2024-01-05 22:55:57 +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 Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
extExport.ui - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
extScale.ui - ITF14/DPLEIT/DPIDENT: ignore option_2 (check digit options) 2024-01-25 00:10:34 +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 - Add new symbology BARCODE_UPU_S10 2022-12-09 14:51:26 +00:00
frontend_qt.pro win32: update README, changing Visual Studio example from 2023-12-16 13:06:48 +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 GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC16k.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpC25.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC39.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC49.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpC93.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpC128.ui CODE128: Add new extra escape \^1 for manual insertion of FNC1s, 2024-09-03 11:55:55 +01:00
grpChannel.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpCodabar.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpCodablockF.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpCodeOne.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpDAFT.ui CODE128: reduce extended latch cut-off from 5 to 4 for better 2024-10-27 21:33:33 +00:00
grpDBExtend.ui Add HEIGHTPERROW_MODE_input mode flag (#204) 2021-11-20 11:32:30 +00:00
grpDM.ui DATAMATRIX: add DM_ISO_144 (--dmiso144) option for ISO placement 2023-10-30 20:28:00 +00:00
grpDotCode.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpDPD.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpGrid.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpHX.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpITF14.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMailmark2D.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpMaxicode.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMicroPDF.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpMQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpMSICheck.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpPDF417.ui - PDF417/MICROPDF417: use latch not ps shift for padding when 2022-11-06 22:25:19 +00:00
grpPZN.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
grpQR.ui QROCDE/UPNQR: add FAST_MODE (try 4 not 8 masks automatically) 2022-12-05 10:11:36 +00:00
grpRMQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpUltra.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpUPCA.ui Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
grpUPCEAN.ui Actually change SVG font to "Arimo, Arial, sans-serif" ([607e4ed]) 2023-06-13 18:12:20 +01:00
grpUPNQR.ui Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
grpVIN.ui GUI: fix symbology-specific groupbox accelerators 2023-07-18 12:36:51 +01:00
howto_build_qzint_using_msvs2015.txt win32: update README, changing Visual Studio example from 2023-12-16 13:06:48 +00: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: use X11 (xcb) as platform instead of Wayland on Linux to 2024-10-07 16:04:22 +01:00
mainwindow.cpp - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
mainwindow.h fuzz.h: fix upper/lowercase flags 2024-01-05 22:55:57 +00:00
mainWindow.ui - GS1: fix square brackets treated as FNC1 in GS1PARENS_MODE by 2024-07-11 00:35:13 +01:00
resources.qrc Remove bitmap_byte_length member from zint_symbol 2023-07-18 11:11:50 +01:00
scalewindow.cpp - ITF14/DPLEIT/DPIDENT: ignore option_2 (check digit options) 2024-01-25 00:10:34 +00:00
scalewindow.h - raster/BMP/GIF/PCX/TIF: fix dealing with very large data (use 2023-12-22 21:29:54 +00:00
sequencewindow.cpp fuzz.h: fix upper/lowercase flags 2024-01-05 22:55:57 +00: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