summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidget: Fix a crash when platform window creation failsFriedemann Kleint2018-01-171-2/+4
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-081-2/+4
* QOpenGLWidget: Fix UB (invalid cast) in ~QOpenGLWidgetPrivateDyami Caliri2017-05-051-6/+2
* QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-04-111-3/+2
* Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-071-2/+3
* Fix floating dock widget having the wrong parentOlivier Goffart2017-03-271-3/+3
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-03-241-1/+2
* QToolBox: fix potential UB (invalid cast) in Private::_q_widgetDestroyed()Marc Mutz2017-03-221-6/+4
* Close popups when blocked by modal dialogPaul Olav Tvete2017-03-141-0/+1
* Fix for horizontal scrollbarsLambert Duijst2017-03-081-2/+2
* Fix documentation typosChristian Gagneraud2017-03-031-1/+1
* Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-232-5/+3
* QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-231-1/+1
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-202-65/+59
* QSystemTrayIcon: initialize all membersMarc Mutz2017-02-071-1/+4
* Clear dock indicator when not over a floating dock group windowSergio Martins2017-02-062-5/+27
* Fix dock widget having the wrong parent after a dragSergio Martins2017-02-061-2/+4
* QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-201-5/+4
* Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-201-6/+8
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-044-26/+18
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2017-01-031-1/+3
* 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
* 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
* Mention QDialog::setSizeGripEnabled() in QSizeGrip's docsSergio Martins2016-11-021-1/+4
* QMainWindow: fix wording in apidocFrederik Schwarzer2016-10-311-1/+1
* 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
* 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
* 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
* 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
* 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