summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed compile with -qtnamespaceRohan McGovern2012-02-132-0/+6
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-133-16/+19
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-123-4/+31
* 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
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-112-6/+22
* 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
* 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-101-0/+4
* 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
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-102-17/+19
* Include winsock2.h for ntohl.Andreas Holzammer2012-02-101-0/+1
* Fix qlogging autotest for clangKai Koehne2012-02-101-0/+5
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-107-161/+117
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-0/+6
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-109-3/+109
* 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
* Add support for xlib backend X Event filtersJohn Stanley2012-02-106-5/+29
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-104-3/+145
* Update docs for QAccessibleEvent.Frederik Gladhorn2012-02-101-46/+10
* Improvement to font database cleanupjian liang2012-02-104-33/+57
* Compile fix QWindowsMobileStyleAndreas Holzammer2012-02-101-1/+0
* QHeaderView - minor bug in visualIndexAtThorbjørn Lund Martsum2012-02-101-2/+2
* Dont build printer support for Windows CE.Andreas Holzammer2012-02-101-3/+6
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-095-54/+64
* Allow customization of qDebug output at runtimeKai Koehne2012-02-093-21/+337
* 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
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-0910-11/+38
* Take into account shaping in findRealWindowAlbert Astals Cid2012-02-091-3/+25
* Eliminate a warningJiang Jiang2012-02-091-2/+2
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-092-2/+2
* QSqlTableModel::insertRecord(): clean up after failed setRecord()Mark Brand2012-02-091-1/+4
* Remove leftover show() prototype.Andreas Holzammer2012-02-091-4/+0
* QSqlTableModel::setRecord(): improve handling of field mappingMark Brand2012-02-091-12/+22