summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: Update Version info for docAurindam Jana2012-04-201-1/+1
* Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-202-6/+6
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-2/+19
* Windows: Remove fontengine autodetection logicMiikka Heikkinen2012-04-202-8/+3
* Fix missing Windows native fonts in QML applicationsMiikka Heikkinen2012-04-201-0/+3
* QDoc: Remove the text around previous and next page links.Casper van Donderen2012-04-201-4/+4
* Revert "List QtPrintSupport as a dependency of QtPlatformSupport."Lars Knoll2012-04-201-1/+1
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-203-0/+5
* Fix crash in QCocoaBackingStore.Morten Johan Sorvig2012-04-202-4/+7
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* Implement QCocoaWindow::setWindowState.Morten Johan Sorvig2012-04-204-42/+98
* 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