Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add background control panel rpmSantiago Collazo2013-03-311-2/+13
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-291-2/+0
|\ \ | |/
| * Removing keys-assoc for OSKAjay Garg2013-03-291-2/+0
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-271-4/+4
|\ \ | |/
| * sdxo#3387: Adding 4 missing-translations.Ajay Garg2013-03-271-4/+4
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-272-51/+83
|\ \ | |/
| * sdxo#3387: Missing transltions for Journal backup/restore.Ajay Garg2013-03-272-51/+83
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-252-0/+40
|\ \ | |/
| * sdxo#3095: "sugar"-code, that catches the signals from maliit uponAjay Garg2013-03-252-0/+40
| | | | | | | | | | | | | | | | every OSK appearence/disappearence AUTOMATICALLY, and then, calls the corresponding callbacks, as in sdxo#2902. Obviously, this needs the patched maliit-rpms, that emit the signals on every OSK appearence/disappearence.
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-237-7/+285
|\ \ | |/
| * Fxing the "sugar not loading" issue in "Background feature".Ajay Garg2013-03-231-0/+4
| |
| * Background feature.Ajay Garg2013-03-237-7/+281
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-223-6/+8
|\ \ | |/
| * Revert "Add support for selecting new XO icon skin"Ajay Garg2013-03-222-153/+11
| | | | | | | | This reverts commit d77d304fc94bd96a1ba18eddff93903ef568bc07.
| * Revert "Make the "icon-selector" feature gconf-controllable."Ajay Garg2013-03-221-4/+1
| | | | | | | | This reverts commit 7008a0a76027b41a063ad0ef0e4fc0ff37a2efa6.
| * New version release.Ajay Garg2013-03-221-1/+1
| |
| * Updating version.Ajay Garg2013-03-221-1/+1
| |
| * Session: Properly check for logindMartin Pitt2013-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | session.py talks to logind, so it needs to specifically check if logind is running. /sys/fs/cgroup/systemd will be present also when systemd was built without logind (--disable-logind). For details, see: <https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
| * TransitionBox: replace the CanvasIcon with an Icon, part of SL #4221Simon Schampijer2013-03-221-3/+5
| | | | | | | | | | | | | | | | | | | | The icon in the transition box does not need to be a canvas icon that reacts to input. It can be an icon only. That helps us to not trigger any visual hover feedback for that icon. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
| * Make the "icon-selector" feature gconf-controllable.Ajay Garg2013-03-221-1/+4
| |
| * Add support for selecting new XO icon skinIgnacio Rodríguez2013-03-222-11/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the ability fo the Sugar user to select a new skin for the XO icon from a collection of icons in ~/.sugar/skins. It is an extension of the aboutme panel, where the user is also able to change colors and the nick. This patch contains the modifications to model.py and view.py. It does not include the sample icons. Caveat: We need to discuss the mechanism for actually changing the icon, which is currently stored in /usr/share/icons/sugar/, which is read-only to Sugar users. Two ideas have been discussed so far: (1) to make the xo-computer.svg icon read-write; and (2) to add ~/.sugar/icons/ to the head of the icon-themes list, so if a modified xo-computer is found there, it will be used to override the on ein /usr/share. This code assumes solution #1 above. For that reason try (for now) to do: chmod -R 777 /usr/share/icons/sugar/scalable/device/computer-xo.svg
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-192-2/+4
|\ \ | |/
| * Fixing translations in 1-to-N.Ajay Garg2013-03-192-2/+4
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-193-24/+9
|\ \ | |/
| * Hopefully, this should fix things.Ajay Garg2013-03-193-24/+9
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-184-14/+18
|\ \ | |/
| * More translations fixes.Ajay Garg2013-03-184-14/+18
| |
* | Merge remote-tracking branch 'ajay/0.97.7-as-base' into develSantiago Collazo2013-03-151-15/+15
|\ \ | |/
| *