Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | Approved by PS Jenkins bot, Bill Filler. | ||||
| * | Fixed model disconnect function. | Renato Araujo Oliveira Filho | 2012-12-11 | 1 | -0/+1 |
|/ | | | Set the model null during the disconnection will make sure that the model was cleared and the new call of connect will populate the model again. | ||||
* | Avoid emit signal during the model reset, this can crash qml. | Renato Araujo Oliveira Filho | 2012-12-11 | 2 | -4/+7 |
|\ | | | | | Approved by PS Jenkins bot, Gustavo Pichorim Boiko. | ||||
| * | 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 |
|\ | | | | | Approved by Bill Filler. | ||||
| * | 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 |
|\ | | | | | Approved by Bill Filler, PS Jenkins bot. | ||||
| * | 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 |
|\ | | | | | Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | 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 |
|\ | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | releasing version 0.2 | Olivier Tilloy | 2012-12-04 | 1 | -0/+6 |
|/ | |||||
* | Cache sub-menus. | Olivier Tilloy | 2012-12-04 | 5 | -15/+261 |
|\ | | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot. | ||||
| * | 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 ↵ | Olivier Tilloy | 2012-12-04 | 1 | -6/+34 |
| | | | | | | | | insertions and removals. | ||||
| * | 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 |
| | | | | | | | | to QMenuModel*. | ||||
| * | 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 |
|\ | | | | | Approved by PS Jenkins bot, Lars Uebernickel. | ||||
| * | releasing version 0.1.9 | Renato Araujo Oliveira Filho | 2012-11-29 | 1 | -0/+7 |
|/ | |||||
* | Created auxiliary functions. To allows access the model data from JavaScript;. | Renato Araujo Oliveira Filho | 2012-11-29 | 3 | -0/+84 |
|\ | | | | | Approved by Olivier Tilloy, PS Jenkins bot. | ||||
| * | Used a shorter QObject::connect signature. | Renato Araujo Oliveira Filho | 2012-11-29 | 1 | -3/+3 |
| | | |||||
| * | Created unit test for get data function. | Renato Araujo Oliveira Filho | 2012-11-28 | 1 | -0/+38 |
| | | |||||
| * | Optimized get function code. | Renato Araujo Oliveira Filho | 2012-11-28 | 2 | -10/+9 |
| | | |||||
| * | Merged mainline. | Renato Araujo Oliveira Filho | 2012-11-28 | 19 | -57/+201 |
| |\ | |/ |/| | |||||
* | | releasing version 0.1.8. | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -0/+15 |
|\ \ | | | | | | | Approved by Ricardo Mendoza. | ||||
| * | | releasing version 0.1.8 | Renato Araujo Oliveira Filho | 2012-11-23 | 1 | -0/+15 |
|/ / | |||||
* | | Fixed QMenumodel behavior when the GMenuModel is destroyed. | Renato Araujo Oliveira Filho | 2012-11-23 | 5 | -8/+24 |
|\ \ | | | | | | | Approved by Lars Uebernickel, PS Jenkins bot. | ||||
| * | | Removed missing function declaration. | Renato Araujo Oliveira Filho | 2012-11-23 | 2 | -7/+2 |
| | | | |||||
| * | | Take care of object ref internally on QMenumodel, instead of QDBusMenuModel. | Renato Araujo Oliveira Filho | 2012-11-23 | 4 | -40/+7 |
| | | | |||||
| * | | Replaced 'reinterpret_cast' for gobject cast when possible. | Renato Araujo Oliveira Filho | 2012-11-23 | 2 | -5/+5 |
| | | | |||||
| * | | Merged mainline. | Renato Araujo Oliveira Filho | 2012-11-23 | 6 | -4/+68 |
| |\ \ | |||||
| * | | | Fixed QMenumodel behaviour when the GMenuModel is destroyed. | Renato Araujo Oliveira Filho | 2012-11-23 | 5 | -2/+56 |
| | | | | |||||
* | | | | Removed QAction dependency from QStateAction. | Renato Araujo Oliveira Filho | 2012-11-23 | 9 | -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 Filho | 2012-11-23 | 5 | -13/+26 |
| | | | | |||||
| * | | | Added docs on new functions. | Renato Araujo Oliveira Filho | 2012-11-22 | 1 | -5/+14 |
| | | | | |||||
| * | | | Removed QAction dependecy from QStateAction. | Renato Araujo Oliveira Filho | 2012-11-22 | 5 | -24/+31 |
| |/ / | | | | | | | | | | Exported activate function on QStateAction. | ||||
* | | | Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml. | Renato Araujo Oliveira Filho | 2012-11-23 | 2 | -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 Filho | 2012-11-22 | 2 | -1/+8 |
| |/ / | | | | | | | | | | OBS: The default value is On. |