mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Update to version 2.6.0 and update copyright to 2017
This commit is contained in:
parent
eef59d150e
commit
19ba8a34c4
@ -9,8 +9,8 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||||||
#comment or remove the above line before release
|
#comment or remove the above line before release
|
||||||
|
|
||||||
set (ZINT_VERSION_MAJOR 2)
|
set (ZINT_VERSION_MAJOR 2)
|
||||||
set (ZINT_VERSION_MINOR 5)
|
set (ZINT_VERSION_MINOR 6)
|
||||||
set (ZINT_VERSION_RELEASE 1)
|
set (ZINT_VERSION_RELEASE 0)
|
||||||
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
set (ZINT_VERSION "${ZINT_VERSION_MAJOR}.${ZINT_VERSION_MINOR}.${ZINT_VERSION_RELEASE}" )
|
||||||
|
|
||||||
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
add_definitions (-DZINT_VERSION=\"${ZINT_VERSION}\" -Wall)
|
||||||
|
24
README
24
README
@ -20,22 +20,10 @@ HIBC PDF417, HIBC MicroPDF417, HIBC QR Code, HIBC Aztec Code, Japanese Postal
|
|||||||
Code, Code 49, Channel Code, Code One, Grid Matrix, FIM and Flattermarken,
|
Code, Code 49, Channel Code, Code One, Grid Matrix, FIM and Flattermarken,
|
||||||
Codablock-F, DotCode, Han Xin Code.
|
Codablock-F, DotCode, Han Xin Code.
|
||||||
|
|
||||||
Output can be saved as BMP, EPS, GIF, PCX, PNG or SVG.
|
Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG.
|
||||||
|
|
||||||
PROJECT STATUS
|
|
||||||
--------------
|
|
||||||
Version 2.5.0:
|
|
||||||
After a long period of inaction, many new features and bugfixes, including:
|
|
||||||
|
|
||||||
* Reintroduction of Codablock-F
|
|
||||||
* Introduction of symbologies DotCode and Han Xin Code
|
|
||||||
* New output formats: GIF, BMP and PCX
|
|
||||||
* ECI handling
|
|
||||||
* Redesigned handling of batch files at the command line
|
|
||||||
* Integrate DMRE handling in Data Matrix
|
|
||||||
* New licensing model
|
|
||||||
|
|
||||||
|
|
||||||
|
PROJECT HISTORY
|
||||||
|
---------------
|
||||||
Version 2.3.0:
|
Version 2.3.0:
|
||||||
This release features a complete rebuild of QR Code and Micro QR Code
|
This release features a complete rebuild of QR Code and Micro QR Code
|
||||||
functionality which now:
|
functionality which now:
|
||||||
@ -85,8 +73,12 @@ Version 2.5.1:
|
|||||||
Numerous bugfixes, especially with Data Matrix thanks to extensive testing
|
Numerous bugfixes, especially with Data Matrix thanks to extensive testing
|
||||||
by brunt@SF
|
by brunt@SF
|
||||||
|
|
||||||
|
Version 2.6.0:
|
||||||
|
Update front end to Qt5. Output to EMF and TIF. Copy to clipboard. Update
|
||||||
|
to latest draft of DMRE. Usual bugfixes.
|
||||||
|
|
||||||
CONTACT ME
|
|
||||||
|
CONTACT US
|
||||||
----------
|
----------
|
||||||
The home of libzint is:
|
The home of libzint is:
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* bmp.h - header structure for Windows bitmap files
|
/* bmp.h - header structure for Windows bitmap files
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
developed from and including some functions from:
|
developed from and including some functions from:
|
||||||
IEC16022 bar code generation
|
IEC16022 bar code generation
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* eci.c - Extended Channel Interpretations
|
/* eci.c - Extended Channel Interpretations
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* eci.c - Extended Channel Interpretations to Unicode tables
|
/* eci.c - Extended Channel Interpretations to Unicode tables
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gb18030.h - Unicode to GB 18030 lookup table
|
/* gb18030.h - Unicode to GB 18030 lookup table
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gb2312.h - Unicode to GB 2312-1980 lookup table
|
/* gb2312.h - Unicode to GB 2312-1980 lookup table
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gridmtx.c - Grid Matrix
|
/* gridmtx.c - Grid Matrix
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gridmtx.h - definitions for Grid Matrix
|
/* gridmtx.h - definitions for Grid Matrix
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* hanxin.c - Han Xin Code
|
/* hanxin.c - Han Xin Code
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* hanxin.h - definitions for Han Xin code
|
/* hanxin.h - definitions for Han Xin code
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
Copyright (C) 2016 Zoe Stuart
|
Copyright (C) 2016 Zoe Stuart
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* library.c - external functions of libzint
|
/* library.c - external functions of libzint
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* sjis.h - Unicode to Shift JIS lookup table
|
/* sjis.h - Unicode to Shift JIS lookup table
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* stdint_msvc.h - definitions for libzint
|
/* stdint_msvc.h - definitions for libzint
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* zint.h - definitions for libzint
|
/* zint.h - definitions for libzint
|
||||||
|
|
||||||
libzint - the open source barcode library
|
libzint - the open source barcode library
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
@ -100,8 +100,8 @@ extern "C" {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define ZINT_VERSION_MAJOR 2
|
#define ZINT_VERSION_MAJOR 2
|
||||||
#define ZINT_VERSION_MINOR 5
|
#define ZINT_VERSION_MINOR 6
|
||||||
#define ZINT_VERSION_RELEASE 1
|
#define ZINT_VERSION_RELEASE 0
|
||||||
|
|
||||||
/* Tbarcode 7 codes */
|
/* Tbarcode 7 codes */
|
||||||
#define BARCODE_CODE11 1
|
#define BARCODE_CODE11 1
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
zint (2.6.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* Update to Qt5
|
||||||
|
* Ouput to EMF and TIF
|
||||||
|
|
||||||
|
-- Robin Stuart <rstuart114@gmail.com> Fri, 12 May 2017 09:00:00 +0000
|
||||||
|
|
||||||
zint (2.5.1) UNRELEASED; urgency=medium
|
zint (2.5.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Include support for DotCode
|
* Include support for DotCode
|
||||||
|
@ -2464,7 +2464,11 @@ v2.4.3 - Includes minor bugfixes 16/5/2011
|
|||||||
|
|
||||||
v2.5 – Support for DotCode and Han Xin code. ECI code processing. Output to
|
v2.5 – Support for DotCode and Han Xin code. ECI code processing. Output to
|
||||||
BMP, GIF and PCX. Added bold text option. Many minor bugfixes and improvements.
|
BMP, GIF and PCX. Added bold text option. Many minor bugfixes and improvements.
|
||||||
(Due for release November 2016).
|
13/11/2016
|
||||||
|
|
||||||
|
v2.6 - Output to EMF and TIF. Update frontend to Qt5. Copy to clipboard on
|
||||||
|
KDE and Windows.
|
||||||
|
12/5/2017
|
||||||
|
|
||||||
7.4 Sources of Information
|
7.4 Sources of Information
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Zint Barcode Generator - the open source barcode generator
|
Zint Barcode Generator - the open source barcode generator
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -21,23 +21,29 @@
|
|||||||
#include <QUiLoader>
|
#include <QUiLoader>
|
||||||
#include <QFileDialog>
|
#include <QFileDialog>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
#include <QSettings>
|
||||||
|
|
||||||
#include "exportwindow.h"
|
#include "exportwindow.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
ExportWindow::ExportWindow()
|
ExportWindow::ExportWindow()
|
||||||
{
|
{
|
||||||
|
QSettings settings;
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
linDestPath->setText(QDir::toNativeSeparators(QDir::homePath()));
|
linDestPath->setText(QDir::toNativeSeparators(QDir::homePath()));
|
||||||
|
|
||||||
connect(btnCancel, SIGNAL( clicked( bool )), SLOT(quit_now()));
|
connect(btnCancel, SIGNAL( clicked( bool )), SLOT(quit_now()));
|
||||||
connect(btnOK, SIGNAL( clicked( bool )), SLOT(process()));
|
connect(btnOK, SIGNAL( clicked( bool )), SLOT(process()));
|
||||||
connect(btnDestPath, SIGNAL( clicked( bool )), SLOT(get_directory()));
|
connect(btnDestPath, SIGNAL( clicked( bool )), SLOT(get_directory()));
|
||||||
|
|
||||||
|
cmbFileFormat->setCurrentIndex(settings.value("studio/export/filetype", 0).toInt());
|
||||||
}
|
}
|
||||||
|
|
||||||
ExportWindow::~ExportWindow()
|
ExportWindow::~ExportWindow()
|
||||||
{
|
{
|
||||||
|
QSettings settings;
|
||||||
|
|
||||||
|
settings.setValue("studio/export/filetype", cmbFileFormat->currentIndex());
|
||||||
}
|
}
|
||||||
|
|
||||||
void ExportWindow::quit_now()
|
void ExportWindow::quit_now()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Zint Barcode Generator - the open source barcode generator
|
Zint Barcode Generator - the open source barcode generator
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Zint Barcode Studio 2.5</string>
|
<string>Zint Barcode Studio 2.6</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon">
|
<property name="windowIcon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
|
@ -206,7 +206,7 @@ bool MainWindow::save()
|
|||||||
void MainWindow::about()
|
void MainWindow::about()
|
||||||
{
|
{
|
||||||
QMessageBox::about(this, tr("About Zint"),
|
QMessageBox::about(this, tr("About Zint"),
|
||||||
tr("<h2>Zint Barcode Studio 2.5.1</h2>"
|
tr("<h2>Zint Barcode Studio 2.6.0</h2>"
|
||||||
"<p>A free barcode generator"
|
"<p>A free barcode generator"
|
||||||
"<p>Instruction manual is available at the project homepage:<br>"
|
"<p>Instruction manual is available at the project homepage:<br>"
|
||||||
"<a href=\"http://www.zint.org.uk\">http://www.zint.org.uk</a>"
|
"<a href=\"http://www.zint.org.uk\">http://www.zint.org.uk</a>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Zint Barcode Generator - the open source barcode generator
|
Zint Barcode Generator - the open source barcode generator
|
||||||
Copyright (C) 2009-2016 Robin Stuart <rstuart114@gmail.com>
|
Copyright (C) 2009-2017 Robin Stuart <rstuart114@gmail.com>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zint
|
Name: zint
|
||||||
Version: 2.5.0
|
Version: 2.6.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A barcode generator and library
|
Summary: A barcode generator and library
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2017 Robin Stuart <rstuart114@gmail.com> - 2.6.0
|
||||||
|
- Update version number
|
||||||
|
|
||||||
* Sat May 22 2010 Martin Gieseking <martin.gieseking@uos.de> - 2.3.1-2
|
* Sat May 22 2010 Martin Gieseking <martin.gieseking@uos.de> - 2.3.1-2
|
||||||
- Added patch to fix export issue
|
- Added patch to fix export issue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user