aboutsummaryrefslogtreecommitdiff
path: root/tests/client/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix build errorsRobert Tari2023-08-011-1/+2
|
* tests/client/CMakeLists.txt: Only enable coverage reporting if the flag is ↵Robert Tari2022-02-081-10/+11
| | | | set for it
* Fix qt5_use_modules warningRobert Tari2021-12-071-2/+8
|
* Rename Unity* symbolsRobert Tari2021-11-171-1/+1
|
* Use CoverageReport from cmake-extrasMarius Gripsgard2020-08-151-0/+12
| | | | This gives us a much better coverage reports
* unset actions model in destructorNick Dedekind2014-06-301-0/+1
|
* Make sure the right qt modules are loaded to make QMenuModel tests passLars Uebernickel2013-08-271-3/+3
|
* 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-101-3/+1
| | | | Removed debug messages. Fixed tests to work with new tree model structure.
* Implmeneted QMenuModel as tree model.Renato Araujo Oliveira Filho2013-01-031-3/+5
|
* Fixed model changes and singal.Renato Araujo Oliveira Filho2012-12-161-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 Filho2012-12-011-0/+1
|
* Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml.Renato Araujo Oliveira Filho2012-11-221-1/+7
| | | | OBS: The default value is On.
* Merged 'lp:~renatofilho/girden/debian-dh' branch.Renato Araujo Oliveira Filho2012-11-071-1/+1
|\
| * Uses "QT_QPA_PLATFORM=minimal" to run qt tests.Renato Araujo Oliveira Filho2012-11-011-2/+1
| |
| * Revert last commit.Renato Araujo Oliveira Filho2012-10-311-0/+1
| |
| * Reverted use of xvfb for tests. (Does not work with opengl)Renato Araujo Oliveira Filho2012-10-311-1/+0
| |
| * Added xvfb option on cmake to enable run tests without X running.Renato Araujo Oliveira Filho2012-10-311-0/+1
| |
* | Updated tests make file to outpu xml results files.Renato Araujo Oliveira Filho2012-11-071-1/+1
|/
* Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-091-1/+4
|
* Use the automoc feature to simplify a lot the build system.Olivier Tilloy2012-10-051-25/+7
|
* Port to Qt5.Olivier Tilloy2012-10-051-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 Tilloy2012-10-041-3/+3
|
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-141-0/+22
| | | | Moved QStateAction controler from QACtionGroup.
* Added QML documentation.Renato Araujo Oliveira Filho2012-09-121-0/+1
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-111-0/+46
Create unit test for qmenumodel library.