gtg icon indicating copy to clipboard operation
gtg copied to clipboard

Getting Things GNOME! trunk

Results 230 gtg issues
Sort by recently updated
recently updated
newest added

GTG currently uses a custom ini system with a somewhat hacky type system. On the other hand Gtk has GSettings which are schema based and come with several nice features....

enhancement
priority:low
dependencies
maintainability

The "docs/gtg.1" file has this mention that intrigued me: ``` --local-liblarch Use local liblarch. Look for the liblarch python library in ../liblarch. This is mainly useful for testing purpose. ```...

question
needinfo
reproducible-in-git
documentation
maintainability

This issue is related to small things that can be done to improve code quality and make it more approachable to new contributors. This is an on-going effort. ## Organize...

enhancement
priority:medium
low-hanging-fruit
maintainability

We have received many issues and in hindsight I took short sided decisions about recurring tasks. That's why I opening this issue so that we can discuss how we might...

enhancement
priority:medium
patch-or-wont-happen
documentation
RFC

Since the task editor windows tend to be small, and there are buttons in the headerbar, I've been thinking on multiple occasions that there is not enough width for the...

enhancement
low-hanging-fruit
needinfo
reproducible-in-git
RFC

**Context:** Global generic exception ```python-traceback Traceback (most recent call last): File "/app/lib/python3.9/site-packages/GTG/gtk/browser/main_window.py", line 1060, in on_edit_active_task self.app.open_task(tid) File "/app/lib/python3.9/site-packages/GTG/gtk/application.py", line 553, in open_task editor = TaskEditor(requester=self.req, app=self, task=task, File "/app/lib/python3.9/site-packages/GTG/gtk/editor/editor.py",...

bug
priority:medium

Over time I've come to think that it would be nice to be able to temporarily star/pin the 1, 2 or 3 tasks you want to accomplish as priorities today....

enhancement
priority:low
patch-or-wont-happen
plugins

Quick idea I had, I can never quite remember this. The button in the search field toggles the popup with a quick cheatsheet of the syntax. ![Screenshot from 2021-11-08 19-42-15](https://user-images.githubusercontent.com/264829/140829982-dae00fef-47e6-4d6c-b8e6-bc928b6c537e.png)...

enhancement

Clicking the "Enable syncing" button on the CalDAV provider screen raises this exception: **Context:** Global generic exception ```python-traceback Traceback (most recent call last): File "/home/eloi/dev/gnome/gtg/.local_build/install/lib/python3.11/site-packages/GTG/gtk/browser/main_window.py", line 1554, in on_backend_needing_interaction infobar.set_interaction_request(description,...

priority:high
reproducible-in-git
plugins
regression

After https://github.com/getting-things-gnome/gtg/commit/23a986847a61f4744a1e9a323a4f5b353358d2e5, opening GTG results in some sort of infinite loop of errors that spawns the "something unexpected happened" dialog continuously and makes it difficult to close GTG. This is...

bug
reproducible-in-git
regression