Commit graph

411 commits

Author SHA1 Message Date
Yann Leboulanger
0e6e7d2706 urls and mail adresses are now clickable and launch the configured application 2005-03-09 22:30:47 +00:00
Nikos Kouremenos
c5d3e56632 url detection is ready! 2005-03-09 21:29:20 +00:00
Yann Leboulanger
4241cc6915 some typos 2005-03-09 20:40:50 +00:00
Yann Leboulanger
f2731f4053 function that print special words (url, mails, smileys, bold italic or underlined text) 2005-03-09 20:28:46 +00:00
Yann Leboulanger
fccc7873bd when we open a new tab that has a queue, it is not always the active one 2005-03-09 17:07:34 +00:00
Yann Leboulanger
396b6a9eb1 no need to save tagTimeSometimes: it won't change 2005-03-08 22:32:38 +00:00
Yann Leboulanger
ce138bf9a8 bugfix 2005-03-08 22:10:44 +00:00
Yann Leboulanger
7fc7a6cb82 show the correct icon in task bar when we have sevrals accounts 2005-03-08 22:03:05 +00:00
Nikos Kouremenos
62560801aa fixes 2005-03-08 21:56:40 +00:00
Nikos Kouremenos
0707f392ec regexp rock 2005-03-08 21:45:40 +00:00
Yann Leboulanger
09ce159387 code for instantly apply changements about links grabber
function to launch the application
2005-03-08 20:59:29 +00:00
Yann Leboulanger
e6b04e8159 show the account modification window when we launch gajim and no account configured 2005-03-08 18:06:18 +00:00
Yann Leboulanger
3777c514da print it every 5 minutes, not 3 secondes 2005-03-08 15:17:08 +00:00
Yann Leboulanger
e54250cec0 show Privileges instead of MUC 2005-03-08 14:33:09 +00:00
Yann Leboulanger
723a83c380 in config.py, in preferences window : order the functions in the order they apear in the window
add the code for the time printing option
2005-03-08 14:08:46 +00:00
Yann Leboulanger
7817ed2651 clever \t completion in gc window 2005-03-07 23:24:25 +00:00
Yann Leboulanger
26faed1de1 whn we click on the systray icon: show the correct tab 2005-03-07 21:38:50 +00:00
Yann Leboulanger
1525445d3c little bugfix 2005-03-07 20:51:27 +00:00
Yann Leboulanger
eac6618539 nothing :) 2005-03-07 20:42:15 +00:00
Yann Leboulanger
b19a1e1d27 save the account's preferences when we add a new account 2005-03-07 20:41:28 +00:00
Nikos Kouremenos
b791479159 code and glade fixes all over 2005-03-07 17:01:56 +00:00
Yann Leboulanger
6ad614ccd6 bugfix: clean self.plugin.windows on destroy, not delete-event (delete-event is not always called) 2005-03-07 16:50:26 +00:00
Yann Leboulanger
cf96fc22e6 when we change our status, sent it to the chatwindows we are in 2005-03-07 15:46:07 +00:00
Yann Leboulanger
dbb665da60 When we just received a message in a groupchat room and we close it Gajim asks if we really want to close it. 2005-03-07 11:29:11 +00:00
Yann Leboulanger
d330521f4d When we just received a message from a contact and we close it's chat window/tab Gajim asks if we really want to close it. 2005-03-07 11:16:09 +00:00
Yann Leboulanger
4cdda8995c new option implementation : gajim can now ask a status message when we go online / offline.
(code in preferences window is still needed)
2005-03-06 22:56:49 +00:00
Nikos Kouremenos
56d4876b33 thanks yann 2005-03-06 20:53:58 +00:00
Yann Leboulanger
049851e549 make the contact name bold in groupchat when our nick is in the text 2005-03-06 20:15:11 +00:00
bigpod
7f3b895cdc code added forreset color button 2005-03-06 19:30:32 +00:00
Yann Leboulanger
f17c483632 a space after time in groupchat window 2005-03-06 19:24:26 +00:00
bigpod
a37882df65 single click on accounts also 2005-03-06 13:33:12 +00:00
Yann Leboulanger
f8abaa8266 in tabbed chat window : remove the * or [n] when we scroll at the and to see new messages 2005-03-06 09:01:42 +00:00
Yann Leboulanger
b1d7152bdd use the width of the first CellRenderer instead of the width of the pixbuf
less deep indentation
2005-03-06 08:31:09 +00:00
bigpod
d6fcb4011c small fix on single click 2005-03-06 03:03:29 +00:00
bigpod
3117e65687 single click in arrow works now 2005-03-06 03:01:34 +00:00
Yann Leboulanger
94167e45d9 /me now works in groupchat windows 2005-03-06 02:19:22 +00:00
Nikos Kouremenos
a3b284155e fixes 2005-03-06 00:36:27 +00:00
Nikos Kouremenos
fe33eb8399 startswith is more clean 2005-03-05 21:59:04 +00:00
Nikos Kouremenos
56dbcd1819 plz have a look at the FIXME: I cannot find a way to avoid * when we open new window and write 2005-03-05 21:35:37 +00:00
Nikos Kouremenos
893358edfe PLEASE HAVE A LOOK. string module is deprecated. starting to change in order not to be deprecated. PLEASE HAVE A LOOK. I DID 2 times, maybe I missed sth though. split(' ') --> split() is the same so that's not an error [sep=' '] is the default one [and I don't expect that to change :P 2005-03-05 21:02:38 +00:00
Nikos Kouremenos
c9d65729df some fixes 2005-03-05 19:47:49 +00:00
Nikos Kouremenos
7b5d79a716 glade fixes and variable naming in classes 2005-03-05 18:47:12 +00:00
Nikos Kouremenos
772e6c3310 I tried everything. In the end I did it the normal way. Focus works on message_textview. Yann have a look if you want to make the same thing in GC 2005-03-05 17:34:33 +00:00
Yann Leboulanger
747be28ef9 do not scroll when we are not at the end a the textbuffer in tabbed chat window
FIXME: the on_conversation_scrolledwindow_scroll_child is never called :/
2005-03-05 17:07:42 +00:00
Yann Leboulanger
a13ca3a09b missing line :) 2005-03-05 16:01:20 +00:00
bigpod
4a71cb6de8 Delete key now works on roster treeview 2005-03-05 15:09:54 +00:00
Yann Leboulanger
cefda7be5b groupchat_window now supports sevral groupchats in tabs ! 2005-03-05 13:16:52 +00:00
bigpod
965990fd1c links detection v 0.0.0.2 2005-03-05 02:15:38 +00:00
bigpod
f24abd1e73 links detection v 0.0.0.1 2005-03-05 02:11:01 +00:00
Nikos Kouremenos
136b9051dc recommit. sorry yann 2005-03-05 01:53:51 +00:00