summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-315-27/+32
|\|
| * Mark the entire widget dirty when changing flush pathsLaszlo Agocs2016-10-291-2/+8
| * Fixed crash taking null central widgetAndré Somers2016-10-281-2/+4
| * QWidgetPrivate: remove unused declarations of methodsAnton Kudryavtsev2016-10-281-3/+0
| * QWindowsXPStyle: Use qreal scale factors in theme drawing helpersFriedemann Kleint2016-10-282-20/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-275-8/+13
|\|
| * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-6/+3
| * iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
| * Don't change the size of widgets just because it is in a floating dockAndy Shaw2016-10-241-1/+3
| * Call raise on the window that contains the widget and not the widgetAndy Shaw2016-10-241-1/+1
| * QComboBox: fix build with GCC 7Marc Mutz2016-10-221-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-223-6/+15
|\|
| * macOS: Don't override the set tab text color with whiteAndy Shaw2016-10-192-5/+6
| * QCommonStyle::standardIcon: Add 64x64 Qt logo pixmap for SP_TitleBarMenuButtonFriedemann Kleint2016-10-181-1/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-172-1/+8
|\|
| * Doc: Fix typo in QtStyledItemDelegate::paint() docsLeena Miettinen2016-10-141-1/+1
| * Doc: add notes about validator and completer in QComboBoxFrederik Gladhorn2016-10-131-0/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-136-5/+15
|\|
| * QToolBarAreaLayoutInfo: add missing break statements in switch in distance()Marc Mutz2016-10-121-1/+6
| * QComboBox: add missing break in switch in keyPressEvent()Marc Mutz2016-10-121-0/+1
| * QFusionStyle: add missing break in switch in drawControl()Marc Mutz2016-10-121-1/+1
| * QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
| * QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1
| * QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
| * QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* | Doc: Mention context menu related API in QWidget overviewKai Koehne2016-10-111-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-088-11/+33
|\|
| * QAbstractItemView: use only a 1x1 QRect for selecting on mouse pressFrank Reininghaus2016-10-071-2/+7
| * Link to topLevelChanged() in the docs of QDockWidget::floatingSergio Martins2016-10-071-1/+3
| * QGraphicsWidget: Fix UB (invalid member calls) in destruction sequenceMarc Mutz2016-10-061-0/+5
| * Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
| * Use the same object in description as in described codeFrederik Schwarzer2016-10-061-1/+1
| * QTextEdit: don't show placeholder text while composing textRichard Moe Gustavsen2016-10-063-1/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-053-7/+4
|\|
| * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-3/+3
| * docs: Don't mark qDrawBorderPixmap() as overloadSergio Martins2016-10-051-1/+0
| * QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
| * QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-2/+12
|\|
| * [doc] Fix docs of QLayoutItem::widget()Marc Mutz2016-09-291-2/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-2812-36/+45
|\|