Commit graph

191 commits

Author SHA1 Message Date
Martin Rotter
aa372361ee fix #1009 2023-07-24 07:50:51 +02:00
Martin Rotter
89c687c22f fix crash when feed source is not correctly filled 2023-07-10 10:14:22 +02:00
Martin Rotter
f925bf3a77 initial work on supporting embedded categories/labels in feeds/entries 2023-06-06 07:35:07 +02:00
Martin Rotter
daf0ca4636 fix #953 and some missing icon 2023-05-11 09:01:25 +02:00
Martin Rotter
0891600884 fix #945 2023-05-05 08:55:58 +02:00
Martin Rotter
eac63ff867 fixed #388 2023-04-21 08:03:40 +02:00
Martin Rotter
6d251dd34c fix #913 2023-04-12 06:35:30 +02:00
Martin Rotter
c41ca13ad1 fix using custom account-wide proxy when importing feeds 2023-04-05 11:24:31 +02:00
Martin Rotter
9de62b46ed fix #911 2023-04-04 15:35:58 +02:00
Martin Rotter
287e1dacf6 potential fix for #904 2023-04-03 10:33:19 +02:00
Martin Rotter
b91db35eb5 fix qt5 build 2023-03-29 09:20:31 +02:00
Martin Rotter
1a0144a08f try to fix freezing when updating feeds with new Qt 2023-03-29 08:34:57 +02:00
Martin Rotter
f896860f75 rename, fix build 2023-03-17 08:45:43 +01:00
Martin Rotter
eeedf8b1a5 work on #909 2023-03-16 15:02:06 +01:00
Martin Rotter
932222bf58 some minor enhancements for OPML import + gmail email viewer uses skin styling, same as classic articles 2023-03-16 07:37:49 +01:00
Martin Rotter
8488759718 fix crash when importing opml 2023-01-30 11:12:37 +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
0e73a3c061 Merge branch 'master' of github.com:martinrotter/rssguard 2023-01-04 07:00:16 +01:00
Martin Rotter
1cdb975fcd save 2023-01-04 06:57:14 +01:00
Martin Rotter
73cbbe55e0 brutal speed enhancement of OPML/TXT import when fetching metadata 2023-01-03 20:11:49 +01:00
Martin Rotter
9705f2772d fix build 2023-01-03 13:53:30 +01:00
Martin Rotter
854c7515d6 fix build 2023-01-03 13:38:55 +01:00
Martin Rotter
b5cb2f7f1e fix build 2023-01-03 13:25:02 +01:00
martinrotter
8347a8cb2f
Concurrent import (#864)
* save

* save

* save
2023-01-03 13:07:34 +01:00
Martin Rotter
e4e98b861a disable UI elements when importing correctly 2022-12-29 20:12:22 +01:00
Martin Rotter
a4e7b97c18 accept XML as valid OPML file name suffix 2022-12-29 20:08:23 +01:00
Martin Rotter
4f45ce40ea fix #848 - added a way to specify common post-process filter when importing feeds 2022-12-08 10:45:42 +01:00
Martin Rotter
6358e8aa0e scaled all downloaded icons to 48x48 to avoid DB size exploding 2022-12-07 10:01:19 +01:00
Martin Rotter
f3168f880c build fix 2022-12-07 09:37:25 +01:00
Martin Rotter
548f10aab1 do not use hardcoded image formats, load dynamically - fixes #834 for Qt-6 based builds 2022-12-07 09:25:36 +01:00
Martin Rotter
de09d34618 typo! 2022-12-07 08:05:48 +01:00
Martin Rotter
5029529d43 fix app debug log dialog crash 2022-12-02 07:39:43 +01:00
Martin Rotter
19c3577b6c add premade filters option to article filters 2022-11-21 09:05:17 +01:00
Martin Rotter
b3216c570b fix main window state saving in qt6 2022-09-15 09:01:25 +02:00
Martin Rotter
3d93a40284 windowsvista style default on windows 2022-08-26 10:53:54 +02:00
Martin Rotter
52798f9ed2 fix #685 2022-04-09 18:44:32 +02: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
3f59abae2a working feed operations regarding to sort order, categories and accounts to go 2022-03-15 09:34:40 +01:00
Martin Rotter
5f14f2cc82 make deleting of feeds work with sort order 2022-03-14 16:10:35 +01:00
Martin Rotter
2100573a14 some minor UX tweaks for feed/category dialogs 2022-03-07 09:04:59 +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
6e8d4953e0 expand networkresult 2022-02-18 12:35:38 +01:00
Martin Rotter
e3e09d1534 properly de-HTML author/title of rss/atom/json entries 2022-02-12 19:50:47 +01:00
Martin Rotter
b190d040f2 use network proxy on all places where feed is guessed 2022-02-08 13:35:21 +01:00
Martin Rotter
617040c275 unify json parser 2022-02-06 19:39:25 +01:00
Martin Rotter
91573ec11d unified abstraction in RSS/RDF/ATOM parsers, improved support for RDF/modules 2022-02-05 18:56:38 +01:00
Martin Rotter
3052b45726 move parsers to folder 2022-02-05 09:29:32 +01:00
Martin Rotter
4199b9c7b7 fix import de-duplication 2022-02-03 12:41:21 +01:00
Federico Guerinoni
689403ad4e
Ignore same source when import from file (#619)
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
2022-02-03 12:29:36 +01:00