aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tweaks to the structure of the code, and added example code.. Approved by ↵Olivier Tilloy2012-10-0543-177/+571
|\ | | | | | | Renato Araujo Oliveira Filho, jenkins.
| * Fix source dir for documentation generation.Olivier Tilloy2012-10-051-1/+1
| |
| * Fix variant conversion on 32-bits platforms.Olivier Tilloy2012-10-042-8/+8
| |
| * Renamed source package to 'qmenumodel', and removed useless build dependencies.Olivier Tilloy2012-10-042-7/+12
| |
| * Updated ignore rules.Olivier Tilloy2012-10-041-0/+1
| |
| * Updated ignore rules.Olivier Tilloy2012-10-041-0/+1
| |
| * Do not install under "Ubuntu" prefix.Olivier Tilloy2012-10-041-1/+1
| |
| * Ignore clicks on menu items that do not have a submenu.Olivier Tilloy2012-10-041-2/+2
| |
| * Updated TODO list.Olivier Tilloy2012-10-041-0/+1
| |
| * Updated examples/README to reflect name changes.Olivier Tilloy2012-10-041-1/+1
| |
| * Rename the source directories.Olivier Tilloy2012-10-0423-36/+34
| |
| * Add a TODO file.Olivier Tilloy2012-10-041-0/+7
| |
| * Fixed some #include statements.Olivier Tilloy2012-10-046-7/+12
| |
| * Add instructions.Olivier Tilloy2012-10-041-0/+54
| |
| * Minor doc fixes.Olivier Tilloy2012-10-043-2/+5
| |
| * Merged back doc fixes from Renato.Olivier Tilloy2012-10-042-0/+19
| |\ | |/ |/|
* | Created doc source dir.Renato Araujo Oliveira Filho2012-10-042-0/+19
| |
| * Replace #include statements with forward declarations in converter.h.Olivier Tilloy2012-10-043-2/+11
| |
| * Remove useless code from the Converter namespace.Olivier Tilloy2012-10-042-9/+5
| |
| * Add examples.Olivier Tilloy2012-10-044-0/+267
| |
| * Remove a leftover dependency.Olivier Tilloy2012-10-042-2/+2
| |
| * Removed leftover examples infrastructure.Olivier Tilloy2012-10-044-8/+0
| |
| * Fix a typo.Olivier Tilloy2012-10-042-3/+3
| |
| * Move the enums into a class that inherits QObject, so they can be exposed ↵Olivier Tilloy2012-10-0413-76/+121
| | | | | | | | and used directly from QML.
| * Fix signal parameter type, unaccessible in QMl otherwise.Olivier Tilloy2012-10-041-2/+2
| |
| * Fix a typo.Olivier Tilloy2012-10-041-1/+1
| |
| * Remove the implementation of columnCount.Olivier Tilloy2012-10-043-15/+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. »
| * Fix a typo.Olivier Tilloy2012-10-041-1/+1
| |
| * Updated ignore rules.Olivier Tilloy2012-10-041-0/+7
| |
| * Add ignore rules.Olivier Tilloy2012-10-021-0/+18
|/
* Fixed action state initialization.Renato Araujo Oliveira Filho2012-09-144-35/+58
|
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-1411-125/+277
| | | | Moved QStateAction controler from QACtionGroup.
* Renamed Converter::parseGVariant.Renato Araujo Oliveira Filho2012-09-144-5/+5
|
* Appended comments on unit test.Renato Araujo Oliveira Filho2012-09-138-31/+157
| | | | Added 'valid' property in QStateAction.
* Created class QStateAction to use as GAction proxy.Renato Araujo Oliveira Filho2012-09-139-42/+148
|
* Parse extra properties name to remove 'x-' and replace '-' to '_'.Renato Araujo Oliveira Filho2012-09-123-11/+23
|
* Removed invalid examples.Renato Araujo Oliveira Filho2012-09-127-212/+0
|
* Created debian directory.Renato Araujo Oliveira Filho2012-09-125-0/+63
|
* Created unit test for QDBusActionGroup.Renato Araujo Oliveira Filho2012-09-122-0/+174
|
* Added QML documentation.Renato Araujo Oliveira Filho2012-09-1215-142/+383
|
* Append the default licence header into source files.Renato Araujo Oliveira Filho2012-09-1115-7/+284
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-1126-60/+1054
| | | | Create unit test for qmenumodel library.
* Implemented QDBusActionGroup.Renato Araujo Oliveira Filho2012-09-0613-143/+505
|
* Initial import.Renato Araujo Oliveira Filho2012-09-0519-0/+719