aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/qmenumodel.h
Commit message (Expand)AuthorAgeFilesLines
* moved events to separate file.Nick Dedekind2013-08-091-12/+1
* Glib callbacks send events through qt.Nick Dedekind2013-08-081-4/+14
* Implmeneted QMenuModel as tree model.Renato Araujo Oliveira Filho2013-01-031-38/+26
* Fixed model changes and singal.Renato Araujo Oliveira Filho2012-12-161-3/+10
* Avoid change rowCount value outside of BeginModel[Insert|Remove|Reset] functionsRenato Araujo Oliveira Filho2012-12-141-0/+1
* Avoid emit signal during the model reset, this can crash qml.Renato Araujo Oliveira Filho2012-12-111-1/+1
* Better comment.Olivier Tilloy2012-12-041-1/+1
* Make the cache a pointer, to enforce const correctness.Olivier Tilloy2012-12-041-3/+2
* Simplify the caching mechanism using a a QHash that associates indexes (int) ...Olivier Tilloy2012-12-031-4/+3
* Changed getLink function to not be const.Renato Araujo Oliveira Filho2012-12-031-1/+1
* QMenuModel now keeps cache of any link element.Renato Araujo Oliveira Filho2012-12-011-0/+6
* Optimized get function code.Renato Araujo Oliveira Filho2012-11-281-1/+1
* Merged mainline.Renato Araujo Oliveira Filho2012-11-281-0/+2
|\
| * Removed missing function declaration.Renato Araujo Oliveira Filho2012-11-231-1/+0
| * Take care of object ref internally on QMenumodel, instead of QDBusMenuModel.Renato Araujo Oliveira Filho2012-11-231-1/+0
| * Fixed QMenumodel behaviour when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-231-0/+3
| * Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-191-0/+1
* | Created auxiliary functions. To allows access the model data from JavaScript;Renato Araujo Oliveira Filho2012-11-131-0/+7
|/
* Merged mainline.Renato Araujo Oliveira Filho2012-10-111-3/+4
|\
| * Revert to using g* types, and forward-declare them.Olivier Tilloy2012-10-101-2/+5
| * Avoid including C headers (glib/gio) in public headers; use "forward declarat...Olivier Tilloy2012-10-091-5/+3
* | Created a new private function "clearModel" instead of change signature of "s...Renato Araujo Oliveira Filho2012-10-101-1/+2
* | Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-091-1/+1
|/
* Rename the source directories.Olivier Tilloy2012-10-041-0/+66