Sunday, October 29, 2006

keep coding


copy and paste the svn comment:

text format in both ways (inverse color bug fixed),
style while typing (delay aplying the style fixed),
multiconversation in both ways (invite and be invited), a lot of problems fixed there,
invite dialog created (still some bugs there),
optional timestamps to the messages,
modified way of showing the contacts (we need bigger status icons until
we show the display picture).

i wait comments..

8 comments:

Anonymous said...

see the tracker!

dx said...

eh wait, the formatting options in 0.2.2 work!

?!?!?

you removed that on the 1.0-rewrite?

Anonymous said...

How can i try version 1.0? I've checkout the source from subversion, but there is not any executable file, and i don't know how to compile. Can someone help-me with this=

luismarianoguerra said...

the formatting options are now on the menu
because i think that you dont use it very often to have it on the toolbox...

you dont have to compile in python,
just run "python Controller.py" (in the 1.0 version).

you will have to move all the files in the theme directory to themes/default to make it work.

it still alpha so use it only for testing

Anonymous said...

Ok, i did what you said. But now i have this error when i run "python Controller.py"

Traceback (most recent call last):
File "Controller.py", line 445, in ?
controller = Controller()
File "Controller.py", line 58, in __init__
self.mainWindow = MainWindow.MainWindow( self )
File "/home/nuno/Desktop/emesene/trunk/trunk/emesene/MainWindow.py", line 51, in __init__
self.set_icon( self.controller.theme.icon )
AttributeError: Theme instance has no attribute 'icon'

Anonymous said...

Please note:
>
>it still alpha so use it only for testing
>

..but I've got teh same messages under windows:

###################################
C:\emesene>Controller.py
No tray icon library detected
Traceback (most recent call last):
File "C:\emesene\Controller.py", line 445, in ?
controller = Controller()
File "C:\emesene\Controller.py", line 58, in __init__
self.mainWindow = MainWindow.MainWindow( self )
File "C:\emesene\MainWindow.py", line 51, in __init__
self.set_icon( self.controller.theme.icon )
AttributeError: Theme instance has no attribute 'icon'
###################################

I workarounded that commenting line 51 in MainWindow.py:

49         self.controller = controller
50
51        #self.set_icon( self.controller.theme.icon )
52
53         self.vbox = None



After that I tried again...

###################################
C:\emesene>Controller.py
No tray icon library detected
Traceback (most recent call last):
File "C:\emesene\Controller.py", line 445, in ?
controller = Controller()
File "C:\emesene\Controller.py", line 58, in __init__
self.mainWindow = MainWindow.MainWindow( self )
File "C:\emesene\MainWindow.py", line 56, in __init__
self.buildInterface( 'login' )
File "C:\emesene\MainWindow.py", line 108, in buildInterface
self.login = Login.Login( self.controller )
File "C:\emesene\Login.py", line 84, in __init__
self.statusListStore.append([ self.controller.theme.statusToPixbuf[ msnp13.status_table[ i ] ], i ])
KeyError: 'BSY'
###################################

...I have no fix/workaround for this :oops: (tried a few changes but nothing worked)

luismarianoguerra said...

fixed in the SVN

Anonymous said...

please see the tracker in sourceforge