summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Use a ScrollHelper to fix scrolling on listviewsChristian Mollekopf2017-07-15
| | | | | | | | | | Because the standard scrolling is so unusable depending on the input device we replace it by something custom that is fairly similar to what QQC1 ScrollView did. Using a ScrollView sucks in many ways, including that you have to wrap all sorts of things which is just code wise not great at all. The ScrollHelper can instead be attached to any existing flickable to override it's scrolling behaviour, so we can also silently drop it once the default flickable behaviour starts to make sense.
* CleanupChristian Mollekopf2017-07-12
|
* Scrollbar on conversation viewChristian Mollekopf2017-07-12
|
* Use Kube.ListView everywhereChristian Mollekopf2017-07-12
|
* Some random other factors for scrolling speed.Christian Mollekopf2017-07-12
| | | | This will require some experimentation with various hardware...
* A listview with sane scrollingChristian Mollekopf2017-07-12
|
* Instead of emulating it we can also just layout the items in reverseChristian Mollekopf2017-07-12
| | | | order
* Ensure that all items can always be centered.Christian Mollekopf2017-07-11
| | | | I had a gridUnit of 17, which results in icons being 1 pixel off.
* We want that shortcut on non-trash itemsChristian Mollekopf2017-07-11
|
* Stop at boundsChristian Mollekopf2017-07-11
|
* Print attachment statusChristian Mollekopf2017-07-11
|
* Fixed multipart/alternative repliesChristian Mollekopf2017-07-11
|
* Reply all is the better default for now,Christian Mollekopf2017-07-11
| | | | so you can simply remove the recipients you're not interested.
* Don't set that option twiceChristian Mollekopf2017-07-06
|
* One QT_MIN_VERSION is enough, also it's 5.7Christian Mollekopf2017-07-05
|
* Bumped version number in kube.specChristian Mollekopf2017-07-04
|
* Going towards 0.4Christian Mollekopf2017-07-03
|
* Release of kube 0.3.1v0.3.1Christian Mollekopf2017-07-02
|
* Fixed triggering of DAV syncChristian Mollekopf2017-07-02
|
* Release of v0.3.0v0.3.0Christian Mollekopf2017-07-02
|
* Bumped release versionChristian Mollekopf2017-06-30
|
* Don't depend on a devel package in the release versionChristian Mollekopf2017-06-30
|
* Go-up iconChristian Mollekopf2017-06-30
|
* Fixed build with qt 5.7Christian Mollekopf2017-06-30
|
* Make the details button always visible.Christian Mollekopf2017-06-30
| | | | | | We also need it when the to: line is too long. That leaves us with the case where the button does nothing because there isn't anything else to show.
* Reply to signed messages.Christian Mollekopf2017-06-30
|
* Fixed html to plaintext conversionChristian Mollekopf2017-06-30
|
* A single shared testdata set.Christian Mollekopf2017-06-30
|
* Forward focus for repliesChristian Mollekopf2017-06-30
|
* add border color to adresseelistCompleterMichael Bohlender2017-06-29
|
* fix autocompletelineedit delegateMichael Bohlender2017-06-29
|
* change wrapMode to WordWrapMichael Bohlender2017-06-29
|
* do not hardcode fontsize in mailviewMichael Bohlender2017-06-29
|
* do not hardcode fontPointsizeMichael Bohlender2017-06-29
|
* introduce Kube.HeadingMichael Bohlender2017-06-29
|
* Updated spec fileChristian Mollekopf2017-06-29
|
* Show a mouse-cursor on hoverChristian Mollekopf2017-06-28
|
* Assemble the address the right way around.Christian Mollekopf2017-06-28
|
* Only show details if there are anyChristian Mollekopf2017-06-27
|
* Conditionally show the imageChristian Mollekopf2017-06-27
|
* Show Avatar imagesChristian Mollekopf2017-06-27
|
* No more dummy values in the people viewChristian Mollekopf2017-06-27
|
* remove kirigami dependencyMichael Bohlender2017-06-27
|
* Use Kube.IconButton for the outbox as wellChristian Mollekopf2017-06-23
|
* Add a basic css to html mails to suppress scrollbars.Christian Mollekopf2017-06-23
| | | | https://stackoverflow.com/questions/32612478/remove-scrollbars-from-qwebengineview-or-qwebenginepage
* Fixed the reply regexpChristian Mollekopf2017-06-23
|
* Refactored the reply generating code for comprehensibilityChristian Mollekopf2017-06-23
|
* Remove any leftover recipients for repliesChristian Mollekopf2017-06-23
|
* Use the implcit flickable to simplify the codeChristian Mollekopf2017-06-23
|
* Slightly better sizing in the composerChristian Mollekopf2017-06-23
|