Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the Hippo-fied menu much prettierDan Williams2006-10-302-19/+90
|
* Convert to an ugly Hippo menuDan Williams2006-10-303-45/+191
|
* Load icons at start and scale to 25x25Dan Williams2006-10-291-33/+52
|
* Activate the logger before importing the ps, so that weMarco Pesenti Gritti2006-10-291-2/+2
| | | | show meaningful errors if avahi is missing.
* Change to /usr/bin/python instead of /bin/env pythonDan Williams2006-10-291-1/+1
|
* Add copyright headerDan Williams2006-10-291-0/+18
|
* Import pygtkMarco Pesenti Gritti2006-10-291-0/+4
|
* Better working nm-appletDan Williams2006-10-291-54/+262
| | | | | | - Start nm-applet when the shell starts - Use the artwork - Respond to signals and get initial states
* Build up a network menuDan Williams2006-10-261-14/+102
| | | | | Build up the networks menu of wired and wireless devices, using GtkMenu for now. Doesn't respond to interaction yet.
* Install the nm-applet dbus config file in the right placeDan Williams2006-10-261-1/+1
|
* Add (slightly) sugarized NetworkManager appletDan Williams2006-10-267-1/+768
| | | | | | An implementation of the NetworkManagerInfo service (for storing local networking config) and GUI bits for discovering network status and controlling networking, written in Python.
* Retry resolution of a buddy presence service up to 3 timesDan Williams2006-10-201-4/+27
|
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-4/+13
| | | | | | This call would always fail for activity services because the dbus bindings for it did not pass in the activity at all. Fix that.
* Revert to IP4 only since Avahi mixes up IP4 and IP6 when using PROTO_UNSPECDan Williams2006-10-201-3/+3
|
* Do not traceback on properties containing =Marco Pesenti Gritti2006-10-191-1/+1
|
* Let the presence service set his own pathMarco Pesenti Gritti2006-10-171-3/+9
|
* Remove the old dbus stuff, use one log file per processMarco Pesenti Gritti2006-10-161-1/+1
|
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-162-6/+6
| | | | For now start sugar with "sugar-emulator shell/sugar-shell"
* Delete unused p2p model code. Fix distcheck.Marco Pesenti Gritti2006-10-151-0/+0
|
* Add GPL headersMarco Pesenti Gritti2006-10-146-0/+80
|
* Do not set up the owner of the presence service if thereMarco Pesenti Gritti2006-10-091-3/+8
| | | | | | | is no nick name in the env. I'm not sure this is the best approach, we need to figure it out. First go at the new simulator.
*