Commit graph

242 commits

Author SHA1 Message Date
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
Martin Rotter
b442d9fb84 display unread counts in title too 2022-02-24 08:31:45 +01:00
Martin Rotter
521d6418fb fix #608 2022-02-14 15:10:28 +01:00
Martin Rotter
1ced5a33da save only loaded pages in settings 2022-02-13 19:25:11 +01:00
Martin Rotter
c4d112db78 try to refactor cmake a bit 2022-02-08 10:42:50 +01:00
Martin Rotter
d9d9541d71 nodejs can install/update packages 2022-02-07 15:20:01 +01:00
Martin Rotter
b76ce364c2 lazy load of categories of settings to speed up settings dialog opening 2022-02-02 14:34:34 +01:00
Martin Rotter
4b984b4fc0 ability to open URL of article directly with keystroke 2022-02-01 08:16:46 +01:00
Martin Rotter
5bd740cc4b fix #604 2022-01-29 16:31:19 +01:00
Martin Rotter
4ecc40b008 fix acc keys 2022-01-28 12:01:21 +01:00
Martin Rotter
a35da080aa about dialog UX 2022-01-27 15:57:15 +01:00
Martin Rotter
cf01b38d70 some UI changes 2022-01-21 11:57:28 +01:00
Martin Rotter
217a3c9706 fix #345 2022-01-14 08:15:45 +01:00
Martin Rotter
95a5341967 multiple UX fixes, fix #570, prepare for better integration of nodejs 2022-01-13 13:51:57 +01:00
Martin Rotter
0a42d50e54 fix #562 2021-12-22 09:48:08 +01:00
Martin Rotter
d7468dc769 missing icons in article filters dialog 2021-11-29 07:56:21 +01:00