summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -fPIE to the Qt5Core_COMPILE_FLAGS with reduce-relocations.Stephen Kelly2012-02-103-0/+7
* Properly read back the actual format in xcb and xlib plugins.Samuel Rødal2012-02-108-18/+30
* More graceful handling of QSurfaceFormat::samples() with GLX.Samuel Rødal2012-02-101-1/+1
* More graceful handling of QSurfaceFormat::samples() with EGL.Samuel Rødal2012-02-101-4/+10
* Display QThread name for debugging.Leonard Lee2012-02-101-0/+18
* Fix Harmattan compile target to be usable outside of ScratchboxSimon Hausmann2012-02-101-15/+1
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-1012-0/+16
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-103-25/+44
* Include winsock2.h for ntohl.Andreas Holzammer2012-02-101-0/+1
* Fix qlogging autotest for clangKai Koehne2012-02-102-0/+22
* lower qmake optimization level on msvcOswald Buddenhagen2012-02-101-1/+1
* Test posted events in tst_QEventDispatcher with various flagsBradley T. Hughes2012-02-101-1/+13
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-103-1/+21
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-103-0/+191
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-108-161/+152
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-105-5/+15
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-1010-7/+221
* Escape Dependencies of precompiled header right.Andreas Holzammer2012-02-101-1/+1
* Remove no longer needed ifdef Q_OS_WINCE.Andreas Holzammer2012-02-101-8/+0
* Add qt_pixmapFromWinHICON again for Windows CE.Andreas Holzammer2012-02-101-0/+179
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-109-14/+190
* Remove SVG specific tests and testdata from QIcon.Toby Tomkins2012-02-105-277/+0
* Add support for xlib backend X Event filtersJohn Stanley2012-02-106-5/+29
* Fixed qlibrary unittest to work on macKurt Korbatits2012-02-102-1/+2
* Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-105-3/+200
* Update docs for QAccessibleEvent.Frederik Gladhorn2012-02-101-46/+10
* Improvement to font database cleanupjian liang2012-02-104-33/+57
* make locateSyncProfile() a "tad" less convolutedOswald Buddenhagen2012-02-101-13/+5
* Compile fix QWindowsMobileStyleAndreas Holzammer2012-02-101-1/+0
* QHeaderView - minor bug in visualIndexAtThorbjørn Lund Martsum2012-02-102-14/+23
* Dont build printer support for Windows CE.Andreas Holzammer2012-02-101-3/+6
* compile without rttiOswald Buddenhagen2012-02-091-1/+1
* remove pointless include pathsOswald Buddenhagen2012-02-091-6/+0
* properly enable stl via qmake instead of hacking compiler flagsOswald Buddenhagen2012-02-091-2/+1
* build with QT_NO_GEOM_VARIANTOswald Buddenhagen2012-02-091-5/+1
* add missing errno.h includeOswald Buddenhagen2012-02-091-0/+1
* remove bizarre magic from precompiled headerOswald Buddenhagen2012-02-091-24/+1
* consolidate Read* optionsOswald Buddenhagen2012-02-092-9/+8
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-095-54/+64
* Allow customization of qDebug output at runtimeKai Koehne2012-02-0917-179/+1076
* Initializes seqDumpPos on qiodevice.cppNick Ratelle2012-02-091-1/+2
* Add event type for TouchCancel.Laszlo Agocs2012-02-093-3/+12
* Preserve weight and style request for multi font enginesJiang Jiang2012-02-092-5/+7
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-096-0/+12
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-0912-13/+40
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-0911-13/+13