the onScreenwidgets are multitouch now, frequently (alternating) tapping left and right still causes it to bug though, but you have to try hard to duplicate it, works ok for now
#!/bin/shif [ -d QTfrontend ]; then cd QTfrontendelse if [ -d ../QTfrontend ]; then cd ../QTfrontend else echo 'abort: Directory "QTfrontend" not found!' >&2 exit 1 fifiif [ -z "$1" ]; then OUTPUT_DIRECTORY="../doc/QTfrontend"else OUTPUT_DIRECTORY="$1"fiecho "Creating documentation for Qt-Frontend in $OUTPUT_DIRECTORY ..."if [ $(which hg) ]; thenbranch=$(hg identify -b)rev=$(hg identify -rdefault -i)branchurl="<a href=http://code.google.com/p/hedgewars/source/list?name=${branch}>${branch}</a>"revurl="<a href=http://code.google.com/p/hedgewars/source/detail?r=${rev}>${rev}</a>"export PROJECT_NUMBER="${branchurl} as of ${revurl}"export OUTPUT_DIRECTORYfidoxygenexit $?