1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Version 0.8
2004-10-18 Ross Burton <ross@burtonini.com>
* xdg/DesktopEntry.py, xdg/IconTheme.py:
Add . to the literal FileExtensions so that the checks work.
* xdg/Menu.py:
Don't read .desktop-* files, only .desktop
2004-10-18 Martin Grimme <martin@pycage.de>
* xdg/IconTheme.py (getIconPath): The "hicolor" theme has to be used as
the fallback.
* xdg/IniFile.py (IniFile.getList): Fixed bug in splitting up strings.
Version 0.7
2004-09-04 Heinrich Wendel <h_wendel@cojobo.net>
* Add 'import codecs' to IniFile, needed by write support
* Fix parsing of lists with only one entry
Version 0.6
2004-08-04 Heinrich Wendel <h_wendel@cojobo.net>
* Performance Improvements
Version 0.5
2004-03-29 Heinrich Wendel <h_wendel@cojobo.net>
* Finished Support for menu-spec 0.7
2004-03-27 Heinrich Wendel <h_wendel@cojobo.net>
* 5* speed improvement in Menu.py parsing code
2004-03-20 Heinrich Wendel <h_wendel@cojobo.net>
* check values of Categories/OnlyShowIn keys
* various misc changes
2004-03-17 Martin Grimme <martin@pycage.de>
* xdg/Menu.py (__preparse):
* xdg/IconTheme.py (IconTheme.parse): Made compatible with Python 2.3
(None is a keyword).
(__parseTheme): Prepend new icon themes to make sure that they have
priority when looking up icons.
(icondirs): Add "~/.icons" to the paths where to look for icons. Users
may have icon themes installed in their home directory.
2003-10-08 Heinrich Wendel <h_wendel@cojobo.net>
* Completed write-support in IniFile
2003-10-05 Heinrich Wendel <h_wendel@cojobo.net>
* Added support for Hidden and NoDisplay in menu-spec
* inital write-support in IniFile
2003-10-04 Heinrich Wendel <h_wendel@cojobo.net>
* License change to LGPL-2
* initial support for menu-spec 0.7
Version 0.4
2003-09-30 Heinrich Wendel <h_wendel@cojobo.net>
* Bugfix release
Version 0.3
2003-09-12 Heinrich Wendel <h_wendel@cojobo.net>
* Complete IconSpec implementation, including cache and validation
2003-09-07 Heinrich Wendel <h_wendel@cojobo.net>
* Basedir spec converted to version 0.6
* First part of separating DesktopEntry backend in IniFile
* added getPath(...) function to Menu.py
Version 0.2
2003-09-05 Heinrich Wendel <h_wendel@cojobo.net>
* Rewrite of menu-spec code
* Taken basedir-spec code from ROX
Version 0.1
2003-08-08 Heinrich Wendel <h_wendel@cojobo.net>
* initial public release
|