| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| |
| | |
We dont need to link agains 'connmon' library any more.
With this we depend only on Symbina and not S60 (Avkon).
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| | |
and then, if needed activate IAP dialog.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
The writings were wrong after i.e. ftp -> connect -> disconnect.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
This should remove multiple IAP queries when using FTP example.
The used IAP is now asked from user when application is started.
|
|/ / |
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tests/auto/qlocalsocket/tst_qlocalsocket.cpp
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
The example was installed in the wrong directory.
Task-number: 254452
Reviewed-by: Kim
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
| |
|
|
|