summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the SH atomic implementation...Bradley T. Hughes2012-02-135-409/+0
* Remove out-of-line atomic implementation for PowerPCBradley T. Hughes2012-02-136-1622/+1
* Remove out-of-line atomic implementation for AlphaBradley T. Hughes2012-02-133-367/+2
* Fixed compile with -qtnamespaceRohan McGovern2012-02-132-0/+6
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-1342-159/+623
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-124-15/+45
* Compile without OpenGL.Samuel Rødal2012-02-125-1/+9
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Remove failing for ARM Architectures.Andreas Holzammer2012-02-111-2/+0
* Fix warnings about existing directories during cmake file creation.Stephen Kelly2012-02-111-9/+6
* Implement QMAKE_SUBSTITUTES.config = verbatim.Stephen Kelly2012-02-114-50/+76
* Escape project file name in makefile rebuild rules.Andreas Holzammer2012-02-111-4/+4
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-113-6/+28
* Fixed zlib build for WEC7.Andreas Holzammer2012-02-113-10/+17
* Add evdev based generic linux keyboard pluginJohannes Zellner2012-02-118-1/+1911
* Raise loopLevel for deleteLater in event filtersJohn Stanley2012-02-111-1/+5
* Don't build printer plugins for Windows CE.Andreas Holzammer2012-02-101-1/+3
* Add QPlatformServices class.Friedemann Kleint2012-02-1021-463/+585
* Re-add default positioning for Widgets.Friedemann Kleint2012-02-101-1/+17
* Add an entry about TouchCancel to the changes fileLaszlo Agocs2012-02-101-0/+5
* Fix xcb's native resource getters.Laszlo Agocs2012-02-101-2/+10
* Avoid crash when windows with active mouse synthesization are deletedLaszlo Agocs2012-02-102-3/+7
* Add support for "none" QT_IM_MODULEJan Arne Petersen2012-02-101-1/+4
* Fixed alignment check in QJsonDocument::fromRawDataDenis Dzyubenko2012-02-101-2/+2
* 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