Difference between revisions of "Activity Team/Obsolete/Services Gui"

From Sugar Labs
Jump to navigation Jump to search
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Obsolete | corresponding project was never created}}
 +
 
<noinclude>{{GoogleTrans-en}}{{TOCright}}
 
<noinclude>{{GoogleTrans-en}}{{TOCright}}
 
[[Category:Activity Team]]
 
[[Category:Activity Team]]
Line 5: Line 7:
 
== Summary ==
 
== Summary ==
  
A set of first level widgets and misc components to simplify process of activity creation.
+
A set of first level GUI widgets to simplify process of activity creation.
 +
 
 +
This library is a part of [[Activity_Team/Polyol|Polyol group]].
  
 
== Contacts ==
 
== Contacts ==
Line 15: Line 19:
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 
|-style="background:#787878; color: white;"
 
|-style="background:#787878; color: white;"
! Stable branch
+
! Branch [http://wiki.sugarlabs.org/go/Documentation_Team/Services/Service_Developers_Guide#Versioning_scheme]
 
! Sugar range
 
! Sugar range
 
! Support status/Notes
 
! Support status/Notes
Line 27: Line 31:
 
== Detailed Description ==
 
== Detailed Description ==
  
Service is intended to be glucose agnostic as much as possible, not by strong intention of its developers but by design i.e. service doesn't not include wrappers for sugar services(like sugar-toolkit does) and contains as less as possible glucose depended code. Service is designed to support mostly GUI aspects of activity development process.
+
It is a [[Documentation_Team/Services/Scalable_development_model#Implementation_ideas|graphics]] part of sugar-toolkit project.
 +
 
 +
Service is intended to be glucose agnostic as much as possible by design i.e. service doesn't not include wrappers for sugar services(like sugar-toolkit does), contains as less as possible glucose depended code and use [[Activity_Team/Services/Shell|Shell]] service in other cases. Service is designed to support mostly GUI aspects of activity development process.
 +
 
 +
Code of this service is written in Vala and will contain bindings for scripting languages.
  
 
== Dependencies ==
 
== Dependencies ==
Line 47: Line 55:
 
== Sources ==
 
== Sources ==
  
* [http://git.sugarlabs.org/projects/toolkit git repository]
+
* [http://git.sugarlabs.org/projects/polyol]

Latest revision as of 17:43, 25 November 2010

Stop hand.png NOTE:
The content of this page is considered
DEPRECATED and OBSOLETE
It is preserved for historical research, along with its talk page.

corresponding project was never created



Summary

A set of first level GUI widgets to simplify process of activity creation.

This library is a part of Polyol group.

Contacts

User:alsroot

Current status

Branch [1] Sugar range Support status/Notes
0 0.82 - 0.86

Detailed Description

It is a graphics part of sugar-toolkit project.

Service is intended to be glucose agnostic as much as possible by design i.e. service doesn't not include wrappers for sugar services(like sugar-toolkit does), contains as less as possible glucose depended code and use Shell service in other cases. Service is designed to support mostly GUI aspects of activity development process.

Code of this service is written in Vala and will contain bindings for scripting languages.

Dependencies

What other services or 0install packages depend on this service? Are there changes outside the developers' control on which completion of this service depends? In other words, does your service depend on completion of another service owned by someone else or that you would need to coordinate, which might cause you to be unable to finish on time? Other upstream projects like Python?

Documentation

Is there upstream documentation on this service, or notes you have written yourself? Has this topic been discussed in the mailing list or during a meeting? Link to that material here so other interested developers can get involved.

How To Test

Activity Team/Obsolete/Services Gui/Testing

Comments and Discussion

Sources