| Commit message (Expand) | Author | Age | Files | Lines |
* | Small performance improvement: don't match the bus path. | Thiago Macieira | 2009-11-24 | 1 | -3/+2 |
|
|
* | Doc: Update the documentation for the serviceOwnerChanged signal. | Thiago Macieira | 2009-11-24 | 1 | -0/+6 |
|
|
* | Fix the detection of when this process gets names on the bus. | Thiago Macieira | 2009-11-24 | 2 | -12/+11 |
|
|
* | Revert "Disable the deprecation warning for this signal since we're using it ... | Thiago Macieira | 2009-11-24 | 1 | -0/+5 |
|
|
* | Revert "Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus... | Thiago Macieira | 2009-11-24 | 1 | -3/+0 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-11-19 | 1 | -2/+2 |
|\ |
|
| * | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -2/+2 |
|
|
* | | Remember to match the actual arguments too. | Thiago Macieira | 2009-11-19 | 2 | -0/+20 |
|
|
* | | Disable the deprecation warning for this signal since we're using it now | Thiago Macieira | 2009-11-19 | 1 | -5/+0 |
|
|
* | | Revert "Stop using the NameOwnerChanged signal without arg0 in QtDBus itself" | Thiago Macieira | 2009-11-19 | 1 | -0/+3 |
|/ |
|
* | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-11-09 | 2 | -6/+10 |
|\ |
|
| * | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-06 | 2 | -6/+6 |
| |\ |
|
| | * | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-05 | 1 | -5/+5 |
| | |\ |
|
| | | * | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -5/+5 |
|
|
| | * | | Merge commit 'origin/4.6' into 4.6 | Olivier Goffart | 2009-11-04 | 9 | -166/+803 |
| | |\ \
| | | |/ |
|
| | * | | One signal/slot connection is enough, when exporting N signals to DBus | David Faure | 2009-10-30 | 1 | -1/+1 |
|
|
| * | | | compile fix for QDBusServiceWatcher with namespaced Qt | hjk | 2009-11-06 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Let QDBusInterface work even if the introspection failed. | Thiago Macieira | 2009-11-09 | 1 | -2/+4 |
|
|
* | | | Fix annotations added for complex types in signals. | Thiago Macieira | 2009-11-08 | 1 | -1/+1 |
|
|
* | | | Fix enabling of level 2 debugging in QtDBus | Thiago Macieira | 2009-11-08 | 1 | -1/+2 |
|/ / |
|
* | | Doc: add documentation for QDBusServiceWatcher class. | Thiago Macieira | 2009-10-28 | 1 | -0/+163 |
|
|
* | | Add QDBusServiceWatcher class. | Thiago Macieira | 2009-10-28 | 3 | -69/+393 |
|
|
* | | Add a warning to user's connecting to serviceOwnerChanged directly | Thiago Macieira | 2009-10-28 | 1 | -1/+7 |
|
|
* | | Stop using the NameOwnerChanged signal without arg0 in QtDBus itself | Thiago Macieira | 2009-10-28 | 3 | -4/+37 |
|
|
* | | Move the bulk of the signal connecting/disconnecting code to QDBusConnectionP... | Thiago Macieira | 2009-10-28 | 3 | -60/+82 |
|
|
* | | Fix the use of the owner when connecting the service "watcher". | Thiago Macieira | 2009-10-28 | 2 | -3/+10 |
|
|
* | | Use the new argument-based rule-matching in QDBusAbstractInterface. | Thiago Macieira | 2009-10-28 | 1 | -6/+22 |
|
|
* | | Add new public API to QDBusConnection for connecting with string | Thiago Macieira | 2009-10-28 | 2 | -22/+78 |
|
|
* | | Add the ability for the match-rule builder to add argument matching. | Thiago Macieira | 2009-10-28 | 3 | -6/+16 |
|/ |
|
* | 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 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|