summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from MSVC 2013Thiago Macieira2014-06-211-2/+2
* Move most of the QLibraryPrivate initialization to its constructorThiago Macieira2014-06-213-16/+32
* QComboBox: update focus policy when setting a new line editLiang Qi2014-06-212-8/+17
* Cocoa: fix Option + any key in key eventLiang Qi2014-06-211-1/+1
* When filling the path it should use the painter's pen not the state'sAndy Shaw2014-06-211-1/+1
* Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-203-19/+56
* fix QT_SUPPORTS macro with msvc2008Oswald Buddenhagen2014-06-201-1/+5
* Remove the use of QT_STATIC_CONST in QtSqlThiago Macieira2014-06-202-2/+11
* Fix compilation with /Zc:strictStringsThiago Macieira2014-06-201-1/+1
* QWindowsPrintDevice check for NULL pDevMode from PPRINTER_INFO_2Dyami Caliri2014-06-201-0/+3
* Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-26/+38
* XCB: Fix leak with touch devicesJoni Poikelin2014-06-201-0/+6
* Properly check which OpenGL features are supportedMartin Gräßlin2014-06-201-38/+40
* Do not overwrite existing event mask of root windowMartin Gräßlin2014-06-201-0/+6
* Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-0/+1
* Remove unused define XCB_USE_IBUS.Jędrzej Nowacki2014-06-191-1/+0
* Attempt to fix intel compiler build error.Jędrzej Nowacki2014-06-191-1/+1
* Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-2/+2
* QGuiApplication: Document -plugin command line argument.Friedemann Kleint2014-06-191-0/+6
* QEventDispatcherWin32: Use a shared class name for the message window.Friedemann Kleint2014-06-191-9/+45
* Windows: Mark only mouse events synthesized by touch as such.Friedemann Kleint2014-06-191-4/+5
* Fix compilation in under -no-c++11 modeThiago Macieira2014-06-191-7/+10
* Fix compilation with the Intel compiler on certain systemsThiago Macieira2014-06-191-1/+3
* Fixes QFontDataBase addApplicationFont on WEC.Bjoern Breitmeyer2014-06-191-2/+7
* Bump versionOswald Buddenhagen2014-06-181-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-173-3/+4
|\
| * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-173-3/+4
| |\
| | * directfb: fix QThread destroyed while runningLucile Quirion2014-06-163-3/+4
* | | Fix animations in static buildsKai Koehne2014-06-172-1/+5
|/ /
* | QRasterPlatformPixmap::createPixmapForImage(): Avoid crash when QImage conver...Martin Pley2014-06-161-2/+4
* | xcb: touch device mode is either Dependent or Direct, not Rel or AbsShawn Rutledge2014-06-161-2/+2
* | Flush xcb connection before EventDispatcher is going to blockMartin Gräßlin2014-06-163-2/+18
* | Fix data race in accessing QDBusConnectionPrivate::serviceNamesThiago Macieira2014-06-152-4/+7
* | Android: REG: Fix crash.BogDan Vatra2014-06-151-3/+5
* | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-144-8/+22
|\|
| * Fix case insensitive comparisons using QCollatorLars Knoll2014-06-122-5/+15
| * Windows: Fix maximizing frameless windows on secondary screens.Sérgio Martins2014-06-111-3/+6
| * Fix Android: use fbo read back workaround with specific GPUs.Coursar2014-06-111-0/+1
* | QFontComboBox sometimes became too wide because of wrong fixed sizeJan Arve Saether2014-06-141-1/+1
* | Android: Report something sensible for screen geometryEskil Abrahamsen Blomfeldt2014-06-135-18/+46
* | Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-10/+2
* | Revert "Revert "Fixed duplicate QMoveEvent generated for each QWidget::move c...Friedemann Kleint2014-06-131-1/+4
* | QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-124-11/+37
* | Don't try to read from invalid file descriptors in QProcessThiago Macieira2014-06-123-6/+10
* | QProcessPrivate: merge the functions dealing with stdout and stderrThiago Macieira2014-06-125-131/+54
* | Rename QProcessPrivate::destroyChannel to closeChannelThiago Macieira2014-06-125-20/+20
* | Move the QProcessPrivate Windows objects into QProcessPrivate::ChannelThiago Macieira2014-06-123-67/+56
* | Move the QProcessPrivate channel buffers into QProcessPrivate::ChannelThiago Macieira2014-06-124-40/+37
* | Support hotplugging of input devices with XInput2Allan Sandfeld Jensen2014-06-122-105/+145
* | Doc: correct the format of Q_PLUGIN_METADATA macro in sample codesZhang Xingtao2014-06-122-2/+2