| 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 | 1 | -47/+0 |
|
|
* | Experimental: allow QSharedPointer to be used with forward declarations that ... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
* | Add support for creating the object alongside the Data structure in | Thiago Macieira | 2009-07-02 | 1 | -0/+47 |
|
|
* | Add qobject_cast for QSharedPointer. | Thiago Macieira | 2009-07-02 | 3 | -0/+110 |
|
|
* | 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 | 21 | -308/+755 |
|\ |
|
| * | 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 | 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 | 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 |
|
|
* | | add support for attaching meta data to translatable messages | Oswald Buddenhagen | 2009-07-02 | 1 | -0/+28 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 10 | -6750/+6745 |
|\ \
| |/ |
|
| * | 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 | 1 | -2/+5 |
|
|
| * | 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 |
|
|
| * | 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 | 1 | -2/+2 |
|
|
| * | 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 |
|
|
| * | Document unified toolbar change with regard to full screen change. | Norwegian Rock Cat | 2009-07-01 | 1 | -3/+4 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don assume QVariant::String data is going to always be unicode in QODBC | Derick Hawcroft | 2009-06-30 | 1 | -1/+1 |
|
|
* | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-02 | 1 | -2/+2 |
|
|
* | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-02 | 4 | -6/+12 |
|
|
* | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-02 | 4 | -23/+23 |
|
|
* | | OpenVG: short-cut clipping for QPainterPath's that are just rects | Rhys Weatherley | 2009-07-02 | 1 | -0/+50 |
|
|
* | | OpenVG: override QPaintEngineEx::clip(QRect) and handle specially. | Rhys Weatherley | 2009-07-02 | 2 | -2/+129 |
|
|
* | | OpenVG: use the correct clip region to detect single-rect clips | Rhys Weatherley | 2009-07-01 | 1 | -2/+2 |
|
|
* | | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -26/+21 |
|
|
* | | Animation: fixed a NOTIFY signal name that was wrong | Thierry Bastian | 2009-07-01 | 1 | -1/+1 |
|
|
* | | QMainWindow: cleanup of code in QWidgetAnimator | Thierry Bastian | 2009-07-01 | 6 | -107/+66 |
|
|