summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Close popups when blocked by modal dialogPaul Olav Tvete2016-11-301-0/+1
* QListViewItem: add constexprMarc Mutz2016-11-301-11/+11
* Clean up style selection codeLars Knoll2016-11-2927-126/+115
* QtWidgets: Add missing overrideAlexander Volkov2016-11-2920-210/+210
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-37/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-37/+9
| |\
| | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-172-36/+8
| | * docs: Reference QLineEdit::hasAcceptableInput() in setValidator()Sérgio Martins2016-11-161-1/+1
* | | Remove some #if 0 blocks from API headersEdward Welbourne2016-11-232-13/+0
* | | QFormLayout: fix use-after-free in clearQLayoutItem()Marc Mutz2016-11-221-14/+11
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-166-20/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-156-20/+25
| |\|
| | * doc: Remove obsolete note for QWidget::paintEvent()Alexander Volkov2016-11-122-13/+0
| | * QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-091-0/+1
| | * QGraphicsSceneBspTreeIndex: fix misleading code in event()Marc Mutz2016-11-081-6/+2
| | * QGraphicsWidget: add missing break statement to switch in event()Marc Mutz2016-11-081-0/+1
| | * QStyleHelper::uniqueName(): Improve palette pixmap cache keyFriedemann Kleint2016-11-081-1/+21
* | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-102-7/+6
* | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-7/+7
* | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-093-3/+3
* | | Replace custom type traits with std one'sKai Koehne2016-11-084-10/+10
* | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-082-2/+5
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-082-2/+5
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-042-2/+5
| | |\|
| | | * Mention QDialog::setSizeGripEnabled() in QSizeGrip's docsSergio Martins2016-11-021-1/+4
| | | * QMainWindow: fix wording in apidocFrederik Schwarzer2016-10-311-1/+1