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...Aaron Kennedy2009-07-235-11/+20
|\
| * Show text even if maximum == 0Olivier Goffart2009-07-221-1/+1
| * Support for very large range in QProgressBarOlivier Goffart2009-07-221-2/+2
| * Simplify the computation of the QProgressBar progress.Olivier Goffart2009-07-221-2/+2
| * Doc: small improvementsVolker Hilsheimer2009-07-201-1/+1
| * doc: Changed several \reimp to \internalMartin Smith2009-07-201-4/+0
| * Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-181-3/+2
| * Add priority property to QActionJens Bache-Wiig2009-07-171-2/+8
| * Allow picking up tool button style from the systemJens Bache-Wiig2009-07-161-1/+9
| * Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
* | Emit selectionChange when setSelection is calledAlan Alpert2009-07-201-0/+5
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-169-1825/+2970
|\ \
| * \ Merge branch 'master' of /home/alpert/depot/personal/aalperts-qlinecontrol in...Alan Alpert2009-07-169-1825/+2970
| |\ \
| | * | Remove emitingEditingFinished from QLineControlAlan Alpert2009-07-163-20/+5
| | * | Rename the p_foo() functions in QLineControl to internalFoo().Marius Bugge Monsen2009-07-142-31/+31
| | * | Make the member variable names in QLineControl consistent.Marius Bugge Monsen2009-07-144-245/+253
| | * | Some minor style and whitespace fixes.Marius Bugge Monsen2009-07-142-38/+44
| | * | Add '\internal' to the QLineControl documentation.Marius Bugge Monsen2009-07-141-40/+102
| | * | Cleanup some incorrect changes to QLineEditAlan Alpert2009-07-141-9/+8
| | * | qlinecontrol_p_p.h isn't actually used at all, remove file.Alan Alpert2009-07-141-105/+0
| | * | Replace Q_ASSERT with qWarningAlan Alpert2009-07-141-2/+4
| | * | Actually, some of that can't be moved back into QLineEditAlan Alpert2009-07-142-38/+43
| | * | Move some keypad navigation code back out of QLineControlAlan Alpert2009-07-142-50/+48
| | * | Fix some minor mistakesAlan Alpert2009-07-102-4/+4
| | * | Accidental Behavioural changes have been identified and rectified.Alan Alpert2009-07-081-4/+11
| | * | Fixed one of the QT3_SUPPORT constructors.Alan Alpert2009-07-081-8/+3
| | * | Forgot to bring in the change to QAbstractSpinBoxAlan Alpert2009-07-072-3/+3
| | * | Finish remaining TODOs for QLineControlAlan Alpert2009-07-073-11/+23
| | * | Manually integrate 099a32d121 to QLineControlAlan Alpert2009-07-071-1/+2
| | * | Manual cherrypick of QLineControl from kinetic-declarativeui-qfxlineeditAlan Alpert2009-07-079-1840/+3010
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-157-18/+14
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
| * | Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1
| * | use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-141-2/+3
| * | Build fix for mingwThierry Bastian2009-07-141-0/+1
| * | Fix font propagation issues with QComboBox and the popup menu.Norwegian Rock Cat2009-07-131-2/+4
| * | Fix crash after "Remove QT_WA and non-Unicode code paths, dropping Win9x and ...Bjoern Erik Nilsen2009-07-131-1/+2
| * | Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-131-1/+1
* | | Merge commit 'qt/master' into kinetic-declarativeuiBjørn Erik Nilsen2009-07-102-8/+4
|\ \ \ | |/ /
| * | QMainWindow: it is useless to apply the stte after a call to plugThierry Bastian2009-07-101-5/+0
| * | QDoubleSpinBox: make sure people can't choose too many decimalsThierry Bastian2009-07-101-3/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Michael Brasser2009-07-1028-408/+531
|\ \ \ | |/ /
| * | Ensure that when we hide QToolBar in unified, unified follows.Norwegian Rock Cat2009-07-095-24/+127
| * | Add the complex control SC_SpinBoxEditField to style optionNils Christian Roscher-Nielsen2009-07-091-1/+1
| * | QTabBar: now uses QVariantAnimation over QTimeLineThierry Bastian2009-07-094-73/+65
| * | Remove unneeded assert.Friedemann Kleint2009-07-091-1/+0
| * | Make compileBill King2009-07-081-0/+1
| * | Merge commit 'origin/4.5'Bill King2009-07-081-5/+1
| |\ \
| | * | Update QGroupBox on focusBenjamin Poulain2009-07-081-5/+1
| * | | Fix possible crash in QDockAreasThierry Bastian2009-07-081-1/+1