| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
* | Revert "Add support for creating the object alongside the Data structure in Q... | Thiago Macieira | 2009-07-02 | 2 | -147/+2 |
|
|
* | These files don't have to have CRLF line-termination. | Thiago Macieira | 2009-07-02 | 3 | -16/+14 |
|
|
* | Experimental: allow QSharedPointer to be used with forward declarations that ... | Thiago Macieira | 2009-07-02 | 9 | -13/+224 |
|
|
* | Add support for creating the object alongside the Data structure in | Thiago Macieira | 2009-07-02 | 2 | -2/+147 |
|
|
* | Add qobject_cast for QSharedPointer. | Thiago Macieira | 2009-07-02 | 4 | -0/+233 |
|
|
* | Use the safe versions of the network system calls I have just added. | Thiago Macieira | 2009-07-02 | 7 | -49/+88 |
|
|
* | Add the support for the EINTR- and CLOEXEC-safe network calls too. | Thiago Macieira | 2009-07-02 | 2 | -1/+155 |
|
|
* | Port gui/embedded to the EINTR-safe functions. | Thiago Macieira | 2009-07-02 | 20 | -84/+118 |
|
|
* | Add a properly-safe version of select(2). | Thiago Macieira | 2009-07-02 | 4 | -90/+165 |
|
|
* | Port QProcess to use the EINTR-safe and thread-safe functions | Thiago Macieira | 2009-07-02 | 1 | -148/+65 |
|
|
* | Use the safe versions in these system calls I've just introduced. | Thiago Macieira | 2009-07-02 | 5 | -24/+33 |
|
|
* | Make the inotify_init call also use FD_CLOEXEC-safe version of the | Thiago Macieira | 2009-07-02 | 1 | -3/+37 |
|
|
* | Port most uses of ::open and QT_OPEN to the safe version. | Thiago Macieira | 2009-07-02 | 6 | -25/+24 |
|
|
* | Add qcore_unix_p.h containing mostly safe versions of Unix functions. | Thiago Macieira | 2009-07-02 | 2 | -0/+247 |
|
|
* | 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 | 33 | -331/+2074 |
|\ |
|
| * | Implement a support for getting return arguments out of invokeMethod | Thiago Macieira | 2009-07-02 | 2 | -9/+209 |
|
|
| * | Replace internalPropGet and internalPropSet with the QObject versions in QDBu... | Thiago Macieira | 2009-07-02 | 2 | -15/+12 |
|
|
| * | Autotest: add tests for checking variant properties | Thiago Macieira | 2009-07-02 | 4 | -2/+60 |
|
|
| * | Improve the code a bit more by using the variant that QMetaProperty creates. | Thiago Macieira | 2009-07-02 | 2 | -43/+29 |
|
|
| * | Autotest: Add property-setting and getting tests to QDBusInterface | Thiago Macieira | 2009-07-02 | 1 | -2/+100 |
|
|
| * | Autotest: Add testing of QDBusAbstractInterface | Thiago Macieira | 2009-07-02 | 8 | -0/+937 |
|
|
| * | Autotest: add tests for method call errors | Thiago Macieira | 2009-07-02 | 1 | -2/+103 |
|
|
| * | Autotest: make sure we create the QDBusInterface after the object exists. | Thiago Macieira | 2009-07-02 | 1 | -9/+12 |
|
|
| * | 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 | 5 | -32/+71 |
|
|
| * | 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 | 4 | -51/+104 |
|
|
| * | 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 |
|
|
* | | add support for attaching meta data to translatable messages | Oswald Buddenhagen | 2009-07-02 | 5 | -5/+107 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 24 | -6785/+7181 |
|\ \
| |/ |
|
| * | add license headers | Oswald Buddenhagen | 2009-07-02 | 5 | -0/+205 |
|
|
| * | Doc: adding details to qmake docs | Morten Engvoldsen | 2009-07-02 | 1 | -0/+19 |
|
|
| * | Tinyint is unsigned, force it to such. | Bill King | 2009-07-02 | 1 | -1/+3 |
|
|
| * | Get more autotests passing/fixed up. | Bill King | 2009-07-02 | 3 | -4/+21 |
|
|
| * | We still need to Flip in NO_WM mode | Anders Bakken | 2009-07-02 | 1 | -1/+1 |
|
|
| * | Make sure we check the right device | Anders Bakken | 2009-07-01 | 1 | -2/+2 |
|
|
| * | Code cleanup | Anders Bakken | 2009-07-01 | 1 | -48/+36 |
|
|
| * | Sync with QtCreator. | kh | 2009-07-01 | 4 | -10/+94 |
|
|
| * | Sync with QtCreator. | kh | 2009-07-01 | 1 | -9/+13 |
|
|
| * | Do not start Assistant without at least an empty page. | kh | 2009-07-01 | 1 | -2/+5 |
|
|
| * | Doc: clearifying docs - QProgressDialog | Morten Engvoldsen | 2009-07-01 | 1 | -1/+1 |
|
|
| * | Fixed the build on Windows after regenerating the unicode tables. | Denis Dzyubenko | 2009-07-01 | 2 | -4/+4 |
|
|
| * | Doc: correcting typo | Morten Engvoldsen | 2009-07-01 | 2 | -2/+2 |
|
|
| * | Regenerated unicode tables after the fix in the generator. | Denis Dzyubenko | 2009-07-01 | 2 | -6693/+6694 |
|
|