summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-171-3/+3
* Update license headers as requested by the marketing department.Jason McDonald2009-06-17979-1956/+1956
* Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
* Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-161-1/+1
* Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
* QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-131-1/+1
* Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-122-8/+14
* Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-121-2/+2
* Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-071-1/+1
* Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-071-4/+1
* Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-072-13/+16
* Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-074-6/+15
* Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-071-0/+2
* BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-071-1/+4
* BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-041-15/+37
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-041-2/+2
* Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-031-2/+3
* BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-032-9/+2
* BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-031-1/+4
* Remove unused variable.Alexis Menard2009-05-311-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-291-2/+4
* Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-293-1/+18
* BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-291-1/+1
* Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-281-3/+6
* QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-271-5/+6
* BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-272-5/+9
* 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-262-10/+10
* Doc: Removed documentation about the non-existentDavid Boddie2009-05-261-2/+0
* BT: Namespace compile fixes.Norwegian Rock Cat2009-05-262-1/+2
* BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-261-4/+7
* BT: fix systray balloon crash bug on Windows CEJoerg Bornemann2009-05-261-13/+16
* BT: Prevent crash in Designer when using a scroll wheel to change a property.Norwegian Rock Cat2009-05-261-8/+20
* qdoc: Moved some qdoc comments to a common cpp file.Martin Smith2009-05-264-87/+95
* BT: Mac: Crash when using QFontDialogRichard Moe Gustavsen2009-05-262-0/+9
* qdoc: Added some missing qdoc comments.Martin Smith2009-05-262-11/+14
* qdoc: Added some missing qdoc comments.Martin Smith2009-05-263-10/+8
* qdoc: Added some missing qdoc comments.Martin Smith2009-05-251-0/+6
* Update license headers to the release version.Jason McDonald2009-05-23979-4895/+4895
* 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
* 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
* Revert "Ignore GCC warning of unsafe floating point comparisons."Ariya Hidayat2009-05-221-14/+0
* Fix toolbutton text incorrectly clipped on windowsJens Bache-Wiig2009-05-221-1/+1