Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Unity* symbols | Robert Tari | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Use CoverageReport from cmake-extras | Marius Gripsgard | 2020-08-15 | 1 | -0/+12 |
| | | | | This gives us a much better coverage reports | ||||
* | unset actions model in destructor | Nick Dedekind | 2014-06-30 | 1 | -0/+1 |
| | |||||
* | Make sure the right qt modules are loaded to make QMenuModel tests pass | Lars Uebernickel | 2013-08-27 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -3/+1 |
| | | | | Removed debug messages. Fixed tests to work with new tree model structure. | ||||
* | Implmeneted QMenuModel as tree model. | Renato Araujo Oliveira Filho | 2013-01-03 | 1 | -3/+5 |
| | |||||
* | Fixed model changes and singal. | Renato Araujo Oliveira Filho | 2012-12-16 | 1 | -0/+1 |
| | | | Try to keep the module unchanged until the function begin[Insert|Remove]Rows is called. | ||||
* | QMenuModel now keeps cache of any link element. | Renato Araujo Oliveira Filho | 2012-12-01 | 1 | -0/+1 |
| | |||||
* | Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml. | Renato Araujo Oliveira Filho | 2012-11-22 | 1 | -1/+7 |
| | | | | OBS: The default value is On. | ||||
* | Merged 'lp:~renatofilho/girden/debian-dh' branch. | Renato Araujo Oliveira Filho | 2012-11-07 | 1 | -1/+1 |
|\ | |||||
| * | Uses "QT_QPA_PLATFORM=minimal" to run qt tests. | Renato Araujo Oliveira Filho | 2012-11-01 | 1 | -2/+1 |
| | | |||||
| * | Revert last commit. | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -0/+1 |
| | | |||||
| * | Reverted use of xvfb for tests. (Does not work with opengl) | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -1/+0 |
| | | |||||
| * | Added xvfb option on cmake to enable run tests without X running. | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -0/+1 |
| | | |||||
* | | Updated tests make file to outpu xml results files. | Renato Araujo Oliveira Filho | 2012-11-07 | 1 | -1/+1 |
|/ | |||||
* | Fixed crash during model destruction in QML. | Renato Araujo Oliveira Filho | 2012-10-09 | 1 | -1/+4 |
| | |||||
* | Use the automoc feature to simplify a lot the build system. | Olivier Tilloy | 2012-10-05 | 1 | -25/+7 |
| | |||||
* | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 1 | -2/+5 |
| | | | To compile and test, one needs to install the qt5-meta-minimal package from the Canonical Qt5 Edgers PPA (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1). This installs Qt5 in /opt/qt5/. cmake needs to be invoked with CMAKE_PREFIX_PATH=/opt/qt5/lib/cmake, and /opt/qt5/bin needs to be added to $PATH. | ||||
* | Rename the source directories. | Olivier Tilloy | 2012-10-04 | 1 | -3/+3 |
| | |||||
* | Created function to convert from QVariant to GVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 1 | -0/+22 |
| | | | | Moved QStateAction controler from QACtionGroup. | ||||
* | Added QML documentation. | Renato Araujo Oliveira Filho | 2012-09-12 | 1 | -0/+1 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+46 |
Create unit test for qmenumodel library. |