summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-041-1/+0
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-039-581/+116
* Fix focus handling when the application has QAxWidgets.Miikka Heikkinen2012-07-032-18/+19
* Implement automatic mouse grabbing on mouse button press.Miikka Heikkinen2012-07-033-1/+30
* Fix QDockWidgets on XCB.Friedemann Kleint2012-07-031-16/+21
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-4/+4
* fix QWidget::grab(QRect(x, y, -1, -1))Joerg Bornemann2012-07-031-1/+5
* revive the noPaintOnScreen fix on WindowsJoerg Bornemann2012-07-033-5/+28
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-034-2/+2
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-0/+3
* Support the showIsFullScreen style hint in widgets.Thomas McGuire2012-06-302-13/+26
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-295-3782/+1
* Add framestrut mouse events.Friedemann Kleint2012-06-293-0/+20
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5
* Further fixes to widget maskingMiikka Heikkinen2012-06-281-0/+3
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-0/+3
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-1/+67
* Widgets: Apply masks to native windows only.Friedemann Kleint2012-06-271-10/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Remove .values() call in foreachAlbert Astals Cid2012-06-271-1/+1
* Fix raising and lowering native widgetsMiikka Heikkinen2012-06-271-2/+2