summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt build when mtdev is detectedThiago Macieira2014-01-041-1/+1
* Keep the configure listing of features alphabeticalThiago Macieira2014-01-041-1/+1
* Remove disabling of warning 4660 on MSVCThiago Macieira2014-01-031-1/+0
* Avoid duplicate emulated mouse events with XInput2Allan Sandfeld Jensen2014-01-031-0/+16
* Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* Make texture glyph cache more robust against missing glyphsSimon Hausmann2014-01-031-1/+1
* REG: Fix support for strings spanning multiple font enginesEskil Abrahamsen Blomfeldt2014-01-031-1/+1
* Accessibility Linux: Fix atspi getActions to return action nameFrederik Gladhorn2014-01-031-0/+1
* Cocoa: fix single punctuation input via CJK input methodLiang Qi2014-01-031-5/+0
* Add missed header to qfileselector.cpp.Ivan Komissarov2014-01-031-0/+4
* Android: let fullscreen use entire screenPaul Olav Tvete2014-01-031-0/+38
* Android: Overwrite plugin cache when APK is updatedEskil Abrahamsen Blomfeldt2014-01-031-10/+116
* Android: Don't show ActionBar at startup.BogDan Vatra2014-01-022-5/+3
* Fix some typos in documentation.Jeff Tranter2014-01-028-12/+12
* Accessibility: Do not assert when a widget doesn't have a QAIFrederik Gladhorn2014-01-021-0/+2
* qdoc: Fix Q_PROPERTY parsingTopi Reinio2013-12-311-6/+16
* xcb platform: Fix build when both EGL and xcb-Xlib are usedAndrew Knight2013-12-311-2/+6
* Don't leak pending call objects when peer disconnectsRobin Burchell2013-12-302-0/+11
* Improve QFileSelector docAlan Alpert2013-12-301-27/+36
* Windows platform plugin: Add missing case statementKurt Pattyn2013-12-301-0/+6
* mtdev: Change to use configure detection instead of requiring source hacking.Robin Burchell2013-12-304-12/+15
* linuxfb: Make mouse cursor behavior match eglfsLaszlo Agocs2013-12-301-0/+4
* Add mtdev configure testRobin Burchell2013-12-303-0/+79
* Doc: Polish Qt::ConnectionType descriptionsSze Howe Koh2013-12-301-11/+9
* fix compile of qt without egl availableChristoph Cullmann2013-12-301-1/+1
* xcb: added env variables to show input devices and eventsShawn Rutledge2013-12-303-45/+56
* XCB: Don't recalculate the DPI if we have a forced DPI settingThiago Macieira2013-12-301-3/+3
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-272-4/+4
* Avoid crash due to accessing deleted QWidgetWindow objectJian Liang2013-12-242-1/+31
* Make wayland-scanner install generated headersJorgen Lind2013-12-231-12/+54
* cocoa: avoid sending windowNotification to a non-QNSViewShawn Rutledge2013-12-231-4/+5
* clean out some garbage in CONFIGOswald Buddenhagen2013-12-221-9/+0
* make qmake auto-rebuild after path reconfigurationOswald Buddenhagen2013-12-222-1/+3
* fix confusion surrounding debug, release & debug_and_releaseOswald Buddenhagen2013-12-221-25/+26
* handle configure's -I flags like configure.exe doesOswald Buddenhagen2013-12-221-6/+3
* Doc: suppress documentation of methods users shouldn't useThiago Macieira2013-12-211-0/+2
* iOS: Fix C++11 buildTor Arne Vestbø2013-12-211-1/+1
* Don't try to build qt_app in release against debug-only Qt buildsTor Arne Vestbø2013-12-211-1/+1
* Prevent a crash when there is no accessible interfaceAndy Shaw2013-12-211-1/+4
* Fix warnings about forward declarations (-Wmismatched-tags)Sérgio Martins2013-12-202-3/+3
* Doc: added qtquick to depends statement in qttestlib.qdocconfNico Vertriest2013-12-201-1/+1
* Fixed another assert in qwindowskeymapperOliver Wolff2013-12-201-2/+5
* Doc: corrected broken linksNico Vertriest2013-12-204-6/+7
* Doc: Move XML example documentation to correct locationNico Vertriest2013-12-203-4/+6
* Ensure that all .obj wait for the PCH to finishThiago Macieira2013-12-201-0/+2
* Update bundled HarfBuzz sources up to 0.9.25Konstantin Ritt2013-12-1956-1017/+3945
* Fix writingSystems determination by code page range bitsKonstantin Ritt2013-12-193-8/+42
* tslib: Derive default device value from TSLIB_TSDEVICE environment variableDaniel Giurcanu2013-12-181-1/+4
* Fix [Linux]/[Linuxfb] screen initialization.Daniel Giurcanu2013-12-182-2/+4
* Fix static builds on Mac.Morten Johan Sørvig2013-12-189-60/+60