Commit graph

531 commits

Author SHA1 Message Date
Martin Rotter
9e2d6f9ce8 lang update, better localization settings page 2023-08-17 12:54:53 +02:00
Martin Rotter
ed2e9e2ce6 New translations, fixed build. 2023-08-17 09:04:54 +02:00
Martin Rotter
32f086a089 remove some files 2023-08-17 08:40:48 +02:00
Martin Rotter
238a18cbde refactor C++ includes 2023-08-16 20:44:38 +02:00
Martin Rotter
27295f10f9 work on probes, some other fixes 2023-08-16 09:26:08 +02:00
Martin Rotter
492715e381 save memory DB before DB is backuped 2023-08-11 11:29:09 +02:00
Martin Rotter
a8e844e88d fix UNREAD ARTICLES translation not showing 2023-08-11 10:17:32 +02:00
Martin Rotter
1bbb6d9fe9 load localization early 2023-08-11 08:36:23 +02:00
Martin Rotter
aed4ba6639 Disable automatic dark-mode activation depending on OS settings. 2023-08-10 13:37:30 +02:00
Martin Rotter
c82c39bfa9 lang sync 2023-08-09 15:51:12 +02:00
Martin Rotter
68bc0ac536 recalculate articles after article filters dialog is closed 2023-08-04 12:49:43 +02:00
Martin Rotter
b5c693ec42 add #1032 but in a different way 2023-08-04 07:19:52 +02:00
Martin Rotter
0e7899d690 refresh langs and fix dumb message on exit 2023-08-03 10:54:14 +02:00
martinrotter
cd8ba3da17
Merge pull request #1019 from RachidTagzen/master
New Features: Avoid Downloading Old Articles to Preserve a Small Database & Supporting RTL
2023-07-31 09:50:47 +02:00
Martin Rotter
388c9297ac even better implementation of RTL which now works even when parent node is selected and RTL is automatically correctly decided for each individual article 2023-07-31 09:49:37 +02:00
Martin Rotter
066221e2ef make article previewers support RTL too, atleast naive approach at this point 2023-07-28 11:07:57 +02:00
Martin Rotter
eac7bf10a8 fix metatypes not registered for showguimessage invocation 2023-07-27 08:49:22 +02:00
Martin Rotter
3c85ff8d12 fix metatypes not registered for showguimessage invocation 2023-07-27 08:47:46 +02:00
Martin Rotter
4596dceb8f fix metatypes not registered for showguimessage invocation 2023-07-27 08:42:41 +02:00
Martin Rotter
96910ee97d refactoring random colors 2023-07-27 07:15:04 +02:00
Martin Rotter
48ed8497ea use invoking when displaying messageboxes to avoid crashes when called directly from non-gui thread 2023-07-26 06:52:02 +02:00
Martin Rotter
8ecff5763b fix crash on windows 2023-07-25 10:06:23 +02:00
Martin Rotter
4694696c5d generate just a bit better colors using HSV model 2023-07-25 09:38:11 +02:00
Martin Rotter
7d62aa44fc make readability use skins colors 2023-07-25 08:55:18 +02:00
رشيد
a5366e8a68 RTL layout direction to feeds
I added a feature that lets change the feed's articles from right to left for languages such as Arabic, Urdu, Hebrew, Farsi...
To enable it :  **The desired feed -> Edit selected item -> Articles -> Right-to-left layout**.

![LTR](https://github.com/martinrotter/rssguard/assets/25085777/a555d38d-a066-44d2-b0d0-158daae4ac2b)
![RTL](https://github.com/martinrotter/rssguard/assets/25085777/81cde3e3-f645-4c2b-a46a-d60aa5f54bd7)
2023-07-22 16:00:18 +01:00
Martin Rotter
c76320fbcd better code flow when app starts + correctly show number badge when tray icon is active on windows startup + correctly show tray messages on app startup + remove some redundant code 2023-07-21 10:06:06 +02:00
Martin Rotter
81f4b1102b make sure to show log when needed 2023-07-18 09:58:26 +02:00
Martin Rotter
59b80f784b working on persistent regexps + multiple of other fixes and small enhancements 2023-07-18 06:16:01 +02:00
Martin Rotter
a10d6e2384 fix logic when NOT using skins colors but make applying custom colors from settings work, great flexibility now 2023-07-03 08:40:56 +02:00
koplo199
0aca0874aa
Fix #992 (#998) 2023-06-30 08:57:51 +02:00
Martin Rotter
649ea75ea8 tweak dark palette behavvior bit more precise 2023-06-29 11:19:51 +02:00
Martin Rotter
860ccdb611 fix #992 + work on gmail 2023-06-29 10:53:46 +02:00
Martin Rotter
1b093aa0f0 gmail fetch labels too + fix label not updating its article count 2023-06-28 10:48:28 +02:00
Martin Rotter
f1d98bbc89 changelog 2023-06-27 07:35:32 +02:00
Martin Rotter
bca8012b46 fix article plaintext mode detection for #979 2023-06-12 07:55:37 +02:00
Martin Rotter
a35be95d07 fix #948, work on label performance 2023-06-09 07:39:26 +02:00
Martin Rotter
a3442c1829 fix #973 2023-06-06 08:24:25 +02:00
Martin Rotter
df7e9109b1 add button to clear web cache and storage - in Tools menu 2023-05-11 08:00:22 +02:00
Martin Rotter
4ed6f9c2da support very fast auto-fetch intervals 2023-05-04 09:11:25 +02:00
Martin Rotter
fb2c439b40 fix gmail attachment names encoding + other gmail stuff 2023-04-20 08:46:50 +02:00
Martin Rotter
083173c8c4 fix #424 2023-04-14 11:06:16 +02:00
Martin Rotter
9a25aceaa8 try to fixx #910 2023-04-12 07:57:54 +02:00
Martin Rotter
05b2a82559 some code to deal with dark mode and colors inherited from OS 2023-04-05 14:07:44 +02:00
Martin Rotter
d5444981c4 fix article deduplication 2023-04-05 12:52:17 +02:00
Martin Rotter
b91db35eb5 fix qt5 build 2023-03-29 09:20:31 +02:00
Martin Rotter
1a0144a08f try to fix freezing when updating feeds with new Qt 2023-03-29 08:34:57 +02:00
Martin Rotter
86fa39fc56 lang sync 2023-03-22 14:33:17 +01:00
Martin Rotter
c1f5029e8b fixed wrong word wrap mode for plain-text-based feeds, fixes #900 2023-03-17 08:12:46 +01:00
Martin Rotter
163f012b71 attempt to solve #898 2023-03-13 14:15:48 +01:00
Martin Rotter
546a674ebf fixed #725 2023-02-02 14:59:01 +01:00