- Oct 20, 2011
-
-
Rene Saarsoo authored
The special iframe for Touch 2 is now specified through this option, but more importantly users of JSDuck can now use inline examples for their own components by simply writing a custom iframe.html and linking the needed JS and CSS files from it.
-
Rene Saarsoo authored
Fix LocalStore#cleanup to not remove the settings stored under different local-storage-db name.
-
- Oct 19, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 14, 2011
-
-
Nick Poulden authored
-
- Oct 13, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 11, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Oct 10, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Modified origin commit by Nick Poulden by wrapping ExtJS welcome page inside <div id="extjs-welcome"> similarly to Touch welcome page inside <div id="touch-welcome">. This way they're both nicely wrapped and ExtJS welcome page doesn't get screwed up.
-
Rene Saarsoo authored
-
- Oct 08, 2011
-
-
Rene Saarsoo authored
For now I'm just turning it on for Touch 2. But I'm thinking of making it the default overall.
-
- Oct 05, 2011
-
-
Rene Saarsoo authored
-
- Sep 30, 2011
-
-
Nick Poulden authored
-
- Sep 29, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The support has been implemented for a while, but nobody has ever really used the functionality. Time to remove it. Along with it goes the --inline-examples option.
-
- Sep 28, 2011
-
-
Rene Saarsoo authored
Touch 2 sources seem to contain no {@img} tags.
-
Rene Saarsoo authored
Using this will switch on the Touch-style examples page where examples are shown inside iPhone/iPad images. For now the option will also decide from where the icons for examples are loaded: touch/examles or extjs/examples/shared/screens There are now two implementations of example container: - Container - TouchContainer
-
- Sep 27, 2011
-
-
Rene Saarsoo authored
Using this, JSDuck will automatically copy over images referenced by {@img} tag. No more need for extra copy task after running JSDuck.
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Sep 26, 2011
-
-
Nick Poulden authored
-
- Sep 23, 2011
-
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Sep 22, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
- Sep 20, 2011
-
-
Rene Saarsoo authored
-
- Sep 15, 2011
-
-
Rene Saarsoo authored
Instead of reading in all files from SDK/touch/src dir - all these files aren't really used by touch. The classes list in Touch docs looks much more sensible now.
-
Rene Saarsoo authored
Add separate rake task :jsb for updating the file. This is to make it possible to build docs app in a server that doesn't allow running "sencha create jsb" command.
-
- Sep 14, 2011
-
-
Rene Saarsoo authored
-
- Sep 13, 2011
-
-
Rene Saarsoo authored
Renamed js_classes/ to js-classes/ to conform to the overall naming convention.
-
Nick Poulden authored
-
- Sep 12, 2011
-
-
Nick Poulden authored
-
- Sep 07, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Mostly useful for developers outside Sencha.
-
Rene Saarsoo authored
Created JsDuckRunner class inside the Rakefile to manage all the options we are passign to JSDuck. Instead of a myriad of different tasks, rake -D now only lists 4: - sdk - touch - gem - spec sdk and touch tasks accept arguments to allow creation of live and export versions. For example: $ rake sdk[live]
-