Commit Graph

6796 Commits

Author SHA1 Message Date
Stefan Bethge 341e88864c remove ssl/tls button from zeroconf props,
don't publish empty txt fields
2006-09-28 22:23:53 +00:00
Yann Leboulanger 87fa2c0a5d no need of GTK to build idle.so
put LDFLAGS at the end of command (better this way). Fixes #1930
2006-09-28 20:53:27 +00:00
Jean-Marie Traissard 99f8b6aee9 In merged mode, don't add account name in roster if other contact is in same account. Use get_shown_name
so we don't print account name for all contacts with jid.split('@')[0]] as name
2006-09-28 17:42:01 +00:00
Nikos Kouremenos 2439915136 clean, clean, clean privacy list "patch" 2006-09-28 15:04:25 +00:00
Nikos Kouremenos 9dbc502b54 fix identation 2006-09-28 14:47:18 +00:00
Nikos Kouremenos 9a05650bc6 before you reduce a strig, make it unicode object 2006-09-28 14:30:12 +00:00
Nikos Kouremenos 33c346b75c fix comment 2006-09-28 13:39:42 +00:00
Nikos Kouremenos b19b73d4cc use better varname; put a comment or two; try to make it better understandable; rm two unneeded lines 2006-09-28 13:35:53 +00:00
Jean-Marie Traissard 320698e497 Added missing muc icons in goojim iconset 2006-09-28 12:28:33 +00:00
Nikos Kouremenos 9002b3d293 put my email (and jid), not one of my JIDs 2006-09-28 11:31:25 +00:00
Nikos Kouremenos d63f5ec15c do not use shell wrapper for gajim-remote 2006-09-28 11:29:05 +00:00
Jean-Marie Traissard 19dbb37f80 Fix var name 2006-09-28 10:56:03 +00:00
Nikos Kouremenos 72e8da7130 intro helpers.build_command and fix helpers.exec_command(). fixes #2464 [now all is okay if path has spaces] 2006-09-28 10:44:16 +00:00
Jean-Marie Traissard 8e42587efc oups, 80 chars 2006-09-28 01:51:32 +00:00
Jean-Marie Traissard 42155c344e Calculate icons path only when needed 2006-09-28 01:47:30 +00:00
Nikos Kouremenos 11cd6d152c Support for notify-python so if notification-daemon is not available, we still can show cool popups. FIXES #1901 2006-09-28 00:31:59 +00:00
Nikos Kouremenos 6fcdf414eb work with bytestrings too [perhaps only with them here?] 2006-09-27 23:17:54 +00:00
Nikos Kouremenos 7c2011576d make it 80chars (plz Jim), clean it a bit, use <b> and <i> instead of huge span [it is the same] 2006-09-27 22:56:50 +00:00
Jean-Marie Traissard df93a2581e Added im.apinc.org to server list. (Should be already here, admin of server noticed) 2006-09-27 22:41:22 +00:00
Nikos Kouremenos 37667a99e2 make notify.py pythonic 2006-09-27 22:37:41 +00:00
Jean-Marie Traissard ac1b317f62 roster-tooltip : Change lines order, resource after jid, gpg on the end (we don't care)
deleted hack to remove seconds, do not work with all locales (greek at least)
2006-09-27 22:06:53 +00:00
Yann Leboulanger fd0a9e863f show account name in chat banner if a contact in another account have the same nick. Fixes #2031 2006-09-27 21:08:10 +00:00
Yann Leboulanger 3df7e1b84f install _() func in music_track_listener.py BEFORE importing dbus_support which needs it 2006-09-27 17:16:04 +00:00
Nikos Kouremenos b2c71fb427 update servers.xml from http://www.jabber.org/servers.xml 2006-09-27 16:14:16 +00:00
Nikos Kouremenos 3937363dad do not force syntax in string; in THIS room instead of in THE room 2006-09-27 16:05:15 +00:00
Nikos Kouremenos e5ba17617f better check if main in one place 2006-09-27 15:39:05 +00:00
Stefan Bethge 0791277903 no drog'n'drop from local account to other accounts 2006-09-27 14:45:14 +00:00
Stefan Bethge 2a067d1d8c prevent drag'n'drop of contacts into zeroconf account 2006-09-27 14:38:57 +00:00
Nikos Kouremenos 96930c8ad3 HIG plz for string in add new contact dialog 2006-09-27 14:28:44 +00:00
Jean-Marie Traissard c9d27e163e Do not show seconds in roster tooltips (if today)
Better description of option print_fuzzy
2006-09-26 17:44:29 +00:00
Dimitur Kirov 3de26f73ec set privacy_rules_supported to False for
zeroconf connection
2006-09-26 16:05:53 +00:00
Dimitur Kirov cd20e87419 complete merge (deleting files and recent
updates)
2006-09-26 16:02:52 +00:00
Dimitur Kirov 5fc8cf20f3 merge from trunk 2006-09-26 15:57:47 +00:00
Dimitur Kirov d4663922c7 fix reconnect after name collision 2006-09-26 15:55:49 +00:00
Yann Leboulanger c4b8421aef restore ability to test music_track_listener module by installing _() func 2006-09-26 14:56:53 +00:00
Jean-Marie Traissard 1d660a88a7 Ellipsize to 100 instead of 200 in tooltips, that's ugly enough with 100...
Set show+last_status_time after status message instead of at the end in roster tooltip
2006-09-26 14:40:13 +00:00
Yann Leboulanger 1f489b0b97 send new status when song changes only to connect accounts that have sync with global status on. 2006-09-26 14:16:19 +00:00
Yann Leboulanger 8d8b92c344 missing func called by emit() func. Fixes #564 2006-09-26 14:01:34 +00:00
Yann Leboulanger 4e1d7a21c9 [Gustavo Carneiro] handle stop music in music_track_listener.py. Fixes #564 2006-09-26 13:45:38 +00:00
Yann Leboulanger 382b245062 don't allow privacy rules window if server doesn't support it. Fixes #253 2006-09-26 11:54:03 +00:00
Yann Leboulanger bcdd4d2315 handle correctly click on sign in/out notif windows. For #2414 2006-09-26 07:53:49 +00:00
Yann Leboulanger 2a73ecc994 don't close muc when we press ESC if a row is selected. Fixes #2440 2006-09-26 07:05:39 +00:00
Yann Leboulanger eaa11ed466 remove timeout in profile window. Fixes #1840 2006-09-26 06:53:43 +00:00
Jean-Marie Traissard 1cf3a69d7b Do not wait for os_info if contact is not connected 2006-09-26 03:07:52 +00:00
Jean-Marie Traissard 84b9e2af34 +gc-tooltip:Create get_uf_affiliation(); show SHOW in the place of status message if and
only if there is no status message, else don't show SHOW
+roster-tooltip:Show subscription only if it is different from 'both'; integrate SHOW to
last_status_time (status message alone in second line); name is now title, jid is after;
status message and show are italic everywhere; last_status_time is not showed anymore when
more than one ressource, takes too muck place(was broken anyway).
Fixes #2110 if no comment.
2006-09-26 02:41:47 +00:00
Stefan Bethge 56d29dbf99 remove groupchat submenu for Local account,
remove button in acct window disables acct
2006-09-25 21:45:35 +00:00
Nikos Kouremenos bbc0940942 better varname 2006-09-25 21:14:59 +00:00
Nikos Kouremenos 3e32fd218d say what to do when we click LinkButtons 2006-09-25 21:12:12 +00:00
Dimitur Kirov 709896b576 show connection lost notification/dialog
set properties, when account is initially
created
2006-09-25 20:36:59 +00:00
Stefan Bethge 5cf072a9c7 properly disconnect from dbus when calling disconnect() 2006-09-25 20:26:20 +00:00