Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed the problem where the text could take the background color | Christian Mollekopf | 2018-06-30 |
| | | | | | The issue was that isActive != selected. The folder remains active even if we select a mail, but it doesn't remain selected. | ||
* | Always select the first index (INBOX) in the folderlist initially. | Christian Mollekopf | 2018-04-17 |
| | |||
* | Conversation view keyboard navigation | Christian Mollekopf | 2018-04-06 |
| | |||
* | Avoid coloring the text blue on blue background. | Christian Mollekopf | 2018-03-08 |
| | | | | | The new messages available info is also irrelevant for the current folder. | ||
* | Visualize that a folder has new mails. | Christian Mollekopf | 2018-03-02 |
| | | | | | We listen for new mail notifications, and highlight the folder accordingly. | ||
* | Centralized synchronization calls | Christian Mollekopf | 2017-09-11 |
| | |||
* | currentIndex is not defined | Christian Mollekopf | 2017-07-26 |
| | |||
* | Put the TreeView into an extra flickable | Christian Mollekopf | 2017-07-15 |
| | | | | | | | | | | ...so it becomes scrollable just like the rest. Because the TreeView derives from ScrollView we can't just use the regular approach of making the flickable suck less at scrolling. Instead we expand the treeview to maximum length and wrap it in an extra Flickable that we can then handle with the ScrollHelper. This results in the treeview to have the same scrolling behvaiour as everything else. | ||
* | Moved non-folder specific treeview to separate file | Christian Mollekopf | 2017-07-15 |
| | |||
* | Stop at bounds | Christian Mollekopf | 2017-07-11 |
| | |||
* | Got rid of the status icons in folderlist and account switcher | Christian Mollekopf | 2017-05-09 |
| | |||
* | Keyboard focus for toolbar and folder list | Christian Mollekopf | 2017-04-25 |
| | |||
* | Only select a folder if a user triggered it | Christian Mollekopf | 2017-04-25 |
| | | | | | This avoids selecting all folders once during initial loading of the model | ||
* | Ported more actions to the fabric | Christian Mollekopf | 2017-04-24 |
| | |||
* | Added the Fabric as an in application message bus | Christian Mollekopf | 2017-04-24 |
| | |||
* | initial inline account switcher | Michael Bohlender | 2017-04-21 |
| | |||
* | use the correct (inverted) icons in folderlist | Michael Bohlender | 2017-04-20 |
| | |||
* | use kube.label in folderlistview! | Michael Bohlender | 2017-04-19 |
| | |||
* | Hide trash from non-trash conversations. | Christian Mollekopf | 2017-04-16 |
| | | | | | ...and indicate in the conversation view if a mail has been sent or is a draft. | ||
* | Autosync folder when selecting it | Christian Mollekopf | 2017-04-13 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 |