summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'warningRemovals'axis2009-06-2915-28/+42
|\
| * Fixed various useless warnings.axis2009-06-293-4/+4
| |
| * Fix warnings because of unused variables.axis2009-06-2910-20/+34
| |
| * Remove some warnings in harfbuzz component.axis2009-06-293-4/+4
| |
* | Added try-catch block around resize in QByteArray's qUncompress,Miikka Heikkinen2009-06-291-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 byMiikka Heikkinen2009-06-292-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-261-7/+2
| | | | (instead of making it first square)
* S60Style: Slightly less complex way of drawing the QHeaderView in style.Sami Merilä2009-06-261-23/+11
|
* Add releaseTimerId to unregisterTimer in Qt for S60 portYongjun Zhang2009-06-261-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>
* Showing the anomaly UI before setting the IAP.Aleksandar Sasha Babic2009-06-253-6/+18
| | | | | This is achieved by using QTimer::singleShot after the QWebView object is shown with simple text page.
* S60Style: QTable theme background moved from cell area to be 'behind' the ↵Sami Merilä2009-06-232-27/+19
| | | | whole widget. Also item view highlight slightly tuned to be closer to what it is like on native UI.
* Draw white rect into canvas to distinguish the script graphic from theme ↵Sami Merilä2009-06-231-0/+5
| | | | background.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-06-221-0/+26
|\
| * exceptions added to changes docmread2009-06-221-0/+26
| |
* | Wrap anomaly demo in a QT_CONFIG statement to indicate dependancy onIain2009-06-221-1/+3
|/ | | | webkit
* Tower changesIain2009-06-221-2/+6
|
* Brought the file in sync with the Tower release file.axis2009-06-221-1/+0
|
* Corrected typo.axis2009-06-221-1/+1
|
* Added changes releated to anomaly browserMiikka Heikkinen2009-06-221-0/+4
|
* Changed to a more accurate change description.axis2009-06-221-4/+4
| | | | | The elements always had input method support. It was the virtual keyboard that was missing.
* Merge branch 'master' of git@scm:qt/qt-s60-publicaxis2009-06-221-16/+8
|\ | | | | | | | | Conflicts: dist/changes-4.5.2-tower
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicEspen Riskedal2009-06-225-58/+159
| |\ | | | | | | | | | | | | Conflicts: dist/changes-4.5.2-tower
| * | some small cosmetic changesEspen Riskedal2009-06-221-18/+14
| | |
* | | Sorted changes entries by class names.axis2009-06-221-142/+140
| |/ |/|
* | Added jbarron's changes to the changelog.Jason Barron2009-06-221-0/+36
| |
* | Adding chagest for Tower,Aleksandar Sasha Babic2009-06-221-0/+27
| |
* | Added anomaly browser to fluidlauncherMiikka Heikkinen2009-06-223-3/+7
| |
* | Added proper UID for demos/embedded/anomalyMiikka Heikkinen2009-06-221-0/+1
| |
* | Included demobase.pri to anomaly demoMiikka Heikkinen2009-06-221-0/+2
| |
* | Merge branch 'master' of git@scm:qt/qt-s60-publicaxis2009-06-2229-56/+1747
|\ \ | | | | | | | | | | | | Conflicts: dist/changes-4.5.2-tower
| * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-2228-0/+1681
| |\ \ | | |/
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicEspen Riskedal2009-06-222-9/+11
| | |\
| | * | fix spelling and add to embedded.proEspen Riskedal2009-06-2228-0/+2
| | | |
| | * | added ariyas embbeded browser AnamolyAriya Hidayat2009-06-2227-0/+1679
| | | |
| * | | Cleaning up changes doc.Miikka Heikkinen2009-06-221-56/+66
| | |/ | |/|
* | | Added my changes to changes-4.5.2-tower.axis2009-06-221-0/+25
|/ /
* | Small doc update.axis2009-06-221-2/+4
| |
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-221-0/+1
|\ \ | |/
| * Add dependancy on Symbian OS std C++ support now the exceptions branchIain2009-06-221-0/+1
| | | | | | | | has been merged
* | Fixed a typo in a desktopservices demo messagebox.Miikka Heikkinen2009-06-221-7/+7
|/
* This changes will make firts FTP UI to be visibleAleksandar Sasha Babic2009-06-183-2/+18
| | | | and then, if needed activate IAP dialog.
* The native Symbian code that helps to select and set default IAPAleksandar Sasha Babic2009-06-183-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-publicMarkku Luukkainen2009-06-186-27/+73
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-06-186-28/+72
| |\
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-1810-18/+40
| | |\
| | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-1810-22/+43
| | | |\
| | | * | Patching capabilities now patches also the pkg file UID.Miikka Heikkinen2009-06-181-2/+14
| | | | |
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-1819-62/+152
| | |\ \ \
| | * | | | review fixesmread2009-06-182-4/+4
| | | | | |
| | * | | | report and continue policy for exceptions in all Qt threadsmread2009-06-184-26/+58
| | | | | |