Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move focus to the line edit after clicking the button | Christian Mollekopf | 2017-06-15 |
| | |||
* | Attachment removal | Christian Mollekopf | 2017-06-14 |
| | | | | | We'd rather do something via the model index instead of requering an additional role, but this works for the time being. | ||
* | Remove button | Christian Mollekopf | 2017-06-14 |
| | |||
* | Support mouse selection of text in composer | Christian Mollekopf | 2017-06-14 |
| | |||
* | Attachment support in the composer | Christian Mollekopf | 2017-06-14 |
| | |||
* | use the correct selection color in textfield and mailviewer | Michael Bohlender | 2017-06-13 |
| | |||
* | visual improvements for addressee editor | Michael Bohlender | 2017-06-13 |
| | |||
* | better addressee delegate | Michael Bohlender | 2017-06-13 |
| | |||
* | Forgot to push AddresseeListEditor | Christian Mollekopf | 2017-06-13 |
| | |||
* | Working but ugly editor for recipients in composer | Christian Mollekopf | 2017-06-12 |
| | | | | | | | | | What remains to be done is: * proper delegates * removal of recipeients * at some point d&d of recipients * Perhaps something that encapsulates the whole list and the model in a nicer way | ||
* | Avoid loading a random draft on new message | Christian Mollekopf | 2017-06-12 |
| | |||
* | Removed unused parts | Christian Mollekopf | 2017-06-12 |
| | |||
* | Fixed the ghost icon issue and moved to Controls2.StackView | Christian Mollekopf | 2017-06-08 |
| | | | | | The icon stemmed from the people-view toolbar. I suppose because the item was not properly hidden but still existing. | ||
* | 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 | ||
* | Wrap text in logview | Christian Mollekopf | 2017-06-06 |
| | |||
* | 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) | ||
* | Fixed signatureparts | Christian Mollekopf | 2017-05-24 |
| | |||
* | Always use richtext, and avoid using a browser for simple html | Christian Mollekopf | 2017-05-23 |
| | |||
* | logview | Christian Mollekopf | 2017-05-20 |
| | |||
* | Dont refrence outside root in statusbar | Christian Mollekopf | 2017-05-20 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-05-19 |
| | |||
* | remove obsolete imports | Michael Bohlender | 2017-05-17 |
| | |||
* | initial Kube.TextArea | Michael Bohlender | 2017-05-17 |
| | |||
* | only show addres of identiy because we don't have enough space to display ↵ | Michael Bohlender | 2017-05-15 |
| | | | | the rest | ||
* | StatusBar as individual component | Christian Mollekopf | 2017-05-13 |
| | |||
* | Less warnings | Christian Mollekopf | 2017-05-13 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-05-12 |
| | |||
* | move error view next to the account view | Michael Bohlender | 2017-05-12 |
| | |||
* | make progressbar slimmer | Michael Bohlender | 2017-05-11 |
| | |||
* | composer view: initial layout improvements | Michael Bohlender | 2017-05-11 |
| | |||
* | Skip drafts if we already requested a new composer. | Christian Mollekopf | 2017-05-11 |
| | |||
* | A new composer based on Kube.View | Christian Mollekopf | 2017-05-11 |
| | | | | | Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing). | ||
* | Added ProgressBar component | Christian Mollekopf | 2017-05-10 |
| | |||
* | Tried to visually separate the status bar better | Christian Mollekopf | 2017-05-10 |
| | |||
* | Got rid of the status icons in folderlist and account switcher | Christian Mollekopf | 2017-05-09 |
| | |||
* | A simple timeline/log/history/notification view | Christian Mollekopf | 2017-05-09 |
| | | | | | For now this will just be a place to display notifications and some status information. | ||
* | highlight current active account | Michael Bohlender | 2017-05-09 |
| | |||
* | propperly place accountName | Michael Bohlender | 2017-05-05 |
| | |||
* | Fixed notifications | Christian Mollekopf | 2017-05-04 |
| | |||
* | Fixed progress bar | Christian Mollekopf | 2017-05-04 |
| | |||
* | Added a progress bar to the statusbar | Christian Mollekopf | 2017-05-04 |
| | | | | | | | | Consider this an experiment. While I find the progress indicator already useful for longer operations it should probably be more context sensitive and the current location clashes with the inline account switcher (it looks a bit as if the statusbar belonged to the account on the bottom). | ||
* | move account wizard to accountsview | Michael Bohlender | 2017-05-03 |
| | |||
* | remove obsolete code | Michael Bohlender | 2017-05-03 |
| | |||
* | use splitview in accountsview | Michael Bohlender | 2017-05-03 |
| | |||
* | add initial inline accountsView | Michael Bohlender | 2017-05-03 |
| | |||
* | use seperation border instead of different color for sidebar | Michael Bohlender | 2017-05-03 |
| | |||
* | Don't overlap | Christian Mollekopf | 2017-05-03 |
| | |||
* | Replaced the composer popup | Christian Mollekopf | 2017-05-02 |
| | |||
* | Use the StackView to dynamically create the views we need | Christian Mollekopf | 2017-05-02 |
| | | | | ... that way we don't have to do our own bookkeeping |