summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | QQnxWindow: properly scope a local variableMarc Mutz2012-06-291-4/+1
|/ /
* | Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-299-11/+9
* | Add detection for C++11 noexceptThiago Macieira2012-06-291-0/+13
* | 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-283-4/+47
* | 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-284-2/+35
* | Basic tablet support in xcb through XI2Laszlo Agocs2012-06-287-91/+478
* | 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
* | Fix configure.exe to build qmake before testsRafael Roquetto2012-06-283-97/+103
* | 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-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