Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draw white rect into canvas to distinguish the script graphic from theme ↵ | Sami Merilä | 2009-06-23 | 1 | -0/+5 |
| | | | | background. | ||||
* | 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. | ||||
* | Updated example to make more sense | Markku Luukkainen | 2009-06-18 | 2 | -22/+27 |
| | |||||
* | Compilation fix. Added missing network dependency | Markku Luukkainen | 2009-06-18 | 4 | -8/+8 |
| | |||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-18 | 4 | -0/+8 |
|\ | |||||
| * | Added proper UID for webkit examples and browser demo | Miikka Heikkinen | 2009-06-17 | 4 | -0/+8 |
| | | |||||
* | | 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. | ||||
* | getting ftp to build in RnD environments | mread | 2009-06-16 | 1 | -0/+1 |
| | |||||
* | Bugfix. Softkeys were set to wrong widget when combobox was | Markku Luukkainen | 2009-06-16 | 1 | -3/+9 |
| | | | | focused. | ||||
* | Improving the code for setting the default IAP. | Aleksandar Sasha Babic | 2009-06-15 | 2 | -26/+75 |
| | | | | | | | First we ask if there is already active IAP. If yes, we will use that one, if not IAP dialog will pop-up. This strategy should save us from some dialogs when accessing the network. | ||||
* | Updated softkey example to be more complete | Markku Luukkainen | 2009-06-15 | 2 | -26/+70 |
| | |||||
* | Better text to label | Markku Luukkainen | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | add correct license headers | Espen Riskedal | 2009-06-11 | 2 | -3/+74 |
| | |||||
* | Updated example to tell which softkey was pressed | Markku Luukkainen | 2009-06-11 | 2 | -8/+19 |
| | |||||
* | Added proper UID | Markku Luukkainen | 2009-06-10 | 1 | -1/+11 |
| | |||||
* | Added softkeys example | Markku Luukkainen | 2009-06-10 | 1 | -1/+2 |
| | |||||
* | Merge branch 'softkeys_without_stack' | Markku Luukkainen | 2009-06-10 | 4 | -0/+165 |
|\ | |||||
| * | Moved softkeys example to a better place | Markku Luukkainen | 2009-06-10 | 4 | -0/+165 |
| | | |||||
| * | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Markku Luukkainen | 2009-06-08 | 2 | -2/+6 |
| |\ | | | | | | | | | | softkeys_without_stack | ||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Markku Luukkainen | 2009-06-08 | 2 | -2/+6 |
| | |\ | | | | | | | | | | | | | softkeys | ||||
| * | | | Fixes to make gui compile after clean configure. Removal | Markku Luukkainen | 2009-06-06 | 1 | -3/+0 |
| |/ / | | | | | | | | | | of QSoftKeyStack broke compilation on clean environment... | ||||
| * | | Resolving merge conflicts | Alessandro Portale | 2009-06-03 | 11 | -335/+62 |
| |\ \ | |||||
| * \ \ | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-06-01 | 1 | -0/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵ | Markku Luukkainen | 2009-05-25 | 9 | -9/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softkeys Conflicts: src/gui/styles/qs60style.cpp | ||||
| * | | | | | Changed stylesheets example to create softkeystack. This commit | Markku Luukkainen | 2009-05-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | should probably be reverted before merging to master | ||||
* | | | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-10 | 2 | -15/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Enabled default iap setting for FTP example. | Janne Anttila | 2009-06-10 | 2 | -15/+12 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This should remove multiple IAP queries when using FTP example. The used IAP is now asked from user when application is started. | ||||
* | | | | | | Added proper UID3 for some demos and examples. | Miikka Heikkinen | 2009-06-10 | 9 | -0/+16 |
|/ / / / / | |||||
* | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-08 | 2 | -2/+6 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | Conflicts: tests/auto/qlocalsocket/tst_qlocalsocket.cpp | ||||
| * | | | | use a yes/no message box for a yes/no question in http example | Joerg Bornemann | 2009-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a OK/Cancel message box is weird for a yes/no question, esp. on a Windows CE device where such a message box doesn't have real push buttons but must be OK'ed / cancelled via system buttons in the title bar. Task-number: 255112 Reviewed-by: thartman | ||||
| * | | | | missing deployment rule added to examples/richtext/textobject | Joerg Bornemann | 2009-06-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example SVG must be deployed on Windows CE devices to be used. Reviewed-by: mauricek BT: yes | ||||
* | | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-03 | 1 | -1/+31 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'imSelections' | axis | 2009-06-03 | 1 | -1/+31 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | | |_|/ / | | |/| | | | |||||
* | | | | | | Removed old workaround for S60 emulator deployment bug with saxbookmarks ↵ | Miikka Heikkinen | 2009-06-03 | 2 | -323/+0 |
|/ / / / / | | | | | | | | | | | | | | | | xbel files. | ||||
* | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-02 | 8 | -11/+31 |
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe examples/itemviews/puzzle/puzzle.pro examples/qtconcurrent/imagescaling/imagescaling.pro examples/widgets/movie/movie.pro tools/configure/configureapp.cpp Will rebuild configure.exe in next commit. | ||||
| * | | | cosmetic changes to examples/dialogs/sipdialog | Joerg Bornemann | 2009-05-28 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | main function has a return value now. On the HTC this example didn't work, because this stupid thing sends two resize events, if the SIP is opened (and only one if it is closed). Reviewed-by: mauricek | ||||
| * | | | BT: Google suggest example not launching from the Qt Demo app. | Trond Kjernåsen | 2009-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example was installed in the wrong directory. Task-number: 254452 Reviewed-by: Kim | ||||
| * | | | don't build examples/qtconcurrent/qtconcurrent.pro by default on Win CE | Joerg Bornemann | 2009-05-25 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This examples doesn't make much sense on most Windows CE devices. Task-number: 254433 Reviewed-by: mauricek BT: yes | ||||
| * | | | add deployment rules... | Maurice Kalinowski | 2009-05-25 | 3 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WinCE needs those files to be able to do something useful Task-number: 254430 Task-number: 254437 Task-number: 254428 Reviewed-by: joerg BT: yes | ||||
| * | | | startup crash on WinCE | Maurice Kalinowski | 2009-05-25 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | need to deploy the sqlite plugin, otherwise no model gets created, but referenced causing a crash. Task-number: 254435 Reviewed-by: joerg BT: yes | ||||
* | | | | Made securesocketclient example build in Symbian | Miikka Heikkinen | 2009-06-01 | 1 | -0/+2 |
| |/ / |/| | | |||||
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-20 | 9 | -9/+9 |
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | Conflicts: tests/auto/network-settings.h tests/auto/qhttpsocketengine/tst_qhttpsocketengine.cpp tests/auto/qiodevice/tst_qiodevice.cpp tests/auto/qnativesocketengine/tst_qnativesocketengine.cpp tests/auto/qsocks5socketengine/tst_qsocks5socketengine.cpp tests/auto/qsslsocket/tst_qsslsocket.cpp | ||||
| * | Fix incorrect copyright year in some license headers. | Jason McDonald | 2009-05-20 | 9 | -9/+9 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-18 | 3 | -7/+29 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: configure.exe src/corelib/kernel/qcoreapplication.cpp Configure.exe not rebuilt because the changes are irrelevant for the S60 port. We'll rebuild it before merging back. | ||||
| * | Adding documentation to the fancy browser example | Morten Engvoldsen | 2009-05-12 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | | Added documentation to the fancy browser example. Task-number:252097 Rev-by: Geir Vattekar Rev-by: Ariya Hidayat | ||||
| * | Only link against opengles .LIB files if on WinCE | Tom Cooksey | 2009-05-11 | 1 | -5/+7 |
| | | | | | | | | | | Task-number: 251685 Reviewed-by: mauricek | ||||
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-11 | 2 | -1/+7 |
|\ \ | |/ | | | | | | | Conflicts: tests/auto/qtemporaryfile/qtemporaryfile.pro |