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

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
Description: e4-contacts-dark-new-look.png

Attachment: e4-contacts-bright-new-look.png
Description: e4-contacts-bright-new-look.png


Back to the top