summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QGenericUnixTheme::xdgIconThemePaths: add /usr/share/pixmapsAntti Kaijanmäki2014-10-291-0/+5
* Add accessible actions for scrolling and page changesFrederik Gladhorn2014-10-283-1/+117
* moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-283-140/+188
* moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-282-5/+11
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2014-10-28110-1540/+1469
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-27110-1540/+1469
| |\
| | * Android: Fix android bearer implementation.Christian Strømme2014-10-271-27/+14
| | * Make networkmanager bearer backend work betterLorn Potter2014-10-276-221/+346
| | * Add searchEdit as accessible stateFrederik Gladhorn2014-10-256-3/+24
| | * Add extra declarations to make rcc output pass -Wmissing-declarationshjk2014-10-251-0/+12
| | * Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-251-0/+7
| | * iOS: Make room for zero-terminator when building argv from NSProcessInfoTor Arne Vestbø2014-10-251-2/+8
| | * Add support for more font weights internallyPierre Rossi2014-10-245-9/+36
| | * Doc: Fix CustomStyle snippetAlexander Volkov2014-10-245-4/+5
| | * Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
| | * Add support for "Apple Roman" encodingAlexander Volkov2014-10-241-0/+2
| | * QGraphicsScene: stabilize stacking order of toplevel itemsaavit2014-10-241-1/+1
| | * Fix rubberband selection in rotated GraphicsViewaavit2014-10-241-1/+1
| | * QPrinter - Fix DuplexMode on all platformsJohn Layt2014-10-249-18/+138
| | * Indicate that QTestLib is runningMorten Johan Sørvig2014-10-241-0/+1
| | * QStyleSheetStyle: Don't interfere with QFontDialogPierre Rossi2014-10-242-0/+5
| | * Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-242-3/+18
| | * QCoreWLanEngine: Remove OS X 10.6 versionGabriel de Dietrich2014-10-242-929/+1
| | * Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-243-8/+13
| | * Doc: QFileDevice and QFile::setPermissions do not manipulate ACLsLeena Miettinen2014-10-242-2/+15
| | * Correctly update QComboBox appearance on editable changeEskil Abrahamsen Blomfeldt2014-10-242-4/+3
| | * Item view: Update item positions when delegate changesEskil Abrahamsen Blomfeldt2014-10-241-0/+1
| | * Cocoa: Prevent FrameStrutMouseEvent double-clicksMorten Johan Sørvig2014-10-241-0/+6
| | * Cocoa: Bring back qt_mac_set_raise_processMorten Johan Sørvig2014-10-241-3/+6
| | * Cocoa: Don't send FrameStrut events during dragsMorten Johan Sørvig2014-10-241-0/+4
| | * Don't flush user input events from setVisibleMorten Johan Sørvig2014-10-241-1/+1
| | * Cocoa: Fix trackpad scrolling modifiers.Morten Johan Sørvig2014-10-241-4/+0
| | * Respect NoSubpixelAntialias in QCoreTextFontEngine::imageForGlyphAllan Sandfeld Jensen2014-10-241-3/+4
| | * Fix printing of semitransparent images to PDFAllan Sandfeld Jensen2014-10-241-1/+3
| | * QMainWindow: respect the maximum size of the central widgetPaul Olav Tvete2014-10-241-2/+4
| | * Doc: warn about preserving input method hintsPaul Olav Tvete2014-10-241-0/+4
| | * Fix bogus error report when disconnect/stop actually worksLorn Potter2014-10-242-5/+31
| | * Improve QDebug formatting of QtSql classes.Friedemann Kleint2014-10-234-22/+37
| | * QSwipeGestureRecognizer: Fix gesture cancel on direction change.Friedemann Kleint2014-10-231-2/+2
| | * Do not parent the shader program to the QOpenGLContextJocelyn Turcotte2014-10-231-1/+4
| | * Add missing since info to ShareOpenGLContexts docsLaszlo Agocs2014-10-231-1/+2
| | * Fix software OpenGL DLL name in the enum docsLaszlo Agocs2014-10-231-1/+1
| | * Cocoa: avoid sending exposes too earlyLaszlo Agocs2014-10-231-2/+6
| | * Get the correct available resolutions from the printerAndy Shaw2014-10-231-3/+3
| | * Don't use cosmetic GDI pens as this is already accounted forAndy Shaw2014-10-231-4/+1
| | * Doc: Fix description of QTranslator::translate()Kai Koehne2014-10-231-0/+5
| | * Allow QtCreator to pass additional args and env vars to the application.BogDan Vatra2014-10-231-0/+17
| | * Fix styled vertical dockwidget title cut off bug and elide text if longMarko Kangas2014-10-231-4/+6
| | * Q{Sequential,Associative}Iterable: fix const_iterator assignmentMarc Mutz2014-10-231-8/+12
| | * Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-235-1/+30