gtg
gtg copied to clipboard
Getting Things GNOME! trunk
Current dependencies list needs updating so people could at least run the app for testing. One obvious update should be `GtkSourceView (>= 5.0)` probably.
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...
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.
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...
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,...
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,...
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....
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...
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...
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...