summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning.Bjørn Erik Nilsen2009-07-011-1/+1
* Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-0154-2991/+1330
|\
| * Compiler warnings.Bjørn Erik Nilsen2009-07-014-2/+5
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtNorwegian Rock Cat2009-07-0149-2983/+1283
| |\
| | * src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0148-2917/+1206
| | * doc: Fixed several qdoc error reports.Martin Smith2009-07-012-66/+77
| * | Never discard TabletRelease events as they may be delivered *after* TabletLea...Cédric Luthi2009-07-011-1/+2
| * | Fix tablet eventsCédric Luthi2009-07-011-0/+5
| * | Fix a few typosCédric Luthi2009-07-011-5/+5
| |/
| * Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-012-0/+30
* | Merge commit 'qt/master' into graphicssceneindexBjørn Erik Nilsen2009-07-01128-3236/+7164
|\ \ | |/
| * ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-012-33/+42
| * 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-304-12/+30
| |\
| | * Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changesNorwegian Rock Cat2009-06-301-2/+17
| | * Doc: Fixed a doc bug in QPlainTextEdit class description.Geir Vattekar2009-06-301-7/+7
| | * Doc: About menu on the Mac gets the application name from Info.plist.Geir Vattekar2009-06-302-3/+6
| * | QDockArea: remove coverity warningThierry Bastian2009-06-301-1/+1
| * | QToolBar: fix coverity warningsThierry Bastian2009-06-303-27/+18
| * | doc: Fixed several qdoc error reports.Martin Smith2009-06-301-6/+10
| * | Merge branch '4.5'Marius Storm-Olsen2009-06-305-11/+17
| |\ \ | | |/
| | * QWidget::adjustSize() sends a spontaneous event - Mac OS X CocoaPrasanth Ullattil2009-06-302-2/+12
| | * Remove unused variablesAnders Bakken2009-06-291-2/+0
| | * Always turn on shadows for Cocoa.Norwegian Rock Cat2009-06-291-2/+1
| | * Fix crash/artifacts on SuperHTom Cooksey2009-06-291-3/+3
| | * Fix coverity warningJens Bache-Wiig2009-06-291-2/+1
| * | qdoc: Added more handling of \reimp commandMartin Smith2009-06-301-10/+23
| * | QMenuBar: make sure to update the geometries when neededThierry Bastian2009-06-301-0/+4
| * | QMenu: when we access the actions geometry, it's now always up2dateThierry Bastian2009-06-301-0/+5
| * | QMenu: fixed a crash when clicking on a menu with a submenuThierry Bastian2009-06-301-1/+2
| * | Fixed QLayout to take the maxi/min size into account for the menu barThierry Bastian2009-06-301-1/+4
| * | Fixed compile with Windows CE 5.Rohan McGovern2009-06-291-0/+4
| * | QMenuBar: adding autotest for the geometry calculationThierry Bastian2009-06-291-5/+6
| * | Fix some coverity warningsThierry Bastian2009-06-295-9/+8
| * | QMenuBar: some private members weren't initializedThierry Bastian2009-06-291-1/+4
| * | QMenuBar: adding autotest and simplify/fix geometry calculationThierry Bastian2009-06-292-15/+9
| * | QMenu: adding autotest for the geometry calculationsThierry Bastian2009-06-291-4/+4
| * | QMenu: fixed geometry problem that was adding twice the panel widthThierry Bastian2009-06-291-5/+6
| * | QMenuBar: simplification of codeThierry Bastian2009-06-293-114/+99
| * | Doc - Improved the Detailed Description section for QCheckBox withKavindra Devi Palaraja2009-06-291-58/+71
| * | Compile.Norwegian Rock Cat2009-06-291-1/+1
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtJason McDonald2009-06-292-2/+6
| |\ \
| | * | Fixed QPushButton sizeHint recalculation bug.jasplin2009-06-292-2/+6
| * | | Fix license headers after multitouch+gestures merge.Jason McDonald2009-06-2913-65/+65
| |/ /
| * | Fix old/missing license headers from multitouch+gestures merge.Jason McDonald2009-06-2915-43/+43
| * | Merge branch '4.5'Thiago Macieira2009-06-282-3/+21
| |\ \ | | |/
| | * Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-2/+2
| | * Fixed cap and join styles when printing to native Windows printers.Trond Kjernaasen2009-06-261-1/+19
| * | Fixed compile on Unix.Rohan McGovern2009-06-271-0/+1
| * | QMenu: refactor for the QWidgetActions' widget.Thierry Bastian2009-06-262-30/+24