Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the qmltests test imports, at leastcorrect-1-0 | Dalton Durst | 2022-02-01 | 1 | -45/+16 |
| | | | | | | | | | | | The loadmodule.qml and loadmodule2.qml files never actually loaded in their views but the test case was still passing. I wasn't able to discern what the tests were actually supposed to do when they were working. Therefore, I removed the majority of the tests and just made sure the import for qmenumodel is working. At least it does *something* now, I guess. | ||||
* | Move glib includes outside of extern "C" | Luca Weiss | 2021-05-17 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | Recent glib versions throw this error otherwise: In file included from /usr/include/glib-2.0/glib/gatomic.h:31, from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22: /usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage 56 | template<typename _Tp, _Tp __v> | ^~~~~~~~ /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here 21 | extern "C" { | ^~~~~~~~~~ | ||||
* | Updated debian package to use debhelper instead of cdbs. | Renato Araujo Oliveira Filho | 2012-11-07 | 1 | -3/+1 |
|\ | | | | | Approved by Olivier Tilloy. | ||||
| * | Removed QtTestGui include from tests. | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -1/+1 |
| | | |||||
| * | Removed show widgets functions to avoid problems in the auto builder. | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -2/+0 |
| | | |||||
* | | Fixed tests code to avoid crash if dbus session is not avaliable. | Renato Araujo Oliveira Filho | 2012-11-02 | 1 | -2/+1 |
|/ | |||||
* | Created unit test for crash during model destruction. | Renato Araujo Oliveira Filho | 2012-10-11 | 1 | -0/+29 |
| | |||||
* | Fixed typo in function name. | Renato Araujo Oliveira Filho | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Fixed crash during model destruction in QML. | Renato Araujo Oliveira Filho | 2012-10-09 | 1 | -0/+91 |