summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-182-5/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-1720-49/+402
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1420-49/+402
| |\
| | * Don't calculate the install prefix again in the extra cmake files.Stephen Kelly2013-02-131-3/+1
| | * When expanding up the tree, there is no need to expand above root.Stephen Kelly2013-02-101-1/+1
| | * QScroller was introduced in Qt 5.0, not 4.8Laszlo Papp2013-02-051-1/+1
| | * Added missing null pointer check in QMacStyleJens Bache-Wiig2013-02-051-1/+1
| | * fix doc page urlsOswald Buddenhagen2013-02-041-1/+1
| | * Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-02-018-13/+356
| | |\
| | | * Merge branch 'release' into stableSergio Ahumada2013-01-318-13/+356
| | | |\
| | | | * Fix some more old references and links to NokiaSergio Ahumada2013-01-284-4/+4
| | | | * Doc: corrected path used for snippets.Nico Vertriest2013-01-251-4/+4
| | | | * Doc: added snippet file macmainwindow.mmNico Vertriest2013-01-252-1/+348
| | | | * Doc: deleted short paragraph referring to non-existing snippetNico Vertriest2013-01-251-4/+0
| | * | | substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-011-5/+5
| | * | | Correct QTextEdit detailed description.Mitch Curtis2013-02-011-4/+8
| | |/ /
| | * | Windows tray icon: Fix reinstalling after restart of Explorer.Friedemann Kleint2013-01-301-12/+20
| | * | Doc: Fix references to Qt TestSze Howe Koh2013-01-302-2/+2
| | * | Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-283-6/+6
* | | | Cocoa: QSystemTrayIcon showing native messages on Mountain Lion.Christoph Schleifenbaum2013-02-161-1/+1
* | | | QMetaMethod is needed in qtreeview.cpp even without accessibility.Samuel Rødal2013-02-131-1/+1
|/ / /
* | | replay mouse press event after a popup widget has been closedJian Liang2013-02-121-0/+15
* | | Mark public non-member non-static variables as Q_DECL_UNUSEDThiago Macieira2013-02-121-1/+1
* | | Fix sizeHint for QAbstractSpinBoxCaroline Chao2013-02-127-35/+38
* | | Make QGraphicsViewPrivate::updateRubberBand more readableThorbjørn Lund Martsum2013-02-121-41/+36
* | | Also copy checkable property to platform itemBogDan Vatra2013-02-111-1/+2
* | | Automatically hide the SIPBogDan Vatra2013-02-112-1/+5
* | | QGraphicsView - remove not needed storeMouseEventThorbjørn Lund Martsum2013-02-092-3/+2
* | | Allow actions in a QMenu to show their tooltipshjk2013-02-083-1/+47
* | | Allow overriding subElementRect in QProxyStyle for ItemViewItemJerzy Kozera2013-02-051-3/+3
* | | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-8/+0
* | | QTreeView - optimize. Do not do signals-work if signals are blockedThorbjørn Lund Martsum2013-02-021-20/+28
* | | QTreeView::expandToDepth - add missing emit of expanded and collapsedThorbjørn Lund Martsum2013-02-021-0/+20
* | | Keep QLineEdit placeholder text visible when focusedAurélien Gâteau2013-02-011-2/+1
* | | QTreeView - emit collapsed in collapseAll()Thorbjørn Lund Martsum2013-01-311-0/+8
* | | QTreeView - emit expanded on expandAllThorbjørn Lund Martsum2013-01-311-2/+2
* | | QMacStyle: enable transient scrollbars for the desktop componentsJ-P Nurmi2013-01-311-8/+7
* | | Fix QColorDialog::DontUseNativeDialog usageJ-P Nurmi2013-01-301-4/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-293-4/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-283-4/+4
| |\| |
| | * | Doc: Fix module name formatSze Howe Koh2013-01-253-4/+4
* | | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-293-3/+9
* | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-29143-567/+0
|/ / /
* | | Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-1/+2
* | | Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-254-2/+297
* | | Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-0/+2
* | | showIsFullscreen: only respect this hint for windows and dialogsRichard Moe Gustavsen2013-01-251-3/+4
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-242-5/+10
|\| |
| * | Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-241-5/+7
| * | Document QtMacUnifiedToolBar.Morten Johan Sorvig2013-01-221-0/+3