Re-arrange files, add support for classic JS Documentor, and packer origin/HEAD origin/master
authorAlan Knowles <alan@akbkhome.com>
Fri, 23 Jul 2010 00:02:54 +0000 (08:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 23 Jul 2010 00:02:54 +0000 (08:02 +0800)
commit134619d3049edce9b27810483e8011e5dfb783e0
tree53266a46f5880af51801940e17918640bc65e512
parent649a91296eb2d7e5cbd4d1407deb9c1fa714229f
Re-arrange files, add support for classic JS Documentor, and packer

Major overhall of the codebase, including
- Move to use glib head (some methods are renamed)
- Javascript Packer runs and is working
- Javascript Code Documentor is now running and working (mostly)
- Code layout changed to better issolate usage
 * Introspect now a top level directory (for all the gir related code)
 * JsTemplate now a top level directory (for the rendering / view layer)
 * JSDOC now contains only the packer and js code documentor
63 files changed:
Date.js
File.js
Introspect/Base.js [moved from JSDOC/Introspect/Base.js with 93% similarity]
Introspect/Basic.js [moved from JSDOC/Introspect/Basic.js with 95% similarity]
Introspect/Callback.js [moved from JSDOC/Introspect/Callback.js with 74% similarity]
Introspect/Class.js [moved from JSDOC/Introspect/Class.js with 92% similarity]
Introspect/Constant.js [moved from JSDOC/Introspect/Constant.js with 78% similarity]
Introspect/Enum.js [moved from JSDOC/Introspect/Enum.js with 80% similarity]
Introspect/Field.js [moved from JSDOC/Introspect/Field.js with 72% similarity]
Introspect/Interface.js [moved from JSDOC/Introspect/Interface.js with 70% similarity]
Introspect/Link.js [new file with mode: 0644]
Introspect/Method.js [moved from JSDOC/Introspect/Method.js with 79% similarity]
Introspect/NameSpace.js [moved from JSDOC/Introspect.js with 93% similarity]
Introspect/Property.js [moved from JSDOC/Introspect/Property.js with 61% similarity]
Introspect/Signal.js [moved from JSDOC/Introspect/Signal.js with 75% similarity]
Introspect/Struct.js [moved from JSDOC/Introspect/Struct.js with 85% similarity]
Introspect/Union.js [moved from JSDOC/Introspect/Union.js with 84% similarity]
Introspect/extensions/xml.js [moved from JSDOC/Introspect/extensions/xml.js with 100% similarity]
JSDOC.js [deleted file]
JSDOC/BuildDocs.js [new file with mode: 0644]
JSDOC/Collapse.js
JSDOC/CompressWhite.js
JSDOC/DocComment.js [new file with mode: 0644]
JSDOC/DocTag.js [new file with mode: 0644]
JSDOC/GtkFile.js
JSDOC/Lang.js
JSDOC/Options.js [new file with mode: 0644]
JSDOC/Packer.js
JSDOC/Parser.js [new file with mode: 0644]
JSDOC/PrettyPrint.js [new file with mode: 0644]
JSDOC/RooFile.js
JSDOC/Scope.js
JSDOC/ScopeParser.js
JSDOC/Symbol.js [new file with mode: 0644]
JSDOC/SymbolSet.js [new file with mode: 0644]
JSDOC/Template.js [deleted file]
JSDOC/Template/Link.js [deleted file]
JSDOC/TextStream.js
JSDOC/Token.js
JSDOC/TokenReader.js
JSDOC/TokenStream.js
JSDOC/Walker2.js [new file with mode: 0644]
JsTemplate/Link.js [new file with mode: 0644]
JsTemplate/Template.js [new file with mode: 0644]
Object.js [deleted file]
README.txt
String.js
XObject.js
docs.js
docs/build_docs.sh [deleted file]
jhbuild.js
jsdocbuild.js [new file with mode: 0644]
pack.js
rebuild_typelibs.sh [new file with mode: 0644]
templates/resources/default.css [moved from docs/resources/default.css with 100% similarity, mode: 0644]
templates/resources/library_gnome.css [moved from docs/resources/library_gnome.css with 100% similarity, mode: 0644]
templates/resources/library_gnome_print.css [moved from docs/resources/library_gnome_print.css with 100% similarity, mode: 0644]
templates/resources/page.js [moved from docs/resources/page.js with 100% similarity, mode: 0644]
templates/seed/class.html [moved from docs/class.html with 100% similarity]
templates/seed/class_ix.html [moved from docs/class_ix.html with 100% similarity, mode: 0644]
templates/seed/index.html [moved from docs/index.html with 100% similarity, mode: 0644]
templates/seed/references.html [moved from docs/references.html with 100% similarity]
xnew.js [deleted file]