summaryrefslogtreecommitdiff
path: root/time/hamster-applet/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-03-22 19:38:38 +0000
committerwiz <wiz>2009-03-22 19:38:38 +0000
commit8b1c5dbf2c572649671e5b2821017f59f63da169 (patch)
tree6fa6db47af0c678799ed409d470e8c5b6b200cec /time/hamster-applet/patches
parent06877dcb64889e3a4f969be59935013a22d4be49 (diff)
downloadpkgsrc-8b1c5dbf2c572649671e5b2821017f59f63da169.tar.gz
Update to 2.26.0:
=============== Version 2.26.0 =============== Applet - changes * Final fixes to utf-8 and Python 2.6 sqlite Updated translations * as (Amitakhya Phukan) * ca (David Planella) * de (Hendrik Richter) * el (Jennie Petoumenou) * gu (Ankit Patel) * ja (Takeshi AIHANA) * lt (Gintautas Miliauskas) * mr (Sandeep Shedmake) * pa (Amanpreet Singh Alam) * ro (Adi Roiban) * ru (Yuriy Penkin) * ta (I. Felix) * te (Krishna Babu K) =============== Version 2.25.92 =============== Applet - changes * Fixed problems with utf-8 and Python 2.6 sqlite * Escaping user input so they don't break UI where pango is used * Stop tracking on shutdown was ignoring user preference Updated translations * cs (Adrian Gunis) * en_GB (Philip Withnall) * fi (Timo Jyrinki) * fr (Claude Paroz) * he (Yair Hershkovitz) * it (Milo Casagrande) * ko (Changwoo Ryu) * or (Arun Mohapatra) * pt (Duarte Loreto) * pt_BR (Vladimir Melo) * sl (Matej Urbančič) * tr (Baris Cicek) =============== Version 2.25.91 =============== Applet - changes * Show day totals in statistics (patch by Daniel Watkins) * Better keyboard support (Enter / Escape, patch by Daniel Watkins) * Fixes to detect alternative pygtk (Frederic Peters) * Fixes to support Japanese better (Takao Fujiwara) * Python 2.6 support (Patryk Zawadzki) * Better duplicate entry checks in activities / categories Updated translations * bg (Alexander Shopov) * ca (Gil Forcada) * da (Kenneth Nielsen) * es (Juanje Ojeda Croissier) * eu (Inaki Larranaga Murgoitio) * fi (Ilkka Tuohela) * he (Yair Hershkovitz) * ko (Changwoo Ryu) * nb (Kjartan Maraas) * nl (Wouter Bolsterlee) * pl (Tomasz Dominikowski) * pt_BR (Henrique P. Machado) * sl (Matej Urbančič) * sv (Daniel Nylander) * th (Theppitak Karoonboonyanan) * zh_cn (甘露(Gan Lu)) * zh_HK (Chao-Hsiung Liao) * zh_TW (Chao-Hsiung Liao) =============== Version 2.25.3 =============== We were late for 2.25.1 and 2.25.2, so here we go - changes since 2.24.0! Applet - changes * Now it is possible to add description after activity, delimiting with comma: "watering flowers, begonias" will add activity "watering flowers" with description "begonias". Likewise you can go for cacti, and forgetmenots * Task category can be seen in dropdown and can be specified on fly to autocreate: working@new project - will create category "new project" and add activity "working" to it * Hamster now can remind of itself every once in a while, interval is set in preferences (George Logiotatidis) * Sending dbus signals on activity change (Juanje Croissier) Applet - love * Applet now again can be found in applet list by searching for 'hamster' * Get instant totals per category for today, in applet dropdown * Improvements in report - somewhat nicer look and there are also totals (Giorgos Logiotatidis) * Use vertical space if we have some on panel and show applet in two lines Updated translations * bg.po (Alexander Shopov) * el (Nick Agianniotis) * he (Yair Hershkovitz) * ku (Erdal Ronahi) * lv (Toms Bauģis) * sv (Daniel Nylander) * zh_CN (Ray Wang)
Diffstat (limited to 'time/hamster-applet/patches')
-rw-r--r--time/hamster-applet/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/time/hamster-applet/patches/patch-aa b/time/hamster-applet/patches/patch-aa
index ebd43f7100c..621bf8da898 100644
--- a/time/hamster-applet/patches/patch-aa
+++ b/time/hamster-applet/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2008/12/06 00:59:42 jmcneill Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/22 19:38:38 wiz Exp $
---- hamster/__init__.py.orig 2008-10-25 17:15:16.000000000 -0400
+--- hamster/__init__.py.orig 2009-03-12 18:19:20.000000000 +0000
+++ hamster/__init__.py
@@ -22,7 +22,7 @@
- import os, sys
+ import os
from os.path import join, exists, isdir, isfile, dirname, abspath, expanduser
-from shutil import copy as copyfile
+from shutil import copyfile
-
- import gtk, gnome.ui
+ import gtk, gnome.ui
from gtk import glade
+ import gettext