summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove a boolean trap in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-102-9/+19
* QKeySequenceEdit: give nested line edit an objectNameMarc Mutz2013-11-101-0/+1
* QKeySequenceEdit: make setKeySequence a slotMarc Mutz2013-11-101-1/+1
* Document the BC break of viewportSizeHint() in itemviewsGiuseppe D'Angelo2013-11-097-5/+29
* Android native message dialogBogDan Vatra2013-11-096-7/+93
* Move QTreeView::accessibleTree2Index to the private classGiuseppe D'Angelo2013-11-083-11/+17
* QHeaderView - remove confusing boolThorbjørn Martsum2013-11-082-7/+2
* Fix QFileDialog::getSaveFilename() with a given default nameShawn Rutledge2013-11-081-9/+10
* Revert "Fix setVisible() of QWidget has no effect in QTreeWidgetItem"Friedemann Kleint2013-11-081-2/+1
* Prevent a crash in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-081-1/+5
* Fix potential BC break in QColorDialog.Friedemann Kleint2013-11-083-47/+61
* Fix potential BC break in QTabBar.Friedemann Kleint2013-11-082-18/+6
* Dialogs: provide the StandardButton->ButtonRole mapping in QPAShawn Rutledge2013-11-071-40/+3
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* 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