| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | QNX: QtGlobal: compile as a C header again | Marc Mutz | 2012-07-09 | 1 | -1/+3 |
|
|
* | QNX: fix compilation with C++11 enabled | Marc Mutz | 2012-07-08 | 1 | -0/+12 |
|
|
* | Disable dedicated screen event thread by default. | Rafael Roquetto | 2012-07-07 | 1 | -3/+3 |
|
|
* | [Blackberry] Fix event loop throughput issue | Rafael Roquetto | 2012-07-05 | 1 | -8/+25 |
|
|
* | ARM: fix compilation with C++11 enabled | Marc Mutz | 2012-07-05 | 2 | -2/+2 |
|
|
* | Fix socket notifier registration on Blackberry. | Rafael Roquetto | 2012-07-05 | 2 | -8/+52 |
|
|
* | Fix compilation error | Jaakko Helanti | 2012-07-05 | 1 | -0/+2 |
|
|
* | Add null httpReply checks to QHttpThreadDelegate | Shane Kearns | 2012-07-04 | 1 | -6/+25 |
|
|
* | Qml ListView highlight component cannot access ListView scope | Martin Jones | 2012-07-04 | 2 | -64/+48 |
|
|
* | Ensure the mouse buttons are preserved when entering a widget | Andy Shaw | 2012-07-03 | 3 | -3/+5 |
|
|
* | Fix cursor truncate to include line position | Jiang Jiang | 2012-07-03 | 1 | -2/+2 |
|
|
* | Use utf8 to store audio device names in win32 backend. | Lev Zelenskiy | 2012-07-03 | 1 | -3/+3 |
|
|
* | Added support for big endian data to QAudioOutput win32 backend. | Lev Zelenskiy | 2012-07-03 | 1 | -0/+25 |
|
|
* | Allow frequences up to 96000 in win32 backend. | Lev Zelenskiy | 2012-07-03 | 2 | -2/+2 |
|
|
* | Clean buffers before closing the input device. | Lev Zelenskiy | 2012-07-03 | 1 | -6/+7 |
|
|
* | Fix access to uninitialized pointer | Tobias Hunger | 2012-07-03 | 1 | -1/+1 |
|
|
* | Enable smiley support for Symbian editors | Marko Kenttala | 2012-07-02 | 2 | -1/+22 |
|
|
* | Change default Content-Type for http POST to match 4.7.4 | Shane Kearns | 2012-06-28 | 1 | -2/+5 |
|
|
* | QNX: Flush after changing rotation | Thomas McGuire | 2012-06-28 | 1 | -0/+4 |
|
|
* | Enable MT screen event handling on Blackberry | Rafael Roquetto | 2012-06-26 | 3 | -12/+38 |
|
|
* | Item.mapFromItem() crashes with Items not created by the engine. | Martin Jones | 2012-06-26 | 1 | -2/+4 |
|
|
* | rewind macro in WinCE wrongly substituted. | Martin Jones | 2012-06-26 | 1 | -0/+8 |
|
|
* | Updated WebKit to 0b63152ae5d572c4a817a53210d8907f3dd11bd7 | Simon Hausmann | 2012-06-25 | 7 | -995/+1089 |
|
|
* | Fix possible crash when copying QImage. | Kim Motoyoshi Kalland | 2012-06-25 | 1 | -1/+1 |
|
|
* | Fix infinite recursion while dragging toolbar of QMainWindow. | Markku Heikkila | 2012-06-25 | 1 | -2/+3 |
|
|
* | Updated WebKit to 2dea2a19feedc165596b933fe9509ddd0caf4d15 | Simon Hausmann | 2012-06-25 | 12 | -277/+29 |
|
|
* | Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0 | Andy Shaw | 2012-06-24 | 1 | -1/+2 |
|
|
* | qtdbus: Export org.freedesktop.DBus.Peer interface when introspected | Daniele E. Domenichelli | 2012-06-22 | 1 | -0/+9 |
|
|
* | Enable building with older SHAPE extension, or -no-xshape (QTBUG-24653, QTBUG... | Daniel Richard G | 2012-06-22 | 1 | -0/+6 |
|
|
* | Removing potential crashes from out-of-thread cleanup on Symbian | Murray Read | 2012-06-21 | 4 | -8/+48 |
|
|
* | Restored native behavior when moving cursor from selection | Robert Loehning | 2012-06-20 | 1 | -0/+8 |
|
|
* | Mac: Fix rendering of non-int sized fonts. | Eike Ziller | 2012-06-19 | 2 | -17/+24 |
|
|
* | Drag and drop icon does not update correctly on Windows. | Markku Heikkila | 2012-06-19 | 2 | -3/+2 |
|
|
* | Avoid crash cancelling timer in wrong thread on terminate | Murray Read | 2012-06-19 | 1 | -1/+1 |
|
|
* | Performance fix for OpenGL drawing | Pauli Jarvinen | 2012-06-19 | 2 | -7/+0 |
|
|
* | Fix qatomic inline asm for x32 ABI. | Davide Pesavento | 2012-06-19 | 1 | -3/+3 |
|
|
* | Fix virtual keyboard setHeight() for Blackberry | Peter Hansen | 2012-06-19 | 2 | -2/+2 |
|
|
* | Speedup for QAbstractItemViewPrivate::delegateForIndex | ABBAPOH | 2012-06-19 | 1 | -4/+11 |
|
|
* | [Blackberry] Fix deletion of dangling pointers | Rafael Roquetto | 2012-06-19 | 1 | -1/+2 |
|
|
* | AbstractItemView editorForIndex/indexForEditor speedup | ABBAPOH | 2012-06-15 | 1 | -1/+9 |
|
|
* | QWizard/Win: Handle hit testing correctly for Vista style | Jonathan Liu | 2012-06-15 | 1 | -37/+48 |
|
|
* | UCD 5.0: Apply Unicode Corrigendum #6 | Konstantin Ritt | 2012-06-13 | 1 | -788/+789 |
|
|
* | Symbian: disable OpenVG as default on Symbian emulator builds | Pasi Pentikainen | 2012-06-13 | 1 | -1/+1 |
|
|
* | QWizard/Win: Drag window on Vista with only left mouse button | Jonathan Liu | 2012-06-09 | 1 | -1/+1 |
|
|
* | Fix QFile append on windows | Shane Kearns | 2012-06-09 | 2 | -2/+10 |
|
|
* | Mac: Remove "unsupported" warning for 10.8 | Morten Sorvig | 2012-06-08 | 1 | -1/+4 |
|
|
* | Add Blackberry path for SSL certificates | Nicolas Arnaud-Cormos | 2012-06-07 | 1 | -0/+1 |
|
|
* | Mark the testSslOption method as introduced from Qt 4.8 | Laszlo Papp | 2012-06-07 | 1 | -0/+2 |
|
|
* | QDeclarativeTextInput sends delayed mouse events to input context | Lauri Malmi | 2012-06-07 | 1 | -3/+13 |
|
|
* | QNAM - maintain a weak reference to the QNetworkSession | Shane Kearns | 2012-06-06 | 4 | -31/+49 |
|
|