summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-1/+1
* Fixed wrong QGroupBox check stateMarkku Heikkila2011-11-141-0/+4
* Fix QDateEdit calendar pop-up having wrong datejahonkon2011-11-141-0/+2
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-112-3/+3
* Repaint QProgressBar when minimum or maximum changedTero Ahola2011-11-111-4/+10
* Doc: Added more appropriate links to help reduce confusion.David Boddie2011-11-111-0/+2
* QWidget text editors to commit text on their own on losing focusPekka Vuorela2011-11-102-0/+2
* QTextEdit to use tentative commit instead of QInputPanel::commit()Pekka Vuorela2011-11-102-5/+25
* Implement partial tentativeCommit support in QTextEditPekka Vuorela2011-11-105-10/+36
* QLineEdit - made mouse interactions commit preeditPekka Vuorela2011-11-055-16/+83
* Fix broken indendation with hard tabsPekka Vuorela2011-11-051-4/+4
* Support tentative commit string with input method.Pekka Vuorela2011-11-053-5/+38
* QTextEdit - mouse events to override input contextPekka Vuorela2011-11-052-100/+121
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-215-24/+5
* Widgets: Remove Symbian-specific code.Friedemann Kleint2011-10-192-468/+0
* QTextEdit - Fix selectionChange emission bugPekka Vuorela2011-10-112-7/+19
* Removed obsolete custom input context supportPekka Vuorela2011-10-112-14/+3
* Clean-up a macro for CocoaMorten Sorvig2011-10-1011-401/+2
* Removed some dead code from QWidgetLineControlPekka Vuorela2011-10-063-147/+46
* Make QLineEdit unit test pass againPekka Vuorela2011-10-061-4/+8
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-0349-31/+59
* Remove the remaining traces of QT3_SUPPORTLars Knoll2011-10-0311-82/+1
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-1/+0
* Remove obsolete function isHeaderVisible.Frederik Gladhorn2011-09-292-29/+8
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-295-4/+2
* Adapted most QInputContext usage on widgets to QInputPanelPekka Vuorela2011-09-284-13/+5
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-2857-1867/+0
* Removed obsolete QWidget::resetInputContext()Pekka Vuorela2011-09-283-3/+13
* Set accessible name on QTabBar buttons.Frederik Gladhorn2011-09-161-1/+4
* Merge branch 'refactor'Gunnar Sletta2011-09-131-1/+1
* Remove QT3_SUPPORT code from QMenu classesMorten Sorvig2011-09-088-1485/+0
* Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-084-4/+5
* Cocoa: QMenu refactor.Morten Sorvig2011-09-0710-1818/+57
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-063-7/+7
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-015-5/+8
* Cocoa: Load the standard app menu.Morten Sorvig2011-08-291-2/+1
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-0/+9
* Fix exports for widgets.Friedemann Kleint2011-08-251-0/+4
* Merge branch 'master' into refactorGunnar Sletta2011-08-254-17/+94
* Fix colormap exports/warning in qapplication_p.hFriedemann Kleint2011-08-191-3/+3
* Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-191-4/+2
* Move printing into it's own libraryLars Knoll2011-08-193-975/+3
* Don't rely on QPrinter in widgetsLars Knoll2011-08-196-21/+13
* Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-191-2/+0
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-031-1/+2
* Mac: build fixRichard Moe Gustavsen2011-08-021-1/+2
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-215-137/+0
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-1/+1
* Start porting the Mac menu system to QPA.Morten Sorvig2011-07-0610-1064/+156