Revisions of hamster-time-tracker

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1166456 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 13)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1164390 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 12)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1127748 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 10)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1114055 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 9)
- 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
  * del 0133-Bump-latest-validated-gnome-shell-version-1.patch (empty)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093837 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 8)
- 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")
  * 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
- Update GNOME shell extension to upstream 75541ac
  * use upstream patches for GNOME shell 44 support
  * Fix GNOME shell dependency on TW
  * gracefully handle hamster DBUS service disappearing
  * 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
 - spec file: Fix GNOME shell dependency so that it works for "44.2"

- GNOME 43 and GNOME 44 support for GNOME shell extension
  * added 0154-metadata.json.in-add-support-for-GNOME-44.patch

- Remove unneeded BuildRequires on Python 2. 

- Fix version ranges for GNOME shell extension
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 964949 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 7)
- Update to upstream hamster 3.0.3~1
- Upstream fixes and enhancements:
  * Resume last activity using Ctl-Space. (#678)
  * FactController: Fix start date picker modifying date twice (#674)
  * Fix Wayland pop-up issues (#652)
  * Add keyword entry to .desktop file (#649)
  * Reset position in FactTree only when needed (#648)
  * Remove dark bars for empty days in overview. (#650)
- Fix GNOME shell versions for TW and 15.4
- GNOME 41 and GNOME 42 support for GNOME shell extension
  * added 0152-metadata.json-add-support-for-GNOME-41.patch
  * added 0153-metadata.json.in-add-support-for-GNOME-42.patch
- Changed default shortcut from Super-t to Super-h to avoid conflict
  with GNOME's "minimize window" shortcut
  * added 0151-Default-shortcut-Super-t.patch
- Allow "center" positioning in menu bar
  * added 0149-Extension-configuration-add-a-new-option-center-with.patch
  * added 0150-Improve-description-of-center-positioning.patch
- Display total time for the day
  * added 0148-display-total-time-for-the-day.patch
- GNOME 40 support for hamster shell extension
  Upstream: d6e45d7 ("Fix GNOME shell error message about factsBox.FactsBox")
  * added 0131-metadata.json.in-fix-json-syntax-error.patch
  * added 0132-Update-README.st.patch
  * added 0133-Bump-latest-validated-gnome-shell-version-1.patch
  * added 0134-README-mention-GNOME-shell-compatibility-of-this-ver.patch
  * added 0135-README.rst-document-GNOME-shell-compatibility.patch
  * added 0136-ongoingFactEntry-stop-using-deprecated-Clutter-key-s.patch
  * removed 0132-ongoingFactEntry-stop-using-deprecated-Clutter-key-s.patch
  * added 0137-README.rst-update-GNOME-shell-compatibility-informat.patch
  * added 0138-Makefile-Add-install-user-target.patch
  * added 0139-Makefile-Add-install-target.patch
  * added 0140-README-Add-description-of-install-targets.patch
  * added 0141-Update-reST-syntax.patch
  * added 0142-Update-reST-syntax-take-2.patch
  * added 0143-Document-GNOME-3.38-compatibility.patch
  * added 0144-panelWidget-Remove-show-method.patch
  * added 0145-panelWidget-Rename-toggle-to-toggle_menu.patch
  * added 0146-Makeing-it-work-with-Gnome-40.-340.patch
  * added 0147-fixup-Makeing-it-work-with-Gnome-40.-340.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 798968 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 5)
- Fix malfunction of backspace key in GNOME extension (3.36)
  * add patch: 0132-ongoingFactEntry-stop-using-deprecated-Clutter-key-s.patch

- Fix syntax error in metadata.json.in
  * add patch: 0131-metadata.json.in-fix-json-syntax-error.patch

- Support GNOME 3.34 on SLE15-SP2/Leap15.2
- Correctly set GNOME shell version depending on OS release
- Update shell extension to GNOME-3.36 branch, and use upstream patch order
  * renumber patch: 0101-Don-t-try-to-access-controller.activities-before-it-.patch
    (was 0001-Don-t-try-to-access-controller.activities-before-it-.patch)
  * renumber patch: 0102-Fix-disable-callback-gnome-shell-3.30-compatibility.patch
    (was 0002-Fix-disable-callback-gnome-shell-3.30-compatibility.patch)
  * renumber patch: 0103-convenience.js-has-been-removed-in-GNOME-extensions-.patch
    (was 0003-convenience.js-has-been-removed-in-GNOME-extensions-.patch)
  * renumber patch: 0104-Makefile-allow-shipping-convenience.js.patch
    (was 0005-Makefile-allow-shipping-convenience.js.patch)
  * renumber patch: 0105-metadata.json-mark-GNOME-3.30-as-supported.patch
    (was 0004-metadata.json-mark-GNOME-3.30-as-supported.patch)
  * remove patch: 0006-Makefile-don-t-zip.patch
  * add patch: 0106-Fix-installation-instructions-matches-Ubuntu-18.04-T.patch
  * add patch: 0107-metadata.json-remove-version-field.patch
  * renumber patch: 0108-drop-convenience.js.patch
    (was 0007-drop-convenience.js.patch)
  * renumber patch: 0109-make-test-style-set-esversion-to-6-for-GNOME-3.32.patch
    (was 0008-make-test-style-set-esversion-to-6-for-GNOME-3.32.patch)
  * renumber patch: 0110-Mark-GNOME-3.32-as-supported-all-others-as-unsupport.patch
    (was 0009-Mark-GNOME-3.32-as-supported-all-others-as-unsupport.patch)
  * renumber patch: 0111-Port-GObject-classes-to-JS6-classes.patch
    (was 0010-Port-GObject-classes-to-JS6-classes.patch)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 789902 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 702005 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 2)
* added 0007-drop-convenience.js.patch
  * added 0008-make-test-style-set-esversion-to-6-for-GNOME-3.32.patch
  * added 0009-Mark-GNOME-3.32-as-supported-all-others-as-unsupport.patch
  * added 0010-Port-GObject-classes-to-JS6-classes.patch
  * added 0011-add-jshint-validthis-to-silence-warnings-about-stric.patch
  * added 0012-todaysFactsWidget-add-missing-bind.patch
  * added 0013-replace-Lang.bind-with-function-.bind.patch
  * added 0014-Port-non-GObject-class-to-JS6.patch
  * added 0015-extension.js-add-jshint-validthis-hints.patch
  * added 0016-extension.js-fix-indentation-after-previous-change.patch
  * added 0017-Don-t-log-ACTIVITIES-at-every-refresh.patch
  * added 0018-doc-remove-broken-link-to-usejsdoc.org.patch (forwarded request 702004 from mwilck)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 685387 from Martin Wilck's avatar Martin Wilck (mwilck) (revision 1)
Merged changes requested by factory review.
Displaying all 13 revisions
openSUSE Build Service is sponsored by