summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of QDesktopServices without deprecatedOlivier Goffart2012-04-232-5/+6
* Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* Windows: Fix QRawFont loading from data.Miikka Heikkinen2012-04-235-5/+653
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-234-0/+60
* Doc: Fix most QDoc errors in QtXml.Casper van Donderen2012-04-2314-110/+1885
* Fix unmatched double quote characterJonathan Liu2012-04-231-1/+1
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-233-0/+59
* Make the QNX QPA plugin work with non blackberry.Stephen Kelly2012-04-233-30/+61
* Send Expose event when top level window becomes visibleKevin Krammer2012-04-232-0/+10
* Removed invalid C-style license header from .pro fileRohan McGovern2012-04-231-40/+0
* Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-213-0/+12
* Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* Fix typo in backwards compatibility code.Stephen Kelly2012-04-211-1/+1
* Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-203-6/+6
* 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