summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
* Fix for enter key inserting into password fields in SymbianMarko Kenttala2012-07-131-1/+2
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-131-3/+23
* QNX: Set the default application font to Slate Pro on BlackberrySean Harmer2012-07-121-1/+7
* qws: print the data directoryGirish Ramakrishnan2012-07-111-1/+1
* ARM: fix compilation with C++11 enabledMarc Mutz2012-07-052-2/+2
* Fix compilation errorJaakko Helanti2012-07-051-0/+2
* Ensure the mouse buttons are preserved when entering a widgetAndy Shaw2012-07-043-3/+5
* Fix cursor truncate to include line positionJiang Jiang2012-07-041-2/+2
* Enable smiley support for Symbian editorsMarko Kenttala2012-07-032-1/+22
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-251-1/+1
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-06-251-2/+3
* Enable building with older SHAPE extension, or -no-xshape (QTBUG-24653, QTBUG...Daniel Richard G2012-06-221-0/+6
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-212-4/+11
* Restored native behavior when moving cursor from selectionRobert Loehning2012-06-201-0/+8
* Mac: Fix rendering of non-int sized fonts.Eike Ziller2012-06-192-17/+24
* Drag and drop icon does not update correctly on Windows.Markku Heikkila2012-06-192-3/+2
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-191-4/+11
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-151-1/+9
* QWizard/Win: Handle hit testing correctly for Vista styleJonathan Liu2012-06-151-37/+48