summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-5/+5
|\ \ \ | |/ /
| * | QMenu: Fixed geometry for actions with specific fontThierry Bastian2009-06-251-5/+5
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-254-109/+110
|\ \ \ | |/ /
| * | QDockWidget/Toolbars refactor to avoid list copiesThierry Bastian2009-06-244-109/+110
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-2413-91/+92
|\ \ \ | |/ /
| * | Remove dead code (private slot) in QLineEditThierry Bastian2009-06-243-9/+0
| * | QLineEdit's context menu now disables cut/copy action in password modeThierry Bastian2009-06-241-2/+2
| * | Fixed sizeHint update bug in QSpinBox.jasplin2009-06-242-0/+10
| * | Put back in these status bar changes for 10.4Norwegian Rock Cat2009-06-231-0/+3
| * | More culling of Panther Code.Norwegian Rock Cat2009-06-232-13/+8
| * | Clean up the font hash and palette hash stuff.Norwegian Rock Cat2009-06-232-4/+2
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-5/+12
| |\ \ | | |/
| | * Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-231-5/+12
| * | QDockWidget: size incorrect when moving separator on fixed-size dock.Thierry Bastian2009-06-234-61/+58
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-234-52/+61
|\ \ \ | |/ /
| * | QDockWidget: removed separator for not resizable dock widgetThierry Bastian2009-06-224-52/+61
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-222-11/+9
|\ \ \ | |/ /
| * | doc: Fixed typo.Martin Smith2009-06-221-6/+5
| * | QMenu: fixed a bug that prevented from opening a context menu with midThierry Bastian2009-06-191-3/+3
| * | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-181-2/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-181-1/+2
|\ \ \ | |/ /
| * | QMenuBar: fixed highlight problem on actions without menuThierry Bastian2009-06-181-1/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-17152-304/+304
|\ \ \ | |/ /
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-16152-304/+304
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-16152-304/+304
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-164-12/+54
|\ \ \ | |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMorten Sørvig2009-06-162-0/+2
| |\ \
| | * | We should make sure the text cursor is visible when using input methods.Denis Dzyubenko2009-06-162-0/+2
| * | | Implement QMenu::separatorsCollapsible on Mac/Cocoa.Morten Sørvig2009-06-162-12/+52
| |/ /
| * | Fix QPlainTextEdit auto testmae2009-06-151-1/+1
| * | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-4/+5
| * | QMenu, QMenuBar: small cleanupThierry Bastian2009-06-126-19/+13
* | | Merge of masterBradley T. Hughes2009-06-158-24/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-1217-128/+125
|\ \ \ | |/ /
| * | Fixed ToolBar layout so that when a toolbar is resized to its sizeHintThierry Bastian2009-06-111-3/+4
| * | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-1110-24/+24
| * | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-119-60/+60
| * | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-104-41/+37
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-104-10/+13
|\ \ \ | |/ /
| * | Fix some possible double connected signalsOlivier Goffart2009-06-101-1/+1
| * | small code cleanup that improves some loopsThierry Bastian2009-06-103-9/+12
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-083-69/+104
|\ \ \ | |/ /
| * | Fix wrong sizing of toolbars when they have anough spaceThierry Bastian2009-06-053-69/+104
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-056-32/+58
|\ \ \ | |/ /
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-042-3/+3
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-042-15/+39
| |\ \ | | |/
| | * Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
| | * BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
| * | Fixed the frame that would sometimes not be painted around widgets inThierry Bastian2009-06-041-1/+1
| * | Change crazy casts from QString to NSSting to qt_mac_QStringToNSString.Norwegian Rock Cat2009-06-031-7/+7