summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Install CMake config files from Qt.Stephen Kelly2011-11-292-0/+80
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-284-32/+41
* Make input events work for widgets on waylandJørgen Lind2011-11-283-4/+4
* Fix style. 4 spaces not 2.Stephen Kelly2011-11-281-35/+35
* Be specific about what part of the model is being re-layouted.Stephen Kelly2011-11-251-3/+5
* Remove the QApplicationBase defineBradley T. Hughes2011-11-252-17/+15
* Move QScopedLoopLevelCounter to qthread_p.hBradley T. Hughes2011-11-241-12/+0
* Remove virtual child integers.Frederik Gladhorn2011-11-236-103/+29
* Code cleanup in QVariant and QMetaType.Jędrzej Nowacki2011-11-221-72/+8
* Pass all key events through the shortcutmapLars Knoll2011-11-211-4/+0
* Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-11-181-1/+6
* qtbase: Warnings fixes.Friedemann Kleint2011-11-188-17/+14
* Fix sliders style issues.Pierre Rossi2011-11-172-28/+33
* Fix compilation with -force-asserts.Friedemann Kleint2011-11-171-3/+3
* Revert logic when building with --force-assertsHarald Fernengel2011-11-161-14/+2
* Fix Q_ASSERT usage in case -force-asserts is enabledEckhart Koppen2011-11-161-0/+12
* Fix QDockWidget titlebar button positioning on Mac OS XPasi Matilainen2011-11-151-0/+101
* Fixed memory leak in Windows Vista style widgetsTero Ahola2011-11-151-0/+1
* 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