Changes between Version 3 and Version 4 of IconThemes
- Timestamp:
- 03/14/07 10:45:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IconThemes
v3 v4 4 4 5 5 The files in the img/ subdirectory are stored in the imagedata.py file as data strings and loaded at runtime. The .ico files are only used on Windows. 6 === Files === 7 * hilite.png 8 * online.png 9 * away.png 10 * offline.png 11 12 * hilite2.png 13 * away2.png 14 * connect.png 15 * disconnect.png 6 16 7 17 == Status, Tray, Hilite Icons == 8 To update imagedata.py 9 18 To update imagedata.py, edit the .png files and the run: 10 19 {{{ 11 20 ./encode_bitmaps.py … … 14 23 == Windows-only Tray Icons == 15 24 The .ico files are added to icondata.py to be used for the pywin trayicon. 16 17 To update icondata.py 25 === Files === 26 * hilite2.ico 27 * away2.ico 28 * connect.ico 29 * disconnect.ico 30 === Update === 31 To update icondata.py, edit the .ico files and then run: 18 32 {{{ 19 33 ./encode_icons.py
