summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Weather: Adjusted code to use System from sharedAdriano Rezende2009-11-174-27/+6
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* Shared: Added shared.pri and adjusted .pro files to use itAdriano Rezende2009-11-174-14/+12
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* MyBudget: Changed code to use System class from sharedAdriano Rezende2009-11-172-29/+5
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* HyperUI: Changed code to use System class from sharedAdriano Rezende2009-11-174-31/+4
| | | | 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>
* MyBudget: Adjusted source code to use Resource from sharedAdriano Rezende2009-11-1712-249/+81
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* HyperUI: Changed source code to use Resource from sharedAdriano Rezende2009-11-1711-147/+28
| | | | 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>
* Weather: removing debug messages.Luiz Agostini2009-11-164-4/+4
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: maemo constants.Luiz Agostini2009-11-164-14/+16
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: list maintainance bug fixing.Luiz Agostini2009-11-161-1/+2
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Shared, HyperUI: Adjusted method calls to use the new animation APIAdriano Rezende2009-11-162-3/+3
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* MyBudget: Code refactory and cleanup (use shared classes)Adriano Rezende2009-11-1645-2711/+818
|
* Shared: Added maximum offset changed signalAdriano Rezende2009-11-162-8/+28
| | | | Signed-off-by: Adriano Rezende <adriano.rezende@openbossa.org>
* HyperUI: Adjusted code to use shared classesAdriano Rezende2009-11-169-391/+34
| | | | 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>
* HyperUI: Moved button attributes to private sectionAdriano Rezende2009-11-161-3/+4
|
* HyperUI: Added missing Q_OBJECT macroAdriano Rezende2009-11-161-0/+2
|
* HyperUI: Moved DialerWidget code to phone viewAdriano Rezende2009-11-164-237/+77
|
* Weather: text imput bug fixing.Luiz Agostini2009-11-131-0/+4
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: duplicated city bug fixing.Luiz Agostini2009-11-131-0/+6
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: moving ini file to c:\dataLuiz Agostini2009-11-132-2/+2
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: "Add a city" text.Luiz Agostini2009-11-132-4/+57
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: adjusting current temperature text alignment.Luiz Agostini2009-11-131-12/+19
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: adjusting rain animation.Luiz Agostini2009-11-131-17/+20
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: adjusting rain position.Luiz Agostini2009-11-132-3/+3
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* HyperUI: Icons addedAnselmo Lacerda S. de Melo2009-11-123-0/+179
| | | | | | | Added SVG and PNG versions of the demo icon. Project file updated for symbian. Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
* Weather: demo mode.Luiz Agostini2009-11-1016-27/+884
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: symbian network utilities.Luiz Agostini2009-11-102-75/+103
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* MyBudget: s60 directory removedAnselmo Lacerda S. de Melo2009-11-101-0/+0
| | | | | | The directory s60 was removed. Signed-off-by: Anselmo Lacerda S. de Melo <anselmo.melo@openbossa.org>
* Weather: real content.Luiz Agostini2009-11-1024-205/+1303
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: bug fixing.Luiz Agostini2009-11-091-9/+11
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: save/read city list from ini file.Luiz Agostini2009-11-059-29/+80
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: list minimum count.Luiz Agostini2009-11-053-14/+46
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: scroll Z value.Luiz Agostini2009-11-051-0/+3
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: new city name background image.Luiz Agostini2009-11-054-4/+4
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: new list images.Luiz Agostini2009-11-053-1/+1
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: removing deprecated method from settings.Luiz Agostini2009-11-052-28/+0
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: add city is now using pixmap loader.Luiz Agostini2009-11-053-5/+20
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: carroussel/manager city list synchronization.Luiz Agostini2009-11-058-12/+71
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>
* Weather: removing redundant structure.Luiz Agostini2009-11-053-36/+12
| | | | Signed-off-by: Luiz Agostini <luiz.agostini@openbossa.org>