summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-0/+47
* Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-023-0/+110
* Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-027-49/+88
* Add the support for the EINTR- and CLOEXEC-safe network calls too.Thiago Macieira2009-07-022-1/+155
* Port gui/embedded to the EINTR-safe functions.Thiago Macieira2009-07-0220-84/+118
* Add a properly-safe version of select(2).Thiago Macieira2009-07-024-90/+165
* Port QProcess to use the EINTR-safe and thread-safe functionsThiago Macieira2009-07-021-148/+65
* Use the safe versions in these system calls I've just introduced.Thiago Macieira2009-07-025-24/+33
* Make the inotify_init call also use FD_CLOEXEC-safe version of theThiago Macieira2009-07-021-3/+37
* Port most uses of ::open and QT_OPEN to the safe version.Thiago Macieira2009-07-026-25/+24
* Add qcore_unix_p.h containing mostly safe versions of Unix functions.Thiago Macieira2009-07-022-0/+247
* Doc: indicate that these methods are added in 4.6Thiago Macieira2009-07-021-0/+2
* Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-0221-308/+755
|\
| * Implement a support for getting return arguments out of invokeMethodThiago Macieira2009-07-021-8/+118
| * Improve the code a bit more by using the variant that QMetaProperty creates.Thiago Macieira2009-07-022-43/+29
| * Fix setting of complex/custom properties and error messages.Thiago Macieira2009-07-021-31/+136
| * Use an "int status" extra parameter in property reading/writing.Thiago Macieira2009-07-025-32/+71
| * Avoid revalidating message parameters.Thiago Macieira2009-07-026-31/+55
| * Keep creation failure errors for QDBusAbstractInterface.Thiago Macieira2009-07-025-70/+116
| * Adapt the message-sending code to return error messages from theThiago Macieira2009-07-023-49/+90
| * Add support for error messages in the D-Bus marshaller.Thiago Macieira2009-07-022-14/+24
| * Add central validation code to QDBusUtil.Thiago Macieira2009-07-021-0/+68
| * Add some new error codes for indicating invalid D-Bus parameters.Thiago Macieira2009-07-022-2/+15
| * Add a function to check if an interface is implemented by an object.Thiago Macieira2009-07-024-46/+51
* | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-0/+28
* | Merge branch '4.5'Thiago Macieira2009-07-0210-6750/+6745
|\ \ | |/
| * Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
| * Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
| * We still need to Flip in NO_WM modeAnders Bakken2009-07-021-1/+1
| * Make sure we check the right deviceAnders Bakken2009-07-011-2/+2
| * Code cleanupAnders Bakken2009-07-011-48/+36
| * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
| * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| * Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
| * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
| * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
* | Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
|\ \ | |/
| * Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-06-301-1/+1
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+2
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-024-6/+12
* | doc: Corrected several qdoc warnings.Martin Smith2009-07-024-23/+23
* | OpenVG: short-cut clipping for QPainterPath's that are just rectsRhys Weatherley2009-07-021-0/+50
* | OpenVG: override QPaintEngineEx::clip(QRect) and handle specially.Rhys Weatherley2009-07-022-2/+129
* | OpenVG: use the correct clip region to detect single-rect clipsRhys Weatherley2009-07-011-2/+2
* | QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
* | Animation: fixed a NOTIFY signal name that was wrongThierry Bastian2009-07-011-1/+1
* | QMainWindow: cleanup of code in QWidgetAnimatorThierry Bastian2009-07-016-107/+66
* | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-015-13/+62
* | Fixed inheritance of some attributes in SVG.Suneel BS2009-07-014-96/+170
* | Remove this stale function.Norwegian Rock Cat2009-07-011-23/+0