summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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