summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix placeholder text in QTextBrowserJ-P Nurmi2013-11-051-7/+8
* Remove Q_INIT_RESOURCE_EXTERNTor Arne Vestbø2013-11-051-3/+0
* qdoc: Eliminate qobject_cast() collisionMartin Smith2013-11-051-0/+2
* Disable clear button in read-only QLineEdit.Friedemann Kleint2013-11-053-0/+13
* QLineEdit: Fix potential crash when removing the clear button.Friedemann Kleint2013-11-053-5/+4
* Make error messages a bit better.Stephen Kelly2013-11-051-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-052-3/+3
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-0/+2
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-311-0/+7
* use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* Fix setVisible() of QWidget has no effect in QTreeWidgetItemChengyong Xie2013-10-311-1/+2
* QFileDialog: document the consequences of being "widgetless"Shawn Rutledge2013-10-311-1/+9
* Fix QSpinBox size calculation problem with empty stylesheetsCaroline Chao2013-10-301-1/+1
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-303-3/+3
* Fix QCommonStyle::subControlRect(SC_GroupBoxCheckBox)J-P Nurmi2013-10-291-1/+1
* QWizard: provoke 'enum value not handled in switch' warnings in object_name_f...Marc Mutz2013-10-281-1/+13
* QWizard: give all buttons an objectNameMarc Mutz2013-10-281-13/+16
* Remove sunken state for Android.BogDan Vatra2013-10-251-2/+9
* Android: Fix the QSlider handler position.BogDan Vatra2013-10-251-4/+7
* QFileDialog can delete files too, not just directoriesShawn Rutledge2013-10-231-0/+2
* Better QWindowContainer by not relying on native widgets.Gunnar Sletta2013-10-224-23/+172
* Doc: Add missing \since 5.2 to QSizePolicy::retainSizeWhenHiddenMarcel Krems2013-10-221-0/+2
* don't bother defining QT_NO_DIRECTWRITE hereOswald Buddenhagen2013-10-181-4/+0
* Clear qt_tablet_target in ~QWidgetWindow.Friedemann Kleint2013-10-182-0/+7
* Fix widgets link error on iOS (missing mac gesture recognizers).Friedemann Kleint2013-10-181-2/+2
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-176-22/+22
* Move the viewOptions code back to public implementationSamuel Gaist2013-10-175-42/+26
* Properly paint QListView dragged item in icon modeSamuel Gaist2013-10-172-28/+17
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-177-91/+413
* QGraphicsItemAnimation: save some string data (text size -= 1K)Marc Mutz2013-10-161-37/+26
* Only emit messageChanged() if the message has actually changedAndy Shaw2013-10-151-2/+3
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-152-79/+193
* Accessibility: simplify dockwidget accessibleFrederik Gladhorn2013-10-141-2/+8
* Don't rely on the Qt version when reading a QHeaderView state streamAndy Shaw2013-10-121-4/+5
* Make QSystemTrayIcon::showMessage invokableAllan Sandfeld Jensen2013-10-112-2/+4
* 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