summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * qmenu.h includes private headersGirish Ramakrishnan2012-04-163-1/+4
| * Now QSplitter can have 0-pixel handleABBAPOH2012-04-152-5/+5
| * Update accessibility selections in QTextControl.Frederik Gladhorn2012-04-141-3/+17
| * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-4/+4
| * Merge the two overloads of QButtonGroup::addButton().Jason McDonald2012-04-133-23/+7
| * Remove a Qt 5 to-do comment that will not be addressed.Jason McDonald2012-04-121-1/+0
| * Fixes a regression; missing cursor blink when input mask is set.Andreas Aardal Hanssen2012-04-121-1/+2
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-103-3/+3
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1016-126/+63
|\|
| * Remove duplicate non-const methods from QProgressBar.Jason McDonald2012-04-032-8/+6
| * Remove redundant virtual method reimplementations from QToolBar.Jason McDonald2012-04-022-18/+0
| * Testability for password mask delayPekka Vuorela2012-04-013-1/+18
| * Fix inputMask accessor of QLineControl.Friedemann Kleint2012-03-311-1/+12
| * Documentation cleanupDebao Zhang2012-03-313-37/+0
| * Cocoa: Fix combo box flicker on show.Morten Sorvig2012-03-301-3/+3
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-2/+2
| * Fix keyboard navigation order for buttons with RTL layoutOrgad Shaneh2012-03-271-4/+12
| * Reverted use of tentative commit use in QWidget editorsPekka Vuorela2012-03-275-52/+10
* | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* | Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-282-0/+28
* | Merge master into api_changesKent Hansen2012-03-273-30/+10
|\|
| * Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-262-30/+4
| * Added QAccessibleGroupBoxFrederik Gladhorn2012-03-241-0/+6
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2316-33/+74
|\ \