Commit Graph

121 Commits

Author SHA1 Message Date
Martchus 3e243750a0 Avoid CMake deprecation warning by bumping version 2023-07-23 21:09:45 +02:00
Martchus ec0dda2677 Clarify licensing of icons similar to other projects
* Use fallback icons from Breeze project with according notice
* Replace program icon with one from Breeze as well as the origin of the
  program icon isn't clear anymore at this point
* Remove unused icons
* Add notice in README and about dialog
2022-09-10 16:37:52 +02:00
Martchus 55deda90ff Add copyright notice 2022-04-05 20:20:14 +02:00
Martchus 7db4e0bc56 Clarify that license is "GPL-2-or-later" 2022-03-15 21:48:21 +01:00
Martchus e4c5b23546 Fix typos found via `codespell --skip .git -w` 2021-07-03 19:54:06 +02:00
Martchus 5e42ba07ca Remove overspecification of Qt version in documentation and comments 2020-09-04 01:14:36 +02:00
Martchus 884bed480d Support Qt 6 (commit 174154b) 2020-09-04 00:57:42 +02:00
Martchus 8d09b4e308 Add 256x256 application icon 2020-08-11 23:25:20 +02:00
Martchus 82f15071b7 Remove TODOs and download repo from README 2020-05-06 11:56:14 +02:00
Martchus 6d5ca6e11c Use Q_SIGNALS instead of signals 2020-03-09 18:48:21 +01:00
Martchus 07c7ec08b1 Don't use lower-case Qt macros 2020-03-08 14:06:45 +01:00
Marius Kittler 1ac4d7511d Fix project name in LICENSES-windows-distribution.md 2020-01-10 18:02:12 +01:00
Martchus 29a80c029b Remove/fix legacy code and style issues
e.g. don't use deprecated APIs
2019-12-30 22:36:53 +01:00
Martchus 94a87052b0 Note that the project is not really maintained anymore 2019-12-30 22:25:09 +01:00
Martchus 9b981dbeb9 Make labels more consistent 2019-12-30 22:01:06 +01:00
Martchus d55642a43d Remove example URL 2019-12-30 21:53:46 +01:00
Martchus cca4c0f567 Don't use an icon within the main menu 2019-12-30 21:50:16 +01:00
Martchus eee967e21d Remove empty/unused options error category 2019-12-30 21:41:42 +01:00
Marius Kittler df12b96e29 Update version 2019-11-08 15:25:00 +01:00
Marius Kittler f1422c6d95 Add licensing info for Windows distribution 2019-11-08 15:25:00 +01:00
Martchus b323f2d7aa Use HTTPS for querying YouTube
HTTP is no longer supported by YouTube.
2019-08-20 22:28:07 +02:00
Martchus 566639c6cb Adapt to locateConfigFile() removal in qtutilities 2019-08-20 22:27:15 +02:00
Martchus 06b6ef5052 Construct QList for pages from initializer list 2019-08-10 22:05:18 +02:00
Martchus 4896084e20 Apply clang-format 2019-07-20 20:20:58 +02:00
Martchus 675a5d5d92 Don't abuse organization domain for website in AboutDialog 2019-07-20 20:20:32 +02:00
Martchus 4589c09605 Set project() on top-level
See https://github.com/Martchus/cpp-utilities/pull/15
2019-07-20 18:09:38 +02:00
Martchus e4f35546d0 Remove use of deprecated function 2019-07-07 12:03:38 +02:00
Martchus dd38a44ec0 Adapt to changes in c++utilities 2019-06-12 21:12:09 +02:00
Martchus 93755c7b43 Adapt to changes in c++utilities 2019-06-10 22:50:15 +02:00
Martchus 07d3e130cc Fix warnings about unannotated fallthough 2019-05-05 22:59:28 +02:00
Martchus 10001b48e0 Adapt to c++utilities v5 2019-05-05 22:57:32 +02:00
Martchus d56a6d47db Fix compiling against recent Qt 5 2019-03-14 18:03:24 +01:00
Martchus aeb43180f0 Use Argument::varValueCount 2017-09-29 18:22:04 +02:00
Martchus 102c11d246 Use ArgumentParser::parseArgsOrExit() 2017-09-29 17:22:34 +02:00
Martchus a23b47a7c8 Apply clang-format 2017-05-01 03:22:50 +02:00
Martchus 7eb56154e1 Make definitions for gui support project specific 2017-04-27 22:20:06 +02:00
Martchus 387d02ae71 Don't use organization for settings 2017-02-20 19:58:41 +01:00
Martchus 1ba42fc2bd Fix using namespace 2017-02-20 19:58:28 +01:00
Martchus a1431b0186 Improve categories of *.desktop file 2016-11-08 19:40:02 +01:00
Martchus 2ff7d64b03 Add note about download 2016-09-14 20:04:44 +02:00
Martchus fbd753e39a Fix missing include 2016-09-12 21:53:36 +02:00
Martchus 68b6459e3c Explicitely instantiate UI-file-based option pages 2016-09-12 21:53:18 +02:00
Martchus 9a95707762 Update version and README 2016-09-10 17:16:45 +02:00
Martchus 45ad449a92 Uniform line endings (dos2unix) 2016-08-29 20:47:13 +02:00
Martchus 634f46f525 Improve item delegates 2016-08-27 15:27:13 +02:00
Martchus bb9140bcc7 Allow using static Qt libraries 2016-08-19 22:39:56 +02:00
Martchus 014b54bd88 Show (experimental) Qt settings 2016-08-14 22:52:15 +02:00
Martchus 3cbfaddfa5 Fix typo 2016-08-14 22:51:58 +02:00
Martchus 2b5256f06d Generate config header in extra module 2016-07-27 21:39:39 +02:00
Martchus 5459b753e8 Add required icons 2016-07-16 23:14:01 +02:00