17
0

9 Commits

Author SHA256 Message Date
20cb98e8e0 - 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

OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=43
2023-11-20 16:15:28 +00:00
006387e07c - 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

OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=37
2023-06-19 17:05:38 +00:00
673bdd4a82 - 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

OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=35
2023-06-19 15:56:01 +00:00
98383c0712 - 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)

OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=27
2022-03-25 19:57:44 +00:00
0db23cdec8 Accepting request 892563 from home:susnux:branches:Office
- Update to version 3.0.2
  * Fix off-by-one-day error in CSV exports

OBS-URL: https://build.opensuse.org/request/show/892563
OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=22
2021-05-17 10:54:38 +00:00
07e321acd0 - Update to version v3.0.1+8:
* New source file hamster-time-tracker-v3.0.1+8.tar.xz
    (3.0.1 + 2 bug fixes, upstream commit e6b90fcd)
  * Fix off-by-one error in hamster export tsv (upstream 
    #576, #580)
  * Use itstool instead of xml2po (#584)
- Fix broken version number of extension package in previous build
- Remove upstreamed patches
  * Drop patch: fix-from_start_end-handle-datetime-first.patch
  * Drop patch: choke-on-invalid-types-in-from_start_end.patch
  * Drop patch: Use-itstool-instead-of-xml2po.patch (i18n fixes)
  * Drop patch: fixup-Use-itstool-instead-of-xml2po.patch

OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=8
2020-03-23 18:35:38 +00:00
a782129e62 Accepting request 785399 from home:mwilck:branches:Office
- Update to version 3.0.1:
  * remove binary waf footer
  * mark org.gnome.Hamster.GUI as experimental
  * restore edit method in WindowServer
  * add edit action in cli
  * appdata: Rename to org.gnome.Hamster
  * explicitly set application ID and prgname on startup
  * Fix completion in categories TreeView
  * Fix search function (#551)
  * metainfo file renamed to org.gnome.Hamster.GUI.metainfo.xml
- Use --skip-icon-cache-update option during build
- Dropped / renamed patches
  * Drop patch: wscript-don-t-update-icon-cache.patch (obsolete)
  * Drop patch: Fix-search-function-551.patch (merged upstream)
  * Drop patch: hamster-explicitly-set-application-ID-and-prgname-on.patch
    (merged upstream)
  * Drop patch: Revert-remove-unused-edit-method.patch (rejected
  upstream)
  * Rename patch: env-script-interpreter.patch
    -> replace-env-python-invocation-by-direct-call.patch
  * Removed appdata.patch in OBS
- Added upstram bug-fix PR #580 ("Fix handling of datetime arguments 
  to from_start_end")
  * Add patch: fix-from_start_end-handle-datetime-first.patch
  * Add patch: choke-on-invalid-types-in-from_start_end.patch
- Added merged upstream PR #584 ("Use itstool instead of xml2po")
  * Add patch: Use-itstool-instead-of-xml2po.patch (i18n fixes)
  * Add patch: fixup-Use-itstool-instead-of-xml2po.patch

OBS-URL: https://build.opensuse.org/request/show/785399
OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=7
2020-03-15 22:20:12 +00:00
58c76a5eeb Accepting request 773521 from home:mwilck:branches:Office
- Update to version 3.0~beta:
  * Numerous bug fixes (see NEWS)
  * New 'version' or 'Version' command/methods available (PR 528).
  * New *JSON dbus methods to pass facts verbatim (PR 514).
  * Changed parser:
    - Accept activity starting with hash '#' (issue ?)
    - Accept comma in activity (issue ?)
    - Breaking (sorry, really needed):
      Description delimiter is a double comma ',,' instead of a single comma.
    - Comma is forbidden in category (instead of silently swallowed)
    - Same parser for terminal, gui and D-Bus interface.
      Range is still searched at tail (terminal) or head position (gui, D-Bus).
    - Fact.range start/end are always datetimes
      any time given without date is attributed to a default hamster day.
      The default hamster day is usually today.
      In the gui, the default day is the day selected in the timeline.
    - start/end can be entered as +mmm or -mmm (<sign><1-3 digits>),
      relative to a reference. The reference is usually now.
    - The fact duration can be given as mmm (<1-3 digits>, no sign),
      instead of the end.
    - hour/minutes separator can be colon, comma, dot, e.g. 9.30.
      No separator is allowed, but only with 4 digits: hhmm.
  * Improved consistency in date/time handling (PR 429) by
      - switching to ISO date format (%Y-%m-%d) in lib/* 
        to be consistent with hamster-cli usage
      - rounding (i.e. truncating) all activity start/end timestamps
        to the minute
      ** note that this only affects new and/or edited activities in the database
  * Added stop tracking button to header bar (PR 427)
  * The help system is back (PR 393).

OBS-URL: https://build.opensuse.org/request/show/773521
OBS-URL: https://build.opensuse.org/package/show/Office/hamster-time-tracker?expand=0&rev=3
2020-02-11 20:16:08 +00:00
2f179479ca Accepting request 685387 from devel:openSUSE:Factory:Apps
Merged changes requested by factory review.

OBS-URL: https://build.opensuse.org/request/show/685387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hamster-time-tracker?expand=0&rev=1
2019-03-26 14:42:26 +00:00