Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glib callbacks pass events through qt. | Nick Dedekind | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | Expose the state of a menu item's action in model.actionState | Lars Uebernickel | 2013-07-26 | 1 | -7/+15 |
| | |||||
* | examples/unityqmlmenumodel.qml: add license header | Lars Uebernickel | 2013-07-25 | 1 | -0/+17 |
| | |||||
* | examples/unitymenumodel.qml: update to newest API | Lars Uebernickel | 2013-07-25 | 1 | -9/+46 |
| | |||||
* | unitymenumodel: add activate() | Lars Uebernickel | 2013-06-05 | 1 | -2/+7 |
| | |||||
* | unitymenumodel: expose isSeparator | Lars Uebernickel | 2013-06-04 | 1 | -10/+27 |
| | |||||
* | examples/exportmenu.py: use g_bus_own_name to avoid race | Lars Uebernickel | 2013-06-04 | 1 | -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 UnityMenuModel | Lars Uebernickel | 2013-06-04 | 2 | -1/+39 |
| | |||||
* | Fixed files missing license header. | Renato Araujo Oliveira Filho | 2013-01-31 | 2 | -0/+30 |
| | |||||
* | Added missing license header. | Renato Araujo Oliveira Filho | 2013-01-11 | 2 | -0/+38 |
| | |||||
* | Migrate all scripts to python3. | Olivier Tilloy | 2012-10-30 | 2 | -5/+5 |
| | |||||
* | Merge the latest changes from trunk. | Olivier Tilloy | 2012-10-11 | 1 | -2/+12 |
|\ | |||||
| * | Reset the navigation history when the connection to the model is lost. | Olivier Tilloy | 2012-10-09 | 1 | -2/+12 |
| | | |||||
* | | Add a C++ example that demonstrates the use of libqmenumodel. | Olivier Tilloy | 2012-10-09 | 3 | -2/+121 |
|/ | |||||
* | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 2 | -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 Tilloy | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | Updated examples/README to reflect name changes. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Add examples. | Olivier Tilloy | 2012-10-04 | 4 | -0/+267 |
| | |||||
* | Removed leftover examples infrastructure. | Olivier Tilloy | 2012-10-04 | 2 | -5/+0 |
| | |||||
* | Removed invalid examples. | Renato Araujo Oliveira Filho | 2012-09-12 | 7 | -212/+0 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -1/+7 |
| | | | | Create unit test for qmenumodel library. | ||||
* | Implemented QDBusActionGroup. | Renato Araujo Oliveira Filho | 2012-09-06 | 3 | -6/+6 |
| | |||||
* | Initial import. | Renato Araujo Oliveira Filho | 2012-09-05 | 9 | -0/+211 |