summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Update the state of native menus correctly on MacPasi Matilainen2012-10-023-12/+7
* Fix issue with mispositioned family name i QFontComboBoxEskil Abrahamsen Blomfeldt2012-10-011-1/+12
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-299-14/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291254-30044/+30049
* clear XSizeHints before useDavid Fries2012-09-282-1/+3
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-271-0/+2
* Fixed outline / fill inconsistencies in raster paint engine.Samuel Rødal2012-09-273-20/+2
* Load Mac specific resources in a static buildAndy Shaw2012-09-271-1/+4
* Avoid crash caused by drag and drop and winId()Jian Liang2012-09-271-9/+19
* cleanup CUPS tmp filesTeemu Katajisto2012-09-271-0/+1
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-251-10/+10
* float->int error in OS X Mouse Event HandlingGerhard Roethlin2012-09-241-1/+3
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-181-1/+1
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-141-6/+22
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-131-0/+1
* qpa: extend drawPixmap capabilitiesJulien Brianceau2012-09-122-10/+57
* Ensure that QApplication is cleaned up after itself on MacAndy Shaw2012-09-123-0/+13
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-09-121-1/+2
* qpa: add non-opaque fill supportJulien Brianceau2012-09-123-13/+66
* Prevent a crash when a merged action is removedAndy Shaw2012-09-111-0/+10
* Symbian: Handle Qt input hints for email and url editorsJaakko Helanti2012-09-071-8/+4
* Revert "Speed up QTextEngine::resolveAdditionalFormats"v4.8.3Eskil Abrahamsen Blomfeldt2012-09-071-65/+2
* Optimize QTextEngine::findItem by using a binary search.Milian Wolff2012-09-051-5/+12
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-051-1/+2
* qpa: incorrect rendering when stretching and clippingJulien Brianceau2012-09-031-5/+17
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-311-2/+7
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-311-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-311-2/+65
* Windows: Fix Drag and drop in Designer.Friedemann Kleint2012-08-311-3/+14
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-2/+6
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-271-3/+9
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-231-1/+1
* Remove warning about non existing paint device engineTitta Heikkala2012-08-231-25/+27
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-231-0/+10
* Doc: Really minor typo fixSergio Ahumada2012-08-231-1/+1
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-222-2/+24
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-221-3/+11
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-161-0/+1
* Fix for restoring dockwidget's size when it gets dragged.Mikko Knuutila2012-08-161-6/+24
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-143-11/+5
* fix dangling pointer access during drag-n-drop operationNick Shaforostoff2012-08-141-1/+1
* make currentText the USER property for QComboBoxMark Brand2012-08-131-2/+2
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-081-3/+4
* Update contact information in license headers.Sergio Ahumada2012-08-011252-2504/+2504
* Use improved QLibrary search heuristics for libgtkSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics in qapplication_x11.cppSean Harmer2012-07-271-0/+5
* Clean up qDebug statementsRomain Pokrzywka2012-07-211-3/+2
* Don't discard QPA mouse events without an associated window or widgetRomain Pokrzywka2012-07-201-2/+0
* Fix null pointer bug when no QPA event integration is used.Ian Dean2012-07-201-0/+1