summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove Qt 3 references from model/view documentation.Paul Olav Tvete2012-11-281-16/+7
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-283-259/+1
* Docs: cleaned up remaining cleanlooks references and screenshotsJ-P Nurmi2012-11-2830-10/+5
* Docs: add Fusion Style Widget GalleryJ-P Nurmi2012-11-2829-3/+141
* Choose better screenshots for "The Widget Classes" docsJ-P Nurmi2012-11-281-5/+5
* Style docs & snippets: remove references to QWindowsStyleJ-P Nurmi2012-11-286-65/+75
* Remove invalid assert from QGraphicsSceneRafael Roquetto2012-11-281-1/+0
* Docs: removed Motif widget galleryJ-P Nurmi2012-11-2829-138/+0
* Docs: removed CDE widget galleryJ-P Nurmi2012-11-2828-133/+0
* Always use QAIM to get the default flags.Stephen Kelly2012-11-281-1/+1
* Make "API Reference" section \section1Jan Arve Saether2012-11-281-1/+2
* Ensure subfocus is not reset to 0 when hiding a panel.Andreas Aardal Hanssen2012-11-262-14/+27
* QMacStyle: cleanup unused includesJ-P Nurmi2012-11-261-7/+0
* Fix example paths in example manifests that are used by Qt Creator.Eike Ziller2012-11-261-0/+2
* Mac: Reworking flat QGroupBox lookGabriel de Dietrich2012-11-261-15/+25
* Moving code for PE_IndicatorArrow* from windows to common styleThomas Hartmann2012-11-262-74/+74
* docs: mark QMacStyle internalJ-P Nurmi2012-11-261-0/+1
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+2
* Fix color issue with sliders on Fusion styleJens Bache-Wiig2012-11-251-1/+1
* QHeaderView: - avoid cursor move on setDefaultSectionSizeThorbjørn Lund Martsum2012-11-251-0/+2
* Improved tri-state checkbox in Fusion styleJens Bache-Wiig2012-11-251-10/+15
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-233-63/+11
* Draw disabled QMenu items in inactive state in vista style.Friedemann Kleint2012-11-231-1/+1
* Updated aboutQt dialog textLars Knoll2012-11-231-8/+10
* Remove Plastique and Cleanlooks from the widget galleryJan Arve Saether2012-11-233-292/+5
* Doc: Be consistent, and put all widget classes in the same page.Jan Arve Saether2012-11-237-149/+62
* Fix selection in QTableView when rows and columns have been movedMiikka Heikkinen2012-11-231-8/+12
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+18
* QHeaderView - Fix auto-scroll on manual move on sectionsThorbjørn Lund Martsum2012-11-232-0/+21
* QAbstractItemView - prepare fix for auto scroll on sectionmoveThorbjørn Lund Martsum2012-11-231-10/+13
* Made QMacStyle internalJ-P Nurmi2012-11-2314-333/+327
* Add pointers to the rich text documentation from mentions of rich text.Samuel Rødal2012-11-232-3/+6
* QWidgetPrivate::init(): clarify that QWidget requires QApplicationJ-P Nurmi2012-11-231-2/+2
* Made QWindowsMobileStyle internalJ-P Nurmi2012-11-236-197/+198
* Made QWindowsCEStyle internalJ-P Nurmi2012-11-236-166/+167
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-0/+1
* Do not hide fullscreen widgets having a 0x0 geometryOliver Wolff2012-11-221-1/+1
* QHeaderView - call viewport->update() in setDefaultSectionSizeThorbjørn Lund Martsum2012-11-211-0/+1
* QHeaderView::setDefaultSectionSize to handle auto size of sections.Thorbjørn Lund Martsum2012-11-211-0/+3
* QHeaderView:setDefaultSectionSize add invalidateCachedSizeHint callThorbjørn Lund Martsum2012-11-211-0/+1
* [Doc cleanup] Fix typos and style of QAbstractButton, QButtonGroup, QCheckBox...David Gil2012-11-214-50/+49
* Made QWindowsXPStyle internalJ-P Nurmi2012-11-218-431/+433
* Made QWindowsVistaStyle internalJ-P Nurmi2012-11-216-236/+236
* Made QFusionStyle internalJ-P Nurmi2012-11-216-209/+210
* QProxyStyle: fix the base style assignment in constructorJ-P Nurmi2012-11-201-1/+1
* Detect Unity by checking XDG_CURRENT_DESKTOP and use Gnome theme.Friedemann Kleint2012-11-201-1/+2
* QHeaderView - do not keep indexes from an obsolete modelThorbjørn Lund Martsum2012-11-201-0/+1
* Made QGtkStyle internalJ-P Nurmi2012-11-209-588/+589
* Handle Qt::WA_MacSmallSize in QApplication::font(const QWidget *).Friedemann Kleint2012-11-201-0/+8
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-207-79/+158
|\