You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create versioned snapshots
- include MacOS build -- still needs test and deploy steps
- include barcode and libqrencode in Linux build
- include libqrencode in Windows build
Updated README and TODO files.
- wget https://downloads.sourceforge.net/project/zint/zint/2.6.3/zint-2.6.3_final.tar.gz && tar xzf zint-2.6.3_final.tar.gz && cd zint-2.6.3.src && mkdir build && cd build && cmake .. && make && sudo make install && cd ../..
14
-
- source /opt/qt5*/bin/qt5*-env.sh
15
-
16
-
script:
17
-
- git fetch --unshallow # restore repository depth to properly count commits in auto versioning
18
-
- git checkout master # re-attach to master to satisfy auto versioning
Copy file name to clipboardExpand all lines: README.md
+23-43Lines changed: 23 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,17 @@
9
9
10
10
## What is gLabels-qt?
11
11
12
-
gLabels-qt is the development version of the next major version of gLabels (4.0).
12
+
gLabels-qt is the development version of the next major version of gLabels (a.k.a. glabels-4).
13
13
14
14
15
15
## What's new in gLabels 4?
16
16
17
-
- Based on the Qt5 framework.
18
-
- Updated UI based on typical workflows.
19
-
- Intended to be a cross-platform application.
20
-
* So far, it has been built and tested under Linux, Windows 7, and Windows 10. (Windows testing is still very intermittent.)
21
-
22
-
23
-
## Status
24
-
25
-
gLabels-qt has been under off-and-on development for several years.
26
-
It is still missing several features to bring it in parity with glabels-3.4. These include
27
-
28
-
- Optional Evolution and VCard backends.
29
-
- An online manual
17
+
- A complete rewrite, based on the Qt5 framework.
18
+
- A new UI layout based on common activities.
19
+
- Cross-platform support
20
+
- User-defined variables
21
+
- Support for continuous-roll labels
22
+
- Many new product templates
30
23
31
24
32
25
## Download
@@ -41,41 +34,29 @@ Continuous integration snapshots are not official releases. These snapshots rep
41
34
bleeding-edge development (unstable) code. Please, DO NOT use it in a production environment. Do not
42
35
expect compatibility or consistency of features between snapshots.
43
36
44
-
| Platform | Files | Notes |
45
-
|:---------|:------|:------|
46
-
| Linux x86_64 [AppImage](http:appimage.org)|[glabels-continuous-x86_64.AppImage](https://github.com/jimevins/glabels-qt/releases/download/continuous/glabels-continuous-x86_64.AppImage)| Download, make it executable, and run! |
47
-
| Archlinux |[Archlinux User Repository Page](https://aur.archlinux.org/packages/glabels-qt-git/)| Maintained by [Mario Blättermann](https://github.com/mariobl)|
48
-
| Ubuntu |[PPA Page](https://code.launchpad.net/~krisives/+archive/ubuntu/glabels-qt)| Maintained by [Kristopher Ives](https://github.com/krisives).<br>https://github.com/krisives/glabels-qt-packaging|
49
-
| Windows x86_64 |[glabels-3.99.0-win64.exe](https://github.com/jimevins/glabels-qt/releases/download/continuous/glabels-3.99.0-win64.exe)| Windows installer |
| Archlinux |[Archlinux User Repository Page](https://aur.archlinux.org/packages/glabels-qt-git/)| Maintained by [Mario Blättermann](https://github.com/mariobl)|
46
+
| Ubuntu |[PPA Page](https://code.launchpad.net/~krisives/+archive/ubuntu/glabels-qt)| Maintained by [Kristopher Ives](https://github.com/krisives)|
59
47
60
48
61
-
## Help Needed
62
-
63
-
* Help is needed to add support to build and package glabels for various platforms and packaging systems.
0 commit comments