summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-125-90/+14
|\
| * Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-121-9/+5
| * Fix some duplication between QGuiApplication and QApplication,David Faure2012-03-093-72/+0
| * Call updateAccessibility with the right index.Frederik Gladhorn2012-03-082-9/+9
* | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-085-21/+90
|\|
| * QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-9/+5
| * QWidget: fix wrong mouse behaviorDebao Zhang2012-03-071-1/+0
| * Add fonts to QPlatformTheme.Friedemann Kleint2012-03-073-9/+56
| * Cocoa: Implement widget palettes.Morten Johan Sorvig2012-03-062-1/+29
| * Remove AccessibilityPrepare event.Frederik Gladhorn2012-03-051-1/+0
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0512-167/+167
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-043-8/+6
| |\
| * | Use QHash<K,V> instead of QMap<K,V> when K is a pointer typeGiuseppe D'Angelo2012-03-023-7/+7
| * | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-029-160/+160
* | | Implements QStackedLayout's hfw-related methods.Debao Zhang2012-03-052-0/+34
| |/ |/|
* | QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* | Merge master -> api_changesRohan McGovern2012-02-298-678/+61
|\|
| * Remove use of deprecated conversion from QKeySequenceOlivier Goffart2012-02-271-1/+1
| * Cleanup usage of QVariant::Type.Jędrzej Nowacki2012-02-271-2/+2
| * QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-242-3/+3
| * Handle theme change in QApplication/QGuiApplication.Friedemann Kleint2012-02-232-8/+29
| * Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-2/+2
| * Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+0
| * Updated QApplication / QGuiApplication to match Qt 5 reality.Samuel Rødal2012-02-223-657/+24
* | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-7/+5
|/
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* 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-184-13/+6
* Widgets: Remove obsolete QGuiPlatformPlugin.Friedemann Kleint2012-02-174-243/+0
* Add palette() and further hints to QtGui/QPlatformTheme.Friedemann Kleint2012-02-176-185/+56
* 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
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-2/+2
* Move desktopSettingsAware to QGuiApplication.Friedemann Kleint2012-02-153-32/+0
* Re-add default positioning for Widgets.Friedemann Kleint2012-02-101-1/+17
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-104-1/+30
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-105-5/+190
* Remove leftover show() prototype.Andreas Holzammer2012-02-091-4/+0
* Don't link shell32 for Windows CE.Andreas Holzammer2012-02-091-1/+3
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-076-16/+16
* Use available geometry when maximized.Rafael Roquetto2012-02-061-1/+9
* Remove QInputContextPekka Vuorela2012-02-039-627/+2
* Add typedef for source compatibility.Stephen Kelly2012-02-021-0/+4
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-024-29/+29
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-013-874/+2
* Remove the API duplication from QApplication.Stephen Kelly2012-02-012-55/+0
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-012-3/+5
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-012-11/+11
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-313-35/+6