summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-10-0124-93/+118
|\
| * Be consistant between static method and regular QFileDialog contructor.Alexis Menard2009-09-301-0/+2
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-304-1/+10
| |\
| | * Compile when one includes <QtGui/QtGui> without putting explicitly all Qt sub...Olivier Goffart2009-09-301-1/+1
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-304-16/+18
| | |\
| | | * Fix tst_QFontDialog::task256466_wrongStyle() autotest failure in Cocoa.Prasanth Ullattil2009-09-301-0/+2
| | | * Fixed warning in public header:Olivier Goffart2009-09-301-0/+3
| | * | Ftp example application crashes (due to keypad navigation)Sami Merilä2009-09-301-0/+4
| * | | Add redo keyboard shortcut for Symbian.Jani Hautakangas2009-09-301-2/+2
| | |/ | |/|
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jani Hautakangas2009-09-3020-147/+309
| |\ \ | | |/
| | * Make QPF's implementation of alphaMapForGlyph() consistent.Rhys Weatherley2009-09-292-3/+5
| | * Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2914-71/+86
| | |\
| | | * Fix tr-Errors/remove QObject::tr(), mainly in ScriptToolsFriedemann Kleint2009-09-291-1/+1
| | | * Fix bug with posting events from HandleCommandL on Symbian.Jason Barron2009-09-291-0/+1
| | | * Merge branch '4.5' into 4.6Thiago Macieira2009-09-291-7/+4
| | | |\
| | | | * QGraphicsItem: cached embedded widget item is not repainted when widget is up...Andreas Aardal Hanssen2009-09-291-16/+10
| | | * | Fix typo.Alexis Menard2009-09-291-2/+2
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Jeremy Katz2009-09-296-14/+56
| | | |\ \
| | | | * | After some discussion we decided to remove hasConflicts() from the API.Jan-Arve Sæther2009-09-294-14/+13
| | | | * | Add missing docs for QGraphicsAnchorJan-Arve Sæther2009-09-291-0/+18
| | | * | | fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-296-47/+47
| * | | | | Symbian specific fixes to QComboBoxJani Hautakangas2009-09-302-16/+13
| | |_|/ / | |/| | |
* | | | | Enable pointer events on native child widgetsGareth Stockwell2009-10-011-0/+5
* | | | | Map redraw rectangle into co-ordinate system of backing store, for native chi...Gareth Stockwell2009-10-011-4/+9
* | | | | Immediately activate native windows created by calling winId() on an already-...Gareth Stockwell2009-10-012-4/+20
| |/ / / |/| | |
* | | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-2951-495/+821
|\ \ \ \ | |/ / /
| * | | Add the -testability option to Qt applications.Petri Kiiskinen2009-09-292-0/+25
| |/ /
| * | Mac: Fix build failure on tigerRichard Moe Gustavsen2009-09-291-0/+11
| * | Update docs for softkeys to match new API and implementation.Jason Barron2009-09-291-16/+18
| * | Fix a bug in QPixmapCache when the cache is trimmed by QCache.Alexis Menard2009-09-295-36/+42
| * | Add a more proper shutdown sequence for Symbian applications.Jason Barron2009-09-291-3/+9
| * | Fix some docs to follow the Qt style. (remove asterisks, proper indenting)Jan-Arve Sæther2009-09-291-44/+44
| * | Dont generate public docs for QSimplex.Jan-Arve Sæther2009-09-291-0/+4
| * | doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-287-8/+51
| * | QWheelEvent not working on Cocoa 64BitPrasanth Ullattil2009-09-281-3/+3
| * | fixed a typo in the doc.Denis Dzyubenko2009-09-281-1/+1
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-09-281-5/+15
| |\ \
| | * | Impossible to interact with the year on QCalendarWidget on GraphicsViewThierry Bastian2009-09-281-5/+15
| * | | Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-282-2/+6
| |/ /
| * | Merge branch '4.6' of git@scm.dev-nokia.troll.no:qt/qt into 4.6Andreas Aardal Hanssen2009-09-281-0/+2
| |\ \
| | * | Fix qdoc errorsJason McDonald2009-09-281-0/+2
| * | | Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-284-213/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * QGraphicsItem with parent flag ItemClipsChildrenToShape not visibleAndreas Aardal Hanssen2009-09-281-1/+1
| | * Cocoa: Fix build cocoa port with namespaceRichard Moe Gustavsen2009-09-282-2/+3
| | * Doc: fixed typo in QTabBar::tabRect() docsStian Sandvik Thomassen2009-09-281-1/+1
| | * Fixes a crash in QDoubleSpinBoxJoão Abecasis2009-09-251-210/+4
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-289-13/+38
| |\ \
| | * | Deep copy QImage based on non-owned data so we can safely store themGunnar Sletta2009-09-281-2/+11
| | * | Make QSignalEvent and QWrappedEvent inner classes of QStateMachineKent Hansen2009-09-282-4/+4
| | * | Fixed unwanted recursion when calling openGLVersionFlags().Kim Motoyoshi Kalland2009-09-281-1/+2