Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert icon data to python string before exposing itDan Williams2007-04-111-7/+4
|
* Fix making someone your friendDan Williams2007-04-111-6/+2
|
* Deal with no NetworkManagerDan Williams2007-04-111-3/+8
|
* Fix the buddy pictureMarco Pesenti Gritti2007-04-101-5/+2
|
* Use public keys rather than nicknames to differentiate buddiesDan Williams2007-04-108-59/+65
|
* Fix for GObject-based PS buddy objectsDan Williams2007-04-101-1/+1
|
* Send correct object in signal emissionDan Williams2007-04-101-1/+1
|
* A few more docstringsMike C. Fletcher2007-04-102-1/+36
|
* 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-094-33/+28
|
* Remove references to obsolete p2p.Stream classesDan Williams2007-04-092-59/+0
|
* Cut over to new PresenceServiceDan Williams2007-04-098-17/+16
|
* Forgot to add thisMarco Pesenti Gritti2007-04-081-0/+62
|
* Accept raw X windows in the shellMarco Pesenti Gritti2007-04-087-44/+51
|
* Make browser a modules inside sugar libraryMarco Pesenti Gritti2007-04-071-2/+1
|
* Move private extensions out of the lib, inside the shell.Marco Pesenti Gritti2007-04-0623-3/+2655
|
* Don't show Ad-Hoc mode networks in mesh viewDan Williams2007-04-061-0/+12
|
* Remove the threadframe stuff which went unused.Marco Pesenti Gritti2007-04-061-3/+0
|
* Fix execute command when using the new dbus-pythonDan Williams2007-04-061-1/+1
|
* Move not shell specific scripts in binMarco Pesenti Gritti2007-04-063-113/+1
|
* Return TRUE again in drag_motion_cb for accepting dnd drops.Tomeu2007-04-051-1/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-0510-75/+132
|\
| * Don't hiccup on NM start/stopDan Williams2007-04-052-3/+4
| |
| * Cleanup of sugar device handling codeDan Williams2007-04-059-73/+129
| |
* | Rework corner detection to use 1 pixel window.Marco Pesenti Gritti2007-04-054-157/+114
|/
* Increase timeouts a bitMarco Pesenti Gritti2007-03-291-2/+2
|
* Suspend the mesh view when it's not active so thatMarco Pesenti Gritti2007-03-293-8/+53
| | | | we don't keep blinking the icon in the background.
* Handle device addition and activation correctlyDan Williams2007-03-291-3/+22
|
* Add a 'device activating' signalDan Williams2007-03-291-1/+6
|
* Make the mesh icon pulse when activated and activatingDan Williams2007-03-291-11/+29
|
* fix typoDan Williams2007-03-291-1/+1
|
* Fix deprecation warningDan Williams2007-03-291-1/+1
|
* Change the feedback for connected/connecting/disconnected access point,Marco Pesenti Gritti2007-03-293-36/+44
| | | | using two different types of pulsing.
* Really add mesh device bitsDan Williams2007-03-295-12/+119
|
* Mesh network device supportDan Williams2007-03-282-0/+113
|
* Make activating non-802-11-wireless devices workDan Williams2007-03-281-4/+4
|
* Fixup for mesh devicesDan Williams2007-03-281-8/+19
| | | | | - Understand mesh devices - Don't send device signals unless device is fully initialized
* Fix old variable name.Tomeu Vizoso2007-03-281-1/+1
|
* Disable the presence service. You can reenable it by justMarco Pesenti Gritti2007-03-282-5/+6
| | | | changing the _ENABLE var to True.
* Disable invitesMarco Pesenti Gritti2007-03-281-9/+1
|
* Remove some unused importsMarco Pesenti Gritti2007-03-281-1/+0
|
* Kill a lot of old old unused codeMarco Pesenti Gritti2007-03-281-3/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-261-1/+1
|\
| * Fix typo in Server config section nameDan Williams2007-03-261-1/+1
| |
* | Fix function signatureMarco Pesenti Gritti2007-03-261-1/+1
|/
* Actually setup translations in the shell.Marco Pesenti Gritti2007-03-231-0/+7
| | | | Fix the it translation to use utf8.
* Pass an uri to the activityMarco Pesenti Gritti2007-03-221-1/+2
|
* Remove the overlay chat button since it doesn't really work.Marco Pesenti Gritti2007-03-221-2/+2
|
* Autolaunch etoys projectsMarco Pesenti Gritti2007-03-221-1/+3
|