| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gtg-lang | Distribution: openSUSE:Factory:zSystems |
| Version: 0.6 | Vendor: openSUSE |
| Release: 1.9 | Build date: Fri Mar 18 05:26:53 2022 |
| Group: System/Localization | Build host: reproducible |
| Size: 601854 | Source RPM: gtg-0.6-1.9.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://wiki.gnome.org/Apps/GTG | |
| Summary: Translations for package gtg | |
Provides translations for the "gtg" package.
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/share/locale/af/LC_MESSAGES/gtg.mo /usr/share/locale/ar/LC_MESSAGES/gtg.mo /usr/share/locale/ast/LC_MESSAGES/gtg.mo /usr/share/locale/be/LC_MESSAGES/gtg.mo /usr/share/locale/bg/LC_MESSAGES/gtg.mo /usr/share/locale/bn/LC_MESSAGES/gtg.mo /usr/share/locale/ca/LC_MESSAGES/gtg.mo /usr/share/locale/cs/LC_MESSAGES/gtg.mo /usr/share/locale/da/LC_MESSAGES/gtg.mo /usr/share/locale/de/LC_MESSAGES/gtg.mo /usr/share/locale/el/LC_MESSAGES/gtg.mo /usr/share/locale/en_CA/LC_MESSAGES/gtg.mo /usr/share/locale/en_GB/LC_MESSAGES/gtg.mo /usr/share/locale/eo/LC_MESSAGES/gtg.mo /usr/share/locale/es/LC_MESSAGES/gtg.mo /usr/share/locale/eu/LC_MESSAGES/gtg.mo /usr/share/locale/fa/LC_MESSAGES/gtg.mo /usr/share/locale/fi/LC_MESSAGES/gtg.mo /usr/share/locale/fr/LC_MESSAGES/gtg.mo /usr/share/locale/gl/LC_MESSAGES/gtg.mo /usr/share/locale/he/LC_MESSAGES/gtg.mo /usr/share/locale/hi/LC_MESSAGES/gtg.mo /usr/share/locale/hr/LC_MESSAGES/gtg.mo /usr/share/locale/hu/LC_MESSAGES/gtg.mo /usr/share/locale/ia/LC_MESSAGES/gtg.mo /usr/share/locale/id/LC_MESSAGES/gtg.mo /usr/share/locale/is/LC_MESSAGES/gtg.mo /usr/share/locale/it/LC_MESSAGES/gtg.mo /usr/share/locale/ja/LC_MESSAGES/gtg.mo /usr/share/locale/ka/LC_MESSAGES/gtg.mo /usr/share/locale/ko/LC_MESSAGES/gtg.mo /usr/share/locale/lt/LC_MESSAGES/gtg.mo /usr/share/locale/ms/LC_MESSAGES/gtg.mo /usr/share/locale/nb/LC_MESSAGES/gtg.mo /usr/share/locale/nds/LC_MESSAGES/gtg.mo /usr/share/locale/nl/LC_MESSAGES/gtg.mo /usr/share/locale/oc/LC_MESSAGES/gtg.mo /usr/share/locale/pl/LC_MESSAGES/gtg.mo /usr/share/locale/pt/LC_MESSAGES/gtg.mo /usr/share/locale/pt_BR/LC_MESSAGES/gtg.mo /usr/share/locale/ro/LC_MESSAGES/gtg.mo /usr/share/locale/ru/LC_MESSAGES/gtg.mo /usr/share/locale/si/LC_MESSAGES/gtg.mo /usr/share/locale/sk/LC_MESSAGES/gtg.mo /usr/share/locale/sl/LC_MESSAGES/gtg.mo /usr/share/locale/sq/LC_MESSAGES/gtg.mo /usr/share/locale/sr/LC_MESSAGES/gtg.mo /usr/share/locale/sv/LC_MESSAGES/gtg.mo /usr/share/locale/te/LC_MESSAGES/gtg.mo /usr/share/locale/th/LC_MESSAGES/gtg.mo /usr/share/locale/tr/LC_MESSAGES/gtg.mo /usr/share/locale/uk/LC_MESSAGES/gtg.mo /usr/share/locale/zh_CN/LC_MESSAGES/gtg.mo /usr/share/locale/zh_TW/LC_MESSAGES/gtg.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 00:18:02 2025