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 Mike,

 

> (aside: Maybe it's just me, but I think the "white glow" effect you get

> around the folders in the "dark new look" mode looks quite odd.)

No, it’s not just you, it looks awful.

But with styling capabilities like shadow size, and gradient (or transient) color  it could easily look beautiful J

 

Best regards,

 

Kai



 

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

 

We should make sure that anything that's missing from the CTabFolder or CSS that is needed to get a good look here gets added. If the underlying support is there, we should tweak the CSS in the example to get the best possible result. The contact demo is a great RCP example, and we should make sure it showcases what's possible.

(aside: Maybe it's just me, but I think the "white glow" effect you get around the folders in the "dark new look" mode looks quite odd.)

McQ.

Inactive hide details for "Toedter, Kai" ---2010/03/03 09:19:33---Remy,"Toedter, Kai" ---2010/03/03 09:19:33---Remy,


From:


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


To:


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


Date:


2010/03/03 09:19


Subject:


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" deleted by Mike Wilson/Ottawa/IBM] [attachment "e4-contacts-bright-new-look.png" deleted by Mike Wilson/Ottawa/IBM]
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top