summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QCommonStyle: Reduce code duplicationKonstantin Ritt2012-10-141-39/+23
* Notify accessibility events in QAbstractItemViewJosé Millán Soto2012-10-131-35/+35
* Update qfiledialog ui to new style.Frederik Gladhorn2012-10-131-82/+83
* Link to Item Views Puzzle Example in QListView docs.Mitch Curtis2012-10-131-1/+1
* Do not accept key events if a widget is disabledOliver Wolff2012-10-131-1/+3
* Remove unused private headerJens Bache-Wiig2012-10-131-82/+0
* Doc: Removed references to stale links.Jerome Pasion2012-10-131-13/+10
* QGtkStyle: fix a warningMarc Mutz2012-10-131-1/+0
* Qt Widgets: Added a landing pageJerome Pasion2012-10-114-12/+150
* Modularize documenation buildTor Arne Vestbø2012-10-102-4/+2
* QGtkStyle: use gtk_widget_get_style()J-P Nurmi2012-10-103-99/+118
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-101-1/+9
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-1/+0
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-103-6/+12
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-10-101-2/+4
* QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()J-P Nurmi2012-10-103-2/+10
* QGtkStyle: use gtk_widget_get/set_allocation()J-P Nurmi2012-10-103-17/+39
* Don't try to emit focusObjectChanged if window pointer is zeroMiikka Heikkinen2012-10-101-2/+4
* QGtkStyle: cleanup unused gdk_drawable_get_depth() (not avail in GTK3)J-P Nurmi2012-10-092-7/+0
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-092-0/+4
* styles.pri: tabs to spacesJ-P Nurmi2012-10-081-69/+69
* QApplication::palette missing Q_NO_USING_KEYWORD implementationThiago A. Correa2012-10-081-0/+4
* Constify QTableWidget::selectedItemsStephen Kelly2012-10-052-3/+3
* QMacStyle: use proper pimplJ-P Nurmi2012-10-053-47/+66
* Fix segfault when delegates change properties on editors.Stephen Kelly2012-10-041-2/+6