summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add dependancy on Symbian OS std C++ support now the exceptions branchIain2009-06-221-0/+1
| | | | has been merged
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-06-183-18/+41
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-181-5/+9
| |\
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-1811-53/+108
| |\ \
| * | | review fixesmread2009-06-182-4/+4
| | | |
| * | | report and continue policy for exceptions in all Qt threadsmread2009-06-183-19/+42
| | | |
* | | | S60Style: Remove menu scroller from UI.Sami Merilä2009-06-181-0/+2
| |_|/ |/| |
* | | S60Style: Better theme graphic for the TextEdit background. This one does ↵Sami Merilä2009-06-181-5/+9
| |/ |/| | | | | not mess the text on first row with some themes.
* | S60Style: Palette has gets cleared when setting themePalette.Sami Merilä2009-06-181-6/+17
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-173-23/+55
|\ \
| * | Renamed "menu" to "options" for S60. This follows the native styleMarkku Luukkainen2009-06-171-2/+2
| | |
| * | Improve softkey implementation and add a default 'Exit' button to RSK.Jason Barron2009-06-172-21/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation had some problems where the actual position of the softkey was determined by it's position in the list. This is suboptimal since the position should be tied to the role. Actions that have "negative" conotation should be located on the right soft key (RSK) while "positive" actions go on the left soft key (LSK). This is according to the S60 User Interface Guide. It is also standard practice in S60 to have an 'Exit' button on the RSK so we add one of those if there is not already a key present there. Task-number: 256365 Reviewed-by: Markku Luukkainen
* | | added namespace guardsJanne Koskinen2009-06-171-2/+3
| | |
* | | make qglobal.h compile when inlcuded from c-filesJanne Koskinen2009-06-171-5/+6
|/ /
* | removed commented codeJanne Koskinen2009-06-171-1/+0
| |
* | namespace fixes. s60main and corelib now compiles under a namespaceJanne Koskinen2009-06-173-9/+10
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-178-18/+59
|\ \
| * | Fixed indentation.axis2009-06-171-4/+4
| | |
| * | Readded code that was lost during exception integration.axis2009-06-171-0/+3
| |/ | | | | | | | | AutoTest: Passed RevBy: Trust me
| * Fix crash in case of out of memoryHarald Fernengel2009-06-161-2/+12
| | | | | | | | RevBy: Robert Griebl
| * compile without exception supportHarald Fernengel2009-06-161-2/+1
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-06-162-3/+16
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicLiang Qi2009-06-161-1/+16
| | |\
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-163-10/+19
| | | |\
| | | * | doc: document QScopedPointer with forward declared classesHarald Fernengel2009-06-161-1/+16
| | | | | | | | | | | | | | | | | | | | Also some small doc cleanups
| | * | | Fix for Task #256159Liang Qi2009-06-161-2/+0
| | | |/ | | |/|
| * | | Update softkeys correctly when no focus widget is present.Jason Barron2009-06-163-7/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case where there is no focus widget present, the button group container should be updated with the softkeys from the currently active window if it has softkeys. This patch enables this behavior. Also modify QMainWindow such that the soft keys are updated when the main window becomes the active window and not only when the menu bar is set. At the moment, this creates a new QAction and this should be changed since it will continuously grow the memory. As a final fix, move the soft key setting out of setFocus() because it is much to early. At the point, the widget does not know for certain that it actually will get focus since it could be disabled or have a focus proxy.
* | | 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
| |