| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Symbian already has the executables musicplayer.exe, mediaplayer.exe and
ftp.exe, with the result that we overwrite them with Qt. We solve this
by renaming the examples, and do it not only on Symbian, such that Qt
remains consistent across platforms.
This was previously partly done for mediaplayer. The folder name needs
to be consistent with the executable, for qtdemo to work. Done jointly
with Alessandro.
Task-number: QTBUG-4743
Reviewed-by: Alessandro Portale
Reviewed-by: Frans Englich
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
RevBy: Trust me
|
|
|
|
| |
RevBy: Trust me
|
| |
|
|
|
|
|
|
|
|
|
| |
info about network interfaces and network routes.
Can be of broader interest.
"By seeking and blundering we learn."
Johann Wolfgang Von Goethe (1749 - 1832)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Might be usefull for later.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
after each RConnection::Attac(...) call.
|
| |
|
|
|
|
|
| |
We dont need to link agains 'connmon' library any more.
With this we depend only on Symbina and not S60 (Avkon).
|
|
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.
|