Martin Rotter
cc014dc1dd
fix problems when switching alphabetic/manual sorting + add auto-expand delay
2022-08-29 08:19:56 +02:00
Martin Rotter
f63af3a051
items are now sortable with drag/drop
2022-08-26 13:50:41 +02:00
Martin Rotter
e80331e88c
context menu
2022-03-28 14:28:58 +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
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
5f14f2cc82
make deleting of feeds work with sort order
2022-03-14 16:10:35 +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
6242bfa60c
customize padding for msg list
2022-01-20 10:58:10 +01:00
Martin Rotter
b1d4bd93ec
fix 5.12 build
2022-01-12 09:11:21 +01:00
Martin Rotter
6cbcef3ee5
test filtering behavior
2022-01-08 17:35:41 +01:00
Martin Rotter
70d915fc5c
test filtering behavior
2022-01-08 17:30:37 +01:00
Martin Rotter
d043e8c227
changelog
2022-01-07 13:40:40 +01:00
Martin Rotter
bdc00d5fe3
raw fixes for #546
2022-01-07 12:49:05 +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
c7fb0d221c
think
2021-12-21 15:04:41 +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
71dd65aef9
fix setting row height in lists of feeds and messages
2021-11-02 09:32:47 +01:00
Martin Rotter
00dee012f1
implement temporary status bar messages
2021-11-01 13:59:21 +01:00
Martin Rotter
a87e09d49a
respect auto-expand policy when moving around with select next/previous item shortcuts in feeds list
2021-09-27 10:29:13 +02:00
Martin Rotter
9af79b3ca3
allow backspace for message restore, add backend for restricted shortcut mode for article/feed view
2021-09-14 10:47:24 +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
81530935b7
remember expand state of "Labels" node
2021-08-16 08:58:44 +02:00
Martin Rotter
56948c1238
fix #459
2021-08-09 08:20:02 +02:00
Martin Rotter
fa31189357
replace message -> article
2021-06-22 07:20:37 +02:00
Martin Rotter
50e1d79c42
work on notifications
2021-06-18 13:42:31 +02:00
Martin Rotter
a567674634
fix #344 , polish docs a bit
2021-05-07 07:25:54 +02:00
Martin Rotter
fa78b8f1ec
refactoring, moved some files
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
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
6acbac4421
Fix #389 .
2021-05-07 07:21:34 +02:00
Martin Rotter
aa18d074a3
clazy refactoring, need to finish it later
2021-05-07 07:19:59 +02:00
Martin Rotter
f29ea98bbb
Save work on DB layer and DB models.
2021-05-07 07:19:39 +02:00
Martin Rotter
8e2eede3ed
huge work, semi broken state rn, save
2021-05-07 07:19:39 +02:00
Martin Rotter
0610e17128
rename url -> source, start adding custom data API to feeds too
2021-05-07 07:19:38 +02:00
Martin Rotter
0f4c9ecd64
use enum class wherever possible
2021-01-21 14:29:13 +01:00
Martin Rotter
910bfd0ecb
Fixed #291 .
2020-11-13 12:22:22 +01:00
Martin Rotter
02ffa583c3
Support mark read/unread action for "label" items.
2020-10-19 19:29:00 +02:00
Martin Rotter
1e1b3f5255
Ability to edit/delete tags.
2020-10-07 20:22:50 +02:00
Martin Rotter
320442261e
Enhanced context menus, added action for add category/feed #162 .
2020-08-31 09:57:56 +02:00
Martin Rotter
d5521fe2b8
Fix add selected category/feed s-s connection.
2020-08-31 08:44:03 +02:00
Martin Rotter
c5bd83e6af
Fixed #84 + properly display parent categories icon in "edit feed" dialog.
2020-08-28 07:37:49 +02:00