summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-06-098-88/+147
|\
| * Fix wrong sizing of toolbars when they have anough spaceThierry Bastian2009-06-053-69/+104
| * 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
* | | Merge commit 'mainline/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-06-044-42/+56
|\ \ \ | |/ /
| * | Change crazy casts from QString to NSSting to qt_mac_QStringToNSString.Norwegian Rock Cat2009-06-031-7/+7
| * | Fixed the QMenu to open submenus even if the pointing device is movingThierry Bastian2009-06-031-5/+7
| * | Removed a warning (qreal should be used, and not float)Thierry Bastian2009-06-031-1/+1
| * | Wrong default argument for my previous fix.Norwegian Rock Cat2009-05-291-1/+1
| * | Do not hide the left edge of widget in statusbarOlivier Goffart2009-05-291-1/+1
| * | Mac: App menus reactivated when a sheet is used on a modal dialog.Richard Moe Gustavsen2009-05-291-14/+14
| * | Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-292-15/+27
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-294-7/+12
|\ \ \ | |/ /
| * | Respect PM_ScrollView_ScrollBarSpacing in QAbstractScrollArea::minimumSizeHint()Christoph Feck2009-05-281-0/+6
| * | improved string operations all over the placeThierry Bastian2009-05-282-5/+5
| * | Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-2/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-278-25/+23
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-4/+7
| |\ \ | | |/
| | * BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-251-4/+7
| * | Remove used variableOlivier Goffart2009-05-272-4/+1
| * | Do not use the locale in QDoubleSpinBoxPrivate::roundOlivier Goffart2009-05-271-3/+1
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-255-14/+14
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-05-2213-23/+33
|\ \ \ | |/ /
| * | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-202-9/+19
| |\ \ | | |/
| | * QComboBox: style change event should not resets custom item delegatesOlivier Goffart2009-05-202-9/+19
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-199-9/+9
| |\ \ | | |/
| | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-188-8/+8
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-182-5/+5
| |\ \ | | |/
| | * QCalendarWidget::setDateTextFormat() reset the format is the date is invalidBenjamin Poulain2009-05-181-1/+1
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-151-1/+17
| | |\
| | * | Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Warwick Allison2009-05-154-14/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '4.5'Thiago Macieira2009-05-141-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix broken wince build.Jason McDonald2009-05-131-1/+1
| | * | fix WinCE buildMaurice Kalinowski2009-05-131-0/+2
| * | | Fix missing update of edit geometry on QSpinBoxJens Bache-Wiig2009-05-141-0/+1
| * | | Ensure style option for drawing blank area in scrollarea is initialized.Norwegian Rock Cat2009-05-141-3/+4
| * | | Remove snapback/maximum drag distance from QSliderJens Bache-Wiig2009-05-141-10/+0
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Alexis Menard2009-05-1210-112/+99
|\ \ \ \ | |/ / /
| * | | Draw the shadow before the page background to avoid antialiasing overlapsTrond Kjernaasen2009-05-121-22/+22
| * | | Add a AA_MacDontSwapCtrlAndMeta application attribute.Norwegian Rock Cat2009-05-111-60/+48
| * | | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-113-3/+3
| * | | fix build on windowsMaurice Kalinowski2009-05-111-1/+1
| * | | QToolBarLayout and QDockWidgetLayout, which are private classes, areThierry Bastian2009-05-084-26/+11
| * | | Stop a crash in QMenuBar on Designer after my changes.Norwegian Rock Cat2009-05-081-0/+2
| * | | Improved scrolling performance with invisible blocksmae2009-05-081-2/+12