Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid emit signal during the model reset, this can crash qml. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | Better comment. | Olivier Tilloy | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Make the cache a pointer, to enforce const correctness. | Olivier Tilloy | 2012-12-04 | 1 | -3/+2 |
| | |||||
* | Simplify the caching mechanism using a a QHash that associates indexes (int) ↵ | Olivier Tilloy | 2012-12-03 | 1 | -4/+3 |
| | | | | to QMenuModel*. | ||||
* | Changed getLink function to not be const. | Renato Araujo Oliveira Filho | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | QMenuModel now keeps cache of any link element. | Renato Araujo Oliveira Filho | 2012-12-01 | 1 | -0/+6 |
| | |||||
* | Optimized get function code. | Renato Araujo Oliveira Filho | 2012-11-28 | 1 | -1/+1 |
| | |||||
* | Merged mainline. | Renato Araujo Oliveira Filho | 2012-11-28 | 1 | -0/+2 |
|\ | |||||
| * | Removed missing function declaration. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -1/+0 |
| | | |||||
| * | Take care of object ref internally on QMenumodel, instead of QDBusMenuModel. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -1/+0 |
| | | |||||
| * | Fixed QMenumodel behaviour when the GMenuModel is destroyed. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -0/+3 |
| | | |||||
| * | Reimplement roleNames() instead of using setRoleNames(…). | Olivier Tilloy | 2012-11-19 | 1 | -0/+1 |
| | | | | | | In Qt5, setRoleNames(…) is marked deprecated. | ||||
* | | Created auxiliary functions. To allows access the model data from JavaScript; | Renato Araujo Oliveira Filho | 2012-11-13 | 1 | -0/+7 |
|/ | |||||
* | Merged mainline. | Renato Araujo Oliveira Filho | 2012-10-11 | 1 | -3/+4 |
|\ | |||||
| * | Revert to using g* types, and forward-declare them. | Olivier Tilloy | 2012-10-10 | 1 | -2/+5 |
| | | | | | | This is more future-proof. | ||||
| * | Avoid including C headers (glib/gio) in public headers; use "forward ↵ | Olivier Tilloy | 2012-10-09 | 1 | -5/+3 |
| | | | | | | | | declarations" instead. | ||||
* | | Created a new private function "clearModel" instead of change signature of ↵ | Renato Araujo Oliveira Filho | 2012-10-10 | 1 | -1/+2 |
| | | | | | | | | "setModel" function. | ||||
* | | Fixed crash during model destruction in QML. | Renato Araujo Oliveira Filho | 2012-10-09 | 1 | -1/+1 |
|/ | |||||
* | Rename the source directories. | Olivier Tilloy | 2012-10-04 | 1 | -0/+66 |