Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
Commit message (Collapse)AuthorAgeFilesLines
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-102-1/+82
| | | | | | | | | | | | | | | | These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance
* More Shell fixes for new PSDan Williams2007-04-092-25/+23
|
* More new PS fixesDan Williams2007-04-093-25/+24
|
* Remove references to obsolete p2p.Stream classesDan Williams2007-04-091-57/+0
|
* Cut over to new PresenceServiceDan Williams2007-04-095-11/+10
|
* Forgot to add thisMarco Pesenti Gritti2007-04-081-0/+62
|
* Accept raw X windows in the shellMarco Pesenti Gritti2007-04-083-35/+43
|
* Don't hiccup on NM start/stopDan Williams2007-04-051-1/+2
|
* Cleanup of sugar device handling codeDan Williams2007-04-056-51/+80
|
* Handle device addition and activation correctlyDan Williams2007-03-291-3/+22
|
* Really add mesh device bitsDan Williams2007-03-293-12/+51
|
* Mesh network device supportDan Williams2007-03-281-0/+67
|
* Disable the presence service. You can reenable it by justMarco Pesenti Gritti2007-03-281-4/+4
| | | | changing the _ENABLE var to True.
* Add property for modeDan Williams2007-03-161-1/+4
|
* Expose AP capabilitiesDan Williams2007-03-151-1/+6
|
* Rearrange network device handling bitsDan Williams2007-03-156-8/+13
|
* Avoid multiple simultaneous launches of the same activity.Tomeu Vizoso2007-03-151-1/+1
|
* Battery status updateEduardo Silva2007-03-121-0/+29
|
* Complete the UI for the batteryMarco Pesenti Gritti2007-03-122-4/+13
|
* Require jpeg format buddy iconDan Williams2007-03-091-15/+14
| | | | | | Since the intro screen ensures that a buddy icon exists and is in jpg format, we can simplify the buddy icon code in the ShellOwner object.
* Expose owner details through the Shell's DBus serviceDan Williams2007-03-091-6/+24
| | | | | | | | | For security, we need the PresenceService to listen for changes to the owner's attributes, like changed color, nickname, icon, and current activity, rather than having D-Bus API in the PS itself that any process could call. So, the shell provides signals when these attributes change, which the PS listens to and pushes out over the network accordingly.
* Do not show the battery device since it's not hooked upMarco Pesenti Gritti2007-03-071-1/+1
|
* Clean up sugar + NM client interactionDan Williams2007-03-071-5/+0
| | | | | | | | | Change "init-failed" signal to 'initialized' so uninitialized devices don't leak in the sugar model. Get rid of 'ssid-changed' signal on Network objects, makes no sense conceptually, plus new 'initialized' signal replaces what it was used for.
* Do not try to add access points on model removed signal!Marco Pesenti Gritti2007-03-071-1/+1
| | | | Some fixes to access point state.
* Call remove access point with the right signatureMarco Pesenti Gritti2007-03-051-1/+1
|
* Support running without network manager service.Marco Pesenti Gritti2007-02-262-4/+7
| | | | Rework code to run without hardware manager service.
* Missing fileMarco Pesenti Gritti2007-02-261-0/+1
|
* 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-264-48/+128
|
* s/essid/ssidMarco Pesenti Gritti2007-02-251-1/+1
|
* CleanupsMarco Pesenti Gritti2007-02-251-7/+2
|
* Fixup tooltips. Still not working for the home page case, sinceMarco Pesenti Gritti2007-02-252-10/+22
| | | | the active device logic is pretty broken.
* Add ssid tooltip to the home too. Not working yet.Marco Pesenti Gritti2007-02-251-0/+7
|
* Fix strength propagationMarco Pesenti Gritti2007-02-252-3/+3
|
* Display strength of wireless device/networksMarco Pesenti Gritti2007-02-253-5/+38
|
* Handle device removalMarco Pesenti Gritti2007-02-253-12/+41
|
* 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
|
* Get the wireless device to show.Marco Pesenti Gritti2007-02-251-3/+10
|
* Some work on the network devicesMarco Pesenti Gritti2007-02-255-13/+29
|
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-233-6/+6
|
* Pass the right parameters to HomeActivityMarco Pesenti Gritti2007-02-221-1/+1
|
* Rename for new API.Tomeu Vizoso2007-02-221-1/+1
|
* Adapt to activity api changeMarco Pesenti Gritti2007-02-221-1/+1
|
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-213-18/+8
|
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-212-5/+22
| | | | This create quite a bit of duplication, but I have to start somewhere cleaning this mess :/
* Infrastructure for the home page devicesMarco Pesenti Gritti2007-02-208-0/+76
|
* Give precendence to user dir over system dirMarco Pesenti Gritti2007-02-131-2/+2
|
* Update look of activities donut to match wikiOwen Williams2007-01-311-0/+3
| | | | If we remove current activity, set _current_activity to None