Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
Commit message (Expand)AuthorAgeFilesLines
...
| * Need to change the activity service's name to the owners name before passing ...Dan Williams2006-06-191-2/+20
| * When serializing an activity, allow using the owner's nick name for the servi...Dan Williams2006-06-191-2/+5
| * Don't share an activity if it's name doesn't match our owner's nicknameDan Williams2006-06-191-0/+2
* | Implement sliding, dead slow with gradients.Marco Pesenti Gritti2006-06-193-5/+46
|/
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-191-1/+1
|\
| * Do not assign {} to properties, if you do apparentlyMarco Pesenti Gritti2006-06-191-1/+1
* | Ensure properties arguments are local encoding (for now), and tell the python...Dan Williams2006-06-191-1/+14
* | Ensure properties arguments are local encoding (for now)Dan Williams2006-06-191-5/+15
|/
* Improve some debug outputMarco Pesenti Gritti2006-06-192-4/+2
* Make the presence service resolve all shared activity services by default; it...Dan Williams2006-06-195-62/+67
* Start presence service later, so that we don't receive signals before we're r...Dan Williams2006-06-191-9/+14
* Fix some typosDan Williams2006-06-191-2/+2
* Ensure that deserialized Service arguments are not in Unicode (for the moment...Dan Williams2006-06-191-2/+12
* Hint slide in windows as docs, this should allow us toMarco Pesenti Gritti2006-06-191-0/+2
* Change the start page interface to make some sense.Marco Pesenti Gritti2006-06-191-29/+101
* Add back colors in the toolbar. Layout/appeareance sucks atmMarco Pesenti Gritti2006-06-184-66/+35
* Get sketches back to work, add a send buttonMarco Pesenti Gritti2006-06-182-25/+50
* Mention ctrl+sMarco Pesenti Gritti2006-06-183-12/+32
* Factor out window logic to ChatWindow.Marco Pesenti Gritti2006-06-181-0/+28
* Fix the confusion when running multiple instances on theMarco Pesenti Gritti2006-06-182-3/+16
* Get chat back to work. Well except it get very confusedMarco Pesenti Gritti2006-06-186-24/+31
* Filter out duplicate shared activities from the Start Page listDan Williams2006-06-181-0/+27
* Fix a bunch of issues with the chat windowMarco Pesenti Gritti2006-06-183-66/+30
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-185-39/+29
|\
| * Some work to make group chat work againMarco Pesenti Gritti2006-06-185-39/+30
* | Pass a serialized Service object through when joining an activityDan Williams2006-06-184-31/+43
* | Add serialize/deserialize functions for Service objectsDan Williams2006-06-181-0/+32
|/
* Get page sharing back to workMarco Pesenti Gritti2006-06-184-14/+24
* Empty addresses are valid, meaning the buddy own address.Marco Pesenti Gritti2006-06-183-7/+20
* Setup python logging and use it in the PresenceServiceMarco Pesenti Gritti2006-06-174-17/+40
* Implement page location sharing. Not yet working forMarco Pesenti Gritti2006-06-171-6/+23
* Add presence service-scope signals when new services appear on buddies, so th...Dan Williams2006-06-171-1/+9
* More fixes, not-presence worksMarco Pesenti Gritti2006-06-171-0/+1
* Add get_id() function to match activity.Activity's get_id() function; sort-of...Dan Williams2006-06-171-0/+7
* Validate service type and check for uid-based services firstDan Williams2006-06-171-3/+8
* Some fixesMarco Pesenti Gritti2006-06-171-1/+1
* Make each activity have a default type for sharingDan Williams2006-06-173-12/+22
* Don't log requests any moreDan Williams2006-06-171-1/+1
* Don't block on dbus for open_with_id eitherDan Williams2006-06-171-4/+7
* don't try to resolve a service more than onceDan Williams2006-06-171-9/+19
* Fix recognition of shared activitiesDan Williams2006-06-171-5/+17
* Add back the new-service-adv signal for the start pageDan Williams2006-06-171-1/+6
* Use better escape functionDan Williams2006-06-171-3/+3
* Disable some in-progress codeDan Williams2006-06-161-2/+3
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-161-3/+8
|\
| * Get chat to show againMarco Pesenti Gritti2006-06-161-3/+8
* | Listen to local activity lifecycle signalsDan Williams2006-06-161-1/+14
* | Add a gobject helper which proxies signals for the ActivityContainerDan Williams2006-06-161-6/+35
* | Fix typos in PresenceServiceDan Williams2006-06-161-5/+7
|/
* Merge branch 'master' of git+ssh://crank.laptop.org/git/sugarMarco Pesenti Gritti2006-06-163-7/+37
|\