summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-201-1/+3
|\
| * Compile fix.Michael Brasser2009-07-201-0/+2
| * Compile fix.Michael Brasser2009-07-201-1/+1
* | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-0/+1
|/
* Add non-threadsafe QGuard classAaron Kennedy2009-07-175-3/+200
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-162-1/+17
|\
| * Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-162-1/+17
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-152-7/+76
|\ \ | |/
| * Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-152-7/+76
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1515-61/+50
|\ \ | |/ |/|
| * outdated comment in qfsfileengine_win.cpp removedJoerg Bornemann2009-07-141-2/+0
| * large file support for Windows CEJoerg Bornemann2009-07-141-16/+19
| * micro optimization in qfsfileengine_win.cppJoerg Bornemann2009-07-141-4/+2
| * Build fix for mingwThierry Bastian2009-07-146-11/+12
| * doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-131-1/+1
| * QTreeView: now dragging lots of items is fastThierry Bastian2009-07-133-4/+4
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1312-64/+89
| |\
| | * QFlags::testFlag(): handle the zero case appropriately.Frans Englich2009-07-131-1/+1
| | * doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-3/+8
| | * Revert "Fixed leak of plugin instances"João Abecasis2009-07-131-18/+1
| | * fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
| * | Doc: Explicitly declare the module for each namespace to prevent strangeDavid Boddie2009-07-131-0/+1
* | | 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