summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-282-1/+4
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-2810-18/+27
* Clean up the use of QT_NODLLThiago Macieira2012-06-288-10/+6
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-289-121/+105
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2875-217/+372
* Include QScopedPointer in qsettings.hThiago Macieira2012-06-281-0/+1
* disabling largefile support for Win CEBjoern Breitmeyer2012-06-281-0/+1
* doc: use correct snippet id for QObject::isSignalConnectedKent Hansen2012-06-281-1/+1
* doc: remove duplicate linkKent Hansen2012-06-281-1/+1
* doc: add missing \sa tagKent Hansen2012-06-281-1/+1
* Removed flags from SSPI calls which prevented the NTLM authentication from wo...Adrian Carpenter2012-06-281-8/+2
* Fixed qsslsocket_onDemandCertificates_{static,member}Rohan McGovern2012-06-282-4/+2
* Widgets: Apply masks to native windows only.Friedemann Kleint2012-06-271-10/+2
* QNX: Add support for window statesThomas McGuire2012-06-272-1/+42
* QNX: Flush after changing rotationThomas McGuire2012-06-271-0/+4
* Also use x11FilterEvent for auto repeat key in xcb.Weng Xuetian2012-06-271-8/+24
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-2719-35/+35
* Document that the object of a plugin must be default-constructible.Stephen Kelly2012-06-272-0/+5
* Refactor the creation of imported targets into a macro.Stephen Kelly2012-06-271-34/+26
* Remove .values() call in foreachAlbert Astals Cid2012-06-271-1/+1
* Remove deprecated method from new class.Thiago Macieira2012-06-271-3/+0
* Remove the extra warnings and -Werror from tst_qmimetypeThiago Macieira2012-06-271-2/+0
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-2713-13/+13
* Fix raising and lowering native widgetsMiikka Heikkinen2012-06-271-2/+2
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-274-0/+45
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Remove debug outputABBAPOH2012-06-272-68/+0
* Workaround to compile configureapp.cpp with MSVC2010 x64jian liang2012-06-271-1/+1
* Remove all references to XLFD fontsLars Knoll2012-06-276-38/+10
* don't compile the host tools for wince already in configureOswald Buddenhagen2012-06-275-74/+3
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-274-6/+9
* Implement RFC6265 test suiteShane Kearns2012-06-272-0/+2056
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-273-21/+50
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-272-90/+25
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* qget test - fix null pointer dereferenceShane Kearns2012-06-271-1/+1
* Change invalid test case (two cookies separated by ,)Shane Kearns2012-06-271-2/+9
* QNetworkRequest autotest: adapt to new cookie parsing (re. commas)Peter Hartmann2012-06-271-1/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-272-52/+20
* Add a method for querying window activation status from QPA.Morten Johan Sorvig2012-06-274-0/+22
* Fixed missing way of choosing EGL renderable type with QSurfaceFormat.Samuel Rødal2012-06-275-8/+77
* Remove some unused variables from QAccessibleWidgetPrivateJan-Arve Saether2012-06-262-72/+3
* Fix QCOMPARE for QIcon in QtGuiGiuseppe D'Angelo2012-06-261-2/+0
* Clarified documentation for QStandardItem::parent()Markku Heikkila2012-06-261-1/+3
* Add QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-262-6/+10
* tst_qtextscriptengine: make it compilable under MSVC2010Debao Zhang2012-06-261-2/+6
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1