summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Forgot variable definitioin.Aleksandar Sasha Babic2009-07-061-1/+2
|
* Commenting some debug printf(...).Aleksandar Sasha Babic2009-07-061-6/+11
|
* Making fortuneserver example working on the S60.Aleksandar Sasha Babic2009-07-063-2/+26
|
* Adapting fortuneclient to work on S60 phones.Aleksandar Sasha Babic2009-07-064-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 Babic2009-07-062-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 Babic2009-07-041-4/+81
| | | | Might be usefull for later.
* TCommDbPrefs removed as they don't help for 3.1 FP1 devices(N95).Aleksandar Sasha Babic2009-07-031-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 toAleksandar Sasha Babic2009-07-012-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 connectionAleksandar Sasha Babic2009-07-011-2/+5
| | | | after each RConnection::Attac(...) call.
* If branch when active connection not found was misplaced.Aleksandar Sasha Babic2009-07-011-20/+40
|
* RConnectionManager is not used any more.Aleksandar Sasha Babic2009-06-302-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'axis2009-06-304-4/+4
|\
| * Removed warnings because of extra semicolons.axis2009-06-303-3/+3
| |
| * Removed unused parameters from examples and demos to prevent warningsaxis2009-06-301-1/+1
| |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29995-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 ofKavindra Devi Palaraja2009-06-231-0/+1
| | | | | | | | | | | | examples Reviewed-By: TrustMe
| * Doc - Adding Pierre Rossi's frozen column exampleKavindra Devi Palaraja2009-06-236-0/+371
| | | | | | | | Reviewed-By: TrustMe
| * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-164-9/+9
| | | | | | | | Reviewed-by: Trust Me
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16988-1976/+1976
| | | | | | | | Reviewed-by: Trust Me
| * Make the codeeditor example compile on Windows.Jason McDonald2009-06-161-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 callMarkus Goetz2009-06-111-1/+1
| | | | | | | | Task-number: 254455
| * Trafficinfo example: Asynchronous call to webservice at launchMarkus Goetz2009-06-111-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 typoKavindra Devi Palaraja2009-06-081-1/+1
| | | | | | | | Reviewed-By: TrustMe
| * Doc - removing redundant return statementsKavindra Devi Palaraja2009-06-085-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-231-0/+5
| | | | | | | | background.
* | 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.
* | Updated example to make more senseMarkku Luukkainen2009-06-182-22/+27
| |
* | Compilation fix. Added missing network dependencyMarkku Luukkainen2009-06-184-8/+8
| |
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-184-0/+8
|\ \
| * | Added proper UID for webkit examples and browser demoMiikka Heikkinen2009-06-174-0/+8
| | |
* | | Fixed FTP default IAP setting. Accidentaly reverted by ce409be66.Janne Anttila2009-06-181-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 Babic2009-06-171-0/+1
| | | | | | | | The writings were wrong after i.e. ftp -> connect -> disconnect.
* | getting ftp to build in RnD environmentsmread2009-06-161-0/+1
| |
* | Bugfix. Softkeys were set to wrong widget when combobox wasMarkku Luukkainen2009-06-161-3/+9
| | | | | | | | focused.
* | Improving the code for setting the default IAP.Aleksandar Sasha Babic2009-06-152-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 completeMarkku Luukkainen2009-06-152-26/+70
| |
* | Better text to labelMarkku Luukkainen2009-06-151-1/+1
| |
* | add correct license headersEspen Riskedal2009-06-112-3/+74
| |
* | Updated example to tell which softkey was pressedMarkku Luukkainen2009-06-112-8/+19
| |
* | Added proper UIDMarkku Luukkainen2009-06-101-1/+11
| |
* | Added softkeys exampleMarkku Luukkainen2009-06-101-1/+2
| |
* | Merge branch 'softkeys_without_stack'Markku Luukkainen2009-06-104-0/+165
|\ \
| * | Moved softkeys example to a better placeMarkku Luukkainen2009-06-104-0/+165
| | |
| * | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-06-082-2/+6
| |\ \ | | | | | | | | | | | | softkeys_without_stack
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-06-082-2/+6
| | |\ \ | | | | | | | | | | | | | | | softkeys
| * | | | Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-061-3/+0
| |/ / / | | | | | | | | | | | | of QSoftKeyStack broke compilation on clean environment...
| * | | Resolving merge conflictsAlessandro Portale2009-06-0311-335/+62
| |\ \ \
| * \ \ \ Merge commit 'origin/master' into softkeysAlessandro Portale2009-06-011-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-05-259-9/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softkeys Conflicts: src/gui/styles/qs60style.cpp