summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | | |\
| | | | * WinCE: QMenuBar::triggered(QAction*) was emitted too oftenJoerg Bornemann2010-05-051-4/+3
| | | | * coding style changes in qmenu_wince.cppJoerg Bornemann2010-05-051-48/+79
| | | * | Fix combobox backgroundrole not respected in some stylesJens Bache-Wiig2010-05-041-1/+4
| | | |/
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-145-38/+27
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-125-38/+27
| | | |\ \
| | | | * | Really fix tst_QDockWidget::taskQTBUG_9758_undockedGeometry on LinuxOlivier Goffart2010-05-101-1/+4
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-05-1010-44/+99
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-073-36/+20
| | | | | |\ \
| | | | | | * | Fixed the sizing of the dock area with fixed size dock widgetsThierry Bastian2010-05-052-31/+19
| | | | | | * | Fixed the position of the dock widget when undockedThierry Bastian2010-05-041-5/+1
| | | | | | * | Revert "Revert "Revert "Implement heightForWidth support for QTabWidget and Q...Jan-Arve Sæther2010-05-033-54/+13
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-023-13/+54
| | | | | | |\ \
| | | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-023-13/+54
| | | | | | | |\ \
| | | | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Jan-Arve Sæther2010-04-292-3/+19
| | | | | | | | |\ \
| | | | | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Jan-Arve Sæther2010-04-2812-63/+89
| | | | | | | | |\ \ \
| | | | | | | | * | | | Revert "Revert "Implement heightForWidth support for QTabWidget and QStackedL...Jan-Arve Sæther2010-04-133-13/+54
| | | | * | | | | | | | Fix off-by-one in text layouts and widget size hints on MacEskil Abrahamsen Blomfeldt2010-05-102-2/+4
| | | | | |_|_|_|/ / / | | | | |/| | | | | |