aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged mainline.Renato Araujo Oliveira Filho2012-10-1110-15/+53
|\
| * Rebuild for armhf. Approved by Florian Boucault, jenkins.Ricardo Mendoza2012-10-111-0/+6
| |\
| | * Rebuild for armhfRicardo Mendoza2012-10-111-0/+6
| |/
| * Bump version to propagate release to the corresponding PPAs. Approved by ↵Ricardo Mendoza2012-10-111-2/+6
| |\ | | | | | | | | | Florian Boucault.
| | * Bump version for ReleaseRicardo Mendoza2012-10-111-2/+6
| |/
| * Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-108-11/+29
| |\ | | | | | | | | | declarations" instead.. Approved by Renato Araujo Oliveira Filho, jenkins.
| | * Revert to using g* types, and forward-declare them.Olivier Tilloy2012-10-106-17/+25
| | | | | | | | | This is more future-proof.
| | * Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-098-28/+38
| | | | | | | | | | | | declarations" instead.
| * | Reset the navigation history when the connection to the model is lost.. ↵Olivier Tilloy2012-10-091-2/+12
| |\ \ | | |/ | |/| | | | Approved by Renato Araujo Oliveira Filho, jenkins.
| | * Reset the navigation history when the connection to the model is lost.Olivier Tilloy2012-10-091-2/+12
| |/
* | Added new generated test files into bzrignore.Renato Araujo Oliveira Filho2012-10-111-0/+2
| |
* | Created unit test for crash during model destruction.Renato Araujo Oliveira Filho2012-10-113-0/+52
| |
* | Added comments on qml file used in tests.Renato Araujo Oliveira Filho2012-10-111-0/+2
| |
* | Fixed typo in function name.Renato Araujo Oliveira Filho2012-10-101-1/+1
| |
* | Clenup qml file, removed debug messages and unused code.Renato Araujo Oliveira Filho2012-10-101-7/+0
| |
* | Created a new private function "clearModel" instead of change signature of ↵Renato Araujo Oliveira Filho2012-10-103-17/+21
| | | | | | | | "setModel" function.
* | Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-099-9/+181
|/
* Port to Qt5.Olivier Tilloy2012-10-0524-133/+90
|\ | | | | To compile and test, one needs to install the qt5-meta-minimal package from the Canonical Qt5 Edgers PPA (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1). This installs Qt5 in /opt/qt5/. cmake needs to be invoked with CMAKE_PREFIX_PATH=/opt/qt5/lib/cmake, and /opt/qt5/bin needs to be added to $PATH if one wants to generate the API documentation using qdoc.. Approved by Renato Araujo Oliveira Filho, jenkins.
| * Fixed some deprecation warnings when generating the API documentation.Olivier Tilloy2012-10-055-18/+18
| |
| * Fix coverage to ignore all moc files.Olivier Tilloy2012-10-051-1/+1
| |
| * Use the automoc feature to simplify a lot the build system.Olivier Tilloy2012-10-056-102/+16
| |
| * Fix packaging for Qt5.Olivier Tilloy2012-10-054-2/+9
| |
| * Port to Qt5.Olivier Tilloy2012-10-0514-20/+56
| | | | | | To compile and test, one needs to install the qt5-meta-minimal package from the Canonical Qt5 Edgers PPA (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1). This installs Qt5 in /opt/qt5/. cmake needs to be invoked with CMAKE_PREFIX_PATH=/opt/qt5/lib/cmake, and /opt/qt5/bin needs to be added to $PATH.
* | 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. »