Commit graph

207 commits

Author SHA1 Message Date
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
59b80f784b working on persistent regexps + multiple of other fixes and small enhancements 2023-07-18 06:16:01 +02:00
Martin Rotter
83e3126343 fix window remembering its correct location 2023-06-09 08:22:35 +02:00
Martin Rotter
58cf78b7f0 workin on it... 2023-06-01 09:27:32 +02:00
Martin Rotter
daf0ca4636 fix #953 and some missing icon 2023-05-11 09:01: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
d0b69cbdcb fix #933 + work on richtext 2023-05-02 08:29:13 +02:00
Martin Rotter
7868342a80 fix #918 2023-04-21 13:06:53 +02:00
Martin Rotter
e33599b862 fixed #408 2023-04-21 09:33:43 +02:00
Martin Rotter
134a0c983a fixed #408 2023-04-21 09:33:01 +02:00
Martin Rotter
47b5156374 fixed #408 2023-04-21 09:32:12 +02:00
Martin Rotter
d5444981c4 fix article deduplication 2023-04-05 12:52:17 +02:00
Martin Rotter
806cb57ccd preparations for #746 2023-03-24 14:08:03 +01:00
Martin Rotter
ac8629c751 better article list filtering 2023-02-10 14:04:42 +01:00
Martin Rotter
0d9521a33c fix #545 and also clear lineedits on ESC 2023-02-08 08:46:38 +01:00
Martin Rotter
92c00c0c8a fixed #889 2023-02-01 12:05:57 +01:00
Martin Rotter
3cf0fe8763 allow for skins to specify default app-wide font, some other subfixes to allow for proper functionality 2023-01-31 14:47:20 +01:00
Martin Rotter
10e02edee5 enhance info in abouzt dialog 2023-01-31 08:02:38 +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
0571bec512 bump version, fix end of feed fetching 2023-01-05 13:56:04 +01:00
martinrotter
454cca6711
Add workaround for a macOS-only Qt crash (#866)
QTBUG: https://bugreports.qt.io/browse/QTBUG-102107

Co-authored-by: guihkx <626206+guihkx@users.noreply.github.com>
2023-01-04 14:17:38 +01:00
Martin Rotter
a3a77211d0 added no-duplicates premade article filter + implemented dialog-based application log viewer 2022-12-01 08:17:39 +01:00
Martin Rotter
19c3577b6c add premade filters option to article filters 2022-11-21 09:05:17 +01:00
Martin Rotter
8c410a831f bit of refactoring! 2022-10-26 13:04:05 +02:00
Martin Rotter
a0c279130e add focus to edit tag dialog 2022-10-21 06:59:47 +02:00
Martin Rotter
b3216c570b fix main window state saving in qt6 2022-09-15 09:01:25 +02:00
Martin Rotter
191b503050 make webengine profile actually WORK, working user-data cache path working 2022-09-06 14:34:55 +02:00
Martin Rotter
cc014dc1dd fix problems when switching alphabetic/manual sorting + add auto-expand delay 2022-08-29 08:19:56 +02:00
Martin Rotter
65e232d2d2 fix main window visibility switching 2022-08-15 09:13:13 +02:00
Martin Rotter
3b064d8e34 fix for #732 + some related changes 2022-05-11 11:11:15 +02:00
Martin Rotter
e6e5167294 changelog, some tweaks 2022-04-29 08:22:58 +02:00
Martin Rotter
fec397c855 expanded folder info in about dialog 2022-04-29 07:56:57 +02:00
Martin Rotter
cec08b4eb5 rough implementation of automatic image loading in articles 2022-04-26 12:37:03 +02:00
Martin Rotter
ac1b88b481 try to fix #697 upstream 2022-04-21 09:23:29 +02:00
Martin Rotter
3e827ab954 bit better about -> resources 2022-04-20 08:20:17 +02:00
brkgbr
e3096aee4f
Extend filtering (#678)
* Unified naming in message highlighter related code

* Added extended filtering logic

* Added UI for extended filtering

* Removed ShowOnlyUnreadMessages from Articles menu

* Added filter to messagestoolbar defaults

* Implemented QToolButton state saving

* Review fixes

* Changed titles for article filter buttons
2022-04-09 07:14:25 +02:00
Martin Rotter
3f402b1861 redesign licenses in about 2022-04-07 12:58:23 +02:00
Martin Rotter
c713b02b13 fix 679 2022-04-07 10:30:07 +02:00
Martin Rotter
ded2ce26eb API for custom article previwer per account 2022-03-30 14:01:09 +02:00
Martin Rotter
f571a2d01b Initial PoC for litehtml integration. 2022-03-25 14:28:34 +01:00
Martin Rotter
62691d9813 fix missing icon 2022-03-25 07:34:27 +01:00
Martin Rotter
136ac3dce6 show markdown changelog in about 2022-03-22 08:44:38 +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
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
84aa24255c working on manual sorting, it is starting to get shape, some problems arised but I will either solve them or declare them to actually be features 2022-03-04 14:14:37 +01:00
Martin Rotter
7f5d1473a3 Shitload of changes, save it.
Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00
Martin Rotter
a52d703e4b refactoring and adding of taskbar overlay icon 2022-02-24 11:44:05 +01:00