Metadata-Version: 1.0
Name: gtimelog
Version: 0.3.1
Summary: A Gtk+ time tracking application
Home-page: http://mg.pov.lt/gtimelog/
Author: Marius Gedminas
Author-email: marius@gedmin.as
License: GPL
Description: 
        Simple and unintrusive time-tracking application.
        
        There are screenshots at http://mg.pov.lt/gtimelog.
        
        Mailing list: http://groups.google.com/group/gtimelog
        
        Bugs: http://bugs.launchpad.net/gtimelog/
        
        Source code: http://code.launchpad.net/gtimelog/
        
        
        Changes in version 0.3.1 (released 2009-12-18)
        ==============================================
        
        * Fixed broken sdist (by adding MANIFEST.in, since setuptools doesn't
        understand bzr by default).
        * Added Makefile for convenience (make distcheck, make release).
        
        
        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.
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
