summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-221-75/+16
|\
| * qfontengine_win.cpp: special Windows CE code removedJoerg Bornemann2009-10-221-75/+16
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2212-28/+84
|\ \ | |/
| * 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
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-drivenBradley T. Hughes2009-10-2124-120/+541
|\ \ \ | | |/ | |/|
| * | 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
* | | Remove workarounds for Win32 event dispatcher bugsBradley T. Hughes2009-10-204-20/+0
|/ /
* | Fixed QFileDialog crash on SymbianMiikka Heikkinen2009-10-201-0/+10
* | Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-204-15/+28
* | QT-693 QS60Style does not regard selection beahviors with itemviewsSami Merilä2009-10-201-2/+22
* | Revert "Change the way we handle KeyboardUIMode on Mac"Benjamin Poulain2009-10-201-16/+4
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Alexis Menard2009-10-209-412/+533
|\ \
| * | Fix a bug affecting keyboard navigation in the table viewOrgad Shaneh2009-10-191-2/+2
| * | Do not loop forever if we are adding the layout itself to the layout.Jan-Arve Sæther2009-10-192-0/+8
| * | Whitespace cleanup.Jan-Arve Sæther2009-10-191-13/+13
| * | API addition: Make it possible to set the size policy of an anchor.Jan-Arve Sæther2009-10-164-54/+88
| * | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-161-159/+165
| |\ \
| | * | QGAL: refactor and document the simplification algorithmCaio Marcelo de Oliveira Filho2009-10-151-159/+165
| | * | QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-152-75/+93
| | * | QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-152-9/+20
| | * | QGAL: avoid having to re-calculate lists of variablesCaio Marcelo de Oliveira Filho2009-10-152-31/+27
| | * | QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-152-0/+12
| | * | QGAL: improve dump graph and add helper codeCaio Marcelo de Oliveira Filho2009-10-152-3/+13
| | * | QGraphicsAnchorLayout: Fix sequential anchor distribution w/ expanding sizesEduardo M. Fleury2009-10-151-86/+76
| | * | QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-152-0/+33
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-162-2/+5
| |\ \ \
| | * | | Fixed typo in qtableview.cpp.Gabriel de Dietrich2009-10-161-1/+1
| | * | | Fixed a rare crash in qt_x11_enforce_cursorGabriel de Dietrich2009-10-151-1/+4
| * | | | Make sure that the anchor layout autotests pass in release configurationJan-Arve Sæther2009-10-162-2/+2
| |/ / /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6Jan-Arve Sæther2009-10-1533-154/+839
| |\ \ \
| | * | | Fixed updating problems QListView with IconModeGabriel de Dietrich2009-10-151-1/+1
| * | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone...Jan-Arve Sæther2009-10-153-181/+251
| |\ \ \ \
| | * | | | QGAL: refactor calculateGraphs() methodCaio Marcelo de Oliveira Filho2009-10-092-75/+93
| | * | | | QGAL: update the sizes of all anchors instead of doing it separatedlyCaio Marcelo de Oliveira Filho2009-10-092-9/+20
| | * | | | QGAL: avoid having to re-calculate lists of variablesCaio Marcelo de Oliveira Filho2009-10-092-31/+27
| | * | | | QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-092-0/+12