summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa...Aurélien Gâteau2009-05-281-4/+10
* Respect PM_ScrollView_ScrollBarSpacing in QAbstractScrollArea::minimumSizeHint()Christoph Feck2009-05-281-0/+6
* improved string operations all over the placeThierry Bastian2009-05-2833-102/+102
* Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-284-11/+5
* Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5.Andreas Aardal Hanssen2009-05-282-11/+2
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-2728-200/+282
|\
| * Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+6
| * Fixed a possible assert in QGtkStyleJens Bache-Wiig2009-05-271-32/+31
| * Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
| * Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
| * QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-5/+6
| * Fix a painting issue in the QGtkStyle statusbarJens Bache-Wiig2009-05-261-1/+1
| * BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-262-5/+9
| * Carbon, QFontDialog::getFont() ignore the "initial" parameterRichard Moe Gustavsen2009-05-261-8/+31
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-263-5/+10
| * fix double slash prepending causing troubles on WinCEMaurice Kalinowski2009-05-261-6/+12
| * BT:Fix access of deleted memory with a static QCursor.Michael Goddard2009-05-261-1/+3
| * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-252-10/+10
| * Doc: Removed documentation about the non-existentDavid Boddie2009-05-251-2/+0
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-259-113/+140
| |\
| | * BT: Namespace compile fixes.Norwegian Rock Cat2009-05-252-1/+2
| | * BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-251-4/+7
| | * BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-251-13/+16
| | * BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-251-8/+20
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-252-0/+9
| | |\
| | * | qdoc: Moved some qdoc comments to a common cpp file.Martin Smith2009-05-254-87/+95
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5David Boddie2009-05-2515-76/+79
| |\ \ \ | | | |/ | | |/|
| | * | BT: Mac: Crash when using QFontDialogRichard Moe Gustavsen2009-05-252-0/+9
| | |/
| | * qdoc: Added some missing qdoc comments.Martin Smith2009-05-252-11/+14
| | * qdoc: Added some missing qdoc comments.Martin Smith2009-05-253-10/+8
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-253-8/+11
| | |\
| | * | qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-0/+6
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtmae2009-05-274-5/+60
|\ \ \ \
| * | | | Remove used variableOlivier Goffart2009-05-272-4/+1
| * | | | Integrate merge-request #419 into branch 'master'Simon Hausmann2009-05-271-0/+1
| |\ \ \ \
| | * | | | Memory of fixedKernel is never returned, found by cppcheck.Daniël2009-05-271-0/+1
| * | | | | Optimized fast scaling of ARGB8565 images onto RGB16 images.Samuel Rødal2009-05-271-1/+58
* | | | | | Restore undo compression for cut/del of selectionsmae2009-05-271-25/+32
|/ / / / /
* | | | | Add comparation of images with indexed colorBenjamin Poulain2009-05-271-5/+5
* | | | | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-9/+22
* | | | | Optimized QRasterPixmapData::metric.Samuel Rødal2009-05-271-11/+22
* | | | | Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-271-13/+15
* | | | | Do not use the locale in QDoubleSpinBoxPrivate::roundOlivier Goffart2009-05-271-3/+1
* | | | | doc updateThierry Bastian2009-05-262-40/+186
* | | | | some cleanups on private exported symbolsThierry Bastian2009-05-2611-35/+14
* | | | | We first remove the pixmap from the cache and then release the keyAlexis Menard2009-05-261-1/+3
* | | | | Fix all docs warnings and add since 4.6 to new methodsAlexis Menard2009-05-251-7/+22
* | | | | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-252-32/+12
* | | | | Fix a warning on MSVCThierry Bastian2009-05-251-1/+1
* | | | | Compile fixThierry Bastian2009-05-252-2/+2