Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created unit test for QVariantMap conversion; | Renato Araujo Oliveira Filho | 2012-10-15 | 3 | -3/+22 |
| | |||||
* | Implemented conversion for QVariantMap; | Renato Araujo Oliveira Filho | 2012-10-15 | 1 | -0/+28 |
| | |||||
* | Expose a C++ library, and separate into 3 binary packages: | Olivier Tilloy | 2012-10-15 | 21 | -41/+236 |
|\ | | | | | | | | | - libqmenumodel0: C++ library - libqmenumodel-dev: development headers for the C++ library - qmenumodel-qml: QML module. Approved by Renato Araujo Oliveira Filho, jenkins. | ||||
| * | Merge the latest changes from trunk. | Olivier Tilloy | 2012-10-15 | 1 | -4/+19 |
| |\ | |/ |/| | |||||
* | | Rebuild for armhf. Approved by Florian Boucault, jenkins. | Ricardo Mendoza | 2012-10-11 | 1 | -0/+6 |
|\ \ | |||||
| * | | Rebuild for armhf | Ricardo Mendoza | 2012-10-11 | 1 | -0/+6 |
|/ / | |||||
* | | Bump version to propagate release to the corresponding PPAs. Approved by ↵ | Ricardo Mendoza | 2012-10-11 | 1 | -2/+6 |
|\ \ | | | | | | | | | | Florian Boucault. | ||||
| * | | Bump version for Release | Ricardo Mendoza | 2012-10-11 | 1 | -2/+6 |
|/ / | |||||
| * | Updated the TODO list: upon Renato’s suggestion, it would be interesting ↵ | Olivier Tilloy | 2012-10-11 | 1 | -0/+3 |
| | | | | | | | | to add a ProjectConfig.cmake file. | ||||
| * | Merge the latest changes from trunk. | Olivier Tilloy | 2012-10-11 | 9 | -13/+37 |
| |\ | |/ |/| | |||||
* | | Avoid including C headers (glib/gio) in public headers; use "forward ↵ | Olivier Tilloy | 2012-10-10 | 8 | -11/+29 |
|\ \ | | | | | | | | | | declarations" instead.. Approved by Renato Araujo Oliveira Filho, jenkins. | ||||
| * | | Revert to using g* types, and forward-declare them. | Olivier Tilloy | 2012-10-10 | 6 | -17/+25 |
| | | | | | | | | | This is more future-proof. | ||||
| * | | Avoid including C headers (glib/gio) in public headers; use "forward ↵ | Olivier Tilloy | 2012-10-09 | 8 | -28/+38 |
| | | | | | | | | | | | | declarations" instead. | ||||
* | | | Reset the navigation history when the connection to the model is lost.. ↵ | Olivier Tilloy | 2012-10-09 | 1 | -2/+12 |
|\ \ \ | |/ / |/| | | | | | Approved by Renato Araujo Oliveira Filho, jenkins. | ||||
| * | | Reset the navigation history when the connection to the model is lost. | Olivier Tilloy | 2012-10-09 | 1 | -2/+12 |
|/ / | |||||
| * | Add a changelog entry to explain the split into 3 binary packages. | Olivier Tilloy | 2012-10-09 | 1 | -0/+4 |
| | | |||||
| * | Add a C++ example that demonstrates the use of libqmenumodel. | Olivier Tilloy | 2012-10-09 | 3 | -2/+121 |
| | | |||||
| * | Update TODO list. | Olivier Tilloy | 2012-10-09 | 1 | -3/+1 |
| | | |||||
| * | Add a missing Pre-Depends field to the control file. | Olivier Tilloy | 2012-10-09 | 1 | -0/+1 |
| | | | | | | Fixes a lintian error. | ||||
| * | Ensure dh_makeshlibs ignores the QML module. | Olivier Tilloy | 2012-10-09 | 1 | -0/+1 |
| | | | | | | Fixes an error and two warnings in lintian. | ||||
| * | Add extended descriptions for all packages. | Olivier Tilloy | 2012-10-09 | 1 | -1/+8 |
| | | | | | | Fixes lintian errors. | ||||
| * | Split the package into 3 packages: libqmenumodel0, libqmenumodel-dev, ↵ | Olivier Tilloy | 2012-10-08 | 5 | -2/+31 |
| | | | | | | | | qmenumodel-qml. | ||||
| * | Ensure the model is set before advertising the status as 'Connected'. | Olivier Tilloy | 2012-10-08 | 1 | -1/+1 |
| | | |||||
| * | Use the Q_EMIT keyword to emit signals. | Olivier Tilloy | 2012-10-08 | 1 | -4/+4 |
| | | |||||
| * | Ensure libqmenumodel is linked against libglib and libgio. | Olivier Tilloy | 2012-10-08 | 1 | -0/+6 |
| | | |||||
| * | Call g_type_init() in the constructor for QDBusObject. | Olivier Tilloy | 2012-10-08 | 6 | -25/+5 |
| | | | | | | This ensures it is always called where needed: clients don’t need to invoke it themselves. | ||||
| * | Cosmetics: remove trailing spaces. | Olivier Tilloy | 2012-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add a pkgconfig file for developers. | Olivier Tilloy | 2012-10-08 | 4 | -5/+30 |
| | | |||||
| * | Install the shared library and dev headers. | Olivier Tilloy | 2012-10-08 | 1 | -0/+15 |
| | | |||||
| * | Make libqmenumodel a shared library. | Olivier Tilloy | 2012-10-08 | 2 | -2/+8 |
|/ | |||||
* | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 24 | -133/+90 |
|\ | | | | | 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 if one wants to generate the API documentation using qdoc.. Approved by Renato Araujo Oliveira Filho, jenkins. | ||||
| * | Fixed some deprecation warnings when generating the API documentation. | Olivier Tilloy | 2012-10-05 | 5 | -18/+18 |
| | | |||||
| * | Fix coverage to ignore all moc files. | Olivier Tilloy | 2012-10-05 | 1 | -1/+1 |
| | | |||||
| * | Use the automoc feature to simplify a lot the build system. | Olivier Tilloy | 2012-10-05 | 6 | -102/+16 |
| | | |||||
| * | Fix packaging for Qt5. | Olivier Tilloy | 2012-10-05 | 4 | -2/+9 |
| | | |||||
| * | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 14 | -20/+56 |
| | | | | | | 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. | ||||
* | | Tweaks to the structure of the code, and added example code.. Approved by ↵ | Olivier Tilloy | 2012-10-05 | 43 | -177/+571 |
|\| | | | | | | | Renato Araujo Oliveira Filho, jenkins. | ||||
| * | Fix source dir for documentation generation. | Olivier Tilloy | 2012-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix variant conversion on 32-bits platforms. | Olivier Tilloy | 2012-10-04 | 2 | -8/+8 |
| | | |||||
| * | Renamed source package to 'qmenumodel', and removed useless build dependencies. | Olivier Tilloy | 2012-10-04 | 2 | -7/+12 |
| | | |||||
| * | Updated ignore rules. | Olivier Tilloy | 2012-10-04 | 1 | -0/+1 |
| | | |||||
| * | Updated ignore rules. | Olivier Tilloy | 2012-10-04 | 1 | -0/+1 |
| | | |||||
| * | Do not install under "Ubuntu" prefix. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| | | |||||
| * | Ignore clicks on menu items that do not have a submenu. | Olivier Tilloy | 2012-10-04 | 1 | -2/+2 |
| | | |||||
| * | Updated TODO list. | Olivier Tilloy | 2012-10-04 | 1 | -0/+1 |
| | | |||||
| * | Updated examples/README to reflect name changes. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| | | |||||
| * | Rename the source directories. | Olivier Tilloy | 2012-10-04 | 23 | -36/+34 |
| | | |||||
| * | Add a TODO file. | Olivier Tilloy | 2012-10-04 | 1 | -0/+7 |
| | | |||||
| * | Fixed some #include statements. | Olivier Tilloy | 2012-10-04 | 6 | -7/+12 |
| | | |||||
| * | Add instructions. | Olivier Tilloy | 2012-10-04 | 1 | -0/+54 |
| | |