summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-191-12/+15
* Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-191-1/+2
* Cocoa: Add QMdiSubWindow size grip back.Morten Johan Sørvig2013-02-191-14/+14
* QColorDialog/QFontDialog: Fix setOption().Friedemann Kleint2013-02-182-4/+6
* Remove QGraphicsProxyWidget crash in QWidget::hasFocus().Andreas Aardal Hanssen2013-02-181-0/+8
* Fix crash in somewhat faulty QGraphicsProxyWidget unit test.Andreas Aardal Hanssen2013-02-181-0/+2
* Track last visited directory for native file dialogs as well.Friedemann Kleint2013-02-153-0/+9
* Don't generate documentation for classes which are not availableAndy Shaw2013-02-151-0/+9
* Fixed mouse double click events not bubbling up to parent widgets.Samuel Rødal2013-02-141-1/+1
* Mac: Fix transient scroll bar appearance.Christoph Schleifenbaum2013-02-131-7/+7
* QSystemTrayIcon: fix the activation signalJ-P Nurmi2013-02-131-1/+1
* Fixed QT_NO_ACCESSIBILITY build.Bjoern Breitmeyer2013-02-132-10/+4
* 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
* | Doc: Fix module name formatSze Howe Koh2013-01-253-4/+4
* | Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-241-5/+7
* | Document QtMacUnifiedToolBar.Morten Johan Sorvig2013-01-221-0/+3
* | Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-211-0/+2
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-18599-602/+602
* | Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-154-3/+9
|\|
| * Check for existence of QWindow in QApplication::isBlockedByModal.Friedemann Kleint2013-01-151-1/+6
| * QStyleAnimation: use QAbstractAnimation::DeleteWhenStoppedJ-P Nurmi2013-01-122-2/+1
| * Minimized, maximized and fullscreen are mutually exclusive.Shawn Rutledge2013-01-111-0/+2
* | set gtk-entry im-module to none in gtkstyleWeng Xuetian2013-01-141-1/+11
* | QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* | Docs: fix the minimum required GTK+ versionJ-P Nurmi2013-01-141-1/+1
* | Fix memory leak in windows vista styleJian Liang2013-01-111-3/+21
* | Doc: corrected typo "the the"Nico Vertriest2013-01-117-7/+7
* | Fix QVariant in a static build.Jędrzej Nowacki2013-01-101-0/+4
* | Use pos() if the widget is a child of a native windowAndy Shaw2013-01-101-3/+6
* | Update translucency correctly in QtWidgets.Friedemann Kleint2013-01-091-2/+9
* | Compile in 32-bit mode.Morten Johan Sørvig2013-01-091-2/+2
* | Don't scale 0-region or region without rectsTor Arne Vestbø2013-01-091-0/+3
|/
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-1/+1
* QWindowsVistaStyle: fix frame renderingJ-P Nurmi2013-01-071-22/+26
* Add QStyleHelper:isInstanceOf()J-P Nurmi2013-01-072-3/+16