summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1021-97/+155
|\
| * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-1/+11
| * Improve handling of screens in QWidgets.Friedemann Kleint2015-02-064-22/+35
| * Do not close popup widgets when showing a widget embedded into QGraphicsView.Friedemann Kleint2015-02-051-4/+9
| * Streamline code in QDesktopWidget.Friedemann Kleint2015-02-042-22/+15
| * QWindowsXPStylePrivate::buffer(): Improve warnings.Friedemann Kleint2015-02-041-2/+2
| * Handle failure of Windows XP theme painting functions for PE_FrameWindow.Friedemann Kleint2015-02-042-20/+31
| * Set dpr of QImage in QOpenGLWidget grabFramebufferDyami Caliri2015-02-031-0/+1
| * QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-031-23/+54
| * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-032-1/+10
| * QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
| * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-021-2/+2
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-12/+11
| |\
| | * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-164-14/+29
| | |\
| | * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
| | * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-121-5/+3
| * | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-231-2/+2
| * | | QSystemTrayIcon: handle submenus correctlyDmitry Shachnev2015-01-222-5/+24
| * | | Doc: remove wrong note in QTreeWidget::itemWidget.David Faure2015-01-221-2/+0
| * | | Accessibility: Fix selection change notifications on LinuxFrederik Gladhorn2015-01-213-3/+3
* | | | QtWidgets: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-0835-43/+72
* | | | QOpenGLWidget/Window: improve docs for the dtorGiuseppe D'Angelo2015-02-071-1/+3
* | | | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-072-2/+3
* | | | 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
|\ \ \ \