Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 256844 - [CSS] TK-UI CSS engine for Nebula widget
Summary: [CSS] TK-UI CSS engine for Nebula widget
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 4.1   Edit
Assignee: Kevin McGuire CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 21:33 EST by Angelo ZERR CLA
Modified: 2011-05-17 16:23 EDT (History)
3 users (show)

See Also:


Attachments
TK-UI CSS engine Eclipse project for Nebula widget (269.89 KB, application/zip)
2008-11-27 21:33 EST, Angelo ZERR CLA
Kevin_McGuire: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Angelo ZERR CLA 2008-11-27 21:33:53 EST
Created attachment 118965 [details]
TK-UI CSS engine Eclipse project  for Nebula widget

Build ID: N/A

Steps To Reproduce:
Project wich provide TK-UI CSS engine implementation for Nebula widgets. It manage CSS for Nebula Gallery widget.

Here a sample

GalleryItem {
	background-color:#98cbbc;
	color: white;
	font:bold;	
}

GalleryItem:selected {
	color: yellow;	
   background-color:#d0e8e0;
}

Gallery {
	background-color:#008080;
	//font:bold;	
   //selection-color:red
}

More information:
Comment 1 Kevin McGuire CLA 2009-01-28 19:06:47 EST
Thanks Angelo.

Released to HEAD
org.eclipse.e4.ui.css.nebula
org.eclipse.e4.ui.examples.css.nebula

Presently it only styles Gallery widget, and each Nebula widget is delivered via it's own project, so maybe we should've called it org.eclipse.e4.ui.css.gallery.  

I guess the question is, would we have one CSS project that assumes you have all Nebula widgets, or N CSS projects for N Nebula projects?

Tom, your thoughts?
Comment 2 Thomas Schindl CLA 2009-01-28 19:25:44 EST
Kevin - over at Nebula we are on the way to create a new sub-project called CWT [1] which is going to be the foundation for our widgets hopefully (it will include animation too). It will propably come along with built-in CSS-Support (similar to what I proposed today on e4-dev mailing list).

I think you should have one project dealing with N-Widgets.

[1] http://www.aspencloud.com/cwt