Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [e4-dev] New look for the workbench

Hi Bogdan,

 

Here is a non-complete suggestion list what I would like to style regarding tabs and parts:

 

-          “Roundness” of the part corners. For my esthetic feeling the corners are too round right now J

-          Part Border: color

-          Part Inner border (padding): width, color

-          Part shadow: size, start color, stop color

-          Tab title: form (like classic or round or webby …)

-          Tab title: background color, font, font color

 

color means: all colors including gradients

 

Furthermore it should be possible that if there is a padding around the parts content, the background of the part content is transient, so that a gradient could be used from part border to part border.

 

Best regards,

 

Kai

 

From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On Behalf Of Bogdan Gheorghe
Sent: Mittwoch, 3. März 2010 15:51
To: E4 Project developer mailing list
Subject: RE: [e4-dev] New look for the workbench

 


Hi Kai,

There are a bunch of unsightly drawing artifacts with the dark look and the shadow needs some help - I will look into these points. Do you have a list of things you would like styling control over? (I can't guarantee that I will get everything done in time for EclipseCon, but I will do my best to ensure that the demo looks good).

Regards,
Bogdan

From:

"Toedter, Kai" <kai.toedter@xxxxxxxxxxx>

To:

E4 Project developer mailing list <e4-dev@xxxxxxxxxxx>

Date:

03/03/2010 09:19 AM

Subject:

RE: [e4-dev] New look for the workbench

Sent by:

e4-dev-bounces@xxxxxxxxxxx

 





Remy,
 
Thanks again. I am looking forward to play around with the upcoming css styling for the new look. The screenshots show the e4 contacts demo with both bright and dark styling, using the new tab look. I guess if I could style things like shadow color, borders etc. it could look very nice using a dark theme, too.
 
Best wishes,
 
Kai
 
From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On Behalf Of Remy Suen
Sent:
Mittwoch, 3. März 2010 14:48
To:
E4 Project developer mailing list
Subject:
RE: [e4-dev] New look for for the workbench

 

On Wed, Mar 3, 2010 at 8:44 AM, Toedter, Kai <kai.toedter@xxxxxxxxxxx> wrote:
> Do you see any chance that I could integrate the "New Look" into e4 contacts using head in the next few days/weeks?

Kai, you can get the "new look" using the diff below. It kind of looks like an iPhone now...

-----------------

### Eclipse Workspace Patch 1.0
#P org.eclipse.e4.demo.contacts
Index: Application.e4xmi
===================================================================
RCS file: /cvsroot/eclipse/e4/org.eclipse.e4.ui/examples/org.eclipse.e4.demo.contacts/Application.e4xmi,v
retrieving revision 1.4
diff -u -r1.4 Application.e4xmi
--- Application.e4xmi 3 Feb 2010 15:09:30 -0000 1.4
+++ Application.e4xmi 3 Mar 2010 13:51:11 -0000
@@ -11,9 +11,11 @@
</children>
<children xsi:type="application:PartSashContainer" xmi:id="_SeXUCu8EEd6FC9cDb6iV7g" id="_SeXUCu8EEd6FC9cDb6iV7g" horizontal="true">
<children xsi:type="application:PartStack" xmi:id="_SeXUC-8EEd6FC9cDb6iV7g" id="_SeXUC-8EEd6FC9cDb6iV7g" containerData="30">
+ <tags>newtablook</tags>
<children xsi:type="application:Part" xmi:id="_SeXUDO8EEd6FC9cDb6iV7g" id="_SeXUDO8EEd6FC9cDb6iV7g" URI="platform:/plugin/org.eclipse.e4.demo.contacts/org.eclipse.e4.demo.contacts.views.ListView" label="Contacts List" iconURI="platform:/plugin/org.eclipse.e4.demo.contacts/icons/silk/folder_user.png" tooltip="List of Contacts"/>
</children>
<children xsi:type="application:PartStack" xmi:id="_SeXUDe8EEd6FC9cDb6iV7g" id="_SeXUDe8EEd6FC9cDb6iV7g" containerData="70">
+ <tags>newtablook</tags>
<children xsi:type="application:Part" xmi:id="DetailsView" id="DetailsView" URI="platform:/plugin/org.eclipse.e4.demo.contacts/org.eclipse.e4.demo.contacts.views.DetailsView" label="Details" iconURI="platform:/plugin/org.eclipse.e4.demo.contacts/icons/silk/report_user.png" tooltip="Contact Details"/>
</children>
</children>

-----------------

Regards,
Remy

----------
Remy Suen
Eclipse Platform/UI Committer
IBM Ottawa
613-356-5162[attachment "e4-contacts-dark-new-look.png" deleted by Bogdan Gheorghe/Ottawa/IBM] [attachment "e4-contacts-bright-new-look.png" deleted by Bogdan Gheorghe/Ottawa/IBM] _______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top