- Jun 30, 2011
-
-
Rene Saarsoo authored
Specify ext-debug.js only for development.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
That's the specific of ExtJS, not JSDuck.
-
Rene Saarsoo authored
This time a brute-force solution. But at least it works correctly, and for such a small n as we have it should be fast enough. Also a suite of more compact test cases that cover more cases than the previous ones.
-
- Jun 29, 2011
-
-
Rene Saarsoo authored
This fixes the constructor docs for Ext.Element, which has its members spread out in several files.
-
Rene Saarsoo authored
Simplified the structure of overviewData.json file. Categories and class names are now inside one data-structure, and no columns are specified. Current implementation of splitting classes list into columns is too simple-minded. Have to improve it. Otherwise it's working.
-
Rene Saarsoo authored
This should reduce the memory footprint a little, as we remove the duplicate dom-nodes.
-
Rene Saarsoo authored
Like with guides, HTML is created once and added as hidden div inside index.html. The index page view component grabs the HTML from there and displays. This way this HTML-creation is done only once -- although my manual measurements showed no real difference in page load time, we are loading one file less, which is good.
-
Rene Saarsoo authored
The overviewData.json file is no more hard-coded to JSDuck and is specified through this option. When left unspecified, the classes overview list on the main page is left empty.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For some reason Ext.create() was unable to load Ext.XTemplate on demand. But anyway it should be better to do all class loading asynchronously, so now the creation of XTemplate happens at class instantiantion time (rather than at class definition time).
-
Rene Saarsoo authored
A better name.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Jun 28, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
By doing the selection after expand, the tree scrolls the selected item to view.
-
Rene Saarsoo authored
This way all the methods are named similarly: - loadClass - loadGuide - loadIndex
-
Rene Saarsoo authored
The activeUrl was not set when switching to index page, so when one tried to switch back to the previously visited page, that page was still listed in activeUrl, and the switching was cancelled. Now all pages are switched through the Classes controller.
-
Rene Saarsoo authored
Well... before this there was no error message at all - just the load mask stayed on.
-
- Jun 27, 2011
-
-
Rene Saarsoo authored
Convert favorites saved in old format to new format.
-
Rene Saarsoo authored
Make history and favorites work with guides. Lots and lots of refactorings.
-
Rene Saarsoo authored
This allows us to specify a particular order for the guides listing. Additionally: the guides not listed will be excluded completely.
-
Rene Saarsoo authored
JSDuck creates HTML for the guides section, listing all the available guides specified with --guides option, and places the HTML in index.html inside a hidden div. Tweaked styles to automatically adjust to fit all the guides links to the Guides section at index page. Previously the column-widths were simply hard-coded. Additionally the guides section will now be completely turned off when no --guides option specified.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Store each icon alongside the guide itself in SDK. For guides without an icon, use the default icon: guide-icon.png
-
- Jun 23, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Jun 22, 2011
-
-
Rene Saarsoo authored
Moved test for xtype-begins-with after name-full-match. The same way they are ordered in results.
-
Rene Saarsoo authored
For example when searching for "store" the beginning of the search results list contained a lot of "store" config options and the "Store" classes were furthere below. Now the classes are always before members of similar match category.
-
Rene Saarsoo authored
It was rendered as a button before.
-
- Jun 21, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The toolbar now just fires events + performs the filtering of dropdown menus in toolbar.
-