Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v0.2.0v0.2.0 | Christian Mollekopf | 2017-04-20 |
| | |||
* | Fixed enabling of actions | Christian Mollekopf | 2017-04-20 |
| | |||
* | use kube label in attachment delegate | Michael Bohlender | 2017-04-19 |
| | |||
* | use more kube controls in account | Michael Bohlender | 2017-04-19 |
| | |||
* | use 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 |
| | |||
* | use kube.label in focus composer | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube.label in autocompletelineedid | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube.label in maillistview and center nothing-here message | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube.label in notification popup | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube.label in folderlistview! | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube controls in people | Michael Bohlender | 2017-04-19 |
| | |||
* | use Kube.Label in Conversationview | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube controls in accountswitcher | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube controls in outbox | Michael Bohlender | 2017-04-19 |
| | |||
* | use kube.label in kube.combobox | Michael Bohlender | 2017-04-19 |
| | |||
* | introduce Kube.Label and use it in kube controls | Michael Bohlender | 2017-04-19 |
| | |||
* | dont show placeholder text when there is actual tect in the textfield | Michael Bohlender | 2017-04-19 |
| | |||
* | give use TextField in Composer and give it a border | Michael Bohlender | 2017-04-18 |
| | |||
* | initial textField control | Michael Bohlender | 2017-04-18 |
| | |||
* | Hide the empty outbox. | Christian Mollekopf | 2017-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 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. | ||
* | Ported away from webkit and to webengine | Christian Mollekopf | 2017-04-13 |
| | |||
* | Autosync folder when selecting it | Christian Mollekopf | 2017-04-13 |
| | |||
* | Only show relevant toolbuttons in the maillist view | Christian Mollekopf | 2017-04-13 |
| | |||
* | Allow setting the current item via mouse | Christian Mollekopf | 2017-04-13 |
| | |||
* | Open popups with open() | Christian Mollekopf | 2017-04-13 |
| | |||
* | Reset the composer state when closing the popup | Christian Mollekopf | 2017-04-13 |
| | |||
* | Bumped release | Christian Mollekopf | 2017-04-12 |
| | |||
* | CLeanup | Christian Mollekopf | 2017-04-12 |
| | |||
* | Move back to trash or drafts. | Christian Mollekopf | 2017-04-12 |
| | | | | | The move back to drafts should also trigger an edit of the mail, but that's not implemented yet. | ||
* | Hook up enabled status | Christian Mollekopf | 2017-04-12 |
| | |||
* | make hover effect stronger and darken button background instead of making it ↵ | Michael Bohlender | 2017-04-11 |
| | | | | blue on clicked | ||
* | add initial Kube.ComboBox and use it in composer | Michael Bohlender | 2017-04-07 |
| | |||
* | Fix OverlayDialog imports | Christian Mollekopf | 2017-04-07 |
| | |||
* | 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. | ||
* | We still need the non-inverted version | Christian Mollekopf | 2017-04-07 |
| | |||
* | Work with qt 5.7 again. | Christian Mollekopf | 2017-04-06 |
| | | | | | The popup template results in crashes with qt 5.7, so we just import the control as workaround. | ||
* | 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 |
| | |||
* | use Kube.Button in account delegate | Michael Bohlender | 2017-04-06 |
| | |||
* | use kube.button in focuscomposer | Michael Bohlender | 2017-04-06 |
| | |||
* | use kube.button in accountswitcher | Michael Bohlender | 2017-04-06 |
| | |||
* | kube.button based on controls templates | Michael Bohlender | 2017-04-06 |
| | |||
* | fix typo | Michael Bohlender | 2017-04-06 |
| | |||
* | port outbox away from Kube.Button | Michael Bohlender | 2017-04-06 |
| |