Skip to content

Tags: jimevins/glabels-qt

Tags

glabels-3.99-master564

Toggle glabels-3.99-master564's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Fix build problem when incompatible barcode.h is found. (#101)

glabels-3.99-master563

Toggle glabels-3.99-master563's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump required Qt version (fixes #112) (#113)

glabels-3.99-master562

Toggle glabels-3.99-master562's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding Herma 5028 template (#105)

Signed-off-by: Teresa Remmet <[email protected]>

glabels-3.99-master561

Toggle glabels-3.99-master561's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Glabels-batch: allow project file to be provided on stdin. (#90)

glabels-3.99-master560

Toggle glabels-3.99-master560's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update TRANSLATIONS.md (#89)

* Update TRANSLATIONS.md

Co-authored-by: Jim Evins <[email protected]>

glabels-3.99-master559

Toggle glabels-3.99-master559's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relax code39 barcode minimum size requirements (#88)

- Most libraries use the 7.5 mils for the minimum X value, not 10.
- Minimum recommended barcode height is 5 mm according to ISO/IEC 16388.
- Minimum quiet zone is 10 * X according to ISO/IEC 16388.
- Adjust minimum text sizes for reduced minimum barcode sizes

Signed-off-by: Marton Balint <[email protected]>

glabels-3.99-master558

Toggle glabels-3.99-master558's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Disable Zint barcode backend for zint-2.7.x (#86)

- New zint API is incompatible, may eventually create a compatible backend

glabels-3.99-master557

Toggle glabels-3.99-master557's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Fixes issue recognizing a change in barcode backend with no change in…

… symbology.

glabels-3.99-master556

Toggle glabels-3.99-master556's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Fixed minor cut&paste issue with man page.

glabels-3.99-master555

Toggle glabels-3.99-master555's commit message

Verified

This commit was signed with the committer’s verified signature.
jimevins Jaye Evins
Reconciled parsing of field names with Substitution Field Spec. (#82)

According to the spec., valid syntax for merge field names is determined
by the merge source with a couple of minor exceptions.  Current text backends
allow any printable characters, so the SubstitutionField parser now accepts
any printable characters.