Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/MeshModel.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-2/+2
|
* Make Activity update the presence service activityMarco Pesenti Gritti2007-08-311-15/+12
| | | | name and listen to the name changes in the mesh view.
* Make D-Bus calls async on startupJohn (J5) Palmieri2007-08-271-4/+10
|
* Complete move to external bundle registry.Tomeu Vizoso2007-08-091-13/+13
|
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
|
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-1/+2
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Show activity title in mesh viewDan Williams2007-05-151-0/+3
|
* Fix shell for sugar.presence.activity API changesDan Williams2007-04-271-11/+9
|
* Fix properties bugsGuillaume Desmottes2007-04-251-1/+1
|
* Clean up buddy activity changed signals in MeshModelDan Williams2007-04-201-12/+7
|
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-111-0/+2
|
* Use public keys rather than nicknames to differentiate buddiesDan Williams2007-04-101-12/+11
|
* Send correct object in signal emissionDan Williams2007-04-101-1/+1
|
* More Shell fixes for new PSDan Williams2007-04-091-5/+5
|
* More new PS fixesDan Williams2007-04-091-23/+20
|
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
|
* Cleanup of sugar device handling codeDan Williams2007-04-051-6/+9
|
* Really add mesh device bitsDan Williams2007-03-291-8/+36
|
* Call remove access point with the right signatureMarco Pesenti Gritti2007-03-051-1/+1
|
* Support running without network manager service.Marco Pesenti Gritti2007-02-261-4/+5
| | | | Rework code to run without hardware manager service.
* Fix up propagation of the state property changesMarco Pesenti Gritti2007-02-261-2/+3
|
* Add a device-added signalMarco Pesenti Gritti2007-02-261-1/+1
|
* More work on network devices, getting thereMarco Pesenti Gritti2007-02-261-39/+1
|
* s/essid/ssidMarco Pesenti Gritti2007-02-251-1/+1
|
* Fixup tooltips. Still not working for the home page case, sinceMarco Pesenti Gritti2007-02-251-3/+9
| | | | the active device logic is pretty broken.
* Fix strength propagationMarco Pesenti Gritti2007-02-251-1/+1
|
* Display strength of wireless device/networksMarco Pesenti Gritti2007-02-251-1/+17
|
* Activate the network on clickMarco Pesenti Gritti2007-02-251-9/+16
|
* First go at access points on the mesh viewMarco Pesenti Gritti2007-02-251-11/+64
|
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-2/+2
|
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-211-2/+3
|
* Get back mesh view to work. It got broken when refactoring bundles.Marco Pesenti Gritti2006-12-201-5/+7
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-132/+132
|
* Remove unused old registry codeMarco Pesenti Gritti2006-12-011-1/+0
|
* Finish up porting to the new registryMarco Pesenti Gritti2006-12-011-9/+13
|
* Do not return the whole dict, just the values!Marco Pesenti Gritti2006-10-201-2/+2
|
*