summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2013-07-221-1/+1
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-121-6/+2
* QString::normalize(): Fix assertion in some corner caseKonstantin Ritt2013-07-111-4/+3
* Bump Qt version to 4.8.6Thiago Macieira2013-07-091-2/+2
* qfilesystemengine_mac.cpp is empty => purgeSamuel Gaist2013-07-052-49/+0
* BlackBerry: Increased loop level around bps_get_eventBernd Weimer2013-07-021-4/+10
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-211-1/+1
* QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-211-2/+2
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-211-11/+14
* QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-211-1/+1
* QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-211-1/+2
* QSystemLocale: Fix the time format on BlackBerry 10Mehdi Fekari2013-06-201-2/+2
* Implement apostrophe in windows cmd args.Leonard Lee2013-06-171-5/+2
* Fix crash when re-creating QThreadData after initially destroying itTor Arne Vestbø2013-06-161-0/+6
* Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-06-161-0/+7
* Clear the current thread data for the main threadThiago Macieira2013-06-165-7/+12
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-06-041-1/+5
* Fix QLocale::standaloneMonthName when d->m_data == systemData()El Mehdi Fekari2013-05-216-3/+17
* BlackBerry: Revised error handling in event dispatcherBernd Weimer2013-05-151-40/+42
* Special-case the forward declaration of STL types for libc++.Raphael Kubo da Costa2013-05-111-0/+23
* Check that 3DNow! instructions are supported before including mm3dnow.h.Raphael Kubo da Costa2013-05-101-1/+1
* Make QContiguousCache with zero capacity not crashThiago Macieira2013-05-071-0/+6
* Make Qt 4.8 also compile with the LSB SDK on LinuxThiago Macieira2013-05-062-8/+8
* QLocale: Add fr_MA localeEl Mehdi Fekari2013-05-031-868/+873
* QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-04-271-2/+2
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-04-233-3/+10
* Rename qAbs Function for timevalDavid E. Narváez2013-04-131-3/+2
* Remove unnecessary typedef, found by GCC 4.8Thiago Macieira2013-04-101-1/+0
* Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY t...Florian Behrens2013-04-091-1/+7
* Avoid socket notifiers on invalid file descriptorsBernd Weimer2013-04-081-5/+4
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Dmitry Shachnev2013-04-071-1/+1
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-04-042-18/+20
* QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-261-0/+6
* Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-205-107/+422
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-201-0/+3
* QThread::isFinished should return true from finished()Olivier Goffart2013-03-191-2/+2
* Update Irish locale to return correct date formatEl Mehdi Fekari2013-03-131-2/+2
* Workaround a bug in mktime on QNXFabian Bumberger2013-03-131-0/+10
* Fix CreateFileMapping() error handlingPeter Kümmel2013-03-012-4/+5
* Fix QTBUG-18934 by checking return value of qt_safe_pipeSimeon Bird2013-02-281-9/+23
* Fix compilation of Qt Concurrent with gcc 4.3Thiago Macieira2013-02-271-1/+1
* QThread documentation: do not discourage the reimplementation of QThreadSze Howe Koh2013-02-192-39/+29
* Fix call to QMetaObject::metaCall from updatePropertyDavid E. Narváez2013-02-181-2/+5
* QLocale: Update tamil's AM/PM textEl Mehdi Fekari2013-02-151-107/+106
* Fixed checking HOME variable return value using isEmpty()Pasi Petäjäjärvi2013-02-131-1/+1
* Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-02-131-1/+9
* QLocale: Update the Japanese and Czech localeEl Mehdi Fekari2013-02-121-5/+5
* QProcessEnvironment: Permit magic cmd variablesDaniel Teske2013-02-081-1/+2
* BlackBerry: The MeasurementSystem port was for BlackBerry OS not QNXSamuli Piippo2013-02-012-11/+11
* Make compile with QT_NO_FILESYSTEMITERATORThomas Zander2013-01-305-0/+10