Commit Graph

  • ece9a615eb fix for #183 in current svn [not only in rewrite branch. thanks xaiki for reporting Nikos Kouremenos 2005-04-17 20:44:05 +0000
  • 7f8e130d19 do not allow more than one modification windows for the same account Nikos Kouremenos 2005-04-17 20:18:50 +0000
  • b7fc77d3dc typo Nikos Kouremenos 2005-04-17 19:53:39 +0000
  • a9ec741af4 do not crash when no accounts Yann Leboulanger 2005-04-17 19:45:38 +0000
  • cb821eb8fd if we don't have accounts, don't crash Yann Leboulanger 2005-04-17 19:43:28 +0000
  • 3b9b46b6e8 when windows already exist present() them. cancel button and not close in account_modification_window Nikos Kouremenos 2005-04-17 18:36:09 +0000
  • e3b478e170 allow or not notifications when dnd/away now works Nikos Kouremenos 2005-04-17 17:55:06 +0000
  • 92c65c67bc typo Yann Leboulanger 2005-04-17 17:41:01 +0000
  • a3126a453e second test for gnupg Yann Leboulanger 2005-04-17 17:08:28 +0000
  • 9b98db2a9f try a fix when we don't have gnupg Yann Leboulanger 2005-04-17 16:08:18 +0000
  • 0ab5461d96 fix ticket 183 (do not use underline in conttact button in chat window Yann Leboulanger 2005-04-17 16:06:40 +0000
  • 42a0b673cc little bug Yann Leboulanger 2005-04-17 16:06:12 +0000
  • 425a20fb19 add missing file Yann Leboulanger 2005-04-17 16:03:35 +0000
  • a722dd4ce4 update systray.py for the new plugin system Yann Leboulanger 2005-04-17 15:23:52 +0000
  • f2edb6d584 allow hacking of config for on new message to work [asterix required] Nikos Kouremenos 2005-04-17 13:10:45 +0000
  • 107b593f77 upgrade Makefiles Yann Leboulanger 2005-04-17 11:49:53 +0000
  • e3f53dd3c6 idle now works Yann Leboulanger 2005-04-17 11:49:39 +0000
  • eb9eddce19 bugfix with what to do when a new message arrive Yann Leboulanger 2005-04-17 09:05:58 +0000
  • 117da83bd5 typo Yann Leboulanger 2005-04-17 09:05:26 +0000
  • a4c47e661e update from trunk Yann Leboulanger 2005-04-16 23:15:03 +0000
  • 8cc28a8faa config file is now saved to disk when we change an option or quit Gajim Yann Leboulanger 2005-04-16 22:12:41 +0000
  • 83277fca72 changelog removes \n in between and lets word wrapping to GTK Nikos Kouremenos 2005-04-16 18:25:23 +0000
  • 5a354c283c some minor typos / bugfixes Yann Leboulanger 2005-04-16 17:36:27 +0000
  • 798fbfebf3 the configuration file is now parsed (but not saved atm) Yann Leboulanger 2005-04-16 17:03:21 +0000
  • e0e6bafbcd correct some typos Yann Leboulanger 2005-04-16 15:01:06 +0000
  • 04db394f87 emoticons and status messages are now a group of ption in the common config file (thx tab for your code) Yann Leboulanger 2005-04-16 14:50:26 +0000
  • 11b86d58f9 popup notifications can be handled by preferences now Nikos Kouremenos 2005-04-16 14:03:35 +0000
  • c981ac6b00 messages and presences are now logged Yann Leboulanger 2005-04-16 09:36:18 +0000
  • d17289dfbd we can now view history_windows Yann Leboulanger 2005-04-15 22:02:13 +0000
  • 041657973a missing file :) Yann Leboulanger 2005-04-15 17:02:23 +0000
  • d75597cc38 status messages now work Yann Leboulanger 2005-04-15 11:37:56 +0000
  • a269e4c421 sound treeview is now filled Yann Leboulanger 2005-04-15 10:53:39 +0000
  • a4b334cd03 Account_modification_window dosn't take a dict as argument but he name of the account Yann Leboulanger 2005-04-14 23:00:25 +0000
  • 616d8de422 some better stuff for my previous commit [new version related] Nikos Kouremenos 2005-04-14 22:08:09 +0000
  • 3a46243f4d informs the user about new version (ticket #34) Nikos Kouremenos 2005-04-14 20:10:17 +0000
  • 60f2ef8adc keep namespace when we call a class : * from xx import yy -> import xx * yy() -> xx.yy() Yann Leboulanger 2005-04-14 17:07:55 +0000
  • 283dae6d8d use os.sys.getwindowsversion cause platform.release does bad detection Nikos Kouremenos 2005-04-14 16:15:15 +0000
  • 25218e7f7b trayicon is either hidden or sensitive now Nikos Kouremenos 2005-04-14 14:37:40 +0000
  • 26df968343 correct some typos, process connections every 50ms Yann Leboulanger 2005-04-14 11:06:58 +0000
  • eb7cf5ba4d gtkgui don't send messages to the connection but call the correct functions Yann Leboulanger 2005-04-14 09:38:08 +0000
  • d6a76e58c4 gtkgui now registers to connections events Yann Leboulanger 2005-04-14 07:58:54 +0000
  • 0c2fb7ffe3 correct some typos Yann Leboulanger 2005-04-14 07:42:26 +0000
  • e8911a661e Config class Yann Leboulanger 2005-04-14 07:28:59 +0000
  • 32f9cd5cba plugin.connected[account] -> gajim.connections[account].connected Yann Leboulanger 2005-04-14 07:20:14 +0000
  • b40bcc9105 plugin.accounts[name] -> gajim.config.get_per() Yann Leboulanger 2005-04-14 07:05:10 +0000
  • c5553d27a3 add connection and logger options to the list of options plugin.config -> gajim.config in config.py Yann Leboulanger 2005-04-13 09:41:44 +0000
  • 9c926c1ad1 really_remove_user removes the user even if it is not in to_be_removed (ex: we connect, a contact has sent us messages while we were offline, we read them, the user should disapear) Yann Leboulanger 2005-04-13 08:03:11 +0000
  • aa861b907a configuration is now in common/config currently gajim cannot be accessed from every where, even with global gajim :( Yann Leboulanger 2005-04-12 21:09:06 +0000
  • aaf349f140 Messages -> po Yann Leboulanger 2005-04-12 15:52:57 +0000
  • 149ed7a22d reorder files Yann Leboulanger 2005-04-12 15:47:20 +0000
  • fbf6c84e52 update files from trunk Yann Leboulanger 2005-04-12 15:30:09 +0000
  • c827489dff bugfix when we redraw an agent iter and when an agent becomes offline Yann Leboulanger 2005-04-12 14:29:33 +0000
  • 33fe77ff8a popup not when new message are clickable and work now. hide some widgets for windows version. Nikos Kouremenos 2005-04-12 12:49:37 +0000
  • 119ac50004 typ -> ptype/mtype Yann Leboulanger 2005-04-12 12:23:08 +0000
  • 51003f4712 remove the old plugin system new connection and GnuPG class Yann Leboulanger 2005-04-12 11:46:20 +0000
  • b8830da5c6 don't print a space before ':' in information window Yann Leboulanger 2005-04-12 11:19:03 +0000
  • 31be0d373a redraw the iter when a contact goes offline so it becomes red without pointing it Yann Leboulanger 2005-04-11 19:40:32 +0000
  • bfc024bfca fix scrolling pb: we now look at if we are at the end of the textview BEFORE we print a line Yann Leboulanger 2005-04-11 17:41:34 +0000
  • 046484684a forgot to import platform :P. fixed Nikos Kouremenos 2005-04-11 16:19:29 +0000
  • ac228f06b3 start to save config on the fly [and not only on quiting gktgui] and fixing #174 Nikos Kouremenos 2005-04-11 16:09:08 +0000
  • 9a8f6335aa little bugfix Yann Leboulanger 2005-04-11 10:02:10 +0000
  • 90975dd1e0 We now (hopefully) know the windows version. Yann have a look on get_contacts_list, and on get_os returning N/A for MSN,ICQ stuff but that also does not work Nikos Kouremenos 2005-04-10 18:15:40 +0000
  • ec34b733c4 gajim is sounds ready even for windows [arnaud plz confirm] Nikos Kouremenos 2005-04-10 13:33:27 +0000
  • 9f3a2b0a3a When we don't have autopoup, and a contact who sent us a message goes offline, the line becomes red but doesn't disapear until we see his message. Yann Leboulanger 2005-04-10 08:40:50 +0000
  • 68547e1d29 we now print '\n' before a new line instead of after. So when we scroll at the end we dont see a blank line. Yann Leboulanger 2005-04-10 06:54:51 +0000
  • 10e2d09595 can't make it to work [scroll_to CORRECT end] Nikos Kouremenos 2005-04-09 23:23:17 +0000
  • 710d41e2dc we scroll to the end of the textview AFTER the scrollbar has appeared Yann Leboulanger 2005-04-09 20:13:55 +0000
  • ef7f8909fc bugfix in autocompletion of nicks in gc with comments Yann Leboulanger 2005-04-09 07:24:52 +0000
  • b357978f49 added Ctrl+Shift+Tab in GC. GC needs to give focus to message textview on on showing, and after switching tabs [it need some code from tabbedchat] Nikos Kouremenos 2005-04-09 00:11:05 +0000
  • b71e2de1ba proxy gui better. also checks for ports existance. gajim did not check very well and it ended up unlaunchable. this is now fixed Nikos Kouremenos 2005-04-08 22:40:27 +0000
  • b1c89d4a6a Ctrl+Shift+Tab now works Yann Leboulanger 2005-04-08 21:51:09 +0000
  • 45afd619db fixing #159 Nikos Kouremenos 2005-04-08 20:03:19 +0000
  • 7ac46289b0 ctrl+f4 works in chat but introduces STRANGE traceback on Escape Nikos Kouremenos 2005-04-08 18:57:49 +0000
  • 0e589ca341 dot not steal focus when showing popup notifications Nikos Kouremenos 2005-04-08 02:25:07 +0000
  • 3db4808088 bugfix in subscription request window, also use self.window than widget.get_toplevel() to be faster and cleaner. Pref window catches Escape Nikos Kouremenos 2005-04-08 01:20:43 +0000
  • 317f0e0db3 we can now open only one join_gc window per account Yann Leboulanger 2005-04-07 11:25:59 +0000
  • 25214a9cf2 close the vcard window when we press Escape minimum width in gc window for the contact list on the left Yann Leboulanger 2005-04-07 10:42:01 +0000
  • 058f632115 close the join_gc_window when we press Escape Yann Leboulanger 2005-04-07 09:53:54 +0000
  • 3014afd583 new basic emoticons Nikos Kouremenos 2005-04-07 00:35:06 +0000
  • 0a6658b90b remove commented line Yann Leboulanger 2005-04-06 22:53:39 +0000
  • 3b84f1c242 we now saved the recently visited groupchats so we can restore it quickly Yann Leboulanger 2005-04-06 22:52:48 +0000
  • 10dcd45494 small bugfix: we save the Join_groupchat_window instance in the __init__ function Yann Leboulanger 2005-04-06 22:03:12 +0000
  • 91d6e8841a some glade fixes: minimum height of message textview in groupchat window client info and os info on 2 lines instead of one in vcard_information_windows Yann Leboulanger 2005-04-06 21:56:01 +0000
  • 00d7923d91 autodetect the python version in the Makefile (thx tab) Yann Leboulanger 2005-04-06 20:30:37 +0000
  • 5f5b647717 add a space between the name of the client and it's version number Yann Leboulanger 2005-04-06 20:29:14 +0000
  • 85527841a2 we now show the os informations in the vcard_information_window Yann Leboulanger 2005-04-06 20:18:55 +0000
  • eb5ae0d4ce bugfix Nikos Kouremenos 2005-04-06 19:46:39 +0000
  • 8d1df45f4d code to take into account the do_not_send_os_info option (need gajim restart to be tacken into account, will be fixed when threads will be removed) Yann Leboulanger 2005-04-06 19:19:20 +0000
  • 1c7076cfb0 fixes for when disabling emoticons in prefs [gajim did not boot], add_remove_emoticons_window and class, better popups [needs more attention {me is on it}], no more emoticons tab, introducing version.py, hide os information included, and fixes allover. Nikos Kouremenos 2005-04-06 18:51:54 +0000
  • 2640cac0f6 Gajim now answer to jabber:iq:version. Thanks nk for you get_os_info function Yann Leboulanger 2005-04-06 09:50:49 +0000
  • bac6ec88dd close the groupchat window when esc is pressed Yann Leboulanger 2005-04-06 07:31:18 +0000
  • 62e05c0c2c a single click on the arrow in groupschat_window expand / collapse the group Yann Leboulanger 2005-04-05 22:01:51 +0000
  • 6ac64ad577 typo Nikos Kouremenos 2005-04-05 21:37:50 +0000
  • 5f8bffc03f optparser can now restore values that have spaces at the begining or at the end Yann Leboulanger 2005-04-05 21:05:06 +0000
  • 40e247e220 popup class is ready Nikos Kouremenos 2005-04-05 15:06:11 +0000
  • 96e8c8a447 change the bg color instead of the fg color when a contact (dis)connects. Colors have to be improved Yann Leboulanger 2005-04-05 09:38:52 +0000
  • 634440c762 bugfix: when we Drag and drop a contact that is connected with several resources Yann Leboulanger 2005-04-05 09:10:16 +0000
  • 1e7afe35d6 show the history window when we open it Yann Leboulanger 2005-04-05 07:41:38 +0000
  • ac93a38c15 -OO Nikos Kouremenos 2005-04-04 23:30:33 +0000
  • c797d737b0 show newly connected contacts in green and contacts that have just disconnected in red before removing them. Presentation/colors have to be improved, but the principle is there (to be tested). Yann Leboulanger 2005-04-04 23:03:26 +0000