summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QFusionStyle: Fix width of editable combo boxFriedemann Kleint2018-05-151-1/+1
* Fix build without features.cursorTasuku Suzuki2018-05-151-11/+15
* Fix build without features.completerTasuku Suzuki2018-05-091-0/+2
* Fix building with -no-feature-shortcutJoni Poikelin2018-05-081-0/+2
* Fix Clang 6 warning about comparing different enumsThiago Macieira2018-05-041-1/+1
* Fix crash in QMacPanGestureRecognizerJan Arve Saether2018-05-022-2/+17
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-0227-155/+160
* Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
* Fix for input method commit that ends with newlinePaul Olav Tvete2018-04-271-1/+6
* QWidgetWindow: Immediately forward close events to QWindowUlf Hermann2018-04-271-0/+1
* Fix build with -no-feature-graphicsviewPaul Olav Tvete2018-04-251-0/+1
* Style sheets: detect and use font set on QHeaderViewsGabriel de Dietrich2018-04-241-5/+7
* Fix QML integration of widgetsLars Knoll2018-04-231-1/+2
* Style sheets: Include margin while calculating QHeaderview section sizePeng Wu2018-04-221-2/+4
* QTabWidget: clarify ownership after insertTab() and addTab()Anton Kudryavtsev2018-04-201-4/+8
* Send ShortcutOverride event when receiving a non-spontaneous key pressAndy Shaw2018-04-201-2/+14
* QToolTip: Hide tooltip on key event on macOSGabriel de Dietrich2018-04-181-7/+5
* QSplitter: fix doc for widget() and handle()Anton Kudryavtsev2018-04-181-4/+5
* Don't ignore the shortcut when the QMenuBar is parentlessAndy Shaw2018-04-181-1/+8
* dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-122-1/+18
* Fix grouped dock widget from shifting down when createdSergio Martins2018-04-111-0/+2
* Fix z-order when dragging a dock widget over anotherSergio Martins2018-04-111-0/+1
* Fix crash if dock widget gets deleted while draggingSergio Martins2018-04-101-2/+3
* QSplitter::indexOf: fix documentationAnton Kudryavtsev2018-04-101-2/+2
* QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
* Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
* Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
* Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
* QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* QTableWidget: fix spelling errorRichard Moe Gustavsen2018-03-231-1/+1
* offscreen: Check that native interface is valid before using itAndy Shaw2018-03-211-1/+1
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
* QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-151-4/+4
* Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
* Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-142-11/+10
* widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
* Doc: Add doc to Graphics View Flow Layout exampleNico Vertriest2018-03-131-0/+0
* Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
* Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22
* QTabWidget: Do not add tabbar size during sizeHint() when it is hiddenChristian Ehrlicher2018-03-071-12/+24
* QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-071-1/+5
* QHeaderView: make use of LayoutChangeHint in _q_sectionsChanged()Christian Ehrlicher2018-03-043-22/+61
* QHeaderView: fix indentation in setModel() and clear()Christian Ehrlicher2018-03-031-37/+37
* ToolTip/Windows: Fix wrong size when font is modified by widget stylesheetFriedemann Kleint2018-03-011-1/+11
* QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-011-2/+4
* QHeaderView: skip dividing by 1, rather pointlessDavid Faure2018-02-281-1/+1
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-211-0/+24
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-211-3/+7