summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-2528-134/+481
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-246-3/+259
| |\
| | * Add a children private property needed for QML to support QGraphicsObjectAlexis Menard2010-03-246-0/+251
| | * Invalidate the cache of QGraphicsEffect if a child becomes visible.Alexis Menard2010-03-241-1/+5
| | * Fix a crash when reparenting an item in QGraphicsView.Alexis Menard2010-03-241-2/+3
| * | Made it possible to define more than one language using pkg_prerulesMiikka Heikkinen2010-03-241-1/+0
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-2413-89/+133
| |\ \ | | |/ | |/|
| | * Compile fixAlessandro Portale2010-03-231-2/+2
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-03-2317-89/+171
| | |\
| | | * Hotfix to const usage in 262e98f9a29385f99cd6f768632264e0b621dc01Janne Anttila2010-03-231-3/+3
| | | * Fixed S60 softkey implementation to use popup/modal dialog softkeys.Janne Anttila2010-03-235-16/+61
| | | * Fixed 'fullsreen with softkeys' mode not to expand under softkey area.Janne Anttila2010-03-233-25/+29
| | | * Fixed left softkey regression caused by 7829fe15 in Symbian.Janne Anttila2010-03-231-14/+0
| | * | Remove internal custom pixel metric enumsSami Merila2010-03-232-23/+15
| | * | QS60Style: HousekeepingSami Merila2010-03-223-10/+8
| | * | Custom pixel metric values cannot be inquired from outside the classSami Merila2010-03-223-0/+19
| | * | Adding custom pixel metrics requires cleaning and rebuilding of QtGuiSami Merila2010-03-221-1/+1
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-241-7/+8
| |\ \ \ | | |_|/ | |/| |
| | * | Doc update for QSpinBox::textFromValueAnders Bakken2010-03-241-7/+8
| * | | Increase KeypadNavigation focus visibilityAlessandro Portale2010-03-221-2/+2
| * | | Fixing keypad navigation focus frameAlessandro Portale2010-03-221-20/+17
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-03-221-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fixed table formatting in QSound documentationMiikka Heikkinen2010-03-221-1/+2
| | |/
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-03-226-11/+60
| |\ \ | | |/ | |/|
| | * Recommit 1ebeb971d3382aec0fff927Eskil Abrahamsen Blomfeldt2010-03-226-11/+60
* | | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-245-15/+15
|\ \ \
| * | | Inverted sorting arrows on QHeaderViews is intentional on GNOMEGabriel de Dietrich2010-03-241-0/+2
| * | | Revert "Sort indicators displayed incorrectly in GTK style"Gabriel de Dietrich2010-03-241-2/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-235-17/+15
| |\ \ \
| | * | | compile fix for mingw (also removes some warnings)Thierry Bastian2010-03-234-15/+13
| | * | | Sort indicators displayed incorrectly in GTK styleGabriel de Dietrich2010-03-231-2/+2
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-03-237-11/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-231-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'linux-symbian-sbsv2-support' into 4.7-s60axis2010-03-231-1/+1
| | |\ \ \
| | | * | | Corrected wrong header casing.axis2010-03-151-1/+1
| * | | | | Wrong repaint when changing the default row height in QTreeViewGabriel de Dietrich2010-03-231-4/+8
| * | | | | Add new function QTextLine::horizontalAdvance()Eskil Abrahamsen Blomfeldt2010-03-233-1/+16
| * | | | | Fix QGraphicsEffect cache when the item is not visible by the view.Alexis Menard2010-03-232-2/+2
| * | | | | Calling setX and setY should send itemSendGeometry/ScenePositionChanged eventsAlexis Menard2010-03-231-3/+3
| |/ / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-222-0/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-222-0/+13
| |\ \ \ \
| | * | | | Set role names for QFileSystemModel and QDirModelMartin Jones2010-03-222-0/+13
* | | | | | Fix a problem with the selection losing items when layout is changedThierry Bastian2010-03-221-0/+4
* | | | | | refactor connections/disconnections in QItemSelectionModelThierry Bastian2010-03-222-60/+26
* | | | | | small little change to the initialization of item viewsThierry Bastian2010-03-221-3/+1
* | | | | | disable copy of QPainterPathStroker as its not copiable.Gunnar Sletta2010-03-221-0/+2
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-222-10/+23
|\ \ \ \ \
| * | | | | Fixed performance issues when falling back to raster for sub-pixmaps.Samuel Rødal2010-03-221-2/+7
| * | | | | Dragging headers in item views done rightGabriel de Dietrich2010-03-221-8/+16
| |/ / / /
* | | | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-2213-98/+160
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |