Revisions of hamster-time-tracker

buildservice-autocommit accepted request 1166456 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 50)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 49)
- Re-add GNOME 45 compatibility (gh#projecthamster/hamster-shell-extension#368)
  * update code to GitHub develop branch (e3a4cb1)
  * add 0177-metadata.json-re-add-GNOME-45-support.patch
  * add 0178-todaysFactsWidget-Fix-broken-layout-in-GNOME-45.patch
  * add 0179-todaysFactsWidget-Fix-broken-layout-in-GNOME-45-and-.patch
buildservice-autocommit accepted request 1164390 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 48)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 47)
- Update GNOME extension for GNOME shell 46 support
  * add 0174-Fix-compatibility-issues-with-Gnome-shell-46.patch
  * add 0175-Change-README.rst-to-refer-to-metadata.json.in-for-g.patch
  * add 0176-metadata.json.in-change-compatible-gnome-shell-versi.patch
- Fix %patch syntax for rpm 4.20
buildservice-autocommit accepted request 1149628 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 46)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) accepted request 1149008 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 45)
- Use %patch -P N instead of deprecated %patchN.
buildservice-autocommit accepted request 1127748 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 44)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 43)
- Update to version 3.0.3
- Changed fact entry syntax (see NEWS.md for details)
  * Remove the need for using a double comma to start the description,
    a single comma can be used instead.
  * The tags part must now be separated by a comma. This allows using
    '#' inside activityx, category and description
  * extract simple #haswords from description, like
    "fix #bugs in #hamster"
  * consistent limitations on field content
- spec file: fix build with python 3.6
  * added remove-text-keyword-from-subprocess.run.patch
  * refreshed replace-env-python-invocation-by-direct-call.patch
buildservice-autocommit accepted request 1114055 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 42)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 41)
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 40)
- Update GNOME extension for GNOME shell 45 support
  (older GNOME shell is not supported any more)
  * add 0162-README.rst-add-info-about-restarting-the-extension.patch
  * add 0163-TotalTimeWidget-port-to-JS6-classes.patch
  * add 0164-prefs.js-Remove-display-of-extension-version.patch
  * add 0165-settings-schema-fix-description-for-panel-placement-.patch
  * add 0166-README.rst-simplify-installation-instructions.patch
  * add 0167-panelWidget-add-button-to-open-extension-settings.patch
  * add 0168-Use-ECMAScript-import-export-statements.patch
  * add 0169-extension.js-adapt-to-GNOME-45.patch
  * add 0170-prefs.js-re-implement-for-GNOME-45.patch
  * add 0171-metadata.json.in-GNOME-45-support.patch
  * add 0172-README.rst-fixup-GNOME-shell-compatiblility.patch
  * add 0173-Replace-global.log-by-console.log.patch
buildservice-autocommit accepted request 1093837 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 39)
auto commit by copy to link target
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 38)
 - spec file: Fix GNOME shell dependency so that it works for "44.2"
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 37)
- Update to version 3.0.3~20 (git d10ae12):
  * Had to bump pre-release to 20 to fix artefact of broken version
    for shell extension ("3.0.3~10.10.0_42" instead of "3.0.3~1_0.10.0_42")
  * use upstream patches for GNOME shell 44 support
  * Fix GNOME shell dependency on TW
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 36)
- Update GNOME shell extension to upstream 75541ac
  * gracefully handle hamster DBUS service disappearing
  * use upstream patches for GNOME shell 44 support
  * del 0154-metadata.json.in-add-support-for-GNOME-44.patch
  * add 0154-prefs.js-handle-different-return-values-of-Gtk.accel.patch
  * add 0155-Use-of-ellipsis-instead-of-tripledot.patch
  * add 0156-Use-ellipsis-instead-of-triple-dot-.-in-translations.patch
  * add 0157-Add-Gnome-Shell-43-compatibility.patch
  * add 0158-Add-basic-gnome-44-support.patch
  * add 0159-Report-errors-in-DBUS-calls.patch
  * add 0160-Report-errors-on-initial-DBUS-connection.patch
  * add 0161-Gracefully-handle-hamster-DBUS-disappearing.patch
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 35)
- Update to version 3.0.3~2 (git d10ae12):
  * Fix hamster startup failure under python 3.11
    (remove call to deprecated bind_textdomain_codeset gettext function)
  * HTML export fixes and clean up (gh#projecthamster/hamster#665)
  * Apply escaping and preserve newlines in HTML export (gh#projecthamster/hamster#704)
  * Update Croatian translation, add hr.po
  * Fix time-activity overlap with wide fonts
Martin Wilck's avatar Martin Wilck (mwilck) accepted request 1083852 from Andrey Gankov's avatar Andrey Gankov (Gankov) (revision 34)
- GNOME 43 and GNOME 44 support for GNOME shell extension
  * added 0154-metadata.json.in-add-support-for-GNOME-44.patch
Martin Wilck's avatar Martin Wilck (mwilck) accepted request 1039029 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 33)
- Remove unneeded BuildRequires on Python 2.
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 32)
- Fix version ranges for GNOME shell extension
  * Avoid "nothing provides gnome-shell >= 42" errors from factory
    bot for s390x/ppc64
  * This will cause conflicts on future GNOME shell updates, but
    that's what we want, actually.
Martin Wilck's avatar Martin Wilck (mwilck) committed (revision 31)
delete obsolete files
Displaying revisions 1 - 20 of 50
openSUSE Build Service is sponsored by