Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
Commit message (Collapse)AuthorAgeFilesLines
* Remove printMarco Pesenti Gritti2007-07-041-1/+0
|
* Make the battery device use HALMarco Pesenti Gritti2007-07-043-33/+37
|
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-032-26/+14
|
* Notify zoom level changeMarco Pesenti Gritti2007-07-021-0/+1
|
* Cleanup zoom level managementMarco Pesenti Gritti2007-07-021-3/+26
|
* Move the zoom levels inside the modelMarco Pesenti Gritti2007-07-022-1/+6
|
* Corrected some formatting issues with imports.Tomeu Vizoso2007-07-021-0/+1
|
* Restrict palette positioning to screen height/width - 1 grid cell.Tomeu Vizoso2007-07-011-0/+2
|
* Add a bunch of GPL headersMarco Pesenti Gritti2007-06-245-0/+80
|
* Fix copyright yearMarco Pesenti Gritti2007-06-2412-12/+12
|
* use activity_id in service nameBert Freudenberg2007-06-201-23/+4
| | | | | | | | - construct service name from activity id instead of X window id - cleanup unused declarations in activityfactory.py - remove obsolete _dbus_name_owner_changed_cb() - see http://dev.laptop.org/ticket/1767 - cleared by marcopg
* Make bundle_id and activity_id window properties toMarco Pesenti Gritti2007-06-012-20/+21
| | | | avoid races.
* Do not index icons by activity id. Raw X windows does not have one.Marco Pesenti Gritti2007-06-011-0/+9
|
* Fix raw X windowsMarco Pesenti Gritti2007-06-013-63/+6
|
* Refactor part of the Home model. Should be muchMarco Pesenti Gritti2007-06-012-102/+70
| | | | | cleaner and reliable. If you find bugs with it please let me know.
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-012-5/+24
|
* Remove our custom launch timeout. The dbus timeoutMarco Pesenti Gritti2007-06-013-55/+3
| | | | is enough.
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-274-2/+122
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Use proper "org.laptop.Activity" interface when talking to activitiesBert Freudenberg2007-05-231-2/+6
|
* Reliably detect activity launch (fix for #1560)Bert Freudenberg2007-05-231-1/+29
|
* Save to the journal when switching to another activity.Tomeu Vizoso2007-05-161-0/+19
|
* Show activity title in mesh viewDan Williams2007-05-151-0/+3
|
* Handle buddy nick changesDan Williams2007-05-141-0/+5
|
* Fix more debug printout; print type not method itselfDan Williams2007-05-031-2/+2
|
* Fix debug printout; print type not method itselfDan Williams2007-05-031-1/+1
|
* Remove unused importDan Williams2007-05-031-1/+0
|
* 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
|
* Fix current-activity-changed signals in BuddyModelDan Williams2007-04-201-5/+2
|
* Fix typo in the fallback code pathMarco Pesenti Gritti2007-04-171-1/+1
|
* Always center the owner in the home viewsMarco Pesenti Gritti2007-04-161-0/+5
|
* Fix friending somebody for real this timeDan Williams2007-04-131-2/+2
|
* 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-104-33/+39
|
* Send correct object in signal emissionDan Williams2007-04-101-1/+1
|
* 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
|