Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | give the accountname a little leftMargin so it does not touch the sidebar | Michael Bohlender | 2017-04-20 | |
| | ||||
* | introduce main sidebar | Michael Bohlender | 2017-04-20 | |
| | ||||
* | use more kube controls in account | Michael Bohlender | 2017-04-19 | |
| | ||||
* | use kube.textfield in searchbar | Michael Bohlender | 2017-04-19 | |
| | ||||
* | more use of kube.label | Michael Bohlender | 2017-04-19 | |
| | ||||
* | remove filter bar, allow filter through the global search | Michael Bohlender | 2017-04-17 | |
| | ||||
* | 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. | |||
* | Don't thread drafts and sent | Christian Mollekopf | 2017-04-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | To do this we: * Expose from the model wether or not the model is threaded * Set the relevant properties from the model on the controller (so we can switch between aggregate and non-aggregate versions) * Keep the controller in the view it belongs to. While this works it highlights a couple of issues: * Controllers are view specific and should be kept within the view. * The actions we execute in the controller are closely related to the model. The model is essentially what the user sees, and therefore what he operatees on. * Sink should perhaps expose aggregates better. We have to pass around the values from the model because the model dispatches between aggregate and non-aggregate property depending on the threaded state. Similary the controller operates on the thread or not depending on the threaded state. Perhaps it would be more useful if sink actually returned the aggregate somehow, with the regular properties. That way the controller could use the regular properties from the entity it gets (which would simply either be the aggregate or non-aggregate depending on the executed query). If the aggregate already contains all matched ids, then we would also not have to execute an additional query to get the thread again, the modification would simply be applied to all ids originally returned. | |||
* | Consistently give focus to popups | Christian Mollekopf | 2017-04-07 | |
| | | | | | | | | | In all cases we want the popup to receive keyboard focus when it's open, as all our popups are basically modal. We also want the popup to normally close when clicking somewhere else, including the parent button. The one exception is the composer where we disable the close on click outside because that would risk loosing a written mail on an accidental click. | |||
* | use Kube.button in search | Michael Bohlender | 2017-04-06 | |
| | ||||
* | make more use of Kube.Button and Popup in accounts | Michael Bohlender | 2017-04-06 | |
| | ||||
* | use kube button in accountWizard | Michael Bohlender | 2017-04-06 | |
| | ||||
* | introduce Kube.Popup | Michael Bohlender | 2017-04-06 | |
| | ||||
* | use inverted status icons in folder/account column | Michael Bohlender | 2017-04-06 | |
| | ||||
* | invert toolbar icons and move it to the bottom. adjust accout swithcer ↵ | Michael Bohlender | 2017-04-06 | |
| | | | | accordingly | |||
* | Added missing imports | Christian Mollekopf | 2017-04-05 | |
| | ||||
* | kube-mail is now kube | Christian Mollekopf | 2017-04-05 | |
| | ||||
* | Unused file | Christian Mollekopf | 2017-04-05 | |
| | ||||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 | |
| | ||||
* | Moved theme to framework | Christian Mollekopf | 2017-04-05 | |
| | ||||
* | One framework plugin to rule them all | Christian Mollekopf | 2017-04-04 | |
| | ||||
* | Install icons as our own theme based on breeze. | Christian Mollekopf | 2017-04-04 | |
| | | | | | | We're not following the system theme, so the icons shouldn't either. And on other platforms than linux we anyways have to roll our own solution. | |||
* | Different name, same icon | Christian Mollekopf | 2017-04-04 | |
| | ||||
* | use theme | Christian Mollekopf | 2017-04-04 | |
| | ||||
* | use positivbutton in account switcher | Michael Bohlender | 2017-04-04 | |
| | ||||
* | add positivebutton component | Michael Bohlender | 2017-04-04 | |
| | ||||
* | make statusText visible by using a color that differs from the background | Michael Bohlender | 2017-04-03 | |
| | ||||
* | Make use of kube units | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | Added units | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | Use the kube button for the outbox as well | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | A Button | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | Only allow iconName on icons | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | Use the icon instead of toolbutton | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | An Icon component that requests icons from the kube image provider | Christian Mollekopf | 2017-04-03 | |
| | ||||
* | Outbox: added resource state | Christian Mollekopf | 2017-03-30 | |
| | ||||
* | Indicate if the outbox is not empty | Christian Mollekopf | 2017-03-30 | |
| | | | | ..we could of course also just hide the outbox if empty. | |||
* | port more stuff to kube theme | Michael Bohlender | 2017-03-30 | |
| | ||||
* | use more kube theme in autocomplete lineedit | Michael Bohlender | 2017-03-30 | |
| | ||||
* | use kube theme in autocompleteLineEdit | Michael Bohlender | 2017-03-30 | |
| | ||||
* | use kube theme in conversation view | Michael Bohlender | 2017-03-30 | |
| | ||||
* | use kube theme in AccountWizard | Michael Bohlender | 2017-03-30 | |
| | ||||
* | use kube theme in Mail.qml | Michael Bohlender | 2017-03-30 | |
| | ||||
* | Use theme | Christian Mollekopf | 2017-03-30 | |
| | ||||
* | Statusbar | Christian Mollekopf | 2017-03-29 | |
| | ||||
* | Show offline icon when offline | Christian Mollekopf | 2017-03-29 | |
| | ||||
* | Added Icon theme | Christian Mollekopf | 2017-03-29 | |
| | ||||
* | Outboxmodel status | Christian Mollekopf | 2017-03-29 | |
| | ||||
* | port editaccount to kube theme | Michael Bohlender | 2017-03-29 | |
| | ||||
* | port folderlistview to kube theme | Michael Bohlender | 2017-03-29 | |
| | ||||
* | make hoover color theme highlight color | Michael Bohlender | 2017-03-29 | |
| |