summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* widgets: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-152-2/+13
* Remove hasDirtyFromPreviousSync from backingstore.Girish Ramakrishnan2012-04-122-9/+2
* remove references to qws from backingstoreGirish Ramakrishnan2012-04-122-56/+1
* Remove redundant platformNativeInterface()Girish Ramakrishnan2012-04-122-8/+0
* Remove QWidget::setWindowHandleGirish Ramakrishnan2012-04-121-1/+0
* Remove Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
* Propagate window state changes to QWidget.Friedemann Kleint2012-04-111-3/+31
* QWidget: allow modal top-levels to have WA_DontShowOnScreenBradley T. Hughes2012-04-111-7/+22
* Implement window modality in QtGuiBradley T. Hughes2012-04-114-144/+82
* Fix warnings about unused variables.Friedemann Kleint2012-04-032-7/+4
* Documentation cleanupDebao Zhang2012-03-311-19/+0
* Fix QWheelEvent::angleDelta() returning QPoint().Marcel Krems2012-03-301-1/+1
* Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-03-301-93/+91
* Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-272-6/+6
* Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-21/+1
* Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-241-2/+8
* Fix warnings in qtbase.Friedemann Kleint2012-03-241-0/+1
* Deprecate QApplication::setGraphicsSystemDonald Carr2012-03-221-2/+3
* Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-1/+1
* FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-224-29/+72
* Fix KDE palette.Olivier Goffart2012-03-201-5/+8
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-192-10/+10
* QtWidgets: cleanup several Q3* itemsDebao Zhang2012-03-191-1/+1
* QWidget: update documents of mouseDoubleClickEvent()Debao Zhang2012-03-191-2/+3
* Replace Q_WS_MAC with Q_OS_MAC in qshortcut.cppBradley T. Hughes2012-03-171-2/+3
* Remove Q_WS_X11Frederik Gladhorn2012-03-151-4/+0
* Fix compiling with --no-accessibilityJerome Leclanche2012-03-152-0/+6
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-152-13/+28
* Add two (forgotten) since 5.0Thorbjørn Lund Martsum2012-03-141-0/+2
* 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
* 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/api_changes'Lars Knoll2012-03-043-8/+6
|\
| * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
| * Merge master -> api_changesRohan McGovern2012-02-298-678/+61
| |\
| * | Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-262-7/+5
* | | 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
| |/ |/|
* | 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
|/