Commit graph

551 commits

Author SHA1 Message Date
Martin Rotter
fe72cd1564 couple of fixes for #1133 and working on other parsing things 2023-10-16 08:56:23 +02:00
Martin Rotter
edf696bae2 totally reworked process argument tokenization, allow to use both single and double quotes and removing some other limitation 2023-10-09 11:12:14 +02:00
Martin Rotter
4998f6f7cb reaload article list when doing some ops in list notification, also react to middle button 2023-10-05 09:07:46 +02:00
Martin Rotter
22c5cd56fa selecting articles from notifications work 2023-10-04 14:44:31 +02:00
Martin Rotter
8d288aae49 updated nodejs package versions, work on article notification, some related nice fixes 2023-10-03 09:20:26 +02:00
Martin Rotter
46fe50df91 work on toasts, unify article sanitization 2023-09-22 07:24:55 +02:00
Martin Rotter
e3e1929436 save, work on toasts 2023-09-20 07:20:08 +02:00
Martin Rotter
bff766ba93 remove newsblur wip code, some work on toasts 2023-09-18 13:35:13 +02:00
Martin Rotter
6e0bcdb872 work on toasts 2023-09-14 15:42:45 +02:00
Martin Rotter
1cfcc0b952 save work 2023-09-13 14:09:18 +02:00
Martin Rotter
7e489dcbb9 Merge branch 'master' of github.com:martinrotter/rssguard 2023-09-13 07:00:39 +02:00
Martin Rotter
3f645ef2bd fix #1098 and some related stuff 2023-09-12 20:16:51 +02:00
Martin Rotter
9745f29547 work on toasts 2023-09-12 09:02:00 +02:00
Martin Rotter
6adf971277 disable polls, i forgot to disable 2023-09-05 11:52:07 +02:00
Martin Rotter
c37eadea07 make displaying of huge article lists faster due to optimizations in how article list filtering is handled 2023-09-05 10:24:37 +02:00
Martin Rotter
9a2fb74b42 some refactoring! 2023-09-04 07:13:19 +02:00
Martin Rotter
394b342c12 fixing macosx builds 2023-08-29 07:28:16 +02:00
Martin Rotter
2deb6446eb fix wrong stuff when doing backup of DB - was not working because of WAL journalling mode 2023-08-25 11:30:59 +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
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