aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged mainline.Renato Araujo Oliveira Filho2013-01-115-0/+95
|\
| * Added missing license header. Fixes: https://bugs.launchpad.net/bugs/1097080.Renato Araujo Oliveira Filho2013-01-115-0/+95
| |\
| | * Added missing license header.Renato Araujo Oliveira Filho2013-01-115-0/+95
| |/
* | Merged mainline.Renato Araujo Oliveira Filho2013-01-111-0/+7
|\|
| * releasing version 0.2.3.Renato Araujo Oliveira Filho2012-12-171-0/+7
| |\
| | * releasing version 0.2.3Renato Araujo Oliveira Filho2012-12-171-0/+7
| |/
| * Try to keep the module unchanged until the function begin[Insert|Remove]Rows ...Renato Araujo Oliveira Filho2012-12-175-42/+322
| |\
* | | Removed the use of Qt Widgets from tests.Renato Araujo Oliveira Filho2013-01-111-1/+1
* | | Fixed item removal and insertion.Renato Araujo Oliveira Filho2013-01-107-165/+63
* | | Implmeneted QMenuModel as tree model.Renato Araujo Oliveira Filho2013-01-039-272/+680
| |/ |/|
* | Added missing test.Renato Araujo Oliveira Filho2012-12-171-0/+231
* | Fixed model changes and singal.Renato Araujo Oliveira Filho2012-12-164-35/+81
* | Removed keywords from VIRTUAL functions.Renato Araujo Oliveira Filho2012-12-151-4/+4
* | Only checks for row index in cache.Renato Araujo Oliveira Filho2012-12-141-8/+6
* | Avoid change rowCount value outside of BeginModel[Insert|Remove|Reset] functionsRenato Araujo Oliveira Filho2012-12-142-7/+12
|/
* fix release number and formatting.Bill Filler2012-12-121-0/+6
|\
| * releasing version 0.2.2Bill Filler2012-12-111-0/+6
|/
* Fixed model disconnect function. Fixes: https://bugs.launchpad.net/bugs/1088518.Renato Araujo Oliveira Filho2012-12-111-0/+1
|\
| * Fixed model disconnect function.Renato Araujo Oliveira Filho2012-12-111-0/+1
|/
* Avoid emit signal during the model reset, this can crash qml.Renato Araujo Oliveira Filho2012-12-112-4/+7
|\
| * Avoid emit signal during the model reset, this can crash qml.Renato Araujo Oliveira Filho2012-12-112-4/+7
|/
* Fixed crash during model changes.Renato Araujo Oliveira Filho2012-12-111-2/+5
|\
| * Fixed crash during model changes.Renato Araujo Oliveira Filho2012-12-111-2/+5
|/
* releasing version 0.2.1.Renato Araujo Oliveira Filho2012-12-101-0/+6
|\
| * releasing version 0.2.1Renato Araujo Oliveira Filho2012-12-101-0/+6
|/
* Implemented conversion for GVariant and Arrays.Renato Araujo Oliveira Filho2012-12-071-2/+12
|\
| * Implemented conversion for GVariant and Arrays.Renato Araujo Oliveira Filho2012-12-071-2/+12
|/
* releasing version 0.2.Olivier Tilloy2012-12-041-0/+6
|\
| * releasing version 0.2Olivier Tilloy2012-12-041-0/+6
|/
* Cache sub-menus.Olivier Tilloy2012-12-045-15/+261
|\
| * Better comment.Olivier Tilloy2012-12-041-1/+1
| * Add myself to the list of authors.Olivier Tilloy2012-12-041-0/+1
| * Add comments to explain non-trivial cache updates.Olivier Tilloy2012-12-041-0/+3
| * Add a test to verify that normal menu items are not cached (only sub-menus are).Olivier Tilloy2012-12-041-0/+13
| * Add a test to verify that the cache is correctly updated after multiple inser...Olivier Tilloy2012-12-041-6/+34
| * 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
| * 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
|\
| * 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
|\
| * 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