Commit graph

385 commits

Author SHA1 Message Date
Martin Rotter
b442d9fb84 display unread counts in title too 2022-02-24 08:31:45 +01:00
Martin Rotter
ba9634678f add proper maximize button to modal dialogs on linux 2022-02-23 17:06:14 +01:00
Martin Rotter
970dfc0c44 article toolbar label btns follow rest of app style 2022-02-22 14:10:45 +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
beb9c5a263 work on nodejs int 2022-02-16 14:07:48 +01:00
Martin Rotter
a30823d42a fixed #638 2022-02-15 08:27:45 +01:00
Martin Rotter
f2415752ca do not require restart sometimes 2022-02-14 19:58:43 +01:00
Martin Rotter
521d6418fb fix #608 2022-02-14 15:10:28 +01:00
Martin Rotter
1ced5a33da save only loaded pages in settings 2022-02-13 19:25:11 +01:00
Martin Rotter
4ec98eb322 save 2022-02-11 15:19:05 +01:00
Martin Rotter
24b2b09f18 add maximize btn 2022-02-10 19:50:51 +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
da7ffc34a1 add banner, reorganiez feeds/messages settings 2022-02-09 07:45:46 +01:00
Martin Rotter
8948186144 tolower nodejs folder 2022-02-08 14:47:37 +01:00
Martin Rotter
c4d112db78 try to refactor cmake a bit 2022-02-08 10:42:50 +01:00
Martin Rotter
2190b5ef07 nodejs download btn 2022-02-08 07:59:46 +01:00
Martin Rotter
d9d9541d71 nodejs can install/update packages 2022-02-07 15:20:01 +01:00
Martin Rotter
4616488e1d show combobox tooltips for datetime formats for all items 2022-02-06 19:57:19 +01:00
Martin Rotter
8cb7c1c496 fully editable datetime format in msg list 2022-02-06 07:44:18 +01:00
Martin Rotter
5ef90cc691 better label 2022-02-05 19:21:32 +01:00
Martin Rotter
4199b9c7b7 fix import de-duplication 2022-02-03 12:41:21 +01:00
Martin Rotter
b76ce364c2 lazy load of categories of settings to speed up settings dialog opening 2022-02-02 14:34:34 +01:00
Martin Rotter
c360450e62 some work on nodejs integration 2022-02-02 10:06:45 +01:00
Martin Rotter
8f854b3e77 use qt_ui_wrap instead of AUTOUIC 2022-02-01 11:02:33 +01:00
Martin Rotter
a01ae48964 formatting 2022-02-01 08:59:14 +01:00
Martin Rotter
65d59eb70c Merge branch 'master' of github.com:martinrotter/rssguard 2022-02-01 08:16:52 +01:00
Martin Rotter
4b984b4fc0 ability to open URL of article directly with keystroke 2022-02-01 08:16:46 +01:00
Martin Rotter
88bb169922 Merge branch 'master' of github.com:martinrotter/rssguard 2022-01-31 19:23:03 +01:00
Martin Rotter
cfcdeef031 some UX 2022-01-31 19:22:54 +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
5bd740cc4b fix #604 2022-01-29 16:31:19 +01:00
Martin Rotter
cdc8f3e42a fix #587 and revert tabbar doc mode 2022-01-29 16:00:36 +01:00
Martin Rotter
4ecc40b008 fix acc keys 2022-01-28 12:01:21 +01:00
Martin Rotter
a35da080aa about dialog UX 2022-01-27 15:57:15 +01:00
Martin Rotter
f0d993451f indicate QT_STYLE_OVERRIDE usage in settings 2022-01-22 10:10:39 +01:00
Martin Rotter
cf01b38d70 some UI changes 2022-01-21 11:57:28 +01:00
Martin Rotter
6242bfa60c customize padding for msg list 2022-01-20 10:58:10 +01:00
Martin Rotter
bbf1f5bed1 remove some ex bits 2022-01-19 10:58:27 +01:00
Martin Rotter
d611d1d721 fix px size 2022-01-19 10:15:48 +01:00
Martin Rotter
b35a617f1a fix default font size in article viewer 2022-01-19 09:17:09 +01:00
Martin Rotter
f5856679d4 big refactoring of PR #588 2022-01-18 09:32:16 +01:00
igrekster
547754e83d
add feed option to load article URL in message preview (#588)
* add feed option to load article URL in message preview

Some RSS feeds (such as reddit.com) provide quite limited `content`
section, thus it is desirable to load the URL into the message preview.

* Support displayUrl for all feed types
2022-01-18 07:40:22 +01:00
Martin Rotter
d13f877402 fix problems with logging 2022-01-17 08:40:51 +01:00
Martin Rotter
19e9937712 tab order 2022-01-14 14:37:09 +01:00
Martin Rotter
17c233563a fixed #198 2022-01-14 14:13:44 +01:00
Martin Rotter
217a3c9706 fix #345 2022-01-14 08:15:45 +01:00
Martin Rotter
361a0f2b31 sync langs, work on nodejs integration 2022-01-14 07:50:48 +01:00
Martin Rotter
95a5341967 multiple UX fixes, fix #570, prepare for better integration of nodejs 2022-01-13 13:51:57 +01:00
Martin Rotter
b1d4bd93ec fix 5.12 build 2022-01-12 09:11:21 +01:00