| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gtg | Distribution: openSUSE Tumbleweed |
| Version: 0.6 | Vendor: openSUSE |
| Release: 1.13 | Build date: Fri Mar 18 05:26:53 2022 |
| Group: Productivity/Office/Organizers | Build host: reproducible |
| Size: 3013337 | Source RPM: gtg-0.6-1.13.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://wiki.gnome.org/Apps/GTG | |
| Summary: Personal Organizer for GNOME | |
Getting Things GNOME! (GTG) is a personal organizer for the GNOME desktop environment inspired by the Getting Things Done (GTD) methodology. GTG is designed with flexibility, adaptability, and ease of use in mind so it can be used as more than just GTD software. GTG is intended to help you track everything you need to do and need to know, from small tasks to large projects.
GPL-3.0-or-later
* Fri Mar 18 2022 Luciano Santos <luc14n0@opensuse.org>
- Update to version 0.6:
+ GTG 0.6 brings even more performance improvements, many bug
fixes, the introduction of the CalDAV synchronization service,
the new Gamify plugin, and a redesign of the Tag Editor.
+ Some of the new features additions:
- Support for undo/redo actions in the Task Editor.
- The ability to collapse and expand all tasks in the main menu.
- F10 shortcut to open the main menu.
- ESC now closes the calendar picker window.
- CTRL+B shortcut to set focus on the sidebar.
- An option to set the due date to "today" in the context menu.
+ Some of the improvements:
- Made an update to prevent errors when no task is selected.
- Made several changes in preparation for Gtk 4.0.
- Added gtg://TASK-ID to the command-line help.
- Added the -p parameter for profiling in debug.sh.
+ Updated documentation.
- For a more extensive list of changes in 0.6, visit:
https://github.com/getting-things-gnome/gtg/blob/v0.6/NEWS
- For a more detailed overview of what has changed in 0.6, visit:
https://fortintam.com/blog/gtg-0-6-released/
- Drop already merged 0001-GTG-0.5-fix-meson-build-failure.patch
patch.
- Add hamster-time-tracer recommendation for Hamster Plugin
integration.
* Thu Feb 10 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Add explicit itstool BuildRequires: meson checks for it.
* Fri Jan 07 2022 Luciano Santos <luc14n0@opensuse.org>
- Add fix upstream 0001-GTG-0.5-fix-meson-build-failure.patch based
on commit 1809d10663ae3d8f69c04138b66f9b4e66ee14f6.
Fix i18n.merge_file() that got "build_always_stale" keyword
argument removed from Meson 0.60 release.
- Add sed call to fix shebang issues (env python3, or unneeded
shebang) for gtg binary, networkmanager.py, info.py and
script_pocketmod.
* Tue Jan 04 2022 Luciano Santos <luc14n0@opensuse.org>
- Add explicit python-rpm-macros build requirement to avoid
openSUSE Leap build failures due to package not being pulled
automatically.
- Update "GPL-3.0+" license tag to "GPL-3.0-or-later" following
SPDX-3.0 format.
- Make use of version macro in Source tag rather than hardcode.
- Drop deprecated BuildRoot tag.
* Mon Apr 26 2021 Daike Yu <yu.daike@suse.com>
- Use python3_sitelib to allow successful build on Leap
* Thu Apr 08 2021 Daike Yu <yu.daike@suse.com>
- Update to version 0.5 (boo#1184389)
+ Update to version 0.5:
- Much faster startup time
- Much faster switching between tags
- Much more efficient (and faster) live searching
- Less UI micro-freezes (if at all) when editing tasks
- Much faster read/write operations on the file format
- Recurring (repeating) tasks
- A much wider choice of emblems for your tags, as they now use
emojis
- Much improved visual representation of contents in the task
editor
- Support for sub-headings in the task editor
- The resurrection of the Hamster plugin
- Dark mode
+ Update to version 0.4:
- Client-side window decorations using the GTK HeaderBar
widget. Along with the removal of the menu bars, this saves a
significant amount of space and allows for more content to be
displayed on screen.
- The Preferences dialog was redesigned, and its contents
cleaned up to remove obsolete settings
(https://github.com/getting-things-gnome/gtg/pull/227).
- All windows are properly parented (set as transient) with the
main window, so that they can be handled better by window
managers.
- Symbolic icons are available throughout the UI.
- Improvements to padding and borders are visible throughout the
application.
- You can now open (or create) a task’s parent task.
- You can now select multiple closed tasks and perform bulk
actions on them.
- You can now rename or delete tags by right-clicking them in
the main window.
- You can automatically generate and assign tag colors.
- The Quick Add entry now supports emojis.
- The Task Editor now provides a searchable "tag picker" widget.
- The "Task Reaper" allows deleting old closed tasks for
increased performance. Previously available as a plugin, it is
now a built-in feature, available in the Preferences dialog.
- The Quick Deferral (previously, the "Do it Tomorrow" plugin)
is now built-in. It is now possible to defer multiple tasks at
once to common upcoming days or to a custom date.
- In the unlikely case where GTG encounters a problem opening
your data file, it will automatically attempt recovery from a
previous backup snapshot and let you know about it.
- The menu bar has been replaced by a menu button.
Non-contextual actions have been moved to the main menu button.
- Searching is now handled through a dedicated Search Bar that
can be toggled on and off with the mouse, or the Ctrl+F
keyboard shortcut.
- The "Workview" mode has been renamed to the "Actionable" view.
- Sorting tasks by title is now case-insensitive and ignores
@ characters
https://github.com/getting-things-gnome/gtg/issues/375
- Start/Due/Closed dates now display as properly translated in
the Task Browser
https://github.com/getting-things-gnome/gtg/issues/357
- In the right-click context menus, more start/due dates choices
are available, including common upcoming dates and a custom
date picker
https://github.com/getting-things-gnome/gtg/issues/244
- The Calendar date picker pop-up widgets have been improved
https://github.com/getting-things-gnome/gtg/pull/230
- The Task Editor now tries to place newly created windows more
logically
https://github.com/getting-things-gnome/gtg/issues/287
- The title (first line of a task) has been changed to a neutral
black header, so that it doesn’t look like a hyperlink.
- The user manual has been rewritten, reorganized, and updated
with new images
https://github.com/getting-things-gnome/gtg/issues/243
- Contributor documentation was rewritten to make it easier to
get involved and to clarify project contribution guidelines.
https://github.com/getting-things-gnome/gtg/issues/200
https://fortintam.com/blog/improving-developer-experience-and-attracting-open-source-project-contributors/
- Updates were made to overall code quality to reduce barriers
to contribution
https://github.com/getting-things-gnome/gtg/issues/237
- The code has been ported to use GtkApplication, resulting in
simpler and more robust UI code overall.
- GtkBuilder/Glade ".ui" files have been regrouped into one
location.
- Reorganization of various .py files for consistency.
- The debugging/logging system has been simplified.
- Various improvements to the test suite.
- The codebase is mostly PEP8-compliant.
- We relaxed the PEP8 max line length convention to 100 cols for
readability, because this is not the nineties anymore.
- Support is available for Tox, for testing automation within
virtualenvs
- The application's translatable strings have been reviewed and
harmonized, to ensure the entire application is translatable.
- Application CSS has been moved to its own file
https://github.com/getting-things-gnome/gtg/pull/229
- GTG now provides an "AppData" (FreeDesktop AppStream metadata)
file to properly present itself in distro-agnostic
software-centers.
- The Meson build system is now supported
https://github.com/getting-things-gnome/gtg/pull/315
+ The development version’s launch script now allows running
with various languages, using the LANG environment variable for example.
+ Appdata and desktop files are named based on the chosen Meson profile
https://github.com/getting-things-gnome/gtg/pull/349
+ Depending on the Meson profile, the HeaderBar style changes dynamically
to indicate when run in a dev environment, such as GNOME Builder
https://github.com/getting-things-gnome/gtg/issues/341
- Drop gtg-fix-pynotify-crash.patch: fixed upstream.
* Thu Jan 30 2020 Dominique Leuenberger <dimstar@opensuse.org>
- No longer recommend -lang: supplements are in use
* Mon Dec 17 2018 Dan Čermák <dcermak@suse.com>
- Fix name of python-liblarch_gtk to python-liblarch-gtk
* Sun Mar 18 2018 luc14n0@linuxmail.org
- Add gtg-fix-pynotify-crash.patch and python-notify Requires to
fix a crashing due to the lack of installed python-notify
(lp#1264846).
* Mon May 18 2015 fcrozat@suse.com
- Update url field in specfile.
/usr/bin/gtg /usr/lib/python3.13/site-packages/GTG /usr/lib/python3.13/site-packages/GTG/__init__.py /usr/lib/python3.13/site-packages/GTG/__pycache__ /usr/lib/python3.13/site-packages/GTG/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends /usr/lib/python3.13/site-packages/GTG/backends/__init__.py /usr/lib/python3.13/site-packages/GTG/backends/__pycache__ /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/backend_caldav.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/backend_localfile.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/backend_signals.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/generic_backend.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/periodic_import_backend.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/__pycache__/sync_engine.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/backends/backend_caldav.py /usr/lib/python3.13/site-packages/GTG/backends/backend_localfile.py /usr/lib/python3.13/site-packages/GTG/backends/backend_signals.py /usr/lib/python3.13/site-packages/GTG/backends/generic_backend.py /usr/lib/python3.13/site-packages/GTG/backends/periodic_import_backend.py /usr/lib/python3.13/site-packages/GTG/backends/sync_engine.py /usr/lib/python3.13/site-packages/GTG/core /usr/lib/python3.13/site-packages/GTG/core/__init__.py /usr/lib/python3.13/site-packages/GTG/core/__pycache__ /usr/lib/python3.13/site-packages/GTG/core/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/borg.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/clipboard.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/datastore.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/dates.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/dirs.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/firstrun_tasks.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/info.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/interruptible.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/keyring.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/networkmanager.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/requester.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/search.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/tag.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/task.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/timer.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/treefactory.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/twokeydict.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/urlregex.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/versioning.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/watchdog.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/__pycache__/xml.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/borg.py /usr/lib/python3.13/site-packages/GTG/core/clipboard.py /usr/lib/python3.13/site-packages/GTG/core/config.py /usr/lib/python3.13/site-packages/GTG/core/datastore.py /usr/lib/python3.13/site-packages/GTG/core/dates.py /usr/lib/python3.13/site-packages/GTG/core/dirs.py /usr/lib/python3.13/site-packages/GTG/core/firstrun_tasks.py /usr/lib/python3.13/site-packages/GTG/core/info.py /usr/lib/python3.13/site-packages/GTG/core/interruptible.py /usr/lib/python3.13/site-packages/GTG/core/keyring.py /usr/lib/python3.13/site-packages/GTG/core/networkmanager.py /usr/lib/python3.13/site-packages/GTG/core/plugins /usr/lib/python3.13/site-packages/GTG/core/plugins/__init__.py /usr/lib/python3.13/site-packages/GTG/core/plugins/__pycache__ /usr/lib/python3.13/site-packages/GTG/core/plugins/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/plugins/__pycache__/api.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/plugins/__pycache__/engine.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/core/plugins/api.py /usr/lib/python3.13/site-packages/GTG/core/plugins/engine.py /usr/lib/python3.13/site-packages/GTG/core/requester.py /usr/lib/python3.13/site-packages/GTG/core/search.py /usr/lib/python3.13/site-packages/GTG/core/tag.py /usr/lib/python3.13/site-packages/GTG/core/task.py /usr/lib/python3.13/site-packages/GTG/core/timer.py /usr/lib/python3.13/site-packages/GTG/core/treefactory.py /usr/lib/python3.13/site-packages/GTG/core/twokeydict.py /usr/lib/python3.13/site-packages/GTG/core/urlregex.py /usr/lib/python3.13/site-packages/GTG/core/versioning.py /usr/lib/python3.13/site-packages/GTG/core/watchdog.py /usr/lib/python3.13/site-packages/GTG/core/xml.py /usr/lib/python3.13/site-packages/GTG/gtk /usr/lib/python3.13/site-packages/GTG/gtk/__init__.py /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__ /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/application.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/colors.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/errorhandler.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/general_preferences.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/plugins.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/preferences.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/__pycache__/tag_completion.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/application.py /usr/lib/python3.13/site-packages/GTG/gtk/backends /usr/lib/python3.13/site-packages/GTG/gtk/backends/__init__.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__ /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__/addpanel.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__/backendscombo.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__/backendstree.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/__pycache__/configurepanel.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/addpanel.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/backendscombo.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/backendstree.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/configurepanel.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__init__.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__ /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/checkbox.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/import_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/password.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/path.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/period.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/__pycache__/text.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/checkbox.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/import_tags.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/password.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/path.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/period.py /usr/lib/python3.13/site-packages/GTG/gtk/backends/parameters_ui/text.py /usr/lib/python3.13/site-packages/GTG/gtk/browser /usr/lib/python3.13/site-packages/GTG/gtk/browser/__init__.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__ /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/adaptive_button.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/backend_infobar.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/cell_renderer_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/delete_tag.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/delete_task.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/main_window.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/modify_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/quick_add.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/simple_color_selector.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/tag_context_menu.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/tag_editor.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/__pycache__/treeview_factory.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/browser/adaptive_button.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/backend_infobar.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/cell_renderer_tags.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/delete_tag.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/delete_task.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/main_window.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/modify_tags.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/quick_add.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/simple_color_selector.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/tag_context_menu.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/tag_editor.py /usr/lib/python3.13/site-packages/GTG/gtk/browser/treeview_factory.py /usr/lib/python3.13/site-packages/GTG/gtk/colors.py /usr/lib/python3.13/site-packages/GTG/gtk/data /usr/lib/python3.13/site-packages/GTG/gtk/data/backends.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/calendar.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/context_menus.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/general_preferences.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/help_overlay.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/main_window.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/modify_tags.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/plugins.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/preferences.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/style.css /usr/lib/python3.13/site-packages/GTG/gtk/data/tag_editor.ui /usr/lib/python3.13/site-packages/GTG/gtk/data/task_editor.ui /usr/lib/python3.13/site-packages/GTG/gtk/editor /usr/lib/python3.13/site-packages/GTG/gtk/editor/__init__.py /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__ /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/calendar.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/editor.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/recurring_menu.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/taskview.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/__pycache__/text_tags.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/gtk/editor/calendar.py /usr/lib/python3.13/site-packages/GTG/gtk/editor/editor.py /usr/lib/python3.13/site-packages/GTG/gtk/editor/recurring_menu.py /usr/lib/python3.13/site-packages/GTG/gtk/editor/taskview.py /usr/lib/python3.13/site-packages/GTG/gtk/editor/text_tags.py /usr/lib/python3.13/site-packages/GTG/gtk/errorhandler.py /usr/lib/python3.13/site-packages/GTG/gtk/general_preferences.py /usr/lib/python3.13/site-packages/GTG/gtk/plugins.py /usr/lib/python3.13/site-packages/GTG/gtk/preferences.py /usr/lib/python3.13/site-packages/GTG/gtk/tag_completion.py /usr/lib/python3.13/site-packages/GTG/plugins /usr/lib/python3.13/site-packages/GTG/plugins/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console /usr/lib/python3.13/site-packages/GTG/plugins/dev_console.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__/buffer.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__/console.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/__pycache__/window.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/buffer.py /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/console.py /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/utils.py /usr/lib/python3.13/site-packages/GTG/plugins/dev_console/window.py /usr/lib/python3.13/site-packages/GTG/plugins/export /usr/lib/python3.13/site-packages/GTG/plugins/export.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/export/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/export/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/export/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/__pycache__/export.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/__pycache__/task_str.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/__pycache__/templates.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export.ui /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__/description_pocketmod.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__/description_sexy.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__/description_simple.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__/description_statusrpt.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/__pycache__/description_textual.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/description_pocketmod.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/description_sexy.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/description_simple.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/description_statusrpt.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/description_textual.py /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/graphics_pocketmod.svg /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/script_pocketmod /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/template_pocketmod.tex /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/template_sexy.html /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/template_simple.html /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/template_statusrpt.txt /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/template_textual.txt /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/thumbnail_pocketmod.png /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/thumbnail_sexy.png /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/thumbnail_simple.png /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/thumbnail_statusrpt.png /usr/lib/python3.13/site-packages/GTG/plugins/export/export_templates/thumbnail_textual.png /usr/lib/python3.13/site-packages/GTG/plugins/export/task_str.py /usr/lib/python3.13/site-packages/GTG/plugins/export/templates.py /usr/lib/python3.13/site-packages/GTG/plugins/gamify /usr/lib/python3.13/site-packages/GTG/plugins/gamify.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/gamify/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/gamify/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/gamify/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/gamify/__pycache__/gamify.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/gamify/gamify.py /usr/lib/python3.13/site-packages/GTG/plugins/gamify/prefs.ui /usr/lib/python3.13/site-packages/GTG/plugins/hamster /usr/lib/python3.13/site-packages/GTG/plugins/hamster.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/hamster/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/hamster/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/hamster/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/hamster/__pycache__/hamster.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/hamster/__pycache__/helper.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/hamster/hamster.py /usr/lib/python3.13/site-packages/GTG/plugins/hamster/helper.py /usr/lib/python3.13/site-packages/GTG/plugins/hamster/prefs.ui /usr/lib/python3.13/site-packages/GTG/plugins/send-email.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/send_email /usr/lib/python3.13/site-packages/GTG/plugins/send_email/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/send_email/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/send_email/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/send_email/__pycache__/sendEmail.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/send_email/sendEmail.py /usr/lib/python3.13/site-packages/GTG/plugins/untouched-tasks.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/__pycache__/untouchedTasks.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/untouchedTasks.py /usr/lib/python3.13/site-packages/GTG/plugins/untouched_tasks/untouchedTasks.ui /usr/lib/python3.13/site-packages/GTG/plugins/urgency-color.gtg-plugin /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/__init__.py /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/__pycache__ /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/__pycache__/urgency_color.cpython-313.pyc /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/preferences.ui /usr/lib/python3.13/site-packages/GTG/plugins/urgency_color/urgency_color.py /usr/share/applications/org.gnome.GTG.desktop /usr/share/dbus-1 /usr/share/dbus-1/services /usr/share/dbus-1/services/org.gnome.GTG.service /usr/share/doc/packages/gtg /usr/share/doc/packages/gtg/AUTHORS /usr/share/doc/packages/gtg/CONTRIBUTING.md /usr/share/doc/packages/gtg/NEWS /usr/share/doc/packages/gtg/README.md /usr/share/help/C/gtg /usr/share/help/C/gtg/figures /usr/share/help/C/gtg/figures/add-tag.png /usr/share/help/C/gtg/figures/caldav.png /usr/share/help/C/gtg/figures/edit_tag.png /usr/share/help/C/gtg/figures/gtg-icon.png /usr/share/help/C/gtg/figures/insert_subtask_icon.png /usr/share/help/C/gtg/figures/main_window.png /usr/share/help/C/gtg/figures/modify-tag.png /usr/share/help/C/gtg/figures/quick_tag_entry.png /usr/share/help/C/gtg/figures/search-icon.png /usr/share/help/C/gtg/figures/select-sync.png /usr/share/help/C/gtg/figures/set_date_task_browser.png /usr/share/help/C/gtg/figures/set_date_task_open.png /usr/share/help/C/gtg/figures/subtasks.png /usr/share/help/C/gtg/figures/tag.png /usr/share/help/C/gtg/figures/task-toolbar-menu.png /usr/share/help/C/gtg/figures/workview.png /usr/share/help/C/gtg/gtg-add-sync.page /usr/share/help/C/gtg/gtg-add-tag.page /usr/share/help/C/gtg/gtg-caldav.page /usr/share/help/C/gtg/gtg-complete-delete-dismiss-task.page /usr/share/help/C/gtg/gtg-create-new-task.page /usr/share/help/C/gtg/gtg-date-parsing.page /usr/share/help/C/gtg/gtg-developer-resources.page /usr/share/help/C/gtg/gtg-edit-task.page /usr/share/help/C/gtg/gtg-faq.page /usr/share/help/C/gtg/gtg-main-window.page /usr/share/help/C/gtg/gtg-plugins.page /usr/share/help/C/gtg/gtg-preferences.page /usr/share/help/C/gtg/gtg-quickadd.page /usr/share/help/C/gtg/gtg-recurring-task.page /usr/share/help/C/gtg/gtg-search-intro.page /usr/share/help/C/gtg/gtg-search-syntax.page /usr/share/help/C/gtg/gtg-set-task-date.page /usr/share/help/C/gtg/gtg-shortcut-keys.page /usr/share/help/C/gtg/gtg-subtasks.page /usr/share/help/C/gtg/gtg-sync.page /usr/share/help/C/gtg/gtg-tag-color.page /usr/share/help/C/gtg/gtg-tags.page /usr/share/help/C/gtg/gtg-taskview.page /usr/share/help/C/gtg/index.page /usr/share/help/C/gtg/legal.xml /usr/share/icons/hicolor /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/backend_localfile.svg /usr/share/icons/hicolor/scalable/apps/org.gnome.GTG-symbolic.svg /usr/share/icons/hicolor/scalable/apps/org.gnome.GTG.svg /usr/share/icons/hicolor/scalable/apps/org.gnome.GTGDevel.svg /usr/share/licenses/gtg /usr/share/licenses/gtg/LICENSE /usr/share/man/man1/gtg.1.gz /usr/share/metainfo/org.gnome.GTG.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:25:32 2025