summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-181-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-1618-23/+74
|\
| * Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-154-3/+9
| |\
| | * Check for existence of QWindow in QApplication::isBlockedByModal.Friedemann Kleint2013-01-151-1/+6
| | * QStyleAnimation: use QAbstractAnimation::DeleteWhenStoppedJ-P Nurmi2013-01-122-2/+1
| | * Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
| * | set gtk-entry im-module to none in gtkstyleWeng Xuetian2013-01-141-1/+11
| * | QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
| * | Docs: fix the minimum required GTK+ versionJ-P Nurmi2013-01-141-1/+1
| * | Fix memory leak in windows vista styleJian Liang2013-01-111-3/+21
| * | Doc: corrected typo "the the"Nico Vertriest2013-01-117-7/+7
| * | Fix QVariant in a static build.Jędrzej Nowacki2013-01-101-0/+4
| * | Use pos() if the widget is a child of a native windowAndy Shaw2013-01-101-3/+6
| * | Update translucency correctly in QtWidgets.Friedemann Kleint2013-01-091-2/+9
| * | Compile in 32-bit mode.Morten Johan Sørvig2013-01-091-2/+2
| * | Don't scale 0-region or region without rectsTor Arne Vestbø2013-01-091-0/+3
| |/
* | QStyleAnimation: remove obsolete workaround for threaded renderingJ-P Nurmi2013-01-151-5/+1
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-5/+5
* | Fix QVistaHelper::disconnectBackButton().Friedemann Kleint2013-01-142-1/+7
* | Fix title bar height of Aero wizard on Windows 8.Friedemann Kleint2013-01-092-4/+17
* | Fix frame of Aero-Style wizards.Friedemann Kleint2013-01-093-46/+29
* | Merge branch 'stable' into devSergio Ahumada2013-01-094-26/+43
|\|
| * Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
| * QWindowsVistaStyle: fix frame renderingJ-P Nurmi2013-01-071-22/+26
| * Add QStyleHelper:isInstanceOf()J-P Nurmi2013-01-072-3/+16
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-073-11/+54
|\|
| * Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
| * Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-7/+39
| * QGtkStyle: exclude Xlib calls on MacJ-P Nurmi2013-01-031-1/+10
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0464-350/+482
|\|
| * Fix warning found by clang:Thiago Macieira2012-12-311-1/+1
| * Remove unused function _q_qgraphicsItemSetFlagThiago Macieira2012-12-291-18/+0
| * Fix warnings reported by Clang in QtWidgetThiago Macieira2012-12-291-1/+1
| * Fixed typo 'collasping' in QTreeView documentationThorbjørn Lindeijer2012-12-281-1/+1
| * Mac: Bring back proper layout in QMessageBoxGabriel de Dietrich2012-12-242-16/+16
| * Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-5/+5
| * Fix some typosSergio Ahumada2012-12-212-2/+2
| * Mac: fix transient QScrollBar flashingJ-P Nurmi2012-12-201-1/+1
| * Style animations: fix QCommonStylePrivate::stopAnimation()J-P Nurmi2012-12-201-1/+3
| * Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbarsGabriel de Dietrich2012-12-191-11/+14
| * Mac: New rendering for disclose triangle, get proper color when selectedGabriel de Dietrich2012-12-192-16/+27
| * Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2012-12-191-1/+3
| * Accessibility indexes are no longer 1-based.Frederik Gladhorn2012-12-181-5/+5
| * Fix focusproxy-relayed crash in QGraphicsItem destructor.Andreas Aardal Hanssen2012-12-171-0/+1
| * Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-4/+0
| * Call QAccessible::updateAccessibility when caret moves in QTextEditJosé Millán Soto2012-12-163-1/+16
| * Remove unused private member.Frederik Gladhorn2012-12-141-2/+0
| * add missing include when Q_NO_USING_KEYWORD is definedJing Bai2012-12-141-0/+3
| * Fix empty window title regression, add application display name to window titleDavid Faure2012-12-141-31/+8
| * Fix QGtkPainter::reset() to reset the clip rectJ-P Nurmi2012-12-131-0/+1