summaryrefslogtreecommitdiffstats
path: root/examples/qmlorganizer/contents/WeekView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | Change-Id: I96513e8b6f09e76998a18edb5411ae06f52cba7c Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update to new license formatSergio Ahumada2012-11-071-4/+4
| | | | | | | Also fixing some left overs from 8de152a9e1deb533070663cccf6a98e0d374b1d6 Change-Id: I28a91ca233dd835e6e53efbbd7ebd649461f5c04 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
| | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie3b9224b2b6a32b417fa0b6643350d45046381e6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Fixed ui problems of qmlorganiser example app.Tarmo Lehto2012-01-021-39/+49
| | | | | | | Fixed "ugly ui" errors from qmlorganiser example app. Reviewed-by: Päivi Rajala Task-number: QTMOBILITY-1513
* Fix MOBILITY-2162 QML OrganizerModel does not respect filterCharles Yin2010-12-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* qmlorganizer example improvementsCharles Yin2010-12-101-10/+6
| | | | | | Change-Id: If92a7f8d117c2c4cb52234b318b441331126df10 Task-number:MOBILITY-1317 Reviewed-by: Kevin Wu Won
* several improvement for qmlorganizerCharles Yin2010-12-081-1/+1
| | | | | | | | | | | 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
* qmlorganizer: dayview, itemview and detailsviewCharles Yin2010-12-031-3/+0
| | | | Change-Id: I718dd0c4278d70a84b491cb2ddbba96383c7e047
* qmlorganizer: add ItemView and DetailsViewCharles Yin2010-12-031-1/+2
|
* qmlorganizer:show organizer items on week and timeline viewCharles Yin2010-12-021-15/+41
|
* more fixes for qmlorganizerCharles Yin2010-12-021-4/+4
| | | | | | | 1) add QDOM::containsItems() method 2) add highlight color for event on monthview Change-Id: I162eb29d02f13919accc74a9476c6c74082bd01a
* qmlorganizer:link timeline view's date changesCharles Yin2010-12-021-3/+2
| | | | Change-Id: Ic1518e5b74f6c4dec260d1218f3e6a707486dc7c
* more work on qmlorganizerCharles Yin2010-12-021-2/+9
| | | | | | | 1. disable agender view button 2. link month, week, day view together Change-Id: I923036fabe813206d78b3eface0967081abeb52e
* add features to qmlorganizerCharles Yin2010-12-021-0/+108
1) add status field in StatusBar 2) add weekview 3) add dayview Change-Id: Iae79f9fd00198d6a9cbb7b3828217122de269575