summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Integrate testcocoon support into Qt build system.Rohan McGovern2011-11-151-0/+8
* Fix for the button size calculation in qmessagebox.cppMikko Knuutila2011-11-141-1/+1
* Disable qmacstyle test on Mac OS XBradley T. Hughes2011-11-141-1/+1
* Remove unused Mac codeJiang Jiang2011-11-141-5/+0
* Fix QPlainTextEdit when using Qt::TextSelectableByKeyboard flagjahonkon2011-11-141-1/+1
* Mac: Fix the color of check marks in menus with stylesheetTero Ahola2011-11-141-3/+7
* 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-113-5/+5
* Add API to clear the current index. Symmetric with clearing selection.Stephen Kelly2011-11-112-1/+10
* Make this API virtual to make selection proxying possible.Stephen Kelly2011-11-111-1/+1
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-1110-52/+203
* Repaint QProgressBar when minimum or maximum changedTero Ahola2011-11-111-4/+10
* Fix QProgressBar causing timer event spamTero Ahola2011-11-112-23/+37
* 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-106-8/+8
* 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
* Remove unused MMX/3DNOW/SSE/SSE2/SSSE3/NEON custom compiler logicBradley T. Hughes2011-11-101-158/+0
* Remove unnecessary variable self-assignmentBradley T. Hughes2011-11-091-2/+0
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-094-129/+10
* Make usage of internal QVariant space.Jędrzej Nowacki2011-11-091-0/+4
* Widgets: Remove remains of Windows file dialog.Friedemann Kleint2011-11-084-1225/+2
* Cocoa cursor support: Add QCocoaCursor.Morten Sorvig2011-11-081-522/+0
* Widgets: Use QPlatformDialogHelper in QColorDialog/QFontDialog.Friedemann Kleint2011-11-085-25/+26
* Bump QCoreApplicationPrivate::app_compile_version to 0x050000Bradley T. Hughes2011-11-071-6/+2
* 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
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-043-6/+10
* QWidgets: Delayed creation of the QPlatformDialogHelper.Friedemann Kleint2011-11-044-41/+52
* Add QT_MODULE(Gui) macroSergio Ahumada2011-11-031-0/+2
* QtGui: Fix compilation with gcc 4.4Friedemann Kleint2011-11-031-2/+2
* Revert "Fix use of qMax() with floating point constants"Sergio Ahumada2011-11-011-1/+1
* Fix use of qMax() with floating point constantsSergio Ahumada2011-10-301-1/+1
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-2869-52031/+6
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-2/+2
* Fix compiler warnings.Friedemann Kleint2011-10-272-2/+4
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-271-0/+4
* Compilation fix (cannot assign const pointer to non-const pointer)Bradley T. Hughes2011-10-271-1/+1
* Fixed resource leak when setting QProgressBar style sheetTero Ahola2011-10-271-1/+2
* Add default actions to QAccessibleWidget.Frederik Gladhorn2011-10-272-1/+34
* Native file dialog support for MacMorten Sorvig2011-10-2711-74/+277
* Readded PrintSupport for WindowsOliver Wolff2011-10-253-2158/+0
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-241-1/+1
* Remove QAccessibleWidgetPrivate inheritance of QAccessibleFrederik Gladhorn2011-10-231-3/+3
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-222-5/+13
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-2128-763/+59
* Make foreground and backgroundColor proper functions.Frederik Gladhorn2011-10-202-4/+13