aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing changelog entry.Olivier Tilloy2012-10-181-0/+7
|
* Implemented conversion for QVariantMap;Renato Araujo Oliveira Filho2012-10-174-3/+50
|\ | | | | Created unit test for QVariantMap conversion;. Approved by Olivier Tilloy, PS Jenkins bot.
| * Used utf8 instead of latin1 on QString conversion;Renato Araujo Oliveira Filho2012-10-171-1/+1
| |
| * Used 'G_VARIANT_TYPE_VARDICT' in GVariantBuilder constructor.Renato Araujo Oliveira Filho2012-10-171-1/+1
| |
| * Merged mainline.Renato Araujo Oliveira Filho2012-10-1611-9/+234
| |\ | |/ |/|
* | releasing version 0.1.4Olivier Tilloy2012-10-161-2/+2
| |
* | Avoid emit model reset during QMenuModel destructor, to avoid crash in QML ↵Renato Araujo Oliveira Filho2012-10-1610-7/+232
|\ \ | | | | | | | | | engine.. Approved by Olivier Tilloy, PS Jenkins bot, jenkins.
| * \ Merged mainline.Renato Araujo Oliveira Filho2012-10-1521-41/+236
| |\ \ | |/ / |/| |
| * | Merged mainline.Renato Araujo Oliveira Filho2012-10-1110-15/+53
| |\ \
| * | | Added new generated test files into bzrignore.Renato Araujo Oliveira Filho2012-10-111-0/+2
| | | |
| * | | Created unit test for crash during model destruction.Renato Araujo Oliveira Filho2012-10-113-0/+52
| | | |
| * | | Added comments on qml file used in tests.Renato Araujo Oliveira Filho2012-10-111-0/+2
| | | |
| * | | Fixed typo in function name.Renato Araujo Oliveira Filho2012-10-101-1/+1
| | | |
| * | | Clenup qml file, removed debug messages and unused code.Renato Araujo Oliveira Filho2012-10-101-7/+0
| | | |
| * | | Created a new private function "clearModel" instead of change signature of ↵Renato Araujo Oliveira Filho2012-10-103-17/+21
| | | | | | | | | | | | | | | | "setModel" function.
| * | | Fixed crash during model destruction in QML.Renato Araujo Oliveira Filho2012-10-099-9/+181
| | | |
| | | * Created unit test for QVariantMap conversion;Renato Araujo Oliveira Filho2012-10-153-3/+22
| | | |
| | | * Implemented conversion for QVariantMap;Renato Araujo Oliveira Filho2012-10-151-0/+28
| |_|/ |/| |
* | | Expose a C++ library, and separate into 3 binary packages:Olivier Tilloy2012-10-1521-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 Tilloy2012-10-151-4/+19
| |\ \ | |/ / |/| |
* | | Rebuild for armhf. Approved by Florian Boucault, jenkins.Ricardo Mendoza2012-10-111-0/+6
|\ \ \
| * | | Rebuild for armhfRicardo Mendoza2012-10-111-0/+6
|/ / /
* | | Bump version to propagate release to the corresponding PPAs. Approved by ↵Ricardo Mendoza2012-10-111-2/+6
|\ \ \ | | | | | | | | | | | | Florian Boucault.
| * | | Bump version for ReleaseRicardo Mendoza2012-10-111-2/+6
|/ / /
| * | Updated the TODO list: upon Renato’s suggestion, it would be interesting ↵Olivier Tilloy2012-10-111-0/+3
| | | | | | | | | | | | to add a ProjectConfig.cmake file.
| * | Merge the latest changes from trunk.Olivier Tilloy2012-10-119-13/+37
| |\ \ | |/ / |/| |
* | | Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-108-11/+29
|\ \ \ | | | | | | | | | | | | declarations" instead.. Approved by Renato Araujo Oliveira Filho, jenkins.
| * | | Revert to using g* types, and forward-declare them.Olivier Tilloy2012-10-106-17/+25
| | | | | | | | | | | | This is more future-proof.
| * | | Avoid including C headers (glib/gio) in public headers; use "forward ↵Olivier Tilloy2012-10-098-28/+38
| | |/ | |/| | | | | | | declarations" instead.
* | | Reset the navigation history when the connection to the model is lost.. ↵Olivier Tilloy2012-10-091-2/+12
|\ \ \ | |/ / |/| | | | | Approved by Renato Araujo Oliveira Filho, jenkins.
| * | Reset the navigation history when the connection to the model is lost.Olivier Tilloy2012-10-091-2/+12
|/ /
| * Add a changelog entry to explain the split into 3 binary packages.Olivier Tilloy2012-10-091-0/+4
| |
| * Add a C++ example that demonstrates the use of libqmenumodel.Olivier Tilloy2012-10-093-2/+121
| |
| * Update TODO list.Olivier Tilloy2012-10-091-3/+1
| |
| * Add a missing Pre-Depends field to the control file.Olivier Tilloy2012-10-091-0/+1
| | | | | | Fixes a lintian error.
| * Ensure dh_makeshlibs ignores the QML module.Olivier Tilloy2012-10-091-0/+1
| | | | | | Fixes an error and two warnings in lintian.
| * Add extended descriptions for all packages.Olivier Tilloy2012-10-091-1/+8
| | | | | | Fixes lintian errors.
| * Split the package into 3 packages: libqmenumodel0, libqmenumodel-dev, ↵Olivier Tilloy2012-10-085-2/+31
| | | | | | | | qmenumodel-qml.
| * Ensure the model is set before advertising the status as 'Connected'.Olivier Tilloy2012-10-081-1/+1
| |
| * Use the Q_EMIT keyword to emit signals.Olivier Tilloy2012-10-081-4/+4
| |
| * Ensure libqmenumodel is linked against libglib and libgio.Olivier Tilloy2012-10-081-0/+6
| |
| * Call g_type_init() in the constructor for QDBusObject.Olivier Tilloy2012-10-086-25/+5
| | | | | | This ensures it is always called where needed: clients don’t need to invoke it themselves.
| * Cosmetics: remove trailing spaces.Olivier Tilloy2012-10-081-1/+1
| |
| * Add a pkgconfig file for developers.Olivier Tilloy2012-10-084-5/+30
| |
| * Install the shared library and dev headers.Olivier Tilloy2012-10-081-0/+15
| |
| * Make libqmenumodel a shared library.Olivier Tilloy2012-10-082-2/+8
|/
* Port to Qt5.Olivier Tilloy2012-10-0524-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 Tilloy2012-10-055-18/+18
| |
| * Fix coverage to ignore all moc files.Olivier Tilloy2012-10-051-1/+1
| |
| * Use the automoc feature to simplify a lot the build system.Olivier Tilloy2012-10-056-102/+16
| |