Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ExitSoftKey role | Markku Luukkainen | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Fixes leak introduced by QScopedPointer | Harald Fernengel | 2009-06-15 | 2 | -3/+21 |
| | | | | | | | QPainterPath is kinda evil with a somewhat public private class and a really private cast, so we need to up-cast the d pointer when deleting. RevBy: aportale | ||||
* | doc: document operator== and != | Harald Fernengel | 2009-06-15 | 1 | -0/+15 |
| | |||||
* | move QSymbianLeaveException to the *.cpp file | Harald Fernengel | 2009-06-15 | 2 | -41/+19 |
| | | | | | don't need to include stl's header in qglobal.h also updated documentation | ||||
* | export QSymbianLeaveException | Harald Fernengel | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Added placeholder to create e-mail account in qdesktopservices. | Janne Anttila | 2009-06-15 | 1 | -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. | ||||
* | Translate "Actions" text | Alessandro Portale | 2009-06-12 | 1 | -4/+3 |
| | |||||
* | Crash fix for task #255989 | Alessandro Portale | 2009-06-12 | 1 | -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. | ||||
* | S60Style: Itemview active icons are rendered as disabled and vice versa. | Sami Merilä | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | bug fix for doubleclick event for symbian | Janne Koskinen | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Fixed layout when orientation changed via AknAppUi::SetOrientationL. | Janne Anttila | 2009-06-12 | 1 | -0/+3 |
| | | | | Task: 252798 | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-12 | 15 | -92/+324 |
|\ | | | | | | | | | Conflicts: src/network/ssl/ssl.pri | ||||
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-12 | 1 | -16/+26 |
| |\ | |||||
| | * | S60Style: Drivelist combobox in AddressBook example causes crash due to null ↵ | Sami Merilä | 2009-06-12 | 1 | -16/+26 |
| | | | | | | | | | | | | pointer use in S60Style. | ||||
| * | | Fixes FEP crash when changing the focused Qt widget to NULL. | Janne Anttila | 2009-06-12 | 1 | -0/+2 |
| |/ | |||||
| * | S60Style: Remove key accelerators | Sami Merilä | 2009-06-12 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-11 | 2 | -3/+44 |
| |\ | |||||
| | * | add correct license headers | Espen Riskedal | 2009-06-11 | 2 | -3/+44 |
| | | | |||||
| * | | Using QPixmap as paint device. | Alessandro Portale | 2009-06-11 | 1 | -2/+2 |
| |/ | | | | | | | | | | | Makes more sense in this case. At least on X11 and MacOS. Reviewed-by: Ariya Hidayat | ||||
| * | Initialize softKeyRole in the constructor. | Ariya Hidayat | 2009-06-11 | 1 | -1/+2 |
| | | | | | | | | Reviewed-by: Alessandro Portale | ||||
| * | Even more polish to softkey API | Markku Luukkainen | 2009-06-11 | 1 | -1/+4 |
| | | |||||
| * | Polished the documentation of softkey API | Markku Luukkainen | 2009-06-11 | 1 | -14/+7 |
| | | |||||
| * | Added documentation for softkeys | Markku Luukkainen | 2009-06-11 | 1 | -0/+34 |
| | | |||||
| * | Fix include, it should be pulled from private directory. | Ariya Hidayat | 2009-06-11 | 4 | -4/+4 |
| | | | | | | | | Reviewed-by: Markku Luukkainen | ||||
| * | Correcting my previous patch, there is only qevent.h. | Ariya Hidayat | 2009-06-11 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Alessandro Portale | ||||
| * | Fix compile, include qdesktopwidget.h. | Ariya Hidayat | 2009-06-11 | 1 | -0/+1 |
| | | | | | | | | Reviewed-by: Alessandro Portale | ||||
| * | Fix includes, append the .h suffix to the file names. | Ariya Hidayat | 2009-06-11 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Alessandro Portale | ||||
| * | Newer version of GCC only recognized __func__ (as a static function). | Ariya Hidayat | 2009-06-11 | 1 | -4/+11 |
| | | | | | | | | Reviewed-by: aportale | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | David Boddie | 2009-06-11 | 3 | -9/+47 |
| |\ | |||||
| | * | Changed the openssl include path to use platform_paths.prf. | axis | 2009-06-11 | 1 | -5/+1 |
| | | | | | | | | | | | | RevBy: Miikka Heikkinen | ||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Harald Fernengel | 2009-06-10 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Shrink the emergency qWarning buffer to 256 bytes. | Robert Griebl | 2009-06-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Reviewed-by: Harald Fernengel | ||||
| | * | | doc: added code examples | Harald Fernengel | 2009-06-10 | 1 | -0/+42 |
| | |/ | |||||
| | * | doc: fix typo | Harald Fernengel | 2009-06-10 | 1 | -1/+1 |
| | | | |||||
| * | | Doc: Moved the definition of QSymbianLeaveException and fixed the brief ↵ | David Boddie | 2009-06-11 | 2 | -44/+48 |
| |/ | | | | | | | | | | | description. Reviewed-by: Trust Me | ||||
| * | doc: document the Symbian exception helpers | Harald Fernengel | 2009-06-10 | 2 | -5/+95 |
| | | |||||
| * | Build fix for GCCE. I believe all auto tests for GCCE were previously failing | Frans Englich | 2009-06-10 | 1 | -1/+8 |
| | | | | | | | | | | | | because of this. Reviewed-by: Brad | ||||
| * | Fixed FEP crash during application exit. | axis | 2009-06-10 | 1 | -4/+3 |
| | | | | | | | | | | | | We use a synchronous call rather than an asynchronous one, so we don't risk the pointer being dereferenced after destruction is finished. | ||||
| * | Revert "Fix to qapplication::setActiveWindow autotest case in Symbian." | axis | 2009-06-10 | 1 | -6/+2 |
| | | | | | | | | This reverts commit ba105741867dd96a9d58dcfcb78afef60e611bd6. | ||||
| * | Changed to use proper conversion from qstring to hbuf | Markku Luukkainen | 2009-06-10 | 1 | -1/+1 |
| | | |||||
* | | More robust handling for stdapis paths | Miikka Heikkinen | 2009-06-12 | 1 | -5/+1 |
|/ | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-10 | 296 | -1951/+2882 |
|\ | |||||
| * | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 294 | -1896/+2864 |
| | | | | | | | | | | | | | | | | Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels | ||||
| * | Fixed the mouse handler of FEP when in inline edit mode. | axis | 2009-06-10 | 2 | -55/+18 |
| | | | | | | | | | | | | We now commit the text if the mouse handler is invoked. This prevents the case where the VK cannot be brought up because the widget is the only focusable widget and is stuck in inline edit mode. | ||||
* | | Merge branch 'softkeys_without_stack' | Markku Luukkainen | 2009-06-10 | 18 | -45/+433 |
|\ \ | |/ |/| | |||||
| * | Merge branch 'softkeys_without_stack' of ↵ | Markku Luukkainen | 2009-06-10 | 2 | -4/+5 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/qt-s60-public into softkeys_without_stack | ||||
| | * | Call DrawDeferred() after setting softkeys | Alessandro Portale | 2009-06-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | SDK 3.1 and maybe also 3.2 need an extra invitation. RevvBy: maluukka | ||||
| | * | Itemviews have go their focus frame back. | Alessandro Portale | 2009-06-09 | 1 | -4/+4 |
| | | | | | | | | | | | | Got lost with dc177883bf98a68e61c9a9cda7e1ba9464079275 | ||||
| * | | Moved softkeys example to a better place | Markku Luukkainen | 2009-06-10 | 4 | -165/+0 |
| | | | |||||
| * | | Skeleton implementation for softkeys example | Markku Luukkainen | 2009-06-10 | 4 | -107/+145 |
| | | |