summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSqlTableModel::insertRecord(): correct documentationMark Brand2012-02-091-3/+3
* Don't link shell32 for Windows CE.Andreas Holzammer2012-02-091-1/+3
* Avoid advancing animations outside the animation "tick"Gunnar Sletta2012-02-093-2/+9
* Fix compile with QT_NO_OPENGL.Andreas Holzammer2012-02-093-0/+9
* Introduce Q_DECLARE_OPAQUE_POINTERJoão Abecasis2012-02-096-40/+40
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-081-1/+1
* Fix compilation of Menubar for Windows CE.Andreas Holzammer2012-02-083-4/+7
* Add missing include of qdrawutil.hAndreas Holzammer2012-02-081-0/+1
* realpath(X,0) IS supported on QNX.Nick Ratelle2012-02-081-1/+1
* Fixed CustomDashLine drawing bug.Samuel Rødal2012-02-081-1/+3
* Use qgetenv instead of getenv.Andreas Holzammer2012-02-081-1/+1
* Treat pointers to QObject derived types in QVariant specially.Stephen Kelly2012-02-081-10/+62
* Mac: Fix compilation with -qtnamespaceKai Koehne2012-02-081-0/+4
* QSqlTableModel::setRecord(): emit dataChanged() consistentlyMark Brand2012-02-081-10/+5
* QSqlTableModel::setRecord(): do not try to detect value changesMark Brand2012-02-081-9/+2
* QSqlTableModel::setData(): submit() instead of updateRowInTable()Mark Brand2012-02-081-10/+3
* QSqlTableModel::setData(): call dataChanged() before select()Mark Brand2012-02-081-2/+1