summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-0244-984/+232
|\
| * QFileDialog: Do not pass on file model root to QFileDialogOptions.Friedemann Kleint2012-11-022-13/+26
| * Some Vista style cleanupJens Bache-Wiig2012-11-011-25/+28
| * Make ToolButton work with Macstyle for componentsJens Bache-Wiig2012-11-013-2/+22
| * Fix groupboxes for desktop components on macJens Bache-Wiig2012-11-011-1/+1
| * Strip trailing whitespace in itemviews.Stephen Kelly2012-11-017-11/+11
| * Fix buttonsize on macstyle when no widget is definedJens Bache-Wiig2012-11-011-1/+1
| * Fix QCommonStylePrivate::stopAnimation()J-P Nurmi2012-10-301-7/+3
| * Add QNumberStyleAnimation for fading out scroll bars on MacJ-P Nurmi2012-10-302-0/+69
| * Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+1
| * Remove some dead codeJan Arve Saether2012-10-291-3/+0
| * Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-2922-898/+4
| * Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-292-8/+10
| * Remove some dead code in switch statementsSergio Ahumada2012-10-293-4/+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
| * QHeaderView 5.0 - no emit of sortIndicatorChanged when unchangedThorbjørn Lund Martsum2012-10-261-0/+2
| * Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+2
| * Fix a crash in QFileDialog when selecting an invalid name filter.Friedemann Kleint2012-10-261-5/+7
| * Fix enter/leave event generation between native widgets when grabbing.Miikka Heikkinen2012-10-261-3/+8
* | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-261-1/+0
* | Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-2647-11705/+1238
|\|
| * Remove Windows as a dependency of mac styleJens Bache-Wiig2012-10-253-46/+103
| * Remove widget dependencies on Vista style animationsJens Bache-Wiig2012-10-251-329/+350
| * Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-251-1/+0
| * Mac: Non-editable QComboBoxes shouldn't get focus by defaultGabriel de Dietrich2012-10-251-1/+19
| * QStyleAnimation: writable duration & delay propertiesJ-P Nurmi2012-10-252-11/+35
| * QMacStyle: make default button animations independent of QWidgetJ-P Nurmi2012-10-254-115/+65
| * Implement viewOptions logic in QTableViewPrivate.Stephen Kelly2012-10-252-3/+11
| * Fix: don't override the new non-cosmetic default pen in qwidgetaavit2012-10-251-1/+1
| * Fixed crash on destruction of animating QDockWidget in a QMainWindowRohan McGovern2012-10-252-2/+5
| * Fix widget borders when using global stylesheetstyleMiikka Heikkinen2012-10-251-9/+5
| * Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-252-1/+37
| * Add QStyleAnimation::updateTarget()J-P Nurmi2012-10-232-4/+10
| * QStyleAnimation: fix threaded renderingJ-P Nurmi2012-10-232-5/+7
| * Remove softkey API, it was only implemented for Symbian.Jan Arve Saether2012-10-222-4/+12
| * Remove Cleanlooks and PlastiqueJens Bache-Wiig2012-10-2217-10662/+27
| * Fix clipping and font problems with groupbox in Fusion styleJens Bache-Wiig2012-10-221-10/+14
| * Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-223-16/+5
| * Move some icon code from WindowsStyle to CommonStyleJens Bache-Wiig2012-10-223-456/+456
| * Delete QWhatsThis() and QToolTip()Marc Mutz2012-10-223-7/+2
| * 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
| * Bring back accessibility for plain text edit.Frederik Gladhorn2012-10-221-0/+6
| * Mac: Adapt scrollbar fadeout animation for QStyleAnimationGabriel de Dietrich2012-10-192-2/+11
| * QStyleSheetStyle: kill more dependencies to QWidgetJ-P Nurmi2012-10-191-10/+12
| * remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
| * Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-191-2/+25