Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'warningRemovals' | axis | 2009-06-29 | 15 | -28/+42 |
|\ | |||||
| * | Fixed various useless warnings. | axis | 2009-06-29 | 3 | -4/+4 |
| | | |||||
| * | Fix warnings because of unused variables. | axis | 2009-06-29 | 10 | -20/+34 |
| | | |||||
| * | Remove some warnings in harfbuzz component. | axis | 2009-06-29 | 3 | -4/+4 |
| | | |||||
* | | Added try-catch block around resize in QByteArray's qUncompress, | Miikka Heikkinen | 2009-06-29 | 1 | -3/+7 |
| | | | | | | | | | | | | as corrupted data can cause alloc failure in low-mem environments. Reviewed-by: axis | ||||
* | | Removed the need for NokiaX86 compiler specific hacks from qtestcase.h by | Miikka Heikkinen | 2009-06-29 | 2 | -88/+64 |
|/ | | | | properly exporting the toString specializations in qtestcase.cpp. | ||||
* | S60Style: Use scrollbar extent to initialize rect size on x dimension ↵ | Sami Merilä | 2009-06-26 | 1 | -7/+2 |
| | | | | (instead of making it first square) | ||||
* | S60Style: Slightly less complex way of drawing the QHeaderView in style. | Sami Merilä | 2009-06-26 | 1 | -23/+11 |
| | |||||
* | Add releaseTimerId to unregisterTimer in Qt for S60 port | Yongjun Zhang | 2009-06-26 | 1 | -0/+3 |
| | | | | | | | | | In Qt S60 port, releaseTimerId was not called, as a result, timer IDs are not reused which makes nextTimeID reaches a very big number after an app with periodic timer running for long time. This causes big memory consumption in timerID bucket allocation and eventually crashes in S60. Signed-off-by: axis <qt-info@nokia.com> | ||||
* | S60Style: QTable theme background moved from cell area to be 'behind' the ↵ | Sami Merilä | 2009-06-23 | 2 | -27/+19 |
| | | | | whole widget. Also item view highlight slightly tuned to be closer to what it is like on native UI. | ||||
* | Add dependancy on Symbian OS std C++ support now the exceptions branch | Iain | 2009-06-22 | 1 | -0/+1 |
| | | | | has been merged | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-18 | 3 | -18/+41 |
|\ | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-18 | 1 | -5/+9 |
| |\ | |||||
| * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-18 | 11 | -53/+108 |
| |\ \ | |||||
| * | | | review fixes | mread | 2009-06-18 | 2 | -4/+4 |
| | | | | |||||
| * | | | report and continue policy for exceptions in all Qt threads | mread | 2009-06-18 | 3 | -19/+42 |
| | | | | |||||
* | | | | S60Style: Remove menu scroller from UI. | Sami Merilä | 2009-06-18 | 1 | -0/+2 |
| |_|/ |/| | | |||||
* | | | S60Style: Better theme graphic for the TextEdit background. This one does ↵ | Sami Merilä | 2009-06-18 | 1 | -5/+9 |
| |/ |/| | | | | | not mess the text on first row with some themes. | ||||
* | | S60Style: Palette has gets cleared when setting themePalette. | Sami Merilä | 2009-06-18 | 1 | -6/+17 |
| | | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-17 | 3 | -23/+55 |
|\ \ | |||||
| * | | Renamed "menu" to "options" for S60. This follows the native style | Markku Luukkainen | 2009-06-17 | 1 | -2/+2 |
| | | | |||||
| * | | Improve softkey implementation and add a default 'Exit' button to RSK. | Jason Barron | 2009-06-17 | 2 | -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 guards | Janne Koskinen | 2009-06-17 | 1 | -2/+3 |
| | | | |||||
* | | | make qglobal.h compile when inlcuded from c-files | Janne Koskinen | 2009-06-17 | 1 | -5/+6 |
|/ / | |||||
* | | removed commented code | Janne Koskinen | 2009-06-17 | 1 | -1/+0 |
| | | |||||
* | | namespace fixes. s60main and corelib now compiles under a namespace | Janne Koskinen | 2009-06-17 | 3 | -9/+10 |
| | | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-17 | 8 | -18/+59 |
|\ \ | |||||
| * | | Fixed indentation. | axis | 2009-06-17 | 1 | -4/+4 |
| | | | |||||
| * | | Readded code that was lost during exception integration. | axis | 2009-06-17 | 1 | -0/+3 |
| |/ | | | | | | | | | AutoTest: Passed RevBy: Trust me | ||||
| * | Fix crash in case of out of memory | Harald Fernengel | 2009-06-16 | 1 | -2/+12 |
| | | | | | | | | RevBy: Robert Griebl | ||||
| * | compile without exception support | Harald Fernengel | 2009-06-16 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-06-16 | 2 | -3/+16 |
| |\ | |||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Liang Qi | 2009-06-16 | 1 | -1/+16 |
| | |\ | |||||
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Harald Fernengel | 2009-06-16 | 3 | -10/+19 |
| | | |\ | |||||
| | | * | | doc: document QScopedPointer with forward declared classes | Harald Fernengel | 2009-06-16 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | Also some small doc cleanups | ||||
| | * | | | Fix for Task #256159 | Liang Qi | 2009-06-16 | 1 | -2/+0 |
| | | |/ | | |/| | |||||
| * | | | Update softkeys correctly when no focus widget is present. | Jason Barron | 2009-06-16 | 3 | -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 popup | Janne Koskinen | 2009-06-17 | 1 | -6/+9 |
| | | | |||||
* | | | Revert "Removed accidental allocation in QRingBuffer::clear()" | Janne Koskinen | 2009-06-17 | 1 | -9/+3 |
| | | | | | | | | | | | | This reverts commit 85e940d2fa5e8d2caf0d157f214bb826fc392e7b. | ||||
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-16 | 3 | -10/+19 |
|\ \ \ | |/ / | |||||
| * | | Fix commit 82e19a10f13005a327b134999315ecf39d5d70e3 | Alessandro Portale | 2009-06-15 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Remove warnings | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix for Task #256174 | Alessandro Portale | 2009-06-15 | 1 | -6/+3 |
| |/ / | | | | | | | | | | | | | Bring back the keyPad Navigation focus visualization. It disappeared with commit e0690577327097ec3d9be99205bfcf01f8404d23 | ||||
| * | | Remove compiler warning on Qt/Windows | Alessandro Portale | 2009-06-15 | 2 | -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-public | Janne Koskinen | 2009-06-15 | 3 | -3/+10 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Harald Fernengel | 2009-06-15 | 1 | -3/+5 |
| |\ | |||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-15 | 4 | -27/+31 |
| | |\ | |||||
| | * | | undeclared variable when exceptions disabled | mread | 2009-06-15 | 1 | -3/+5 |
| | | | | |||||
| * | | | export qBadAlloc only if exceptions are on | Harald Fernengel | 2009-06-15 | 2 | -0/+5 |
| | |/ | |/| |