summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* longtap event gets properly cancelled when entering popupJanne Koskinen2009-06-171-6/+9
|
* Revert "Removed accidental allocation in QRingBuffer::clear()"Janne Koskinen2009-06-171-9/+3
| | | | This reverts commit 85e940d2fa5e8d2caf0d157f214bb826fc392e7b.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-163-10/+19
|\
| * Fix commit 82e19a10f13005a327b134999315ecf39d5d70e3Alessandro Portale2009-06-151-4/+4
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-151-2/+2
| |\
| | * Remove warningsAlessandro Portale2009-06-151-2/+2
| | |
| * | Fix for Task #256174Alessandro Portale2009-06-151-6/+3
| |/ | | | | | | | | Bring back the keyPad Navigation focus visualization. It disappeared with commit e0690577327097ec3d9be99205bfcf01f8404d23
| * Remove compiler warning on Qt/WindowsAlessandro Portale2009-06-152-1/+13
| | | | | | | | | | | | The QFileDialogPrivate constructor must be non-inline. RevBy: Harald Fernengel
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-153-3/+10
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-151-3/+5
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-154-27/+31
| | |\
| | * | undeclared variable when exceptions disabledmread2009-06-151-3/+5
| | | |
| * | | export qBadAlloc only if exceptions are onHarald Fernengel2009-06-152-0/+5
| | |/ | |/|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-15519-5655/+10450
|\ \ \ | |/ / | | | | | | | | | Conflicts: src/corelib/tools/qringbuffer_p.h
| * | remove compiler warning on MSVCHarald Fernengel2009-06-151-1/+1
| | |
| * | Remove compiler warning on Qt/WindowsHarald Fernengel2009-06-152-25/+29
| | | | | | | | | | | | | | | | | | The QFileDialogPrivate constructor must be non-inline. RevBy: aportale
| * | Added ExitSoftKey roleMarkku Luukkainen2009-06-151-1/+1
| |/
| * Fixes leak introduced by QScopedPointerHarald Fernengel2009-06-152-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 Fernengel2009-06-151-0/+15
| |
| * 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
| * export QSymbianLeaveExceptionHarald Fernengel2009-06-151-1/+1
| |
| * 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.
| * 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.
| * 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-1215-92/+324
| |\ | | | | | | | | | | | | 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
| | |
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-112-3/+44
| | |\
| | | * add correct license headersEspen Riskedal2009-06-112-3/+44
| | | |
| | * | 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
| | * Initialize softKeyRole in the constructor.Ariya Hidayat2009-06-111-1/+2
| | | | | | | | | | | | Reviewed-by: Alessandro Portale
| | * 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-113-9/+47
| | |\
| | | * Changed the openssl include path to use platform_paths.prf.axis2009-06-111-5/+1
| | | | | | | | | | | | | | | | RevBy: Miikka Heikkinen
| | | * 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
| | | * | doc: added code examplesHarald Fernengel2009-06-101-0/+42
| | | |/
| | | * doc: fix typoHarald Fernengel2009-06-101-1/+1
| | | |