10 Commits

Author SHA1 Message Date
Martin Duquesnoy
26efad90ec Merge branch 'master' of git@tux-atome.fr:wmfs 2009-01-11 22:06:36 +01:00
Martin Duquesnoy
b0908ad409 shell: Add wmfs-shell. 2009-01-11 22:04:48 +01:00
Marc Lagrange
697e07ad38 python: The right exception is called, WmfsInitError instead of error.
a wmfs.WmfsInitError is available with a wmfs.WmfsInitError.message containing message error.

In [2]: wmfs.init()
---------------------------------------------------------------------------
WmfsInitError                             Traceback (most recent call last)

/usr/home/marc/<ipython console> in <module>()

WmfsInitError: WMFS not running?

In [3]: try:
   ...:     wmfs.init()
   ...: except wmfs.WmfsInitError, e:
   ...:     print 'Error: '+e.message
   ...:
Error: WMFS not running?

Signed-off-by: Marc Lagrange <marc@shebang.sangor>
2009-01-09 13:34:08 +01:00
Marc Lagrange
f56ccc1643 python: Add exception for wmfs.init()
if wmfs is not running, an exception is called like:
  In [2]: wmfs.init()
  ---------------------------------------------------------------------------
  error                                     Traceback (most recent call last)

  /usr/home/marc/<ipython console> in <module>()

  error: WMFS not running?

Signed-off-by: Marc Lagrange <marc@shebang.sangor>
2009-01-09 13:29:18 +01:00
Martin Duquesnoy
c6f4f09967 python: Fix test stuff 2009-01-08 21:45:39 +01:00
Martin Duquesnoy
e90fc58732 frame/titlebar: Remove border Between client and titlebar 2009-01-08 21:43:50 +01:00
Marc Lagrange
c8e82eac86 python/setup.py: Fix build on FreeBSD, edit name/desc/etc...
Signed-off-by: Marc Lagrange <marc@shebang.sangor>
2009-01-07 15:40:13 +01:00
Martin Duquesnoy
7b1c730c80 python: Send only one event message for wmfs.uicb function 2009-01-04 23:09:40 +01:00
Martin Duquesnoy
b2eb9ee33e python: Add wmfs_uicb python function 2009-01-04 19:46:15 +01:00
Martin Duquesnoy
1189fe1690 Add python wmfslib 2009-01-04 18:13:13 +01:00