aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix versioning in examples and testsDalton Durst2022-02-012-3/+2
|
* Fix qt5_use_modules warningRobert Tari2021-12-071-2/+1
|
* Rename Unity* symbolsRobert Tari2021-11-171-1/+1
|
* Rename unity* source filesRobert Tari2021-11-171-0/+0
|
* examples/exportmenu.py: Rename x-canonical-currentvalueRobert Tari2021-11-151-1/+1
|
* examples/unityqmlmenumodel.qml: Rename com.canonical.indicator.soundRobert Tari2021-11-151-3/+3
|
* Rename com.canonical.test*Robert Tari2021-11-154-13/+13
|
* Rename com.canonical.unity.sliderRobert Tari2021-11-131-1/+1
|
* glib callbacks pass events through qt.Nick Dedekind2013-08-091-1/+1
|
* Expose the state of a menu item's action in model.actionStateLars Uebernickel2013-07-261-7/+15
|
* examples/unityqmlmenumodel.qml: add license headerLars Uebernickel2013-07-251-0/+17
|
* examples/unitymenumodel.qml: update to newest APILars Uebernickel2013-07-251-9/+46
|
* unitymenumodel: add activate()Lars Uebernickel2013-06-051-2/+7
|
* unitymenumodel: expose isSeparatorLars Uebernickel2013-06-041-10/+27
|
* examples/exportmenu.py: use g_bus_own_name to avoid raceLars Uebernickel2013-06-041-17/+3
| | | | | This avoids the common d-bus race where a name is owned but objects aren't exported on it yet.
* Add qml example for UnityMenuModelLars Uebernickel2013-06-042-1/+39
|
* Fixed files missing license header.Renato Araujo Oliveira Filho2013-01-312-0/+30
|
* Added missing license header.Renato Araujo Oliveira Filho2013-01-112-0/+38
|
* Migrate all scripts to python3.Olivier Tilloy2012-10-302-5/+5
|
* Merge the latest changes from trunk.Olivier Tilloy2012-10-111-2/+12
|\
| * Reset the navigation history when the connection to the model is lost.Olivier Tilloy2012-10-091-2/+12
| |
* | Add a C++ example that demonstrates the use of libqmenumodel.Olivier Tilloy2012-10-093-2/+121
|/
* 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