summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * BlackBerry PlayBook build fixesSérgio Martins2014-08-262-3/+7
| * Doc: corrected autolink errors QjsonvalueNico Vertriest2014-08-251-6/+6
| * Cocoa: Work around faulty screen list on startupMorten Johan Sørvig2014-08-241-2/+6
| * Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-232-7/+7
| * remove always ask option.Lorn Potter2014-08-233-57/+5
| * Fix handling QT_IM_MODULE=nonePekka Vuorela2014-08-232-1/+4
| * xcb: use keyboard event source window to determine auto-repeat valueDyami Caliri2014-08-203-17/+18
| * Android: use correct size when leaving fullscreenPaul Olav Tvete2014-08-201-3/+3
| * Fix invalid memcpy(dst, src) calls where dst == srcAllan Sandfeld Jensen2014-08-201-1/+3
| * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-202-1/+7
| * Detect wrongly labelled wheel buttonsAllan Sandfeld Jensen2014-08-201-1/+4
| * Make QWindowContainer handle drag'n'dropAllan Sandfeld Jensen2014-08-202-0/+10
| * Resize correctly on orientation change.Paul Olav Tvete2014-08-202-2/+2
| * Use correct size in fullscreen modePaul Olav Tvete2014-08-201-0/+6
| * Properly null-terminate ifreq::irf_nameMarc Mutz2014-08-191-0/+1
| * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-2/+2
| * Fix a memory leak in QFseventsFileSystemWatcherEngineAndy Shaw2014-08-181-0/+1
| * refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-152-12/+15
| * Fix mistake in function extraTryFontsForFamilyAllan Sandfeld Jensen2014-08-151-4/+4
| * Fix rendering of fonts matched based on stretchAllan Sandfeld Jensen2014-08-141-0/+7
| * Fix x86/32-bit build when using an old version of gccJulien Brianceau2014-08-141-0/+1
| * Fix selection of fonts based on styleNameAllan Sandfeld Jensen2014-08-141-4/+4
| * QFusionStyle paints sliders outside of clipAllan Sandfeld Jensen2014-08-141-1/+1
| * Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
| * Let QImage::mirrored() retain dots-per-meter settingsaavit2014-08-141-0/+2
| * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+3
| * Correct the SYNC hint for the release barrierThiago Macieira2014-08-131-1/+1
| * Fix QT_NO_REGULAREXPRESSION buildSérgio Martins2014-08-135-0/+18
| * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-138-0/+29
| * Fix build with QT_NO_MDIAREASérgio Martins2014-08-121-2/+5
| * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-2/+1
| * OSX MenuRole detection: remove ampersand before looking for keywordsShawn Rutledge2014-08-121-12/+14
* | Correct information about all headers being movable.Mitch Curtis2014-09-221-3/+0
* | [Bearer] Try a bit harder to open a network sessionPierre Rossi2014-09-221-1/+7
* | Remove unused variable in QStyleSheetStyle::hasStyleRule()Maks Naumov2014-09-221-1/+0
* | Add support for blacklisting test functionsLars Knoll2014-09-2112-9/+353
* | Fix crash in QCombobox when resetting model during currentIndexChanged()Alex Blasche2014-09-211-1/+1
* | Respect the PM_SmallIconSize setting for icons in a menu on OS XAndy Shaw2014-09-206-4/+28
* | Fix memory leak of QSettings in QLibraryInfo::platformPluginArgumentsDyami Caliri2014-09-201-1/+2
* | iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-204-2/+65
* | iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-208-246/+335
* | Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* | a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-201-5/+10
* | a11y: Make QAccessibleButton and friends resolve role dynamicallyTor Arne Vestbø2014-09-203-38/+49
* | xcb: Fix memory leaks in DnDAlexander Volkov2014-09-191-3/+10
* | Keep a source of propagated mouse eventsAlexander Volkov2014-09-192-1/+3
* | Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
* | Windows qpa: fix minimum allowed fixed height, width on windowsDyami Caliri2014-09-191-2/+1
* | Update widget winId when screen changesDyami Caliri2014-09-191-0/+6
* | QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-193-1/+11