Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | add minimal spacing to format text button row | Michael Bohlender | 2017-09-12 | |
| | ||||
* | show/hide format text icons, make black sidebars the initial size | Michael Bohlender | 2017-09-12 | |
| | ||||
* | add format text icons | Michael Bohlender | 2017-09-12 | |
| | ||||
* | toolbar layout for composer view | Michael Bohlender | 2017-09-12 | |
| | ||||
* | Bump to Qt 5.9 and avoid focus stealing of the webview | Christian Mollekopf | 2017-09-11 | |
| | ||||
* | Synchronize drafts and contacts when opening the composer. | Christian Mollekopf | 2017-09-11 | |
| | ||||
* | Centralized synchronization calls | Christian Mollekopf | 2017-09-11 | |
| | ||||
* | Interval sync of current folder every 5min | Christian Mollekopf | 2017-09-11 | |
| | ||||
* | add find shortcut | Michael Bohlender | 2017-09-11 | |
| | ||||
* | remove ugly search UI | Michael Bohlender | 2017-09-11 | |
| | ||||
* | Generalize the single account concept. | Christian Mollekopf | 2017-09-08 | |
| | | | | | | | * The wizard get's configured with a list of available accounts. * If only a single account type is available we skip the selection. * For the first account, account setup can not be aborted. * In single account mode the account can not be removed. | |||
* | Some basic input field validation. | Christian Mollekopf | 2017-09-08 | |
| | ||||
* | Single account mode | Christian Mollekopf | 2017-09-07 | |
| | | | | It's hardcoded to be enabled and set to kolabnow at the moment (TBD). | |||
* | Add some more info about errors to the logview. | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | Launch into settings without an account configured | Christian Mollekopf | 2017-09-07 | |
| | ||||
* | composer attachements: deal with long attachment lists | Michael Bohlender | 2017-08-30 | |
| | ||||
* | Expose some signature details in a tooltip. | Christian Mollekopf | 2017-08-27 | |
| | | | | We'll want a proper UI for that at some point, but this is a start. | |||
* | Cleanup | Christian Mollekopf | 2017-08-26 | |
| | ||||
* | Assign a color depending on the encryption/signature state. | Christian Mollekopf | 2017-08-26 | |
| | ||||
* | The grand cmake cleanup | Christian Mollekopf | 2017-08-23 | |
| | | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set. | |||
* | Press outside, not outside parent | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | Ensure we react to changes, not to clicks | Christian Mollekopf | 2017-08-23 | |
| | ||||
* | functions for pushing and replacing views | Christian Mollekopf | 2017-08-22 | |
| | ||||
* | Use the StackView.onActivated signal in the people view | Christian Mollekopf | 2017-08-22 | |
| | | | | ...to synchronize the contacts when opening the view. | |||
* | React to the activated signal instead | Christian Mollekopf | 2017-08-22 | |
| | | | | That works also when popping of elements | |||
* | Fixed indentation | Christian Mollekopf | 2017-08-22 | |
| | ||||
* | Don't fail if we don't have any recipients | Christian Mollekopf | 2017-08-22 | |
| | ||||
* | Install the webengineprofile as singleton | Christian Mollekopf | 2017-08-22 | |
| | | | | | | | | | This fixes the bug that the main process would hang on exit as long as we have a requestinterceptor installed. It's most likely a bug that this does not work, but the new solution anyways cleans up the code a bit, so that's a nice sideeffect. Fixes T5570 | |||
* | Ensure the right button is always checked. | Christian Mollekopf | 2017-08-20 | |
| | ||||
* | Make the tooltip a feature of IconButton | Christian Mollekopf | 2017-08-20 | |
| | ||||
* | Removed unused import | Christian Mollekopf | 2017-08-20 | |
| | ||||
* | A column with one item doesn't make much sense | Christian Mollekopf | 2017-08-19 | |
| | ||||
* | Fixed enum | Christian Mollekopf | 2017-08-19 | |
| | ||||
* | add quit shortcut | Michael Bohlender | 2017-08-08 | |
| | ||||
* | It's still necessary | Christian Mollekopf | 2017-08-03 | |
| | ||||
* | Send mail to option | Christian Mollekopf | 2017-08-03 | |
| | | | | | This is mostly to demonstrate how this could work with additional menu entries. | |||
* | "Nothing here..." message for logview | Christian Mollekopf | 2017-08-03 | |
| | ||||
* | Set the font familiy for a much less horrible reading experience. | Christian Mollekopf | 2017-07-31 | |
| | ||||
* | Use a regular Label with a SelectableItem in the logview | Christian Mollekopf | 2017-07-31 | |
| | | | | | This allows to copy all labels within the layout. Maybe a bit too magic atm. | |||
* | SelectableLabel to support copying individual labels | Christian Mollekopf | 2017-07-29 | |
| | ||||
* | make error message wrap | Michael Bohlender | 2017-07-28 | |
| | ||||
* | Include all views in the button group | Christian Mollekopf | 2017-07-27 | |
| | ||||
* | improve layout issues when resizing | Michael Bohlender | 2017-07-27 | |
| | ||||
* | remove obsolete import | Michael Bohlender | 2017-07-27 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Use ListDelegate in AccountsView | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Standard ListDelegate onClicked handler | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Check composerbutton also when opened the "New Mail" button. | Christian Mollekopf | 2017-07-26 | |
| | ||||
* | Set an application wide default font. | Christian Mollekopf | 2017-07-26 | |
| | | | | | | Theoretically this should be picked up by all qtquickcontrols2 controls, and they should also handle inheriting the fonts to children. Seems to work for AbstractButton, but didn't for the label... |