Commit Graph

  • d10111675b nothing part 2 Nikos Kouremenos 2005-03-13 22:03:14 +0000
  • 33fb7ea8b4 nothing Nikos Kouremenos 2005-03-13 21:10:39 +0000
  • 9fb59ca4a0 bugfix Yann Leboulanger 2005-03-13 20:30:53 +0000
  • f0d77e7c1a Code 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
  • e5f9884867 bugfix: when there is no selected text textbuffer.get_selection_bounds() return () Yann Leboulanger 2005-03-13 08:52:48 +0000
  • d9377d6aae typo Yann Leboulanger 2005-03-13 08:51:34 +0000
  • cfd108bffc bugfix in about dialog: destroy it when we press close Yann Leboulanger 2005-03-12 23:48:08 +0000
  • 5b1d708484 bugfix in about window Yann Leboulanger 2005-03-12 23:43:17 +0000
  • 4cf50119cb new translatable words Yann Leboulanger 2005-03-12 23:14:00 +0000
  • 827556e679 more beautifull like that :) Yann Leboulanger 2005-03-12 23:13:25 +0000
  • 6450b356f4 no need of that print Yann Leboulanger 2005-03-12 23:03:37 +0000
  • 995b4d6484 brezilian translation (thanks junix) Yann Leboulanger 2005-03-12 22:53:17 +0000
  • 3967d11750 groupchat window is now also a subclass of chat class Yann Leboulanger 2005-03-12 21:30:50 +0000
  • c1a075785b fix: 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
  • 4a67797ca7 init 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
  • 7bf83a3d71 no need to save that here, it is done later in the function Yann Leboulanger 2005-03-12 18:18:52 +0000
  • 3ea5670d8f tabbed_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
  • 6471ac26b8 we want to save 0 or 1, not True or False Yann Leboulanger 2005-03-12 17:18:33 +0000
  • 971e71c304 nothing special Nikos Kouremenos 2005-03-12 16:19:52 +0000
  • 6b8203916f ticket 86 remains Nikos Kouremenos 2005-03-12 15:50:13 +0000
  • 9aea41330b little bugfix Yann Leboulanger 2005-03-12 08:25:45 +0000
  • dfecd6578a close button in tabs Yann Leboulanger 2005-03-12 00:42:57 +0000
  • fc696dc4d0 one missing import Yann Leboulanger 2005-03-12 00:01:12 +0000
  • bebb95ff77 fixed a typo that prevented _*underline*_ to be underlined [for the moment what's outside counts Nikos Kouremenos 2005-03-11 22:52:28 +0000
  • 86be102917 some missing import Yann Leboulanger 2005-03-11 19:51:46 +0000
  • 05633204ef no need to have it global here Yann Leboulanger 2005-03-11 18:04:33 +0000
  • dc2b9d741b bugfix in url finding Yann Leboulanger 2005-03-11 18:01:38 +0000
  • c89b98585c split gtkgui into sevral files Yann Leboulanger 2005-03-11 17:57:35 +0000
  • f26ba59b0a cleaner regexp Nikos Kouremenos 2005-03-11 16:24:04 +0000
  • 737fcfe414 the sync_with_global_status option now works Yann Leboulanger 2005-03-11 15:23:47 +0000
  • 15ccd4edcc print special chars even in /me lines Yann Leboulanger 2005-03-11 14:33:11 +0000
  • 6f483ca257 use regexp lookbehind assertions, workarounds go to hell. thanks jajcus once again Nikos Kouremenos 2005-03-11 13:54:02 +0000
  • c489298377 ctrl+c now works in conversatin_textview Yann Leboulanger 2005-03-11 13:44:27 +0000
  • fd69700144 authorize right click in conversation_textview when it's not on a tagged text Yann Leboulanger 2005-03-11 13:11:30 +0000
  • 3b876f4e77 emoticons work now Nikos Kouremenos 2005-03-11 12:55:38 +0000
  • a833209a9b I f*cking have it! _yuppie_ dont*bold* work :P. Next step is combine the formatting Nikos Kouremenos 2005-03-11 02:35:54 +0000
  • d99e1a8e1a new message never worked with a single dialog! works now Nikos Kouremenos 2005-03-11 01:31:07 +0000
  • eae0bdc4e0 tried 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
  • 37e75cb84f fixes Nikos Kouremenos 2005-03-11 00:32:41 +0000
  • ac84e25dcb typo Yann Leboulanger 2005-03-11 00:31:15 +0000
  • df9b1de0da remove the use of string module in logger.py Yann Leboulanger 2005-03-11 00:13:21 +0000
  • edd6088448 config file has a more beautyfull format and 600 mode Yann Leboulanger 2005-03-11 00:04:39 +0000
  • 4bed9c30b1 code the ignore messages from contacts not in the roster option Yann Leboulanger 2005-03-10 23:45:10 +0000
  • 3b4a2f748a force the infos = {} when we call Account_modificaion_window print special words in status messages Yann Leboulanger 2005-03-10 23:21:30 +0000
  • f38048904c this is half the emoticons list. all caps now Nikos Kouremenos 2005-03-10 22:53:40 +0000
  • 1184d3b706 always scroll when we send a message Yann Leboulanger 2005-03-10 19:08:26 +0000
  • bbbeba0b48 show the correct cursor and block only right click on conversation textview Yann Leboulanger 2005-03-10 18:53:55 +0000
  • 8717bb11ad to my friend jajcus for the regexp help. TY Nikos Kouremenos 2005-03-10 18:29:03 +0000
  • 5bc2796b37 URL detection and formating is ready Nikos Kouremenos 2005-03-10 18:20:23 +0000
  • 55ce820b38 popup menu when we right clik on a link Yann Leboulanger 2005-03-10 18:16:09 +0000
  • 49e6daabd7 do 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
  • 0bae187b4c change the cursor when it is on a mail or an url Yann Leboulanger 2005-03-10 17:15:22 +0000
  • 3a7fd6f0f7 fix (to be fixed) :P Nikos Kouremenos 2005-03-10 17:08:08 +0000
  • 90384f45b2 clever regexp Nikos Kouremenos 2005-03-10 16:23:12 +0000
  • 66de053b3a activate the tab when we create it with new_message window Yann Leboulanger 2005-03-10 15:57:43 +0000
  • b8ece6c041 URL detection just got better and fixes allover Nikos Kouremenos 2005-03-10 14:53:24 +0000
  • 9215059bc2 do not print http:// https:// news:// ftp:// Yann Leboulanger 2005-03-10 09:58:12 +0000
  • 7011d687a6 little cleanup Yann Leboulanger 2005-03-10 09:48:05 +0000
  • 1cd5da4b2c do not print // or __ or ** or mailto: Yann Leboulanger 2005-03-09 22:41:35 +0000
  • bed206eb0e urls and mail adresses are now underlined Yann Leboulanger 2005-03-09 22:32:20 +0000
  • 0e6e7d2706 urls and mail adresses are now clickable and launch the configured application Yann Leboulanger 2005-03-09 22:30:47 +0000
  • c5d3e56632 url detection is ready! Nikos Kouremenos 2005-03-09 21:29:20 +0000
  • 3db089b3c4 upgrade 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
  • 06fa551b72 typos Yann Leboulanger 2005-03-09 20:43:22 +0000
  • 4241cc6915 some typos Yann Leboulanger 2005-03-09 20:40:50 +0000
  • f2731f4053 function that print special words (url, mails, smileys, bold italic or underlined text) Yann Leboulanger 2005-03-09 20:28:46 +0000
  • ffa613a7f2 typo Yann Leboulanger 2005-03-09 17:14:40 +0000
  • fccc7873bd when we open a new tab that has a queue, it is not always the active one Yann Leboulanger 2005-03-09 17:07:34 +0000
  • 5f98d14722 typo Yann Leboulanger 2005-03-09 17:05:21 +0000
  • a112c45323 for the changement ressource -> resource: upgrade the config file Yann Leboulanger 2005-03-09 17:04:39 +0000
  • a2ca03d85f ressource -> resource in core.py Yann Leboulanger 2005-03-09 16:48:21 +0000
  • d2f546403b small fix om emoticons_treemodel_row_changed bigpod 2005-03-09 13:32:33 +0000
  • be74122555 all the options in preferences window now apply instantly Yann Leboulanger 2005-03-09 10:26:57 +0000
  • 396b6a9eb1 no need to save tagTimeSometimes: it won't change Yann Leboulanger 2005-03-08 22:32:38 +0000
  • ce138bf9a8 bugfix Yann Leboulanger 2005-03-08 22:10:44 +0000
  • 2423bf4576 fixes Nikos Kouremenos 2005-03-08 22:05:05 +0000
  • 7fc7a6cb82 show the correct icon in task bar when we have sevrals accounts Yann Leboulanger 2005-03-08 22:03:05 +0000
  • 62560801aa fixes Nikos Kouremenos 2005-03-08 21:56:40 +0000
  • 0707f392ec regexp rock Nikos Kouremenos 2005-03-08 21:45:40 +0000
  • 09ce159387 code for instantly apply changements about links grabber function to launch the application Yann Leboulanger 2005-03-08 20:59:29 +0000
  • e6b04e8159 show the account modification window when we launch gajim and no account configured Yann Leboulanger 2005-03-08 18:06:18 +0000
  • 3777c514da print it every 5 minutes, not 3 secondes Yann Leboulanger 2005-03-08 15:17:08 +0000
  • e54250cec0 show Privileges instead of MUC Yann Leboulanger 2005-03-08 14:33:09 +0000
  • 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 Yann Leboulanger 2005-03-08 14:08:46 +0000
  • 3510549238 provide a way to overide VERSION by command line. Vincent Hanquez 2005-03-08 11:00:44 +0000
  • 46c3bc721e provide a (gore) dist target for nightly build. Vincent Hanquez 2005-03-08 10:44:31 +0000
  • dc7c7784d6 align Makefile variables Vincent Hanquez 2005-03-08 10:43:25 +0000
  • c5814e1fb5 New tab in preferences window : 'chat' and new option about time printing (code will come later) Yann Leboulanger 2005-03-07 23:47:33 +0000
  • d34db3a91e add a button in preferences window for colors in chat windows Yann Leboulanger 2005-03-07 23:25:43 +0000
  • 7817ed2651 clever \t completion in gc window Yann Leboulanger 2005-03-07 23:24:25 +0000
  • 26faed1de1 whn we click on the systray icon: show the correct tab Yann Leboulanger 2005-03-07 21:38:50 +0000
  • 935e57c18c on_edit_details_button_clicked is better like that Yann Leboulanger 2005-03-07 21:03:48 +0000
  • 1525445d3c little bugfix Yann Leboulanger 2005-03-07 20:51:27 +0000
  • eac6618539 nothing :) Yann Leboulanger 2005-03-07 20:42:15 +0000
  • b19a1e1d27 save the account's preferences when we add a new account Yann Leboulanger 2005-03-07 20:41:28 +0000
  • a5fb5e6319 do not show tabs in groupchat window when it is opened Yann Leboulanger 2005-03-07 17:06:16 +0000
  • b791479159 code and glade fixes all over Nikos Kouremenos 2005-03-07 17:01:56 +0000
  • 6ad614ccd6 bugfix: clean self.plugin.windows on destroy, not delete-event (delete-event is not always called) Yann Leboulanger 2005-03-07 16:50:26 +0000
  • 1de83250e5 check that the connexion exists before sending something Yann Leboulanger 2005-03-07 16:22:31 +0000
  • cf96fc22e6 when we change our status, sent it to the chatwindows we are in Yann Leboulanger 2005-03-07 15:46:07 +0000