aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Used a shorter QObject::connect signature.Renato Araujo Oliveira Filho2012-11-291-3/+3
|
* Optimized get function code.Renato Araujo Oliveira Filho2012-11-282-10/+9
|
* Merged mainline.Renato Araujo Oliveira Filho2012-11-288-42/+92
|\
| * Fixed QMenumodel behavior when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-233-7/+8
| |\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| | * Removed missing function declaration.Renato Araujo Oliveira Filho2012-11-232-7/+2
| | |
| | * Take care of object ref internally on QMenumodel, instead of QDBusMenuModel.Renato Araujo Oliveira Filho2012-11-233-25/+7
| | |
| | * Replaced 'reinterpret_cast' for gobject cast when possible.Renato Araujo Oliveira Filho2012-11-232-5/+5
| | |
| | * Merged mainline.Renato Araujo Oliveira Filho2012-11-231-3/+25
| | |\
| | * | Fixed QMenumodel behaviour when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-233-2/+26
| | | |
| * | | Removed QAction dependency from QStateAction.Renato Araujo Oliveira Filho2012-11-234-23/+39
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Exported activate function on QStateAction. Approved by Ugo Riboni, PS Jenkins bot.
| | * | Added docs on new functions.Renato Araujo Oliveira Filho2012-11-221-5/+14
| | | |
| | * | Removed QAction dependecy from QStateAction.Renato Araujo Oliveira Filho2012-11-224-23/+30
| | |/ | | | | | | | | | Exported activate function on QStateAction.
| * | Fixed code style.Renato Araujo Oliveira Filho2012-11-231-2/+2
| | |
| * | Only unref variant if its is valid.Renato Araujo Oliveira Filho2012-11-221-1/+1
| | |
| * | Implemented support to tuple conversions.Renato Araujo Oliveira Filho2012-11-221-3/+25
| |/
| * Avoid find children recursive during the model cleanup.Renato Araujo Oliveira Filho2012-11-221-1/+1
| |
| * Moved model children clear to clearModel function.Renato Araujo Oliveira Filho2012-11-221-5/+5
| |
| * Fixed memory leak after the service disapear.Renato Araujo Oliveira Filho2012-11-211-0/+5
| |
| * Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-192-9/+15
| | | | | | In Qt5, setRoleNames(…) is marked deprecated.
* | Created auxiliary functions. To allows access the model data from JavaScript;Renato Araujo Oliveira Filho2012-11-132-0/+47
|/
* Used utf8 instead of latin1 for strings.Renato Araujo Oliveira Filho2012-10-305-16/+16
|\
| * Replaced gchar <-> QString convertion function, from Latin1 to Utf8.Renato Araujo Oliveira Filho2012-10-302-6/+6
| |\ | | | | | | Approved by PS Jenkins bot, Olivier Tilloy.
| | * Replaced string convertion from Latin1 to Utf8.Renato Araujo Oliveira Filho2012-10-302-6/+6
| | |
* | | Created function actionActivate on QDbusActionGroup.Renato Araujo Oliveira Filho2012-10-304-3/+11
| | |
* | | Use the correct function "g_action_group_change_action_state" to change the ↵Renato Araujo Oliveira Filho2012-10-301-1/+1
|/ / | | | | | | action state.
* / Changed the 'g_bus_watch_name' flag to auto start the service;Renato Araujo Oliveira Filho2012-10-241-1/+1
|/
* Used utf8 instead of latin1 on QString conversion;Renato Araujo Oliveira Filho2012-10-171-1/+1
|
* Used 'G_VARIANT_TYPE_VARDICT' in GVariantBuilder constructor.Renato Araujo Oliveira Filho2012-10-171-1/+1
|
* Merged mainline.Renato Araujo Oliveira Filho2012-10-162-6/+14
|\
| * Merged mainline.Renato Araujo Oliveira Filho2012-10-154-9/+56
| |\
| * \ Merged mainline.Renato Araujo Oliveira Filho2012-10-118-11/+29
| |\ \
| * | | 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-093-8/+12
| | | |
* | | | Implemented conversion for QVariantMap;Renato Araujo Oliveira Filho2012-10-151-0/+28
| |_|/ |/| |
* | | Merge the latest changes from trunk.Olivier Tilloy2012-10-118-11/+25
|\ \ \ | | |/ | |/|
| * | 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.
* | Ensure the model is set before advertising the status as 'Connected'.Olivier Tilloy2012-10-081-1/+1
| |
* | Use the Q_EMIT keyword to emit signals.Olivier Tilloy2012-10-081-4/+4
| |
* | Ensure libqmenumodel is linked against libglib and libgio.Olivier Tilloy2012-10-081-0/+6
| |
* | Call g_type_init() in the constructor for QDBusObject.Olivier Tilloy2012-10-081-0/+5
| | | | | | This ensures it is always called where needed: clients don’t need to invoke it themselves.
* | Cosmetics: remove trailing spaces.Olivier Tilloy2012-10-081-1/+1
| |
* | Add a pkgconfig file for developers.Olivier Tilloy2012-10-082-5/+26
| |
* | Install the shared library and dev headers.Olivier Tilloy2012-10-081-0/+15
| |
* | Make libqmenumodel a shared library.Olivier Tilloy2012-10-081-2/+6
|/
* Fixed some deprecation warnings when generating the API documentation.Olivier Tilloy2012-10-055-18/+18
|
* Use the automoc feature to simplify a lot the build system.Olivier Tilloy2012-10-051-26/+1
|
* Port to Qt5.Olivier Tilloy2012-10-051-1/+4
| | | 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.
* Fix variant conversion on 32-bits platforms.Olivier Tilloy2012-10-041-6/+6
|
* Rename the source directories.Olivier Tilloy2012-10-0414-0/+1498