summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regression in QAbstractScrollAreaJens Bache-Wiig2012-09-211-1/+1
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-2121-225/+212
* Remove casting of QStyleOptionViewItems to set data.Stephen Kelly2012-09-191-8/+1
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-09-191-0/+12
* QFileInfoGatherer: remove unused members userId/groupIdMarc Mutz2012-09-192-7/+0
* QFileInfoGatherer: fix race conditions pt.1: abortMarc Mutz2012-09-192-24/+15
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-2/+2
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-194-8/+16
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+8
* QErrorMessage: Use qInstallMessageHandler instead of qInstallMsgHandlerKai Koehne2012-09-141-6/+6
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-145-6/+6
* Remove documentation for non-existent QToolButton functions.Mitch Curtis2012-09-131-84/+0
* Remove documentation for non-existent QToolBox functions.Mitch Curtis2012-09-131-64/+0
* Remove documentation for non-existent QTextEdit functions.Mitch Curtis2012-09-131-146/+0
* Remove documentation for non-existent QLineEdit functions.Mitch Curtis2012-09-121-156/+0
* Doc: Remove references to the deprecated QGraphicsItemAnimationGeir Vattekar2012-09-112-6/+8
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-2/+16
* Fix example includes for qdoc.Frederik Gladhorn2012-09-112-14/+14
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* 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