| Commit message (Expand) | Author | Age | Files | Lines |
* | Add QUdpSocket::setMulticastInterface() and ::multicastInterface() | Bradley T. Hughes | 2010-09-01 | 12 | -11/+313 |
|
|
* | Improve multicast test | Bradley T. Hughes | 2010-09-01 | 1 | -62/+164 |
|
|
* | add images for multicastsender and multicastreceiver examples | Bradley T. Hughes | 2010-09-01 | 2 | -0/+0 |
|
|
* | Add a spinbox to the multicastsender example to change the datagram's TTL | Bradley T. Hughes | 2010-09-01 | 2 | -1/+21 |
|
|
* | Add multicastsender and multicastreceiver examples | Bradley T. Hughes | 2010-09-01 | 14 | -6/+535 |
|
|
* | Update QUdpSocket's overview docs to include multicast references | Bradley T. Hughes | 2010-09-01 | 1 | -0/+6 |
|
|
* | Initial documentation for multicast socket options and API | Bradley T. Hughes | 2010-09-01 | 2 | -4/+36 |
|
|
* | Rename doMulticast() to multicastMembershipHelper() | Bradley T. Hughes | 2010-09-01 | 2 | -34/+34 |
|
|
* | Don't use WSAIoctl() to get/set the multicast socket options | Bradley T. Hughes | 2010-09-01 | 1 | -26/+12 |
|
|
* | Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocket | Bradley T. Hughes | 2010-09-01 | 8 | -24/+68 |
|
|
* | Implement UDP multicast on Windows | Bradley T. Hughes | 2010-09-01 | 7 | -18/+125 |
|
|
* | Remove support for single-source multi-cast | Bradley T. Hughes | 2010-09-01 | 10 | -80/+25 |
|
|
* | Make ASM work on systems without SSM support | Bradley T. Hughes | 2010-09-01 | 1 | -1/+1 |
|
|
* | Set multicast errors correctly | Bradley T. Hughes | 2010-09-01 | 1 | -2/+4 |
|
|
* | Don't crash when trying to join/leave a group with not bound | Bradley T. Hughes | 2010-09-01 | 1 | -0/+2 |
|
|
* | Improved auto-test for multicast support in QUdpSocket | Bradley T. Hughes | 2010-09-01 | 1 | -24/+49 |
|
|
* | Compile on systems without IP_ADD_SOURCE_MEMBERSHIP support | Bradley T. Hughes | 2010-09-01 | 1 | -0/+18 |
|
|
* | add an autotest for basic multicast support | Bradley T. Hughes | 2010-09-01 | 1 | -0/+38 |
|
|
* | Implement multicast for the native socket engine on UNIX | Bradley T. Hughes | 2010-09-01 | 3 | -0/+160 |
|
|
* | Implementation of multicast API for the HTTP and SOCKS5 engines | Bradley T. Hughes | 2010-09-01 | 4 | -0/+50 |
|
|
* | Implement QUdpSocket::joinMulticastGroup() and leaveMulticastGroup() | Bradley T. Hughes | 2010-09-01 | 2 | -1/+53 |
|
|
* | Add QUdpSocket::joinMulticastGroup() and leaveMulticastGroup() | Bradley T. Hughes | 2010-09-01 | 1 | -0/+18 |
|
|
* | Align icon positions when using TextUnderIcon for tool buttons | Jens Bache-Wiig | 2010-09-01 | 1 | -3/+0 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-08-31 | 9 | -94/+126 |
|\ |
|
| * | revert 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e | Arvid Ephraim Picciani | 2010-08-31 | 15 | -464/+7 |
|
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-08-31 | 23 | -100/+589 |
| |\
|/ / |
|
| * | Fix compilation on mac. | Olivier Goffart | 2010-08-30 | 1 | -2/+2 |
|
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-08-30 | 23 | -141/+592 |
| |\ |
|
| | * | Doc update: Mention the Qt::AA_X11InitThreads application attribute. | Trond Kjernåsen | 2010-08-30 | 1 | -6/+10 |
|
|
| | * | Fix incorrect include order | Arvid Ephraim Picciani | 2010-08-30 | 2 | -2/+4 |
|
|
| | * | Add missing QT_BEGIN_NAMESPACE | Arvid Ephraim Picciani | 2010-08-30 | 2 | -0/+26 |
|
|
| | * | Fix crash introduced with d34287af6fc1c7558e8ed15dbb29c0e6b58b7b00 | Olivier Goffart | 2010-08-30 | 1 | -6/+10 |
|
|
| | * | find .rodata in qt plugins to optimize loading of plugins with no qt section | Arvid Ephraim Picciani | 2010-08-30 | 4 | -37/+41 |
|
|
| | * | fix missing include | Arvid Ephraim Picciani | 2010-08-30 | 1 | -0/+1 |
|
|
| | * | Optimize plugin loading on ELF platforms | Arvid Ephraim Picciani | 2010-08-27 | 18 | -6/+449 |
|
|
| | * | use QFile:map instead of ::mmap | Arvid Ephraim Picciani | 2010-08-27 | 1 | -43/+5 |
|
|
| | * | QAbstractItemView: optimize handling of editors for view with large numbers o... | Stephen Bowline | 2010-08-27 | 4 | -82/+87 |
|
|
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2010-08-30 | 187 | -950/+5238 |
|\ \ \
| |/ /
|/| | |
|
| * | | Different version from the previous patch: use QElapsedTimer | Thiago Macieira | 2010-08-30 | 1 | -2/+3 |
|
|
| * | | Compilation after merge. | Olivier Goffart | 2010-08-30 | 1 | -0/+1 |
|
|
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-30 | 186 | -949/+5235 |
| |\ \
| | |/
| |/| |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-30 | 23 | -102/+381 |
| | |\ |
|
| | | * | Correct last right bearing in boundingBox(glyphs) | Jiang Jiang | 2010-08-27 | 7 | -17/+26 |
|
|
| | | * | Make sure propagated font in QGraphicsWidget can be set on a QPainter | Eskil Abrahamsen Blomfeldt | 2010-08-27 | 3 | -2/+200 |
|
|
| | | * | Apparently QPen::brush() can't return a NoBrush for a NoPen. | Trond Kjernåsen | 2010-08-27 | 3 | -14/+4 |
|
|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-27 | 13 | -78/+160 |
| | | |\ |
|
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-27 | 13 | -78/+160 |
| | | | |\ |
|
| | | | | * | Add a test for the QPen::brush() != Qt::NoBrush for a Qt::NoPen pen. | Trond Kjernåsen | 2010-08-26 | 1 | -0/+7 |
|
|
| | | | | * | Calling QPen::brush() on a Qt::NoPen pen, should return QBrush::NoBrush. | Trond Kjernåsen | 2010-08-26 | 1 | -0/+2 |
|
|
| | | | | * | use QFile:map instead of ::mmap | Arvid Ephraim Picciani | 2010-08-26 | 1 | -43/+5 |
|
|