Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix sugar-ui-check. Load activities from system path.Marco Pesenti Gritti2008-10-063-34/+11
|
* Get sugar-launch back to work.Marco Pesenti Gritti2008-10-061-7/+10
|
* Move the bundle registry inside the shell process.Marco Pesenti Gritti2008-10-061-1/+0
|
* Move services and their initialization to a service package.Marco Pesenti Gritti2008-10-061-57/+28
|
* Save sound levels on changes.Marco Pesenti Gritti2008-10-061-2/+0
|
* Rename sugar-shell to sugar-session to avoid confusion withMarco Pesenti Gritti2008-10-063-2/+2
| | | | the model meaning of shell.
* Factor out intro initialization from the shell script.Marco Pesenti Gritti2008-10-061-10/+2
|
* Remove the remaining shell view bits and finally kill it.Marco Pesenti Gritti2008-10-061-8/+14
|
* Move launcher management outside shell.Marco Pesenti Gritti2008-10-051-0/+3
|
* Move journal startup to sugar-shell.Marco Pesenti Gritti2008-10-051-0/+19
| | | | Remove unused shell view method.
* Import fixes.Marco Pesenti Gritti2008-10-051-1/+1
|
* Update gtkrc to sugar-100Marco Pesenti Gritti2008-10-041-1/+1
|
* Remove import I accidentally committed.Marco Pesenti Gritti2008-10-041-1/+0
|
* Move controlpanel extensions to the extensions path.Marco Pesenti Gritti2008-10-031-1/+4
|
* Split up the hardware manager and move it to model. MakeMarco Pesenti Gritti2008-10-031-6/+7
| | | | it use dispatcher instead of GObject.
* Merge nmclient and nminfo and move them in the model.Marco Pesenti Gritti2008-10-031-0/+7
| | | | | Split the gtk dialog out with the service. I cannot test this until we build it for joyride or we support nm 0.7.
* Cleanup locale initialization.Marco Pesenti Gritti2008-10-031-8/+2
|
* Use the shell started callback also to run the control panel.Marco Pesenti Gritti2008-10-031-12/+3
|
* Remove unused methodMarco Pesenti Gritti2008-10-031-11/+0
|
* Launch the wm from the sugar script.Marco Pesenti Gritti2008-10-032-10/+3
|
* Use a SUGAR_SCALING variable to configure scaling.Marco Pesenti Gritti2008-10-035-28/+22
|
* Drop unused SUGAR_TP_DEBUG.Marco Pesenti Gritti2008-10-021-28/+0
|
* Fix view module case.Marco Pesenti Gritti2008-09-301-4/+3
|
* Forgot to commit the script.Marco Pesenti Gritti2008-09-301-0/+168
|
* Move the shell code inside the script. Use config to figure outMarco Pesenti Gritti2008-09-302-32/+0
| | | | the gtkrc path.
* Move ui-check code inside the script.Marco Pesenti Gritti2008-09-301-2/+133
|
* Move emulator code in the script.Marco Pesenti Gritti2008-09-301-3/+103
|
* Fix ui check.Marco Pesenti Gritti2008-09-281-3/+1
|
* sugar-shell still need to be autogenerated for now.Marco Pesenti Gritti2008-09-282-0/+1
|
* Bunch of import fixesMarco Pesenti Gritti2008-09-285-9/+4
|
* Move the shell code into site-packages.Marco Pesenti Gritti2008-09-287-34/+4
|
* Use sugar.activity.mainMarco Pesenti Gritti2008-08-271-120/+3
|
* Remove sugar-ui-check and ignore it.Marco Pesenti Gritti2008-08-142-26/+1
|
* Add simple check script. For now it only checks thatMarco Pesenti Gritti2008-08-123-1/+54
| | | | the shell is started up.
* Move mainloop quit to ActivitySession in the toolkit.Marco Pesenti Gritti2008-08-061-10/+0
|
* sugar-install-bundle dies whithout parametersSimon Schampijer2008-05-161-0/+8
| | | | Added usage message and check #6985 (ffm)
* Revert "controlpanel - modularize model"Simon Schampijer2008-05-141-4/+2
| | | | This reverts commit 9a36a9f05ca6352cc53da0920491ff7451d87089.
* Revert "Add shell_path to config and changed cp accordingly"Simon Schampijer2008-05-141-2/+4
| | | | This reverts commit db6ddf7ad60fc53e0160b87a0d870832fd5558d8.
* Add shell_path to config and changed cp accordinglySimon Schampijer2008-05-121-4/+2
|
* controlpanel - modularize modelSimon Schampijer2008-05-091-2/+4
|
* Adjust system activities path.Marco Pesenti Gritti2008-04-291-0/+6
|
* pylint binSimon Schampijer2008-04-212-16/+14
|
* Use the sugar-xo theme only on the XOMarco Pesenti Gritti2008-04-052-1/+8
|
* Revert "Setup xsettings dinamically so that we can take"Marco Pesenti Gritti2008-03-311-0/+2
| | | | This reverts commit 457540e27e11ad2640aba8f306200a8ad8926bfb.
* Setup xsettings dinamically so that we can takeMarco Pesenti Gritti2008-03-301-2/+0
| | | | | | screen size and dpi into account. It will need some tweaking for resolutions that I'm not able to test at the moment.
* Move theme env setup to sugar-shell.Marco Pesenti Gritti2008-03-282-1/+3
|
* Complete paths cleanup and remove SUGAR_PREFIX andMarco Pesenti Gritti2008-02-054-2/+28
| | | | SUGAR_PATH environment variables.
* Remove get_service_path and use the usual wrapper script approach.Marco Pesenti Gritti2008-02-053-1/+29
|
* Make the shell scripts just a tiny wrapper which setupMarco Pesenti Gritti2008-02-048-252/+54
| | | | the python path and run main().
* Add a config module into the shell holding path informations.Marco Pesenti Gritti2008-02-041-1/+4
| | | | Get rid of env.get_locale_path()