Jim Evins
76bd5a0c6b
Reorganized COPYING files.
2017-04-09 15:08:42 -04:00
Jim Evins
cc354d06da
Modifications to build successfully with -Werror -Wall -Wpedantic.
2017-04-07 20:37:25 -04:00
Jim Evins
8184027c05
Some reformatting of README.
2017-04-04 22:24:10 -04:00
Jim Evins
8e94e44e4e
Fixed typo in CREDITS.
2017-04-04 20:54:58 -04:00
Jim Evins
60012b666d
Added CI appImage and CI source links to README.
2017-04-04 20:50:13 -04:00
Jim Evins
f76303d23e
Update .travis.yml
...
Attempting to use uploadtool to upload appImages from continuous builds to Releases.
2017-04-04 00:05:34 -04:00
Jim Evins
d18708c791
Update .travis.yml
2017-04-03 23:51:42 -04:00
probonopd
d1d5c4bb5e
Add build status ( #3 )
2017-04-03 21:15:55 -04:00
Jim Evins
6f25168389
Merge branch 'master' of github.com:jimevins/glabels-qt
2017-04-02 22:05:19 -04:00
Jim Evins
dc09478b63
Parse command line options and open files from command line.
2017-04-02 22:04:27 -04:00
Jim Evins
fcebb6d404
Merge pull request #2 from probonopd/patch-1
...
Build on Travis CI and upload AppImage on each git push
2017-04-02 19:46:12 -04:00
Jim Evins
a80b76343b
Added QT translator.
2017-04-02 17:16:44 -04:00
probonopd
c12dd93163
Update .travis.yml
2017-04-02 17:23:05 +02:00
probonopd
08c8659ca0
Update .travis.yml
2017-04-02 17:17:40 +02:00
probonopd
33d5cd6e7e
Update .travis.yml
2017-04-02 17:10:26 +02:00
probonopd
77bf10d4e7
Update .travis.yml
2017-04-02 16:46:09 +02:00
probonopd
548af49044
Update .travis.yml
2017-04-02 16:39:31 +02:00
probonopd
0919ac6507
Update .travis.yml
2017-04-02 16:30:03 +02:00
probonopd
f9676b6089
Update .travis.yml
2017-04-02 10:59:08 +02:00
probonopd
39aabf0491
Update .travis.yml
2017-04-02 10:53:19 +02:00
probonopd
d24f26957b
Update .travis.yml
2017-04-02 10:49:00 +02:00
probonopd
d3513d73fb
Update .travis.yml
2017-04-02 10:41:22 +02:00
probonopd
525c791c55
Create .travis.yml
2017-04-02 10:34:30 +02:00
Jim Evins
c926d8fd0d
Some coding style adjustments.
2017-04-01 13:30:19 -04:00
Jim Evins
790abba5f6
Finished converting PRODUCT-TEMPLATES.md to markdown.
2017-03-27 22:47:04 -04:00
Jim Evins
d01059a939
Started fleshing out PRODUCT-TEMPLATES.md.
2017-03-27 02:44:48 -04:00
Jim Evins
657ea9fa3e
Template cleanup.
...
- Reconciled capitalization style of product descriptions
- Reduced the number of unique product descriptions
- Started product template documentation
- Added credits file
2017-03-26 22:03:22 -04:00
Jim Evins
ca3d4a5d5c
First pass at setting up translation framework.
2017-03-25 23:14:49 -04:00
Jim Evins
e3e3441cdb
Minor readme edit.
2017-03-24 22:04:01 -04:00
Jim Evins
3b911e53aa
Removed obsolete void argument lists.
2017-03-22 21:22:27 -04:00
Jim Evins
4be4ea08f6
Replace 0 and NULL with nullptr where apropriate.
...
- fixed using clang-tidy's modernize-use-nullptr check.
2017-03-21 23:48:13 -04:00
Jim Evins
e09936233a
Use override specifier where apropriate.
...
- fixed using clang-tidy's modernize-use-override check.
2017-03-21 23:36:39 -04:00
Jim Evins
9f9ba345cf
Fixed a handful of errors flagged by clang-tidy.
2017-03-21 23:21:35 -04:00
Jim Evins
622d81252a
Addition to readme.
2017-03-21 21:05:27 -04:00
Jim Evins
c8a435b169
Fix indentation.
2017-03-21 20:50:41 -04:00
Jim Evins
62e03a40e2
Added screenshot. Minor readme edits.
2017-03-21 20:46:28 -04:00
Jim Evins
60cfad3ed3
Fix crash after paste-undo-redo of image object.
2017-03-18 23:12:50 -04:00
Jim Evins
153467ddfe
Embed SVG data in glabels file.
2017-03-18 17:14:11 -04:00
Jim Evins
e2a3b68ffc
XmlLabel* cleanup.
2017-03-16 22:10:04 -04:00
Jim Evins
c8f7011cd0
Serialize/deserialize for copy/paste.
2017-03-14 23:29:46 -04:00
Jim Evins
fd79d7c6bd
Embed image data in glabels file.
2017-03-12 22:39:15 -04:00
Jim Evins
fe1aa77799
Paste image from clipboard.
2017-03-11 15:02:16 -05:00
Jim Evins
79c5dcde81
Paste text from clipboard.
2017-03-11 10:00:37 -05:00
Jim Evins
76f972156d
More editing of README.md.
2017-03-10 23:05:55 -05:00
Jim Evins
b95efa4fd9
Updated readme files.
2017-03-10 22:36:59 -05:00
Jim Evins
af57967dfd
A couple of minor edits to Windows build instructions.
2017-03-03 22:51:47 -05:00
Jim Evins
26fc5a6baf
Added initial Windows build instructions.
2017-03-03 22:46:22 -05:00
Jim Evins
6e278f38b9
Small edits to Linux build instructions.
2017-03-03 21:02:10 -05:00
Jim Evins
604f9fa137
Added Linux build instructions.
2017-03-03 20:58:17 -05:00
Jim Evins
3162694045
Minor cleanup.
2017-02-26 20:09:29 -05:00