Metadata-Version: 1.0
Name: gtimelog
Version: 0.3
Summary: A Gtk+ time tracking application
Home-page: http://mg.pov.lt/gtimelog/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Description: A Gtk+ time tracking application.
        
        Changes in version 0.3 (released 2009-12-17)
        ============================================
        
        * Fix DeprecationWarning: the sets module is deprecated.
        * Use gtk.StatusIcon if egg.trayicon is not available
        (https://bugs.launchpad.net/gtimelog/+bug/209798).
        * Option to select between old-style and new-style the tray icons:
        'prefer_old_tray_icon' in ~/.gtimelog/gtimelogrc
        * Option to disable the tray icon altogether by adding 'show_tray_icon = no' to
        ~/.gtimelog/gtimelogrc (https://bugs.launchpad.net/gtimelog/+bug/255618).
        * Handle directory names with spaces
        (https://bugs.launchpad.net/gtimelog/+bug/328118).
        * Show version number in the About dialog
        (https://bugs.launchpad.net/gtimelog/+bug/308750).
        
        Packagers take note: the main module was renamed from gtimelog.gtimelog to
        gtimelog.main.  If you have wrapper scripts that used to import 'main'
        from gtimelog.gtimelog, you'll have to change them.
        
        
        Changes in version 0.2.5
        ========================
        
        * Don't open a console window on Windows.
        
        * Moved the primary GTimeLog source repository to Bazaar hosted on Launchpad.
        
        
        Changes in version 0.2.4
        ========================
        
        * Show time spent at the office
        (https://bugs.launchpad.net/gtimelog/+bug/238515).
        * Closing the main window minimizes GTimeLog to the system tray
        (https://bugs.launchpad.net/gtimelog/+bug/239271)
        * Ability to time-offset new log item
        (https://bugs.launchpad.net/bugs/291356)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Office/Business
