Commit Graph

3705 Commits

Author SHA1 Message Date
Yann Leboulanger 9121514778 don't open a tabbedchat or a groupchat window over another one 2005-11-01 15:42:08 +00:00
Yann Leboulanger 2c016fddab tab_position in GUI has been removed 2005-11-01 15:35:00 +00:00
Nikos Kouremenos f048ff494f remove duplication of logic (twice reseting chatstate [one was wrong I think..] 2005-11-01 15:28:19 +00:00
Yann Leboulanger ce247d053f coding standards
self.node_to_dict always return a dict
2005-11-01 14:43:00 +00:00
Nikos Kouremenos dc95dc33d2 add comment 2005-11-01 13:43:57 +00:00
Nikos Kouremenos 9f063a02f3 verbosely comment code 2005-11-01 13:33:13 +00:00
Nikos Kouremenos 4466a7f6b2 isinstance(a, foo) is faster that type(a) == foo 2005-11-01 13:10:38 +00:00
Nikos Kouremenos 63bcfc3054 fix tbs 2005-11-01 13:05:51 +00:00
Nikos Kouremenos 0f9f404000 please use tupples; only use list when need to append later etc 2005-11-01 12:54:57 +00:00
Yann Leboulanger 370b6870f5 don't show popup or systray event when FT is completed if we don't want to be notified 2005-11-01 11:25:01 +00:00
Yann Leboulanger 7b96dbc0fe connect the key_press_event in messagetextview so that we know when we press a normal key (a, b, ...) and we can reset last_key_tabs[room_jid] variable 2005-11-01 09:04:23 +00:00
Nikos Kouremenos ca345fee0d coding standards 2005-11-01 00:02:31 +00:00
Nikos Kouremenos 0618afa787 improve readability 2005-10-31 23:59:26 +00:00
Nikos Kouremenos aba99dc208 fix typos 2005-10-31 23:48:36 +00:00
Nikos Kouremenos 6812e423d7 remove fixme 2005-10-31 23:33:33 +00:00
Nikos Kouremenos 422ae02f57 cleaner regexp pattern for links 2005-10-31 23:31:18 +00:00
Nikos Kouremenos 0ab56fb189 hide filter hbox; maybe someday 2005-10-31 21:28:39 +00:00
Nikos Kouremenos 3e237801c9 initial filter support (aka better than nothing) for history 2005-10-31 20:55:45 +00:00
Nikos Kouremenos da23873805 coding standards fixes 2005-10-31 20:54:40 +00:00
Nikos Kouremenos b89c217e68 logic fix 2005-10-31 20:54:05 +00:00
Yann Leboulanger 9ea8a2d8e8 at startup use our cached vcard to get the sha
then ask the vcard, and resend a new presence only if avatar has changed
2005-10-31 20:51:45 +00:00
Nikos Kouremenos 878b274481 add func in gtkgui helpers 2005-10-31 19:35:17 +00:00
Nikos Kouremenos f5411971c7 if roster is in vd1, and we are in vd2 and we click systray, move roster from vd1 to vd2 2005-10-31 18:06:36 +00:00
Yann Leboulanger a8cb9d69ff we now save sha in stored vcard
we save the current sha in memory and we update it when we receive the vcard
we re-ask the vcard when we receive a presence with a new sha
2005-10-31 17:31:30 +00:00
Nikos Kouremenos 20ba733622 cyan ist tot (is dead) 2005-10-31 16:41:30 +00:00
Nikos Kouremenos 22e1d66d98 new gajim theme (delete all lines in your config starting with themes. to see it) and theme names are now translatable 2005-10-31 16:19:12 +00:00
Nikos Kouremenos 7e283c5dfb typo 2005-10-31 11:14:11 +00:00
Nikos Kouremenos a3227aacb4 cleaner 2005-10-31 11:09:18 +00:00
Nikos Kouremenos 0670282453 better funcname 2005-10-31 11:06:11 +00:00
Yann Leboulanger 17f67e6a90 remove unneeded BeautifulSoup class
refactor the code so that it's not dup (vcard.get_avatar_pixbuf)
2005-10-31 10:23:33 +00:00
Nikos Kouremenos 9b1881cbbd catch a async tb 2005-10-30 21:46:48 +00:00
Nikos Kouremenos ae4f0d9aaf catch a tb 2005-10-30 21:41:52 +00:00
Nikos Kouremenos ee46edcfb8 if we have avatar in HD, we get it from there now 2005-10-30 21:39:09 +00:00
Yann Leboulanger 89d00ada0d we send our username, not our nick when we change password 2005-10-30 16:50:05 +00:00
Yann Leboulanger 60d8a8e9b3 save vcard when we get it 2005-10-30 16:46:50 +00:00
Nikos Kouremenos 47fbe4b3cb it is GTK+ 2005-10-30 16:16:00 +00:00
Nikos Kouremenos 7efdb71dce glade fixes in disco window 2005-10-30 15:12:38 +00:00
shteef 241bc34faa Don't use gtk.Image.clear until we switch to GTK 2.8 2005-10-30 15:08:47 +00:00
shteef 184782baa5 Always show address, not name, in disco window title 2005-10-30 15:05:42 +00:00
shteef fc2d4fa47f Remove periods at the end of tooltips 2005-10-30 15:03:48 +00:00
shteef 258e13c625 Fixed highlighting nicks with spaces.
muc_highlight_words config option is now semicolon separated.
2005-10-30 15:01:57 +00:00
Nikos Kouremenos 57df37e235 fix string 2005-10-30 14:43:30 +00:00
shteef 7384d34379 Added a tooltip to the toplevel services discovery browser describing
greyed out rows.
2005-10-30 14:33:25 +00:00
shteef 20213f24d3 Move banner agent icon in disco to glade 2005-10-30 12:53:42 +00:00
shteef 0154dc4325 Fix undefined 'name' TB in MUC Browser 2005-10-30 12:25:11 +00:00
Yann Leboulanger b4d9a6aab0 new helpers.check_paths() function that creates LOGPATH and VCARDPATH 2005-10-30 11:20:24 +00:00
shteef b69bc501ae New Service Discovery, couple of quick notes about this commit:
* src/disco.py contains all the disco stuff
 * registration remains in src/config.py
 * data/pixmaps/agents contains the icons used in the toplevel server browser
   and the banner. They're referenced at the top of src/disco.py.
2005-10-30 09:58:13 +00:00
Yann Leboulanger 56bc8d4709 add show_all_events and show_roster menuitems to systray menu 2005-10-30 00:08:39 +00:00
Yann Leboulanger 39710fe110 fix TB 2005-10-29 23:43:49 +00:00
Nikos Kouremenos 7ae923f0a4 muc sep a bit upper 2005-10-29 19:05:04 +00:00