summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QCompleter::splitPath(): don't get tangled up in stringsMarc Mutz2015-10-151-11/+8
* Avoid triggering OpenGL initialization for RasterSurfaceJohn Lindgren2015-10-141-0/+9
* QOpenGLWidget: Fix grabbing multisample framebuffersLaszlo Agocs2015-10-141-2/+13
* QOpenGLWidget: Do not recurse when calling grabFramebuffer() from paintGL()Laszlo Agocs2015-10-141-2/+8
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-4/+2
|\
| * QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-4/+2
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-134-6/+6
* | QTreeWidget: Fixed reverse order of first level items in Drag and DropLibor Tomsik2015-10-081-1/+1
* | QMacStyle: Set NSButton title to empty string, not nilTor Arne Vestbø2015-10-081-1/+1
* | Fix selected items after sorting in QTableWidgetLibor Tomsik2015-10-071-5/+7
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0221-26/+109
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0221-26/+109
| |\|
| | * Doc: update QFileDialog::setSideBarUrls code snippetSamuel Gaist2015-09-222-2/+2
| | * QFileDialog: preserve window state after delayed widget dialog creationRichard Moe Gustavsen2015-09-221-1/+9
| | * Do not install headers for private classesFrederik Gladhorn2015-09-0715-19/+96
| | * Android: Don't use predictive text when selecting file namesBogDan Vatra2015-09-061-0/+3
| | * Support device pixel ratio in QWidget graphic effectsDavid Edmundson2015-09-041-1/+4
| | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-1/+1
| | * Prevent QGestureManager crash.Morten Johan Sørvig2015-09-022-2/+5
* | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
* | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-022-2/+2
* | | Doc: Fix URL in QSystemTrayIcon documentationTopi Reinio2015-10-021-1/+1
|/ /
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | Doc: minor link issue in qtbaseNico Vertriest2015-09-281-1/+1
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-2716-74/+76
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | Fix up QOpenGLWidget transparency supportLaszlo Agocs2015-09-241-9/+13
* | Change indicator arrow direction in Fusion styleJoni Poikelin2015-09-241-0/+8
* | Allow vertical resizing of wizard pages with water markLouai Al-Khanji2015-09-241-1/+0
* | Close QWidgetWindows by closing the windowMorten Johan Sørvig2015-09-231-2/+2
* | QWidgetWindow: call base class close event implMorten Johan Sørvig2015-09-231-0/+1
* | QGraphicsProxyWidget: forward touch events to QWidgetRafael Roquetto2015-09-221-0/+13
* | QAbstractSpinBox::inputMethodQuery(): Consider input method hints set on the ...Friedemann Kleint2015-09-221-1/+10
* | Make QWidget::grab work with graphics effectsPaul Olav Tvete2015-09-221-1/+1
* | Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
* | QLineEdit: Don't include left and right minimum bearing when drawing textTor Arne Vestbø2015-09-221-12/+6
* | Fix QT_NO_ACCESSIBILITY build on windowsLiang Qi2015-09-151-0/+2
* | Fix some doc warnings.Friedemann Kleint2015-09-112-3/+2
* | Fix QT_NO_ACCESSIBILITY build on linuxLiang Qi2015-09-111-0/+2
* | Notify when the primary screen changesAleix Pol2015-09-083-0/+16
* | QMacStyle: Fix splitter handle background on 10.10 or laterGabriel de Dietrich2015-09-071-16/+11
* | QMacStyle: Call subElementRect() on proxy style for SE_TabBarTabTextGabriel de Dietrich2015-09-071-1/+1
* | Fix some qdoc warnings.Friedemann Kleint2015-09-073-10/+10
* | Doc: Move selected \keywords to be \targets insteadTopi Reinio2015-09-073-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-2712-26/+77
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2612-26/+77
| |\|
| | * Fix unnecessary enter leave eventsJorgen Lind2015-08-201-2/+2
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
| | * Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-182-4/+36
| | * Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-1/+1