summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-2/+2
* Merge master into api_changesKent Hansen2012-03-272-23/+9
|\
| * 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
* | 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
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-236-50/+98
|\ \
| * | Merge master into api_changesKent Hansen2012-03-236-50/+98
| |\|
| | * 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
* | | Remove QWorkspace.Debao Zhang2012-03-231-3/+1
|/ /
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-36/+19
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-8/+0
* | QtWidgets: Cleanup Q3* itemsDebao Zhang2012-03-203-6/+2
* | Merge master into api_changesKent Hansen2012-03-191-2/+3
|\|
| * Replace Q_WS_MAC with Q_OS_MAC in qshortcut.cppBradley T. Hughes2012-03-171-2/+3
* | Merge master into api_changesKent Hansen2012-03-165-17/+36
|\|
| * 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
* | Fix warning about unused parameter.Stephen Kelly2012-03-141-0/+1
* | 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