summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-154-48/+26
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-151-11/+59
| |\
| * | move QSymbianLeaveException to the *.cpp fileHarald Fernengel2009-06-152-41/+19
| | | | | | | | | | | | | | | don't need to include stl's header in qglobal.h also updated documentation
| * | doc: remove qdoc warningsHarald Fernengel2009-06-152-7/+7
| | |
* | | Updated changes-4.5.2-tower.Janne Anttila2009-06-151-4/+115
| |/ |/|
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-157-35/+68
|\ \ | |/
| * export QSymbianLeaveExceptionHarald Fernengel2009-06-151-1/+1
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-06-155-33/+66
| |\
| | * Added placeholder to create e-mail account in qdesktopservices.Janne Anttila2009-06-151-31/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently e-mail sending with qdesktopservices::openUrl works in Symbian only if e-mail account already exists. The CSendUI API which is similar to RSendAs API we currently use, would provide that e-mail account creation service for us automatically but it requires so extensive capabilities that we cannot use it.
| | * Added error handling to qdesktopservices example when openUrl fails.Janne Anttila2009-06-154-2/+22
| | | | | | | | | | | | | | | Now qdesktopservices example will show message box if openUrl call fails i.e. returns false.
| * | Better text to labelMarkku Luukkainen2009-06-151-1/+1
| |/
* | Added my changes to Tower changes document.Miikka Heikkinen2009-06-151-11/+59
|/
* Translate "Actions" textAlessandro Portale2009-06-121-4/+3
|
* Crash fix for task #255989Alessandro Portale2009-06-121-2/+2
| | | | | | | | | | | Hold a QPointer to the widget with the context menu. After the menu pops up, the focussed widget looses focus and may be deleted (like it happens in this case with the item editor). Testing for isNull() instead of crashing. It would be great to not even add the "Action" entry to the system menu but in that moment we don't know that the current focuswidget will soon disappear. That's still a Todo.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-1219-103/+386
|\
| * S60Style: Itemview active icons are rendered as disabled and vice versa.Sami Merilä2009-06-121-1/+1
| |
| * bug fix for doubleclick event for symbianJanne Koskinen2009-06-121-1/+1
| |
| * Fixed layout when orientation changed via AknAppUi::SetOrientationL.Janne Anttila2009-06-121-0/+3
| | | | | | | | Task: 252798
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-1226-151/+939
| |\ | | | | | | | | | | | | Conflicts: src/network/ssl/ssl.pri
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-121-16/+26
| | |\
| | | * S60Style: Drivelist combobox in AddressBook example causes crash due to null ↵Sami Merilä2009-06-121-16/+26
| | | | | | | | | | | | | | | | pointer use in S60Style.
| | * | Fixes FEP crash when changing the focused Qt widget to NULL.Janne Anttila2009-06-121-0/+2
| | |/
| | * S60Style: Remove key acceleratorsSami Merilä2009-06-121-0/+2
| | |
| | * Fixed recursive QMAKE_EXTRA_TARGETS not being generated correctly forRohan McGovern2009-06-111-2/+10
| | | | | | | | | | | | | | | | | | SUBDIRS projects when using sbsv2. Acked-by: Miikka Heikkinen
| | * Fixed recursive QMAKE_EXTRA_TARGETS not being generated correctly forRohan McGovern2009-06-113-46/+70
| | | | | | | | | | | | | | | | | | SUBDIRS projects when using abld. Acked-by: Miikka Heikkinen
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicEspen Riskedal2009-06-111-2/+2
| | |\
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-114-6/+118
| | | |\
| | | * | Using QPixmap as paint device.Alessandro Portale2009-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes more sense in this case. At least on X11 and MacOS. Reviewed-by: Ariya Hidayat
| | * | | start on changes file for Tower releaseEspen Riskedal2009-06-111-0/+101
| | | |/ | | |/|
| | * | add correct license headersEspen Riskedal2009-06-114-6/+118
| | |/
| | * Initialize softKeyRole in the constructor.Ariya Hidayat2009-06-111-1/+2
| | | | | | | | | | | | Reviewed-by: Alessandro Portale
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-06-111-0/+184
| | |\
| | * | Updated example to tell which softkey was pressedMarkku Luukkainen2009-06-112-8/+19
| | | |
| * | | More robust handling for stdapis pathsMiikka Heikkinen2009-06-124-24/+29
| | | |
* | | | extra autotests for exceptionsmread2009-06-121-0/+205
| |_|/ |/| |
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-1110-59/+97
|\ \ \ | | |/ | |/|
| * | Even more polish to softkey APIMarkku Luukkainen2009-06-111-1/+4
| | |
| * | Polished the documentation of softkey APIMarkku Luukkainen2009-06-111-14/+7
| | |
| * | Added documentation for softkeysMarkku Luukkainen2009-06-111-0/+34
| | |
| * | Fix include, it should be pulled from private directory.Ariya Hidayat2009-06-114-4/+4
| | | | | | | | | | | | Reviewed-by: Markku Luukkainen
| * | Correcting my previous patch, there is only qevent.h.Ariya Hidayat2009-06-111-1/+1
| | | | | | | | | | | | Reviewed-by: Alessandro Portale
| * | Fix compile, include qdesktopwidget.h.Ariya Hidayat2009-06-111-0/+1
| | | | | | | | | | | | Reviewed-by: Alessandro Portale
| * | Fix includes, append the .h suffix to the file names.Ariya Hidayat2009-06-111-2/+2
| | | | | | | | | | | | Reviewed-by: Alessandro Portale
| * | Newer version of GCC only recognized __func__ (as a static function).Ariya Hidayat2009-06-111-4/+11
| | | | | | | | | | | | Reviewed-by: aportale
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicDavid Boddie2009-06-114-9/+60
| |\ \
| | * | Changed the openssl include path to use platform_paths.prf.axis2009-06-111-5/+1
| | | | | | | | | | | | | | | | RevBy: Miikka Heikkinen
| * | | Doc: Moved the definition of QSymbianLeaveException and fixed the brief ↵David Boddie2009-06-112-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | description. Reviewed-by: Trust Me
* | | | new symbian exception safety documentationmread2009-06-111-0/+184
| |/ / |/| |
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-101-3/+3
|\ \ \
| * | | Shrink the emergency qWarning buffer to 256 bytes.Robert Griebl2009-06-101-3/+3
| | | | | | | | | | | | | | | | Reviewed-by: Harald Fernengel