Applications diverses¶
Logiciels¶
- abuledu-piano ? un piano / synthé virtuel idée à creuser ou jeter, bzr branch http://redmine.ryxeo.com/code/couveuse-code-source/abuledu-piano/
- qprogress indicator ou le code d'icham ? http://qt-apps.org/content/show.php/QProgressIndicator?content=115762
- un mind map génial pour les enfants d'après moi ... mais ptet pas pour les tablettes :) https://gitorious.org/qtmindmap
- générateur de mots croisés/mélangés http://wordsearchcreator.org/downloads/
- album photo: http://qt-apps.org/content/show.php/MihPhoto+-+Touch-friendly+image+viewer?content=137949
- un outil pour créer des epub: http://code.google.com/p/sigil/
Jeux¶
- indispensable, il marche super bien http://qt-apps.org/content/show.php/Mnemosyne?content=72501
- autre ? http://qt-apps.org/content/show.php/Mnemosyne?content=72501
Utilisation des "gestures"¶
Notes en vrac qu'il conviendra de déplacer ensuite dans la boite à out une fois validé
- http://qt-project.org/doc/qt-5.0/gestures-overview.html
- http://www.digipedia.pl/usenet/thread/12933/118/
- http://fr.slideshare.net/qtbynokia/using-multitouch-and-gestures-with-qt
- http://labs.qt.nokia.com/2009/04/02/mouse-gestures-in-qt-apps-to-be-or-not-to-be/
Mozilla Fennec (firefox mobile)¶
- https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
- https://wiki.mozilla.org/Mobile/Build/Fennec#Install_build_dependencies_.28non-Maemo.29
sudo apt-get build-dep firefox sudo apt-get install mercurial libasound2-dev libcurl4-openssl-dev libnotify-dev libxt-dev libiw-dev mesa-common-dev autoconf2.13 yasm uuid wget ftp://ftp.mozilla.org/pub/mozilla.org/mobile/releases/15.0/source/fennec-15.0.source.tar.bz2 tar xfvj fennec-15.0.source.tar.bz2 cd mozilla-release time make -f client.mk