summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |_|/ |/| |
* | | QStyleSheetStyle: QObject-based style & render rulesJ-P Nurmi2012-10-192-97/+101
* | | Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-192-0/+13
* | | Make sure uints remain uints when editing in itemviews.Stephen Kelly2012-10-191-1/+32
* | | Correct accessibility index handling in QListViewJosé Millán Soto2012-10-191-3/+3
* | | Introduce new style FusionJens Bache-Wiig2012-10-189-136/+3990
* | | Modified vertical alignments of simple widgets on OSXTero Ahola2012-10-181-7/+7
* | | Remove dependency on QWindowsStyle in QGtkStyleJens Bache-Wiig2012-10-184-84/+115
* | | Bring back Mac dependent code in QBoxLayout, QGridLayoutGabriel de Dietrich2012-10-182-3/+3
* | | Mac: Fix QLineEdit shadowGabriel de Dietrich2012-10-181-3/+0
* | | Improve branch indicators in common styleJens Bache-Wiig2012-10-183-72/+13
* | | Fix potential crash in QStyleAnimation::updateCurrentTime()J-P Nurmi2012-10-171-9/+11
* | | Styles: revise indeterminate progress bar animationsJ-P Nurmi2012-10-1713-207/+76
* | | QGraphicsObject: handle QEvent::StyleAnimationUpdateJ-P Nurmi2012-10-172-0/+15
* | | QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-172-75/+0
* | | Bring back MacSizeChange eventGabriel de Dietrich2012-10-1716-20/+40
* | | QFileInfoGatherer: remove m_resolveSymlinks for non-Q_OS_WINMarc Mutz2012-10-172-3/+11
* | | Clarify ownership of scene in QGraphicsView::setScene() docs.Mitch Curtis2012-10-161-0/+2
* | | QComboBox: mention insert policy in context of editable propertyMark Brand2012-10-161-1/+4
* | | Fix incorrectly scaled constants on MacJens Bache-Wiig2012-10-161-0/+5
* | | Add QObject* QStyleOption::styleObjectJ-P Nurmi2012-10-162-4/+17
* | | Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-161-0/+3
* | | QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-166-462/+118
* | | Add HasFrame feature to QStyleOptionTabJens Bache-Wiig2012-10-163-2/+19
* | | Introduce (private) QStyleAnimationJ-P Nurmi2012-10-1620-377/+475
| |/ |/|
* | Cocoa: Speed up fading out scroll bars.Christoph Schleifenbaum2012-10-152-16/+18
* | QDockWidget: Enable framestrut events when undocked by doubleclick.Friedemann Kleint2012-10-151-1/+1
* | Make QFileDialogs more accessible.Frederik Gladhorn2012-10-151-5/+20
* | Improve Qt::WA_UnderMouse accuracyMiikka Heikkinen2012-10-151-0/+7
* | QComboBox::currentText: correct documentationMark Brand2012-10-151-3/+6