Commit graph

44 commits

Author SHA1 Message Date
martinrotter
623caa7631
Multi select feeds list - basic implementation (#1148)
* Starting to work on this.

* Working, saving of common data in feeds could work

* Working, saving of common data in feeds could work

* work on standard

* save work

* work on multi feed select, should work now for feeds

* kind of works, there are some corner cases and UX things that need to be sorted out, will merge so people can test
2023-10-30 10:54:44 +01:00
Martin Rotter
bff766ba93 remove newsblur wip code, some work on toasts 2023-09-18 13:35:13 +02:00
Martin Rotter
9a2fb74b42 some refactoring! 2023-09-04 07:13:19 +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
238a18cbde refactor C++ includes 2023-08-16 20:44:38 +02:00
Martin Rotter
27295f10f9 work on probes, some other fixes 2023-08-16 09:26:08 +02:00
Martin Rotter
0e9a2e2595 add counting for queries 2023-08-15 10:14:27 +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
35beed0262 fixed #965 2023-06-02 12:54:04 +02:00
Martin Rotter
7868342a80 fix #918 2023-04-21 13:06:53 +02:00
Martin Rotter
9c9030ab01 #809 for categories too 2023-01-20 12:01:13 +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
344f8cfe8b sanitize std feed titles when saving, also fix their display in status bar 2021-11-03 07:13:49 +01:00
Martin Rotter
208ff870e9 trim start/end whitespace off feed title in lists 2021-10-21 09:16:07 +02:00
Martin Rotter
95ac855d16 clazy refactorings 2021-09-13 12:45:07 +02:00
Martin Rotter
04a493b7ba fix handling of feed update exceptions 2021-06-28 09:43:32 +02:00
Martin Rotter
591c345d07 fixed #444 2021-06-28 08:17:59 +02:00
Martin Rotter
fa31189357 replace message -> article 2021-06-22 07:20:37 +02:00
Martin Rotter
5100b5195a fixed #385 2021-05-07 07:25:53 +02:00
Martin Rotter
ac100496bb case insensitive search with regexps 2021-05-07 07:25:52 +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
1538c1261f refactoring with clazy 2021-05-07 07:21:31 +02:00
Martin Rotter
5cb6e9e791 fix export/import 2021-05-07 07:19:57 +02:00
Martin Rotter
db156ce4a7 save 2021-05-07 07:19:40 +02:00
Martin Rotter
14fc33755b Fixed #346. 2021-01-25 08:23:30 +01:00
Martin Rotter
0f4c9ecd64 use enum class wherever possible 2021-01-21 14:29:13 +01:00
Martin Rotter
684ee4d2b1 Work on labels, it is starting to look good. 2020-10-24 20:32:35 +02:00
Martin Rotter
0a79d07e01 Fix SQL error which made labels and message filters unusable when using MySQL. Also fixed bug in importing initial set of feeds for standard plugin. 2020-10-24 18:06:07 +02:00
Martin Rotter
02ffa583c3 Support mark read/unread action for "label" items. 2020-10-19 19:29:00 +02:00
Martin Rotter
ed56e7581b Work on labels, huge changes in plugin-base code, also working sync-in common logic, working label obtaining for TT-RSS. 2020-10-18 14:27:22 +02:00
Martin Rotter
44e467b9c7 Update counts of all/unread msgs with tags. 2020-10-08 19:37:52 +02:00
Martin Rotter
8a42fd43e5 Ability to update only items with custom auto-update interval. #88 2020-08-31 08:30:56 +02:00
Martin Rotter
c5bd83e6af Fixed #84 + properly display parent categories icon in "edit feed" dialog. 2020-08-28 07:37:49 +02:00
Martin Rotter
fe3b8f0a1f replace enum with enum class, some other refactorings. 2020-07-31 11:24:33 +02:00
Martin Rotter
a3d142034f debug next status 2020-07-29 07:51:48 +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
a136de363e Big refactorings. 2020-05-06 12:56:24 +02:00
Martin Rotter
f12c395e80 experimentally separate executable and core library 2019-06-10 09:54:18 +02:00
Renamed from src/services/abstract/rootitem.cpp (Browse further)