summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-295-144/+124
|\
| * Compile on Mac OS XBradley T. Hughes2009-07-271-1/+1
| * Compile on Mac OS XBradley T. Hughes2009-07-272-4/+4
| * Avoid floating point code when converting Mach time to timevalBradley T. Hughes2009-07-271-2/+2
| * Refactor monotonic time code to avoid duplication.Bradley T. Hughes2009-07-274-114/+60
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Yard2009-07-247-64/+139
| |\
| | * Fix time change detection on UNIX systems without monotonic timersBradley T. Hughes2009-07-232-42/+79
| | * Omit monotonic timer detection/conditional code on Mac OS XBradley T. Hughes2009-07-232-18/+14
| * | #159306 QAbstractItemModel::reset Doc changePeter Yard2009-07-241-1/+2
* | | qguard_p.h is in private directory.Martin Jones2009-07-281-1/+1
* | | Fixed missing forward declarations, which made gcc fail to compileErik Verbruggen2009-07-271-0/+2
* | | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard()Thomas Hartmann2009-07-274-30/+25
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-2313-18/+97
|\ \ \ | | |/ | |/|
| * | Add the math3d types to QVariantRhys Weatherley2009-07-234-3/+45
| * | Fix compilation with xlC 7: the cast is necessary to get delete[] to understa...Thiago Macieira2009-07-211-1/+1
| |/
| * Get monotonic time working on Mac OS X for corelib programs.Norwegian Rock Cat2009-07-201-2/+21
| * Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+2
| * Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-171-1/+1
| * Fix warnings for mingwThierry Bastian2009-07-161-4/+3
| * Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-162-3/+3
| * Update the license header in a few more placesThiago Macieira2009-07-161-1/+1
| * Restore the use of threadsafe-fdcloexec calls on weird Linux toolchains.Thiago Macieira2009-07-151-1/+18
| * fix warnings for mingw in QtCoreThierry Bastian2009-07-151-2/+2
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-221-0/+1
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-201-1/+3
| |\ \
| * | | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-201-0/+1
* | | | Make setRoleNames() protected and improve docs.Martin Jones2009-07-222-2/+11
| |/ / |/| |
* | | Compile fix.Michael Brasser2009-07-201-0/+2
* | | Compile fix.Michael Brasser2009-07-201-1/+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-153-4/+4
|\ \ \ | |/ / |/| / | |/
| * QTreeView: now dragging lots of items is fastThierry Bastian2009-07-133-4/+4
* | 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-1012-17/+524
|\ \ | |/
| * Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-081-0/+4
| * 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-061-0/+6
| * Fixed compile of QtCore with some exotic GNU toolchains.Rohan McGovern2009-07-031-1/+1
| * Refactored gesture apiDenis Dzyubenko2009-07-022-4/+2
| * Use void* in the read/write replacementsThiago Macieira2009-07-021-2/+2
| * 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-022-0/+122