summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '51c9b68' into 4.6Morten Johan Sørvig2009-11-043-53/+61
|\
| * Gesture api review.Denis Dzyubenko2009-11-031-4/+4
| * Made native Pan gesture work on Windows.Denis Dzyubenko2009-11-033-53/+61
* | Fixed an input method bug when erasing the last character.axis2009-11-031-1/+2
* | Merge commit 'origin/4.6' into featureJørgen Lind2009-11-0214-74/+124
|\ \
| * | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstreamBradley T. Hughes2009-10-303-6/+39
| |\|
| | * Fix tab widget painting in QGtkStyle with reverseJens Bache-Wiig2009-10-081-2/+12
| | * Tabs with corner widgets are drawn incorrectly in document mode on Mac.Prasanth Ullattil2009-10-291-2/+2
| | * Wrong font used when moving a tab in document mode.Prasanth Ullattil2009-10-281-0/+1
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_...Bradley T. Hughes2009-10-282-3/+25
| | |\
| | | * QTabbar is not behaving (painting) like native ones on Mac.Prasanth Ullattil2009-10-272-3/+25
| * | | Fixes regression in QComboBox with keypad navigation while mouse is over the ...Olivier Goffart2009-10-302-19/+6
| * | | Fix autotest for QMainWindowThierry Bastian2009-10-292-5/+8
| * | | Merge commit origin/4.6 into team-widgets/4.6Olivier Goffart2009-10-292-34/+30
| |\| |
| * | | Allow to put the central widget in a QMainWindow after it was shownThierry Bastian2009-10-282-6/+9
| * | | Double-clicking a dock widget titlebar could make it disappearThierry Bastian2009-10-281-4/+6
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-281-2/+15
| |\ \ \
| | * | | QSplitter would not show previously collapsed widgets.Gabriel de Dietrich2009-10-281-2/+15
| * | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-286-9/+6
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | QToolBar has now a topLevelChanged signal like in QDockWidgetThierry Bastian2009-10-272-0/+17
| * | | QComboBox did not emit currentItemChanged when the model was resetThierry Bastian2009-10-273-20/+13
| * | | Fixed a bug in QMenuBar in RTL that would display menu at the wrong placeThierry Bastian2009-10-272-17/+16
* | | | Fix QT_NO_MAINWINDOWJørgen Lind2009-10-291-0/+2
* | | | FIX TABBARJørgen Lind2009-10-292-6/+16
* | | | Fix LIBRARY and ICONJørgen Lind2009-10-292-2/+2
* | | | Fix QT_NO_GROUPBOXJørgen Lind2009-10-292-2/+2
* | | | Fix ValidatorJørgen Lind2009-10-291-0/+6
| |_|/ |/| |
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6axis2009-10-271-10/+10
|\ \ \
| * \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6axis2009-10-275-8/+5
| |\ \ \ | | | |/ | | |/|
| * | | Fixed select softkey for comboboxes (QTBUG-4702).Janne Anttila2009-10-271-10/+10
* | | | Implement support for wheel delta with finer resolution than 15 deg.Richard Moe Gustavsen2009-10-271-24/+20
| |/ / |/| |
* | | Line spacing fixesJoerg Bornemann2009-10-235-8/+5
|/ /
* / QTextEdit: Fix the wrong order for call of Qt::WA_InputMethodEnabled in setRe...Liang QI2009-10-221-1/+1
|/
* The QMenuPrivate::activationRecursionGuard has to be a boolean.Marius Bugge Monsen2009-10-211-1/+1
* Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-215-6/+44
|\
| * Cleaned up the API of the Symbian event hooks.axis2009-10-212-2/+8
| * Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-203-4/+26
| * Fixed QFileDialog crash on SymbianMiikka Heikkinen2009-10-201-0/+10
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Alexis Menard2009-10-204-6/+8
|\|
| * Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-161-2/+1
| * Merge commit 'origin/4.5' into origin/4.6Olivier Goffart2009-10-151-2/+2
| |\
| | * Some sub menus are disabled in CocoaPrasanth Ullattil2009-10-151-2/+2
| * | Signal for an update when the cursor is visibleAlan Alpert2009-10-151-1/+1
| * | Removed assertion from QComboBox::removeItem()Stian Sandvik Thomassen2009-10-151-1/+4
* | | QToolButton popup menu is shown at wrong position when embedded in aAlexis Menard2009-10-203-7/+31
|/ /
* | Second attempt: Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* | Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-3/+3
* | Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-3/+3
* | A new implementation of the Gesture API.Denis Dzyubenko2009-10-096-85/+42