summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-014-8/+8
* Fix some typos.Frederik Schwarzer2012-07-261-1/+1
* Fix typo in QMdiArea docsAli Akhtarzada2012-07-251-1/+1
* Correct QLineEdit::inputMask documentation.Mitch Curtis2012-07-231-2/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-231-9/+2
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Fix widget animations.Friedemann Kleint2012-07-171-7/+7
* 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
* Replace some Q_WS_X11 by check for platform's name.Friedemann Kleint2012-07-163-15/+10
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-112-20/+4
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-051-8/+30
* Fix QDockWidgets on XCB.Friedemann Kleint2012-07-031-16/+21
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-291-1/+1
* Add framestrut mouse events.Friedemann Kleint2012-06-291-0/+7
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-271-1/+2
* Fixed inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-06-262-20/+36
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-1/+1
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-202-17/+24
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2012-06-181-1/+1
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-141-71/+27
* Deprecate QMainWindow::unifiedTitleAndToolBarOnMacChristoph Schleifenbaum2012-06-111-21/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-053-3/+3
* Avoid string-based lookup of signalsKent Hansen2012-06-051-2/+3
* Correctly locate files with relative pathsLars Knoll2012-06-051-0/+2
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-298-26/+19
* QStatusBar::showMessage will always take new timeoutJiewen Wang2012-05-251-2/+0
* QTBUG-16850: QLineEdit::setSelection removes blank charactersTarja Sundqvist2012-05-251-1/+1
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-1/+1
* Don't use deprecated QPixmap::grabWindow(),grabWidget().Debao Zhang2012-05-231-3/+4
* move inputMethodQuery() to public in subclasses of QWidgetTasuku Suzuki2012-05-233-3/+4
* Fixed QLineEdit::inputMethodQuery() for Qt::ImHintsTasuku Suzuki2012-05-231-1/+1
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-193-18/+114
* QIcon: move back to QtGuiOlivier Goffart2012-05-184-4/+4
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-161-0/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-1120-80/+80
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1030-99/+101
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-0930-99/+101
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-075-6/+6
* | Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-071-2/+2
|/
* Load resources in in QTextDocument correctlyLars Knoll2012-05-042-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtWidgets]Thiago Macieira2012-05-033-9/+9
* Fix warning about narrowing inside {}Olivier Goffart2012-05-011-2/+2
* Only send progress bar updates when visible.Frederik Gladhorn2012-04-171-2/+4
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1614-40/+42
|\