summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Doc: small improvementsVolker Hilsheimer2009-07-201-1/+1
* doc: Changed several \reimp to \internalMartin Smith2009-07-201-4/+0
* Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-181-3/+2
* Add priority property to QActionJens Bache-Wiig2009-07-171-2/+8
* Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-1/+9
* Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
* Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
* Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1
* use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-141-2/+3
* Build fix for mingwThierry Bastian2009-07-141-0/+1
* Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-131-2/+4
* Fix crash after "Remove QT_WA and non-Unicode code paths, dropping Win9x and ...Bjoern Erik Nilsen2009-07-131-1/+2
* Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-131-1/+1
* QMainWindow: it is useless to apply the stte after a call to plugThierry Bastian2009-07-101-5/+0
* QDoubleSpinBox: make sure people can't choose too many decimalsThierry Bastian2009-07-101-3/+4
* Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-095-24/+127
* Add the complex control SC_SpinBoxEditField to style optionNils Christian Roscher-Nielsen2009-07-091-1/+1
* QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-094-73/+65
* Remove unneeded assert.Friedemann Kleint2009-07-091-1/+0
* Make compileBill King2009-07-081-0/+1
* Merge commit 'origin/4.5'Bill King2009-07-081-5/+1
|\
| * Update QGroupBox on focusBenjamin Poulain2009-07-081-5/+1
* | Fix possible crash in QDockAreasThierry Bastian2009-07-081-1/+1
* | QMainWindow: fix the use of animation and improve code qualityThierry Bastian2009-07-083-52/+38
* | QMenuBar: the extension could be visible when it shouldn'tThierry Bastian2009-07-081-2/+2
* | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-082-1/+24
* | QMainWindow: compile fix when defining QT_NO_DOCKWIDGETThierry Bastian2009-07-081-2/+1
* | QMainWindow: fixed a crash in some cases when deleting the widgetThierry Bastian2009-07-082-13/+6
* | QMainWindow: made use of QPropertyAnimation for animationsThierry Bastian2009-07-084-149/+59
* | Fixes a crash when scrolling a scrollarea with a mouse wheel.Denis Dzyubenko2009-07-071-0/+1
* | QColumnView: didn't react to addition of rows/cols in the current viewThierry Bastian2009-07-072-4/+1
* | QMainWindow: layout private API cleanupThierry Bastian2009-07-072-35/+35
* | Make sure we send a ValueChanged event if the spinbox value has changedJan-Arve Sæther2009-07-071-0/+9
* | QMenu: with tearoff handle, it would reserve the space for it twiceThierry Bastian2009-07-071-8/+5
* | QToolBar: better management of positions when hiding/unhidingThierry Bastian2009-07-071-11/+5
* | QFontComboBox: used to emit currentFontChanged twice when setting it.Thierry Bastian2009-07-071-1/+1
* | QMenu: the scroller now takes the qapp's global strut into accountThierry Bastian2009-07-062-25/+25
* | QMenu: scrolling in menus was brokenThierry Bastian2009-07-062-16/+24
* | doc: Added not about Mac OS X.Martin Smith2009-07-061-0/+7
* | QToolBar: avoid repaints when entering/leaving a toolbarThierry Bastian2009-07-031-0/+4
* | QPlainTextEdit pixel dust redrawing problem on clear()mae2009-07-021-3/+2
* | Refactored gesture apiDenis Dzyubenko2009-07-028-3/+106
* | Don't insert text into a text widget when a modifier is pressed.Denis Dzyubenko2009-07-021-1/+2
* | Merge branch '4.5'Thiago Macieira2009-07-021-3/+4
|\ \ | |/
| * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
* | QMainWindow: cleanup of code in QWidgetAnimatorThierry Bastian2009-07-016-107/+66
* | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-015-89/+74
* | Set the focus to a child widget when set on a QGroupBoxBenjamin Poulain2009-06-301-3/+2
* | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-302-9/+10
|\ \ | |/
| * Doc: Fixed a doc bug in QPlainTextEdit class description.Geir Vattekar2009-06-301-7/+7