summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Move QShortcutMap to QtGuiLars Knoll2011-10-187-822/+2
* Move the widget dependent code away from the shortcutmapLars Knoll2011-10-184-225/+218
* Remove dependencies of QShortcutMap onto widgetsLars Knoll2011-10-148-43/+57
* QTextEdit - Fix selectionChange emission bugPekka Vuorela2011-10-112-7/+19
* Removed obsolete custom input context supportPekka Vuorela2011-10-114-27/+4
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-14/+14
* Import symbol from QtGui rather than export from QtWidgets.Kim Motoyoshi Kalland2011-10-111-1/+1
* Fix typo in qfontengine_winKent Hansen2011-10-111-1/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-1057-7456/+42
* qwindowsstyle: Remove duplicate flag in maskKent Hansen2011-10-071-1/+1
* Removed some dead code from QWidgetLineControlPekka Vuorela2011-10-063-147/+46
* Make QLineEdit unit test pass againPekka Vuorela2011-10-061-4/+8
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-8/+15
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-061-12/+10
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-052-1/+7
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-031-0/+6
* Fix bug in QGraphicsItem::isVisibleTo().Andreas Aardal Hanssen2011-10-031-9/+11
* Cocoa: Send proper mouse coordinates.Morten Sorvig2011-10-033-4/+4
* Use interfaces in QAccessibleWidget childAt.Frederik Gladhorn2011-10-031-17/+7
* Fix selection update in QTableView accessibility.Frederik Gladhorn2011-10-031-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-03158-61/+315
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-0322-444/+7
* Remove QT_MOC_COMPAT signalsLars Knoll2011-09-304-14/+0
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-2924-8220/+27
* Remove obsolete function isHeaderVisible.Frederik Gladhorn2011-09-292-29/+8
* Fix the qtranslator autotestLars Knoll2011-09-291-1/+2
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-299-8/+6
* Implement support for QGuiApp::setOverrideCursor()Lars Knoll2011-09-281-38/+0
* Adapted most QInputContext usage on widgets to QInputPanelPekka Vuorela2011-09-286-66/+35
* Remove support for QWidget specific input contextsPekka Vuorela2011-09-283-45/+1
* Adapt QGraphicsView from QInputContext to QInputPanelPekka Vuorela2011-09-283-27/+18
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-282-0/+7
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-281-2/+2
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-2899-4245/+0
* Removed obsolete QWidget::resetInputContext()Pekka Vuorela2011-09-285-35/+13
* Fixed tst_QWidget::updateWhileMinimized()Samuel Rødal2011-09-261-0/+1
* Remove Q_GLOBAL_STATIC_WITH_INITIALIZER from QtWidgetsLars Knoll2011-09-233-4/+22
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-0/+2
* Patch toward fixing tst_QWidget::windowState().Samuel Rødal2011-09-231-8/+10
* Fix QApplication::startDragDistance()Kevin Simons2011-09-211-1/+1
* CompileJan-Arve Saether2011-09-211-1/+2
* Fixed wrong mouse coordinate mapping.Samuel Rødal2011-09-191-4/+1
* Mac: Move multitouch support from widgets to cocoa platform plugin.Bjørn Erik Nilsen2011-09-192-320/+0
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-191-2/+0
* Add parent and child functions to QAccessibleInterface.Frederik Gladhorn2011-09-196-125/+143
* minor docu fixesKonstantin Ritt2011-09-171-5/+5
* Set accessible name on QTabBar buttons.Frederik Gladhorn2011-09-161-1/+4
* For complex widgets try to return accessible interfaces.Frederik Gladhorn2011-09-161-1/+5
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-153-11/+14
* Fixed tst_QIcon::task184901_badCache().Samuel Rødal2011-09-151-30/+30