summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/corewlan
Commit message (Collapse)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-013-6/+6
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Compile on Mac OS X with unsupported/macx-clangBradley T. Hughes2012-04-271-1/+1
| | | | | | | | Clang does not allow implicit const to non-const conversion like gcc does. Fix this. Change-Id: I1448975e1935a54405c20851841f0559c7bb9d3d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-113-3/+3
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Merge remote branch 'origin/4.8' into 4.8-from-4.7Rohan McGovern2011-09-142-3/+4
|\ | | | | | | | | | | Conflicts: src/gui/text/qtextengine_p.h src/network/ssl/qsslsocket_openssl.cpp
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-133-51/+51
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-173-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-122-36/+51
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure doc/src/snippets/code/doc_src_qmake-manual.qdoc mkspecs/features/symbian/application_icon.prf mkspecs/features/symbian/default_post.prf mkspecs/features/symbian/symbian_building.prf qmake/generators/symbian/initprojectdeploy_symbian.cpp src/multimedia/audio/audio.pri src/network/access/qnetworkaccessmanager.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp src/opengl/qgl_p.h src/plugins/bearer/corewlan/qcorewlanengine.mm src/plugins/phonon/mmf/mmf.pro tests/auto/qscriptvalue/tst_qscriptvalue.cpp tests/auto/qscriptvalue/tst_qscriptvalue.h tools/qdoc3/doc/qdoc-manual.qdocconf
| * | | Don't put Objective-C sources in SOURCESTor Arne Vestbø2010-10-271-1/+2
| | | | | | | | | | | | | | | | Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
| * | | Don't use 'id' as variable name, it has special meaning in Objctive-CTor Arne Vestbø2010-10-151-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
* | | | Ensure that the corewlan plugin can be built with the Mac OS X 10.7 sdkOswald Buddenhagen2011-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the 10.7 SDK was specified explicitly then it would fail the check inside the pro file. So this ensures that this is accounted for. Task-number: QTBUG-20516 Merge-request: 2657 Reviewed-by: ossi
* | | | remove obsolete defineOswald Buddenhagen2011-09-051-1/+0
| | | |
* | | | Update licenseheader text in source filesJyri Tahtela2011-05-133-51/+51
| |_|/ |/| | | | | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | | Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
| |/ |/| | | | | Reviewed-by: Trust Me
* | get rid of dependency on QtGuiLorn Potter2010-11-092-36/+51
|/ | | | | Task-number: QTBUG-15059 Reviewed-by: trustme
* protect nil dictionary from release.Lorn Potter2010-09-031-38/+47
| | | | Task-number: QTBUG-13335
* Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-022-5/+3
| | | | | Task-number: QTBUG-12378 Reviewed-by: Alex
* make corewlan more namespace friendlyLorn Potter2010-06-061-8/+17
|
* remove dead code that will never get called.Lorn Potter2010-05-211-2/+0
|
* add bytes and activeTime to corelwan.Lorn Potter2010-05-212-8/+102
| | | | Task-number: QTBUG-10875
* fix memory bugLorn Potter2010-04-211-3/+1
| | | | | | fixes using MallocScribble crash Task-number: QTBUG-10068
* Remove redundant network configuration updates on startup.Aaron McCarthy2010-04-202-4/+4
| | | | | The initial list of network configurations was being fetched twice when the bearer management plugins are loaded.
* make sure to lock theseLorn Potter2010-04-191-0/+6
|
* move network scan to thread.Lorn Potter2010-04-192-320/+388
| | | | | | increases startup time. Task-number: QTBUG-9722
* Compile (with -no-pch)Morten Johan Sørvig2010-04-151-1/+1
| | | qcorewlanengine.mm includes qt_cocoa_helpers_mac_p.h which is in QtGui.
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-153-3/+14
| | | | This add addition ifdefs around code missed by MR 517.
* Don't link bearer plugins against QtGui unnecessarily.Aaron McCarthy2010-04-141-1/+1
|
* Bearer management changes from Qt Mobility (7a5ff985)Aaron McCarthy2010-04-141-45/+44
| | | | 7a5ff9859f5775915ae80c287f51c772599c2379
* specify the configuration's purpose based on security mode of network.Lorn Potter2010-03-262-5/+17
| | | | open is public.
* don't just return the first key here.Lorn Potter2010-03-251-3/+0
| | | | this fixes associating..
* Fix crash.Aaron McCarthy2010-03-251-1/+1
| | | | Resources are not allocated on error. Only free on success.
* Remove unused code.Aaron McCarthy2010-03-252-212/+113
|
* fix multiple promps for keychain access when connecting to wifi networkLorn Potter2010-03-252-39/+111
| | | | Task-number: QT-3150
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2010-03-242-9/+8
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| * Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-242-11/+13
| | | | | | | | 6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
* | fix state reporting for certain wifi networks after associating.Lorn Potter2010-03-232-81/+88
|/
* get rid of build warning messagesLorn Potter2010-03-231-6/+2
|
* fix warningLorn Potter2010-03-231-1/+1
|
* probably need to update user configurations once in a while tooLorn Potter2010-03-171-1/+1
|
* use dynamicstore insteadLorn Potter2010-03-171-29/+14
|
* get known wifi networks a more complicated way, but without accessingLorn Potter2010-03-122-102/+265
| | | | | | | the keychain. Users will still see the keychain prompt when attempting to connect/associate with a wifi network.
* fix crash on 10.6 with no wifi interfaceLorn Potter2010-03-122-5/+16
| | | | Task-number: QTBUG-8954
* Make QNetworkConfigurationManager and QNetworkConfiguration threadsafe.Aaron McCarthy2010-03-112-5/+33
|
* use Qt's private mac functions, reduce code redundancyLorn Potter2010-03-091-43/+13
|
* Fixing compilation error, missing ifdef.Carlos Manuel Duclos Vergara2010-03-051-1/+2
| | | | Reviewed-by: Prasanth
* add wifi power notifications. more Qt way for autorelease.Lorn Potter2010-03-052-33/+83
| | | | and change to better way of getting wifi interfaces.
* Merge remote branch 'staging/4.7' into bearermanagement/pollingAaron McCarthy2010-03-051-23/+2
|\
| * remove non wifi interfaces from being handled.Lorn Potter2010-03-041-22/+1
| | | | | | | | | | handled by generic engine. also fix release crash
| * fix connecting to an ID.Lorn Potter2010-03-031-1/+1
| |
* | Updating polling mechanism for bearer management engines.Aaron McCarthy2010-03-042-5/+8
|/ | | | | | | Improves the polling mechanism by sharing a single timer for all poll based engines. Updates are only performed for a poll based engine iff a QNetworkConfigurationManager object has been constructed or a QNetworkConfiguration is held externally from the engine.
* Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021-8/+4
|\ | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm