[trojita] src/Gui: GUI: detect some calendaring events

2019-05-20 Thread Jan Kundrát
Git commit 6fdf31cd3562ed445a27fabe6e1590445de161d9 by Jan Kundrát. Committed on 02/05/2019 at 11:44. Pushed by gerrit into branch 'master'. GUI: detect some calendaring events So, I started getting many text/calendar items from $corporate_environment. Let's try if Trojita&#x

[trojita] src/Gui: GUI: Settings: simplify stylesheet manipulation

2019-03-24 Thread Jan Kundrát
Git commit 87d0f1b14017d2caed3ef03dfffc9ffe65a0a809 by Jan Kundrát. Committed on 10/03/2019 at 13:01. Pushed by gerrit into branch 'master'. GUI: Settings: simplify stylesheet manipulation The IMAP page also sets this stylesheet just once. Change-Id: Iffb4d32314ce246b69d0b18aaa7366927

[trojita] src: GUI: Special handling for parts whose MIME structure failed to parse

2018-06-28 Thread Jan Kundrát
Git commit d682d0750373bac3045339ca9769abda51869c98 by Jan Kundrát. Committed on 23/05/2018 at 23:35. Pushed by gerrit into branch 'master'. GUI: Special handling for parts whose MIME structure failed to parse This is better than showing our internal fake MIME type.

[trojita] src/Gui: GUI: List-Post headers should be clickable

2017-10-25 Thread Jan Kundrát
Git commit 6ad0506e90cfb2fe18eb471e8bfdf32730ca8398 by Jan Kundrát. Committed on 24/10/2017 at 17:50. Pushed by gerrit into branch 'master'. GUI: List-Post headers should be clickable The global handler is fine, Trojita sets up a mailto: URL scheme interceptor. At least on my Qt 5.

[trojita] src/Gui: GUI: Show when we cannot send yet/anymore

2017-04-21 Thread Jan Kundrát
Git commit 13ffc00d6e8f374711b3376ea9373c8ea6713480 by Jan Kundrát. Committed on 12/04/2017 at 18:44. Pushed by gerrit into branch 'master'. GUI: Show when we cannot send yet/anymore If an attachment was not available (either "yet" due to a slow network, or "not anymo

[trojita] src/Gui: GUI: Archive: Do not allow moving from Archive to Archive

2017-03-06 Thread Jan Kundrát
Git commit be7cf061ee7564e03c1f7e2323a68a7314804d35 by Jan Kundrát. Committed on 04/03/2017 at 15:34. Pushed by gerrit into branch 'master'. GUI: Archive: Do not allow moving from Archive to Archive Because we do not support unarchiving (we don't know what the original mailbox n

[trojita] src/Gui: GUI: Clipboard copying of e-mail addresses from the header view

2017-02-12 Thread Jan Kundrát
Git commit 434f677d4909e751ef59d2c8b5e2899b05eae022 by Jan Kundrát. Committed on 06/02/2017 at 11:29. Pushed by gerrit into branch 'master'. GUI: Clipboard copying of e-mail addresses from the header view Previously, the context menu offered some options for accessing the QLabel (thi

[trojita] src/Gui: GUI: Extracting e-mail addresses from a message body

2017-02-12 Thread Jan Kundrát
Git commit d42deaec263c1a0cd00d0391f0b75b48c3471b0d by Jan Kundrát. Committed on 05/02/2017 at 14:37. Pushed by gerrit into branch 'master'. GUI: Extracting e-mail addresses from a message body Right now, we delegate link copying to WebKit, which means that it will use URLs like

[trojita] src/Gui: GUI: Do not keep reusing wrong password

2017-02-12 Thread Jan Kundrát
Git commit 430d6802f44e7262005c1d6413b290bd383c57f0 by Jan Kundrát. Committed on 02/02/2017 at 20:13. Pushed by gerrit into branch 'master'. GUI: Do not keep reusing wrong password Since commit 76648e4248, Trojitá has started forgetting to forget a cached password which proved to be w

[trojita] src/Gui: GUI: Tweak display of parts that failed to load in WebKit

2017-01-12 Thread Jan Kundrát
Git commit d40814e520e7f57cec738c58d14d3daa05951ed1 by Jan Kundrát. Committed on 02/01/2017 at 22:07. Pushed by gerrit into branch 'master'. GUI: Tweak display of parts that failed to load in WebKit - HTML markup shouldn't really be translated - tweak alignment, centering, mar

[trojita] /: GUI: Show accurate error message when a part fails to load in the GUI

2017-01-12 Thread Jan Kundrát
Git commit 1faa911b5331ad6196165c739fa5f5f6134593a9 by Jan Kundrát. Committed on 02/01/2017 at 22:07. Pushed by gerrit into branch 'master'. GUI: Show accurate error message when a part fails to load in the GUI The code should distinguish between being offline and parts failing for

[trojita] src/Gui: GUI: Restore message upload on drag-and-drop from the file manager

2017-01-10 Thread Jan Kundrát
Git commit 004fcf4214565af467ff8a002b13f5926761161e by Jan Kundrát. Committed on 09/01/2017 at 15:24. Pushed by gerrit into branch 'master'. GUI: Restore message upload on drag-and-drop from the file manager This got introduced in commit 76f246e; one of the added checks has not

[trojita] src: GUI: Add support for setting per-account icons

2016-10-24 Thread Jan Kundrát
Git commit 2272b3b6faf5279902c60c13bb3b0caedecb105d by Jan Kundrát. Committed on 16/10/2016 at 20:00. Pushed by gerrit into branch 'master'. GUI: Add support for setting per-account icons I have several Trojita windows open at any given time, one for each account that I use. Some of

[trojita] src/Gui: GUI: Profile-specific icon for systray

2016-10-24 Thread Jan Kundrát
Git commit 7745c20152919798ff935ca24b1ca3b092230b41 by Jan Kundrát. Committed on 18/10/2016 at 19:46. Pushed by gerrit into branch 'master'. GUI: Profile-specific icon for systray It's nice to distinguish among the different instances in the systray, too. On the other hand, this c

[trojita] src/Imap/Model: GUI: Gray out systray icon when not actually connected

2016-10-24 Thread Jan Kundrát
Git commit 738e6cc1592b8cd0d64fd869e48aeba9f4a7242d by Jan Kundrát. Committed on 17/10/2016 at 21:15. Pushed by gerrit into branch 'master'. GUI: Gray out systray icon when not actually connected The connection state tracking is tricky, there's a window where the IMAP Model&

[trojita] src/Cryptography: GUI: Prevent excessive newlines in the PartStatusWidget crypto messages

2016-10-11 Thread Jan Kundrát
Git commit 654188c2806c376a4c2b9cdf44e48172c2255a18 by Jan Kundrát. Committed on 03/10/2016 at 20:09. Pushed by gerrit into branch 'master'. GUI: Prevent excessive newlines in the PartStatusWidget crypto messages Previously, there were extra newlines in certain scenarios. The long t

[trojita] src/Gui: GUI: Next/Previous mail actions should work from all contexts

2016-10-03 Thread Jan Kundrát
Git commit 8eba6b67637b2121228a4d5dfbc5b8284f8b3b58 by Jan Kundrát. Committed on 01/10/2016 at 00:14. Pushed by gerrit into branch 'master'. GUI: Next/Previous mail actions should work from all contexts v2: The QAction binding was correct, the bug was in our logic. When no items wer

[trojita] src/Gui: GUI: Reduce indirect QDialog::exec calls

2016-09-26 Thread Jan Kundrát
Git commit f3373660e48ffd38c123afddaabe6b7a7e733aaa by Jan Kundrát. Committed on 21/09/2016 at 00:09. Pushed by gerrit into branch 'master'. GUI: Reduce indirect QDialog::exec calls QDialog::exec is dangerous because it re-enters the event loop. We've got a report of a crash tha

[kde-doc-english] [trojita] src: GUI: About box: talk about Qt

2016-06-30 Thread Jan Kundrát
Git commit 28fd451c204e2b5b1f1395784bae8f66cb8e3dc2 by Jan Kundrát. Committed on 20/06/2016 at 18:55. Pushed by gerrit into branch 'master'. GUI: About box: talk about Qt This adds the "Built with Qt" logo, hopefully according to the Qt's trademark policies outlined

[kde-doc-english] [trojita] src: GUI: remember expanded/collapsed mailboxes

2016-06-10 Thread Jan Kundrát
Git commit 6fd4529e23f127308a3e178b1c3089aba9dcabdf by Jan Kundrát. Committed on 03/06/2016 at 17:33. Pushed by gerrit into branch 'master'. GUI: remember expanded/collapsed mailboxes The code now remembers the expanded/collapsed state of the mailbox tree view, and will restore them up

[kde-doc-english] [trojita] src/Gui: GUI: Enable QWebView's zooming

2016-05-26 Thread Jan Kundrát
Git commit f3ca4e6f96e905a05ac8313e0ec5b5d2f2095e08 by Jan Kundrát. Committed on 21/05/2016 at 15:25. Pushed by gerrit into branch 'master'. GUI: Enable QWebView's zooming This is using QWebView's native zooming features. The zooming is implemented through a context menu an

[kde-doc-english] [trojita] src/Gui: GUI: Update zoom mode for all parts in sync

2016-05-26 Thread Jan Kundrát
Git commit 64055232b202328252e3bea28524614968453372 by Jan Kundrát. Committed on 21/05/2016 at 16:12. Pushed by gerrit into branch 'master'. GUI: Update zoom mode for all parts in sync This is similar to that Ctrl-F shortcut handling -- if we have more than a single part in an e-mail

[kde-doc-english] [trojita] src/Gui: GUI: Implement message zooming via Ctrl+Wheel scrolling

2016-05-26 Thread Jan Kundrát
Git commit d3a4b236bfd36052adf437ec3f624b20bea33995 by Jan Kundrát. Committed on 21/05/2016 at 15:26. Pushed by gerrit into branch 'master'. GUI: Implement message zooming via Ctrl+Wheel scrolling Change-Id: Id1b00c11ed56cb5c273f3d5a6051d1be6236f030 M +14 -0src/Gui/EmbeddedWeb

[kde-doc-english] [trojita] src/Cryptography: GUI: handle malformed crypto messages properly

2016-05-04 Thread Jan Kundrát
Git commit 2b46a258b3bd5891b71e0ebfa3067aaaf3372a86 by Jan Kundrát. Committed on 30/04/2016 at 13:32. Pushed by gerrit into branch 'master'. GUI: handle malformed crypto messages properly This is deliberately done as a separate commit because my original approach didn't work. The

[kde-doc-english] [trojita] src: GUI: click-to-show for unrecognized crypto parts

2016-03-13 Thread Jan Kundrát
Git commit 80e4e4475d82191ccb7950ced80b1da51b139c1a by Jan Kundrát. Committed on 04/03/2016 at 00:14. Pushed by gerrit into branch 'master'. GUI: click-to-show for unrecognized crypto parts The signatures were being shown in an expanded attachment view because their MIME type typicall

[kde-doc-english] [trojita] src/Gui: GUI: fix margins around the crypto widgets

2016-03-13 Thread Jan Kundrát
Git commit 726caadeccfe5185735dc9b86f90e27adab31cd0 by Jan Kundrát, on behalf of Thomas Lübking. Committed on 04/03/2016 at 00:14. Pushed by gerrit into branch 'master'. GUI: fix margins around the crypto widgets Change-Id: Ie0c4f5d7985edcd5e8d7854d0c85777e83d9a9b9 Signed-off-by: J

[kde-doc-english] [trojita] src/Gui: GUI: improve systray tooltips

2016-03-03 Thread Jan Kundrát
Git commit ca5eeb61a9e452c0d2402c3e5751f1e60fc156ba by Jan Kundrát. Committed on 01/03/2016 at 00:57. Pushed by gerrit into branch 'master'. GUI: improve systray tooltips - do not translate the word "Trojitá" - add profile name in there - indicate offli

[kde-doc-english] [trojita] src/Gui: GUI: Add an action for closing of standalone message windows

2016-02-04 Thread Jan Kundrát
Git commit d45708b884f1948279e6505dc80676baca6385e6 by Jan Kundrát. Committed on 02/02/2016 at 00:22. Pushed by gerrit into branch 'master'. GUI: Add an action for closing of standalone message windows Unfortunately, one cannot use the GUI to assign for example "Esc" for this

[kde-doc-english] [trojita] src/Gui: GUI: Move the mainmenu-through-toolbar button to the right/bottom edge

2016-01-29 Thread Jan Kundrát
Git commit 6aeb9cfdf4f3aea1386916dba3f91a00a18a9dc4 by Jan Kundrát. Committed on 27/01/2016 at 14:19. Pushed by gerrit into branch 'master'. GUI: Move the mainmenu-through-toolbar button to the right/bottom edge This is what Firefox is doing with their menu, so let's see how well

[kde-doc-english] [trojita] src/Gui: GUI: Merge the main menu into the main toolbar

2016-01-29 Thread Jan Kundrát
Git commit ae3e320c8d2ad6039aecb0bab021c3a1112a4c2b by Jan Kundrát. Committed on 27/01/2016 at 14:19. Pushed by gerrit into branch 'master'. GUI: Merge the main menu into the main toolbar This has been a long-term plan since the QStatusBar removal. I find this pretty useful because it

[kde-doc-english] [trojita] src/Gui: GUI: Remove the "Settings..." button from the main toolbar

2016-01-29 Thread Jan Kundrát
Git commit 1927dfeaef408234e52644c9ed73e6ce824cd550 by Jan Kundrát. Committed on 27/01/2016 at 14:19. Pushed by gerrit into branch 'master'. GUI: Remove the "Settings..." button from the main toolbar Thomas suggested that this is probably a thing which is not really being us

[kde-doc-english] [trojita] src/Gui: GUI: refactor custom action for WebView's context menu

2016-01-29 Thread Jan Kundrát
Git commit e1cfdc471b5e50edad049048b7f0de3883c1ea03 by Jan Kundrát. Committed on 27/01/2016 at 14:19. Pushed by gerrit into branch 'master'. GUI: refactor custom action for WebView's context menu There's really no need for the MessageView to poke within the SimplePartWidget&

[kde-doc-english] [trojita] src/Gui: GUI: remember last dir when adding attachments

2016-01-21 Thread Jan Kundrát
Git commit 379fe2a8eb01eae06d77836de2689bc061fa729a by Jan Kundrát. Committed on 21/01/2016 at 12:03. Pushed by gerrit into branch 'master'. GUI: remember last dir when adding attachments BUG: 358208 Change-Id: Id54a718a77105ae4deffa31f87b3c0a98fa325f1 M +3-1src/Gui/Compose

[kde-doc-english] [trojita] src/Gui: GUI: Settings: remove duplicate connections

2016-01-08 Thread Jan Kundrát
Git commit d622a85603b11d9618db627c523c7a004dbe3a9a by Jan Kundrát. Committed on 05/01/2016 at 11:07. Pushed by gerrit into branch 'master'. GUI: Settings: remove duplicate connections Change-Id: Iedbd3d0a3010785b3e2588c1e9075dd7fee6352a M +0-3src/Gui/SettingsDialog

[kde-doc-english] [trojita] src/Gui: GUI: Do not prompt for message save on unmodified replies

2015-12-02 Thread Jan Kundrát
Git commit 819231e4dc6d4af3389e04588c44a480b0976f89 by Jan Kundrát. Committed on 01/12/2015 at 10:04. Pushed by gerrit into branch 'master'. GUI: Do not prompt for message save on unmodified replies There was a bug where our code was a bit too trigger happy when keeping track of dirty

[kde-doc-english] [trojita] src/Gui: GUI: Do not enable per-message actions on startup

2015-12-01 Thread Jan Kundrát
Git commit 9a5615adb9ef6b1a6174b273377a165cbdc5f192 by Jan Kundrát. Committed on 30/11/2015 at 16:03. Pushed by gerrit into branch 'master'. GUI: Do not enable per-message actions on startup ...or on network reconnect. These actions all depend on the set of selected messages. As a resu

[kde-doc-english] [trojita] src/Gui: GUI: Allow for continuous scrolling while holding the Space key down

2015-11-29 Thread Jan Kundrát
Git commit a34d3c36892ea121b2ab318acc7e2d902c9c1515 by Jan Kundrát. Committed on 27/11/2015 at 13:07. Pushed by gerrit into branch 'master'. GUI: Allow for continuous scrolling while holding the Space key down QAbstractAnimation::start() doesn't rest

[kde-doc-english] [trojita] src/Gui: GUI: Scrolling within one message by space/backspace

2015-11-29 Thread Jan Kundrát
Git commit 7e1f345be934ea785d523ff9da72e248a44f03a0 by Jan Kundrát. Committed on 25/11/2015 at 22:30. Pushed by gerrit into branch 'master'. GUI: Scrolling within one message by space/backspace This functionality was already there for situations where the focus remained in the Msg

[kde-doc-english] [trojita] src/Gui: GUI: Prevent QGroupBox from eating the Space key presses

2015-11-29 Thread Jan Kundrát
Git commit c6b7d3a3056b23cbd02eb17238d1c3417bc0eece by Jan Kundrát. Committed on 27/11/2015 at 15:26. Pushed by gerrit into branch 'master'. GUI: Prevent QGroupBox from eating the Space key presses We don't use "checkable group boxes" or however these are called;

[kde-doc-english] [trojita] src/Gui: GUI: TagWidget improvements

2015-11-27 Thread Jan Kundrát
Git commit 372485c1009d9b8471a4b3f852dc6c54e9d110bd by Jan Kundrát, on behalf of Erik Quaeghebeur. Committed on 25/11/2015 at 20:49. Pushed by gerrit into branch 'master'. GUI: TagWidget improvements Some special keywords ($MDNSent, $Submitted, $SubmitPending) do not have a t

[kde-doc-english] [trojita] src: GUI: Use Breeze's red icon from the Plasma panel when offline

2015-10-06 Thread Jan Kundrát
Git commit aff95e266f1f3e0162e11419443fbbdb615eb455 by Jan Kundrát. Committed on 01/10/2015 at 10:22. Pushed by gerrit into branch 'master'. GUI: Use Breeze's red icon from the Plasma panel when offline The icon is copied from breeze/status/panel/network-disconnect.svg because it&

[kde-doc-english] [trojita] src/Gui: GUI: Do not spam with "Mailbox openened" status updates

2015-08-13 Thread Jan Kundrát
Git commit ba9b9a3b313a836d19b2b9fa5f778fbcfe3e8bde by Jan Kundrát. Committed on 29/07/2015 at 11:03. Pushed by gerrit into branch 'master'. GUI: Do not spam with "Mailbox openened" status updates It's a good thing that the code underneath emits these signals (it's

[kde-doc-english] [trojita] src/Gui: GUI: Adding some icons to the composer

2015-07-27 Thread Jan Kundrát
Git commit 7bd16b24b817d5fcfd6f51c64c46e8d3695b994a by Jan Kundrát. Committed on 26/07/2015 at 14:21. Pushed by gerrit into branch 'master'. GUI: Adding some icons to the composer Oh, and hi from a live Gerrit demo. Please review this carefully.

[kde-doc-english] [trojita] src/Gui: GUI: Fix segfault in address completion popup

2015-07-24 Thread Jan Kundrát
Git commit de4f3ec63b4f0ac5a5a29576bb8de7e08cdab541 by Jan Kundrát. Committed on 23/07/2015 at 22:35. Pushed by gerrit into branch 'master'. GUI: Fix segfault in address completion popup This eventFilter was getting called even if m_completionReceiver was a nullptr. Looking at the code

[kde-doc-english] [trojita] src/Gui: GUI: be a bit more defensive in object casting

2015-07-24 Thread Jan Kundrát
Git commit 2506900e3ccd43a8b6c0fdff79333ded43edc6dc by Jan Kundrát. Committed on 19/07/2015 at 10:54. Pushed by gerrit into branch 'master'. GUI: be a bit more defensive in object casting Change-Id: I2809dfc42f85653960b2f22baea0cd802a610d6c M +3-3src/Gui/ComposeWidget

[kde-doc-english] [trojita] src/Gui: GUI: Add "copy" action to the message viewer's context menu

2015-05-14 Thread Jan Kundrát
Git commit 88473e24e3761e4229a16e2f23f9cda3be18c032 by Jan Kundrát. Committed on 12/05/2015 at 21:55. Pushed by gerrit into branch 'master'. GUI: Add "copy" action to the message viewer's context menu BUG: 347625 Change-Id: Ia69af94f37fbea67759aff937e43295a7580bb04 M +1-0src/Gui/Messag

[kde-doc-english] [trojita] src/Gui: GUI: Only add button for showing main menu when toolbar is hidden, too

2015-03-05 Thread Jan Kundrát
Git commit 41c3d76326090fe27ab481504bd63527837f by Jan Kundrát. Committed on 03/03/2015 at 18:19. Pushed by gerrit into branch 'master'. GUI: Only add button for showing main menu when toolbar is hidden, too If the toolbar is visible, showing an explicit button for this feels a bit redundant

[kde-doc-english] [trojita] src/Gui: GUI: Reuse a pre-existing action for "Show menu bar" a bit

2015-03-05 Thread Jan Kundrát
Git commit b38311d7eef3be6da1e21eb6ac16b1d7a5825806 by Jan Kundrát. Committed on 03/03/2015 at 18:23. Pushed by gerrit into branch 'master'. GUI: Reuse a pre-existing action for "Show menu bar" a bit Change-Id: Ia1f8df8eb13a6d57a3345969d9d38cf114c331b5 M +9-2src/Gui/Window.cpp http://

[kde-doc-english] [trojita] src/Gui: Do not delay marking messages as read when user doesn't want a delay

2014-12-16 Thread Jan Kundrát
Git commit 414c9d3b4af3f0772c69bd0cdf15890aeb06ea0a by Jan Kundr?t. Committed on 15/12/2014 at 18:21. Pushed by gerrit into branch 'master'. Do not delay marking messages as read when user doesn't want a delay Thanks to Ed Tomlinson for reporting this on IRC. The delay is actually already implem

[kde-doc-english] [trojita] src/Gui: GUI: cleanup: Remove the MessageView argument to the LoadablePartWidget

2014-08-13 Thread Jan Kundrát
Git commit bed8ef752b5128e0e4af880856672e630ae76814 by Jan Kundr?t. Committed on 13/08/2014 at 18:19. Pushed by jkt into branch 'master'. GUI: cleanup: Remove the MessageView argument to the LoadablePartWidget This is not needed since 1b4a23fe5f9df90779a04670c4c07135aefbc390 which moved actual wi

[kde-doc-english] [trojita] src/MSA: GUI: Prevent a blank line in the Outgoing settings page

2014-06-04 Thread Jan Kundrát
Git commit 0a57436f2933dbbb8e1509b8c1d130f461c794ea by Jan Kundr?t. Committed on 04/06/2014 at 12:35. Pushed by jkt into branch 'master'. GUI: Prevent a blank line in the Outgoing settings page It's better to sync the port warning state with whatever is initially in the settings. REVIEW: 118523

[kde-doc-english] [trojita] src/Gui: GUI: propagate changes in text fileds when editing finishes

2014-05-26 Thread Jan Kundrát
Git commit 93a73b550acbb4c3871da60a770e8f66aa7508c6 by Jan Kundr?t. Committed on 26/05/2014 at 22:28. Pushed by jkt into branch 'master'. GUI: propagate changes in text fileds when editing finishes Thanks to Thomas L?bking for proposing this. REVIEW: 118336 M +7-0src/Gui/LineEdit.cpp M

[kde-doc-english] [trojita] src/Gui: GUI: make sure the composer always has a window title

2014-05-07 Thread Jan Kundrát
Git commit b12a40669b8af26d56b7d507682d0d81ee88cc8d by Jan Kundr?t. Committed on 07/05/2014 at 19:47. Pushed by jkt into branch 'master'. GUI: make sure the composer always has a window title Simply opening the composer as a new fresh mail, without replying to an existing subject, would leave the

[kde-doc-english] [trojita] src/Gui: GUI: fix enabling/disabling of UI widgets based on AUTH preferences

2014-04-25 Thread Jan Kundrát
Git commit f60797fb63037769d2bce78bf77275b930e761f7 by Jan Kundr?t. Committed on 25/04/2014 at 15:24. Pushed by jkt into branch 'master'. GUI: fix enabling/disabling of UI widgets based on AUTH preferences M +4-1src/Gui/SettingsDialog.cpp http://commits.kde.org/trojita/f60797fb63037769d

[kde-doc-english] [trojita] src/Gui: GUI: show a warning for "unknown" multipart/alternative parts

2014-04-03 Thread Jan Kundrát
Git commit 87bf9b4df4ef4c03e56503773e2b828bbb3ca66d by Jan Kundr?t. Committed on 02/04/2014 at 14:16. Pushed by jkt into branch 'master'. GUI: show a warning for "unknown" multipart/alternative parts v2: Also provide simple captions for text/plain and text/html MIME types, and simplify the code b

[kde-doc-english] [trojita] src/Gui: GUI: expand previewable attachments upon first click on the attachment icon

2014-04-03 Thread Jan Kundrát
Git commit 697333adc57186df168c6d583d3553a43377aea6 by Jan Kundr?t. Committed on 01/04/2014 at 12:46. Pushed by jkt into branch 'master'. GUI: expand previewable attachments upon first click on the attachment icon The motivation is to make expanding of previewable attachments smooth, but at the s

[kde-doc-english] [trojita] src/Gui: GUI: QTabBar is nicely reachable via member function

2014-04-03 Thread Jan Kundrát
Git commit ce86ab5f40d70802f269e156823867d50a8ae80f by Jan Kundr?t. Committed on 02/04/2014 at 14:29. Pushed by jkt into branch 'master'. GUI: QTabBar is nicely reachable via member function M +1-3src/Gui/PartWidget.cpp http://commits.kde.org/trojita/ce86ab5f40d70802f269e156823867d50a8a

[kde-doc-english] [trojita] src/Gui: GUI: show the attachment indicator by default

2014-03-26 Thread Jan Kundrát
Git commit 2ac523558573c4f91609ae85632dad4086619810 by Jan Kundr?t. Committed on 25/03/2014 at 08:26. Pushed by jkt into branch 'master'. GUI: show the attachment indicator by default M +0-1src/Gui/MsgListView.cpp http://commits.kde.org/trojita/2ac523558573c4f91609ae85632dad4086619810

[kde-doc-english] [trojita] src/Gui: GUI: move the attachment indication to the left

2014-03-26 Thread Jan Kundrát
Git commit 132886ef080d8f7eae57b54e444b65eeeb2057e9 by Jan Kundr?t. Committed on 25/03/2014 at 08:26. Pushed by jkt into branch 'master'. GUI: move the attachment indication to the left M +3-0src/Gui/MsgListView.cpp http://commits.kde.org/trojita/132886ef080d8f7eae57b54e444b65eeeb2057e9

[kde-doc-english] [trojita] src/Gui: GUI: settings: refactor the IMAP page to include an encryption dropdown, reworded text

2014-02-02 Thread Jan Kundrát
Git commit d29430e0193c0beb3efa7588b79921a654120f32 by Jan Kundr?t, on behalf of Danny Rimmer. Committed on 07/01/2014 at 05:21. Pushed by jkt into branch 'master'. GUI: settings: refactor the IMAP page to include an encryption dropdown, reworded text REVIEW: 114878 M +71 -65 src/Gui/Sett

[kde-doc-english] [trojita] src/Gui: GUI: use icons for message threading

2014-01-04 Thread Jan Kundrát
Git commit d72bd77480b6b2c6b5ff2a1dae2734084888e542 by Jan Kundr?t. Committed on 02/01/2014 at 22:46. Pushed by jkt into branch 'master'. GUI: use icons for message threading M +4-3src/Gui/ComposeWidget.cpp M +1-1src/Gui/Window.cpp http://commits.kde.org/trojita/d72bd77480b6b2c

[kde-doc-english] [trojita] src/Gui: GUI: move the "mark as reply" selector to the row of buttons

2014-01-04 Thread Jan Kundrát
Git commit b19141b9bfabf727d771f7ac8ee9588194af39e5 by Jan Kundr?t. Committed on 02/01/2014 at 20:30. Pushed by jkt into branch 'master'. GUI: move the "mark as reply" selector to the row of buttons There's a GCI task for changing various replying modes from within the composer (think reply-to-al

[kde-doc-english] [trojita] src/Gui: GUI: prevent possible division by zero

2013-12-25 Thread Jan Kundrát
Git commit 7431bfb133f269fbb63529e25b6d443753f8bfe0 by Jan Kundr?t. Committed on 24/12/2013 at 17:33. Pushed by jkt into branch 'master'. GUI: prevent possible division by zero I'm not sure how I triggered this, but I managed to do so and got SIGFPE as a result: #0 0x0046e975 in Gui::C

[kde-doc-english] [trojita] src/Gui: GUI: wrap the message-ids in brackets and support more of them

2013-12-09 Thread Jan Kundrát
Git commit 1c774288a57cccabe8463da8ca436f0fc56f5bfe by Jan Kundr?t. Committed on 07/12/2013 at 13:52. Pushed by jkt into branch 'master'. GUI: wrap the message-ids in brackets and support more of them Also be sure to not cast from QByteArray to QString directly. M +8-1src/Gui/ComposeWid

[kde-doc-english] [trojita] src/Gui: GUI: show our own icon when displaying attached messages

2013-12-04 Thread Jan Kundrát
Git commit 7b2a34f0655869d5cd0d9495a5c754dc79be71fa by Jan Kundr?t. Committed on 27/11/2013 at 18:19. Pushed by jkt into branch 'master'. GUI: show our own icon when displaying attached messages See the comment within the code for motivation behind this. M +12 -3src/Gui/AttachmentView.cpp

[kde-doc-english] [trojita] src/Gui: GUI: show message subject in the composer's window title

2013-12-04 Thread Jan Kundrát
Git commit 64d89fdab53b27e027e3257bd83d967c3d11a8f4 by Jan Kundr?t. Committed on 27/11/2013 at 17:24. Pushed by jkt into branch 'master'. GUI: show message subject in the composer's window title M +10 -0src/Gui/ComposeWidget.cpp M +1-0src/Gui/ComposeWidget.h M +0-3src/Gui

[kde-doc-english] [trojita] src: GUI: use different icons for different window roles

2013-12-04 Thread Jan Kundrát
Git commit a6c89e9363944d46a1db9d217343345ed174612c by Jan Kundr?t. Committed on 27/11/2013 at 18:00. Pushed by jkt into branch 'master'. GUI: use different icons for different window roles I'm experimenting with a vertical DE panel which means that I only get an icon for each window which makes

[kde-doc-english] [trojita] src/Gui: GUI: make sure that all actions are reachable even when the menu is hidden

2013-11-28 Thread Jan Kundrát
Git commit 53f1d3490ec77b1f45ae469da853b4cb7373ce51 by Jan Kundr?t. Committed on 28/11/2013 at 16:15. Pushed by jkt into branch 'master'. GUI: make sure that all actions are reachable even when the menu is hidden The action has to be added to a visible widget if we want the shortcuts to work. The

[kde-doc-english] [trojita] src/Gui: GUI: Do not toggle the message read/unread on key up/down

2013-11-06 Thread Jan Kundrát
Git commit f8e478b0c2e799971f6464289739b6d2c7c7a8aa by Jan Kundr?t. Committed on 04/11/2013 at 20:26. Pushed by jkt into branch 'master'. GUI: Do not toggle the message read/unread on key up/down If the current column corresponds to the "seen indicator", key up/down would preserve that column whi

[kde-doc-english] [trojita] src/Gui: GUI: Inhibit auto-mark-read after toggling the state manually

2013-11-06 Thread Jan Kundrát
Git commit dd6c93767ac941480e30a41d9a9ced59520dc2d3 by Jan Kundr?t. Committed on 04/11/2013 at 20:27. Pushed by jkt into branch 'master'. GUI: Inhibit auto-mark-read after toggling the state manually The point of this patch is to make sure that a quick press of "M" immediately after hitting the u

[kde-doc-english] [trojita] src/Gui: GUI: remember column sizes automatically

2013-10-23 Thread Jan Kundrát
Git commit 2533c10283daeda7bc249df076ea7b2d1853ffe9 by Jan Kundr?t. Committed on 22/10/2013 at 14:52. Pushed by jkt into branch 'master'. GUI: remember column sizes automatically This would get hit when the user resizes the window or any QSplitter, but it's a bug that it wasn't saved automaticall

[kde-doc-english] [trojita] src/Gui: GUI: delay the GUI state saving a bit

2013-10-23 Thread Jan Kundrát
Git commit 7052c7dce7a82b92eb41f76c1fda1506f89fdd78 by Jan Kundr?t. Committed on 22/10/2013 at 15:11. Pushed by jkt into branch 'master'. GUI: delay the GUI state saving a bit When the user moves a slider, resizes a column or something, it's better to delay the actual save operation a bit so that

[kde-doc-english] [trojita] src/Gui: GUI: silence QObject::connect errors when using SimplePartWidget on its own

2013-10-17 Thread Jan Kundrát
Git commit 562867f35afb9be9da41ab586d8c5b999dae28be by Jan Kundr?t. Committed on 16/10/2013 at 20:45. Pushed by jkt into branch 'master'. GUI: silence QObject::connect errors when using SimplePartWidget on its own REVIEW: 113294 M +17 -11 src/Gui/SimplePartWidget.cpp http://commits.kde.org

[kde-doc-english] [trojita] src/Gui: GUI: Mention keyboard modifiers and add pretty icons to the popup menu when dragging messages

2013-09-19 Thread Jan Kundrát
Git commit 12374f27b8515dadbfea02036c500905dd5b7246 by Jan Kundr?t. Committed on 19/09/2013 at 12:11. Pushed by jkt into branch 'master'. GUI: Mention keyboard modifiers and add pretty icons to the popup menu when dragging messages The keyboard shurtcuts are shown to the user. This is in an atte

[kde-doc-english] [trojita] src/Gui: GUI: show a spinner when waiting for message source

2013-09-05 Thread Jan Kundrát
Git commit cd9797cc6be556514764ae8bdae46cb327f6aac4 by Jan Kundr?t. Committed on 04/09/2013 at 08:52. Pushed by jkt into branch 'master'. GUI: show a spinner when waiting for message source M +10 -1src/Gui/MessageSourceWidget.cpp M +3-1src/Gui/MessageSourceWidget.h http://commits

[kde-doc-english] [trojita] src/Gui: GUI: fix the maximized state when restoring geometry

2013-08-22 Thread Jan Kundrát
Git commit 0cc76e77f5b2b5bd0c4947ae29ebbf9d5b74aa41 by Jan Kundr?t. Committed on 21/08/2013 at 05:10. Pushed by jkt into branch 'master'. GUI: fix the maximized state when restoring geometry This is a workaround for https://bugreports.qt-project.org/browse/QTBUG-30636. Thanks to Thomas for comme

[kde-doc-english] [trojita] src/Gui: GUI: do not interfere with saved sizes when restoring geometry

2013-08-22 Thread Jan Kundrát
Git commit 9c1051973e22a42cc97e8b94d4908464dbe664f8 by Jan Kundr?t. Committed on 21/08/2013 at 05:23. Pushed by jkt into branch 'master'. GUI: do not interfere with saved sizes when restoring geometry restoreGeometry() and restoreState() manipulate sizes and state of certain widgets, and there ar

[kde-doc-english] [trojita] src/Gui: GUI: manage the enabled state of buttons which modify the message flags

2013-08-21 Thread Jan Kundrát
Git commit 2c563d108a3ff536a27196fbfe96d95e3360e8b1 by Jan Kundr?t. Committed on 21/08/2013 at 08:28. Pushed by jkt into branch 'master'. GUI: manage the enabled state of buttons which modify the message flags BUG: 320618 M +12 -2src/Gui/Window.cpp http://commits.kde.org/trojita/2c563d10

[kde-doc-english] [trojita] src: GUI: update mailbox contents whenever clicking through messages or mailboxes

2013-08-21 Thread Jan Kundrát
Git commit 0671e1af3432957839d1556fade9389141daf37b by Jan Kundr?t. Committed on 19/08/2013 at 14:40. Pushed by jkt into branch 'master'. GUI: update mailbox contents whenever clicking through messages or mailboxes The IMAP code is currently multiplexing a single connection among many mailboxes.

[kde-doc-english] [trojita] src/Gui: GUI: use a fallback MIME icon if the exact one cannot be found

2013-08-21 Thread Jan Kundrát
Git commit 2258f9759ce3fd34dc88d81ebbbd5e3db18eb67a by Jan Kundr?t. Committed on 19/08/2013 at 18:32. Pushed by jkt into branch 'master'. GUI: use a fallback MIME icon if the exact one cannot be found This is even described in the QMimeType's docs -- not sure how come that I missed this when impl

[kde-doc-english] [trojita] src/Gui: GUI: PartWidgetFactory: deprecate the optionless helper

2013-08-19 Thread Jan Kundrát
Git commit e313b11159708f04ea146ac29e75b70d57816214 by Jan Kundr?t. Committed on 19/08/2013 at 11:49. Pushed by jkt into branch 'master'. GUI: PartWidgetFactory: deprecate the optionless helper M +1-1src/Gui/MessageView.cpp M +0-5src/Gui/PartWidgetFactory.cpp M +0-1src/

[kde-doc-english] [trojita] src/Gui: GUI: control text/plain vs. text/html preference via PartLoadingOptions

2013-08-19 Thread Jan Kundrát
Git commit c43046361b75db4780a65f755d9222638a030161 by Jan Kundr?t. Committed on 19/08/2013 at 12:04. Pushed by jkt into branch 'master'. GUI: control text/plain vs. text/html preference via PartLoadingOptions The work on the Kontact plugin requires a different way of accessing the user's prefere

[kde-doc-english] [trojita] src/Gui: GUI: fix segfault due to uninitialized variable

2013-08-18 Thread Jan Kundrát
Git commit f138529153934d44552e62b5d8a60bec3fc137fa by Jan Kundr?t. Committed on 18/08/2013 at 20:24. Pushed by jkt into branch 'master'. GUI: fix segfault due to uninitialized variable LineEdit has two constructors and one of them was missing a proper initialization of the m_historyEnabled. This

[kde-doc-english] [trojita] /: GUI: add support for application icon on Windows

2013-08-18 Thread Jan Kundrát
Git commit c008b4d795886cb34667cea7c4947c15a3cd8e96 by Jan Kundr?t, on behalf of Christian Degenkolb. Committed on 16/08/2013 at 18:59. Pushed by jkt into branch 'master'. GUI: add support for application icon on Windows Signed-off-by: Jan Kundr?t BUG: 323658 M +1-1CMakeLists.txt A

[kde-doc-english] [trojita] src/Gui: GUI: MessageView: show an indicator whenever the message parts are being loaded

2013-08-14 Thread Jan Kundrát
Git commit 696b993b76598ac2a5053c44c5825a7256d54e86 by Jan Kundr?t. Committed on 14/08/2013 at 16:17. Pushed by jkt into branch 'master'. GUI: MessageView: show an indicator whenever the message parts are being loaded It looks that QWebView does not have support for showing any placeholder whenev

[kde-doc-english] [trojita] src/Gui: GUI: disable clickthrough when online or when message parts are small enough anyway

2013-08-09 Thread Jan Kundrát
Git commit 48aad7e20249c3160c97c7536bf18adca3ed7788 by Jan Kundr?t. Committed on 09/08/2013 at 17:44. Pushed by jkt into branch 'master'. GUI: disable clickthrough when online or when message parts are small enough anyway M +5-0src/Gui/PartWidgetFactory.cpp http://commits.kde.org/troji

[kde-doc-english] [trojita] src/Gui: GUI: Composer: sync the action state with the current selection harder

2013-08-09 Thread Jan Kundrát
Git commit c3949b41e201b8ef8737cfcdda3fd5a5cb77cd4a by Jan Kundr?t. Committed on 08/08/2013 at 13:24. Pushed by jkt into branch 'master'. GUI: Composer: sync the action state with the current selection harder Looks like the slots connected to currentChanged and rowsInserted are not enough; it was

[kde-doc-english] [trojita] src/Gui: GUI: disable clickthrough for compound types

2013-08-09 Thread Jan Kundrát
Git commit 56d0eccb1c35b8a78b2b723f3c315c15d64bbbfd by Jan Kundr?t. Committed on 08/08/2013 at 12:23. Pushed by jkt into branch 'master'. GUI: disable clickthrough for compound types Previously, inlined compound types (like message/rfc822) required a clickthrough before they were shown. M +4

[kde-doc-english] [trojita] src/Gui: GUI: support direct-quoting from visible attachments

2013-08-09 Thread Jan Kundrát
Git commit 7b25ba180b751da001bbf5875a91c7ee51a31ba6 by Jan Kundr?t. Committed on 08/08/2013 at 11:37. Pushed by jkt into branch 'master'. GUI: support direct-quoting from visible attachments M +11 -0src/Gui/AttachmentView.cpp M +4-2src/Gui/AttachmentView.h http://commits.kde.org/

[kde-doc-english] [trojita] src/Gui: GUI: draw a border around attachments

2013-08-09 Thread Jan Kundrát
Git commit 7beb102d1e067ddd1283db6738811e0f55ab9200 by Jan Kundr?t. Committed on 08/08/2013 at 12:16. Pushed by jkt into branch 'master'. GUI: draw a border around attachments This comes in handy when the attachments are deeply nested; it makes it possible to orient oneself in them again. M +2

[kde-doc-english] [trojita] src/Gui: GUI: remove decorators around message/822 widgets

2013-08-09 Thread Jan Kundrát
Git commit d1f9c82ca7b4a84e993673232c15cc9ee13a5cf2 by Jan Kundr?t. Committed on 08/08/2013 at 12:18. Pushed by jkt into branch 'master'. GUI: remove decorators around message/822 widgets Now that they are wrapped in the generic AttachmentView, it makes little sense to show more visual headers.

[kde-doc-english] [trojita] src/Gui: GUI: respect Content-Disposition for all MIME types

2013-08-09 Thread Jan Kundrát
Git commit 1b4a23fe5f9df90779a04670c4c07135aefbc390 by Jan Kundr?t. Committed on 08/08/2013 at 10:08. Pushed by jkt into branch 'master'. GUI: respect Content-Disposition for all MIME types This patch reworks the way how "attachments" are wrapped in the AttachmentView. It's done via the following

[kde-doc-english] [trojita] src/Gui: GUI: add an icon for attachment download

2013-08-09 Thread Jan Kundrát
Git commit f143b7bb10d3adb49682038b6d97f9a72919ddf7 by Jan Kundr?t. Committed on 07/08/2013 at 15:21. Pushed by jkt into branch 'master'. GUI: add an icon for attachment download I'm not sure whether "document-save-as" is better than "download", but at least on my icon theme, "download" shows a v

[kde-doc-english] [trojita] src/Gui: GUI: don't load overly long inlined attachments when not in "online, trash data" mode

2013-08-09 Thread Jan Kundrát
Git commit c0d85b3b81b07bf7e8e4582be4ba9976a3f6f48e by Jan Kundr?t. Committed on 04/08/2013 at 21:34. Pushed by jkt into branch 'master'. GUI: don't load overly long inlined attachments when not in "online, trash data" mode M +10 -6src/Gui/PartWidgetFactory.cpp http://commits.kde.org/tro

[kde-doc-english] [trojita] src/Gui: GUI: unify handling of parts when offline

2013-08-09 Thread Jan Kundrát
Git commit 4ae64adf7de4a47e40c24bbd16d5f651a7515d7a by Jan Kundr?t. Committed on 04/08/2013 at 21:32. Pushed by jkt into branch 'master'. GUI: unify handling of parts when offline The code which presents an error to the user is already implemented, so let's use it instead of an ad-hoc sine tellin

[kde-doc-english] [trojita] src/Gui: GUI: allow inline display of inlined attachments of supported MIME types

2013-08-09 Thread Jan Kundrát
Git commit 47bb8f0451e1ed4f98520173f59fe47a4d7ac4b0 by Jan Kundr?t. Committed on 04/08/2013 at 20:55. Pushed by jkt into branch 'master'. GUI: allow inline display of inlined attachments of supported MIME types M +25 -5src/Gui/PartWidgetFactory.cpp http://commits.kde.org/trojita/47bb8f045

[kde-doc-english] [trojita] src/Gui: GUI: show inline attachments with the usual buttons suggesting that they are, in fact, attachments

2013-08-09 Thread Jan Kundrát
Git commit 940acd9ee4d399308213de76a34577872f345904 by Jan Kundr?t. Committed on 04/08/2013 at 21:27. Pushed by jkt into branch 'master'. GUI: show inline attachments with the usual buttons suggesting that they are, in fact, attachments M +19 -3src/Gui/AttachmentView.cpp M +4-1sr

[kde-doc-english] [trojita] src/Gui: GUI: reflect uncached parts in the GUI

2013-08-09 Thread Jan Kundrát
Git commit 95b085f5d37cdb06b221ae3afda7db97959cdd05 by Jan Kundr?t. Committed on 04/08/2013 at 11:00. Pushed by jkt into branch 'master'. GUI: reflect uncached parts in the GUI M +43 -0src/Gui/EmbeddedWebView.cpp M +9-0src/Gui/EmbeddedWebView.h http://commits.kde.org/trojita/95b0

[kde-doc-english] [trojita] src/Imap/Model: GUI: Message list: add placeholder text for empty subjects

2013-08-07 Thread Jan Kundrát
Git commit 9377bb5a51626d9e7a56e32a995f9599298aab4b by Jan Kundr?t. Committed on 06/08/2013 at 08:59. Pushed by jkt into branch 'master'. GUI: Message list: add placeholder text for empty subjects REVIEW: 11904 M +10 -1src/Imap/Model/PrettyMsgListModel.cpp http://commits.kde.org/trojita/

[kde-doc-english] [trojita] src/Gui: GUI: enable loading of cached items not immediately shown when offline

2013-06-20 Thread Jan Kundrát
Git commit 2aa06b0db277e42e79d92193b3726c7ee43a6265 by Jan Kundr?t. Committed on 19/06/2013 at 15:21. Pushed by jkt into branch 'master'. GUI: enable loading of cached items not immediately shown when offline Previously, the second part of a multipart/alternative (i.e. something which is not show

  1   2   3   >