summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-152-7/+76
* Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-103-27/+47
|\
| * doc: Clarified that native messages are being handled.Martin Smith2009-07-102-24/+43
| * Fix compilation support with namespaces for QtLibcSupplementThiago Macieira2009-07-101-3/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1040-6980/+7622
|\ \ | |/
| * fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
| * Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12
| * Fixes a memory corruption when converting data with QIconvCodecDenis Dzyubenko2009-07-091-2/+4
| * Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
| * QRingBuffer micro optimizationMarkus Goetz2009-07-091-1/+4
| * Add QT_END_HEADER to fix compile on PowerPC Mac and make autotest pass.Volker Hilsheimer2009-07-091-0/+2
| * Merge commit 'origin/4.5'Bill King2009-07-081-1/+1
| |\
| | * Fix oops in strcmp in QBuffer.Thiago Macieira2009-07-021-1/+1
| * | QPropertyAnimation: save a Q_GLOBAL_STATICThierry Bastian2009-07-081-10/+8
| * | Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-081-0/+4
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-086-2/+26
| |\ \
| | * | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-086-2/+26
| * | | Use current license header.Volker Hilsheimer2009-07-081-2/+2
| |/ /
| * | try to fix the accept4 not being found in some older kernelsThiago Macieira2009-07-071-4/+14
| * | general wording change for some file type namesFrederik Schwarzer2009-07-062-2/+2
| * | support for id-based translationsOswald Buddenhagen2009-07-063-0/+74
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-031-3/+3
| * | Fixed compile of QtCore with some exotic GNU toolchains.Rohan McGovern2009-07-031-1/+1
| * | Refactored gesture apiDenis Dzyubenko2009-07-023-33/+2
| * | Correct #include path for qcore_unix_p.hThiago Macieira2009-07-021-1/+1
| * | Use void* in the read/write replacementsThiago Macieira2009-07-021-2/+2
| * | Fix build with MSVC2003: apparently the code path I thought was Unix was also...Thiago Macieira2009-07-021-3/+3
| * | Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-47/+0
| * | Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-1/+1
| * | 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-022-1/+75
| * | Add a properly-safe version of select(2).Thiago Macieira2009-07-023-43/+159
| * | 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-024-16/+21
| * | 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
| * | Merge branch 'research/qdbus-improvements'Thiago Macieira2009-07-021-5/+18
| |\ \
| | * | Use an "int status" extra parameter in property reading/writing.Thiago Macieira2009-07-021-5/+18
| | |/
| * | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-021-0/+28
| * | Merge branch '4.5'Thiago Macieira2009-07-022-6693/+6694
| |\ \ | | |/
| | * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| | * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
* | | Mark QMetaObjectBuilder and friends as internal.Michael Brasser2009-07-061-0/+4
* | | extend the QObjectPrivate::connectedSignals bitfield to make spacemae2009-07-064-17/+67
* | | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-032-1/+17
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-0248-1526/+971
|\ \ \ | |/ /
| * | 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