summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix XML entities in QTextDocument::toHtml()Thorvald Natvig2009-10-281-7/+26
* Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate.Andreas Aardal Hanssen2009-10-281-0/+2
* Always use QExplicitlySharedDataPointer<QFontPrivate>Andreas Kling2009-10-274-37/+32
* CompileOlivier Goffart2009-10-271-0/+1
* QToolBar has now a topLevelChanged signal like in QDockWidgetThierry Bastian2009-10-272-0/+17
* Fix incomplete documentation for Qt::DecorationRoleDavid Faure2009-10-272-2/+2
* QComboBox did not emit currentItemChanged when the model was resetThierry Bastian2009-10-273-20/+13
* Fixed QTreeView not emitting doubleCliked when 1st col is spannedThierry Bastian2009-10-271-3/+1
* QTreeView: Make sure the state QStyle::State_Sibling is correctly setOlivier Goffart2009-10-272-10/+10
* Fixes QTreeView: stylesheet :has-children pseudo selector doesn't works for t...Olivier Goffart2009-10-272-13/+18
* Do not hardecode the ToolBar Icon SizeOlivier Goffart2009-10-273-7/+1
* QTableView would not correctly resize to contentsThierry Bastian2009-10-272-0/+6
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-276-31/+40
|\
| * Fixed a bug in QMenuBar in RTL that would display menu at the wrong placeThierry Bastian2009-10-272-17/+16
| * stabilize test and fix warningOlivier Goffart2009-10-261-0/+2
| * Fixed typoGabriel de Dietrich2009-10-261-1/+1
| * Drag and drop in QListWidget would not preserve the selectionGabriel de Dietrich2009-10-262-13/+21
* | Respect the per-item layoutSpacing() if the style uses that feature.Jan-Arve Sæther2009-10-275-69/+109
* | If a QGraphicsWidget gets a StyleChange event, invalidate its layout.Jan-Arve Sæther2009-10-271-0/+2
|/
* Fix buglet in QGraphicsItem::stackBefore().Andreas Aardal Hanssen2009-10-261-1/+1
* Wrong worldTransform() on the painter in QGraphicsScene::drawForeground.Bjørn Erik Nilsen2009-10-231-0/+8
* QGraphicsLineItem leave traces when moving around (reg. against 4.5)Bjørn Erik Nilsen2009-10-231-1/+1
* Added visual DnD indicator for left to right flow in QListViewGabriel de Dietrich2009-10-234-3/+119
* Fix crash in QGraphicsView BSP discovered in Amarok.Alexis Menard2009-10-221-6/+8
* Warning --Alexis Menard2009-10-221-1/+1
* In Vista style, renaming Animation, Transition and PulseThierry Bastian2009-10-222-37/+37
* Merge branch 'origin/4.6' into widgets-team/4.6Olivier Goffart2009-10-2213-103/+100
|\
| * qfontengine_win.cpp: special Windows CE code removedJoerg Bornemann2009-10-221-75/+16
| * Fix a bug in QGraphicsRotation related to 2D projectionsRhys Weatherley2009-10-222-2/+4
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-2245-612/+1232
| |\
| * | Properly detect font smoothing setting on Mac OS X in raster engineEskil Abrahamsen Blomfeldt2009-10-213-3/+18
| * | Add an assert testing the cleanup hooks exist before executing themTom Cooksey2009-10-191-0/+1
| * | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-192-0/+2
| * | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-193-14/+45
| * | Stop QEglContext destroying contexts it doesn't ownTom Cooksey2009-10-192-2/+4
| * | Fixed slow QPixmap::fill() when the pixmap is sharing data.Kim Motoyoshi Kalland2009-10-191-1/+11
* | | Fixed crash in tst_qabstractitemview.Gabriel de Dietrich2009-10-211-3/+11
* | | The QMenuPrivate::activationRecursionGuard has to be a boolean.Marius Bugge Monsen2009-10-211-1/+1
* | | Make QMenu::activateCausedStack() exception safe.Marius Bugge Monsen2009-10-211-3/+11
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Marius Bugge Monsen2009-10-2127-137/+601
|\ \ \ | | |/ | |/|
| * | Make Symbian emulator behave the same as device for mouse & touchscreenShane Kearns2009-10-211-0/+7
| * | Cleaned up the API of the Symbian event hooks.axis2009-10-2112-76/+361
| * | fix editable comboboxes in the Windows mobile styleJoerg Bornemann2009-10-211-31/+73
| * | don't remap VK_RETURN on Windows mobile if not in keypad navigation modeJoerg Bornemann2009-10-211-2/+2
| * | S60Style's tab widget is too small for touch useSami Merilä2009-10-214-4/+36
| * | Introduce the QAccessibleActionInterfaceHarald Fernengel2009-10-203-1/+34
| * | Set OFN_PATHMUSTEXIT as a default parameterMartin Pejcoch2009-10-201-2/+2
| * | Mac: fix bug when reparenting non-native menu barsRichard Moe Gustavsen2009-10-203-4/+26
| * | Fixed QFileDialog crash on SymbianMiikka Heikkinen2009-10-201-0/+10
| * | Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-204-15/+28