summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0885-425/+425
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-051-18/+18
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-021-1/+1
* Fix race condition in ~QFileInfoGathererFrederik Gladhorn2013-10-021-0/+2
* QMessageBox - make detail text work on set after showThorbjørn Martsum2013-09-301-1/+3
* QMacNativeWidget: Background should be transparentGabriel de Dietrich2013-09-261-0/+1
* Mac: QWizard default background pixmap works againLiang Qi2013-09-261-29/+20
* QKeySequenceEdit: cleanup unused member variableJ-P Nurmi2013-09-262-3/+1
* Add shortcutsOverride in QLineEdit for used shortcutsDavid Edmundson2013-09-241-1/+3
* Windows: Increase the max length of a system tray tooltip.Sérgio Martins2013-09-241-1/+1
* Add QKeySequenceEditIvan Komissarov2013-09-244-0/+507
* Remove some qBinaryFind usages from QtWidgetsGiuseppe D'Angelo2013-09-232-7/+5
* QFileSystemModel: Fix build when QT_NO_FILESYSTEMWATCHER is definedAndrew Knight2013-09-231-2/+45
* De-inline virtuals of some non-exported private classes in QtGuiThiago Macieira2013-09-232-4/+14
* Port QMacCocoaViewContainer to Qt 5.Morten Johan Sørvig2013-09-233-29/+52
* Port QMacNativeWidget to Qt 5Morten Johan Sørvig2013-09-233-23/+64
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-217-0/+125
* Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeysDavid Edmundson2013-09-211-14/+8
* Fix some doc errors.Frederik Gladhorn2013-09-214-6/+4
* Add QMenu -> NSMenu conversion functions.Morten Johan Sørvig2013-09-214-0/+160
* Added support for cover windows on BlackBerry platformBernd Weimer2013-09-201-0/+13
* QCompleter::setFilterMode() add property filterMode.Oto Magaldadze2013-09-203-16/+94
* QMessageBox - make it possible to have a checkbox on the dialogThorbjørn Martsum2013-09-202-3/+62
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-2/+4
* Fix QGLWidget segfault on AndroidPaul Olav Tvete2013-09-202-4/+7
* Implement QMainWindow::takeCentralWidget()Sune Vuorela2013-09-202-0/+18
* Specify valid values for QScrollArea::setAlignment()Jan Arve Saether2013-09-191-0/+9
* Make Accessibility publicFrederik Gladhorn2013-09-195-6/+3
* Include hidden headers in trees and tables consistentlyJan Arve Saether2013-09-183-6/+14
* Simplify QFileSystemModel::remove by using QDir::removeRecursivelyDavid Faure2013-09-161-24/+2
* Don't depend on QtQuick plugin in QtWidgetsEskil Abrahamsen Blomfeldt2013-09-161-2/+2
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-145-5/+26
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-135-5/+26
| |\
| | * Fix highdpi CE_HeaderLabel pixmaps in fusion styleMorten Johan Sørvig2013-09-131-1/+4
| | * Windows style: Support underlined mnemonics from Qt Quick ControlsGabriel de Dietrich2013-09-121-0/+6
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-091-1/+4
| | * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-2/+2
* | | QMessageBox - move margins to a left spacerThorbjørn Martsum2013-09-131-27/+24
* | | Don't use an extension to the C++ language in public headersThiago Macieira2013-09-131-10/+11
|/ /
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-106-9/+23
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-076-9/+23
| |\|
| | * Forward QGraphicsView::mouseDoubleClickEventMarcel Krems2013-09-061-0/+7
| | * Fix regression in QListViewJ-P Nurmi2013-09-031-4/+4
| | * Ensure the timer is killed when appropriate before starting a new oneAndy Shaw2013-09-031-2/+9
| | * Update QLineEdit::placeholderText property documentationGiuseppe D'Angelo2013-08-291-2/+1
| | * Activate Qt::WidgetWithChildrenShortcut shortcuts in MDI subwindowsGiuseppe D'Angelo2013-08-281-1/+1
| | * Close menu on 2nd click on QMenuBar.Friedemann Kleint2013-08-271-0/+1