aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Port to Qt5.Olivier Tilloy2012-10-052-5/+5
| | | 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.
* Ignore clicks on menu items that do not have a submenu.Olivier Tilloy2012-10-041-2/+2
|
* Updated examples/README to reflect name changes.Olivier Tilloy2012-10-041-1/+1
|
* Add examples.Olivier Tilloy2012-10-044-0/+267
|
* Removed leftover examples infrastructure.Olivier Tilloy2012-10-042-5/+0
|
* Removed invalid examples.Renato Araujo Oliveira Filho2012-09-127-212/+0
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-111-1/+7
| | | | Create unit test for qmenumodel library.
* Implemented QDBusActionGroup.Renato Araujo Oliveira Filho2012-09-063-6/+6
|
* Initial import.Renato Araujo Oliveira Filho2012-09-059-0/+211