aboutsummaryrefslogtreecommitdiff
path: root/src/common/qmenumodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename the source directories.Olivier Tilloy2012-10-041-66/+0
|
* Fixed some #include statements.Olivier Tilloy2012-10-041-0/+3
|
* Remove the implementation of columnCount.Olivier Tilloy2012-10-041-1/+0
| | | According to the documentation (http://doc.qt.digia.com/stable/model-view-programming.html#model-subclassing-reference), « List models do not provide this function because it is already implemented in QAbstractListModel. »
* Parse extra properties name to remove 'x-' and replace '-' to '_'.Renato Araujo Oliveira Filho2012-09-121-0/+1
|
* Added QML documentation.Renato Araujo Oliveira Filho2012-09-121-1/+0
|
* Append the default licence header into source files.Renato Araujo Oliveira Filho2012-09-111-0/+19
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-111-0/+45
Create unit test for qmenumodel library.