[flex-sdk] branch develop updated: -Xbootclasspath/p is no longer supported as of JDK9 and JDK12 is the latest version. Changed to /p to /a.

2019-04-29 Thread mkessler
This is an automated email from the ASF dual-hosted git repository. mkessler pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-sdk.git The following commit(s) were added to refs/heads/develop by this push: new 5d6f446 -Xbootclasspath/p is no longer

git commit: [flex-sdk] [refs/heads/develop] - FLEX-35082: Changed the way regex was being used to compare the given pattern for dataProvider objects in the findRowIndex / findRowIndices methods.

2016-04-28 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop ce0ec309d -> f2c02cbf0 FLEX-35082: Changed the way regex was being used to compare the given pattern for dataProvider objects in the findRowIndex / findRowIndices methods. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

git commit: [flex-sdk] [refs/heads/develop] - Moved the initStyles from the moduleFactory setter to the class constructor. This resolved a bug with the styles only being attempted once.

2015-12-20 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop dc86ad392 -> 7738c750e Moved the initStyles from the moduleFactory setter to the class constructor. This resolved a bug with the styles only being attempted once. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34982: The styles will now fallback to assigning directly to the chart directly if the style declaration was not found. This corrects RTE's that occu

2015-12-12 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop d22d68726 -> 10a910ea2 FLEX-34982: The styles will now fallback to assigning directly to the chart directly if the style declaration was not found. This corrects RTE's that occur later when the styles are referenced and do not

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33537: Updated to force properties to be validated before setting the focus to the textDisplay. This seems to stop it tripping over itself with the v

2015-11-18 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 094b9a52b -> b29975cc0 FLEX-33537: Updated to force properties to be validated before setting the focus to the textDisplay. This seems to stop it tripping over itself with the visible skin states. Project:

git commit: [flex-sdk] [refs/heads/develop] - Revert "FLEX-33537: Changed the internal setfocus to the textDisplay call to be callLater. This allows for the skin/child components to be setup before re

2015-11-18 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop a936d2efa -> 094b9a52b Revert "FLEX-33537: Changed the internal setfocus to the textDisplay call to be callLater. This allows for the skin/child components to be setup before receiving focus." This reverts commit

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34028: Removed 2 variables that were not being used and changed the event ctrlKey/shiftKey selection check to before the dragEnabled check.

2015-08-12 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 1754c10c1 - 75154b643 FLEX-34028: Removed 2 variables that were not being used and changed the event ctrlKey/shiftKey selection check to before the dragEnabled check. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34028: Changed how the down click drag preparation behavior works. If the CTRL key is down and the current item being clicked on is already selected

2015-08-12 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 8767c20ce - 1754c10c1 FLEX-34028: Changed how the down click drag preparation behavior works. If the CTRL key is down and the current item being clicked on is already selected (meaning would toggle it's selection) it will avoid the

git commit: [flex-utilities] [refs/heads/Branch_apache-flex-sdk-installer-3.2-rc2] - Updated 3rd install step.

2015-06-23 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/Branch_apache-flex-sdk-installer-3.2-rc2 [created] df170bc10 Updated 3rd install step. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/df170bc1

git commit: [flex-utilities] [refs/heads/develop] - Updated 3rd install step.

2015-06-23 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/develop 779907321 - c21b31d00 Updated 3rd install step. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c21b31d0 Tree:

git commit: [flex-sdk] [refs/heads/develop] - Correcting ASDOC comment from items to itemsByIndex when referring drag n drop for list items.

2015-01-25 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 11288df3b - 1a62df235 Correcting ASDOC comment from items to itemsByIndex when referring drag n drop for list items. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-34710: s:DataGrid doubleClickMode was throwing an error when assigned a value in MXML. This was due to the grid part not being present yet. Modified

2014-12-29 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 789a0ca73 - c47f9f9ec FLEX-34710: s:DataGrid doubleClickMode was throwing an error when assigned a value in MXML. This was due to the grid part not being present yet. Modified the setter to use setGridProperty which allows delayed

git commit: [flex-utilities] [refs/heads/develop] - FLEX-34529: Removed a redundant label that was also causing a warning for binding.

2014-09-07 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/develop 5f0719e21 - 279b88b84 FLEX-34529: Removed a redundant label that was also causing a warning for binding. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

git commit: [flex-utilities] [refs/heads/develop] - Modified the binding example labels to distinguish between examples 1 and 2.

2014-09-07 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/develop 279b88b84 - 45488c150 Modified the binding example labels to distinguish between examples 1 and 2. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

git commit: [flex-utilities] [refs/heads/develop] - FLEX-34530: Forced the vertical scroll to be active. Removed 2 bindings that were causing warnings and were not needed.

2014-09-07 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/develop 45488c150 - df9ae1bd0 FLEX-34530: Forced the vertical scroll to be active. Removed 2 bindings that were causing warnings and were not needed. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit:

git commit: [flex-utilities] [refs/heads/develop] - FLEX-34474: Removed styles that were not needed and were causing white labels on gray buttons.

2014-08-20 Thread mkessler
Repository: flex-utilities Updated Branches: refs/heads/develop 354013ee8 - 44748b11f FLEX-34474: Removed styles that were not needed and were causing white labels on gray buttons. Added a destination value for the scale example besides the number 1. It was scaling from 1 to 1...

git commit: [flex-sdk] [refs/heads/develop] - Change part of the playerglobal example to 12.0

2014-02-26 Thread mkessler
Repository: flex-sdk Updated Branches: refs/heads/develop 5648d8887 - dcdf0e80f Change part of the playerglobal example to 12.0 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/dcdf0e80 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33984: Added a default labelPlacement when no style is present.

2013-12-09 Thread mkessler
Updated Branches: refs/heads/develop 27be89a05 - dfa2f1c6c FLEX-33984: Added a default labelPlacement when no style is present. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/dfa2f1c6 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33984: Added support for labelPlacement on s:CheckBox.

2013-12-08 Thread mkessler
Updated Branches: refs/heads/develop 5093c0fc5 - 7c3d70818 FLEX-33984: Added support for labelPlacement on s:CheckBox. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7c3d7081 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33984: Moved the placement logic from the hostComponent to the skin. Removed some code no longer needed.

2013-12-08 Thread mkessler
Updated Branches: refs/heads/develop 7c3d70818 - cdcb49242 FLEX-33984: Moved the placement logic from the hostComponent to the skin. Removed some code no longer needed. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33919: Corrected the range check to included everything below zero.

2013-11-19 Thread mkessler
Updated Branches: refs/heads/develop dc4ebc0b0 - 323882d8a FLEX-33919: Corrected the range check to included everything below zero. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/323882d8 Tree:

git commit: [flex-sdk] [refs/heads/develop] - Correcting setButtonEnabled ASDOC comments. Better descriptions, corrected params, etc

2013-10-15 Thread mkessler
Updated Branches: refs/heads/develop ba846c447 - 90d76c623 Correcting setButtonEnabled ASDOC comments. Better descriptions, corrected params, etc Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/90d76c62 Tree:

git commit: [flex-sdk] [refs/heads/develop] - Correcting ASDOC comments.

2013-10-01 Thread mkessler
Updated Branches: refs/heads/develop 760c581c5 - c3d5e628a Correcting ASDOC comments. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c3d5e628 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c3d5e628

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33702: Added sortCompareType to AdvancedDataGrid and corrected some spelling.

2013-09-13 Thread mkessler
Updated Branches: refs/heads/develop c85073c1e - 64c0f1afb FLEX-33702: Added sortCompareType to AdvancedDataGrid and corrected some spelling. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/64c0f1af Tree:

git commit: [flex-sdk] [refs/heads/develop] - Updated to added another issue comment.

2013-09-13 Thread mkessler
Updated Branches: refs/heads/develop 64c0f1afb - 108f1efbe Updated to added another issue comment. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/108f1efb Tree:

git commit: [flex-sdk] [refs/heads/develop] - Updated to add more issues to the summary

2013-09-13 Thread mkessler
Updated Branches: refs/heads/develop 108f1efbe - 91d35 Updated to add more issues to the summary Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/91d3 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33702: Added column sort type access to the datagrid columns.

2013-09-09 Thread mkessler
Updated Branches: refs/heads/develop 0a8f84da5 - 3188f0141 FLEX-33702: Added column sort type access to the datagrid columns. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3188f014 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33717: Created a new baseline image.

2013-09-06 Thread mkessler
Updated Branches: refs/heads/develop 614c19612 - a53dd0d3f FLEX-33717: Created a new baseline image. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a53dd0d3 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33710: Added index bounds checks.

2013-09-04 Thread mkessler
Updated Branches: refs/heads/develop 4862c56fd - b1d0359b6 FLEX-33710: Added index bounds checks. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b1d0359b Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33710: Changed the Range out of bounds check to a try/catch for a range error.

2013-09-04 Thread mkessler
Updated Branches: refs/heads/develop b1d0359b6 - 1bef09730 FLEX-33710: Changed the Range out of bounds check to a try/catch for a range error. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1bef0973 Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33687: Now will show up in the ASDocs, as well as removed the @private tags on the public functions. Added in minor verbiage to ones that required it

2013-08-28 Thread mkessler
Updated Branches: refs/heads/develop 945099e89 - 9909781d8 FLEX-33687: Now will show up in the ASDocs, as well as removed the @private tags on the public functions. Added in minor verbiage to ones that required it. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33666: Mouse wheel events will now end the item edit. It will default to saving the edited text.

2013-08-27 Thread mkessler
Updated Branches: refs/heads/develop ef87141ac - fd2330f67 FLEX-33666: Mouse wheel events will now end the item edit. It will default to saving the edited text. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33665: Correcting the item editor positioning for datagrid.

2013-08-15 Thread mkessler
Updated Branches: refs/heads/develop 52d831085 - da4cb4f71 FLEX-33665: Correcting the item editor positioning for datagrid. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/da4cb4f7 Tree:

git commit: [flex-sdk] [refs/heads/develop] - Adding in the main build.xml fix for the TLF_Home to the ASDOC build.xml

2013-07-21 Thread mkessler
Updated Branches: refs/heads/develop c39c3f4ce - d1b6cecc1 Adding in the main build.xml fix for the TLF_Home to the ASDOC build.xml Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/d1b6cecc Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-14522: Added enabledField and support during button creation. Minor logic changes.

2013-06-25 Thread mkessler
Updated Branches: refs/heads/develop 571cd9fc5 - 712b1ba76 FLEX-14522: Added enabledField and support during button creation. Minor logic changes. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/712b1ba7 Tree:

git commit: [flex-sdk] [refs/heads/develop] - Added an addition issue and updated the sdk changes.

2013-06-25 Thread mkessler
Updated Branches: refs/heads/develop 712b1ba76 - a374632f5 Added an addition issue and updated the sdk changes. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/a374632f Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-14522: Made boolean comparison more consistent.

2013-06-25 Thread mkessler
Updated Branches: refs/heads/develop a374632f5 - 643dc5bad FLEX-14522: Made boolean comparison more consistent. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/643dc5ba Tree:

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33590: Added minor convenience feature to preventSelection of buttons on a buttonbar/tabbar.

2013-06-20 Thread mkessler
Updated Branches: refs/heads/develop 34c9dfbdc - 7d8b4465b FLEX-33590: Added minor convenience feature to preventSelection of buttons on a buttonbar/tabbar. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7d8b4465

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33537: Changed the internal setfocus to the textDisplay call to be callLater. This allows for the skin/child components to be setup before receiving

2013-05-07 Thread mkessler
Updated Branches: refs/heads/develop 11734d892 - d5c329722 FLEX-33537: Changed the internal setfocus to the textDisplay call to be callLater. This allows for the skin/child components to be setup before receiving focus. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33524: Added convenience feature to enable/disable buttons in a ButtonBar/TabBar.

2013-05-02 Thread mkessler
Updated Branches: refs/heads/develop 7d20cec89 - 3053c3295 FLEX-33524: Added convenience feature to enable/disable buttons in a ButtonBar/TabBar. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3053c329 Tree:

git commit: [flex-sdk] - FLEX-33526: Added the findRowIndices method to allow array values.

2013-04-27 Thread mkessler
Updated Branches: refs/heads/develop 9084f8164 - ec1ac280b FLEX-33526: Added the findRowIndices method to allow array values. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ec1ac280 Tree:

git commit: [flex-sdk] - FLEX-23974: Forced the itemRenderers to update their display before selecting a new index off of them.

2013-04-21 Thread mkessler
Updated Branches: refs/heads/develop 8bf8aa7b2 - ae8d259e9 FLEX-23974: Forced the itemRenderers to update their display before selecting a new index off of them. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit:

git commit: [flex-sdk] - Updated Flex-SDK\README to update FlashPlayerDebugger system var information on windows.

2013-04-20 Thread mkessler
Updated Branches: refs/heads/develop e9db73c84 - 81b3ddaea Updated Flex-SDK\README to update FlashPlayerDebugger system var information on windows. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/81b3ddae Tree:

git commit: [flex-sdk] - FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar, Bu

2013-04-19 Thread mkessler
Updated Branches: refs/heads/develop 531f7f2fe - 774cdd7b6 FLEX-33498: Adding new feature for dataProvider/selectedIndex supporting components. This covers; Grid, DataGrid, ListBase, ComboBox, DropDownList, List, ButtonBar, TabBar, ButtonBarBase Project:

git commit: [flex-sdk] - FLEX-33498: Corrected asdoc changes from a merge issue.

2013-04-19 Thread mkessler
Updated Branches: refs/heads/develop 638fd912a - 5e6e5c36c FLEX-33498: Corrected asdoc changes from a merge issue. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5e6e5c36 Tree:

git commit: [flex-sdk] - FLEX-28883: Added dataProvider existance and length check before applying a default selectedIndex.

2013-04-17 Thread mkessler
Updated Branches: refs/heads/develop c858daafb - 56cff181d FLEX-28883: Added dataProvider existance and length check before applying a default selectedIndex. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/56cff181

git commit: [flex-sdk] - FLEX-24780: Returned dispatchChangeAfterSelection to false after preventDefault is called commitSelection is called. This should resolve the issue for all children such as lis

2013-04-15 Thread mkessler
Updated Branches: refs/heads/develop 3c9d73ba5 - 00201ff88 FLEX-24780: Returned dispatchChangeAfterSelection to false after preventDefault is called commitSelection is called. This should resolve the issue for all children such as list, buttonbar, tabbar and the like. Project:

[1/3] git commit: FLEX-33477: Corrected the ASDOC tags for the versions implemented and tested the changes with.

2013-04-07 Thread mkessler
Updated Branches: refs/heads/develop 2b3c3c090 - 317e88442 FLEX-33477: Corrected the ASDOC tags for the versions implemented and tested the changes with. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/02230059

[2/3] git commit: FLEX-33190: Corrected ASDOC comments to use the new release version that it was tested with.

2013-04-07 Thread mkessler
FLEX-33190: Corrected ASDOC comments to use the new release version that it was tested with. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/abc381bf Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/abc381bf

git commit: FLEX-33477: Update ComboBox.as setSelectedIndex ASDOC comments to match that of the ListBase

2013-04-06 Thread mkessler
Updated Branches: refs/heads/develop 192a5b2a7 - 9ec4d1780 FLEX-33477: Update ComboBox.as setSelectedIndex ASDOC comments to match that of the ListBase Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9ec4d178 Tree:

git commit: testing

2013-03-28 Thread mkessler
Updated Branches: refs/heads/develop 39fdf7fa8 - 7784b6f44 testing Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7784b6f4 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7784b6f4 Diff: