(Docs) Adding Programming Guide to Toolkit 72/24572/5
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 16 Jul 2014 12:58:35 +0000 (13:58 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 16 Jul 2014 14:06:43 +0000 (07:06 -0700)
commit01864cd4216d958c5f0e95643dbbeca7c9937716
tree00006804033b88888a62cd5b17c46e4629a39e99
parentb987c87a4fb8f149be93e84e520a0a6ac3866343
(Docs) Adding Programming Guide to Toolkit

[problem] Programming Guide not available
[solution] Add to dali-toolkit so after performing a 'make' the docs/generated/html/index.html will contain the guide

Change-Id: Iad8299eb1e3faf321df0b983bf75538c41217f88
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
118 files changed:
.gitignore
build/slp/Makefile.am
build/slp/configure.ac
build/slp/docs/.gitignore [new file with mode: 0644]
build/slp/docs/Makefile.am [new file with mode: 0644]
build/slp/docs/dali.doxy.in [new file with mode: 0644]
docs/DaliLayout.xml [new file with mode: 0644]
docs/README [new file with mode: 0644]
docs/api_footer.html [new file with mode: 0644]
docs/content/images/actor-position.png [new file with mode: 0644]
docs/content/images/actors/Image-Actor.png [new file with mode: 0644]
docs/content/images/actors/Text-Actor.png [new file with mode: 0644]
docs/content/images/actors/scale-none.png [new file with mode: 0644]
docs/content/images/actors/scale-to-fill-keep-aspect.png [new file with mode: 0644]
docs/content/images/actors/scale-to-fill.png [new file with mode: 0644]
docs/content/images/actors/scale-to-fit-keep-aspect.png [new file with mode: 0644]
docs/content/images/actors/shrink-to-fit-2.png [new file with mode: 0644]
docs/content/images/actors/shrink-to-fit-keep-aspect.png [new file with mode: 0644]
docs/content/images/actors/shrink-to-fit.png [new file with mode: 0644]
docs/content/images/anchor-point.png [new file with mode: 0644]
docs/content/images/animation/anim1.png [new file with mode: 0644]
docs/content/images/animation/anim2.png [new file with mode: 0644]
docs/content/images/animation/anim3.png [new file with mode: 0644]
docs/content/images/animation/multi-threaded-animation-2.png [new file with mode: 0644]
docs/content/images/animation/multi-threaded-animation.png [new file with mode: 0644]
docs/content/images/animation/set-position-vs-animation.png [new file with mode: 0644]
docs/content/images/background/BackgroundControlColor.png [new file with mode: 0644]
docs/content/images/background/BackgroundImage.png [new file with mode: 0644]
docs/content/images/background/BackgroundImageColor.png [new file with mode: 0644]
docs/content/images/background/BackgroundTextView.png [new file with mode: 0644]
docs/content/images/coordinate-system-and-stage.png [new file with mode: 0644]
docs/content/images/dynamics/dynamics-joint.png [new file with mode: 0644]
docs/content/images/dynamics/dynamics-joint2.png [new file with mode: 0644]
docs/content/images/dynamics/dynamics-rigid.png [new file with mode: 0644]
docs/content/images/dynamics/dynamics-shapes.png [new file with mode: 0644]
docs/content/images/dynamics/dynamics-soft.png [new file with mode: 0644]
docs/content/images/list-view/coverflow.png [new file with mode: 0644]
docs/content/images/list-view/grid.png [new file with mode: 0644]
docs/content/images/list-view/list.png [new file with mode: 0644]
docs/content/images/list-view/tunnel.png [new file with mode: 0644]
docs/content/images/parent-origin.png [new file with mode: 0644]
docs/content/images/screenshot.png [new file with mode: 0644]
docs/content/images/shaders/BendyEffect1.png [new file with mode: 0644]
docs/content/images/shaders/BendyEffect2.png [new file with mode: 0644]
docs/content/images/shaders/RippleEffect1.png [new file with mode: 0644]
docs/content/images/shaders/shader-effect-ripple.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm1.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm10.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm2.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm3.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm4.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm8.png [new file with mode: 0644]
docs/content/images/size-negotiation/Algorithm9.png [new file with mode: 0644]
docs/content/images/size-negotiation/FixedWidthFlexibleHeight.png [new file with mode: 0644]
docs/content/images/size-negotiation/FixedWidthFlexibleHeight2.png [new file with mode: 0644]
docs/content/images/size-negotiation/FixedWidthHeight.png [new file with mode: 0644]
docs/content/images/size-negotiation/FixedWidthHeight2.png [new file with mode: 0644]
docs/content/images/size-negotiation/FlexibleWidthFixedHeight.png [new file with mode: 0644]
docs/content/images/size-negotiation/FlexibleWidthFixedHeight2.png [new file with mode: 0644]
docs/content/images/size-negotiation/FlexibleWidthHeight.png [new file with mode: 0644]
docs/content/images/text-view/AlessBlessC.png [new file with mode: 0644]
docs/content/images/text-view/Black-Shadow.png [new file with mode: 0644]
docs/content/images/text-view/Blue-Glow.png [new file with mode: 0644]
docs/content/images/text-view/Bold.png [new file with mode: 0644]
docs/content/images/text-view/FontAppendix01.png [new file with mode: 0644]
docs/content/images/text-view/FontAppendix02.png [new file with mode: 0644]
docs/content/images/text-view/FontAppendix03.png [new file with mode: 0644]
docs/content/images/text-view/FontAppendix04.png [new file with mode: 0644]
docs/content/images/text-view/FontAppendix05.png [new file with mode: 0644]
docs/content/images/text-view/FreeSerifFont.png [new file with mode: 0644]
docs/content/images/text-view/Italic.png [new file with mode: 0644]
docs/content/images/text-view/Red-Outline.png [new file with mode: 0644]
docs/content/images/text-view/Smooth-Text.png [new file with mode: 0644]
docs/content/images/text-view/Underline.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-01.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-02.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-03.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-04.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-05.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-06.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-07.png [new file with mode: 0644]
docs/content/images/text-view/text-view-example-08.png [new file with mode: 0644]
docs/content/images/text-view/text-view.png [new file with mode: 0644]
docs/content/main-page.h [new file with mode: 0644]
docs/content/programming-guide/animation-example.h [new file with mode: 0644]
docs/content/programming-guide/animation-multi-threading-notes.h [new file with mode: 0644]
docs/content/programming-guide/animation-rotation.h [new file with mode: 0644]
docs/content/programming-guide/animation-shader.h [new file with mode: 0644]
docs/content/programming-guide/background.h [new file with mode: 0644]
docs/content/programming-guide/boost-function.h [new file with mode: 0644]
docs/content/programming-guide/boost-library.h [new file with mode: 0644]
docs/content/programming-guide/constraints-intro.h [new file with mode: 0644]
docs/content/programming-guide/custom-actor.h [new file with mode: 0644]
docs/content/programming-guide/dali-application.h [new file with mode: 0644]
docs/content/programming-guide/dynamics-bodies.h [new file with mode: 0644]
docs/content/programming-guide/dynamics-collisions.h [new file with mode: 0644]
docs/content/programming-guide/dynamics-initialization.h [new file with mode: 0644]
docs/content/programming-guide/dynamics-intro.h [new file with mode: 0644]
docs/content/programming-guide/dynamics-joints.h [new file with mode: 0644]
docs/content/programming-guide/event-system.h [new file with mode: 0644]
docs/content/programming-guide/fundamentals.h [new file with mode: 0644]
docs/content/programming-guide/handle-body-idiom.h [new file with mode: 0644]
docs/content/programming-guide/hello-world.h [new file with mode: 0644]
docs/content/programming-guide/image-text-mesh-actor.h [new file with mode: 0644]
docs/content/programming-guide/item-view.h [new file with mode: 0644]
docs/content/programming-guide/markup-processor.h [new file with mode: 0644]
docs/content/programming-guide/performance-profiling.h [new file with mode: 0644]
docs/content/programming-guide/properties.h [new file with mode: 0644]
docs/content/programming-guide/resource-tracking.h [new file with mode: 0644]
docs/content/programming-guide/script-hello.h [new file with mode: 0644]
docs/content/programming-guide/script-howto.h [new file with mode: 0644]
docs/content/programming-guide/script-overview.h [new file with mode: 0644]
docs/content/programming-guide/scroll-view.h [new file with mode: 0644]
docs/content/programming-guide/shader-intro.h [new file with mode: 0644]
docs/content/programming-guide/size-negotiation.h [new file with mode: 0644]
docs/content/programming-guide/text-input.h [new file with mode: 0644]
docs/content/programming-guide/text-view.h [new file with mode: 0644]
docs/content/programming-guide/type-registration.h [new file with mode: 0644]