summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-7/+5
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+0
* Merge overloads.Richard Moore2012-02-222-28/+1
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-212-3/+3
* QHeaderView - create a union to save some space.Thorbjørn Lund Martsum2012-02-211-3/+5
* QHeaderview - many sections removed performance boost.Thorbjørn Lund Martsum2012-02-212-2/+23
* Remove qMacVersion()Bradley T. Hughes2012-02-211-1/+1
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-204-0/+4
* qwidget_p.h: Remove DontSetCompositionMode from the internal flagsHolger Hans Peter Freyther2012-02-201-3/+2
* Adding hasHeightForWidth as a virtual Widget funcionThorbjørn Lund Martsum2012-02-187-22/+20
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-171-1/+1
* Widgets: Remove obsolete QGuiPlatformPlugin.Friedemann Kleint2012-02-175-248/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-177-192/+68
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-173-6/+6
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-171-1/+12
* QDial: Fix crash when singleStep-property is 0.Friedemann Kleint2012-02-161-1/+3
* Fix ref counted window close handling.Stephen Kelly2012-02-163-2/+35
* Add a ThemeChange event.Friedemann Kleint2012-02-162-0/+21
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-151-3/+0
* QHeaderView::moveSection performance boostThorbjørn Lund Martsum2012-02-152-245/+80
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-154-4/+13
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-153-32/+0
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-141-5/+1
* Re-add default positioning for Widgets.Friedemann Kleint2012-02-101-1/+17
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-102-116/+64
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-104-1/+30
* Remove no longer needed ifdef Q_OS_WINCE.Andreas Holzammer2012-02-101-8/+0
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-109-14/+190
* Compile fix QWindowsMobileStyleAndreas Holzammer2012-02-101-1/+0
* QHeaderView - minor bug in visualIndexAtThorbjørn Lund Martsum2012-02-101-2/+2
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-092-3/+7
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-092-2/+2
* Remove leftover show() prototype.Andreas Holzammer2012-02-091-4/+0
* Don't link shell32 for Windows CE.Andreas Holzammer2012-02-091-1/+3
* Fix compilation of Menubar for Windows CE.Andreas Holzammer2012-02-083-4/+7
* Add missing include of qdrawutil.hAndreas Holzammer2012-02-081-0/+1
* Do not check isActiveWindow in QAccessibleWidget::stateJosé Millán Soto2012-02-081-1/+1
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-0731-118/+118
* Fix compilation with QT_NO_PRINTER.Andreas Holzammer2012-02-073-0/+6
* Fix include of resource file.Andreas Holzammer2012-02-071-2/+2
* Fix compiler warnings in accessible code.Friedemann Kleint2012-02-071-0/+1
* Remove dependency on QFSFileEngineJoão Abecasis2012-02-061-3/+3
* Windows XP style: Fix warnings wrt retrieving HANDLE from 0-window.Friedemann Kleint2012-02-061-4/+5
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-062-27/+15
* Use available geometry when maximized.Rafael Roquetto2012-02-061-1/+9
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-051-2/+2
* Remove QInputContextPekka Vuorela2012-02-0311-633/+8
* Make QAbstractItemView::itemOptions properly initialize a V4 optionGiuseppe D'Angelo2012-02-031-16/+15
* Add typedef for source compatibility.Stephen Kelly2012-02-021-0/+4
* Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-022-1578/+289