summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtorganizerdocsample
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-22/+22
| | | | | | | 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>
* Re-apply licenseheader text in source files for qtmobilityJyri Tahtela2011-06-301-17/+17
| | | | | | Fix license in files having old license. Reviewed-by: Trust Me
* Refactored documentation for organizerKevin Wu Won2010-10-201-5/+53
| | | | | | | | | | | | | | | Completely restructured the main page for organizer qdocs to put in code snippets Removed the API Usage page and replaced with an Advanced API Usage page Fixed: * TimeSpecified -> AllDay * Fix description of the new item getter functions * QOrganizerItemManager -> QOrganizerManager * Add Collections documentation Various fixes for class documentation Relates to MOBILITY-1798
* Fix various problems in the organizer module documentationChris Adams2010-10-191-17/+19
| | | | | | Relates to task MOBILITY-1763. Reviewed By: Michael Goddard
* Merge branch '1.1' into new-renames2Kevin Wu Won2010-10-121-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/organizer/maemo5/qorganizerasynchprocess.cpp plugins/organizer/maemo5/qorganizermaemo5.cpp plugins/organizer/maemo5/qorganizermaemo5_p.h plugins/organizer/skeleton/qorganizerskeleton.cpp plugins/organizer/skeleton/qorganizerskeleton_p.h plugins/organizer/symbian/organizeritemrequestserviceprovider.cpp plugins/organizer/symbian/qorganizersymbian_p.h plugins/organizer/symbian/transform/organizereventtimerangetransform.cpp plugins/organizer/symbian/transform/organizertodotimerangetransform.cpp plugins/organizer/symbian/tsrc/tst_itemoccurrence/tst_itemoccurrence.cpp src/organizer/details/qorganizeritemdetails.cpp src/organizer/engines/qorganizeritemmemorybackend.cpp src/organizer/engines/qorganizeritemmemorybackend_p.h src/organizer/items/qorganizerevent.cpp src/organizer/items/qorganizerevent.h src/organizer/items/qorganizertodo.h src/organizer/qorganizermanager.cpp src/organizer/qorganizermanagerengine.cpp src/organizer/qorganizermanagerengine.h src/organizer/qorganizermanagerenginefactory.cpp src/organizer/qorganizerrecurrencerule.cpp src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp src/organizer/requests/qorganizeritemoccurrencefetchrequest.h src/organizer/requests/qorganizeritemrequests_p.h
| * Rename itemInstances() to itemOccurrences()Chris Adams2010-10-111-5/+5
| | | | | | | | | | Also, fix remaining usages of InstanceOrigin to be Parent. Rename QOrganizerItemInstanceFetchRequest to OccurrenceFetchRequest.
* | Renames some class namesCharles Yin2010-10-121-4/+4
|/ | | | | | | | | | | QOrganizerEventTimeRange -> QOrganizerEventTime QOrganizerTodoTimeRange -> QOrganizerTodoTime QOrganizerJounalTimeInstant -> QOrganizerJounalTime QOrganizerItemManager -> QOrganizerManager QOrganizerItemManagerEngine -> QOrganizerManagerEngine QOrganizerItemAbstractRequest -> QOrganizerAbstractRequest QOrganizerItemRecurreneRule -> QOrganizerRecurrenceRule QOrganizerJournalTimeRange -> QOrganizerJournalTimeInstant
* Merge branch '1.1' into new-rrulesKevin Wu Won2010-10-081-12/+9
|\ | | | | | | | | | | | | Conflicts: src/organizer/engines/qorganizeritemmemorybackend.cpp src/organizer/engines/qorganizeritemmemorybackend_p.h src/s60installs/eabi/QtOrganizeru.def
| * Merge branch '1.1' into new-renamesKevin Wu Won2010-10-081-5/+7
| |\
| | * fixing the code according to the review comments (part 1)Zsolt Simon2010-10-071-1/+1
| | |
| | * Proposal to modify the behaviour of items* methods to include start and end ↵Zsolt Simon2010-09-291-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | dates QOrganizerItemManager::items now contain a start and end period, and will return the results between these dates. Beside of that it will expand the occurances of the items if FindAllOccurances is specified as a parameter (it is the default behaviour), otherwise it will include the originating parent node in the results if his occurances are between the given interval.
| * | Remove supportedDataTypes() function, rename some thingsChris Adams2010-10-061-7/+2
| |/ | | | | | | | | | | | | Renamed some fields in QOrganizerItemLocation, and removed the address field. Removed supportedDataTypes() function from manager, and removed the default parameter to the detail definition related functions, in the organizer API.
* / Tweak the recurrence rule class by according to the code review.Charles Yin2010-10-051-1/+1
|/ | | | | | | | | | 1) WeekStart -> FirstDayOfWeek 2) Remove comments from .h file because it's in .cpp 3) count() should make -1 mean infinite (be consistent with maxCount) 4) replace setCount, setEndDate with setLimit(QDate), setLimit(int), limitCount, limitDate, limitType() 5) Change QList<Qt::DayOfWeek> and QList<int> to QSets. 6) setMonths -> setMonthsOfYear 7) Remove variantValues functions, make it metatype declared
* improve the way some applications buildAlex2010-07-271-4/+1
| | | | | | and apply some build system conventions to apps which don't comply update .gitignore
* Revert "Revert "Merge branch 'master' of ../../mainline/qtmobility""David Laing2010-07-052-0/+207
| | | | | | | | | | | | This reverts commit e38ebf00c0b539a7756b21946693e201269b976a. Conflicts: examples/telephony/dialer/dialer.pro src/s60installs/bwins/QtMultimediaKitu.def src/s60installs/bwins/QtServiceFrameworku.def src/s60installs/bwins/QtSystemInfou.def src/s60installs/eabi/QtSystemInfou.def
* Revert "Merge branch 'master' of ../../mainline/qtmobility"David Laing2010-07-042-207/+0
| | | | | This reverts commit 448d4a4301b7abeb9065aca13b62c70422239b94, reversing changes made to 815d646dc485b6d15fbddc2814201a5b50be4a85.
* Fix build breakage - usages of QOrganizerItemNoteKevin Wu Won2010-06-101-15/+8
|
* Change QOIRecurrence::{recurrence,exception}Dates to QDateKevin Wu Won2010-06-071-4/+4
| | | | | | | To include the time would be inconsistent with the recurrence rules, which only specify up to a day level. Setting a recurrence date to a specific date/time would still be possible using an exception.
* Add recurrence to schema for events and todos, add snippet testChris Adams2010-05-171-20/+19
| | | | | | Recurrence dates now work, and instances are generated correctly. This commit also fixes an error in saveDetail where the type detail was incorrectly assumed to be the first (instead of zeroth) detail.
* Remove implementation of setItemDisplayLabel, modify schema.Chris Adams2010-05-141-6/+6
| | | | | | | | | | The schema for each of the various item types has been expanded to a minimally useful state. The snippets example now runs with the memory backend and shows item polymorphism. The implementation of setItemDisplayLabel did set the zeroth detail, which is currently the item type, hence this was a bug. Currently, there is no implementation for setItemDisplayLabel; this is TODO.
* Add some details to the schema for Event items for testing purposesChris Adams2010-05-131-4/+9
| | | | The doc snippet example now produces some output.
* Ensure that all items have a type detail.Chris Adams2010-05-131-0/+2
|
* Get things compiling and linkingChris Adams2010-05-132-6/+31
| | | | | Define various constants (for details), provide a dummy implementation for recurrence.
* Provide macro to allow easy generation of custom organizer item typesChris Adams2010-05-131-12/+15
| | | | | | Based on the ItemDetail macro. Also added some constant string types to QOrganizerItemType class for occurrences, and made the doc snippet example compile.
* Add some convenience functions (not implemented)Chris Adams2010-05-121-4/+4
| | | | | | | | in QOrganizerItem (displayLabel() and description()) and in QOrganizerEvent (priority() and location related). Also added an enum to the priority detail, to allow sorting by priority.
* Fix typo in organizer snippets example projectChris Adams2010-05-121-4/+4
|
* Fix some compile errorsChris Adams2010-05-121-1/+5
|
* Rename calendar to organizer, for all organizer related instancesChris Adams2010-05-122-0/+176
Also update various project files and defines where required.