1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-18 20:10:23 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
c6a0aa7558 Renamed main module. 2022-04-13 17:25:06 +02:00
492fce4f44 Adapt manifest file, add long descriptopn to readme. 2022-04-11 18:40:19 +02:00
fff744ae32 Clean up setup.py 2022-04-09 11:35:55 +02:00
mfrasca
82c7155cf6 added examples pywmwet and pywmradio
added wmoo module
2007-05-16 11:45:11 +00:00
mfrasca
8e926c53f1 adding a new program. it's a very simple clone of wmPhoto, with almost none
of its functionality.  all this program does is show a picture in the tile.
only useful to show how easy it is to use the wmdocklib library.
2006-10-27 11:52:22 +00:00
mfrasca
4d4b252dc0 installing the fonts 2006-10-14 21:55:55 +00:00
mfrasca
db4f53d257 1575762: initialization of pixmask
removed the definition of defaultRGBFiles from the examples: it is now
hosted in the library.

removed function parseColors from examples.  this is done during initPixmap.

added wmdocklib.defaultRGBFileList

removed wmdocklib.setColor (superseded by wmdocklib.initPixmap)

extended wmdocklib.initPixmap:
 basic 16 colour palette [basic_colours] from rgb.txt (not hard coded)
 alter_palette to (re)define an indexed colour in the xpm.
 bg/fg can be a single character or a number [0..15]
 ' ' as transparent colour.
 some debugging 'if 0:' code.

extended wmdocklib.getColorCode:
 it reads either the given rgb file or the first accessible file from
 defaultRGBFileList

corrected url in setup.py: it used to point to ibo!
2006-10-13 11:58:17 +00:00
mfrasca
408fed815b removed tmount, added pywmgeneric.py 2006-10-12 19:32:36 +00:00
mfrasca
ebef06388b 1569327 release 1.1 is broken
last clean up.

wmdocklib.__init__ must import from general, not generic!
and tmount must be included in the distribution.
2006-10-03 08:52:09 +00:00
mfrasca
5320092e59 1569327 release 1.1 is broken
cleaning up more things.

MANIFEST.in includes ll readmes,
wmdocklib correctly populated.
2006-10-03 08:03:55 +00:00
mfrasca
8f21eaeb2a 1569327 release 1.1 is broken
trying to clean up things.

wmdocklib now contains the modules to install.
examples all the scripts.
only pywmhdmon.py has been tested.
2006-10-03 07:45:25 +00:00
mfrasca
9cef6b341a 1568639 installation scripts
added the ./setup.py script.
added the */__init__.py files.
modified the import instruction (import from pywmgeneral).
2006-10-01 09:26:48 +00:00