summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-0114-79/+79
* Avoid qobject_castKent Hansen2012-08-011-1/+2
* fix QWidget::activateWindow for child widgetsJoerg Bornemann2012-07-311-2/+4
* Describe an example usage of stretch in QSizePolicy documentation.Mitch Curtis2012-07-271-0/+11
* Fix position of mouse events generated from touch events.Andrew den Exter2012-07-261-1/+1
* Fixup the plugin documentationLars Knoll2012-07-263-16/+17
* Fix some typos.Frederik Schwarzer2012-07-262-2/+2
* De-inline QItemEditorCreatorBase destructor.Stephen Kelly2012-07-252-1/+5
* Remove Qt5 to-do remarkGatis Paeglis2012-07-251-1/+1
* Create IMPORTED CMake targets for executables.Stephen Kelly2012-07-252-3/+11
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+1
* Fix typo in QMdiArea docsAli Akhtarzada2012-07-251-1/+1
* Document emission of commitDataRequest() signal in QApplication doc.Mitch Curtis2012-07-251-0/+4
* Correct reference to nonexistent Qt::QA_Window flag in documenation.Mitch Curtis2012-07-251-4/+4
* Fix error in sample code on the Layout Management page.Mitch Curtis2012-07-251-2/+2
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-241-2/+0
* Remove obsolete TODO.Stephen Kelly2012-07-241-1/+0
* Propagate synthesized mouse events in parallel (lock-step) with touchKevin Ottens2012-07-242-0/+91
* QAbstractItemView: don't qRegisterMetaType<QModelIndex>Marc Mutz2012-07-241-1/+0
* Correct QLineEdit::inputMask documentation.Mitch Curtis2012-07-231-2/+1
* QStyleFactory: remove unused typedef (GCC 4.8 warning)Marc Mutz2012-07-231-1/+0
* QTBUG-26296, dock widget movingJames Turner2012-07-232-10/+3
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-4/+4
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-182-4/+3
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Fix widget animations.Friedemann Kleint2012-07-172-28/+14
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-164-16/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-162-8/+0
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
* Remove QToolButton's protected constructorIvan Komissarov2012-07-162-10/+0
* Fix QSplashScreen on X11.Friedemann Kleint2012-07-161-6/+33
* Use DropShadow from QPlatformTheme everywhere in qwhatsthis.cpp.Friedemann Kleint2012-07-161-15/+9
* Replace some Q_WS_X11 by check for platform's name.Friedemann Kleint2012-07-163-15/+10
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-136-14/+14
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* Mac: Fix crash on Mac OS 10.6 with new scrollbars.Christoph Schleifenbaum2012-07-131-10/+14
* Fix some spelling errorsSergio Ahumada2012-07-113-4/+4
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-112-20/+4
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-112-0/+12
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8
* Fix showNormal() and friends for platforms with fullscreen hintThomas McGuire2012-07-102-4/+4
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* fix fullscreen state in QWidgetWindow::handleWindowStateChangedEventJoerg Bornemann2012-07-091-2/+0
* Doc: Replace all occurences of \BR with \br.Casper van Donderen2012-07-061-76/+76
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7
* QHeaderView - resizeSection improvementThorbjørn Lund Martsum2012-07-052-1/+16
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-056-40/+449
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-0/+4