Commit graph

91 commits

Author SHA1 Message Date
Martin Rotter
037633d977 adding and loading of probes works 2023-08-09 12:41:48 +02:00
Martin Rotter
fab52641c6 some inconsistency in RTL, newspaper view would have to be really well rewritten to make it usable 2023-08-07 08:53:03 +02:00
Martin Rotter
ae28339a83 fix wrong sql for article-only table queries 2023-08-01 12:15:52 +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
43cdc5f128 make feed settings consistent with database 2023-07-26 11:03:59 +02:00
Martin Rotter
dbad3978a5 some initial fixes and refactorings for the PR 2023-07-26 09:09:42 +02: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
1b093aa0f0 gmail fetch labels too + fix label not updating its article count 2023-06-28 10:48:28 +02:00
Martin Rotter
4c238d2e05 try to use sql to display label names 2023-06-14 10:24:30 +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
fb339ca7a0 bunch of labels-related fixes, even some performance optimizations 2023-06-02 12:21:19 +02:00
Martin Rotter
6d06954825 fix mysql-related SQL 2023-06-02 08:33:08 +02:00
Martin Rotter
1d19f49a45 some more label ops working 2023-06-01 14:11:45 +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
Martin Rotter
ee68d07db2 Revert "experimentally disable some SQL to make performance impact check"
This reverts commit fadd29ecd9.
2023-05-31 07:22:08 +02:00
Martin Rotter
fadd29ecd9 fix article previewer toolbar behavior for many labels + experimentally disable some SQL to make performance impact check 2023-05-15 09:18:56 +02:00
Martin Rotter
e08bb40822 fix special toolbuttons not adopting app-wide toolbutton style
also add better logic for determining which article states
are changed when synchronizing article state changes
2023-04-19 11:25:22 +02:00
Martin Rotter
287e1dacf6 potential fix for #904 2023-04-03 10:33:19 +02:00
Martin Rotter
eeedf8b1a5 work on #909 2023-03-16 15:02:06 +01:00
Martin Rotter
a96024aebd cleanup lbls logic a bit 2023-02-01 10:51:50 +01:00
Martin Rotter
65bb9a45ca work on labels management in feed fetch loop, there was hidden bug before, now possibly still broken, but atleast i found it and know what todo 2023-01-30 14:22:54 +01:00
Martin Rotter
ff3d1e5e8e bit more robust db sync 2023-01-11 14:47:51 +01:00
Martin Rotter
ebfd27c742 update unread counts after batched feed fetch 2023-01-11 13:43:51 +01:00
Martin Rotter
1f988b8a60 fix some DB race conditions, fix some bulk insert SQL formatting bugs along the way 2023-01-11 12:31:07 +01:00
Martin Rotter
ffc9c74900 some cleanups, remove DB transactins support as it is now useless 2023-01-09 14:44:41 +01:00
Martin Rotter
d5a02c098f work on #745 2022-12-03 09:28:26 +01:00
Martin Rotter
085df4cd4d workiing 2022-09-16 13:17:02 +02:00
Martin Rotter
a10cc039f1 save 2022-09-16 09:15:48 +02:00
Martin Rotter
94983a3b41 implement #723 2022-09-15 14:28:48 +02:00
Martin Rotter
e227a8db1b fixed #579 2022-03-22 08:14:41 +01:00
Martin Rotter
c6cfb2e5df experimental implementation of #302 2022-03-16 08:14:50 +01:00
Martin Rotter
6ec12602a2 save 2022-03-15 16:01:27 +01:00
Martin Rotter
aacf24726b can remove categories and accs, now to make proper changes of parents 2022-03-15 15:46:18 +01:00
Martin Rotter
a312d02a07 can sort cats and accs too, need to revisit removing of accounts and categories and also moving to parents 2022-03-15 14:50:20 +01:00
Martin Rotter
3f59abae2a working feed operations regarding to sort order, categories and accounts to go 2022-03-15 09:34:40 +01:00
Martin Rotter
2ef9a373b3 force UI colors -> use skin colors + related adjustments 2022-03-15 06:49:05 +01:00
Martin Rotter
5f14f2cc82 make deleting of feeds work with sort order 2022-03-14 16:10:35 +01:00
Martin Rotter
c03e31a26a work on man. sort, now can move bottom/top for feed 2022-03-14 14:06:29 +01:00
Martin Rotter
73f6e602ac fixup after revert 2022-03-14 09:24:52 +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
741c6ef682 cleanup manual sort partial implementation 2022-03-08 08:09:21 +01:00
Martin Rotter
f9724ec5d2 bump min qt 5 version, save 2022-03-08 07:42:46 +01:00
Martin Rotter
82df4d619a adding feeds works 2022-03-07 11:26:03 +01:00
Martin Rotter
109b91c13d adding categories works 2022-03-07 09:44:36 +01:00
Martin Rotter
2100573a14 some minor UX tweaks for feed/category dialogs 2022-03-07 09:04:59 +01:00