(Programming Guide) Animation, Signals, Actions, documentation
[platform/core/uifw/dali-toolkit.git] / docs / content / main.md
index 1289468..d2dd55a 100644 (file)
@@ -9,16 +9,16 @@
  + [DALi Fundamentals](@ref fundamentals)
   + [Actors & Stage](@ref actors-and-stage)
   + [Coordinate System](@ref coordinate-system)
-  + Units & the Default Camera (default unit 1 is 1 pixel with default camera)
+  + [Scene Graph](@ref scene-graph)
   + [Handle / Body Idiom](@ref handle-body-idiom)
-  + Signals
+  + [Signals](@ref signals)
   + [Properties](@ref properties)
-  + Actions
+  + [Actions](@ref actions)
  + Tutorial
   + [Hello World](@ref hello-world)
 
 ### Getting Started
- + How to build DALi on Ubuntu Desktop
+ + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu)
 
 ### Programming Guide
  + [Programming Languages:](@ref programming-languages)
   + [Event Handling](@ref event-system)
   + [Layouting](@ref size-negotiation)
   + [Image Actor](@ref image-actor)
- + Animation
-  + AnimateTo
-  + AnimateBy
-  + Key Frame Animations
+ + [Animation](@ref animation)
+  + [Basic Framework](@ref animation-basics)
+  + [Key Frame Animations](@ref animation-key-frame)
   + Path Animations
   + [Constraints](@ref constraints)
    + Equal To Constraint
@@ -43,8 +42,6 @@
    + Path Constrainer
   + [Multi-threading Notes](@ref animation-multi-threading-notes)
   + [Shader Animation](@ref animation-shader)
-  + [Example and Usage](@ref animation-example)
-  + [Rotation with quaternions](@ref animation-rotation)
 
 ### Resources
  + Resource Image
@@ -58,7 +55,7 @@
 
 ### UI Controls
  + [Text Label](@ref text-label)
- + TextEntry
+ + [Text Field](@ref text-field)
  + Buttons
  + TableView
  + [Scroll View](@ref scroll-view)
@@ -79,7 +76,7 @@
  + [Resource Tracking](@ref resourcetracking)
  + Logging
  + GUI Builder
- + Stagehand
+ + [Stagehand - DALi Visual Debugger](@ref stagehand)
 
 ### Viewing Modes
  + [Overview](@ref viewing-modes)
@@ -97,6 +94,7 @@
 ### Application Optimization Guide
  + [Texture Atlases](@ref textureatlases)
  + [Texture Compression](@ref texturecompression)
+ + [Rescaling Images](@ref resourceimagescaling)
  + Performance & Debugging
  + [Performance Tips](@ref performancetips)
  + [Performance Profiling](@ref performanceprofiling)