summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Remove thread from QFileSystemWatcherEngine implementations.Robin Burchell2012-01-1010-184/+71
* Add defines for explicit virtual overrides.Stephen Kelly2012-01-101-0/+17
* Make the supportedDragActions a virtual accessor.Stephen Kelly2012-01-102-8/+18
* Document timer accuracy behavior on UNIX.Bradley T. Hughes2012-01-101-1/+9
* Remove win*Message() exported functionsBradley T. Hughes2012-01-101-20/+0
* Use Qt::TimerType on Windows when starting timersBradley T. Hughes2012-01-102-10/+19
* Make the roleNames a virtual accessor.Stephen Kelly2012-01-102-4/+16
* Reimplement QVariant to QDebug streaming.Jędrzej Nowacki2012-01-103-100/+57
* Update year in Nokia copyright headers.Jason McDonald2012-01-106-6/+6
* Add V3(md5) and V5(sha1) version for DCE in QUuidLiang Qi2012-01-102-4/+83
* Remove symbian debug macro definition.Stephen Kelly2012-01-101-9/+0
* C++11 delete some contructors which are not wanted.Stephen Kelly2012-01-101-2/+2
* Remove wrong assert from QMetaType.Jędrzej Nowacki2012-01-101-6/+0
* Small QMetaType optimization.Jędrzej Nowacki2012-01-101-6/+6
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-108-0/+63
* Add define for C++11 explict delete methodsStephen Kelly2012-01-091-8/+8
* Rename handler/handlerManager.Stephen Kelly2012-01-091-4/+4
* Export QTimerInfoListBradley T. Hughes2012-01-091-1/+1
* Clean-up the interface for QDate.Xizhi Zhu2012-01-092-94/+4
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-083-9/+3
* QProcess/Win: direct forwarding of stdout and stderrJoerg Bornemann2012-01-082-26/+22
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-2/+2
* Introduced input method hints for latinPekka Vuorela2012-01-072-0/+5
* Copy qbasicatomic.h to qoldbasicatomic.hThiago Macieira2012-01-063-2/+4
* Make QUuid a class.Friedemann Kleint2012-01-061-1/+2
* split qprocess_win.cpp into Windows and WinCE partsJoerg Bornemann2012-01-063-75/+345
* QTimerInfo::expected is only needed for debuggingBradley T. Hughes2012-01-062-10/+17
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-0615-67/+71
* Remove duplicate fnctl() call.Robin Burchell2012-01-061-1/+0
* Do not always compile in QTimerInfoList::repairTimers()Bradley T. Hughes2012-01-052-13/+13
* Use Qt::TimerType on UNIX when scheduling timersBradley T. Hughes2012-01-052-7/+254
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-053-3/+4
* Use explicit Qt::TimerTypes when starting animation timers.Bradley T. Hughes2012-01-051-2/+6
* Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUTDavid Faure2012-01-052-14/+17
* Remove OS X FSEvents watcher.Robin Burchell2012-01-054-635/+2
* Removed Qt::ImhMultiLinePekka Vuorela2012-01-052-2/+0
* CodeCoverage: Remove releaseCoverageTool() function.Caroline Chao2012-01-051-21/+0
* Document that QBasicTimer::start(int, QObject*) uses Qt::CoarseTimerBradley T. Hughes2012-01-051-3/+4
* Warn when using QBasicTimer::start() incorrectlyBradley T. Hughes2012-01-051-2/+6
* Update copyright year in license headers.Jason McDonald2012-01-05520-523/+523
* Added flag operators for Qt::InputMethodQueriesPekka Vuorela2012-01-051-0/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-054-3/+38
* Removed obsolete function QUuid::operator QString()Denis Dzyubenko2012-01-052-12/+0
* Split polling watcher out to its own seperate files.Robin Burchell2012-01-044-178/+291
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-042-31/+76
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-048-38/+57
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-044-115/+253
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Marked QUuid as Q_MOVABLE_TYPE in the metatype system.Denis Dzyubenko2012-01-041-0/+2
* Fixed static assert in qvariant template magicDenis Dzyubenko2012-01-041-1/+1