gtg
gtg copied to clipboard
Getting Things GNOME! trunk
Currently, the CalDav sync only synchronizes tasks that are explicitly tagged with a `DAV_` tag. Since GTG has the concept of _subtag_, it would be great that tasks that are...
The CalDav backend isn't available on the latest Flathub release (0.6) because the Python `caldav` dependency isn't available. It would be great if this feature was made available in the...
Considering how @jaesivsm's optimization to process tasks only for the currently used tab (Open vs Actionable vs Closed) has pretty much cut startup time roughly in half (question: does the...
Essentially, https://bugs.launchpad.net/gtg/+bug/587307 still affects the current (0.3.1) version. If this was solved, there would be no need for issue #43.
I'm not sure if this is just a GTG logic bug, or if this is actually a libLarch treeview representation bug, or both, or something else entirely. But let's say...
When in developer console, it takes only to type: `help()` (as hinted after typing `help`) to freeze the program.
Since I've been running the flatpak version for stable, my config files for GTG are not in the main XDG config folder, and apparently this causes the test suite to...
Something worth investigating and documenting (if it's not a matter of committing some config file or something): the release checklist markdown files in the docs mentions that we typically use...
The current export plugin is based on several dependencies that are dead for most distros or require serious hunting. This could be simplified by having a simpler plugin that exports...
Export plugin text template does not work, because it requires `htmllib` in file `GTG/plugins/export/export_templates/template_textual.txt`, but it's not mentioned in documentation nor in plugin dependencies: https://github.com/getting-things-gnome/gtg/blob/4bd89aa55cb15b5cd077afd5fc08c2718ef51528/GTG/plugins/export.gtg-plugin#L9 It's similar to #831, however...