Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
| * | 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 |
| * | Minor doc fixes. | Olivier Tilloy | 2012-10-04 | 3 | -2/+5 |
| * | Merged back doc fixes from Renato. | Olivier Tilloy | 2012-10-04 | 2 | -0/+19 |
| |\ | |/ |/| | |||||
* | | Created doc source dir. | Renato Araujo Oliveira Filho | 2012-10-04 | 2 | -0/+19 |
| * | Replace #include statements with forward declarations in converter.h. | Olivier Tilloy | 2012-10-04 | 3 | -2/+11 |
| * | Remove useless code from the Converter namespace. | Olivier Tilloy | 2012-10-04 | 2 | -9/+5 |
| * | Add examples. | Olivier Tilloy | 2012-10-04 | 4 | -0/+267 |
| * | Remove a leftover dependency. | Olivier Tilloy | 2012-10-04 | 2 | -2/+2 |
| * | Removed leftover examples infrastructure. | Olivier Tilloy | 2012-10-04 | 4 | -8/+0 |
| * | Fix a typo. | Olivier Tilloy | 2012-10-04 | 2 | -3/+3 |
| * | Move the enums into a class that inherits QObject, so they can be exposed and... | Olivier Tilloy | 2012-10-04 | 13 | -76/+121 |
| * | Fix signal parameter type, unaccessible in QMl otherwise. | Olivier Tilloy | 2012-10-04 | 1 | -2/+2 |
| * | Fix a typo. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| * | Remove the implementation of columnCount. | Olivier Tilloy | 2012-10-04 | 3 | -15/+0 |
| * | Fix a typo. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| * | Updated ignore rules. | Olivier Tilloy | 2012-10-04 | 1 | -0/+7 |
| * | Add ignore rules. | Olivier Tilloy | 2012-10-02 | 1 | -0/+18 |
|/ | |||||
* | Fixed action state initialization. | Renato Araujo Oliveira Filho | 2012-09-14 | 4 | -35/+58 |
* | Created function to convert from QVariant to GVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 11 | -125/+277 |
* | Renamed Converter::parseGVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 4 | -5/+5 |
* | Appended comments on unit test. | Renato Araujo Oliveira Filho | 2012-09-13 | 8 | -31/+157 |
* | Created class QStateAction to use as GAction proxy. | Renato Araujo Oliveira Filho | 2012-09-13 | 9 | -42/+148 |
* | Parse extra properties name to remove 'x-' and replace '-' to '_'. | Renato Araujo Oliveira Filho | 2012-09-12 | 3 | -11/+23 |
* | Removed invalid examples. | Renato Araujo Oliveira Filho | 2012-09-12 | 7 | -212/+0 |
* | Created debian directory. | Renato Araujo Oliveira Filho | 2012-09-12 | 5 | -0/+63 |
* | Created unit test for QDBusActionGroup. | Renato Araujo Oliveira Filho | 2012-09-12 | 2 | -0/+174 |