Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -0/+1 |
* | Use dbus_threads_init_default instead of QMutex wrappers | Thiago Macieira | 2009-10-07 | 4 | -151/+4 |
* | Use the recursive mutex functions for D-Bus only. | Thiago Macieira | 2009-10-07 | 1 | -27/+5 |
* | Added operator== for QDBusArgument. | Andre Moreira Magalhaes (andrunko) | 2009-10-05 | 1 | -0/+3 |
* | Update license headers again. | Jason McDonald | 2009-09-09 | 59 | -236/+236 |
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 59 | -767/+767 |
|\ | |||||
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 59 | -767/+767 |
| * | Update license headers. | Jason McDonald | 2009-08-11 | 59 | -59/+59 |
* | | Revert "Remove a global destructor from QtDBus." | Thiago Macieira | 2009-08-21 | 1 | -6/+4 |
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Remove a few warnings when compiling Qt and unexport some functions. | Thiago Macieira | 2009-08-20 | 1 | -1/+1 |
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-08-19 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Remove a global destructor from QtDBus. | Thiago Macieira | 2009-08-18 | 1 | -4/+6 |
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -5/+5 |
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 59 | -59/+59 |
|\ \ \ | |/ / | |||||
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 59 | -59/+59 |
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 4 | -4/+4 |
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 4 | -4/+4 |
|\ \ \ | |||||
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 4 | -4/+4 |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 20 | -315/+750 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Merge branch '4.5' | Thiago Macieira | 2009-07-22 | 1 | -11/+2 |
| |\ \ | | |/ | |||||
| | * | Fix handling of invalid object paths and signatures in release mode. | Thiago Macieira | 2009-07-22 | 1 | -11/+2 |
| * | | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| * | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-03 | 1 | -1/+9 |
| * | | Doc: indicate that these methods are added in 4.6 | Thiago Macieira | 2009-07-02 | 1 | -0/+2 |
| * | | Merge branch 'research/qdbus-improvements' | Thiago Macieira | 2009-07-02 | 20 | -303/+737 |
| |\ \ | |||||
| | * | | Implement a support for getting return arguments out of invokeMethod | Thiago Macieira | 2009-07-02 | 1 | -8/+118 |
| | * | | Improve the code a bit more by using the variant that QMetaProperty creates. | Thiago Macieira | 2009-07-02 | 2 | -43/+29 |
| | * | | Fix setting of complex/custom properties and error messages. | Thiago Macieira | 2009-07-02 | 1 | -31/+136 |
| | * | | Use an "int status" extra parameter in property reading/writing. | Thiago Macieira | 2009-07-02 | 4 | -27/+53 |
| | * | | Avoid revalidating message parameters. | Thiago Macieira | 2009-07-02 | 6 | -31/+55 |
| | * | | Keep creation failure errors for QDBusAbstractInterface. | Thiago Macieira | 2009-07-02 | 5 | -70/+116 |
| | * | | Adapt the message-sending code to return error messages from the | Thiago Macieira | 2009-07-02 | 3 | -49/+90 |
| | * | | Add support for error messages in the D-Bus marshaller. | Thiago Macieira | 2009-07-02 | 2 | -14/+24 |
| | * | | Add central validation code to QDBusUtil. | Thiago Macieira | 2009-07-02 | 1 | -0/+68 |
| | * | | Add some new error codes for indicating invalid D-Bus parameters. | Thiago Macieira | 2009-07-02 | 2 | -2/+15 |
| | * | | Add a function to check if an interface is implemented by an object. | Thiago Macieira | 2009-07-02 | 4 | -46/+51 |
| * | | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 1 | -5/+14 |
| |\ \ \ | | |/ / | |||||
* | | | | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 2 | -5/+21 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-07-07 | 1 | -0/+7 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Add a note about this method not being safe in multithreaded contexts | Thiago Macieira | 2009-07-02 | 1 | -0/+7 |
| | | |/ | | |/| | |||||
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 59 | -123/+132 |
| |\ \ \ | | |/ / | |||||
| | * | | Don't crash in libdbus-1 because of invalid parameters. | Thiago Macieira | 2009-06-28 | 1 | -5/+14 |
* | | | | Merge commit 'qt/master-stable' into 4.6-merged | Jason Barron | 2009-06-30 | 59 | -118/+118 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 59 | -118/+118 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 59 | -118/+118 |
* | | | | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 6 | -15/+15 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s... | David Faure | 2009-06-04 | 2 | -2/+2 |
| * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 1 | -1/+0 |
| |\ \ | | |/ |