summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in name of included headerkb2012-05-071-1/+1
* Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-073-13/+24
* Load resources in in QTextDocument correctlyLars Knoll2012-05-042-2/+2
* Don't flush WA_DontShowOnScreen widgets.Morten Johan Sorvig2012-05-041-0/+4
* Windows: Fix Vista style for use with QProxyStyle.Friedemann Kleint2012-05-043-3/+17
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-035-49/+20
|\
| * Move QGestureEventPrivate's content to the main classThiago Macieira2012-04-235-49/+20
* | Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-0312-47/+47
* | Windows: Fix a crash in Vista style.Friedemann Kleint2012-05-021-1/+2
* | Remove unused Mac OS X code from QtWidgetsBradley T. Hughes2012-05-025-2171/+0
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-022-14/+14
* | Fix warning about narrowing inside {}Olivier Goffart2012-05-011-2/+2
* | Widgets: No longer use deprecated QPixmap::grabWindow(),grabWidget().Friedemann Kleint2012-05-012-6/+17
* | Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-4/+2
* | Make QGtkStyle work on Qt 5.Morten Johan Sorvig2012-04-303-10/+25
* | Remove old Qt4 to-do comment.Jason McDonald2012-04-271-3/+1
* | 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