Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Position the branch delegate properly | Christian Mollekopf | 2018-08-20 |
| | | | | It was off before, and is now nicely aligned with the text for me. | ||
* | Default to fontSize 11 | Christian Mollekopf | 2018-08-20 |
| | |||
* | Use qt5ct to set the font size to 11 | Christian Mollekopf | 2018-08-20 |
| | | | | | Otherwise we default to a rather small value of 9 which is hardcoded in qgenericunixthemes.cpp. | ||
* | Fixed daylongeventmodel | Christian Mollekopf | 2018-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 Mollekopf | 2018-08-20 |
| | | | | Happened with events that are partially within the range. | ||
* | Toggle checkbox with return. | Christian Mollekopf | 2018-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 Mollekopf | 2018-08-20 |
| | |||
* | Cleaner layouting of calendar sidebar | Christian Mollekopf | 2018-08-20 |
| | |||
* | Print the selected date | Christian Mollekopf | 2018-08-20 |
| | |||
* | Tooltip for truncated calendars | Christian Mollekopf | 2018-08-20 |
| | |||
* | Display the week number | Christian Mollekopf | 2018-08-20 |
| | |||
* | Display day number | Christian Mollekopf | 2018-08-20 |
| | |||
* | Fetching the calendar colors once is enough. | Christian Mollekopf | 2018-08-20 |
| | |||
* | Calendar color as part of combobox | Christian Mollekopf | 2018-08-19 |
| | |||
* | The path is encoded into the name, so elide left makes more sense | Christian Mollekopf | 2018-08-19 |
| | |||
* | Don't overlap the scrollbar | Christian Mollekopf | 2018-08-19 |
| | |||
* | ListView for calendars so we can deal with many calendars | Christian Mollekopf | 2018-08-19 |
| | |||
* | Hide the sidebar of the search view | Christian Mollekopf | 2018-08-18 |
| | |||
* | Overlay positioning via the base View | Christian Mollekopf | 2018-08-18 |
| | | | | This fixes the position when running the search view main.qml | ||
* | Removed the imap/maildir accounts from the default set. | Christian Mollekopf | 2018-08-18 |
| | |||
* | Cleanup | Christian Mollekopf | 2018-08-18 |
| | |||
* | Account name from metadata.json | Christian Mollekopf | 2018-08-18 |
| | |||
* | A generic account. | Christian Mollekopf | 2018-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 Mollekopf | 2018-08-18 |
| | | | | We have a hardcoded list and know which plugins we instantiate. | ||
* | Hopefully fixed file dialogs on mac. | Christian Mollekopf | 2018-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 warning | Christian Mollekopf | 2018-08-17 |
| | |||
* | Better defaults for the attachment file dialog | Christian Mollekopf | 2018-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 automatically | Christian Mollekopf | 2018-08-17 |
| | |||
* | omstdout seems to create an endless loop | Christian Mollekopf | 2018-08-17 |
| | | | | ... or something else that completely overloads rsyslog | ||
* | Delete-key to move to trash | Christian Mollekopf | 2018-08-17 |
| | |||
* | runinnamespace script | Christian Mollekopf | 2018-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 labels | Christian Mollekopf | 2018-08-17 |
| | |||
* | Proper anchoring | Christian Mollekopf | 2018-08-17 |
| | |||
* | Set missing MACOSX_BUNDLE properties | Christian Mollekopf | 2018-08-17 |
| | |||
* | Invert the calendar filter so all calendars are enabled by default | Christian Mollekopf | 2018-08-15 |
| | | | | unless explicitly disabled. | ||
* | Possibility to enforce a single kube instance through a lockfile | Christian Mollekopf | 2018-08-14 |
| | | | | Necessary for the flatpak until we solve the pid issues. | ||
* | Moved the backtrace function to a separate file | Christian Mollekopf | 2018-08-14 |
| | |||
* | Docker apparently needs .* to match dotfiles | Christian Mollekopf | 2018-08-06 |
| | |||
* | A calendar filter | Christian Mollekopf | 2018-08-06 |
| | |||
* | improve positive button highlight | Michael Bohlender | 2018-08-06 |
| | |||
* | Actually filter the daylong event model | Christian Mollekopf | 2018-08-04 |
| | |||
* | Use full date to check for today | Christian Mollekopf | 2018-08-04 |
| | |||
* | Clicking date-selector works as well | Christian Mollekopf | 2018-08-04 |
| | |||
* | Always select first day of week initially | Christian Mollekopf | 2018-08-04 |
| | |||
* | Button alignment | Christian Mollekopf | 2018-08-04 |
| | |||
* | A date selector | Christian Mollekopf | 2018-08-04 |
| | |||
* | go-next icon | Christian Mollekopf | 2018-08-04 |
| | |||
* | Cleanup | Christian Mollekopf | 2018-08-04 |
| | |||
* | Use first day of week from locale | Christian Mollekopf | 2018-08-04 |
| | |||
* | Deal with month changes | Christian Mollekopf | 2018-08-04 |
| |