summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfigmanager.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-03-25 10:13:32 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-03-25 10:13:32 (GMT)
commit03686225036ebfc5cf78e3fcc66f5810a140c7d2 (patch)
treee35bcaf151edb27b5e48fc989c6727039c397f5b /src/network/bearer/qnetworkconfigmanager.h
parent194013d9db1b3e4ba6f56a864f3b64f523202948 (diff)
parent72599ca45c416f2f0a9654412c14a148ca3d728c (diff)
downloadQt-03686225036ebfc5cf78e3fcc66f5810a140c7d2.zip
Qt-03686225036ebfc5cf78e3fcc66f5810a140c7d2.tar.gz
Qt-03686225036ebfc5cf78e3fcc66f5810a140c7d2.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (47 commits) Optimize QML "parent" property access Begin dragging PathView up to the level (quality and functionality) of other views. Rename qdeclarativetime -> qmltime Auto-test fix. Build Fix and port to new width and height properties Port Flickable and Flipable to support QGraphicsObject. Protect the QDeclarativeListProperty used in QGraphicsItem with ifdef Fix the build due to new properties in QGraphicsObject. Remove the children property from QDeclarativeItem. Rename qdeclarativetime -> qmltime Update AnchorChanges to use more natural form for setting anchors. Pen is not a creatable type. Begin dragging PathView up to the level (quality and functionality) of other views. Fix error reporting when symbian file copy fails. Stabilize QGraphicsEffect test on X11 QIODevice::read() and QFile::atEnd() performance improvements Clarified pkg_prerules usage documentation. Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( aa40cdb9595eb15a68e7be03322f973aa613a8f9 ) Made it possible to define more than one language using pkg_prerules Symbian QAudioOutput::suspend() was resetting processedUSecs() to zero ...
Diffstat (limited to 'src/network/bearer/qnetworkconfigmanager.h')
0 files changed, 0 insertions, 0 deletions
1-1/+1 * bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-111-1/+1 * bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-111-25/+13 * bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-213-46/+13 * bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (G...Derek Keeler2019-08-121-28/+203 * bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)Lorenz Mende2019-04-101-1/+1 * Revert "bpo-32409: Fix regression in activate.bat on international Windows (G...Pablo Galindo2018-11-071-5/+6 * bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)samstagern2018-11-071-6/+5 * bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...Brett Cannon2018-09-211-1/+6 * bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5757)Steve Dower2018-02-201-0/+13 * bpo-25351: avoid activate failure on strict shells (GH-3804)Sorin Sbarnea2017-09-291-13/+13 * bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1 * bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-103-104/+104 * Closes #29213: Merged fix from 3.6.Vinay Sajip2017-02-021-1/+1 * Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.Vinay Sajip2017-01-271-7/+9 * Issue #22343: Made bash activate script available on Windows.Vinay Sajip2017-01-121-0/+0 * Fixes #25671: Updated prompt handling in activate.fish.Vinay Sajip2016-09-111-19/+20 * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-073-3/+3 * Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-2/+2 * Fixes #26348: Corrected typos in activate.fish script.Vinay Sajip2016-02-131-2/+2 * Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.Vinay Sajip2013-10-02