summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2983-166/+166
|\ \ | |/ | | | | | | | | | | | | | | | | 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
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1683-166/+166
| | | | | | | | Reviewed-by: Trust Me
* | 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.
* | 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
| |
* | 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.
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-102-15/+12
|\ \
| * | Enabled default iap setting for FTP example.Janne Anttila2009-06-102-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 Heikkinen2009-06-101-0/+2
|/ /
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-081-2/+2
|\ \ | |/ | | | | | | Conflicts: tests/auto/qlocalsocket/tst_qlocalsocket.cpp
| * use a yes/no message box for a yes/no question in http exampleJoerg Bornemann2009-06-031-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
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-021-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | 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.
| * BT: Google suggest example not launching from the Qt Demo app.Trond Kjernåsen2009-05-261-2/+2
| | | | | | | | | | | | | | The example was installed in the wrong directory. Task-number: 254452 Reviewed-by: Kim
* | Made securesocketclient example build in SymbianMiikka Heikkinen2009-06-011-0/+2
| |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-277-0/+498
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configure.exe recompiled with MSVC6. Conflicts: configure.exe examples/network/network.pro src/gui/dialogs/qfiledialog_p.h src/gui/dialogs/qfilesystemmodel_p.h src/gui/kernel/qapplication.cpp tests/auto/_Categories/qmake.txt tests/auto/qfile/test/test.pro tests/auto/qfile/tst_qfile.cpp tests/auto/qlibrary/tst_qlibrary.cpp tests/auto/qline/tst_qline.cpp tests/auto/qstyle/tst_qstyle.cpp tests/auto/qtextstream/tst_qtextstream.cpp tests/auto/qtranslator/qtranslator.pro tests/auto/qwaitcondition/tst_qwaitcondition.cpp translations/qt_ja_JP.ts
| * Add Google Suggest as a new network exampleAriya Hidayat2009-04-237-0/+498
| | | | | | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
| * Long live Qt 4.5!Lars Knoll2009-03-23118-0/+12742
|
* Long live Qt for S60!axis2009-04-24118-0/+12849