aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to verify that the cache is correctly updated after multiple ↵Olivier Tilloy2012-12-041-6/+34
| | | | insertions and removals.
* Updated comments.Olivier Tilloy2012-12-041-14/+4
|
* Compare the exact cache indexes instead of just comparing the size of the cache.Olivier Tilloy2012-12-041-15/+22
|
* Simplify test code.Olivier Tilloy2012-12-041-8/+0
|
* Remove useless include.Olivier Tilloy2012-12-041-1/+0
|
* Add myself to the list of authors.Olivier Tilloy2012-12-041-0/+1
|
* Make the cache a pointer, to enforce const correctness.Olivier Tilloy2012-12-042-25/+21
|
* Simplify the caching mechanism using a a QHash that associates indexes (int) ↵Olivier Tilloy2012-12-032-60/+31
| | | | to QMenuModel*.
* Udated ignored files list.Renato Araujo Oliveira Filho2012-12-031-0/+1
|
* Changed getLink function to not be const.Renato Araujo Oliveira Filho2012-12-032-7/+12
|
* QMenuModel now keeps cache of any link element.Renato Araujo Oliveira Filho2012-12-014-6/+245
|
* releasing version 0.1.9.Renato Araujo Oliveira Filho2012-11-291-0/+7
|\ | | | | Approved by PS Jenkins bot, Lars Uebernickel.
| * releasing version 0.1.9Renato Araujo Oliveira Filho2012-11-291-0/+7
|/
* Created auxiliary functions. To allows access the model data from JavaScript;.Renato Araujo Oliveira Filho2012-11-293-0/+84
|\ | | | | Approved by Olivier Tilloy, PS Jenkins bot.
| * Used a shorter QObject::connect signature.Renato Araujo Oliveira Filho2012-11-291-3/+3
| |
| * Created unit test for get data function.Renato Araujo Oliveira Filho2012-11-281-0/+38
| |
| * Optimized get function code.Renato Araujo Oliveira Filho2012-11-282-10/+9
| |
| * Merged mainline.Renato Araujo Oliveira Filho2012-11-2819-57/+201
| |\ | |/ |/|
* | releasing version 0.1.8.Renato Araujo Oliveira Filho2012-11-231-0/+15
|\ \ | | | | | | Approved by Ricardo Mendoza.
| * | releasing version 0.1.8Renato Araujo Oliveira Filho2012-11-231-0/+15
|/ /
* | Fixed QMenumodel behavior when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-235-8/+24
|\ \ | | | | | | 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-234-40/+7
| | |
| * | Replaced 'reinterpret_cast' for gobject cast when possible.Renato Araujo Oliveira Filho2012-11-232-5/+5
| | |
| * | Merged mainline.Renato Araujo Oliveira Filho2012-11-236-4/+68
| |\ \
| * | | Fixed QMenumodel behaviour when the GMenuModel is destroyed.Renato Araujo Oliveira Filho2012-11-235-2/+56
| | | |
* | | | Removed QAction dependency from QStateAction.Renato Araujo Oliveira Filho2012-11-239-36/+65
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Exported activate function on QStateAction. Approved by Ugo Riboni, PS Jenkins bot.
| * | | Create unit test for name property and activate function.Renato Araujo Oliveira Filho2012-11-235-13/+26
| | | |
| * | | Added docs on new functions.Renato Araujo Oliveira Filho2012-11-221-5/+14
| | | |
| * | | Removed QAction dependecy from QStateAction.Renato Araujo Oliveira Filho2012-11-225-24/+31
| |/ / | | | | | | | | | Exported activate function on QStateAction.
* | | Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml.Renato Araujo Oliveira Filho2012-11-232-1/+8
|\ \ \ | | | | | | | | | | | | | | | | OBS: The default value is On. Approved by Michael Zanetti, PS Jenkins bot.
| * | | Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml.Renato Araujo Oliveira Filho2012-11-222-1/+8
| |/ / | | | | | | | | | OBS: The default value is On.
* | | Implemented support to tuple conversions.Renato Araujo Oliveira Filho2012-11-234-3/+60
|\ \ \ | |/ / |/| | Approved by PS Jenkins bot.
| * | 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-224-3/+60
|/ /
* | Fixed memory leak after the service disappear.Renato Araujo Oliveira Filho2012-11-221-0/+5
|\ \ | | | | | | Approved by Olivier Tilloy, PS Jenkins bot.
| * | 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-202-9/+15
|\ \ | | | | | | | | | | | | In Qt5, setRoleNames(…) is marked deprecated. Approved by Renato Araujo Oliveira Filho.
| * | Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-192-9/+15
|/ / | | | | In Qt5, setRoleNames(…) is marked deprecated.
* | releasing version 0.1.7.Olivier Tilloy2012-11-151-0/+9
|\ \ | | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * | releasing version 0.1.7Olivier Tilloy2012-11-141-0/+9
|/ /
| * Created auxiliary functions. To allows access the model data from JavaScript;Renato Araujo Oliveira Filho2012-11-132-0/+47
|/
* Updates to get coverage and test results in jenkins.Renato Araujo Oliveira Filho2012-11-084-10/+12
|\ | | | | Approved by Sergio Schvezov.
| * Merged 'lp:~renatofilho/girden/debian-dh'.Renato Araujo Oliveira Filho2012-11-071-2/+3
| |\
| | * Make the rule 'make check' always enabled.Renato Araujo Oliveira Filho2012-11-071-2/+3
| | |
| * | Merged mainline.Renato Araujo Oliveira Filho2012-11-070-0/+0
| |\ \ | |/ / |/| |
* | | Updated debian package to use debhelper instead of cdbs.Renato Araujo Oliveira Filho2012-11-0710-19/+33
|\ \ \ | | |/ | |/| Approved by Olivier Tilloy.