~kklimonda/ubuntu/natty/hamster-applet/lp.697667

« back to all changes in this revision

Viewing changes to po/POTFILES.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-10 02:52:31 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210025231-x0q5h4q7nlvihl09
Tags: 2.29.90-0ubuntu1
* New upstream version
  - workspace tracking - switch activity, when switching desktops
  - chart improvements - theme friendly and less noisier
  - for those without GNOME panel there is now a standalone version, 
    accessible via Applications -> Accessories -> Time Tracker
  - overview window remembers position
  - maintaining cursor on the selected row after edits / refreshes
  - descriptions once again in the main input field, delimited by comma
  - activity suggestion box now sorts items by recency (Patryk Zawadzki)
  - searching
  - simplified save report dialog, thanks to the what you see is what you 
    report revamp
  - overview/stats replaced with activities / totals and stats accessible 
    from totals
  - interactive graphs to drill down in totals
  - miscellaneous performance improvements
  - pixel-perfect graphs
* Updated 01_startup-fix.patch to apply to new source layout
* debian/control:
  - Add build-depend on gnome-doc-utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# List of source files containing translatable strings.
2
2
# Please keep this file sorted alphabetically.
 
3
data/hamster-applet.schemas.in
3
4
data/Hamster_Applet.server.in.in
4
5
data/Hamster_Applet.xml
 
6
data/hamster-standalone.desktop.in.in
 
7
[type: gettext/glade]data/applet.ui
 
8
[type: gettext/glade]data/edit_activity.ui
 
9
[type: gettext/glade]data/hamster.ui
 
10
[type: gettext/glade]data/overview_totals.ui
 
11
[type: gettext/glade]data/overview.ui
5
12
[type: gettext/glade]data/preferences.ui
6
 
[type: gettext/glade]data/edit_activity.ui
7
 
data/hamster-applet.schemas.in
8
 
[type: gettext/glade]data/applet.ui
9
13
[type: gettext/glade]data/stats.ui
10
 
[type: gettext/glade]data/stats_overview.ui
11
 
[type: gettext/glade]data/stats_reports.ui
12
 
[type: gettext/glade]data/stats_stats.ui
13
 
hamster/about.py
14
 
hamster/applet.py
15
 
hamster/db.py
16
 
hamster/edit_activity.py
17
 
hamster/preferences.py
18
 
hamster/reports.py
19
 
hamster/stats.py
20
 
hamster/stats_overview.py
21
 
hamster/stats_reports.py
22
 
hamster/stats_stats.py
23
 
hamster/stuff.py
24
 
hamster/widgets/reportchooserdialog.py
25
 
hamster/widgets/newtimeline.py
 
14
src/hamster/about.py
 
15
src/hamster/applet.py
 
16
src/hamster/db.py
 
17
src/hamster/edit_activity.py
 
18
src/hamster/overview_activities.py
 
19
src/hamster/overview.py
 
20
src/hamster/overview_totals.py
 
21
src/hamster/preferences.py
 
22
src/hamster/reports.py
 
23
src/hamster-standalone
 
24
src/hamster/stats.py
 
25
src/hamster/stuff.py
 
26
src/hamster/widgets/reportchooserdialog.py
 
27
src/hamster/widgets/timechart.py