Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pick up changes to fix reduced visibility #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .buildpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.dltk.mod.launching.INTERPRETER_CONTAINER"/>
<buildpathentry kind="con" path="org.ebayopensource.vjet.eclipse.core.JSNATIVE_CONTAINER/JS Native Types"/>
<buildpathentry kind="con" path="org.ebayopensource.vjet.eclipse.core.BROWSER_CONTAINER/Browser SDK"/>
<buildpathentry kind="con" path="org.ebayopensource.vjet.eclipse.core.VJO_CONTAINER/VJO LIB"/>
<buildpathentry combineaccessrules="false" kind="prj" path="/ExtJsTL-4.1.2"/>
</buildpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>SimpleTasks</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.ebayopensource.vjet.eclipse.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.ebayopensource.vjet.core.nature</nature>
</natures>
</projectDescription>
4 changes: 2 additions & 2 deletions ux/TreePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Ext.define('Ext.ux.TreePicker', {

/**
* Creates and returns the tree panel to be used as this field's picker.
* @private
* @public
*/
createPicker: function() {
var me = this,
Expand Down Expand Up @@ -133,7 +133,7 @@ Ext.define('Ext.ux.TreePicker', {

/**
* Aligns the picker to the input element
* @private
* @public
*/
alignPicker: function() {
var me = this,
Expand Down
2 changes: 1 addition & 1 deletion ux/form/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ext.define('Ext.ux.form.MultiSelect', {
*/

/**
* @cfg {String} [appendOnly=false] True if the list should only allow append drops when drag/drop is enabled.
* @cfg {boolean} [appendOnly=false] True if the list should only allow append drops when drag/drop is enabled.
* This is useful for lists which are sorted.
*/
appendOnly: false,
Expand Down
2 changes: 1 addition & 1 deletion ux/grid/filter/DateFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Ext.define('Ext.ux.grid.filter.DateFilter', {
},

/**
* @private
* @public
* Template method that is to return <tt>true</tt> if the filter
* has enough configuration information to be activated.
* @return {Boolean}
Expand Down
2 changes: 1 addition & 1 deletion ux/grid/filter/ListFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ filter : [{"type":"list","value":"small,medium","field":"size"}]
},

/**
* @private
* @public
* Template method that is to return <tt>true</tt> if the filter
* has enough configuration information to be activated.
* @return {Boolean}
Expand Down
2 changes: 1 addition & 1 deletion ux/grid/filter/NumericFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Ext.define('Ext.ux.grid.filter.NumericFilter', {
},

/**
* @private
* @public
* Template method that is to return <tt>true</tt> if the filter
* has enough configuration information to be activated.
* @return {Boolean}
Expand Down
2 changes: 1 addition & 1 deletion ux/grid/filter/StringFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Ext.define('Ext.ux.grid.filter.StringFilter', {
},

/**
* @private
* @public
* Template method that is to return <tt>true</tt> if the filter
* has enough configuration information to be activated.
* @return {Boolean}
Expand Down