summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Setting a timeSpec on QDateTimeEdit breaks the edit when only time is shownFrederik Gladhorn2010-07-291-0/+15
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-282-2/+12
|\
| * Fix QLineEdit's Highlight color when inactive.Pierre Rossi2010-07-231-1/+2
| * Improve QAccessible for QTabBarSebastian Sauer2010-07-211-0/+6
| * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-1/+4
| |\
| | * Layout direction change by key should change alignment of QLineEditEskil Abrahamsen Blomfeldt2010-06-291-1/+4
| | * Fixed an assert in QMenuThierry Bastian2010-05-211-11/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-152-2/+2
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-021-1/+1
| |\ \
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-011-1/+1
| | |\ \
| | | * | Fixed a crash in menubar with invisible actionsThierry Bastian2010-06-301-1/+1
| * | | | Avkon removal configured with -no-s60mread2010-07-011-1/+1
| |/ / /
* | | | Fixes the double spinbox not updating geometry when suffix is changedThierry Bastian2010-07-071-0/+3
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-015-12/+29
|\ \ \ \ | |/ / /
| * | | QGraphicsProxyWidget: Fixes QComboBox popup closing issue.Jocelyn Turcotte2010-06-301-0/+5
| |/ /
| * | Improved QCommandLinkButton's vertical spacingJohn Brooks2010-06-291-5/+13
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-156-12/+28
| |\ \
| | * | For an empty line edit the cursor position is depending on input languageLars Knoll2010-06-091-1/+4
| | * | Correct BiDi behavior of QLineEditLars Knoll2010-06-092-6/+7
| * | | Doc: Removed a link to Qt3 support in QSliderGeir Vattekar2010-06-021-1/+1
* | | | Fixed the combobox just adjusting their size without relayoutingThierry Bastian2010-07-011-0/+1
* | | | Oops...Thierry Bastian2010-06-291-1/+1
* | | | set currentIndex as USER property for QComboBoxThierry Bastian2010-06-281-1/+1
* | | | Makes the splascreen transparent depending on the pixmapThierry Bastian2010-06-281-39/+15
* | | | Fix painting of overlines in labels.Gunnar Sletta2010-06-231-1/+1
* | | | Merge remote branch 'origin/master'Olivier Goffart2010-06-154-6/+18
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-084-6/+18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-033-2/+14
| | |\ \ \
| | | * | | QProgressBar: make accessors const.Olivier Goffart2010-06-031-2/+4
| | | * | | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-022-0/+10
| | | |/ /
| | * | | doc: Fixed confusing ownership issue.Martin Smith2010-05-311-4/+4
| | |/ /
* | | | Qt now really unloads plugins and libraries when exiting an appThierry Bastian2010-06-041-2/+0
|/ / /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-013-0/+41
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-241-11/+1
| |\ \
| * | | Unbreak compilation outside MacThiago Macieira2010-05-231-1/+1
| * | | Fixing incorrect addition of public API symbols.Carlos Manuel Duclos Vergara2010-05-211-4/+5
| * | | QPushButton's click area exceeds the button area by far on Mac OS XCarlos Manuel Duclos Vergara2010-05-203-0/+40
* | | | QComboBox::modelColumn was not respected when selecting an itemGabriel de Dietrich2010-05-262-4/+11
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-05-251-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-05-211-1/+1
| |\ \ \ \
| | * | | | QComboBox: Fix documentation and make auto-test pass.Gabriel de Dietrich2010-05-211-1/+1
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-251-11/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Fixed an assert in QMenuThierry Bastian2010-05-191-11/+1
| | |/ / | |/| |
* | | | Merge remote branch 'origin/master'Thiago Macieira2010-05-2016-108/+180
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-1916-108/+180
| |\ \ \ | | |/ /
| | * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-176-65/+103
| | |\ \ | | | |/
| | | * Fix for torn off menus that were way too bigThierry Bastian2010-05-101-4/+5
| | | * Windows CE: fix multiple QAction::triggered() signalsJoerg Bornemann2010-05-074-16/+21
| | | * document that QMenuBar::setDefaultAction is only available on Win MobileJoerg Bornemann2010-05-051-1/+1
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-05-051-52/+82
| | | |\