summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add deleteItems(), needed by QtQuick.LayoutsJan Arve Saether2013-12-211-0/+12
* QSqlError: Set error code for psql-driver.Marcel Krems2013-12-201-3/+4
* Enable QSqlError to handle alphanumeric error codes.Marcel Krems2013-12-202-6/+61
* Add baseline support to QGridLayoutEngineJan Arve Saether2013-12-201-6/+10
* Move QSqlError private members into a pimpl class.Marcel Krems2013-12-202-26/+46
* Minor optimizationKonstantin Ritt2013-12-201-1/+2
* QAbstractSocket: fix setReadBufferSize from readyRead slot.David Faure2013-12-201-2/+2
* d3dcompiler_qt: Remove directory creation inside the proxy libraryAndrew Knight2013-12-191-49/+45
* d3dcompiler_qt: Fix export warning on MSVCAndrew Knight2013-12-191-2/+5
* Upgrade the PCRE bundle to 8.34Giuseppe D'Angelo2013-12-1935-3630/+6580
* update bundled sqlite to 3.8.2Mark Brand2013-12-173-5488/+7367
* Remove .values() call in foreachAlbert Astals Cid2013-12-161-1/+1
* QNetworkCookie: allow cookies for IPv6 domainsPeter Hartmann2013-12-131-4/+12
* QNetworkCookie: allow cookies for IPv4 domainsPeter Hartmann2013-12-131-7/+13
* Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-132-1/+32
* Improve the Latin1 conversion in QString a littleThiago Macieira2013-12-131-7/+8
* Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-135-23/+131
* Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-125-21/+42
* QNX: Fix focus handling for secondary screenFabian Bumberger2013-12-124-26/+10
* Automatically create QPainterPathStroke based on QPenAllan Sandfeld Jensen2013-12-122-0/+22
* Moved d3dcompiler from src/angle to src/angle/srcOliver Wolff2013-12-126-1/+4
* QLineEdit: hide placeholder text when h-centered & focusedJ-P Nurmi2013-12-112-2/+8
* Move-enable QSignalBlockerMarc Mutz2013-12-112-1/+53
* Remove the files building AVX codeThiago Macieira2013-12-108-238/+1
* Remove all "old atomic" code from QtThiago Macieira2013-12-1013-3702/+8
* Add Asset Locations to QStandardPaths::DataLocationAlan Alpert2013-12-104-5/+44
* Allow the platform to specify a press and hold delay.Michael Brasser2013-12-106-2/+25
* Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-097-27/+29
* Add operator!=() for timespec structs.Erik Verbruggen2013-12-091-0/+2
* Add missing Q_ATOMIC_INT32_xxx definitions to qatomic_unix.hThiago Macieira2013-12-091-0/+4
* moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-094-4/+4
* Introducing d3dcompiler_qtAndrew Knight2013-12-096-0/+314
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-0972-309/+601
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-0572-309/+601
| |\
| | * Protect implementation of QNativeGestureEvent against QT_NO_GESTURESAndy Shaw2013-12-051-0/+2
| | * QTextEngine: fix layouting of inline objects in right-aligned tabs.David Faure2013-12-051-0/+4
| | * Fix radial gradient shader compilation for OpenGL ES 2.0.Carsten Munk2013-12-052-4/+4
| | * Doc: Fixed broken link to General Qt RequirementsNico Vertriest2013-12-051-1/+1
| | * Fix compilation for embedded Androidaavit2013-12-051-4/+4
| | * qtbase: Fix build error on 64bit BigEndian platformsVicente Olivert Riera2013-12-051-2/+2
| | * Prevent recursive resize events in QAbstractScrollAreaTor Arne Vestbø2013-12-052-2/+7
| | * Fixed a bug where toolbars sometimes could not be docked.Jan Arve Saether2013-12-051-2/+5
| | * iOS: Apply default geometry to platform window if not set on QWindowTor Arne Vestbø2013-12-051-1/+9
| | * iOS: Don't claim that windows with zero width and/or height are exposedTor Arne Vestbø2013-12-052-0/+7
| | * Clear QCocoaGLContext's m_currentWindow when window is hidden.Gunnar Sletta2013-12-053-0/+14
| | * Doc: Add QJsonObject::const_iterator() to correct groupTopi Reinio2013-12-051-0/+2
| | * Android: use binary name when using loadClass.BogDan Vatra2013-12-052-3/+3
| | * Doc: Corrected link to Graphicsview ExamplesNico Vertriest2013-12-041-1/+2
| | * QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-041-4/+19
| | * Minimal plugin: Use a dummy font database for command line tools.Friedemann Kleint2013-12-045-8/+70