summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-282-5/+4
* QSemaphore::tryAquire(timeout) -- never times out on an active semaphoreBradley T. Hughes2010-06-251-1/+6
* Manipulate buffer position via 'pPos' in peek()Andreas Kling2010-06-241-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-2216-321/+212
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-212-23/+59
| |\
| | * Allow Unix to generate unique UUIDs if /dev/urandom exists.Darin Broady2010-06-211-23/+35
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-215-23/+56
| | |\
| * | | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2111-275/+121
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-185-47/+72
| |\ \
| | * | Specialize peek() for QBufferAndreas Kling2010-06-173-19/+52
| * | | Doc: Fixed documentation errors.David Boddie2010-06-182-4/+4
* | | | fix issue wrt posted events on Windows CEJoerg Bornemann2010-06-211-1/+5
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-171-0/+24
|\ \ \ | |_|/ |/| |
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-178-39/+55
| |\ \
| * | | Doc: Specified QAbstractEventDispatcher::filterEvent()'s argument types.Geir Vattekar2010-06-171-0/+24
* | | | Implement QIODevice::peek() using read() + ungetBlock().Andreas Kling2010-06-162-7/+23
| |/ / |/| |
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-161-32/+2
|\ \ \
| * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-06-151-2/+2
| |\ \ \
| | * | | Bump version number after 4.6.3 release.Jason McDonald2010-06-151-2/+2
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-06-141-32/+2
| |\ \ \ \
| | * | | | Fix issues with thai line breakingLars Knoll2010-06-141-32/+2
| | |/ / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-166-4/+44
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-166-4/+44
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Use native locale aware string comparison on Symbian.Denis Dzyubenko2010-06-151-0/+4
| | * | | Fix a minor typo in QAbstractItemModel's documentation.Robin Burchell2010-06-141-1/+1
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-124-3/+39
| | |\ \ \
| | | * | | Updated project files so it is now possible to use "-system-zlib" configurati...Constantin Makshin2010-06-101-2/+3
| | | * | | actually fix namespaced compileOswald Buddenhagen2010-06-101-2/+0
| | | * | | Attempt to fix build failure on Linux introduced by 09c6a81109Andreas Kling2010-06-091-3/+2
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-083-1/+39
| | | |\ \ \
| | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-083-1/+39
| | | | |\ \ \
| | | | | * | | Unbreak Linux build when qendian.h is included before qglobal.hAndreas Kling2010-06-071-0/+1
| | | | | * | | Revert accidental commit of irrelevant stuff. Silly mondays..Andreas Kling2010-06-071-1/+0
| | | | | * | | Unbreak Linux build when qendian.h is included before qglobal.hAndreas Kling2010-06-071-0/+1
| | | | | * | | Make qbswap() use glibc's fast bswap_*() functions if available.Andreas Kling2010-06-041-0/+26
| | | | | * | | Avoid timer starvation during high posted event activityBradley T. Hughes2010-06-041-0/+3
| | | | | * | | fix for using .lnk files when running app from UNCZeno Albisser2010-06-041-1/+9
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-162-2/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-1523-53/+178
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | Doc: Documented qputenv and qgetenvGeir Vattekar2010-06-151-0/+27
| * | | | | | | Doc: Said to not access events after they are posted(postEvent).Geir Vattekar2010-06-041-2/+2
* | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-131-3/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix incorrect line breaking in QtWebKit.Pierre Rossi2010-06-111-3/+9
| | |_|_|_|/ | |/| | | |
* | | | | | QMetaType: do not crash when registering builtin stream operatorOlivier Goffart2010-06-111-0/+2
* | | | | | Rename QLocale::isWrittenRightToLeft() to textDirection()Lars Knoll2010-06-092-5/+5
* | | | | | Add a isWrittenRightToLeft() method to QLocale.Lars Knoll2010-06-092-0/+21
* | | | | | Introduce LayoutDirection Qt::LayoutDirectionAutoLars Knoll2010-06-092-3/+12
* | | | | | Fix QString::isRightToLeft() to conform with Unicode Bidi algorithmLars Knoll2010-06-092-10/+12
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-083-2/+58
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | QVarLenghtArray: Add typedefs for stl compatibility.Gordon Schumacher2010-06-082-0/+56