aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed source format.Renato Araujo Oliveira Filho2013-02-111-1/+1
|
* Added missing file (COPYING.LGPL);Renato Araujo Oliveira Filho2013-02-115-39/+30
| | | | Updated debian maintainer; Update debian scripts to follow Ubuntu standard;
* releasing version 0.2.6.Renato Araujo Oliveira Filho2013-01-311-0/+6
|\ | | | | Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
| * releasing version 0.2.6Renato Araujo Oliveira Filho2013-01-311-0/+6
| |
* | Updated to qt5 final.Renato Araujo Oliveira Filho2013-01-3112-8/+125
|\ \ | |/ |/| Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
| * Added missing dependency.Renato Araujo Oliveira Filho2013-01-311-0/+2
| |
| * Used qmake to retrieve the import dir used to install QML modules.Renato Araujo Oliveira Filho2013-01-311-3/+5
| |
| * Fixed extra '/' in the file path.Renato Araujo Oliveira Filho2013-01-311-1/+1
| |
| * Fixed missing license header.Renato Araujo Oliveira Filho2013-01-318-0/+114
| |\
| | * Fixed files missing license header.Renato Araujo Oliveira Filho2013-01-318-0/+114
| |/ |/|
| * Updated to qt5 final.Renato Araujo Oliveira Filho2013-01-184-6/+5
|/
* 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.