summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-1/+1
* QStyleHelper: Base DPI-calculation on QScreen.Friedemann Kleint2012-01-111-2/+1
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-115-29/+1
* Add QModelIndex as a built-in metatype.Stephen Kelly2012-01-114-1/+23
* Fix Q_ASSERT_X to handle QT_FORCE_ASSERTSHarald Fernengel2012-01-111-3/+3
* Remove redundant parameter from qVariantToHelper.Jędrzej Nowacki2012-01-111-26/+27
* 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