Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Add full licence to data dir #357Simon Schampijer2009-03-241-1/+3
|
* Fix nondeterministic denials for no-interface messages #575Simon Schampijer2009-03-201-14/+13
| | | | | Thanks to Dan Williams and Colin Walters for their assistance in spotting this. upstream bug fdo #18961
* Network device icons don't react on right click #463Simon Schampijer2009-03-021-2/+2
|
* Add standard 'Print' shortcut to take a screenshotSimon Schampijer2009-02-251-1/+2
|
* Fix palette appearance on right-click #403Tomeu Vizoso2009-02-243-8/+16
|
* View Source: Move to a seperate module to work for key and UISimon Schampijer2009-02-191-395/+2
|
* View Source: Show file containing activity class as initial fileSimon Schampijer2009-02-181-4/+21
| | | | remember the selection of a file
* View Source: Make document the default sourceSimon Schampijer2009-02-181-17/+34
| | | | | | | | | | | | Toolbar: document available: [document, bundle, title] no document available: [bundle, title] Icons: The coloured activity icon represents the source of the activity instance. The outlined activity icon represent the bundle source for the activity itself, the template. We use this to help draw a distinction between the "activity instance" and the "activity bundle"
* View Source: Use activity icon outline for Bundle Source, part of #360Simon Schampijer2009-02-171-3/+11
|
* View Source: Use document generic, part of #360Simon Schampijer2009-02-171-1/+1
|
* View Source: Change order in the toolbarSimon Schampijer2009-02-171-12/+23
| | | | | | - Added better spacing - Activity toolbar icon will be visible in the no document case as well
* View Source: Hide Python Bytecode files #361Simon Schampijer2009-02-171-6/+7
|
* Remove deprecated gtk.IconInfo.free callSimon Schampijer2009-02-161-1/+0
| | | | | This method is deprecated and should not be used since it can crash your application
* Fic network panel on XO #290Simon Schampijer2009-02-121-4/+4
|
* Revert "Remove the cp power section (downstream dependent)"Simon Schampijer2009-02-105-1/+292
| | | | This reverts commit 4994db8633058bf21c76bed829ecbc93e09f7616.
* Set correctly the string that needs to be translatedTomeu Vizoso2009-02-051-3/+2
|
* don't mute when right-clicking the speaker icon #278Tomeu Vizoso2009-02-051-3/+3
|
* Try harder to get an icon for a clippingTomeu Vizoso2009-02-011-1/+0
|
* Correctly initialize the TrayIconTomeu Vizoso2009-02-011-6/+8
|
* Remove the cp power section (downstream dependent)Simon Schampijer2009-01-305-292/+1
|
* Hide OLPC-specific fields on non-xo machines #133Tomeu Vizoso2009-01-232-34/+58
|
* #33 Display space used and left in the volume palette in the journalTomeu Vizoso2009-01-211-50/+1
|
* pylint fixesSimon Schampijer2009-01-191-5/+3
|
* more ReadError fixesSimon Schampijer2009-01-171-2/+2
|
* Import ReadErrorTomeu Vizoso2009-01-171-1/+3
|
* pylinted viewsourceSimon Schampijer2009-01-161-5/+8
|
* pylint fixesSimon Schampijer2009-01-162-3/+4
| | | | detected an error in the restart jabber
* Merge branch 'master' of git://git.sugarlabs.org/sugar/mainlineEben Eliason2009-01-158-23/+40
|\
| * change jabber server without sugar restart #142Simon Schampijer2009-01-152-7/+25
| |
| * About my XO -> About my ComputerSimon Schampijer2009-01-156-16/+15
| |
* | Make the XO menu ubiquitous in the UI.Eben Eliason2009-01-152-84/+1
|/ | | | | | | | | This change makes the XO menu appear on all instances of the XO icon in the UI, including all zoom levels as well as the Frame. In the short term, the register option remains as a special case only on the XO enu in Home.
* Use FrameWidgetInvoker in the volume icon in the frameTomeu Vizoso2009-01-061-1/+5
|
* try all available icons for removable devicesTomeu Vizoso2009-01-061-2/+12
|
* Following in the spec for the device positionsSimon Schampijer2008-12-223-5/+3
| | | | | - making the xomenu device the first one - removed an unused import
* Small cleanupsTomeu Vizoso2008-12-221-26/+12
|
* Install xomenu.pyTomeu Vizoso2008-12-221-1/+2
|
* Add system palette to the frame (Ryan Kabir)Tomeu Vizoso2008-12-221-0/+98
|
* Fix language parsing on Gentoo and ALTLinux #81 (alsroot)Simon Schampijer2008-12-181-2/+1
|
* Change the FRAME_POSITION_RELATIVE to follow eben's specSimon Schampijer2008-12-184-5/+5
| | | | | | | | [500 external devices eg. USB drive] [400 3rd party devices eg. speech] [300 transient connection devices eg. AP] [200 transient devices eg. camera] [100 static devices eg. battery]
* Add wired device icon for the frameSimon Schampijer2008-12-181-1/+119
|
* Only show wireless device in the frame when connecting/connectedSimon Schampijer2008-12-181-36/+84
|
* Pylint fixesMarco Pesenti Gritti2008-12-171-1/+1
|
* Disable automounting for now because gvfs is mounting it read onlyTomeu Vizoso2008-12-021-1/+1
|
* Automount volumes already inserted at startupTomeu Vizoso2008-11-291-1/+11
|
* Remove jarabe/model/volume.py and use gio insteadTomeu Vizoso2008-11-291-31/+54
|
* First try at restoring removable devices support in the journalTomeu Vizoso2008-11-281-2/+12
|
* Fix pylint complaintsMarco Pesenti Gritti2008-11-251-4/+3
|
* Fix typoSimon Schampijer2008-11-211-1/+1
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2008-11-181-3/+4
|\
| * More pylint fixesSayamindu Dasgupta2008-11-181-3/+4
| |