aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_mainwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
31 hoursfeat: have the sync script report what it didDanilo M.1-1/+185
33 hoursfix: say an edit is waiting for the sync instead of claiming it landedDanilo M.1-0/+65
33 hoursfix: refresh the conversation dashboard after a writeDanilo M.1-0/+78
33 hoursfix: judge a conversation's trash state on all of its messagesDanilo M.1-0/+81
46 hoursfeat: count a card's messages, not its repliesthread-row-identityDanilo M.1-4/+5
47 hoursfix: list a conversation's first message under its rowDanilo M.1-14/+38
48 hoursfeat: show the dashboard when a conversation is selectedDanilo M.1-75/+255
2 daysfix: undo only what the write actually changedDanilo M.1-0/+88
2 daysfeat: judge a row's membership on the thread's unionDanilo M.1-0/+112
2 daysfeat: treat a mixed conversation's unread state as unreadDanilo M.1-34/+63
2 daysfeat: scope an action to the row it was invoked onDanilo M.1-314/+552
2 daysfeat: draw a conversation row's own tags, in one tierDanilo M.1-68/+0
3 daysfeat: forward an HTML message with its formattingDanilo M.1-9/+17
3 daysfix: flag a saved draft seen so it is not tagged unreadDanilo M.1-2/+6
4 daysfeat: open the unsynced-changes count to see what it countsDanilo M.1-0/+48
4 daysfeat: snapshot the pending changes as rowsDanilo M.1-0/+85
4 daysrefactor: drop the unnettable pending-edit counterDanilo M.1-10/+40
4 daysfix: give a restored message its inbox tag backDanilo M.1-0/+15
4 daysfeat: load the business-senders list at startupDanilo M.1-0/+18
4 daysfeat: flag what you answered, mark what was forwarded to youDanilo M.1-6/+300
5 daysfix: offer Delete and Restore only where they mean somethingDanilo M.1-0/+162
5 daysfeat: empty the trash, the one action that asks firstDanilo M.1-0/+85
5 daysfeat: say which way the unread action will go, and hide it when it cannotDanilo M.1-2/+210
5 daysfix(compose): resolve a path a sync renamed, at all three read sitesDanilo M.1-0/+78
6 daysfeat(queries): drop pinning, the menu is every saved query's homeDanilo M.1-181/+178
6 daysfeat(compose): offer Edit on a draft in the message pane's barDanilo M.1-0/+164
6 daysfeat(compose): open a draft to finish itDanilo M.1-0/+289
6 daysfeat: add a Drafts filter, and close the composer with Ctrl+WDanilo M.1-1/+60
6 daysfix(compose): make the Send button a square that reads as one itemDanilo M.1-0/+15
6 daysfeat(compose): lay the composer out by scopeDanilo M.1-7/+234
6 daysfix(ui): move Compose back, drop the bar below the header, size its iconsDanilo M.1-5/+93
6 daysfeat(ui): give the message pane its own action barDanilo M.1-1/+110
6 daysfix(compose): default to quoting below, and focus the body on a replyDanilo M.1-0/+43
6 daysfix(messageview): drop the receive-only ribbon when the pane is blankedDanilo M.1-0/+96
6 daysfix(compose): put the reply cursor on blank space, not on the quoteDanilo M.1-0/+55
7 daysfix(compose): close every composer when the main window quitsDanilo M.1-0/+38
8 daysfeat(compose): wire the composer into the main window, item 123compose-and-sendDanilo M.1-0/+955
8 daysfeat(compose): the composer window, item 123Danilo M.1-0/+1154
9 daysfeat(compose): register the six compose actions, item 123Danilo M.1-4/+191
10 daystest(keys): a shortcut is a chosen subset, not a requirement, item 132Danilo M.1-17/+0
11 daysfix(worker): give a moved message a fresh maildir nameDanilo M.1-2/+38
11 daysfix(trash): refresh the list when a restore empties a rowdelete-to-trashDanilo M.1-0/+175
11 daystest: assert a move that relocates nothing writes no tagDanilo M.1-0/+67
11 daysi18n: translate the trash strings, and document the trash keyDanilo M.1-4/+13
11 daysfeat: find mail tagged deleted but never moved to trashDanilo M.1-0/+206
12 daysfeat(delete): bind Del, and resolve a restore against the databaseDanilo M.1-3/+75
12 daysfeat(trash): restore mail from the trash viewDanilo M.1-0/+211
12 daysfix(delete): repair seven defects in the move-to-trash pathDanilo M.1-14/+765
13 daysfeat(delete): move the message to the account's trash folderDanilo M.1-20/+395
13 daysfeat(config): add the trash query generatorDanilo M.1-3/+13