summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* remove obsolete codec plugin loading codeMark Brand2012-01-209-361/+2
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2019-22/+38982
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* fix whitespaceMark Brand2012-01-201-17/+16
* Add atomic implementation for Native Client.Morten Johan Sorvig2012-01-204-2/+258
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-202-2/+9
* Remove QBool and use bool instead.David Faure2012-01-2012-84/+48
* Add Contact: information in the license headerBradley T. Hughes2012-01-202-0/+2
* Silence warning from clangBradley T. Hughes2012-01-201-2/+4
* Use Q_FOREVER instead of foreverBradley T. Hughes2012-01-201-2/+2
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-205-3/+449
* Remove Q_CC_MWERKS.Robin Burchell2012-01-196-46/+5
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-194-42/+4
* Remove QDir::convertSeparators()Lars Knoll2012-01-192-15/+0
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-193-24/+11
* Add a constructor that explicitly takes a size to QLatin1StringLars Knoll2012-01-182-0/+14
* Fix visibility of QVariant functions.Jędrzej Nowacki2012-01-181-1/+1
* fix NTFS mount pointsJoerg Bornemann2012-01-173-11/+24
* remove trailing whitespaceMark Brand2012-01-171-1/+1
* Conditionally define Qt C++ "extension" macros.Erik Verbruggen2012-01-171-0/+9
* Clarify docs that everything must be re-queried on model reset.Stephen Kelly2012-01-161-3/+6
* Merge the makeEncoder/Decoder overloads.Lars Knoll2012-01-162-28/+2
* Remove unused variableLars Knoll2012-01-161-2/+1
* Fix ###'es in qrect.hLars Knoll2012-01-161-37/+14
* Fix ### comments in QSetLars Knoll2012-01-161-14/+2
* qglobal: Remove symbian specific featuresOlivier Goffart2012-01-162-496/+15
* Improve the documentation of QStringLiteralOlivier Goffart2012-01-161-3/+27
* Document Q_DECL_CONSTEXPROlivier Goffart2012-01-141-0/+11
* Fix qsystemerror for WinCEJanne Anttila2012-01-141-25/+33
* remove symbian support vestiges from text codecsMark Brand2012-01-145-739/+6
* Fixed QFile::link behaviour for WinCE devices.Janne Anttila2012-01-131-0/+1
* Build fix for WINCE to qlocale_tools.cppJanne Anttila2012-01-131-0/+4
* Windows: Fix qt_ntfs_permission_lookupMiikka Heikkinen2012-01-131-11/+46
* Build fix for WINCE to qfsfileengine_win.cppJanne Anttila2012-01-131-1/+1
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-133-1/+12
* QEventDispatcherWin32's internal Window should be a Message-Only WindowDebao Zhang2012-01-131-1/+6
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-134-54/+1
* Fix compilation of public headers with -Werror=shadowDavid Faure2012-01-122-3/+3
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-3/+0
* Make QFtp private.Jonas M. Gastal2012-01-122-7/+3
* Add Q_COMPILER_* defines for C++11 features supported by clangBradley T. Hughes2012-01-121-1/+40
* Make QFileSystemWatcherEngines children of QFileSystemWatcherBradley T. Hughes2012-01-129-36/+33
* Do not call moveToThread(this) in QWindowsFileSystemWatcherEngineThreadBradley T. Hughes2012-01-121-1/+0
* QFileSystemWatcher/Windows: Output paths if FindNext fails.Friedemann Kleint2012-01-121-3/+15
* Abstract QUnifiedTimer.Michael Brasser2012-01-122-130/+414
* Remove unnecessary QMutexes in QFileSystemWatcher implementationsBradley T. Hughes2012-01-127-90/+69
* Avoid races when destroying QFileSystemWatcherBradley T. Hughes2012-01-122-0/+2