Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add default school activitiesDaniel Francis2012-11-293-17/+27
| | | | Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Update device icon for keyboard - SL #3982Manuel Quiñones2012-10-091-10/+10
| | | | | | | | Swap the stroke and fill to correct the inverted user colours. By Gary. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Frame: add a device icon to reveal the OSK manually, SL #3982Simon Schampijer2012-10-041-133/+21
| | | | | | | | | | This adds a device icon to reveal the OSK manually. We add a soft dependency on Maliit, if it is not available the icon is not added to the Frame. When the OSK is revealed using the button the Frame hides. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Remove the support for the langpackdir, SL #3654Simon Schampijer2012-06-051-12/+0
| | | | | | | | | | | This presented challenges with GTK2/GTK3 compatibility and we decided that the best solution is just to remove the feature, as we're pretty certain that its unused. See as well the toolkit and toolkit-gtk3 patch. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Daniel Drake <dsd@laptop.org>
* Power management: improve wording of strings SL #2816Simon Schampijer2012-02-091-2/+2
| | | | | | | Initial patch from Ajay Garg with modification with improvements from Sascha Silbe. Acked-by: Simon Schampijer <simon@laptop.org>
* Fix capitalisation of acronyms marked for translation SL#2789Ajay Garg2012-02-091-2/+2
| | | | | | Signed-off-by: Ajay Garg <ajay@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Implementation of Text to Speech Feature [1]Gonzalo Odiard2012-02-021-0/+24
| | | | | | | | | | | | | | | | | | | The patch adds a device icon to the frame with controls to play/pause/stop any text that is selected by the user in the Sugar UI. The palette does also have options to adjust the pitch and rate of the spoken text. These settings are stored in the GConf backend, the two keys are added to the Sugar schema. As backend gstreamer-plugins-espeak is used [2], it has been in use in many activities already and is packaged for Fedora, it will be added as a dependency to Sugar. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> [1] http://wiki.sugarlabs.org/go/Features/GlobalTextToSpeech [2] http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak
* Simple NetworkManager-0.9 portDaniel Drake2011-11-161-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adapt sugar to NetworkManager-0.9 API changes. The major change here is the removal of the user-level connections mechanism; instead of storing connection information in Sugar, NetworkManager now Manages our Networks for us. However, some level of interfacing/monitoring NM is now needed, implemented with the Connections and Connection classes in jarabe.model.network. If found, connections in sugar's connections.cfg are automatically migrated, and then connections.cfg is deleted. Similarly, if modem connection details are found in gconf, they are migrated into NM and then the gconf keys are unset. The existing network code is far from perfect and actually quite messy. In this port I've tried not to make fundamental changes to improve this, in order to keep task complexity down and aid review. In the medium term I do plan to improve this code, by moving it to use gobject-introspection on libnm, and rewriting/restructuring at the same time. By letting libnm do most of the work for us, this layer can be greatly simplified. However, libnm and gobject-introspection improvements are needed first, which I will continue to work on. Modem PUK configuration has been removed as NetworkManager no longer has configuration for this. It hasn't been used (and was marked deprecated) throughout the NM-0.8 release series.
* Only activate keyboard configuration if it was configured, OLPC #11175Daniel Drake2011-10-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Sugar is currently activing a new keyboard config even if the user did not change any settings. Avoid this by only activating the configuration if user-specified settings are found in gconf. Also remove the default 'evdev' model string so that gconf settings are truly blank unless the user has selected something. This fixes the case where keyboard settings were configured elsewhere, but Sugar ends up throwing those away and applying its own 'blank' settings. The forced 'evdev' default was added in #1717: Since we do not supply a keyboard model by default, xfree86 gets picked up, and as a result the arrow keys, etc do not work on Xephyr. We should use evdev instead. However, this seems more like an evdev configuration issue, and regardless of this, arrow keys are not working before this patch anyway. Acked-By: Sascha Silbe <silbe@activitycentral.com> Signed-off-by: Daniel Drake <dsd@laptop.org>
* Don't set default timezoneDaniel Drake2011-02-231-1/+1
| | | | | | | | | | | | | | | | | By default, Sugar's gconf schema configures a UTC timezone, and this means that sugar-session unconditionally adjusts the environment so that a UTC timezone is used. This overrides any system-wide timezone specified by /etc/localtime. Test case: set /etc/localtime to Asia/Taipei, start sugar, open terminal, run "date", observe that it shows GMT time. Drop the text value from the default gconf schema. This allows the systemwide timezone to be used as a default. Sugar users can still make their own choice (overriding the systemwide default) in the control panel. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* fix recognition of JEBs outside of data storeSascha Silbe2011-02-171-1/+5
| | | | | | | | Add a MIME type definition for Journal Entry Bundles (JEBs) so they get detected properly if encountered outside of the data store. Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
* Fix typo in GConf schema fileSascha Silbe2011-02-051-3/+3
| | | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Reviewed-by: Aleksey Lim <alsroot@member.fsf.org>
* add restart option configurable via gconf (#1206)James Cameron2010-11-271-0/+12
| | | | | | | | | | | | | | | Nepal requested reordering and removal of restart, which was patched for them in 0.82 and implemented in 0.84. Paraguay and Uruguay detected the change in 0.84 and requested the restart option be restored. This patch restores the restart option as a configurable option, using the gconf key /desktop/sugar/show_restart, default true. Refer to http://bugs.sugarlabs.org/ticket/1206 for discussion. Acked-by: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
* Protected Activities Support #2087Martin Abente2010-09-091-0/+14
| | | | | | | | | | | | Activities deletion causes troubles during classes. Teachers from Paraguay and Uruguay asked for a mechanism to protect activities from being easily deleted. This patch provides a mechanism that uses a gconf value to determine which activities will not contain the erase option at the list view palette. The gconf value contains a list of activities bundle indentifiers.
* Add default Ad-hoc networks #1610Simon Schampijer2010-08-131-0/+14
| | | | | | | | | | This patch adds three default Ad-hoc networks, for channel 1, 6 and 11. They are represented with designated icons in the neighborhood view. This will mimic the mesh behavior on devices where mesh hardware is not available and make the "under a tree"-scenario possible in those cases. If Sugar sees no "known" network when it starts, it does autoconnect to an Ad-hoc network. http://wiki.sugarlabs.org/go/Features/Sugar_Adhoc_Networks
* Improve activity updater icon (Gary C. Martin)Tomeu Vizoso2010-06-141-4/+4
|
* Use evdev as the default keyboard model (#1717)Sayamindu Dasgupta2010-03-091-1/+1
|
* 3G: Add gconf keys to the sugar gconf schema (Martin Abente)Simon Schampijer2010-03-011-0/+67
| | | | Tracking bug was: #1739
* Correct color for 3G control panel icon #1769Simon Schampijer2010-03-011-3/+3
|
* Add GConf key for specifying alternate locale dir (#1721)Sayamindu Dasgupta2010-02-121-0/+11
|
* Add the icon for module-modemconfiguration (Eben)Simon Schampijer2010-02-121-1272/+11
|
* Implement support for 3G modems (tch) #1622Tomeu Vizoso2010-01-292-0/+1273
|
* Remove Log and Terminal from default favorites viewDaniel Drake2010-01-071-2/+0
| | | | These are for more advanced users.
* Name input screen should be deactivable #1497Aleksey Lim2009-12-201-0/+11
|
* Configure fonts through GConf (#1584)Daniel Drake2009-12-012-1/+23
| | | | | | | | | | | | Sugar currently configures fonts through gtkrc and through the sugar.graphics.style class, both of which are hard to modify by implementors/deployers. Move this into GConf and apply these settings to the sugar shell at startup. In the longer term, Sayamindu's efforts to create a settings manager will build on this work.
* Revert 878ac4cbcfAleksey Lim2009-10-181-7/+0
|
* Name input screen should be deactivable #1497Aleksey Lim2009-10-151-0/+7
|
* Package sugar-desktop icon #1139Aleksey Lim2009-09-293-4/+17
|
* Don't distribute autogenerated filesTomeu Vizoso2009-09-191-1/+1
|
* Install sugar-emulator.desktop application file #1139Aleksey Lim2009-09-152-1/+11
|
* Add module-updater iconAleksey Lim2009-09-102-9/+26
|
* Fixes based on distcheckSimon Schampijer2009-08-251-1/+1
|
* Merge branch 'master' of git://git.sugarlabs.org/sugar/sugar-xkb-supportSayamindu Dasgupta2009-08-253-0/+172
|\
| * Update configure.ac and Makefile.amSayamindu Dasgupta2009-07-261-0/+1
| |
| * Add relevant GConf keysSayamindu Dasgupta2009-07-261-0/+37
| |
| * Initial code with GUI working.Sayamindu Dasgupta2009-07-261-0/+134
| | | | | | | | Backend does not work yet.
* | Documentation string for logout optionSimon Schampijer2009-08-201-2/+1
|/
* Make Jukebox the default activity for ogg-vorbis #423Simon Schampijer2009-03-261-3/+3
|
* Add full licence to data dir #357Simon Schampijer2009-03-242-0/+340
|
* The logout option is available by defaultSimon Schampijer2009-03-241-1/+1
|
* Update to latest config file (same as nm-applet)Simon Schampijer2009-03-201-1/+1
|
* Set Pippy as the default for opening python files #287Tomeu Vizoso2009-03-121-0/+3
|
* Use the same font size independent from scalingSimon Schampijer2009-03-021-3/+1
|
* Update to new DBus policy #307Simon Schampijer2009-02-241-21/+15
|
* Remove data/NetworkManagerInfo.conf which was renamed to nm-user-settings.confTomeu Vizoso2009-02-191-26/+0
|
* Add logout option to the buddy menu (unmadindu). #207Tomeu Vizoso2009-02-101-0/+13
|
* Add favorites_mode to the gconf schema fileTomeu Vizoso2009-01-171-0/+12
|
* Take double quotes out from default values in the schema fileTomeu Vizoso2009-01-171-2/+2
|
* Use the journal icon provided by artworkSimon Schampijer2009-01-172-12/+0
| | | | and remove it from the data/icons
* update makefile for aboutcomputer iconSimon Schampijer2009-01-151-8/+8
|