| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
|
| |
|
|
|
|
|
| |
Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6
Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
|
| |
Change copyrights and license headers from Nokia to Digia
Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
|
| |
Fixed "ugly ui" errors from qmlorganiser example app.
Reviewed-by: Päivi Rajala
Task-number: QTMOBILITY-1513
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) QDeclarativeOrganizerItemDetail
rename helper function detailType() to detailTypeByDefinitionName()
add helper function detailTypeByDetailName()
add definitionName() static helper function
2) QDeclarativeOrganizerItem
do not copy the detail access code, use the QDeclarativeOrganizerItemDetail classes instead, otherwise
item modifications from item classes and from detail classes will overwrite each other's changes.
3) QDeclarativeOrganizerItemFilter(s) and QDeclarativeOrganizerItemSortOrder(s)
use the QDeclarativeOrganizerItemDetail::definitionName() instead of detailName(), they need the real
detail definition names, not the detail access names for QML.
4) QDeclarativeOrganizerItemMetaObject
All detail objects should be created by createItemDetail() helper function and connect the detailChanged()
signals to parent's itemChanged() signals after creating.
5) QDeclarativeOrganizerItemParent
parentId should return string, not int
6) QDeclarativeOrganizerModel
clearItems() should call deleteLater() on each item, not qDeleteAll()
rename the itemsChanged() to modelChanged() to avoid signal name conflicts
autoUpdate() should respect the signals in OrganizerModel as well, previously only check the signals of backend engine.
make both the start and end parameter optional for itemIds() and containsItems()
Task-number:MOBILITY-2162
Change-Id: Ia9bffa12cb42db604eccf18098d55ca1bdec7a61
Reviewed-by: Kevin Wu Won
|
| |
|
|
|
|
| |
Change-Id: If92a7f8d117c2c4cb52234b318b441331126df10
Task-number:MOBILITY-1317
Reviewed-by: Kevin Wu Won
|
| |
|
|
|
|
|
|
|
|
|
| |
1) qmlorganizer:make the detailview display fields properly.
2) qmlorganizer:organizer items are not created properly in QDOM
3) create organizer items by item types
4) set the declarative meta object in organizer item ctors
5) fix typo error in WeekView.qml
Task-number:MOBILITY-1317
Reviewed-By:Chris Adams
|
| |
|
|
| |
Change-Id: I718dd0c4278d70a84b491cb2ddbba96383c7e047
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
1) add QDOM::containsItems() method
2) add highlight color for event on monthview
Change-Id: I162eb29d02f13919accc74a9476c6c74082bd01a
|
| |
|
|
| |
Change-Id: Ic1518e5b74f6c4dec260d1218f3e6a707486dc7c
|
| |
|
|
|
|
|
| |
1. disable agender view button
2. link month, week, day view together
Change-Id: I923036fabe813206d78b3eface0967081abeb52e
|
|
|
1) add status field in StatusBar
2) add weekview
3) add dayview
Change-Id: Iae79f9fd00198d6a9cbb7b3828217122de269575
|