hg: openjfx/8/master/rt: 60 new changesets

2013-06-27 Thread hang . vo
Changeset: e0333b555f67 Author:mv157916 Date: 2013-06-24 10:27 -0700 URL: http://hg.openjdk.java.net/openjfx/8/master/rt/rev/e0333b555f67 RT-31251: Update the JDK build number to b95 in rt/build.properties file in the JavaFX 8 Master forest. ! build.properties Changeset: 4db41f27

hg: openjfx/8/graphics/rt: 2 new changesets

2013-06-27 Thread hang . vo
Changeset: 1ffb606e08ee Author:hudson Date: 2013-06-27 17:08 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1ffb606e08ee Added tag 8.0-b96 for changeset dcb53a5d04ea ! .hgtags Changeset: d1f3dc25ac9f Author:kcr Date: 2013-06-27 17:38 -0700 URL: http

hg: openjfx/8/graphics/rt: Gradle: Updated IDEA projects now that they've been moved to the root dir

2013-06-27 Thread hang . vo
Changeset: 1bdeb2d4df88 Author:Richard Bair Date: 2013-06-27 17:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/1bdeb2d4df88 Gradle: Updated IDEA projects now that they've been moved to the root dir ! gradleIdea/base.iml ! gradleIdea/buildSrc.iml ! gradleIdea/bu

hg: openjfx/8/graphics/rt: RT-30494, RT-30495, RT-30497: Implement gradle publicExports, apps, zips tasks

2013-06-27 Thread hang . vo
Changeset: 833d3e3c8c5d Author:kcr Date: 2013-06-27 16:52 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/833d3e3c8c5d RT-30494, RT-30495, RT-30497: Implement gradle publicExports, apps, zips tasks ! build.gradle

hg: openjfx/8/graphics/rt: 2 new changesets

2013-06-27 Thread hang . vo
Changeset: fee2482db0db Author:Richard Bair Date: 2013-06-27 15:59 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/fee2482db0db Gradle: Updated IDEA projects to set the test sources & exclude build directories ! gradleIdea/base.iml ! gradleIdea/buildSrc.iml ! grad

hg: openjfx/8/controls/rt: 3 new changesets

2013-06-27 Thread hang . vo
Changeset: ff23ce90413d Author:David Grieve Date: 2013-06-27 11:05 -0400 URL: http://hg.openjdk.java.net/openjfx/8/controls/rt/rev/ff23ce90413d RT-31166: use System.lineSeparator() ! javafx-ui-common/src/com/sun/javafx/css/ParsedValueImpl.java Changeset: c64690e845b3 Author:Da

hg: openjfx/8/graphics/rt: 2 new changesets

2013-06-27 Thread hang . vo
Changeset: 0b5065dfc665 Author:snorthov Date: 2013-06-27 16:19 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/0b5065dfc665 RT-31216: Ensure NetBeans development in Gradle build works [first attempt at Idea] ! generator.gradle + gradleIdea/.idea/.name + gradleIdea/

Re: Table Column Headers

2013-06-27 Thread Mark Fortner
Scott, I think that may be in the works: https://javafx-jira.kenai.com/browse/RT-14905 Cheers, Mark On Thu, Jun 27, 2013 at 11:51 AM, Scott Palmer wrote: > Can you use CSS to set the "Labeled" to Graphic Only mode? > > > Scott > > On Thu, Jun 27, 2013 at 1:01 PM, Mark Fortner wrote: > >> Re

Re: Table Column Headers

2013-06-27 Thread Scott Palmer
Can you use CSS to set the "Labeled" to Graphic Only mode? Scott On Thu, Jun 27, 2013 at 1:01 PM, Mark Fortner wrote: > Recently I found that I needed to make a custom table column header. I > needed the column header background to be different, and I needed to > display a tooltip to display

hg: openjfx/8/graphics/rt: 3 new changesets

2013-06-27 Thread hang . vo
Changeset: 7d6c069b6833 Author:kcr Date: 2013-06-27 10:05 -0700 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7d6c069b6833 RT-31067: Gradle: gradle.generator is missing some files ! generator.gradle Changeset: 37c5f1c5a878 Author:kcr Date: 2013-06-27 10:05 -07

hg: openjfx/8/graphics/rt: RT-31322 fix for Gradle: Ensemble build creates files with a too-long path name

2013-06-27 Thread hang . vo
Changeset: 20bef7a02ac3 Author:David Hill Date: 2013-06-27 12:55 -0400 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/20bef7a02ac3 RT-31322 fix for Gradle: Ensemble build creates files with a too-long path name ! apps/samples/Ensemble8/build.gradle ! build.gradle

Table Column Headers

2013-06-27 Thread Mark Fortner
Recently I found that I needed to make a custom table column header. I needed the column header background to be different, and I needed to display a tooltip to display the entire column name in cases where it had been truncated. Going forward it would be nice to be able to filter by entering som

hg: openjfx/2u/dev/rt: remove debug print left in from changeset 489caa3dfeb5

2013-06-27 Thread hang . vo
Changeset: cb06314b54b9 Author:David Grieve Date: 2013-06-27 10:19 -0400 URL: http://hg.openjdk.java.net/openjfx/2u/dev/rt/rev/cb06314b54b9 remove debug print left in from changeset 489caa3dfeb5 ! javafx-ui-common/src/com/sun/javafx/css/StyleManager.java