aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed files missing license header.Renato Araujo Oliveira Filho2013-01-318-0/+114
|
* releasing version 0.2.5.Renato Araujo Oliveira Filho2013-01-151-0/+6
|\ | | | | Approved by Renato Araujo Oliveira Filho, Bill Filler.
| * Fixed changelog.Renato Araujo Oliveira Filho2013-01-141-2/+1
| |
| * releasing version 0.2.5Renato Araujo Oliveira Filho2013-01-141-0/+7
| |
* | Fixed "invokeMethod" call to use only the method name instead of full signature.Renato Araujo Oliveira Filho2013-01-151-1/+1
|\ \ | |/ |/| Approved by Bill Filler.
| * Fixed "invokeMethod" call to use only the method name instead of full signature.Renato Araujo Oliveira Filho2013-01-141-1/+1
| |
* | releasing version 0.2.4.Renato Araujo Oliveira Filho2013-01-141-0/+7
|\| | | | | Approved by Gustavo Pichorim Boiko.
| * releasing version 0.2.4Renato Araujo Oliveira Filho2013-01-141-0/+7
|/
* Implemented QMenuModel as tree model.Renato Araujo Oliveira Filho2013-01-149-320/+622
|\ | | | | | | | | Sections and SubMenus are exported as tree. Fixes: https://bugs.launchpad.net/bugs/1090305. Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
| * Used 'invokeMethod' to call slot, to make the code simple.Renato Araujo Oliveira Filho2013-01-141-13/+9
| |
| * 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
|\ \ | | | | | | Approved by Gustavo Pichorim Boiko, PS Jenkins bot.
| * | 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
|\ \ | | | | | | Approved by PS Jenkins bot, Bill Filler.
| * | 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
|\ \ | | | | | | | | | | | | is called. Fixes: https://bugs.launchpad.net/bugs/1090305. Approved by Gustavo Pichorim Boiko, Lars Uebernickel, PS Jenkins bot.
| | * 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
| | | | | | | | | | | | Removed debug messages. Fixed tests to work with new tree model structure.
| | * 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
| | | | | | Try to keep the module unchanged until the function begin[Insert|Remove]Rows is called.
| * 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
| | | | | | Used Q_EMIT keywork for signals.
| * 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
|\ | | | | Approved by Bill Filler.
| * 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
|\ | | | | Approved by PS Jenkins bot, Bill Filler.
| * Fixed model disconnect function.Renato Araujo Oliveira Filho2012-12-111-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 Filho2012-12-112-4/+7
|\ | | | | Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
| * 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
|\ | | | | Approved by Bill Filler.
| * 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
|\ | | | | Approved by Bill Filler, PS Jenkins bot.
| * 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
|\ | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * Implemented conversion for GVariant and Arrays.Renato Araujo Oliveira Filho2012-12-071-2/+12
|/
* releasing version 0.2.Olivier Tilloy2012-12-041-0/+6
|\ | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * releasing version 0.2Olivier Tilloy2012-12-041-0/+6
|/
* Cache sub-menus.Olivier Tilloy2012-12-045-15/+261
|\ | | | | Approved by Renato Araujo Oliveira Filho, PS Jenkins bot.
| * 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 ↵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
| |