Commit graph

59 commits

Author SHA1 Message Date
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
9934786c8c fix number of inserted articles when some article does not meet constraints 2022-02-03 09:21:07 +01:00
Martin Rotter
46f3e25e92 set DB schema version programmatically in a centralized way, use exceptions when things go wrong 2022-02-02 08:43:45 +01:00
Martin Rotter
6bc7b9796b smaller "margins" when multilining items 2022-01-19 11:37:28 +01:00
Martin Rotter
712a65f79a try to fix mariadb encoding problem 2022-01-18 12:30:02 +01:00
Martin Rotter
70b518e839 try to fix mariadb encoding problem 2022-01-18 11:28:38 +01:00
Martin Rotter
f5856679d4 big refactoring of PR #588 2022-01-18 09:32:16 +01:00
igrekster
547754e83d
add feed option to load article URL in message preview (#588)
* add feed option to load article URL in message preview

Some RSS feeds (such as reddit.com) provide quite limited `content`
section, thus it is desirable to load the URL into the message preview.

* Support displayUrl for all feed types
2022-01-18 07:40:22 +01:00
Martin Rotter
daa889ee95 fix #573 2022-01-09 08:51:58 +01:00
Martin Rotter
6dbe7a82db fix removing of db articles when older than days is 0 2021-12-14 14:39:57 +01:00
Martin Rotter
9e89d6314b update author when article arrives in some cases 2021-11-16 08:03:50 +01:00
Martin Rotter
9e0c9b49d4 try to fix situation where starred attribute is overwritten 2021-11-16 07:50:56 +01:00
Martin Rotter
729453a06a make it all work with qt6 2021-10-29 13:01:52 +02:00
Martin Rotter
2f39114e8a maybe some fixups for filtering with custom id + separate widths storing for layouts 2021-10-08 07:16:28 +02:00
Martin Rotter
f0ad4ff466 save 2021-09-23 15:01:22 +02:00
Martin Rotter
0eb6365721 new translate script 2021-09-23 11:25:19 +02:00
Martin Rotter
95ac855d16 clazy refactorings 2021-09-13 12:45:07 +02:00
Martin Rotter
e19ea3f59e fix problems with feedly messing up messages and also improve mergin algorithm a bit 2021-09-08 10:49:42 +02:00
Martin Rotter
ceb88b3c27 optional ignoring if contents changes in article updating 2021-09-08 10:03:41 +02:00
Martin Rotter
dbb59e49ea refactorings 2021-08-25 13:59:37 +02:00
Martin Rotter
d9fb5cd115 try to fix all executable bits, only set them for "executable" script files 2021-08-25 06:43:53 +02:00
Martin Rotter
ed39e029cd improved ID fetching right after bulk SQL insert 2021-08-19 07:23:13 +02:00
Martin Rotter
0198ac7a5e new way of manipulating IDs when update/insert msgs to allow label manipulation 2021-08-18 14:40:53 +02:00
Martin Rotter
81530935b7 remember expand state of "Labels" node 2021-08-16 08:58:44 +02:00
Martin Rotter
97f6c2c1ba do not store DB file in extra redundat "local" subfolder 2021-08-16 07:21:10 +02:00
Martin Rotter
4476dcf811 fix #465 2021-08-15 20:06:50 +02:00
Martin Rotter
c1dc8830d5 fix #422 2021-08-04 11:02:30 +02:00
Martin Rotter
2e9792ad59 lang sync 2021-08-03 08:59:11 +02:00
Martin Rotter
7911591e90 bulk SQL inserts 2021-08-02 14:30:34 +02:00
Martin Rotter
f522cf972e Use MEDIUMBLOB for MySQL as some icons are big. 2021-08-01 07:26:08 +02:00
Martin Rotter
a785da367e adaptive sync algorithm 2021-07-30 14:14:46 +02:00
Martin Rotter
dfc28bcd4e fix warning 2021-07-28 14:29:59 +02:00
Martin Rotter
843b4312b2 save current code and try to fix #453 2021-07-27 09:19:08 +02:00
Martin Rotter
68be51b99f minor fixes to feed updating logic 2021-07-26 09:25:11 +02:00
Martin Rotter
b0ed000f39 little fixes for #451 2021-07-25 09:56:45 +02:00
Martin Rotter
af30552364 very experimental solution for #451 2021-07-25 09:08:43 +02:00
Martin Rotter
75ce82bb49 provide local IDs 2021-07-14 14:52:27 +02:00
Martin Rotter
fd251a1e78 provide local IDs 2021-07-14 14:46:45 +02:00
Martin Rotter
6e51dd34b0 Save, currently broken 2021-06-25 13:36:23 +02:00
Martin Rotter
fa31189357 replace message -> article 2021-06-22 07:20:37 +02:00
Martin Rotter
c598d6af53 better names for actions WIP 2021-06-03 07:31:28 +02:00
Martin Rotter
544c52015e new lanaguage strings, synced, some warnings fixed 2021-05-07 09:29:15 +02:00
Martin Rotter
1c0c5aed92 make sure unread feeditem is updated when deleting stuff 2021-05-07 07:22:57 +02:00
Martin Rotter
19ba70fd4f script translates title too 2021-05-07 07:22:57 +02:00
Martin Rotter
530b46a882 translation script 2021-05-07 07:22:57 +02:00
Martin Rotter
40d32f3088 some refactorings, fixed #390 2021-05-07 07:22:56 +02:00
Martin Rotter
85760efb5d finalized refactorings 2021-05-07 07:21:33 +02:00
Martin Rotter
aa18d074a3 clazy refactoring, need to finish it later 2021-05-07 07:19:59 +02:00
Martin Rotter
95892001f6 Fix for auto qstringbuilder deduction 2021-05-07 07:19:59 +02:00