Commit graph

37 commits

Author SHA1 Message Date
Martin Rotter
542ae73b2b added feed filtering dropdown the same way as article filtering dropdown 2025-05-22 09:43:59 +02:00
Martin Rotter
70f9374494 bit enhanced drag/drop, now it is way more robust than it was before, there are still some cases when "workaround" behavior has to be used but it atleast now drops where/how it should 2024-07-25 13:25:33 +02:00
Martin Rotter
8537efc787 fetch newest releases of ytdlp and mpv automagically 2024-07-25 07:08:50 +02:00
Martin Rotter
527987b0dc restore expand state after item is no longer filtered out, fixes #1262 2024-04-10 12:18:21 +02:00
Martin Rotter
d99ad7f628 fixed #584 and some related small refactorings 2023-11-10 12:29:27 +01:00
Martin Rotter
bff766ba93 remove newsblur wip code, some work on toasts 2023-09-18 13:35:13 +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
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
59b80f784b working on persistent regexps + multiple of other fixes and small enhancements 2023-07-18 06:16:01 +02:00
Martin Rotter
bd89f2c247 gmail: fix crash and make labels changing work online 2023-07-03 06:53:42 +02:00
Martin Rotter
f4ee8ed8c8 fix init sqlite script 2023-06-02 14:08:24 +02:00
Martin Rotter
9ef2ae6341 better feed list filtering 2023-02-10 14:18:59 +01:00
Martin Rotter
2bc172dd24 more precise logic for dropping 2022-08-31 07:24:31 +02:00
Martin Rotter
d63035fe92 disable alphabetic sorting by default because now we have drag/drop reordering too 2022-08-27 10:10:08 +02:00
Martin Rotter
f63af3a051 items are now sortable with drag/drop 2022-08-26 13:50:41 +02:00
Martin Rotter
2d7f9bb289 remove Qt < 5.12 code as Qt 5.12 is now minimal req. version 2022-03-25 07:38:40 +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
8902594059 fix sorting 2022-03-08 09:21:09 +01:00
Martin Rotter
741c6ef682 cleanup manual sort partial implementation 2022-03-08 08:09:21 +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
70d915fc5c test filtering behavior 2022-01-08 17:30:37 +01:00
Martin Rotter
4de3db8000 make sure selected item does not disappear in some cases when filtering 2022-01-03 09:05:09 +01:00
Martin Rotter
7049e3ca6c some work on feed list filtering, now features "show unread only" and regex filtering actually works together, still thinking about how to solve #546 2021-12-21 14:46:27 +01:00
Martin Rotter
ac100496bb case insensitive search with regexps 2021-05-07 07:25:52 +02:00
Martin Rotter
f5b00e9186 fixed #380 - search in feeds 2021-05-07 07:25:52 +02:00
Martin Rotter
530b46a882 translation script 2021-05-07 07:22:57 +02:00
Martin Rotter
edfb956cd9 moved 3rd party code 2021-05-07 07:22:55 +02:00
Martin Rotter
092b862da9 Save. 2020-08-06 07:57:01 +02:00
Martin Rotter
fe3b8f0a1f replace enum with enum class, some other refactorings. 2020-07-31 11:24:33 +02:00
Martin Rotter
ac778109f5 Fix #247 - case insensitive sorting in feeds list. 2020-06-19 07:28:08 +02:00
Martin Rotter
0eb8d75608 Make message list more consistent when unread-msgs-only feature is active. 2020-06-16 07:49:09 +02:00
Martin Rotter
be027aaa95 Show "important" node even when "show unread items only" is selected and it has no unread messages. 2020-06-15 11:02:57 +02:00
Martin Rotter
c220a29b1a Fix build.... 2020-06-10 15:01:58 +02:00
Martin Rotter
0cd6e1c9a3 Start to work in "starred" node in feed list. 2020-06-09 14:56:32 +02:00
Martin Rotter
d7d3be2914 Replaced all foreach instances with for. 2020-06-03 09:54:52 +02:00
Martin Rotter
f12c395e80 experimentally separate executable and core library 2019-06-10 09:54:18 +02:00
Renamed from src/core/feedsproxymodel.cpp (Browse further)