Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adujst draftlist delegate accordingly | Michael Bohlender | 2018-07-05 |
| | |||
* | move draft scrollbar to the right | Michael Bohlender | 2018-07-05 |
| | |||
* | Force keyboard focus | Christian Mollekopf | 2018-07-05 |
| | | | | otherwise the element won't highlight as it should. | ||
* | The TextEditor should be reachable with tab | Christian Mollekopf | 2018-07-05 |
| | |||
* | Avoid binding loop on initialText | Christian Mollekopf | 2018-07-05 |
| | | | | which broke html -> plain conversion | ||
* | Made the Drafts title bold | Christian Mollekopf | 2018-07-04 |
| | |||
* | Control disabledTextColor from the delegate as well | Christian Mollekopf | 2018-07-04 |
| | |||
* | Introduced a logmodel | Christian Mollekopf | 2018-07-04 |
| | | | | | To get rid of weird problems of lists converting to qmllistmodels. I'm relatively sure some crashes I've seen were related to this. | ||
* | visible doesn't work as we'd like | Christian Mollekopf | 2018-07-03 |
| | |||
* | Avoid highlighting the iconbutton again if we're already looking at the | Christian Mollekopf | 2018-07-03 |
| | | | | logview. | ||
* | A tooltip for the frequently elided label | Christian Mollekopf | 2018-07-01 |
| | |||
* | Fixed recipient width | Christian Mollekopf | 2018-07-01 |
| | |||
* | Test html loading in composer | Christian Mollekopf | 2018-07-01 |
| | | | | Currently fails due to broken test setup | ||
* | Enable HTML mode when loading an html message. | Christian Mollekopf | 2018-07-01 |
| | |||
* | Only show the logview if notificaitons are available | Christian Mollekopf | 2018-06-28 |
| | | | | and rename to Notification view | ||
* | clip daylong events | Michael Bohlender | 2018-06-28 |
| | |||
* | initial todo list | Michael Bohlender | 2018-05-24 |
| | |||
* | add background color | Michael Bohlender | 2018-05-24 |
| | |||
* | initial todo layout | Michael Bohlender | 2018-05-24 |
| | |||
* | change calendar view metadata | Michael Bohlender | 2018-05-24 |
| | |||
* | Implement DayLongEventModel and integrate it to the calendar | Rémi Nicole | 2018-05-15 |
| | | | | | | | | | | | | | | Summary: Fixes T8697 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Maniphest Tasks: T8697 Differential Revision: https://phabricator.kde.org/D12875 | ||
* | Deal with asynchronous component creation. | Christian Mollekopf | 2018-05-14 |
| | | | | | On windows event local components are apparently instantiated asynchronously. | ||
* | add overlapping event to testdata | Michael Bohlender | 2018-04-19 |
| | |||
* | whitespace | Michael Bohlender | 2018-04-19 |
| | |||
* | dummy calendar picker | Michael Bohlender | 2018-04-19 |
| | |||
* | calendar++ | Michael Bohlender | 2018-04-19 |
| | |||
* | make calendar view scale with window size | Michael Bohlender | 2018-04-19 |
| | |||
* | cleanup weekview sizes a bit | Michael Bohlender | 2018-04-19 |
| | |||
* | make events appear at the right time and have the right height | Michael Bohlender | 2018-04-19 |
| | |||
* | hide time chooser when daylong event | Michael Bohlender | 2018-04-19 |
| | |||
* | extend timechooser model | Michael Bohlender | 2018-04-19 |
| | |||
* | use daychooser and timechooser in eventview | Michael Bohlender | 2018-04-19 |
| | |||
* | add initial timechooser | Michael Bohlender | 2018-04-19 |
| | |||
* | add initial dayChooser | Michael Bohlender | 2018-04-19 |
| | |||
* | initial event view | Michael Bohlender | 2018-04-19 |
| | |||
* | Introduced an aborted hook to safe the draft before going down. | Christian Mollekopf | 2018-04-19 |
| | |||
* | inital calendar view layout | Michael Bohlender | 2018-04-19 |
| | |||
* | Always select the first index (INBOX) in the folderlist initially. | Christian Mollekopf | 2018-04-17 |
| | |||
* | Implement PeriodDayEventModel | Rémi Nicole | 2018-04-17 |
| | | | | | | | | | | | | | | | | | | Summary: Implements a model to load events. When finished, should fix T8225 TODO: - Use the parent / children model in qml, instead of relying on the ".events" attribute (using DelegateModel I think) Reviewers: cmollekopf Tags: #kube Maniphest Tasks: T8225 Differential Revision: https://phabricator.kde.org/D12089 | ||
* | Set the list of available account plugins from cmake | Christian Mollekopf | 2018-04-17 |
| | |||
* | Derive singleAccount mode from the list of accounts | Christian Mollekopf | 2018-04-17 |
| | |||
* | React to removal of last account | Christian Mollekopf | 2018-04-17 |
| | |||
* | Add calendar support in the Test Store | Rémi Nicole | 2018-04-17 |
| | | | | | | | | | | | | | | Summary: Fixes T8483 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Maniphest Tasks: T8483 Differential Revision: https://phabricator.kde.org/D12087 | ||
* | A reply shortcut | Christian Mollekopf | 2018-04-09 |
| | |||
* | Added scrolling shortcuts | Christian Mollekopf | 2018-04-09 |
| | |||
* | A help view to list shortcuts | Christian Mollekopf | 2018-04-09 |
| | |||
* | Conversation view keyboard navigation | Christian Mollekopf | 2018-04-06 |
| | |||
* | Try to fix the account wizard size on macos | Christian Mollekopf | 2018-04-04 |
| | | | | I don't think the mapToGlobal trick works on mac os. | ||
* | Got rid of controls1 where possible, and otherwise marked it learly | Christian Mollekopf | 2018-04-04 |
| | |||
* | Fixed test. | Christian Mollekopf | 2018-03-25 |
| | | | | What we should be doing is cleaning up in between the tests. |