f0d77e7c1aCode is cleaner & faster now. Hope I didn't introduce any bugs. Next step: combine *EVERYTHING* not just formatting ;P. I rewrote the algo for that in recursion, and u'll see it in the next commit I hope
Nikos Kouremenos
2005-03-13 17:04:57 +0000
e5f9884867bugfix: when there is no selected text textbuffer.get_selection_bounds() return ()
Yann Leboulanger
2005-03-13 08:52:48 +0000
3967d11750groupchat window is now also a subclass of chat class
Yann Leboulanger
2005-03-12 21:30:50 +0000
c1a075785bfix: when we select some text and release the button on a tagged text, do not open url
Yann Leboulanger
2005-03-12 19:52:34 +0000
4a67797ca7init this widget in the __init__ function (init_account is not called when we create a new account)
Yann Leboulanger
2005-03-12 18:21:49 +0000
7bf83a3d71no need to save that here, it is done later in the function
Yann Leboulanger
2005-03-12 18:18:52 +0000
3ea5670d8ftabbed_chat_window class is now a subclass of chat class (groupchat_window will soon be also)
Yann Leboulanger
2005-03-12 18:12:15 +0000
6471ac26b8we want to save 0 or 1, not True or False
Yann Leboulanger
2005-03-12 17:18:33 +0000
971e71c304nothing special
Nikos Kouremenos
2005-03-12 16:19:52 +0000
737fcfe414the sync_with_global_status option now works
Yann Leboulanger
2005-03-11 15:23:47 +0000
15ccd4edccprint special chars even in /me lines
Yann Leboulanger
2005-03-11 14:33:11 +0000
6f483ca257use regexp lookbehind assertions, workarounds go to hell. thanks jajcus once again
Nikos Kouremenos
2005-03-11 13:54:02 +0000
c489298377ctrl+c now works in conversatin_textview
Yann Leboulanger
2005-03-11 13:44:27 +0000
fd69700144authorize right click in conversation_textview when it's not on a tagged text
Yann Leboulanger
2005-03-11 13:11:30 +0000
3b876f4e77emoticons work now
Nikos Kouremenos
2005-03-11 12:55:38 +0000
a833209a9bI f*cking have it! _yuppie_ dont*bold* work :P. Next step is combine the formatting
Nikos Kouremenos
2005-03-11 02:35:54 +0000
d99e1a8e1anew message never worked with a single dialog! works now
Nikos Kouremenos
2005-03-11 01:31:07 +0000
eae0bdc4e0tried some stuff. yann plz have a look at the window.present() and at the stuff with sync_with_global_status [used to be active]. I'm close I think :P
Nikos Kouremenos
2005-03-11 01:10:30 +0000
df9b1de0daremove the use of string module in logger.py
Yann Leboulanger
2005-03-11 00:13:21 +0000
edd6088448config file has a more beautyfull format and 600 mode
Yann Leboulanger
2005-03-11 00:04:39 +0000
4bed9c30b1code the ignore messages from contacts not in the roster option
Yann Leboulanger
2005-03-10 23:45:10 +0000
3b4a2f748aforce the infos = {} when we call Account_modificaion_window print special words in status messages
Yann Leboulanger
2005-03-10 23:21:30 +0000
f38048904cthis is half the emoticons list. all caps now
Nikos Kouremenos
2005-03-10 22:53:40 +0000
1184d3b706always scroll when we send a message
Yann Leboulanger
2005-03-10 19:08:26 +0000
bbbeba0b48show the correct cursor and block only right click on conversation textview
Yann Leboulanger
2005-03-10 18:53:55 +0000
8717bb11adto my friend jajcus for the regexp help. TY
Nikos Kouremenos
2005-03-10 18:29:03 +0000
5bc2796b37URL detection and formating is ready
Nikos Kouremenos
2005-03-10 18:20:23 +0000
55ce820b38popup menu when we right clik on a link
Yann Leboulanger
2005-03-10 18:16:09 +0000
49e6daabd7do not use spawnvp under windows (user will have to give the full path to the application)
Yann Leboulanger
2005-03-10 17:19:55 +0000
0bae187b4cchange the cursor when it is on a mail or an url
Yann Leboulanger
2005-03-10 17:15:22 +0000
3a7fd6f0f7fix (to be fixed) :P
Nikos Kouremenos
2005-03-10 17:08:08 +0000
1cd5da4b2cdo not print // or __ or ** or mailto:
Yann Leboulanger
2005-03-09 22:41:35 +0000
bed206eb0eurls and mail adresses are now underlined
Yann Leboulanger
2005-03-09 22:32:20 +0000
0e6e7d2706urls and mail adresses are now clickable and launch the configured application
Yann Leboulanger
2005-03-09 22:30:47 +0000
c5d3e56632url detection is ready!
Nikos Kouremenos
2005-03-09 21:29:20 +0000
3db089b3c4upgrade plugin.sleeper_state dict when we change the account name get the active option before we delete the dict
Yann Leboulanger
2005-03-09 21:01:31 +0000
0707f392ecregexp rock
Nikos Kouremenos
2005-03-08 21:45:40 +0000
09ce159387code for instantly apply changements about links grabber function to launch the application
Yann Leboulanger
2005-03-08 20:59:29 +0000
e6b04e8159show the account modification window when we launch gajim and no account configured
Yann Leboulanger
2005-03-08 18:06:18 +0000
3777c514daprint it every 5 minutes, not 3 secondes
Yann Leboulanger
2005-03-08 15:17:08 +0000
e54250cec0show Privileges instead of MUC
Yann Leboulanger
2005-03-08 14:33:09 +0000
723a83c380in config.py, in preferences window : order the functions in the order they apear in the window add the code for the time printing option
Yann Leboulanger
2005-03-08 14:08:46 +0000
3510549238provide a way to overide VERSION by command line.
Vincent Hanquez
2005-03-08 11:00:44 +0000
46c3bc721eprovide a (gore) dist target for nightly build.
Vincent Hanquez
2005-03-08 10:44:31 +0000
dc7c7784d6align Makefile variables
Vincent Hanquez
2005-03-08 10:43:25 +0000
c5814e1fb5New tab in preferences window : 'chat' and new option about time printing (code will come later)
Yann Leboulanger
2005-03-07 23:47:33 +0000
d34db3a91eadd a button in preferences window for colors in chat windows
Yann Leboulanger
2005-03-07 23:25:43 +0000
b19a1e1d27save the account's preferences when we add a new account
Yann Leboulanger
2005-03-07 20:41:28 +0000
a5fb5e6319do not show tabs in groupchat window when it is opened
Yann Leboulanger
2005-03-07 17:06:16 +0000
b791479159code and glade fixes all over
Nikos Kouremenos
2005-03-07 17:01:56 +0000
6ad614ccd6bugfix: clean self.plugin.windows on destroy, not delete-event (delete-event is not always called)
Yann Leboulanger
2005-03-07 16:50:26 +0000
1de83250e5check that the connexion exists before sending something
Yann Leboulanger
2005-03-07 16:22:31 +0000
cf96fc22e6when we change our status, sent it to the chatwindows we are in
Yann Leboulanger
2005-03-07 15:46:07 +0000