summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Recalculate script item widths when forcing justificationEskil Abrahamsen Blomfeldt2010-05-061-2/+7
|/ / / /
* | | | WindowsMobileStyle: fix QTreeView indicator sizeJoerg Bornemann2010-05-051-0/+44
* | | | document that QMenuBar::setDefaultAction is only available on Win MobileJoerg Bornemann2010-05-051-1/+1
|/ / /
* | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-05-051-52/+82
|\ \ \ | |_|/ |/| |
| * | WinCE: QMenuBar::triggered(QAction*) was emitted too oftenJoerg Bornemann2010-05-051-4/+3
| * | coding style changes in qmenu_wince.cppJoerg Bornemann2010-05-051-48/+79
| |/
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-05-041-1/+4
|\ \ | |/ |/|
| * Fix combobox backgroundrole not respected in some stylesJens Bache-Wiig2010-05-041-1/+4
* | QS60Style: QTabWidget icon size property doesn't workSami Merila2010-05-041-2/+3
|/
* QS60Style: QComboBoxPrivateScroller draws holes into menu canvasSami Merila2010-05-031-0/+2
* QS60Style: QTabWidget Usability issue with capacitive screensSami Merila2010-05-032-11/+94
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-011-17/+40
|\
| * Fix bold text rendering of Thai and Vietnamese on SymbianAlessandro Portale2010-04-301-17/+40
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-302-9/+6
|\ \ | |/ |/|
| * Fixed a leak in QTextDocument::print().Trond Kjernåsen2010-04-291-6/+3
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-291-3/+3
| |\
| | * Ensured that WA_InputMethodEnabled was set before FocusInEvent was sent.Jan-Arve Sæther2010-04-291-3/+3
* | | Removing unused code.Alessandro Portale2010-04-302-27/+2
* | | Support 'Text' mode in Symbian specific input methodsSami Merila2010-04-291-1/+1
* | | Map Symbian touch points to the screen's coordinate system.Jason Barron2010-04-291-1/+1
* | | Fix long menu item texts causing crashMiikka Heikkinen2010-04-291-2/+6
|/ /
* | Renaming a few unexported, private symbolsAlessandro Portale2010-04-284-46/+46
* | Removed fullscreen responsiveness of softkeysMiikka Heikkinen2010-04-282-18/+0
|/
* Fixed a QFontEngine leak for QFont objects used in threads.Trond Kjernåsen2010-04-271-3/+2
* QS60Style: Menu separators are not drawn, yet they take up screen spaceSami Merila2010-04-261-0/+6
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-04-269-35/+467
|\
| * Fix for EGL for symbian on 3.1/3.2/5.0, define QT_NO_EGL.Liang Qi2010-04-234-2/+25
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-235-20/+420
| |\
| | * stub implementations for EGL for symbianShane Kearns2010-04-235-20/+420
| * | Fixed two problems with generated EPS files.Trond Kjernåsen2010-04-231-11/+14
| * | Fix regression: auto completion text cursor problem in Q3FileDialogOlivier Goffart2010-04-221-2/+8
| |/
* / QS60Style: QMenu behaves badly with a lot of menu itemsSami Merila2010-04-261-9/+16
|/
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-212-1/+9
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-212-1/+9
| |\
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-04-212-1/+9
| | |\
| | | * QStyleSheetStyle: fix memory leak on base style changeJoerg Bornemann2010-04-212-1/+9
* | | | Removed inneccessary QGlyphLayout::offsets initialization.Alessandro Portale2010-04-211-2/+2
* | | | Fix mirrored characters for RTL text in SymbianAlessandro Portale2010-04-211-1/+3
|/ / /
* | | Fix window transparency on Symbian.Jason Barron2010-04-211-10/+1
* | | Tweak the 'normalGeometry' of the widget before setting it.Jason Barron2010-04-211-2/+11
* | | Use QDesktopWidget as a status pane observer on Symbian.Jason Barron2010-04-213-1/+15
* | | Delay creation of S60 screen furniture.Jason Barron2010-04-214-9/+42
* | | Don't use setGeometry() in setWindowState() on Symbian.Jason Barron2010-04-211-5/+7
* | | Modify setWindowState() on Symbian to create the native window earlier.Jason Barron2010-04-211-2/+3
|/ /
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-202-2/+18
|\ \ | |/ |/|
| * QS60Style: Style draws a focus frame to context menus and popupsSami Merila2010-04-201-0/+6
| * Context menu for application is differs from native S60 appsSami Merila2010-04-202-1/+11
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-191-1/+1
| |\
| | * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Sami Merila2010-04-1625-32/+70
| | |\
| | * | QS60Style: Qt does not draw transparency correctlySami Merila2010-04-161-1/+1