Commit graph

1902 commits

Author SHA1 Message Date
Martin Rotter
2f382248c7 fix qt6 build, qt5 will fix soon, this is because openssl1 was removed from Qt SDK repository, will have to likely compile myself? 2023-09-25 07:31:43 +02:00
Martin Rotter
4b378beda2 fix compilation error + bump Qt again as it was not the problem 2023-09-23 20:23:03 +02:00
Martin Rotter
46fe50df91 work on toasts, unify article sanitization 2023-09-22 07:24:55 +02:00
Martin Rotter
c84e36a234 revert qt version 2023-09-18 08:37:48 +02:00
Martin Rotter
31612e90b2 Merge branch 'master' of github.com:martinrotter/rssguard 2023-09-12 09:02:06 +02:00
Martin Rotter
9745f29547 work on toasts 2023-09-12 09:02:00 +02:00
Reilly Brogan
481aca380e
Make it a fatal error if USE_SYSTEM_SQLITE=ON is set but system SQLite3 isn't found (#1095) 2023-09-10 20:34:26 +02:00
Martin Rotter
394b342c12 fixing macosx builds 2023-08-29 07:28:16 +02:00
Martin Rotter
b091ef635e build script 2023-08-28 13:46:03 +02:00
Martin Rotter
3ef18ff672 bump qt versions, we need those 2023-08-28 13:14:45 +02:00
Guilherme Silva
489967d255
Remove <pre> tags from Linux's AppData file (#1074)
The specification does not allow them:

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
2023-08-25 09:25:11 +02:00
Martin Rotter
be5bc5ff00 try to lower qt version 2023-08-25 06:37:12 +02:00
Martin Rotter
7175578b65 docs, changelog 2023-08-24 13:27:58 +02:00
Martin Rotter
d8d9efa67a Fix RC info. 2023-08-23 11:54:07 +02:00
Martin Rotter
8644ac3882 changelog 2023-08-23 11:42:34 +02:00
Martin Rotter
c639f18c90 add exec bit to scripts 2023-08-23 09:13:05 +02:00
Martin Rotter
fa7d262234 exec bit fuckedup 2023-08-23 09:08:40 +02:00
Martin Rotter
f742a3de3f work on docs 2023-08-23 08:32:38 +02:00
Martin Rotter
87c5abec12 set add_any_datetime... to 0 when migrating DB to be consistent 2023-08-22 10:28:43 +02:00
Guilherme Silva
1b1df7f52d
Update Linux screenshot (#1065) 2023-08-21 10:27:29 +02:00
Martin Rotter
c70c1ec5da new location for official pictures 2023-08-21 09:01:34 +02:00
Martin Rotter
ac4836d140 work on docs 2023-08-20 18:43:14 +02:00
RonnyTNL
bc9ccef04c
clang-format - newer version 16.0.6 (#1062)
clang-format - newer version 16.0.6 - test
2023-08-18 22:29:44 +02:00
Martin Rotter
0abef3faac new initial feeds 2023-08-18 18:11:41 +02:00
Martin Rotter
dd8d890ca0 changelog 2023-08-17 10:07:20 +02:00
Martin Rotter
41ffae5c22 change link to localization 2023-08-17 09:20:44 +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
3dc744a9a0 metainfo! 2023-08-11 10:14:16 +02:00
Martin Rotter
c1b66eea34 better 2023-08-11 09:42:56 +02:00
Martin Rotter
163096a1bc metainfo! 2023-08-11 09:39:23 +02:00
Martin Rotter
716c8f4f30 add qtbase nl and update couple of others 2023-08-11 08:42:13 +02:00
Martin Rotter
3c1f069c48 lang sync + multiple fixes around #1039 2023-08-08 10:30:45 +02:00
Martin Rotter
2a73af8347 prepare changelog, change version 2023-08-07 10:58:31 +02:00
Martin Rotter
ad94ce2f0e fix db v7 schema migration sql code 2023-08-06 07:52:09 +02:00
Martin Rotter
62a36197e4 sql for probes 2023-08-04 14:11:31 +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
dbad3978a5 some initial fixes and refactorings for the PR 2023-07-26 09:09:42 +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
martinrotter
b7c23d0be6
Update Documentation.md 2023-07-03 11:59:45 +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
f1d98bbc89 changelog 2023-06-27 07:35:32 +02:00
Martin Rotter
f4ee8ed8c8 fix init sqlite script 2023-06-02 14:08:24 +02:00
Martin Rotter
6d06954825 fix mysql-related SQL 2023-06-02 08:33:08 +02:00
Martin Rotter
b4b095b980 more work! 2023-06-01 13:46:00 +02:00
Martin Rotter
58cf78b7f0 workin on it... 2023-06-01 09:27:32 +02:00
vtvrv
5620237e78
Improve nvidia-driver scraper readability (#958) 2023-05-24 13:31:54 +02:00