summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-301-0/+2
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1613-36/+36
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-031-0/+0
* QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
* QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
* QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* Doc: Make reference to platform styles version agnosticPaul Wicking2018-07-251-4/+3
* Reset geometry constraints when removing stylesheetSergio Martins2018-07-171-4/+1
* QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
* QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
* Doc: Remove redundant \codePaul Wicking2018-07-131-4/+0
* Doc: Explain emission of QAction::changed on calling QAction::togglePaul Wicking2018-07-111-2/+6
* Show the toolbutton's menu in the right place on multiple screensAndy Shaw2018-07-101-2/+2
* QSplashScreen: Pass the layout direction set on widget to the painterAndy Shaw2018-07-101-0/+1
* QMenuBar: Account for displays that are above 0x0Andy Shaw2018-06-291-1/+1
* Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-271-13/+30
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* Doc: Add missing full stops in briefsPaul Wicking2018-06-212-2/+2
* QHeaderView: Send the StatusTip events to itself if there is no parentAndy Shaw2018-06-141-1/+1
* Merge 5.11 into 5.11.1Oswald Buddenhagen2018-06-073-1/+6
|\
| * Fix build for Android with android-clang in r17Liang Qi2018-06-061-1/+1
| * Fix building with -no-feature-dirmodel -no-feature-filesystemmodelJoni Poikelin2018-06-041-0/+1
| * QAbstractSpinBox: Add more documentation cross linksAndre Hartmann2018-06-041-0/+4
* | Don't set the wasDeleted flag in ~QWidgetLars Knoll2018-06-072-1/+4
|/
* Render QOpenGLWidget/QQuickWidget with AlwaysStackOnTopAllan Sandfeld Jensen2018-05-311-14/+16
* QAbstractSpinBox: Fix missing frame conditionGabriel de Dietrich2018-05-301-1/+1
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2945-133/+152
* 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