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

Current dependencies list needs updating so people could at least run the app for testing. One obvious update should be `GtkSourceView (>= 5.0)` probably.

low-hanging-fruit
documentation
maintainability

This is a follow up on #999 The goal is to get pytest running again. Most tests fail spectacularly but at least we know know which are yet to be...

maintainability

This lets us run tests using the build system. It also makes GNOME Builder display the test in its tests list so we can execute them from there.

maintainability

In file: main_window.py, the comparison of Collection length creates a logical short circuit. I suggested that the Collection length comparison should be done without creating a logical short circuit. Sponsorship...

maintainability

As probably many "[chaos warriors](https://fortintam.com/blog/workers-typology-the-goldsmith-and-the-chaos-warrior/)" experience at some point when they get to hundreds and thousands of tasks, especially when you spend 99% of your time within the "Actionable" view,...

enhancement
patch-or-wont-happen
RFC

This is related to other problems that I've noticed/filed on the megabranch, but I couldn't find a duplicate here. Similar to https://github.com/diegogangl/gtg/issues/21 in that the DB has the correct data,...

bug
reproducible-in-git
regression

Currently the devel flatpak manifest "hardcodes" the git master branch as source. This leads to the surprising effect that freshly hand-crafted flatpaks exclude the hottest local changes of the sources....

packaging

in Gnome Terminal, when I have multiple tabs open, I can switch between them using Ctrl+PageUp and Ctrl+PageDown. I would like to do the same in GTG, because I constantly...

enhancement
low-hanging-fruit

Possibly a closely related issue to #1018, but the symptom and reproduction steps seems different. However the steps are very consistent and easy to reproduce, so this might be quite...

bug
priority:critical
reproducible-in-git
regression

This fixes the following warning when building GTG: ``` WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default...

packaging
maintainability