| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid emit model reset during QMenuModel destructor, to avoid crash in QML en... | Renato Araujo Oliveira Filho | 2012-10-16 | 10 | -7/+232 |
|\ |
|
| * | Merged mainline. | Renato Araujo Oliveira Filho | 2012-10-15 | 21 | -41/+236 |
| |\
| |/
|/| |
|
* | | Expose a C++ library, and separate into 3 binary packages: | Olivier Tilloy | 2012-10-15 | 21 | -41/+236 |
|\ \ |
|
| * \ | Merge the latest changes from trunk. | Olivier Tilloy | 2012-10-15 | 1 | -4/+19 |
| |\ \
| |/ /
|/| | |
|
| * | | Updated the TODO list: upon Renato’s suggestion, it would be interesting to... | Olivier Tilloy | 2012-10-11 | 1 | -0/+3 |
| * | | Merge the latest changes from trunk. | Olivier Tilloy | 2012-10-11 | 9 | -13/+37 |
| |\ \ |
|
| * | | | 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 |
| * | | | Ensure dh_makeshlibs ignores the QML module. | Olivier Tilloy | 2012-10-09 | 1 | -0/+1 |
| * | | | Add extended descriptions for all packages. | Olivier Tilloy | 2012-10-09 | 1 | -1/+8 |
| * | | | Split the package into 3 packages: libqmenumodel0, libqmenumodel-dev, qmenumo... | Olivier Tilloy | 2012-10-08 | 5 | -2/+31 |
| * | | | 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 |
| * | | | 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 |
| | | * | Merged mainline. | Renato Araujo Oliveira Filho | 2012-10-11 | 10 | -15/+53 |
| | | |\
| |_|_|/
|/| | | |
|
* | | | | 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 Flor... | Ricardo Mendoza | 2012-10-11 | 1 | -2/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Bump version for Release | Ricardo Mendoza | 2012-10-11 | 1 | -2/+6 |
|/ / / |
|
* | | | Avoid including C headers (glib/gio) in public headers; use "forward declarat... | Olivier Tilloy | 2012-10-10 | 8 | -11/+29 |
|\ \ \ |
|
| * | | | Revert to using g* types, and forward-declare them. | Olivier Tilloy | 2012-10-10 | 6 | -17/+25 |
| * | | | Avoid including C headers (glib/gio) in public headers; use "forward declarat... | Olivier Tilloy | 2012-10-09 | 8 | -28/+38 |
| |/ / |
|
* | | | Reset the navigation history when the connection to the model is lost.. Appro... | Olivier Tilloy | 2012-10-09 | 1 | -2/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | Reset the navigation history when the connection to the model is lost. | Olivier Tilloy | 2012-10-09 | 1 | -2/+12 |
|/ / |
|
| * | Added new generated test files into bzrignore. | Renato Araujo Oliveira Filho | 2012-10-11 | 1 | -0/+2 |
| * | Created unit test for crash during model destruction. | Renato Araujo Oliveira Filho | 2012-10-11 | 3 | -0/+52 |
| * | Added comments on qml file used in tests. | Renato Araujo Oliveira Filho | 2012-10-11 | 1 | -0/+2 |
| * | Fixed typo in function name. | Renato Araujo Oliveira Filho | 2012-10-10 | 1 | -1/+1 |
| * | Clenup qml file, removed debug messages and unused code. | Renato Araujo Oliveira Filho | 2012-10-10 | 1 | -7/+0 |
| * | Created a new private function "clearModel" instead of change signature of "s... | Renato Araujo Oliveira Filho | 2012-10-10 | 3 | -17/+21 |
| * | Fixed crash during model destruction in QML. | Renato Araujo Oliveira Filho | 2012-10-09 | 9 | -9/+181 |
|/ |
|
* | Port to Qt5. | Olivier Tilloy | 2012-10-05 | 24 | -133/+90 |
|\ |
|
| * | 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 |
* | | Tweaks to the structure of the code, and added example code.. Approved by Ren... | Olivier Tilloy | 2012-10-05 | 43 | -177/+571 |
|\| |
|
| * | 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 |