summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAge
* Hardcode colors in a single placeChristian Mollekopf2017-04-25
|
* Only select a folder if a user triggered itChristian Mollekopf2017-04-25
| | | | | This avoids selecting all folders once during initial loading of the model
* Autoselect the first accountChristian Mollekopf2017-04-25
|
* Fix artifacts from the accountswitcherChristian Mollekopf2017-04-25
|
* Function name cleanupChristian Mollekopf2017-04-25
|
* Dropped the now unused action frameworkChristian Mollekopf2017-04-24
|
* Another bunch of controllers goneChristian Mollekopf2017-04-24
|
* Removed notification pluginChristian Mollekopf2017-04-24
| | | | ...which is replaced by the fabric
* Removed controller in conversation viewChristian Mollekopf2017-04-24
|
* Show mail delegate buttons on hoverChristian Mollekopf2017-04-24
| | | | Currently hides the date, so that will need fixing.
* Ported more actions to the fabricChristian Mollekopf2017-04-24
|
* Use the fabric to wire up searchChristian Mollekopf2017-04-24
|
* Added the Fabric as an in application message busChristian Mollekopf2017-04-24
|
* The outbox is backChristian Mollekopf2017-04-21
|
* remove toolbar and move enable the buttons in the mailListDelegateMichael Bohlender2017-04-21
|
* add dummy button to maillist delegateMichael Bohlender2017-04-21
|
* show old account switcher againMichael Bohlender2017-04-21
|
* initial inline account switcherMichael Bohlender2017-04-21
|
* use the correct (inverted) icons in folderlistMichael Bohlender2017-04-20
|
* add message_inverted iconMichael Bohlender2017-04-20
|
* Merge branch 'mbohlender/fonts' into developMichael Bohlender2017-04-20
|\
| * use Kube.Font in textfieldMichael Bohlender2017-04-20
| |
| * use Kube.Font in LabelMichael Bohlender2017-04-20
| |
| * use Kube.Font in UnitsMichael Bohlender2017-04-20
| |
| * introduce Kube.FontMichael Bohlender2017-04-20
| |
* | Fixed enabling of actionsChristian Mollekopf2017-04-20
|/
* use kube label in attachment delegateMichael Bohlender2017-04-19
|
* use kube.label in focus composerMichael Bohlender2017-04-19
|
* use kube.label in autocompletelineedidMichael Bohlender2017-04-19
|
* use kube.label in maillistview and center nothing-here messageMichael Bohlender2017-04-19
|
* use kube.label in notification popupMichael Bohlender2017-04-19
|
* use kube.label in folderlistview!Michael Bohlender2017-04-19
|
* use kube controls in peopleMichael Bohlender2017-04-19
|
* use Kube.Label in ConversationviewMichael Bohlender2017-04-19
|
* use kube controls in accountswitcherMichael Bohlender2017-04-19
|
* use kube controls in outboxMichael Bohlender2017-04-19
|
* use kube.label in kube.comboboxMichael Bohlender2017-04-19
|
* introduce Kube.Label and use it in kube controlsMichael Bohlender2017-04-19
|
* dont show placeholder text when there is actual tect in the textfieldMichael Bohlender2017-04-19
|
* give use TextField in Composer and give it a borderMichael Bohlender2017-04-18
|
* initial textField controlMichael Bohlender2017-04-18
|
* Hide the empty outbox.Christian Mollekopf2017-04-17
| | | | | It's sole purpose it to show if you have pending messages, no point in showing it otherwise.
* remove filter bar, allow filter through the global searchMichael Bohlender2017-04-17
|
* Hide trash from non-trash conversations.Christian Mollekopf2017-04-16
| | | | | ...and indicate in the conversation view if a mail has been sent or is a draft.
* Don't thread drafts and sentChristian Mollekopf2017-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.
* Ported away from webkit and to webengineChristian Mollekopf2017-04-13
|
* Autosync folder when selecting itChristian Mollekopf2017-04-13
|
* Only show relevant toolbuttons in the maillist viewChristian Mollekopf2017-04-13
|
* Allow setting the current item via mouseChristian Mollekopf2017-04-13
|
* Open popups with open()Christian Mollekopf2017-04-13
|