summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix build with -no-feature-whatsthisPaul Olav Tvete2017-01-251-0/+2
* Fix build with -no-feature-treewidgetPaul Olav Tvete2017-01-251-2/+2
* Compile with -no-feature-tooltipPaul Olav Tvete2017-01-253-0/+6
* Fix build with -no-feature-toolbuttonPaul Olav Tvete2017-01-253-2/+12
* Fix build with -no-feature-tabbarPaul Olav Tvete2017-01-254-5/+26
* Fix build with -no-feature-tabwidgetPaul Olav Tvete2017-01-251-11/+9
* Fix build with -no-feature-sliderPaul Olav Tvete2017-01-252-1/+3
* Fix build with -no-feature-texteditPaul Olav Tvete2017-01-252-1/+5
* Fix styles compilation with features removed, round 2Paul Olav Tvete2017-01-254-11/+72
* Fix build with -no-feature-rubberbandPaul Olav Tvete2017-01-251-1/+2
* Fix build with -no-feature-menubarPaul Olav Tvete2017-01-251-2/+9
* Fix build with -no-feature-menuPaul Olav Tvete2017-01-253-2/+10
* Compile with -no-feature-itemviewsPaul Olav Tvete2017-01-253-5/+11
* Fix build with -no-feature-graphicsviewPaul Olav Tvete2017-01-251-0/+3
* Fix build with -no-feature-dockwidgetPaul Olav Tvete2017-01-251-4/+20
* Fix style compilation with -no-feature-...Paul Olav Tvete2017-01-255-6/+41
* Remove reimplementations of removed featuresPaul Olav Tvete2017-01-252-4/+4
* Make sure features are defined before testing themPaul Olav Tvete2017-01-253-9/+9
* model-view-programming.qdoc: Add missing list/endlistFriedemann Kleint2017-01-241-0/+2
* QMacNativeWidget: Remove Carbon reference from documentationGabriel de Dietrich2017-01-231-6/+2
* QMacCocoaViewContainer: Fix typos, wording in documentationGabriel de Dietrich2017-01-231-22/+17
* Doc: Remove specific mention of 'Qt 4' from Model/View documentationTopi Reinio2017-01-231-1/+1
* QQuickWidget: fix drag and dropOleg Yadrov2017-01-201-2/+6
* QWidget::winId(): Remove documentation bit about macOSGabriel de Dietrich2017-01-191-4/+0
* docs: Mention that QWidget::ensurePolished() also affects childrenSergio Martins2017-01-191-2/+2
* Make shortcuts work for platform menu barsDmitry Shachnev2017-01-192-5/+16
* Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-1/+1
* QKeySequenceEdit: If the next key is Key_unknown then it should be ignoredAndy Shaw2017-01-171-1/+2
* QSystemTrayIcon: initialize all membersMarc Mutz2017-01-141-1/+4
* Don't show bogus empty window when calling QMainWindow::restoreState()Sergio Martins2017-01-113-2/+20
* Replace non-existent signals with the correct onesKavindra Palaraja2017-01-101-1/+1
* Doc: corrected qdoc list syntaxNico Vertriest2017-01-091-0/+2
* QStylesheetStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-2/+2
* QFusionStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-6/+8
* QPixmapStyle: do not assume minimum == 0 when painting progress barsMarc Mutz2017-01-071-4/+7
* QProgressBar: don't lose precision in text()Marc Mutz2017-01-071-1/+1
* QProgressBar: remove unneeded ctor-style no-op castMarc Mutz2017-01-071-1/+1
* QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-061-5/+4
* Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-061-6/+8
* Make filesystemmodel feature depend on itemmodelUlf Hermann2017-01-041-0/+1
* QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-0/+14
* Fix warning from MinGW/GCC 6.2Andrew Knight2016-12-281-2/+1
* Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-2/+2
* Doc: Updated code sample to match documentation of QCompleterSamuel Gaist2016-12-201-1/+1
* Update model-view documentation about layoutChangedStephen Kelly2016-12-181-3/+16
* QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53
* Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
* Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-124-26/+18
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2016-12-061-1/+3