summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-289-11/+8
* 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-282-4/+0
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-283-96/+48
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-2875-217/+372
* Include QScopedPointer in qsettings.hThiago Macieira2012-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
* 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-271-0/+2
* Remove .values() call in foreachAlbert Astals Cid2012-06-271-1/+1
* Remove deprecated method from new class.Thiago Macieira2012-06-271-3/+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-273-0/+32
* Add \since 5.0 to QDir::removeRecursivelyShane Kearns2012-06-271-0/+1
* Remove debug outputABBAPOH2012-06-272-68/+0
* Remove all references to XLFD fontsLars Knoll2012-06-276-38/+10
* don't compile the host tools for wince already in configureOswald Buddenhagen2012-06-272-6/+3
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-274-6/+9
* 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-272-8/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5
* 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
* Fix compilation for XCB-without-XlibGiuseppe D'Angelo2012-06-261-1/+1
* Don't try build devicediscovery if evdev is not available.Robin Burchell2012-06-261-1/+1
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-10/+10
* Fix PCRE build under non-__GNUC__ compilersGiuseppe D'Angelo2012-06-261-4/+6
* Remove toRect_normalized().Robin Burchell2012-06-261-11/+0
* Fix warning when ibus is not available.David Faure2012-06-262-11/+3
* QPlatformWindow: Add Window masks.Friedemann Kleint2012-06-2611-5/+139
* Make QRegion not need to be friends with QVectorThiago Macieira2012-06-261-3/+2
* make using testlib automatically "promote" all modules to -privateOswald Buddenhagen2012-06-261-1/+1
* Make QGtkStyle build with QT_NO_FILEDIALOGSukhyun Kim2012-06-263-0/+12