Commit graph

442 commits

Author SHA1 Message Date
Martin Rotter
dcafe45a23 disable survey 2022-03-23 08:35:55 +01:00
Martin Rotter
96c9a8fe09 fixed #662 2022-03-22 09:33:55 +01:00
Martin Rotter
52ca649908 add survey 2022-03-18 08:26:17 +01:00
Martin Rotter
2ef9a373b3 force UI colors -> use skin colors + related adjustments 2022-03-15 06:49:05 +01:00
Martin Rotter
67e9a249af Revert "cleanup manual sort partial implementation"
This reverts commit 741c6ef682.
2022-03-14 09:24:30 +01:00
Martin Rotter
7faa872951 work on skins infrastructure 2022-03-11 08:06:07 +01:00
Martin Rotter
797f06d357 work on skins, documentmode again to false, cause it just looks bad 2022-03-10 13:04:08 +01:00
Martin Rotter
900c8fa0d6 support forced styles, custom alt. palette and force palette for skins 2022-03-08 12:58:36 +01:00
Martin Rotter
741c6ef682 cleanup manual sort partial implementation 2022-03-08 08:09:21 +01:00
Martin Rotter
e0c3f6f19b fix #657 2022-03-08 07:39:55 +01:00
Martin Rotter
fe30af4cdd more robust current style detection, particularly when overriden 2022-03-03 08:39:55 +01:00
Martin Rotter
45751381ec fix handling of force-dark-mode when style is forced via style or env 2022-03-03 08:14:01 +01:00
Martin Rotter
38c9a4407f sync langs, now default language is en_US, because en was source language with some untranslated strings like plural %n strings 2022-03-02 08:34:15 +01:00
Martin Rotter
7f5d1473a3 Shitload of changes, save it.
Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00
Martin Rotter
83f2da43fa tweak unread counts format in title, some misc fix 2022-02-28 10:05:37 +01:00
Martin Rotter
8b458a6999 fixup of datetime switchable 2022-02-25 13:15:19 +01:00
Martin Rotter
12ae03e9c5 lang sync, polish of taskbar 2022-02-24 13:32:45 +01:00
Martin Rotter
8238814217 show progressbar in taskbar on windows 2022-02-24 12:07:56 +01:00
Martin Rotter
a52d703e4b refactoring and adding of taskbar overlay icon 2022-02-24 11:44:05 +01:00
Martin Rotter
b442d9fb84 display unread counts in title too 2022-02-24 08:31:45 +01:00
Martin Rotter
c33be91120 added way to disable just debug outputs, fixes #645 2022-02-22 09:45:49 +01:00
Martin Rotter
7c96a97503 added way to disable just debug outputs, fixes #645 2022-02-22 09:32:57 +01:00
igrekster
aee9394f98
Add option to control the display of the unread message count on task bar (#649)
In a news reading style with many sources and leaving messages unread
the unread message count becomes irrelevant. We already have an option
to disable the count in the icon tray, but not on the task bar. Added a
checkbox to enable/disable the message count on apps task bar icon /
entry.

Chose to put it into a new tab page as we might add more task bar
functionality (progress update, recent articles, etc..).
2022-02-22 08:27:43 +01:00
Martin Rotter
5ce90e5943 files for newsbluer plugin 2022-02-18 11:57:35 +01:00
Martin Rotter
beb9c5a263 work on nodejs int 2022-02-16 14:07:48 +01:00
Martin Rotter
fd7b407de4 save, but will need polish of nodejs integration when there are errors 2022-02-15 12:47:52 +01:00
Martin Rotter
521d6418fb fix #608 2022-02-14 15:10:28 +01:00
Martin Rotter
57aa325465 work on skin loading, fixed a typo, some code cleanup 2022-02-14 09:32:15 +01:00
Martin Rotter
fcee8d0e04 save 2022-02-13 21:16:12 +01:00
Martin Rotter
4ec98eb322 save 2022-02-11 15:19:05 +01:00
Martin Rotter
1389a86083 allow multi package nodejs install 2022-02-11 13:21:39 +01:00
Martin Rotter
d21520f28a new notification events for nodejs packages info 2022-02-11 08:54:49 +01:00
Martin Rotter
b2343a0189 integrate nodejs in a better way, fix APP_REVISION missing 2022-02-10 12:19:13 +01:00
Martin Rotter
8948186144 tolower nodejs folder 2022-02-08 14:47:37 +01:00
Martin Rotter
d9d9541d71 nodejs can install/update packages 2022-02-07 15:20:01 +01:00
Martin Rotter
43c611fcc0 save 2022-02-07 07:56:27 +01:00
Martin Rotter
f3fe65a4bb more time formats 2022-02-06 19:59:17 +01:00
Martin Rotter
8cb7c1c496 fully editable datetime format in msg list 2022-02-06 07:44:18 +01:00
Martin Rotter
4199b9c7b7 fix import de-duplication 2022-02-03 12:41:21 +01:00
Martin Rotter
560b20d20c save 2022-02-02 13:01:12 +01:00
Martin Rotter
c360450e62 some work on nodejs integration 2022-02-02 10:06:45 +01:00
jan Anja
a82a9eb5cf
Change Q_OS_LINUX to Q_OS_UNIX (#616)
* change Q_OS_LINUX to Q_OS_UNIX

This is needed for BSD operating systems:

https://cgit.freebsd.org/ports/tree/net/rssguard/Makefile?id=865fc1ddb58052d38fc0f353ce70da4c7d643b79
8767b251da/net/rssguard/Makefile

* Update CMakeLists.txt

* Update Documentation.md

Co-authored-by: martinrotter <martinrotter@users.noreply.github.com>
2022-01-31 19:11:46 +01:00
Martin Rotter
a35da080aa about dialog UX 2022-01-27 15:57:15 +01:00
igrekster
5a5b697fbe
configure icon/skin themes early in startup (#611)
After changing the icon theme some of the icons were still from my
current system (Gentoo/KDE) icon theme. Moving the theme setup
earlier in the startup fixed it.
2022-01-27 15:47:23 +01:00
Martin Rotter
b2f574b7e6 restart feature now also uses cmdline args 2022-01-26 08:41:47 +01:00
Martin Rotter
45381aad3a restart feature now also uses cmdline args 2022-01-26 08:40:15 +01:00
akinokonomi
3318b96c16
Allow force dark look for qt6ct (#613)
* Allow force dark for qt6ct-style

* Update skinfactory.cpp

Co-authored-by: akinokonomi <akinokonomi@example.com>
Co-authored-by: martinrotter <martinrotter@users.noreply.github.com>
2022-01-26 08:19:57 +01:00
Martin Rotter
f0d993451f indicate QT_STYLE_OVERRIDE usage in settings 2022-01-22 10:10:39 +01:00
Martin Rotter
6242bfa60c customize padding for msg list 2022-01-20 10:58:10 +01:00
Martin Rotter
f60f3faa4e add plain skin as reference for docs
¨
2022-01-20 07:26:04 +01:00