Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move the bundle registry inside the shell process.Marco Pesenti Gritti2008-10-0626-415/+205
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-10-067-76/+71
|\
| * update the POTFILES.inSimon Schampijer2008-10-061-59/+54
| |
| * Make the distinction between friends and groups clearerSimon Schampijer2008-10-066-17/+17
| |
* | Missing importMarco Pesenti Gritti2008-10-061-0/+1
| |
* | Move services and their initialization to a service package.Marco Pesenti Gritti2008-10-0611-72/+102
|/
* Save sound levels on changes.Marco Pesenti Gritti2008-10-062-2/+2
|
* 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-062-10/+20
|
* Remove the remaining shell view bits and finally kill it.Marco Pesenti Gritti2008-10-066-87/+26
|
* Looks like not on a GObject can evaluate to True. Check for None instead.Marco Pesenti Gritti2008-10-054-10/+4
|
* Remove pointless wrapper for setting zoom level in the shell.Marco Pesenti Gritti2008-10-054-7/+17
|
* Move launcher management outside shell.Marco Pesenti Gritti2008-10-054-34/+41
|
* Remove (now) pointless activity launch wrappers from the shell view.Marco Pesenti Gritti2008-10-055-47/+19
|
* Move journal startup to sugar-shell.Marco Pesenti Gritti2008-10-052-25/+19
| | | | Remove unused shell view method.
* Factor out and remove more code from the shell view.Marco Pesenti Gritti2008-10-053-38/+19
|
* Remove unused activity screenshot code.Marco Pesenti Gritti2008-10-052-47/+30
| | | | Move take_screenshot from shellview to keyhandler.
* Import fixes.Marco Pesenti Gritti2008-10-052-2/+1
|
* Revert a broken change in my previous commits.Marco Pesenti Gritti2008-10-051-1/+3
|
* Get rid of the pointless ActivityHost.Marco Pesenti Gritti2008-10-056-103/+21
|
* Remove unused bits of the activity host.Marco Pesenti Gritti2008-10-051-5/+0
|
* Merge home model and shell model.Marco Pesenti Gritti2008-10-0516-719/+644
|
* Drop useless model suffix.Marco Pesenti Gritti2008-10-057-13/+13
|
* Make friends model independent from shell model.Marco Pesenti Gritti2008-10-053-10/+15
|
* Get invites directly from the owner.Marco Pesenti Gritti2008-10-052-11/+9
|
* Rename mesh model to neighborhood and make it independentMarco Pesenti Gritti2008-10-054-9/+14
| | | | from the shell model.
* Make owner model independent from shell model.Marco Pesenti Gritti2008-10-054-16/+21
|
* Make the clipboard model internal to the frame.Marco Pesenti Gritti2008-10-058-7/+7
|
* Update gtkrc to sugar-100Marco Pesenti Gritti2008-10-041-1/+1
|
* Correct signals signature.Marco Pesenti Gritti2008-10-041-2/+2
|
* Remove import I accidentally committed.Marco Pesenti Gritti2008-10-041-1/+0
|
* Rework devices to be actually self contained plugins. A lotMarco Pesenti Gritti2008-10-0427-1061/+754
| | | | | | of work is left to cleanup and simplify the code. I'm sorry for the large changes but the old design didn't really make any sense.
* Move controlpanel extensions to the extensions path.Marco Pesenti Gritti2008-10-0340-36/+34
|
* Correct method signatures.Marco Pesenti Gritti2008-10-031-4/+4
|
* TypoMarco Pesenti Gritti2008-10-031-1/+1
|
* Split up the hardware manager and move it to model. MakeMarco Pesenti Gritti2008-10-0313-173/+154
| | | | it use dispatcher instead of GObject.
* Move schoolserver code inside the desktop module for now,Marco Pesenti Gritti2008-10-034-6/+7
| | | | it's the only one using it.
* Move nm service conf in data.Marco Pesenti Gritti2008-10-033-6/+4
|
* Merge nmclient and nminfo and move them in the model.Marco Pesenti Gritti2008-10-0317-1413/+1357
| | | | | 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-032-8/+3
|
* 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-039-38/+34
|
* Drop unused SUGAR_TP_DEBUG.Marco Pesenti Gritti2008-10-021-28/+0
|
*