summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Fix window focusing problem in SymbianPauli Jarvinen2012-03-301-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix to incorrect ApplicationActivate event in QtOpenGLJani Hautakangas2011-12-161-8/+10
* Supporting parallel pointer event delivery on Symbianmread2011-10-311-1/+5
* Early construction of status pane and softkeys for Symbian boosted appsmread2011-10-141-53/+31
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-071-21/+37
|\
| * Always recreate backing store when TLW transparency changesGareth Stockwell2011-09-271-21/+37
* | Cleanup qwidget_s60.cppMiikka Heikkinen2011-09-141-21/+1
* | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-09-011-5/+3
|\|
| * Merge branch 'qt-4.7' into 4.7Liang Qi2011-08-311-1/+12
| |\
| * | Prevent leakage of native window handlesGareth Stockwell2011-08-311-5/+3
* | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-311-1/+12
|\ \ \ | | |/ | |/|
| * | Fix clientRect usage in QWidgetPrivate::setGeometry_sys()Miikka Heikkinen2011-08-301-1/+1
| * | Do not allow fullscreen/maximized windows to expand beyond client rectMiikka Heikkinen2011-08-301-7/+9
| * | Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-08-301-1/+10
| |/
* | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-261-12/+1
|\|
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-08-161-1/+1
|\ \
| * | Fix clientRect usage in QWidgetPrivate::setGeometry_sys()Miikka Heikkinen2011-08-111-1/+1
| * | Do not allow fullscreen/maximized windows to expand beyond client rectMiikka Heikkinen2011-08-111-7/+9
| * | Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-08-111-1/+10
| |/
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-6/+6
|\|
| * Drop-down menu position is altered when Partial VKB is invokedSami Merila2011-06-141-6/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-2/+9
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-161-7/+9
| |\ \ \
| * \ \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-131-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | QWidgetPrivate::setParent_sys might be using null pointerSami Merila2011-05-121-1/+1
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-111-1/+3
| |\| | |
| | * | | Introduce platform extension to QGraphicsSystemJani Hautakangas2011-05-101-1/+3
| * | | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-0/+5
| |\| | |
| | * | | Fix initial main window dimensions for "fullscreen with softkeys" caseMiikka Heikkinen2011-05-051-0/+5
| | | |/ | | |/|
* | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |_|/ |/| |
* | | Do not allow fullscreen/maximized windows to expand beyond client rectMiikka Heikkinen2011-05-041-7/+9
|/ /
* | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-281-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-0/+2
| |\|
| | * Use FixNativeOrientation on Symbian when the application wants it.Laszlo Agocs2011-04-121-0/+2
* | | Do not modify window size for fullscreen windows in setGeometry_sysMiikka Heikkinen2011-04-181-1/+10
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-32/+1
|\|
| * Don't display softkeys/statusbar on FS childs of non-FS windowsMiikka Heikkinen2011-04-011-32/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-021-1/+2
|\|
| * Do not set focus unnecessarily at window activation in SymbianMiikka Heikkinen2011-03-311-1/+2
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-10/+42
|\|
| * Show softkeys when opening a dialog that has a fullscreen parent.Miikka Heikkinen2011-03-281-10/+34
| * Call FixNativeOrientation on Symbian for certain fullscreen qml views.Laszlo Agocs2011-03-241-0/+8