summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* xcb: Expose the systemtray functions through platformheadersJørgen Lind2015-02-231-21/+5
* Fixed license headersJani Heikkinen2015-02-178-8/+8
* Introduce QT_NO_MIMETYPESérgio Martins2015-02-172-1/+10
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-3/+3
* Add widget support for requestUpdate() and improve its docs and testsLaszlo Agocs2015-02-161-1/+11
* 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
* QFileDialog: don't warn about directory url prematurlyRichard Moe Gustavsen2015-02-151-1/+1
* QFileDialog: don't clear directory url upon showRichard Moe Gustavsen2015-02-151-4/+0
* Updated BSD licensed file headersJani Heikkinen2015-02-15129-385/+385
* Make QAccessibleTextWidget::attributes respect default document fontBoris Dušek2015-02-131-3/+3
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1312-0/+48
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1312-14/+15
* Fix text-align justify in accessibility supportBoris Dušek2015-02-131-1/+1
* Clarify QTextEdit::createStandardContextMenu(QPoint) docsJ-P Nurmi2015-02-121-1/+1
* QtWidgets: assorted migrations to QString::asprintfMarc Mutz2015-02-122-5/+5
* Fix Q_ENUM in QWizard.Friedemann Kleint2015-02-121-1/+1
* Use TabFocusBehavior in QStyleHints in widgetsLiang Qi2015-02-121-3/+1
* xcb: QSystemTrayIcon: grab background pixmap for compositing only onceShawn Rutledge2015-02-121-12/+11
* QFileInfoGatherer: fix race condition on fetchedRootMarc Mutz2015-02-121-4/+4
* Long live QString::asprintf()!Marc Mutz2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-11624-4204/+4141
* 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