Commit Graph

98 Commits

Author SHA1 Message Date
4896084e20 Apply clang-format 2019-07-20 20:20:58 +02:00
675a5d5d92 Don't abuse organization domain for website in AboutDialog 2019-07-20 20:20:32 +02:00
4589c09605 Set project() on top-level
See https://github.com/Martchus/cpp-utilities/pull/15
2019-07-20 18:09:38 +02:00
e4f35546d0 Remove use of deprecated function 2019-07-07 12:03:38 +02:00
dd38a44ec0 Adapt to changes in c++utilities 2019-06-12 21:12:09 +02:00
93755c7b43 Adapt to changes in c++utilities 2019-06-10 22:50:15 +02:00
07d3e130cc Fix warnings about unannotated fallthough 2019-05-05 22:59:28 +02:00
10001b48e0 Adapt to c++utilities v5 2019-05-05 22:57:32 +02:00
d56a6d47db Fix compiling against recent Qt 5 2019-03-14 18:03:24 +01:00
aeb43180f0 Use Argument::varValueCount 2017-09-29 18:22:04 +02:00
102c11d246 Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:22:34 +02:00
a23b47a7c8 Apply clang-format 2017-05-01 03:22:50 +02:00
7eb56154e1 Make definitions for gui support project specific 2017-04-27 22:20:06 +02:00
387d02ae71 Don't use organization for settings 2017-02-20 19:58:41 +01:00
1ba42fc2bd Fix using namespace 2017-02-20 19:58:28 +01:00
a1431b0186 Improve categories of *.desktop file 2016-11-08 19:40:02 +01:00
2ff7d64b03 Add note about download 2016-09-14 20:04:44 +02:00
fbd753e39a Fix missing include 2016-09-12 21:53:36 +02:00
68b6459e3c Explicitely instantiate UI-file-based option pages 2016-09-12 21:53:18 +02:00
9a95707762 Update version and README 2016-09-10 17:16:45 +02:00
45ad449a92 Uniform line endings (dos2unix) 2016-08-29 20:47:13 +02:00
634f46f525 Improve item delegates 2016-08-27 15:27:13 +02:00
bb9140bcc7 Allow using static Qt libraries 2016-08-19 22:39:56 +02:00
014b54bd88 Show (experimental) Qt settings 2016-08-14 22:52:15 +02:00
3cbfaddfa5 Fix typo 2016-08-14 22:51:58 +02:00
2b5256f06d Generate config header in extra module 2016-07-27 21:39:39 +02:00
5459b753e8 Add required icons 2016-07-16 23:14:01 +02:00
01e8ecac0d Provide bash completion 2016-07-04 23:28:54 +02:00
62de5b4da6 Remove doxygen file (use template instead) 2016-06-17 17:56:03 +02:00
4c71054cfd Use new argument parser API 2016-06-14 00:54:13 +02:00
f5a6c9a23b added version constraints 2016-04-25 22:26:33 +02:00
3c29c43f44 overall code cleanup 2016-04-25 22:07:31 +02:00
658dc9dc08 set window title in wizard 2016-04-20 00:26:49 +02:00
fa1609eb7e added install targets for JSON resources 2016-04-20 00:20:35 +02:00
ea257f9fee reduce code duplication in build system
- get rid of qmake project file
- provide CMake modules for common tasks
- provide templates for *.desktop files
2016-04-16 18:38:36 +02:00
0817010dbf use QMessageBox::setDetails() to show SSL errors 2016-04-09 00:52:21 +02:00
556adff727 use new settings dialog API 2016-04-04 14:51:51 +02:00
5fa121a853 fixed description 2016-03-10 22:17:41 +01:00
1cd7748d97 fixed spelling mistake 2016-03-10 22:17:30 +01:00
5e8fb7fa1c use modal file dialog under Windows to use native version 2016-02-08 21:21:46 +01:00
fb5991e147 removed creation of Windows icon in qmake project
this never worked when building concurrently
2016-02-06 17:00:39 +01:00
9856bff438 fixes
- support QT_VERSION < 0x050400
- "Explore download dir" (under Windows)
2016-02-05 20:31:45 +01:00
41c4790a5f ignore *.txt.user files 2016-01-25 19:24:31 +01:00
69ab5a09c8 show UI files in Qt Creator 2016-01-25 19:04:37 +01:00
2c38af76c3 ensure custom install targets don't conflict
(required when building as subdirectory)
2016-01-21 16:32:27 +01:00
7b62f3ebf0 updated version 2015-12-27 22:51:59 +01:00
58f2c586c4 improved itag info 2015-12-18 00:19:27 +01:00
08685a66e3 disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:47:53 +01:00
e596be91c4 added resources 2015-12-13 20:47:45 +01:00
63f8860f8b improved project files 2015-12-08 08:41:06 +01:00