Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot variable definitioin. | Aleksandar Sasha Babic | 2009-07-06 | 1 | -1/+2 |
| | |||||
* | Commenting some debug printf(...). | Aleksandar Sasha Babic | 2009-07-06 | 1 | -6/+11 |
| | |||||
* | Making fortuneserver example working on the S60. | Aleksandar Sasha Babic | 2009-07-06 | 3 | -2/+26 |
| | |||||
* | Adapting fortuneclient to work on S60 phones. | Aleksandar Sasha Babic | 2009-07-06 | 4 | -1/+29 |
| | | | | | BTW: somthing shoud be done with layout to make app usable on small screen devices. | ||||
* | Better strategy to use/select deafult IAP: | Aleksandar Sasha Babic | 2009-07-06 | 2 | -79/+172 |
| | | | | | | | | | | 1. Check if there is active connection to use. 2. Look in QSettings for previously used IAP names. 3. Offer native Symbian dialog to select IAP. Note: Best results are achived if IAP have been already created using proper means on their devices. Then correct IAP name string will be returned from selection dialog. | ||||
* | We can store IAP selections in QSettings. | Aleksandar Sasha Babic | 2009-07-04 | 1 | -4/+81 |
| | | | | Might be usefull for later. | ||||
* | TCommDbPrefs removed as they don't help for 3.1 FP1 devices(N95). | Aleksandar Sasha Babic | 2009-07-03 | 1 | -8/+3 |
| | | | | | | The access point will not be saved, it didn't exist previously. Good news is that access point will be saved on 3.2 and newer, even without prefs. | ||||
* | By using TCommDbConnPref we are able to | Aleksandar Sasha Babic | 2009-07-01 | 2 | -2/+6 |
| | | | | | | | create & save IAP entry. Before, we would create temporary one and we would have to for example enter again and again WLAN pre-shared key. | ||||
* | In loop have to close/reopen connection | Aleksandar Sasha Babic | 2009-07-01 | 1 | -2/+5 |
| | | | | after each RConnection::Attac(...) call. | ||||
* | If branch when active connection not found was misplaced. | Aleksandar Sasha Babic | 2009-07-01 | 1 | -20/+40 |
| | |||||
* | RConnectionManager is not used any more. | Aleksandar Sasha Babic | 2009-06-30 | 2 | -41/+30 |
| | | | | | We dont need to link agains 'connmon' library any more. With this we depend only on Symbina and not S60 (Avkon). | ||||
* | Merge branch 'warningRemovals' | axis | 2009-06-30 | 4 | -4/+4 |
|\ | |||||
| * | Removed warnings because of extra semicolons. | axis | 2009-06-30 | 3 | -3/+3 |
| | | |||||
| * | Removed unused parameters from examples and demos to prevent warnings | axis | 2009-06-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-29 | 995 | -2007/+2364 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Conflicts: .gitignore src/gui/dialogs/qfiledialog_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp tests/auto/network-settings.h tests/auto/qitemdelegate/tst_qitemdelegate.cpp | ||||
| * | Doc - Adding the new Frozen Column Example by Pierre Rossi into our list of | Kavindra Devi Palaraja | 2009-06-23 | 1 | -0/+1 |
| | | | | | | | | | | | | examples Reviewed-By: TrustMe | ||||
| * | Doc - Adding Pierre Rossi's frozen column example | Kavindra Devi Palaraja | 2009-06-23 | 6 | -0/+371 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | Cleanup our usage of the term "Qt Software". | Jason McDonald | 2009-06-16 | 4 | -9/+9 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 988 | -1976/+1976 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Make the codeeditor example compile on Windows. | Jason McDonald | 2009-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Local includes should use the double-quote form of #include rather than the angle-bracket form. Reviewed-by: Trust Me | ||||
| * | Trafficinfo example: One more asynchronous call | Markus Goetz | 2009-06-11 | 1 | -1/+1 |
| | | | | | | | | Task-number: 254455 | ||||
| * | Trafficinfo example: Asynchronous call to webservice at launch | Markus Goetz | 2009-06-11 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | This makes the main window shown immediatly even when the webservice of traffikanten.no cannot be reached. Does not properly fix the associated task yet, e.g. display an error message. Task-number: 254455 | ||||
| * | Doc - fixed another typo | Kavindra Devi Palaraja | 2009-06-08 | 1 | -1/+1 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | Doc - removing redundant return statements | Kavindra Devi Palaraja | 2009-06-08 | 5 | -14/+0 |
| | | | | | | | | Reviewed-By: Ariya Hidayat <ariya.hidayat@nokia.com> | ||||
* | | 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 |