Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | releasing version 0.2.4. | Renato Araujo Oliveira Filho | 2013-01-14 | 1 | -0/+7 | |
|\| | ||||||
| * | releasing version 0.2.4 | Renato Araujo Oliveira Filho | 2013-01-14 | 1 | -0/+7 | |
|/ | ||||||
* | Implemented QMenuModel as tree model. | Renato Araujo Oliveira Filho | 2013-01-14 | 9 | -320/+622 | |
|\ | ||||||
| * | Used 'invokeMethod' to call slot, to make the code simple. | Renato Araujo Oliveira Filho | 2013-01-14 | 1 | -13/+9 | |
| * | Merged mainline. | Renato Araujo Oliveira Filho | 2013-01-11 | 5 | -0/+95 | |
| |\ | |/ |/| | ||||||
* | | Added missing license header. Fixes: https://bugs.launchpad.net/bugs/1097080. | Renato Araujo Oliveira Filho | 2013-01-11 | 5 | -0/+95 | |
|\ \ | ||||||
| * | | Added missing license header. | Renato Araujo Oliveira Filho | 2013-01-11 | 5 | -0/+95 | |
|/ / | ||||||
| * | Merged mainline. | Renato Araujo Oliveira Filho | 2013-01-11 | 1 | -0/+7 | |
| |\ | |/ |/| | ||||||
* | | releasing version 0.2.3. | Renato Araujo Oliveira Filho | 2012-12-17 | 1 | -0/+7 | |
|\ \ | ||||||
| * | | releasing version 0.2.3 | Renato Araujo Oliveira Filho | 2012-12-17 | 1 | -0/+7 | |
|/ / | ||||||
* | | Try to keep the module unchanged until the function begin[Insert|Remove]Rows ... | Renato Araujo Oliveira Filho | 2012-12-17 | 5 | -42/+322 | |
|\ \ | ||||||
| | * | Removed the use of Qt Widgets from tests. | Renato Araujo Oliveira Filho | 2013-01-11 | 1 | -1/+1 | |
| | * | Fixed item removal and insertion. | Renato Araujo Oliveira Filho | 2013-01-10 | 7 | -165/+63 | |
| | * | Implmeneted QMenuModel as tree model. | Renato Araujo Oliveira Filho | 2013-01-03 | 9 | -272/+680 | |
| |/ | ||||||
| * | Added missing test. | Renato Araujo Oliveira Filho | 2012-12-17 | 1 | -0/+231 | |
| * | Fixed model changes and singal. | Renato Araujo Oliveira Filho | 2012-12-16 | 4 | -35/+81 | |
| * | Removed keywords from VIRTUAL functions. | Renato Araujo Oliveira Filho | 2012-12-15 | 1 | -4/+4 | |
| * | Only checks for row index in cache. | Renato Araujo Oliveira Filho | 2012-12-14 | 1 | -8/+6 | |
| * | Avoid change rowCount value outside of BeginModel[Insert|Remove|Reset] functions | Renato Araujo Oliveira Filho | 2012-12-14 | 2 | -7/+12 | |
|/ | ||||||
* | fix release number and formatting. | Bill Filler | 2012-12-12 | 1 | -0/+6 | |
|\ | ||||||
| * | releasing version 0.2.2 | Bill Filler | 2012-12-11 | 1 | -0/+6 | |
|/ | ||||||
* | Fixed model disconnect function. Fixes: https://bugs.launchpad.net/bugs/1088518. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -0/+1 | |
|\ | ||||||
| * | Fixed model disconnect function. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -0/+1 | |
|/ | ||||||
* | Avoid emit signal during the model reset, this can crash qml. | Renato Araujo Oliveira Filho | 2012-12-11 | 2 | -4/+7 | |
|\ | ||||||
| * | Avoid emit signal during the model reset, this can crash qml. | Renato Araujo Oliveira Filho | 2012-12-11 | 2 | -4/+7 | |
|/ | ||||||
* | Fixed crash during model changes. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -2/+5 | |
|\ | ||||||
| * | Fixed crash during model changes. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -2/+5 | |
|/ | ||||||
* | releasing version 0.2.1. | Renato Araujo Oliveira Filho | 2012-12-10 | 1 | -0/+6 | |
|\ | ||||||
| * | releasing version 0.2.1 | Renato Araujo Oliveira Filho | 2012-12-10 | 1 | -0/+6 | |
|/ | ||||||
* | Implemented conversion for GVariant and Arrays. | Renato Araujo Oliveira Filho | 2012-12-07 | 1 | -2/+12 | |
|\ | ||||||
| * | Implemented conversion for GVariant and Arrays. | Renato Araujo Oliveira Filho | 2012-12-07 | 1 | -2/+12 | |
|/ | ||||||
* | releasing version 0.2. | Olivier Tilloy | 2012-12-04 | 1 | -0/+6 | |
|\ | ||||||
| * | releasing version 0.2 | Olivier Tilloy | 2012-12-04 | 1 | -0/+6 | |
|/ | ||||||
* | Cache sub-menus. | Olivier Tilloy | 2012-12-04 | 5 | -15/+261 | |
|\ | ||||||
| * | Better comment. | Olivier Tilloy | 2012-12-04 | 1 | -1/+1 | |
| * | Add myself to the list of authors. | Olivier Tilloy | 2012-12-04 | 1 | -0/+1 | |
| * | Add comments to explain non-trivial cache updates. | Olivier Tilloy | 2012-12-04 | 1 | -0/+3 | |
| * | Add a test to verify that normal menu items are not cached (only sub-menus are). | Olivier Tilloy | 2012-12-04 | 1 | -0/+13 | |
| * | Add a test to verify that the cache is correctly updated after multiple inser... | Olivier Tilloy | 2012-12-04 | 1 | -6/+34 | |
| * | Updated comments. | Olivier Tilloy | 2012-12-04 | 1 | -14/+4 | |
| * | Compare the exact cache indexes instead of just comparing the size of the cache. | Olivier Tilloy | 2012-12-04 | 1 | -15/+22 | |
| * | Simplify test code. | Olivier Tilloy | 2012-12-04 | 1 | -8/+0 | |
| * | Remove useless include. | Olivier Tilloy | 2012-12-04 | 1 | -1/+0 | |
| * | Add myself to the list of authors. | Olivier Tilloy | 2012-12-04 | 1 | -0/+1 | |
| * | Make the cache a pointer, to enforce const correctness. | Olivier Tilloy | 2012-12-04 | 2 | -25/+21 | |
| * | Simplify the caching mechanism using a a QHash that associates indexes (int) ... | Olivier Tilloy | 2012-12-03 | 2 | -60/+31 | |
| * | Udated ignored files list. | Renato Araujo Oliveira Filho | 2012-12-03 | 1 | -0/+1 | |
| * | Changed getLink function to not be const. | Renato Araujo Oliveira Filho | 2012-12-03 | 2 | -7/+12 | |
| * | QMenuModel now keeps cache of any link element. | Renato Araujo Oliveira Filho | 2012-12-01 | 4 | -6/+245 | |
|/ | ||||||
* | releasing version 0.1.9. | Renato Araujo Oliveira Filho | 2012-11-29 | 1 | -0/+7 | |
|\ |