summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-035-6/+17
* Close bracket in documentation.Stephen Kelly2012-01-021-1/+1
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-025-648/+7
* Merge integrity support into unix.Robin Burchell2012-01-021-7/+2
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-3/+3
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-022-0/+34
* Remove Symbian support from src/corelib/io/.Robin Burchell2012-01-027-2030/+7
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4
* Change QTimerInfo (UNIX) to keep the interval in milliseconds.Bradley T. Hughes2012-01-022-5/+17
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-0211-36/+71
* Add Qt::TimerType and the QTimer::timerType propertyBradley T. Hughes2012-01-028-15/+87
* Change event posting to use a QVector.Robin Burchell2011-12-302-8/+21
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-35/+33