summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Streamline forwarding of blocked events.Friedemann Kleint2012-09-111-12/+10
* Fix build with QT_NO_WHEELEVENT.Sérgio Martins2012-09-102-0/+8
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-17/+16
* Do not call requestActivateWindow() on popups.Friedemann Kleint2012-09-101-4/+7
* Rename QPaintDevice::init() to initPainter()Richard Moore2012-09-102-2/+2
* Removing duplicate includesSergio Ahumada2012-09-0915-28/+2
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-083-12/+4
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-072-2/+2
* Document how opacity affects QGraphicsScene item queries.Mitch Curtis2012-09-072-18/+51
* Fixed behaviour of mouse clicks for menu bars on WindowsOliver Wolff2012-09-074-14/+0
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-073-30/+1
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-5/+6
* Don't use string comparison to figure out how to use the clipboardJorgen Lind2012-09-051-3/+4
* Move assignment of mousePressed variable in QWidgetTextControlJorgen Lind2012-09-051-1/+2
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-053-11/+11
* Correct the QFileDialog's delete warning message.Mitch Curtis2012-09-041-3/+3
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-041-1/+2
* graphicsview: use std::sort instead of qSortRobin Burchell2012-09-045-15/+15
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Private slots should be named starting with _q_Sergio Ahumada2012-09-033-3/+3
* Introduce hook for text cursor changes in QTextEdit and QPlainTextEdithjk2012-09-024-1/+24
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Fix address book example.Frederik Gladhorn2012-09-011-1/+1
* Fix graphicsview docs.Frederik Gladhorn2012-09-011-12/+11
* Moved snippets from widgets to gui so that they are found by qdoc.Kim Motoyoshi Kalland2012-08-312-153/+0
* QXxxStyle: override standardIcon() & layoutSpacing()J-P Nurmi2012-08-3125-160/+127
* QStyle: make standardIcon() & layoutSpacing() virtualJ-P Nurmi2012-08-312-119/+14
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-6/+8
* Fix updating of drag icons.Friedemann Kleint2012-08-312-53/+66
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Document how to remove a QGraphicsEffect.Richard Moore2012-08-291-1/+2
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+6
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-291-1/+2
* Drawing fix for overlay scrollbars on Mac.Christoph Schleifenbaum2012-08-291-1/+1
* doc: fix linksFrederik Gladhorn2012-08-281-1/+1
* Fix qdoc link.Frederik Gladhorn2012-08-281-1/+1
* Find example images for widget docs.Frederik Gladhorn2012-08-281-1/+2
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-284-6/+6
* Add graphicsview documentation overview.Frederik Gladhorn2012-08-281-0/+557
* doc: clean up model view overview linksFrederik Gladhorn2012-08-271-12/+10
* QFileSystemModel: remove incorrect #ifndefMarc Mutz2012-08-261-2/+0
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-251-2/+3
* Improve docs.Frederik Gladhorn2012-08-251-129/+5
* QSystemTrayIcon: fix narrowing warningMarc Mutz2012-08-231-1/+1
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-232-6/+6
* Make keyboard search work in the current column, not only the first.Stephen Kelly2012-08-221-0/+5
* Fix indexAbove and indexBelow to return indexes in the correct column.Stephen Kelly2012-08-221-2/+4
* Clean up borders in cleanlooksJens Bache-Wiig2012-08-221-16/+5
* remove a '.' at the end of \sa that confuses qdocJeremy Katz2012-08-221-2/+2