aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-08-09feat(ui): icons on every action, and rename Flag to ImportantDanilo M.1-4/+46
2026-08-09fix(sync): clear the pending-edit count on a cron syncDanilo M.1-0/+27
2026-08-07feat(sync): sync only the accounts with unsynced editsDanilo M.1-3/+59
2026-08-07feat(ui): add a Maildir overview under HelpDanilo M.1-0/+93
2026-08-07feat(ui): make Escape deselect the row as well as blank the paneDanilo M.1-0/+33
2026-08-07feat(ui): fill the blank message pane with a branded placeholderDanilo M.1-0/+101
2026-08-07feat(ui): show each thread's tags under its rowDanilo M.1-9/+30
2026-08-07fix(ui): tell read threads from unread without relying on boldDanilo M.1-3/+8
2026-08-07feat(tags): mark every thread in the view read, in one undoable stepDanilo M.1-0/+74
2026-08-07feat(sync): the status bar says which account is syncingDanilo M.1-4/+48
2026-08-06fix(ui): one Sync control, and a query bar that looks finishedDanilo M.1-29/+56
2026-08-06test: stop two tests depending on the machine they run onDanilo M.1-1/+16
2026-08-06fix(sync): hold tag edits made during a background syncDanilo M.1-2/+130
2026-08-04fix(sync): count unsynced edits as net state, not as writesDanilo M.1-8/+56
2026-08-04feat(ui): make Delete a toggle, and expire transient status messagesDanilo M.1-11/+69
2026-08-04fix(ui): name the default button on the quit promptDanilo M.1-0/+9
2026-08-04feat(ui): disable Sync during a background sync, and blank the pane on EscDanilo M.1-7/+49
2026-08-04fix(sync): stop a local sync reporting itself as a background oneDanilo M.1-8/+26
2026-08-04feat(sync): notice syncs this window did not startDanilo M.1-0/+41
2026-08-04feat(ui): make multi-select discoverable and stop it opening threadsDanilo M.1-0/+147
2026-08-04feat(sync): dismissable log pane, progress bar, and a skip that is not a failureDanilo M.1-6/+87
2026-08-04feat(tags): add an Edit tags dialog on Ctrl+TDanilo M.1-0/+41
2026-08-04feat(sync): show unsynced edits and offer to sync on exitDanilo M.1-18/+153
2026-08-04feat(threads): mark an opened thread read after a delayDanilo M.1-0/+85
2026-08-04feat(message): show From/To/Cc and add a details dialogDanilo M.1-0/+6
2026-08-04fix(query): let the query bar keep Return instead of open_threadDanilo M.1-5/+50
2026-08-04feat(completion): wire query completion into the main windowDanilo M.1-1/+49
2026-08-04feat(about): custom About dialog with icon, copyright and project linkDanilo M.1-7/+46
2026-08-04feat: show a paperclip for threads with attachmentsDanilo M.1-1/+18
2026-08-04feat: choose the startup query by nameDanilo M.1-2/+6
2026-08-04feat: own the message-pane zoom and persist itDanilo M.1-0/+38
2026-08-04feat: persist window, splitter and column widthsDanilo M.1-5/+71
2026-08-04feat: let an account set its chip colour and labelDanilo M.1-2/+48
2026-08-04feat: make every thread list column resizableDanilo M.1-7/+10
2026-08-04fix: let the thread list columns be resized againDanilo M.1-4/+9
2026-08-04feat: show that a tag action landedDanilo M.1-0/+8
2026-08-04fix: keep the shortcut reference inside the screenDanilo M.1-12/+45
2026-08-04feat: add menus, a toolbar and a shortcut referenceDanilo M.1-81/+179
2026-08-04Add GPLv2-only license and per-file headersDanilo M.1-1/+20
2026-08-04fix: let key bindings win over the thread list's type-to-searchDanilo M.1-0/+9
2026-08-04fix: only interrupt startup for real configuration problemsDanilo M.1-4/+14
2026-08-04feat: add MainWindow wiring query, list, message, and syncDanilo M.1-0/+495