summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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