summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QUdpSocket::setMulticastInterface() and ::multicastInterface()Bradley T. Hughes2010-09-0111-11/+269
* Add multicastsender and multicastreceiver examplesBradley T. Hughes2010-09-011-3/+5
* Update QUdpSocket's overview docs to include multicast referencesBradley T. Hughes2010-09-011-0/+6
* Initial documentation for multicast socket options and APIBradley T. Hughes2010-09-012-4/+36
* Rename doMulticast() to multicastMembershipHelper()Bradley T. Hughes2010-09-012-34/+34
* Don't use WSAIoctl() to get/set the multicast socket optionsBradley T. Hughes2010-09-011-26/+12
* Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocketBradley T. Hughes2010-09-017-22/+54
* Implement UDP multicast on WindowsBradley T. Hughes2010-09-016-16/+121
* Remove support for single-source multi-castBradley T. Hughes2010-09-0110-80/+25
* Make ASM work on systems without SSM supportBradley T. Hughes2010-09-011-1/+1
* Set multicast errors correctlyBradley T. Hughes2010-09-011-2/+4
* Don't crash when trying to join/leave a group with not boundBradley T. Hughes2010-09-011-0/+2
* Compile on systems without IP_ADD_SOURCE_MEMBERSHIP supportBradley T. Hughes2010-09-011-0/+18
* Implement multicast for the native socket engine on UNIXBradley T. Hughes2010-09-013-0/+160
* Implementation of multicast API for the HTTP and SOCKS5 enginesBradley T. Hughes2010-09-014-0/+50
* Implement QUdpSocket::joinMulticastGroup() and leaveMulticastGroup()Bradley T. Hughes2010-09-012-1/+53
* Add QUdpSocket::joinMulticastGroup() and leaveMulticastGroup()Bradley T. Hughes2010-09-011-0/+18
* Align icon positions when using TextUnderIcon for tool buttonsJens Bache-Wiig2010-09-011-3/+0
* revert 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8eArvid Ephraim Picciani2010-08-314-365/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-3111-99/+488
|\
| * Fix compilation on mac.Olivier Goffart2010-08-301-2/+2
| * Doc update: Mention the Qt::AA_X11InitThreads application attribute.Trond Kjernåsen2010-08-301-6/+10
| * Fix incorrect include orderArvid Ephraim Picciani2010-08-302-2/+4
| * Add missing QT_BEGIN_NAMESPACEArvid Ephraim Picciani2010-08-302-0/+26
| * Fix crash introduced with d34287af6fc1c7558e8ed15dbb29c0e6b58b7b00Olivier Goffart2010-08-301-6/+10
| * find .rodata in qt plugins to optimize loading of plugins with no qt sectionArvid Ephraim Picciani2010-08-304-37/+41
| * fix missing includeArvid Ephraim Picciani2010-08-301-0/+1
| * Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-276-5/+348
| * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-271-43/+5
| * QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-274-82/+87
* | Different version from the previous patch: use QElapsedTimerThiago Macieira2010-08-301-2/+3
* | Compilation after merge.Olivier Goffart2010-08-301-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-3097-769/+721
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-3018-94/+169
| |\
| | * Correct last right bearing in boundingBox(glyphs)Jiang Jiang2010-08-277-17/+26
| | * Make sure propagated font in QGraphicsWidget can be set on a QPainterEskil Abrahamsen Blomfeldt2010-08-272-1/+6
| | * Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-08-272-6/+4
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-279-72/+135
| | | |\
| | | | * Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush.Trond Kjernåsen2010-08-261-0/+2
| | | | * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
| | | | * Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-268-96/+196
| | | | |\
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-258-96/+196
| | | | | |\
| | | | | | * Don't rely on mapFromGlobal in QGraphicsScenePrivate::itemsAtPosition.Bjørn Erik Nilsen2010-08-251-7/+3
| | | | | | * Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
| | | | | | * Note RTL behavior changes in docs and changelogJiang Jiang2010-08-251-0/+2
| | | | | | * Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-253-0/+40
| | | | | | * Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-255-22/+83
| | | | | | * Fix the broken unicode detection of ODBC driver.Charles Yin2010-08-251-1/+1