summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-2924-63/+241
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-282-26/+0
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-06-282-2/+2
* QNX: Don't detach when iterating over child windowsThomas McGuire2012-06-281-19/+10
* Fix warning: returning non void by using Q_UNREACHABLEFrederik Gladhorn2012-06-281-0/+2
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5
* QDoc: Allow '0' to be used as 2nd arg for \qmlclass.Casper van Donderen2012-06-281-11/+21
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-282-0/+5
* Basic tablet support in xcb through XI2Laszlo Agocs2012-06-286-76/+464
* qdoc: Report multiple topic commands as an errorMartin Smith2012-06-284-16/+59
* QNX: Make geometry changes sync to fix QWidget::showFullScreen()Thomas McGuire2012-06-281-1/+1
* QMetaType: Fix warnings about truncation from uint64 to int.Friedemann Kleint2012-06-281-2/+2
* fix QWidget::showFullScreen on WindowsJoerg Bornemann2012-06-281-0/+1
* Further fixes to widget maskingMiikka Heikkinen2012-06-282-0/+10
* 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