summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac: Safely dispose of scrollbars temporary NSGraphicsContextGabriel de Dietrich2012-10-041-0/+3
* compile fix for MSVC 2008 and std::upper_boundThomas Hartmann2012-10-041-10/+11
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-7/+2
* Fix issue with mispositioned family name i QFontComboBoxEskil Abrahamsen Blomfeldt2012-10-031-1/+12
* Remove Cleanlooks as a dependency of QGtkStyleJens Bache-Wiig2012-10-025-96/+694
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-023-3/+13
* Mac: Fix label margins in QGroupBoxGabriel de Dietrich2012-09-281-17/+21
* Doc: Small updates to QMenu's addAction() methods.Geir Vattekar2012-09-271-0/+12
* Fix drag and drop with native widgetsjian liang2012-09-271-4/+4
* Mac: Fix small glitch in editable combo boxesGabriel de Dietrich2012-09-271-1/+1
* Fix resetting of the QCompletionModel.Stephen Kelly2012-09-272-20/+4
* Store an unsigned temporary for the internalId.Stephen Kelly2012-09-271-1/+1
* Better drawn 1-pixel thick splitter on MacGabriel de Dietrich2012-09-271-9/+19
* Fixed selected menu item (& Co.) text colorGabriel de Dietrich2012-09-271-1/+1
* Fixed text rendering in selected tab buttonGabriel de Dietrich2012-09-271-3/+10
* use QLatin1String::size() in qt_setWindowTitle_helperHelperJoerg Bornemann2012-09-271-4/+2
* More consistent dock widget painting on WindowsJens Bache-Wiig2012-09-272-32/+12
* Fix typo: contais -> contains.Stephen Kelly2012-09-271-1/+1
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-2722-3128/+19
* [Doc cleanup] Fix typos and style of QPushButton and QGroupBoxDavid Gil2012-09-272-18/+17
* ItemViews: Fix MinGW compiler warningKai Koehne2012-09-271-0/+3
* documentation fixesMarcel Krems2012-09-271-1/+1
* QScrollBar: clean up wheelEvent() implementationMarc Mutz2012-09-261-14/+12
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-262-8/+15
* Fix restore/minimize/close buttons for maximized MDI subwidowsMiikka Heikkinen2012-09-262-0/+201
* [docs] QApplication: fix keyboardInputDirection() docsMarc Mutz2012-09-261-9/+1
* [docs] QInputDialog: document deprecated member getInteger()Marc Mutz2012-09-261-0/+32
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-8/+4
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-264-5/+5
* QFileInfoGatherer: general cleanupsMarc Mutz2012-09-252-12/+14
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-242-2/+2
* Fix hover handling in QTreeViewMiikka Heikkinen2012-09-242-14/+12
* Implement viewOptions() logic in QListViewPrivate.Stephen Kelly2012-09-242-6/+14
* Update "About Qt" dialog from Nokia to DigiaSergio Ahumada2012-09-241-2/+2
* Redirect keyboard/mouse grab to the widget parent window.Friedemann Kleint2012-09-221-19/+22
* QFileInfoGatherer: remove useless locksMarc Mutz2012-09-222-4/+2
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-221-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22603-11912/+11912
* QGtkStyle: remove an unnecessary sanity check for theme nameJ-P Nurmi2012-09-221-4/+1
* Documentation fixes.Frederik Gladhorn2012-09-2112-126/+3
* Move examples to proper location.Frederik Gladhorn2012-09-211-0/+43
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-213-2013/+1
* Clarify valueChanged() signals' docs in QSpinBox and QDoubleSpinBox.Mitch Curtis2012-09-211-12/+15