summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\
| * QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-3/+5
|\|
| * Do not send QAccessible::Focus when current index is changed.Jan Arve Saether2013-01-041-3/+5
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0423-88/+113
|\|
| * Mac: fix transient QScrollBar flashingJ-P Nurmi2012-12-201-1/+1
| * Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbarsGabriel de Dietrich2012-12-191-11/+14
| * Call QAccessible::updateAccessibility when caret moves in QTextEditJosé Millán Soto2012-12-163-1/+16
| * QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-121-1/+1
| * Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-112-7/+7
| * QScrollBar::initStyleOption(): fix QStyle::State_On handlingJ-P Nurmi2012-12-111-1/+1
| * Remove QT_DLL and QT_NODLL defines.Stephen Kelly2012-12-111-2/+2
| * Fix typos and style in QToolBar documentationDavid Gil2012-12-071-15/+15
| * Mac: Missing update when hovering from one scrollbar to anotherGabriel de Dietrich2012-12-061-3/+3
| * Mac: Transient scrollbars should overlap in the corner on 10.8Gabriel de Dietrich2012-12-061-1/+9
| * QtWidgets docs: use WinVista screenshots instead of obsolescent WinXPJ-P Nurmi2012-12-0615-33/+33
| * Fix typos and style in QSplitter documentationDavid Gil2012-12-051-18/+17
* | Remove some dead code from QLabel::paintEvent()Andy Shaw2012-12-111-14/+0
|/
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-4/+5
* QWidget windows have fullscreen button by default; manual test for itShawn Rutledge2012-12-011-0/+1
* WINCE: Fix renameing of resource filesAndreas Holzammer2012-12-011-2/+2
* QtWidgets docs: use Fusion screenshotsJ-P Nurmi2012-11-2817-39/+39
* Docs: cleaned up remaining cleanlooks references and screenshotsJ-P Nurmi2012-11-282-10/+5
* Made QMacStyle internalJ-P Nurmi2012-11-235-5/+5
* Add pointers to the rich text documentation from mentions of rich text.Samuel Rødal2012-11-232-3/+6
* [Doc cleanup] Fix typos and style of QAbstractButton, QButtonGroup, QCheckBox...David Gil2012-11-214-50/+49
* Fix incorrect size hint for abstract spinboxJens Bache-Wiig2012-11-151-12/+1
* Add feature to enable rounded line edit on macJens Bache-Wiig2012-11-151-2/+1
* Add comment to resetCursorBlinkTimer to avoid accidental removal of itJan Arve Saether2012-11-151-0/+1
* Add resetCursorBlinkTimer() back again.Jan Arve Saether2012-11-152-0/+10
* Fix mouse cursor behavior for QMainWindow splittersMiikka Heikkinen2012-11-151-5/+11
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-142-12/+11
* De-inline some destructors in QtWidgetsMarc Mutz2012-11-0614-1/+75
* QtWidgets: add some explicitMarc Mutz2012-11-053-6/+8
* Doc fixes.Frederik Gladhorn2012-11-031-1/+1
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-028-24/+170
* Make it obvious that adding a QLayout to QSplitter is not supported.Mitch Curtis2012-11-021-1/+8
* Fix submenu navigation.Friedemann Kleint2012-11-021-0/+10
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-296-189/+0
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-10-281-0/+1
* QComboBox: new signal currentTextChangedMark Brand2012-10-262-3/+20
* QComboBox: fix use in QDataWidgetMapper/QItemDelegateMark Brand2012-10-262-2/+18
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+2
* Mac: Non-editable QComboBoxes shouldn't get focus by defaultGabriel de Dietrich2012-10-251-1/+19
* QMacStyle: make default button animations independent of QWidgetJ-P Nurmi2012-10-252-1/+3
* Fixed crash on destruction of animating QDockWidget in a QMainWindowRohan McGovern2012-10-252-2/+5
* Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-221-11/+0
* QDateTimeEdit: don't throw off auto-indentionMarc Mutz2012-10-221-3/+2
* Fix integer overflow in QSpinBox.Stephen Kelly2012-10-221-2/+17
* Emit cursorPositionChanged in private slot.Frederik Gladhorn2012-10-221-2/+2