summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
* BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
* BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
* BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
* Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
* Remove unused variable.Alexis Menard2009-05-291-1/+0
* Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
* Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
* Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
* Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
* Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
* Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
* BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
* 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
| |\
| | * Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-222-2/+4
| | * Fixes a potential crash when changing system palette with QGtkStyleJens Bache-Wiig2009-05-221-6/+7
| * | qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-0/+6
| |/
| * Fixed potential bug caused by change b89efc8e7f32.Samuel Rødal2009-05-221-1/+1
| * Fixed text shaping bugs with ligatures and multiple font engines.Samuel Rødal2009-05-221-14/+26
| * Fix Qt does not compile when glibc < 2.3.2 on linuxJens Bache-Wiig2009-05-221-22/+5
| * Fixed an issue with text drawing to QImages on Mac/Cocoa.Trond Kjernåsen2009-05-221-1/+3