- 30 Apr, 2019 1 commit
-
-
Olivier Crête authored
-
- 03 Aug, 2018 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 05 Jun, 2018 1 commit
-
-
Jordi Mallach authored
Add some useful print messages See merge request !2
-
- 04 Jun, 2018 1 commit
-
-
Ezequiel Garcia authored
Signed-off-by:
Ezequiel Garcia <ezequiel@collabora.co.uk>
-
- 23 May, 2018 1 commit
-
-
Jordi Mallach authored
Fix warnings and "Resume from idle" interface See merge request !3
-
- 10 May, 2018 1 commit
-
-
Gustavo Serra Scalet authored
Everytime I run gtimelog I saw on the following on my terminal: /usr/lib/python2.7/dist-packages/gtimelog/gtimelog.py:28: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded. from gi.repository import Notify /usr/lib/python2.7/dist-packages/gtimelog/gtimelog.py:33: PyGIWarning: Soup was imported without specifying a version first. Use gi.require_version('Soup', '2.4') before import to ensure that the right version gets loaded. from gi.repository import Soup /usr/lib/python2.7/dist-packages/gtimelog/gtimelog.py:773: PyGIWarning: GnomeKeyring was imported without specifying a version first. Use gi.require_version('GnomeKeyring', '1.0') before import to ensure that the right version gets loaded. from gi.repository import GnomeKeyring as gnomekeyring Additionally, the "resume from idle" had a different interface than expected by add_action: TypeError: insert_old_log_entries() takes at most 4 arguments (5 given) I'm running it on a Ubuntu 18.04. If you need more details about package versions, please ask.
-
- 27 Mar, 2018 1 commit
-
-
Jordi Mallach authored
debian: Add libsoup-2.4 to the dependency list See merge request !1
-
- 01 Feb, 2018 1 commit
-
-
Corentin Noël authored
-
- 10 Oct, 2017 1 commit
-
-
Emmanuel Gil Peyrot authored
-
- 27 Jul, 2017 2 commits
-
-
Emmanuel Gil Peyrot authored
This is for people who prefer command-line tools.
-
Maxime Buquet authored
-
- 30 Oct, 2015 1 commit
-
-
Olivier Crête authored
-
- 19 Oct, 2015 1 commit
-
-
Olivier Crête authored
-
- 05 Mar, 2015 7 commits
-
-
Jordi Mallach authored
-
Jordi Mallach authored
-
Jordi Mallach authored
-
Jordi Mallach authored
-
Jordi Mallach authored
-
Jonny Lamb authored
-
Jonny Lamb authored
-
- 10 Dec, 2014 1 commit
-
-
Olivier Crête authored
-
- 02 May, 2014 1 commit
-
-
Jack Leigh authored
A timelog may have two entries like: client: project: category: activity: description and client: project: category: activity: description (for some reason). GTimeLog didn't group these entries but the parsed entries in Chronophage compare equal so it thinks something has gone wrong with timesheet upload. Make it so GTimeLog groups them.
-
- 01 May, 2014 1 commit
-
-
Jack Leigh authored
We're sending form data but not telling anyone. Fix this for Django 1.6.
-
- 16 Apr, 2014 2 commits
-
-
Jordi Mallach authored
-
Jordi Mallach authored
Replace icon with something that exists in a default Debian install. Cleanup Categories and add a trailing “;”.
-
- 17 Mar, 2014 1 commit
-
-
Jack Leigh authored
Submit them and have the server reject them. This prevents a (hopefully no longer possible) data loss situation when partial timelogs are uploaded.
-
- 14 Mar, 2014 1 commit
-
-
Jack Leigh authored
-
- 13 Mar, 2014 5 commits
-
-
Jack Leigh authored
-
Jack Leigh authored
-
Jack Leigh authored
If the server rejected our submission we are no longer submitting. This fixes a bug where pressing 'Cancel' on the 'Submit Window' to correct bad entries would leave GTimeLog in a permanent background submission state and upload would stop working :)
-
Jack Leigh authored
Previously it would try to cram a ~million-line Django html error page into the error dialog resulting in a gtk-window-decorator crash.
-
Jack Leigh authored
Work around https://bugzilla.gnome.org/show_bug.cgi?id=622084. Otherwise pygi will eat the KeyboardInterrupt.
-
- 18 Nov, 2013 1 commit
-
-
Nicolas Dufresne authored
-
- 10 Sep, 2013 1 commit
-
-
Jan Holesovsky authored
To do that, set autoarrival = False in your ~/.gtimelog/gtimelogrc
-
- 22 Jul, 2013 3 commits
-
-
Nicolas Dufresne authored
-
Jean-François Fortin Tam authored
Also cleanup some code cruft.
-
Jean-François Fortin Tam authored
Delete the small version because not only can it get sized down dynamically, the size of notification icons has been increased in GNOME 3.6.
-
- 15 Jun, 2013 2 commits
-
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
-
- 22 Nov, 2012 1 commit
-
-
Will Thompson authored
-