A GTK interface to the hamster time tracker.
Project description
===============================
hamster-gtk
===============================
.. image:: https://img.shields.io/pypi/v/hamster-gtk.svg
:target: https://pypi.python.org/pypi/hamster-gtk
.. image:: https://img.shields.io/travis/projecthamster/hamster-gtk.svg
:target: https://travis-ci.org/projecthamster/hamster-gtk
.. .. image:: https://readthedocs.org/projects/hamster-gtk/badge/?version=latest
:target: https://readthedocs.org/projects/hamster-gtk/?badge=latest
:alt: Documentation Status
A GTK interface to the hamster time tracker.
**IMPORTANT**
At this early stage ``hamster-gtk`` is pre-alpha software. As such you are very
welcome to take it our for a spin and submit feedback, however you should not
rely on it to work properly and most certainly you should not use it in an
production environment!
You have been warned.
Dependencies
-------------
To Run the Testsuite
~~~~~~~~~~~~~~~~~~~~~
- make
- xvfb
First Steps
------------
* Install dependencies (on debian if using virtualenvwrapper):
``apt-get install virtualenvwrapper python-gi gir1.2-gtk-3.0 libglib2.0-dev libgtk-3-dev``.
If you use python 3, you will need ``python3-gi`` instead.
* Create new virtual env: ``mkvirtualenv hamster-gtk``
* Activate env: ``workon hamster-gtk``
* Activate system site dirs: ``toggleglobalsitepackages``. Otherwise you will have no access
to Gtk.
* Install ``hamster-gtk``: ``pip install hamster-gtk``.
* Run the little furball: ``hamster-gtk``
Some notes:
* Preference changes will only be applied at the next start right now.
* Exported data is tab seperated.
* This is pre-alpha software!
News: Version 0.11.0
----------------------
This release introduces refines various aspects of your *Hamster-GTK* experience.
Whilst we introduce no new major dialogs (just a simple about-dialog). We
catch up with the lastest version of ``hamster-lib``, ``0.12.0``. The most
noteworthy change for user is probably the ability to use whitespaces with your
``Activity.name``. Besides that we fixed some rather anoying bugs as well as
continued to refine the codebase. All in all, while still not big on features,
this release should feel much more stable and reliable. This is not the least
due to multiple contributions by ``jtojnar``, thanks for that!
As ususal, for more changes and details, please refer to the changelog.
Happy tracking; Eric.
`
History
========
0.11.0 (2016-10-03)
--------------------
- Config changes are now applied at runtime (Fixes: #57).
- ``PreferencesDialog`` and its widgets moved to seperate sub-package (PR: #83).
- ``facts_changed`` Signal has been renamed to ``facts-changed`` (Fixes: #51).
- ``Overview._charts`` gets destroyed on ``refresh`` (Closes: #106).
- *Show more* button in overview is inactive if there are no facts at all (Closes: #105).
- Improved contrast for ``date colour`` in overview with dark themes (Closes: #93).
- ``hamster_gtk.misc.dialogs`` has been split into multiple sub-modules (Closes: #96).
- Test setup makes use of ``xvfb`` (Closes: #95).
- ``tox`` tests against ``python3`` instead more specific python 3 versions (PR: #92).
- Add new helper function ``hamster_gtk.helpers.get_parent_window`` (Closes: #60).
- Fix ``EditDialog`` for uncategoriezed facts (Closes: #59).
- Replace GTK stock buttons with generic label buttons (Closes: #46).
- Escape values inserted as markup (Closes: #78).
- Move CSS into seperate file (Closes: #4).
- Add new function ``hamster_gtk.helpers.get_resource_path`` (PR: #81).
- Add basic ``AboutDialog`` (Closes: #17).
- Minor fixes and refinements.
0.10.0 (2016-07-21)
---------------------
* First release on PyPI.
hamster-gtk
===============================
.. image:: https://img.shields.io/pypi/v/hamster-gtk.svg
:target: https://pypi.python.org/pypi/hamster-gtk
.. image:: https://img.shields.io/travis/projecthamster/hamster-gtk.svg
:target: https://travis-ci.org/projecthamster/hamster-gtk
.. .. image:: https://readthedocs.org/projects/hamster-gtk/badge/?version=latest
:target: https://readthedocs.org/projects/hamster-gtk/?badge=latest
:alt: Documentation Status
A GTK interface to the hamster time tracker.
**IMPORTANT**
At this early stage ``hamster-gtk`` is pre-alpha software. As such you are very
welcome to take it our for a spin and submit feedback, however you should not
rely on it to work properly and most certainly you should not use it in an
production environment!
You have been warned.
Dependencies
-------------
To Run the Testsuite
~~~~~~~~~~~~~~~~~~~~~
- make
- xvfb
First Steps
------------
* Install dependencies (on debian if using virtualenvwrapper):
``apt-get install virtualenvwrapper python-gi gir1.2-gtk-3.0 libglib2.0-dev libgtk-3-dev``.
If you use python 3, you will need ``python3-gi`` instead.
* Create new virtual env: ``mkvirtualenv hamster-gtk``
* Activate env: ``workon hamster-gtk``
* Activate system site dirs: ``toggleglobalsitepackages``. Otherwise you will have no access
to Gtk.
* Install ``hamster-gtk``: ``pip install hamster-gtk``.
* Run the little furball: ``hamster-gtk``
Some notes:
* Preference changes will only be applied at the next start right now.
* Exported data is tab seperated.
* This is pre-alpha software!
News: Version 0.11.0
----------------------
This release introduces refines various aspects of your *Hamster-GTK* experience.
Whilst we introduce no new major dialogs (just a simple about-dialog). We
catch up with the lastest version of ``hamster-lib``, ``0.12.0``. The most
noteworthy change for user is probably the ability to use whitespaces with your
``Activity.name``. Besides that we fixed some rather anoying bugs as well as
continued to refine the codebase. All in all, while still not big on features,
this release should feel much more stable and reliable. This is not the least
due to multiple contributions by ``jtojnar``, thanks for that!
As ususal, for more changes and details, please refer to the changelog.
Happy tracking; Eric.
`
History
========
0.11.0 (2016-10-03)
--------------------
- Config changes are now applied at runtime (Fixes: #57).
- ``PreferencesDialog`` and its widgets moved to seperate sub-package (PR: #83).
- ``facts_changed`` Signal has been renamed to ``facts-changed`` (Fixes: #51).
- ``Overview._charts`` gets destroyed on ``refresh`` (Closes: #106).
- *Show more* button in overview is inactive if there are no facts at all (Closes: #105).
- Improved contrast for ``date colour`` in overview with dark themes (Closes: #93).
- ``hamster_gtk.misc.dialogs`` has been split into multiple sub-modules (Closes: #96).
- Test setup makes use of ``xvfb`` (Closes: #95).
- ``tox`` tests against ``python3`` instead more specific python 3 versions (PR: #92).
- Add new helper function ``hamster_gtk.helpers.get_parent_window`` (Closes: #60).
- Fix ``EditDialog`` for uncategoriezed facts (Closes: #59).
- Replace GTK stock buttons with generic label buttons (Closes: #46).
- Escape values inserted as markup (Closes: #78).
- Move CSS into seperate file (Closes: #4).
- Add new function ``hamster_gtk.helpers.get_resource_path`` (PR: #81).
- Add basic ``AboutDialog`` (Closes: #17).
- Minor fixes and refinements.
0.10.0 (2016-07-21)
---------------------
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hamster-gtk-0.11.0.tar.gz
(62.5 kB
view details)
Built Distribution
File details
Details for the file hamster-gtk-0.11.0.tar.gz
.
File metadata
- Download URL: hamster-gtk-0.11.0.tar.gz
- Upload date:
- Size: 62.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72039e0f84d5a61c1a2b9d9b27b96ec2d8bc5e236c8a66f5afbbe01bf11d415f |
|
MD5 | 0e13ae26aafa118d7ee4b2f41f0d2188 |
|
BLAKE2b-256 | 005d64d63e6ea9aea38bd7b58ef7729d17726634cef32c8c91bbac546cf3a0d4 |
File details
Details for the file hamster_gtk-0.11.0-py2.py3-none-any.whl
.
File metadata
- Download URL: hamster_gtk-0.11.0-py2.py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31c822536603cf43b61d2b93bc406f307c7bf085d9214265d4ec15339ea77414 |
|
MD5 | 79b68110094aff9e81992450c6cc2f29 |
|
BLAKE2b-256 | 2939b9a96df885ca93c2b2752e4c407a0ab22192495388b7125da8d8d8c80004 |