summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-3/+3
* Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-27/+42
* Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-172-2/+2
* ItemViews : Fixed a performance regression whne changing data in theThierry Bastian2009-06-171-1/+1
* Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-171-2/+8
* Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16979-1956/+1956
* Improved styling of expander arrows with Gtk+Jens Bache-Wiig2009-06-161-9/+6
* Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
* Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
* Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-121-1/+1
* QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
* Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
* Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
* Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
* Fixed a problem with disappearing borders in a QTextFrame.Trond Kjernåsen2009-06-111-18/+18
* Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-102-2/+7
* Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
* Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
* Skip empty parts in KDEDIRSJoão Abecasis2009-06-091-1/+1
* Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-1/+1
* Fixed an issue with graphicssystem raster on 8 and 16 bit X servers.Trond Kjernåsen2009-06-051-1/+1
* Revert "BT: Fixed crash on Mac caused by erroneous handling of native focus e...jasplin2009-06-051-4/+1
* Example MDI: keybord focus not working correctly!Richard Moe Gustavsen2009-06-051-1/+7
* Fixed text drawing on Windows in 16 bit mode.Trond Kjernaasen2009-06-052-13/+16
* Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-044-6/+15
* 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