Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dependancy on Symbian OS std C++ support now the exceptions branch | Iain | 2009-06-22 | 1 | -0/+1 |
| | | | | has been merged | ||||
* | This changes will make firts FTP UI to be visible | Aleksandar Sasha Babic | 2009-06-18 | 3 | -2/+18 |
| | | | | and then, if needed activate IAP dialog. | ||||
* | The native Symbian code that helps to select and set default IAP | Aleksandar Sasha Babic | 2009-06-18 | 3 | -87/+135 |
| | | | | | | | | has been moved to separate header. This should make the code shareable among other examples. The location of the header is not perfect. Unfortunately, there is no shared include area for Qt examples. The proper way woud be to have proper API that manages IAP. | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-18 | 6 | -27/+73 |
|\ | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-18 | 6 | -28/+72 |
| |\ | |||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-18 | 10 | -18/+40 |
| | |\ | |||||
| | | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-18 | 10 | -22/+43 |
| | | |\ | |||||
| | | * | | Patching capabilities now patches also the pkg file UID. | Miikka Heikkinen | 2009-06-18 | 1 | -2/+14 |
| | | | | | |||||
| | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-06-18 | 19 | -62/+152 |
| | |\ \ \ | |||||
| | * | | | | review fixes | mread | 2009-06-18 | 2 | -4/+4 |
| | | | | | | |||||
| | * | | | | report and continue policy for exceptions in all Qt threads | mread | 2009-06-18 | 4 | -26/+58 |
| | | | | | | |||||
| * | | | | | S60Style: Remove menu scroller from UI. | Sami Merilä | 2009-06-18 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Updated example to make more sense | Markku Luukkainen | 2009-06-18 | 2 | -22/+27 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Compile fix | Markku Luukkainen | 2009-06-18 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-18 | 7 | -10/+16 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-18 | 4 | -8/+25 |
| |\ \ \ \ | |||||
| | * | | | | make sure demo builds for S60 - we don't have QtUiTools yet | Espen Riskedal | 2009-06-18 | 3 | -2/+8 |
| | | |/ / | | |/| | | |||||
| * | | | | Compilation fix. Added missing network dependency | Markku Luukkainen | 2009-06-18 | 4 | -8/+8 |
| | |_|/ | |/| | | |||||
* | | | | 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.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-18 | 17 | -50/+130 |
|\ \ | |||||
| * \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-17 | 4 | -25/+82 |
| |\ \ | |||||
| | * | | aportales changes for Qt for S60 "Tower" | Alessandro Portale | 2009-06-17 | 1 | -0/+15 |
| | | | | |||||
| | * | | Renamed "menu" to "options" for S60. This follows the native style | Markku Luukkainen | 2009-06-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-06-17 | 1 | -2/+12 |
| | |\ \ | |||||
| | | * | | added changes done to tower | Markku Luukkainen | 2009-06-17 | 1 | -2/+12 |
| | | | | | |||||
| | * | | | 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 | 28 | -37/+4797 |
| |\ \ | |||||
| | * \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-17 | 1 | -4/+7 |
| | |\ \ | |||||
| | | * | | 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 | ||||
| | * | | | Removed incorrect Carbide version from compiler patching instructions. | Miikka Heikkinen | 2009-06-17 | 1 | -2/+3 |
| | |/ / | |||||
| | * | | Added proper UID for webkit examples and browser demo | Miikka Heikkinen | 2009-06-17 | 5 | -0/+10 |
| | |/ | |||||
| * | | 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 | 20 | -22/+37 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-15 | 8 | -39/+99 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-06-15 | 844 | -7646/+27257 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/tools/qringbuffer_p.h | ||||
| * \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Koskinen | 2009-05-20 | 11 | -90/+258 |
| |\ \ \ \ \ | |||||
| * | | | | | | Removed accidental allocation in QRingBuffer::clear() | Janne Koskinen | 2009-05-20 | 1 | -3/+9 |
| | | | | | | | |||||
* | | | | | | | Fixed FTP default IAP setting. Accidentaly reverted by ce409be66. | Janne Anttila | 2009-06-18 | 1 | -5/+4 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is important to close the RConnection before calling setdefaultif. This because setdefaultif triesd to open the connection, and if it is already open it may fail. | ||||
* | | | | | | Making the writing in the status label in sync with the current state. | Aleksandar Sasha Babic | 2009-06-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The writings were wrong after i.e. ftp -> connect -> disconnect. | ||||
* | | | | | | major rewrite - make it valgrind friendly | Harald Fernengel | 2009-06-16 | 5 | -74/+4379 |
| | | | | | | |||||
* | | | | | | Fix crash in case of out of memory | Harald Fernengel | 2009-06-16 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | RevBy: Robert Griebl | ||||
* | | | | | | add object exception test as well | Harald Fernengel | 2009-06-16 | 1 | -9/+53 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-06-16 | 1 | -2/+1 |
|\ \ \ \ \ \ |