summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix warning about retrieving the handle from non-toplevels.Friedemann Kleint2012-04-271-2/+3
* Windows/Vista style: Fix painting of QGroupBox.Friedemann Kleint2012-04-271-16/+29
* Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-273-15/+13
* Take account of spanned items in QTreeView when dragging.Stephen Kelly2012-04-261-32/+9
* Remove deprecated conversion from QKeySequence to QStringOlivier Goffart2012-04-261-1/+1
* Don't use the QRegExp methods that modify the object [QtWidgets]Thiago Macieira2012-04-251-1/+2
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-254-7/+7
* Fix unmatched double quote characterJonathan Liu2012-04-231-1/+1
* Fix compilation with Q_DECL_OVERRIDEOlivier Goffart2012-04-201-1/+1
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-1/+2
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-182-2/+2
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-171-2/+4
* Add some missing \internal for accessibilityJan-Arve Saether2012-04-171-0/+1
* Fix out of bounds use of QVector API.Stephen Kelly2012-04-172-6/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1776-4781/+270
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1637-437/+375
| |\
| * | QLayoutItem - make controlTypes a virtual function.Thorbjørn Lund Martsum2012-04-134-13/+21
| * | Address Qt 5 to-do comments related to QFileSystemModel.Jason McDonald2012-04-123-9/+7
| * | Address Qt 5 to-do comment for QColorDialog.Jason McDonald2012-04-122-15/+23
| * | Make QBoxLayout::insertItem() public.Jason McDonald2012-04-121-3/+1
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1034-577/+622
| |\ \
| * | | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-093-23/+0
| * | | QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-071-5/+27
| * | | Remove the sectionAutoResize signal.Stephen Kelly2012-04-032-15/+2
| * | | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
| * | | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-2/+2
| * | | Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-282-8/+0
| * | | Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-284-24/+28
| * | | Merge master into api_changesKent Hansen2012-03-2710-327/+174
| |\ \ \
| * | | | Make QWidget::mapTo/mapFrom() take const pointers.Jason McDonald2012-03-262-6/+6
| * | | | Make QWidget::isEnabledTo() and isVisibleTo() to take const pointers.Jason McDonald2012-03-262-5/+4
| * | | | Make QGridLayout::getItemPosition() const.Jason McDonald2012-03-262-5/+5
| * | | | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2335-138/+208
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-2335-138/+208
| | |\ \ \ \
| * | | | | | Remove QWorkspace.Debao Zhang2012-03-2315-3702/+15
| * | | | | | Cleanup Q3* itemsDebao Zhang2012-03-231-1/+1
| |/ / / / /
| * | | | | Remove obsolete methods which forward to the base class.Stephen Kelly2012-03-222-22/+0
| * | | | | Remove non-const version of QTreeWidget method.Stephen Kelly2012-03-222-11/+0
| * | | | | Remove obsolete internal functions.Stephen Kelly2012-03-222-27/+0
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-36/+19
| * | | | | Change the parameter name of signals to be consistent.Stephen Kelly2012-03-211-2/+2
| * | | | | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
| * | | | | Reserve a virtual method for use with a feature in Qt 5.1.Stephen Kelly2012-03-202-0/+12
| * | | | | Reserve the virtual viewportSizeHint method in QAbstractScrollArea.Stephen Kelly2012-03-202-0/+12
| * | | | | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-2018-776/+24
| * | | | | Merge master into api_changesKent Hansen2012-03-192-11/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into api_changesKent Hansen2012-03-1639-277/+330
| |\ \ \ \ \ \
| * | | | | | | Fix warning about unused parameter.Stephen Kelly2012-03-141-0/+1