Thu, 04 Sep 2014 09:53:27 +0200 |
eric le ponner |
[SCENEBUILDER] merge (no conflict). |
Wed, 03 Sep 2014 19:26:53 +0200 |
eric le ponner |
[SCENEBUILDER] Removed FXOMNodes.collectToggleGroupReferences() routine (now dead code). |
Wed, 03 Sep 2014 19:59:00 -0600 |
shemnon |
[test-only] change to simple DMG |
Wed, 03 Sep 2014 15:05:40 -0700 |
flar |
Fix RT-38183: ManagedResource warnings when screen configurations change |
Wed, 03 Sep 2014 19:18:28 +0200 |
eric le ponner |
[SCENEBUILDER] Removed unused code to fix UCF_USELESS_CONTROL_FLOW reported by FindBugs. |
Wed, 03 Sep 2014 19:17:13 +0200 |
eric le ponner |
[SCENEBUILDER] Removed unused code to fix DLS_DEAD_LOCAL_STORE reported by FindBugs. |
Wed, 03 Sep 2014 09:54:13 -0700 |
Felipe Heidrich |
RT-38452: [Accessibility] HelloTreeView hangs on Windows 7 when running Narrator |
Wed, 03 Sep 2014 16:32:55 +0200 |
slions |
[SCENEBUILDER] Fix DTL-6768: Extend the Show Sample Data command to include Spinner control |
Wed, 03 Sep 2014 17:16:54 +0300 |
Elina Kleyman |
RT-38349: Numerous unit test failures in SimpleSwipeTest |
Wed, 03 Sep 2014 15:29:50 +0200 |
slions |
[SCENEBUILDER] Fix ReIndexRow/Column jobs inheritance. |
Wed, 03 Sep 2014 14:55:02 +0200 |
Martin Sladecek |
RT-37879 ArrayindexoutOfBoundsException from Parent.updateCachedBounds |
Wed, 03 Sep 2014 14:22:35 +0200 |
eric le ponner |
[SCENEBUILDER] Removed unused code from ObjectDeleter to fix BC_IMPOSSIBLE_INSTANCEOF from FindBugs. |
Wed, 03 Sep 2014 14:14:41 +0200 |
eric le ponner |
[SCENEBUILDER] merge (no conflict). |
Wed, 03 Sep 2014 11:42:00 +0200 |
Eric Le Ponner |
[SCENEBUILDER] Removed AdjustAllToggleGroupJob and AdjustToggleGroupJob. |
Wed, 03 Sep 2014 11:40:41 +0200 |
Eric Le Ponner |
[SCENEBUILDER] Removed some legacy calls to Selection.clear() from AddPropertyJob, AddPropertyValueJob and RemovePropertyJob. |
Wed, 03 Sep 2014 10:07:56 +0200 |
eric le ponner |
[SCENEBUILDER] ReferencesUpdate class now treats ToggleGroup reference with some special logic (DTL-6774). |
Wed, 03 Sep 2014 12:14:13 +0200 |
slions |
[SCENEBUILDER] Fix DTL-6734 : Using fx:include crashes hierarchy/controller view in scenebuilder 2.0 |
Wed, 03 Sep 2014 12:11:22 +0200 |
slions |
[SCENEBUILDER] Fix DTL-6802 : Changing focus order for GridPane by Hierarchy Pane doesn't work |
Wed, 03 Sep 2014 09:21:51 +0200 |
Martin Sladecek |
RT-38407 RTL orientation, ComboBox popup is not aligned with the ComboBox. |
Wed, 03 Sep 2014 09:09:12 +0200 |
slions |
[SCENEBUILDER] Going on fixing DTL-6783: Rationalize job implementation between Hierarchy and Content Panels |
Wed, 03 Sep 2014 12:12:43 +1200 |
jgiles |
RT-38464: [TableView] Regression TableView: cannot start editing via keyboard |
Tue, 02 Sep 2014 15:32:15 +1200 |
jgiles |
[DOC ONLY] fix typos in ButtonType javadoc |
Tue, 02 Sep 2014 13:24:21 -0700 |
Felipe Heidrich |
[Accessibility] Reduce method/field visibility |
Tue, 02 Sep 2014 11:20:50 -0700 |
Felipe Heidrich |
[Accessibility] Reduce method/field visibility |
Tue, 02 Sep 2014 20:05:13 +0200 |
eric le ponner |
[SCENEBUILDER] merge (no conflict). |
Tue, 02 Sep 2014 14:19:40 +0200 |
eric le ponner |
[SCENEBUILDER] Removed FXOMObject.lookupFirstReference() (no longer used). |
Tue, 02 Sep 2014 13:04:14 +0200 |
eric.le.ponner |
[SCENEBUILDER] Debug menu now displays sub jobs attached to UpdateReferencesJob. |
Tue, 02 Sep 2014 13:02:08 +0200 |
eric.le.ponner |
[SCENEBUILDER] Second step for DTL-6774 implementation. |
Tue, 02 Sep 2014 12:56:48 +0200 |
eric.le.ponner |
[SCENEBUILDER] AbstractDropTarget subclasses and edit jobs now uses RemoveObjectJob in place of DeleteObjectJob. |
Tue, 02 Sep 2014 12:53:35 +0200 |
eric.le.ponner |
[SCENEBUILDER] added FXOMObject.collectReferences() method (with 'scope' parameter). |