Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add key import | Minijackson | 2018-03-08 |
| | |||
* | share instead of forward | Michael Bohlender | 2018-02-26 |
| | |||
* | Search in conversationview | Christian Mollekopf | 2018-02-23 |
| | | | | ...via syntax highligher or search api. | ||
* | T7024 fix: implement attachment-based forwarding | Rémi Nicole | 2018-02-21 |
| | | | | | | | | | | | | | | | | Summary: Implement attachment-based forwarding. Some notes: - `loadAsDraft` was removed in favor of new enum `loadType` in QML, and callback based generic programming in C++ Reviewers: cmollekopf Tags: #kube Maniphest Tasks: T7024 Differential Revision: https://phabricator.kde.org/D10676 | ||
* | IconButtons for encrypted/signed state | Christian Mollekopf | 2017-12-08 |
| | |||
* | highlight unread mails in conversation view | Michael Bohlender | 2017-08-28 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-08-26 |
| | |||
* | introduce Kube.ScrollBar | Michael Bohlender | 2017-08-23 |
| | |||
* | Turned the debugview into a component that is created on demand | Christian Mollekopf | 2017-08-17 |
| | |||
* | Send mail to option | Christian Mollekopf | 2017-08-03 |
| | | | | | This is mostly to demonstrate how this could work with additional menu entries. | ||
* | More selectable labels. | Christian Mollekopf | 2017-08-03 |
| | |||
* | SelectableLabel with same mechanism as SelectableItem. | Christian Mollekopf | 2017-07-31 |
| | | | | | | Note that we can not easily integrate it with Label due to recursive use of Kube.Label via the Button component. (Would be doable via dynamic loading, but that stuff is a PITA to do). | ||
* | Mail debugview improvements | Christian Mollekopf | 2017-07-27 |
| | |||
* | Keyboard navigation for the conversation view | Christian Mollekopf | 2017-07-27 |
| | | | | | | | | | | Removed the manual currentIndex handling again as we seem to be able to use the regular stuff now. Additionally the listview is now resized if we don't have enough mails, so the first mail is shown on top. We can also move from mail to mail using keyboard navigation. The mail highlight also serves as focus indicator for the conversation view in general, and as such is cleared when loosing focus. | ||
* | Fontsize units | Christian Mollekopf | 2017-07-25 |
| | |||
* | Use the TextButton | Christian Mollekopf | 2017-07-24 |
| | |||
* | Avoid warnings for undefined | Christian Mollekopf | 2017-07-23 |
| | |||
* | qsTr all the strings | Michael Bohlender | 2017-07-19 |
| | |||
* | make more translatable | Michael Bohlender | 2017-07-19 |
| | |||
* | Make the details button always visible. | Christian Mollekopf | 2017-06-30 |
| | | | | | | We also need it when the to: line is too long. That leaves us with the case where the button does nothing because there isn't anything else to show. | ||
* | do not hardcode fontsize in mailview | Michael Bohlender | 2017-06-29 |
| | |||
* | Only show details if there are any | Christian Mollekopf | 2017-06-27 |
| | |||
* | remove kirigami dependency | Michael Bohlender | 2017-06-27 |
| | |||
* | Finally figured out how to position the debug view over the window. | Christian Mollekopf | 2017-06-15 |
| | |||
* | Remove button | Christian Mollekopf | 2017-06-14 |
| | |||
* | different highlight for active mail in the conversation view | Michael Bohlender | 2017-06-12 |
| | |||
* | Encapsulated parts | Christian Mollekopf | 2017-06-07 |
| | |||
* | A simplistic security border | Christian Mollekopf | 2017-06-06 |
| | | | | | Still a bit obnoxious and doesn't really convey a whole lot of information. Consider it a stub for now | ||
* | Reduced the messagetreeparser to aproximately what we actually require | Christian Mollekopf | 2017-06-04 |
| | | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit) | ||
* | Attachment debug view | Christian Mollekopf | 2017-05-24 |
| | |||
* | Don't use parent properties | Christian Mollekopf | 2017-05-24 |
| | |||
* | Attachment open and download buttons | Christian Mollekopf | 2017-05-24 |
| | | | | We'll need proper icons though. | ||
* | Saving of attachments | Christian Mollekopf | 2017-05-24 |
| | |||
* | Show attachment icon | Christian Mollekopf | 2017-05-24 |
| | |||
* | A simple debug view | Christian Mollekopf | 2017-05-23 |
| | |||
* | Use Kube.IconButton | Christian Mollekopf | 2017-05-23 |
| | |||
* | All of the MailViewer in one place | Christian Mollekopf | 2017-05-23 |
| | |||
* | Always use richtext, and avoid using a browser for simple html | Christian Mollekopf | 2017-05-23 |
| | |||
* | Mailviewer | Christian Mollekopf | 2017-05-02 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 |