summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Rename GMail -> Google in the UI onlybetter-google-accountMinijackson2018-08-23
|
* Add CalDAV and CardDAV Google settingsMinijackson2018-08-23
|
* Revert "Add caldav and carddav URLs + rename Gmail -> Google"Minijackson2018-08-23
| | | | This reverts commit ef1cf433c9598430654e87790fdb1be11f82ecd1.
* Add caldav and carddav URLs + rename Gmail -> GoogleMinijackson2018-08-23
|
* Fixed comparison warningChristian Mollekopf2018-08-22
|
* Fixed calendar text colorChristian Mollekopf2018-08-22
|
* Fixed the list delegateChristian Mollekopf2018-08-22
|
* Sort calendars by nameChristian Mollekopf2018-08-22
|
* use textcolor on grey backgroundMichael Bohlender2018-08-22
|
* do not use anchors inside a LayoutMichael Bohlender2018-08-22
|
* Don't apply the fontsize fix on mac.Christian Mollekopf2018-08-22
|
* Margins all aroundChristian Mollekopf2018-08-21
|
* Wrap and elide the event description as necessaryChristian Mollekopf2018-08-21
|
* We need hoverEnabled if we want to detect hover events.Christian Mollekopf2018-08-21
| | | | Not sure why this ever worked.
* Use the refresh signal in the conversation view as well.Christian Mollekopf2018-08-21
|
* Use the refresh signalChristian Mollekopf2018-08-21
|
* Refreshable calendar.Christian Mollekopf2018-08-21
|
* A refresh signal that can be used to fetch data.Christian Mollekopf2018-08-21
| | | | | This will be automatically triggered when the user selects a view, and whenever f5 is pressed.
* Position the branch delegate properlyChristian Mollekopf2018-08-20
| | | | It was off before, and is now nicely aligned with the text for me.
* Default to fontSize 11Christian Mollekopf2018-08-20
|
* Use qt5ct to set the font size to 11Christian Mollekopf2018-08-20
| | | | | Otherwise we default to a rather small value of 9 which is hardcoded in qgenericunixthemes.cpp.
* Fixed daylongeventmodelChristian Mollekopf2018-08-20
| | | | | | Invalidating the filter is not enough, because for events that overlap weeks the filter still applies, but the position of the event changes. invalidate() seems to be enough though.
* Fixed out of bounds array access.Christian Mollekopf2018-08-20
| | | | Happened with events that are partially within the range.
* Toggle checkbox with return.Christian Mollekopf2018-08-20
| | | | | toggle() doesn't reliably work for some reason, so we use the checked state instead.
* Click the current date to go back to the current date.Christian Mollekopf2018-08-20
|
* Cleaner layouting of calendar sidebarChristian Mollekopf2018-08-20
|
* Print the selected dateChristian Mollekopf2018-08-20
|
* Tooltip for truncated calendarsChristian Mollekopf2018-08-20
|
* Display the week numberChristian Mollekopf2018-08-20
|
* Display day numberChristian Mollekopf2018-08-20
|
* Fetching the calendar colors once is enough.Christian Mollekopf2018-08-20
|
* Calendar color as part of comboboxChristian Mollekopf2018-08-19
|
* The path is encoded into the name, so elide left makes more senseChristian Mollekopf2018-08-19
|
* Don't overlap the scrollbarChristian Mollekopf2018-08-19
|
* ListView for calendars so we can deal with many calendarsChristian Mollekopf2018-08-19
|
* Hide the sidebar of the search viewChristian Mollekopf2018-08-18
|
* Overlay positioning via the base ViewChristian Mollekopf2018-08-18
| | | | This fixes the position when running the search view main.qml
* Removed the imap/maildir accounts from the default set.Christian Mollekopf2018-08-18
|
* CleanupChristian Mollekopf2018-08-18
|
* Account name from metadata.jsonChristian Mollekopf2018-08-18
|
* A generic account.Christian Mollekopf2018-08-18
| | | | | | This is intended to eventually replace the protocol specific accounts. The account is used to group together several protocols to one logical service, and thus it makes sense to set it up as one.
* Disabled useless debug message.Christian Mollekopf2018-08-18
| | | | We have a hardcoded list and know which plugins we instantiate.
* Hopefully fixed file dialogs on mac.Christian Mollekopf2018-08-18
| | | | | | | There seems to be a problem with setting visible=true before the component is completed. The dialog doesn't have to wrapped in a component anyways, and we can just show it using open.
* Avoid warningChristian Mollekopf2018-08-17
|
* Better defaults for the attachment file dialogChristian Mollekopf2018-08-17
| | | | | | | multi-selection, start at homedir Perhaps this also works around https://bugreports.qt.io/browse/QTBUG-53707 that seems to break qt on mac.
* Daemons detach automaticallyChristian Mollekopf2018-08-17
|
* omstdout seems to create an endless loopChristian Mollekopf2018-08-17
| | | | ... or something else that completely overloads rsyslog
* Delete-key to move to trashChristian Mollekopf2018-08-17
|
* runinnamespace scriptChristian Mollekopf2018-08-17
| | | | | | | Helps to test the scenario of two kube instances with separate pid namespaces but shared filesystem as it can happen with flatpak. lmdb does not support that scenario due to the use of the pid for locking.
* Elide calendar labelsChristian Mollekopf2018-08-17
|