summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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-043-4/+0
* QDialog: don't tell native dialog to hide if never shownRichard Moe Gustavsen2015-02-041-1/+1
* QCalendarWidget: simplify formatNumber()Marc Mutz2015-02-041-10/+1
* Fix 1700 override warnings [-Winconsistent-missing-override]Sérgio Martins2015-02-036-22/+22
* QLayoutStruct: reduce struct size 36 -> 32 bytesMaks Naumov2015-02-031-1/+1
* QUrlModel::addUrls(): compare file urls according to OS case sensitiveMaks Naumov2015-02-031-2/+3
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-0364-273/+269
* 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
* QCalendarWidget: use ctor-init-list (I)Marc Mutz2015-02-021-13/+13
* QLayoutEngine: replace an inefficient QList with QVarLengthArrayMarc Mutz2015-02-021-5/+6
* Avoid unneeded QBrush::texture() callsAllan Sandfeld Jensen2015-02-022-6/+19
* QFileDialog::setDirectory(): remove unused local variableMaks Naumov2015-02-021-1/+0
* Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-281-0/+1
* Avoid warning in makeCurrentLaszlo Agocs2015-01-281-3/+1
* QTreeWidget: forbid forcing PartiallyChecked on parent tristate items.David Faure2015-01-251-1/+1
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-2/+2
* QPlainTextEditControl: reimplement anchorAt()J-P Nurmi2015-01-243-1/+6
* QOpenGLWidget/QOpenGLWindow: add a destructor which calls makeCurrentGiuseppe D'Angelo2015-01-241-2/+15
* QSystemTrayIcon uses D-Bus StatusNotifier on Linux when possibleShawn Rutledge2015-01-222-6/+10
* Introduce QFontDatabase::isPrivateFamily()Gabriel de Dietrich2015-01-212-13/+3
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-2110-27/+84
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-2110-27/+84
| |\
| | * FusionStyle: Don't try to draw null pixmapsUlf Hermann2015-01-191-0/+3
| | * Doc: Fix typosSze Howe Koh2015-01-192-2/+2
| | * Fix a crash in QPlainTextEdit::documentChangedPierre Rossi2015-01-191-2/+1
| | * Account for pixmap's device pixel ratio when calculating the label sizeAndy Shaw2015-01-191-5/+7
| | * Fix stylesheet crash.Morten Johan Sørvig2015-01-161-2/+2
| | * QColorDialog: Don't loose focus while color pickingSérgio Martins2015-01-092-7/+23
| | * docs: Explain the limitations of QWidget::grabMouse() on WindowsSérgio Martins2015-01-081-5/+4
| | * Remove redundant codeAndy Shaw2015-01-071-5/+0
| | * Windows: Fix QColorDialog's live updates while picking outside colorSérgio Martins2015-01-063-5/+48
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-203-0/+13
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-1/+3
* | | QToolBox: remove redundant QAbstractButton::text() from paintEvent()Maks Naumov2015-01-191-1/+0
|/ /
* | QColorDialog: Fix build with QT_SMALL_COLORDIALOGSérgio Martins2015-01-171-70/+17
* | QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-5/+11
* | QComboBox: simplify codeGiuseppe D'Angelo2015-01-161-7/+6
* | Reduce excessive painting caused by transient scrollbarsJ-P Nurmi2015-01-141-1/+1
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+4
* | Add QWheelEvent::sourceShawn Rutledge2015-01-132-2/+2
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-134-7/+49
* | Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* | QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* | QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* | QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-084-11/+11