Commit Graph

160 Commits

Author SHA1 Message Date
Tomeu Vizoso
39a009056d Order journal entries and fix filtering. 2007-03-05 16:56:39 +01:00
Guillaume Desmottes
39c6542e40 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar 2007-03-05 12:52:45 +01:00
Guillaume Desmottes
9ce78f6100 upload our avatar only if needed 2007-03-05 12:52:29 +01:00
Marco Pesenti Gritti
52ca451a05 More fake entries improvements 2007-03-05 12:05:13 +01:00
Marco Pesenti Gritti
583ea4214d Improve the demo entries 2007-03-05 12:00:51 +01:00
Tomeu Vizoso
a585221b16 Added object update to the datastore. 2007-03-04 11:27:33 +01:00
Tomeu Vizoso
559d21d4d2 Merge branch 'master' of git://dev.laptop.org/sugar 2007-03-04 10:53:14 +01:00
Dan Williams
7b11487995 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 2007-03-03 12:05:08 -05:00
Dan Williams
fc7f62359f Don't traceback on cleanup when disconnected already 2007-03-03 03:51:27 -05:00
Dan Williams
fc970ccf3d Attempt periodic reconnection on connect error, traceback less on server problems 2007-03-03 03:15:18 -05:00
Dan Williams
7da177a054 color is required for a valid buddy 2007-03-03 03:12:52 -05:00
Dan Williams
6428fdc9a4 Give dbus-python a hint to icon return type 2007-03-03 03:12:27 -05:00
Tomeu Vizoso
33739f1c0f Some more examples for the journal. 2007-03-02 22:21:45 +01:00
Tomeu Vizoso
d504124cc2 Hack Dan's DataStore for doing what we need for 6th March demo. 2007-03-02 21:17:03 +01:00
Dan Williams
08c791849f Convert buddies to GObjects; ensure signals don't emit before buddy is valid 2007-03-02 11:10:44 -05:00
Tomeu Vizoso
47b8ad2496 Stop sqlite3.decoding the data from the db. 2007-03-01 19:23:55 +01:00
Dan Williams
a3e2803eb8 Clue dbus-python into the return type of get_data() 2007-03-01 13:23:29 -05:00
Tomeu Vizoso
97d719f795 Use sqlite3.Row in the datastore. 2007-03-01 18:59:36 +01:00
Dan Williams
dbf2c0c1a2 get object path correctly 2007-03-01 12:52:42 -05:00
Tomeu Vizoso
f2af1ae219 Use cursor parameters instead of SQL injection. 2007-03-01 18:42:53 +01:00
Dan Williams
7ab0b60b10 Update data store to new dbus-python bindings API and sqlite3 2007-03-01 11:53:43 -05:00
Guillaume Desmottes
bfbcedbcec Don't use the _alias_changed_cb while we use vcard to store the alias 2007-03-01 13:30:42 +01:00
Dan Williams
57b887df30 PresenceService fixes; request buddy presence when using existing connection 2007-02-28 22:13:27 -05:00
Dan Williams
748275ca00 Add fixme for avatar optimization 2007-02-28 11:47:19 -05:00
Guillaume Desmottes
065cd6bc20 start to use aliasing interface for nick 2007-02-28 17:02:43 +01:00
Dan Williams
403c2abc5c Upload avatar; try to get and set BuddyInfo properties 2007-02-27 22:38:28 -05:00
Guillaume Desmottes
7cf6fd2640 explicitely set the BuddyInfo interface 2007-02-28 00:05:00 +01:00
Guillaume Desmottes
a840be0c01 Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar 2007-02-27 23:52:02 +01:00
Guillaume Desmottes
81b636c8e1 start of support of the org.freedesktop.Telepathy.Connection.Interface.OLPC.BuddyInfo interface 2007-02-27 23:51:53 +01:00
Dan Williams
aeb162ae08 Remove a bit of debugging code 2007-02-27 13:19:04 -05:00
Guillaume Desmottes
5535aefc75 Add a Server section in the config file and use it to register only when needed 2007-02-27 19:08:17 +01:00
Dan Williams
abf84970b5 always register the jid when connecting 2007-02-26 15:38:50 -05:00
Dan Williams
ca8f3a0484 minor connection setup cleanups 2007-02-26 13:18:06 -05:00
Guillaume Desmottes
4c0352e9bc new icon cache system 2007-02-26 17:18:52 +01:00
Guillaume Desmottes
d49a3b52ab only remove the buddy if we don't see it using all CM 2007-02-26 12:28:50 +01:00
Dan Williams
500bd702b1 First pass at attempting registration on failure 2007-02-25 22:45:16 -05:00
Dan Williams
0cad068bf4 Merge 2007-02-25 19:27:37 -05:00
Dan Williams
bf98a5d064 Add link local plugin 2007-02-25 19:25:24 -05:00
Dan Williams
a72175ff68 Create separate plugins for connection methods 2007-02-25 19:24:48 -05:00
Marco Pesenti Gritti
81e2e9ed8d Get rid of the old nm applet 2007-02-25 13:40:24 +01:00
Guillaume Desmottes
4200f1edeb replace _connect_to_server with a protocol/cm independent equivalent 2007-02-24 00:39:54 +01:00
Dan Williams
32a92a8c11 Clarify comment 2007-02-23 14:15:49 -05:00
Dan Williams
bcc67dfb10 Clarify comment 2007-02-23 12:37:01 -05:00
Dan Williams
93386a4d8a Handle contact approval and request presence when using existing connection 2007-02-23 12:34:35 -05:00
Dan Williams
03747e2c6c Find and use an existing gabble connection, if any 2007-02-23 12:04:16 -05:00
Guillaume Desmottes
162167b7f3 Announce appear/disappear buddies according their jabber status 2007-02-23 17:30:25 +01:00
Guillaume Desmottes
dcbacb1bba Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar 2007-02-23 14:16:25 +01:00
Guillaume Desmottes
5ae3e292ca create buddy when connecting 2007-02-23 14:15:51 +01:00
Tomeu Vizoso
cb0d75eb59 Rename IconColor to XoColor. 2007-02-23 13:09:33 +01:00
Dan Williams
7ef6283ac4 Add telepathy glue bits (guilllaume) 2007-02-22 14:53:33 -05:00