summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc update regarding threaded painting with QPainter in the QGL module.Trond Kjernåsen2010-09-093-9/+98
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-081-0/+17
|\
| * Add average frame timing to QDeclarativeView, ifdef'ed out.Gunnar Sletta2010-09-081-0/+17
* | Designer/uic: Start on support for QIcon::fromTheme().Friedemann Kleint2010-09-084-21/+89
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-071-4/+0
|\
| * Remove unused local variable in myanmar shaper of harfbuzzJiang Jiang2010-09-071-4/+0
* | QDataStream doesn't check return values from QIODevice::writeCarlos Manuel Duclos Vergara2010-09-071-0/+12
|/
* Enable QLibrary debugging via QT_DEBUG_PLUGINSArvid Ephraim Picciani2010-09-061-7/+5
* Allow QGLWidgets to draw them selves under -graphicssystem raster again...Gunnar Sletta2010-09-061-2/+5
* C++0x: being able to create a list with the {,,,} notationOlivier Goffart2010-09-032-1/+30
* C++0x move operatorsOlivier Goffart2010-09-0330-5/+137
* Add define for c++0x initilizer listsOlivier Goffart2010-09-031-0/+1
* Add some constants for C++0x featuresThiago Macieira2010-09-031-0/+19
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-09-022-0/+37
|\
| * Added a QDebug operator for QSymbianEvent.axis2010-09-022-0/+37
* | Enable the width-for-height codepath and add autotest for WFH.Jan-Arve Sæther2010-09-021-5/+0
* | Use hasHeightForWidth() and hasWidthForHeight() instead of sizePolicy()Jan-Arve Sæther2010-09-021-14/+24
* | Add hasWidthForHeight in order to support WFH in QGraphicsLayout.Jan-Arve Sæther2010-09-022-9/+36
* | Compilation on S60 of external projects depending on private headersEskil Abrahamsen Blomfeldt2010-09-022-2/+5
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-0116-88/+487
|\
| * Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-09-014-6/+365
| * Fix compiler warning in qtextformat.hEskil Abrahamsen Blomfeldt2010-09-011-4/+4
| * Clean up and clarify Mac font engine codeJiang Jiang2010-08-312-74/+2
| * Implemented suffix and prefix strings for the numbering in ordered lists as s...Nils Jeisecke2010-08-3110-8/+120
* | Don't ignore interfaces that cannot multicast when querying the mcast ifaceBradley T. Hughes2010-09-011-2/+0
* | Fix IPv6 support on WindowsBradley T. Hughes2010-09-011-11/+62
* | Fix IPv6 multicast on UNIXBradley T. Hughes2010-09-011-3/+10
* | 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