summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* QDialogButtonBox: prevent crashes on deletions in slotsGiuseppe D'Angelo2015-05-091-1/+11
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-1/+1
|\
| * Fix shortcuts when using setDefaultActionPaul Olav Tvete2015-05-021-1/+1
* | QLineEdit: show the clear button if it gets enabled after setting a textGiuseppe D'Angelo2015-05-072-5/+5
* | QMainWindow::restoreDockWidget(): Fix positioning of floating docks with nati...Friedemann Kleint2015-04-261-2/+8
* | QToolButton: Fix popup menu geometry in case of QGraphicsProxyWidget.Friedemann Kleint2015-04-091-2/+2
* | Add Q_UNUSED for parameter (OS X)Timur Pocheptsov2015-04-071-0/+2
* | QComboBox: also adjust size on model reset, with AdjustToContentsDavid Faure2015-04-041-0/+1
* | QComboBox: open popup on touch release if QStyleHints has setFocusOnTouchRele...Richard Moe Gustavsen2015-04-042-16/+32
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-313-1/+12
|\|
| * Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
| * QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
| * Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* | QTabBar: Disable wheel events on MacGabriel de Dietrich2015-03-301-0/+2
* | Do not emit textEdited on inputMask changeJoni Poikelin2015-03-271-2/+2
* | QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-252-7/+7
* | QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-252-51/+81
* | QSplashScreen: Center also on high-dpi screensMorten Johan Sørvig2015-03-231-1/+1
* | QDoubleSpinBox: Set back an upper limit widthCaroline Chao2015-03-232-4/+16
* | Fix high-dpi scaledContents QLabelMorten Johan Sørvig2015-03-191-1/+4
* | QtWidgets: Fix const correctness in old style castsThiago Macieira2015-03-173-9/+9
* | Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* | QAbstractButton: emit released on focus out or disableFrederik Gladhorn2015-03-101-3/+7
* | Doc: added doc QProgressBar about undeterm. stateNico Vertriest2015-03-091-0/+2
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-253-3/+3
* | Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-255-9/+9
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+4
|\|
| * Make sure the QSplashScreen isn't closed instantly when calling finish()Andy Shaw2015-02-171-1/+4
* | Fixed license headersJani Heikkinen2015-02-173-3/+3
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* | Add missing QPlainTextEdit::createStandardContextMenu(QPoint)J-P Nurmi2015-02-152-1/+21
* | QWidgetTextControl: add object names for standard context menu actionsJ-P Nurmi2015-02-151-0/+8
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-0/+8
* | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-133-3/+3
* | Clarify QTextEdit::createStandardContextMenu(QPoint) docsJ-P Nurmi2015-02-121-1/+1
* | QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-121-4/+4
* | Update copyright headersJani Heikkinen2015-02-11148-1081/+1057
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-102-1/+10
|\|
| * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-032-1/+10
* | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-0817-22/+27
* | QComboBox: use QModelIndex::sibling() instead of index()+parent()Marc Mutz2015-02-041-3/+1
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-042-2/+0
* | QCalendarWidget: simplify formatNumber()Marc Mutz2015-02-041-10/+1
* | Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-034-6/+6
* | Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-0329-105/+105
* | QCalendarWidget: avoid three dynamic allocationsMarc Mutz2015-02-021-21/+15
* | QCalendarWidget: Extract Method formatNumber()Marc Mutz2015-02-021-34/+21
* | Micro-optimize QCalendarDateSectionValidator::highlightString()Marc Mutz2015-02-021-1/+1
* | Make QCalendarDateSectionValidator::highlightString() staticMarc Mutz2015-02-021-2/+2
* | QCalendarWidget: use ctor-init-list (II)Marc Mutz2015-02-021-2/+4