summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Collapse)AuthorAge
* adujst draftlist delegate accordinglyMichael Bohlender2018-07-05
|
* move draft scrollbar to the rightMichael Bohlender2018-07-05
|
* Force keyboard focusChristian Mollekopf2018-07-05
| | | | otherwise the element won't highlight as it should.
* The TextEditor should be reachable with tabChristian Mollekopf2018-07-05
|
* Avoid binding loop on initialTextChristian Mollekopf2018-07-05
| | | | which broke html -> plain conversion
* Made the Drafts title boldChristian Mollekopf2018-07-04
|
* Control disabledTextColor from the delegate as wellChristian Mollekopf2018-07-04
|
* Introduced a logmodelChristian Mollekopf2018-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 likeChristian Mollekopf2018-07-03
|
* Avoid highlighting the iconbutton again if we're already looking at theChristian Mollekopf2018-07-03
| | | | logview.
* A tooltip for the frequently elided labelChristian Mollekopf2018-07-01
|
* Fixed recipient widthChristian Mollekopf2018-07-01
|
* Test html loading in composerChristian Mollekopf2018-07-01
| | | | Currently fails due to broken test setup
* Enable HTML mode when loading an html message.Christian Mollekopf2018-07-01
|
* Only show the logview if notificaitons are availableChristian Mollekopf2018-06-28
| | | | and rename to Notification view
* clip daylong eventsMichael Bohlender2018-06-28
|
* initial todo listMichael Bohlender2018-05-24
|
* add background colorMichael Bohlender2018-05-24
|
* initial todo layoutMichael Bohlender2018-05-24
|
* change calendar view metadataMichael Bohlender2018-05-24
|
* Implement DayLongEventModel and integrate it to the calendarRémi Nicole2018-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 Mollekopf2018-05-14
| | | | | On windows event local components are apparently instantiated asynchronously.
* add overlapping event to testdataMichael Bohlender2018-04-19
|
* whitespaceMichael Bohlender2018-04-19
|
* dummy calendar pickerMichael Bohlender2018-04-19
|
* calendar++Michael Bohlender2018-04-19
|
* make calendar view scale with window sizeMichael Bohlender2018-04-19
|
* cleanup weekview sizes a bitMichael Bohlender2018-04-19
|
* make events appear at the right time and have the right heightMichael Bohlender2018-04-19
|
* hide time chooser when daylong eventMichael Bohlender2018-04-19
|
* extend timechooser modelMichael Bohlender2018-04-19
|
* use daychooser and timechooser in eventviewMichael Bohlender2018-04-19
|
* add initial timechooserMichael Bohlender2018-04-19
|
* add initial dayChooserMichael Bohlender2018-04-19
|
* initial event viewMichael Bohlender2018-04-19
|
* Introduced an aborted hook to safe the draft before going down.Christian Mollekopf2018-04-19
|
* inital calendar view layoutMichael Bohlender2018-04-19
|
* Always select the first index (INBOX) in the folderlist initially.Christian Mollekopf2018-04-17
|
* Implement PeriodDayEventModelRémi Nicole2018-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 cmakeChristian Mollekopf2018-04-17
|
* Derive singleAccount mode from the list of accountsChristian Mollekopf2018-04-17
|
* React to removal of last accountChristian Mollekopf2018-04-17
|
* Add calendar support in the Test StoreRémi Nicole2018-04-17
| | | | | | | | | | | | | | Summary: Fixes T8483 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Maniphest Tasks: T8483 Differential Revision: https://phabricator.kde.org/D12087
* A reply shortcutChristian Mollekopf2018-04-09
|
* Added scrolling shortcutsChristian Mollekopf2018-04-09
|
* A help view to list shortcutsChristian Mollekopf2018-04-09
|
* Conversation view keyboard navigationChristian Mollekopf2018-04-06
|
* Try to fix the account wizard size on macosChristian Mollekopf2018-04-04
| | | | I don't think the mapToGlobal trick works on mac os.
* Got rid of controls1 where possible, and otherwise marked it learlyChristian Mollekopf2018-04-04
|
* Fixed test.Christian Mollekopf2018-03-25
| | | | What we should be doing is cleaning up in between the tests.