summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Retain bidirectional marks when eliding textEskil Abrahamsen Blomfeldt2012-04-201-2/+44
* Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70
* Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3
* Minor QObject::receivers() cleanup.Michael Brasser2012-04-201-2/+1
* Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-202-0/+7
* Fix compilation with QT_NO_DEBUG_OUTPUT definedAndy Shaw2012-04-206-1/+13
* QImage: fix declaration of inline methodsKonstantin Ritt2012-04-201-4/+4
* Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-193-0/+14
* PrintSupport - Remove Qt5 To-do MessagesJohn Layt2012-04-192-2/+2
* Abort background requests if policy changes to disallow themShane Kearns2012-04-192-9/+37
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-194-0/+20
* Set ConnectInBackground also for http implementationShane Kearns2012-04-191-1/+3
* Removed legacy pixmap and image cleanup hooks.Kim Motoyoshi Kalland2012-04-192-25/+0
* fix qsslsocket build in -permissive mode (assigning const char* to char*)Konstantin Ritt2012-04-191-1/+1
* Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-27/+0
* Fixed QSimd WindowsCE buildBjoern Breitmeyer2012-04-191-1/+8
* fix undefined behavior issue on IntegrityKonstantin Ritt2012-04-191-7/+0
* optimize canonicalOrderHelper() for generic caseKonstantin Ritt2012-04-191-5/+21
* qwindowsintegration: fix build with -no-accessibility config option setKonstantin Ritt2012-04-194-1/+16
* QDoc: Generate index file for DITAXML.Casper van Donderen2012-04-198-198/+209
* Don't use QByteArrayLiteral for a non-stored QByteArrayThiago Macieira2012-04-191-1/+1
* Fix font substitutions.Friedemann Kleint2012-04-192-53/+26
* replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-192-2/+2
* Get rid of warning when building qplatformwindow_qpa.cpp.Samuel Rødal2012-04-191-0/+1
* Do not force OpenGL sample buffers on in the qnx qpa pluginSean Harmer2012-04-191-1/+0
* Remove internal QClipboardEventLaszlo Agocs2012-04-193-43/+0
* Extend QUDeviceHelper to detect DRM graphics devices.Hannu Lyytinen2012-04-192-5/+19
* directfb: Fix namespace compilation.Toby Tomkins2012-04-191-0/+4
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-19343-1504/+19432
* Change coreservices -> iosIan Dean2012-04-1924-54/+54
* qdbusxml2cpp: fix build on WindowsKonstantin Ritt2012-04-191-0/+2
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-193-4/+6
* Fix memory leak when drawing text in non-common scriptEskil Abrahamsen Blomfeldt2012-04-181-3/+14
* Optimized EGLFS backing store a bit.Samuel Rødal2012-04-181-8/+29
* Fix unused variable warning.Stephen Kelly2012-04-181-0/+2
* Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-182-2/+2
* Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-182-5/+3
* Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* change NSTextInput to NSTextInputClient in Cocoa pluginTasuku Suzuki2012-04-182-25/+23
* Fixed libjpeg compiler warning about macro redefinition.Janne Anttila2012-04-181-1/+1
* remove useless workaroundMark Brand2012-04-171-2/+1
* QTBUG-18435 fix stored procedure output parameters on ODBCMark Brand2012-04-171-5/+6
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-171-2/+4
* Accessibility: Check for valid range of tree items.Frederik Gladhorn2012-04-171-0/+4
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-171-1/+1
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-173-19/+5
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+2