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
Martin Rotter
03bd2e2baa
fix some feedly stubborn feeds not having titles
2023-07-24 11:20:42 +02:00
Martin Rotter
aa372361ee
fix #1009
2023-07-24 07:50:51 +02:00
رشيد
a0102833c9
Update db_update_sqlite_3_4.sql
2023-07-22 17:07:45 +01:00
رشيد
a8a0f789e9
New Feature: Right-to-Left Layout for Feed Articles in RTL Languages
...
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:21:23 +01: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
2e2aba943c
Merge branch 'master' of github.com:martinrotter/rssguard
2023-07-10 10:14:31 +02:00
Martin Rotter
89c687c22f
fix crash when feed source is not correctly filled
2023-07-10 10:14:22 +02:00
martinrotter
b7c23d0be6
Update Documentation.md
2023-07-03 11:59:45 +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
Martin Rotter
cb6c49a36e
use manual http redirection all the times, this fixes some nonworking feeds with weird redirections
2023-07-03 07:10:05 +02:00
Martin Rotter
bd89f2c247
gmail: fix crash and make labels changing work online
2023-07-03 06:53:42 +02:00
Martin Rotter
b597e76baf
Merge branch 'master' of github.com:martinrotter/rssguard
2023-06-30 10:04:57 +02:00
Martin Rotter
0cd3d40322
fix #999
2023-06-30 09:00:55 +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
0906276850
goback
2023-06-28 11:25:08 +02:00
Martin Rotter
ac69b119e8
bump qt 6 to 6.5.1
2023-06-28 11:05:54 +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
4.4.0
2023-06-27 07:35:32 +02:00
Martin Rotter
e45965f52c
update lang
2023-06-26 11:20:10 +02:00
Martin Rotter
057738a78d
fix #943
2023-06-22 12:52:30 +02:00
Martin Rotter
64b33e3907
make filter, highlight btns more visually acceptable
2023-06-22 11:06:51 +02:00
Martin Rotter
eaf901fd9f
make highlighting ALSO work actually properly
2023-06-21 12:22:48 +02:00
Martin Rotter
d38ea35cd3
fix msg filter not saving its state when reseting to display all articles
2023-06-21 10:16:04 +02:00
Martin Rotter
4c238d2e05
try to use sql to display label names
2023-06-14 10:24:30 +02:00
Martin Rotter
d866378dfd
enhance performance when marking as read, unread
2023-06-14 08:08:54 +02:00
Martin Rotter
fdce396e94
save
2023-06-12 15:10:01 +02:00
Martin Rotter
ffb4045caf
rename job
2023-06-12 13:10:51 +02:00
Martin Rotter
da4acf9044
sort labels in article previewer alphabetically - fixes #978
2023-06-12 08:03:15 +02:00
Martin Rotter
1cc9b1d773
Merge branch 'master' of github.com:martinrotter/rssguard
2023-06-12 07:55:45 +02:00
Martin Rotter
bca8012b46
fix article plaintext mode detection for #979
2023-06-12 07:55:37 +02:00
Guilherme Silva
4d0bd83010
ci: only replace dev builds if all jobs succeed ( #980 )
...
Previously, development binaries were uploaded as soon as their build
job succeeded.
However, because we build for many operating systems (with different
configurations), sometimes a build would succeed on Windows, but not on
Linux, for example.
When that happened, the GitHub Releases page for development builds
would be missing binaries for some OSes, because we were removing _all_
previous binaries before we even invoked CMake.
Now, we only replace the previous development builds if _all_ build
jobs succeed.
2023-06-12 07:49:56 +02:00
Martin Rotter
4784baad48
much faster label menu showing
2023-06-12 07:44:08 +02:00
Martin Rotter
f9dd00df84
sqů fix
2023-06-09 11:41:20 +02:00
Martin Rotter
30a471a6fe
for mysql too
2023-06-09 11:19:13 +02:00
Martin Rotter
4b5a503bc8
bulk refreshing of article counts of all labels is now hugely faster
2023-06-09 11:17:27 +02:00
Martin Rotter
83e3126343
fix window remembering its correct location
2023-06-09 08:22:35 +02:00
Martin Rotter
a452f548bc
fix build
2023-06-09 07:54:49 +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
fd86810fce
append versions to db backups
2023-06-06 07:47:49 +02:00
Martin Rotter
f925bf3a77
initial work on supporting embedded categories/labels in feeds/entries
2023-06-06 07:35:07 +02:00