summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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