summaryrefslogtreecommitdiffstats
path: root/src/threadlistmodel.cpp
AgeCommit message (Expand)AuthorFilesLines
11 daysRevert the message-scoped auto mark-readDanilo M.1-81/+0
11 daysfix(read): repaint the card when one message is marked readDanilo M.1-0/+81
11 daysfeat(pane): always render one message, never the conversationthread-view-removedDanilo M.1-5/+16
14 daysfeat(panes): draw the pane marks from shipped SVGs, not font glyphsDanilo M.1-35/+40
2026-08-11feat(sent): add a Sent view, flat and by recipientDanilo M.1-0/+39
2026-08-11feat(config): let the date format on a card be configuredDanilo M.1-0/+4
2026-08-10feat(view): follow a background sync without a keystrokeDanilo M.1-0/+104
2026-08-10fix(ui): expand flat threads, reach the first message, localise the dateDanilo M.1-9/+28
2026-08-10refactor(model): collapse the thread list to a single columnDanilo M.1-82/+62
2026-08-10feat(model): expose the tags a reply has and its thread does notDanilo M.1-0/+37
2026-08-10feat(ui): scope actions to the selected row kind and name itDanilo M.1-0/+11
2026-08-10feat(ui): mark replies with a thread line, a tint and dimmer textDanilo M.1-2/+62
2026-08-10fix(ui): make the expander visible and the reply indent readableDanilo M.1-0/+7
2026-08-10feat(ui): load a thread's replies when its row is expandedDanilo M.1-0/+29
2026-08-10feat(model): resolve action scope from the selected row kindDanilo M.1-0/+36
2026-08-10feat(model): expose a thread's replies as child rowsDanilo M.1-5/+124
2026-08-10refactor(model): convert ThreadListModel to QAbstractItemModelDanilo M.1-10/+69
2026-08-09feat(ui): icons on every action, and rename Flag to ImportantDanilo M.1-1/+4
2026-08-07feat(sync): sync only the accounts with unsynced editsDanilo M.1-0/+18
2026-08-07feat(ui): show each thread's tags under its rowDanilo M.1-14/+83
2026-08-07fix(ui): tell read threads from unread without relying on boldDanilo M.1-0/+46
2026-08-04feat: show a paperclip for threads with attachmentsDanilo M.1-0/+35
2026-08-04feat: render tags as chips instead of a text columnDanilo M.1-3/+20
2026-08-04feat: show that a tag action landedDanilo M.1-3/+43
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-0/+18
2026-08-04feat: add ThreadListModel with batch appendDanilo M.1-0/+124