summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to allow inclusion into other applications at any licenseThiago Macieira2010-08-1926-624/+156
|
* hyperui: debian files, .pro updatedAnselmo Lacerda S. de Melo2010-05-301-4/+21
| | | | | | | Build process updated, including ideas taken from the project skeleton suggested by MADDE 0.6.72. Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
* Shared/System: Fix screen rotation flags for Qt Maemo.Jesus Sanchez-Palencia2010-02-101-3/+6
| | | | Signed-off-by: Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
* Shared: Added ScrollArea widgetAdriano Rezende2009-11-272-0/+359
| | | | | | | The ScrollArea can be used to display generic contents inside a kinetic container. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Fix small issue in system.cppAnselmo Lacerda S. de Melo2009-11-181-2/+2
| | | | | | Error when compiling for maemo, s/widget/window Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
* Shared: Changed resource.h to dataresource.h to avoid clash on symbian sdkAdriano Rezende2009-11-182-1/+1
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added Hildon portrait/landscape supportAdriano Rezende2009-11-172-8/+26
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added shared.pri and adjusted .pro files to use itAdriano Rezende2009-11-171-0/+9
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added System classAdriano Rezende2009-11-172-0/+146
| | | | | | | | This class provides methods to initialize system specific data. At the moment it provides methods to lock portrait and landscape mode. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Fixed ListView to have minimum item heightAdriano Rezende2009-11-171-1/+1
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added Resource classAdriano Rezende2009-11-172-0/+175
| | | | | | | This class is a helper that creates a singleton resource which access data and pixmap. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared, HyperUI: Adjusted method calls to use the new animation APIAdriano Rezende2009-11-161-2/+2
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added maximum offset changed signalAdriano Rezende2009-11-162-8/+28
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added ScrollBar widgetAdriano Rezende2009-11-162-0/+204
| | | | | | | The ScrollBar can be used as a position indicator in conjunction with a ListView or scrollable widgets. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added ListView and KineticListView widgetsAdriano Rezende2009-11-162-0/+888
| | | | | | The ListView and KineticListView implements a scalable list. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added simple model classesAdriano Rezende2009-11-162-0/+198
| | | | | | | These simple models can be used with complex widgets like the ListView. It provides basic model capabilities. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added PixmapWidget classAdriano Rezende2009-11-164-0/+334
| | | | | | | This class provides a basic pixmap widget with border support and scale support. It can be used with layouts. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added Label widgetAdriano Rezende2009-11-162-0/+177
| | | | | | | The Label widget provides alignment and elide support. It can be used with layouts. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added KineticScroll classAdriano Rezende2009-11-162-0/+224
| | | | | | | | The KineticScroll can be used as a helper for kinetic widgets to generate kinetic feedback. It consumes mouse events and emits signals with offset movements. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added Button widgetAdriano Rezende2009-11-162-0/+266
| | | | | | | This is a simple button implementation that provides the basic capabilities. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added PageSlider widgetAdriano Rezende2009-11-162-0/+513
| | | | | | | The PageSlider can be used to paginate screens and provides the capability to slide between two pages. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added FlickableArea widgetAdriano Rezende2009-11-162-0/+234
The FlickableArea can be used to receive slide movements directly from the scene. It can be the base classes for classes like PageSlider. Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>