Difference between revisions of "Design Team/Activity Touch Input"
Jump to navigation
Jump to search
Garycmartin (talk | contribs) |
Garycmartin (talk | contribs) (Alpha sorting activity names) |
||
Line 1: | Line 1: | ||
− | == | + | ==Abacus== |
− | + | ||
− | + | ==Browse== | |
− | + | ||
− | + | ==Calculate== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | ==Chat== |
− | + | ==Clock== | |
− | |||
− | == | + | ==Distance== |
− | == | + | ==Etoys== |
− | == | + | ==Finance== |
− | == | + | ==FotoToon== |
− | == | + | ==Get Books== |
− | + | ==HelloWorld== | |
− | |||
− | == | + | ==Help== |
==Image Viewer== | ==Image Viewer== | ||
− | == | + | ==Implode== |
− | == | + | ==Infoslicer== |
− | == | + | ==Jukebox== |
− | == | + | ==Labyrinth== |
+ | * Canvas zooming in/out with pinch gesture | ||
+ | * Canvas scrolling when dragging canvas (replace current behaviour of creating a node of a specific size, rely on single tap to create a node) | ||
− | == | + | ==Log== |
− | == | + | ==Maze== |
− | == | + | ==Measure== |
− | == | + | ==Memorize== |
− | == | + | ==Moon== |
− | == | + | ==Paint== |
− | == | + | ==Physics== |
− | == | + | ==Pippy== |
− | == | + | ==Portfolio== |
− | == | + | ==Read== |
+ | * Vertical scrolling solution | ||
+ | * Page turning swipe gesture for paginatable documents | ||
− | == | + | ==Record== |
− | == | + | ==Ruler== |
− | == | + | ==Scratch== |
− | == | + | ==Speak== |
− | == | + | ==StopWatch== |
− | == | + | ==TamTamEdit== |
− | == | + | ==TamTamJam== |
==TamTamMini== | ==TamTamMini== | ||
− | == | + | ==TamTamSynthLab== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Terminal== | ==Terminal== | ||
− | == | + | ==Turtle Art== |
+ | * Canvas zooming in/out with pinch gesture | ||
+ | :Right now, there is no canvas zooming at all... just block zooming. | ||
+ | * Canvas scrolling when dragging canvas | ||
+ | :Will add to v138 (See commit at [http://git.sugarlabs.org/turtleart/mainline/commit/60d0d9caec902cf6824ce01368436e58925ceff4]). | ||
+ | * Default to large blocks when used on a touch device to reduce obscuring effect of fingers & improve hit target. Perhaps extend the block shapes to have an otherwise blank 'gripper/ridged' area to the left or right | ||
+ | :What is the purpose of the gripper? | ||
+ | ::To allow a fat finger to easily drag a block about without obscuring its content and top edge for snapping onto other blocks | ||
+ | :::Got it. It could be something that only appears on a touch-enabled machine (or when the XO is in tablet mode). I'll sketch something up. | ||
+ | * Portrait orientation clips too many toolbar icons (expect portrait orientation to be used much more frequently on tablet devices) | ||
+ | :As of v137, there is a scroll mechanism for clipped palettes... | ||
+ | * Toolbar hover hints clobbering view of block palettes (due to touch activation leaving pointer over toolbar buttons ) | ||
+ | :These can be turned off and could be by default. | ||
+ | * Allow escaping from full screen mode (see Read for improved behaviour) | ||
+ | * All Save as/Export options should raise a confirmation alert to provide user feedback of Journal entry creation. | ||
− | == | + | ==Typing Turtle== |
− | == | + | ==WikipediaEN/ES== |
− | == | + | ==Words== |
− | == | + | ==Write== |
Revision as of 17:22, 12 April 2012
Abacus
Browse
Calculate
Chat
Clock
Distance
Etoys
Finance
FotoToon
Get Books
HelloWorld
Help
Image Viewer
Implode
Infoslicer
Jukebox
Labyrinth
- Canvas zooming in/out with pinch gesture
- Canvas scrolling when dragging canvas (replace current behaviour of creating a node of a specific size, rely on single tap to create a node)
Log
Maze
Measure
Memorize
Moon
Paint
Physics
Pippy
Portfolio
Read
- Vertical scrolling solution
- Page turning swipe gesture for paginatable documents
Record
Ruler
Scratch
Speak
StopWatch
TamTamEdit
TamTamJam
TamTamMini
TamTamSynthLab
Terminal
Turtle Art
- Canvas zooming in/out with pinch gesture
- Right now, there is no canvas zooming at all... just block zooming.
- Canvas scrolling when dragging canvas
- Will add to v138 (See commit at [1]).
- Default to large blocks when used on a touch device to reduce obscuring effect of fingers & improve hit target. Perhaps extend the block shapes to have an otherwise blank 'gripper/ridged' area to the left or right
- What is the purpose of the gripper?
- To allow a fat finger to easily drag a block about without obscuring its content and top edge for snapping onto other blocks
- Got it. It could be something that only appears on a touch-enabled machine (or when the XO is in tablet mode). I'll sketch something up.
- To allow a fat finger to easily drag a block about without obscuring its content and top edge for snapping onto other blocks
- Portrait orientation clips too many toolbar icons (expect portrait orientation to be used much more frequently on tablet devices)
- As of v137, there is a scroll mechanism for clipped palettes...
- Toolbar hover hints clobbering view of block palettes (due to touch activation leaving pointer over toolbar buttons )
- These can be turned off and could be by default.
- Allow escaping from full screen mode (see Read for improved behaviour)
- All Save as/Export options should raise a confirmation alert to provide user feedback of Journal entry creation.