summaryrefslogtreecommitdiffstats
path: root/src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* FolderListModel emitted incorrect rowsRemoved range causing crash.Martin Jones2011-02-281-1/+1
| | | | | | | | | beginRemoveRows() takes the first and last index as parameters, but it was passing count rather than count-1 as the last index. Change-Id: I81a6fbf085acacf5f8c1ca847b0bdc826bcf405b Task-number: QTBUG-17775 Reviewed-by: Bea Lam
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* More docs for FolderListModelMartin Jones2010-12-231-0/+33
|
* Fix Browser.qml warningsJoona Petrell2010-11-301-1/+1
| | | | | Task-number: QTBUG-15720 Reviewed-by: Martin Jones
* Fix slot naming clashMartin Jones2010-09-121-2/+2
| | | | Reviewed-by: David Boddie
* Doc: Worked on two more elements, replacing an image.David Boddie2010-09-061-24/+72
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
| | | | ...and a set of functional group pages.
* qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-1/+1
| | | | Task-number: QTBUG-11512
* Fix QT_NO_DIRMODEL build error in QtDeclarative.Tasuku Suzuki2010-05-311-0/+4
| | | | | | | | Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> Merge-request: 652 Merge-request: 652 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-211-8/+6
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-191-0/+3
|\ | | | | | | | | | | Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
| * Fix folderlistmodel with qt namespaceMartin Jones2010-05-191-0/+4
| |
* | docWarwick Allison2010-05-191-0/+9
|/
* Fix naming.Warwick Allison2010-05-181-0/+389