Difference between revisions of "Development Team/Architecture"
m (DevelopmentTeam/Architecture moved to Development Team/Architecture: deCamel casing) |
m (moved Walter is a wanker 12/Architecture to Development Team/Architecture over redirect: revert) |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{TOCright}}</noinclude> | ||
=== Shell description === | === Shell description === | ||
Line 5: | Line 6: | ||
----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ||
| | | | | | | | | | | | ||
− | | | Non- | + | | | Non-Python | Sugar shell | Python | |
| | Sugar | (Desktop window, | Sugar | | | | Sugar | (Desktop window, | Sugar | | ||
− | | | Activities | | + | | | Activities | control panel, | Activities | |
− | | Regular | (Etoys, | | + | | Regular | (Etoys, | Journal) | | |
| X | Simcity, | | | | | X | Simcity, | | | | ||
| Apps |--------------------------------------------------------| | | Apps |--------------------------------------------------------| | ||
Line 17: | Line 18: | ||
| | service | service | | | | service | service | | ||
----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ||
− | | | + | | Metacity window manager | |
− | |||
----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ||
| | | | | | ||
Line 27: | Line 27: | ||
=== The Sugar shell === | === The Sugar shell === | ||
− | The | + | The Sugar shell is divided into the components: Frame, desktop window, Journal, model, control panel and extensions. |
==== Frame ==== | ==== Frame ==== | ||
− | The | + | The Frame is layered on top of the desktop window so you can access it in all the views. It is a group of gtk-windows technically. |
− | ==== Desktop | + | ==== Desktop window ==== |
− | The desktop window itself contains the views: | + | The desktop window itself contains the views: Home view, Groups view, Neighbourhood view. |
− | ==== The | + | ==== The Journal ==== |
− | The | + | The Journal once was a self contained activity but has been now moved to the shell, to gain memory usage for example. It is still handled like an Activity in the sense that it is shown in the Frame and can be accessed by tabbing through the list of available activities. There are still ongoing discussions about where it really belongs. |
==== The control panel ==== | ==== The control panel ==== | ||
− | The control panel is an alert which is modal to the desktop window, so while up you can still access open activities. | + | The control panel (My Settings) is an alert which is modal to the desktop window, so while up you can still access open activities. |
==== Extensions ==== | ==== Extensions ==== | ||
− | You can change/extend the functionality of the shell by providing different control panel modules, key bindings and device icons in the | + | You can change/extend the functionality of the shell by providing different control panel modules, key bindings and device icons in the Frame. Those are loaded dynamically. |
Latest revision as of 20:33, 23 February 2010
Shell description
Diagram
----------------------------------------------------------------------- | | | | | | | Non-Python | Sugar shell | Python | | | Sugar | (Desktop window, | Sugar | | | Activities | control panel, | Activities | | Regular | (Etoys, | Journal) | | | X | Simcity, | | | | Apps |--------------------------------------------------------| | | Activity Libraries | | | (Python and others) | | |--------------------------------------------------------| | | DataStore | Presence | | | service | service | ----------------------------------------------------------------------- | Metacity window manager | ----------------------------------------------------------------------- | | | GNOME-ish Linux desktop | | X11, HAL, D-Bus, NetworkManager, GConf, Telepathy, etc | | | -----------------------------------------------------------------------
The Sugar shell
The Sugar shell is divided into the components: Frame, desktop window, Journal, model, control panel and extensions.
Frame
The Frame is layered on top of the desktop window so you can access it in all the views. It is a group of gtk-windows technically.
Desktop window
The desktop window itself contains the views: Home view, Groups view, Neighbourhood view.
The Journal
The Journal once was a self contained activity but has been now moved to the shell, to gain memory usage for example. It is still handled like an Activity in the sense that it is shown in the Frame and can be accessed by tabbing through the list of available activities. There are still ongoing discussions about where it really belongs.
The control panel
The control panel (My Settings) is an alert which is modal to the desktop window, so while up you can still access open activities.
Extensions
You can change/extend the functionality of the shell by providing different control panel modules, key bindings and device icons in the Frame. Those are loaded dynamically.
Examples
Sugar architecture is mostly based in other previous ones like: