Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated debian package to use debhelper instead of cdbs. | Renato Araujo Oliveira Filho | 2012-11-07 | 1 | -1/+1 |
|\ | | | | | Approved by Olivier Tilloy. | ||||
| * | Removed QtTestGui include from tests. | Renato Araujo Oliveira Filho | 2012-10-31 | 1 | -1/+1 |
| | | |||||
* | | Fixed tests code to avoid crash if dbus session is not avaliable. | Renato Araujo Oliveira Filho | 2012-11-02 | 1 | -1/+1 |
|/ | |||||
* | Call g_type_init() in the constructor for QDBusObject. | Olivier Tilloy | 2012-10-08 | 1 | -5/+0 |
| | | | This ensures it is always called where needed: clients don’t need to invoke it themselves. | ||||
* | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 1 | -0/+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. | ||||
* | Move the enums into a class that inherits QObject, so they can be exposed ↵ | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| | | | | and used directly from QML. | ||||
* | Appended comments on unit test. | Renato Araujo Oliveira Filho | 2012-09-13 | 1 | -0/+3 |
| | | | | Added 'valid' property in QStateAction. | ||||
* | Append the default licence header into source files. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+19 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+65 |
Create unit test for qmenumodel library. |