| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix examples/script/qscript for MSVC | Joerg Bornemann | 2012-09-17 | 1 | -1/+1 |
|
|
* | Fix crash when invalidating a QSortFilterProxyModel | Stephen Kelly | 2012-09-14 | 2 | -6/+83 |
|
|
* | Delete JS-owned QML objects right away in the engine dtor. | Thomas McGuire | 2012-09-14 | 11 | -24/+119 |
|
|
* | Blackberry: fix tst_QFileInfo::isWritable() | Rafael Roquetto | 2012-09-14 | 1 | -1/+4 |
|
|
* | Fix MinGW-w64 compilation | Jonathan Liu | 2012-09-14 | 1 | -1/+1 |
|
|
* | unscramble option help text | Mark Brand | 2012-09-13 | 1 | -3/+2 |
|
|
* | Updated changes-4.8.3 file | jutaipal | 2012-09-13 | 1 | -8/+268 |
|
|
* | smuggle QT_BUILD_TREE to device_config.prf even during tests | Mark Brand | 2012-09-13 | 1 | -1/+2 |
|
|
* | Fix regression in QTextDocument::toHtml() with font pixel size | Eskil Abrahamsen Blomfeldt | 2012-09-13 | 2 | -0/+14 |
|
|
* | Update Traditional Chinese translation | Juei-ray Tseng | 2012-09-13 | 1 | -1459/+563 |
|
|
* | qpa: improve DirectFB performance | Julien Brianceau | 2012-09-13 | 1 | -0/+4 |
|
|
* | QNX: Do not initially commit all memory used in RegisterFile | Thomas McGuire | 2012-09-13 | 2 | -4/+39 |
|
|
* | Fix realpath() call to older POSIX platforms | Rafael Roquetto | 2012-09-12 | 1 | -8/+13 |
|
|
* | Fixed crash in blackberry platform plugin shutdown | Bernd Weimer | 2012-09-12 | 1 | -3/+3 |
|
|
* | When x-compiling on Linux the host tools doesn't have Windows' executable suffix | Peter Kümmel | 2012-09-12 | 1 | -3/+5 |
|
|
* | Partial Revert "Disable pkg-config, when x-compiling for mingw" | Mark Brand | 2012-09-12 | 1 | -1/+0 |
|
|
* | qpa: extend drawPixmap capabilities | Julien Brianceau | 2012-09-12 | 4 | -43/+105 |
|
|
* | Ensure that QApplication is cleaned up after itself on Mac | Andy Shaw | 2012-09-12 | 3 | -0/+13 |
|
|
* | Ensure child items are updated even if the parent item has no content | Andy Shaw | 2012-09-12 | 3 | -1/+84 |
|
|
* | qpa: add non-opaque fill support | Julien Brianceau | 2012-09-12 | 5 | -25/+120 |
|
|
* | Prevent a crash when a merged action is removed | Andy Shaw | 2012-09-11 | 1 | -0/+10 |
|
|
* | find qdevice.pri even for installed qt builds | Oswald Buddenhagen | 2012-09-10 | 1 | -1/+1 |
|
|
* | Add -pipe option of win32-g++'s QMAKE_CFLAGS | Yuchen Deng | 2012-09-10 | 1 | -1/+1 |
|
|
* | tst_qchar: also define SRCDIR for QNX | Rafael Roquetto | 2012-09-09 | 1 | -1/+1 |
|
|
* | QtNetwork: bypass proxy for local connections | Julien Brianceau | 2012-09-07 | 2 | -10/+13 |
|
|
* | Fix calculation of logical child index for row headers. | Tilman Sauerbeck | 2012-09-07 | 1 | -1/+1 |
|
|
* | Symbian: fix symbian QtCore deffile (for QObjectPrivate) | Pasi Pentikainen | 2012-09-07 | 1 | -0/+2 |
|
|
* | Symbian: fix symbian QtCore deffiles (for QUrl::detach) | Pasi Pentikainen | 2012-09-07 | 2 | -0/+3 |
|
|
* | Symbian: Handle Qt input hints for email and url editors | Jaakko Helanti | 2012-09-07 | 1 | -8/+4 |
|
|
* | Never compile QPA with EGL support on Windows | Nicolas Arnaud-Cormos | 2012-09-07 | 1 | -6/+10 |
|
|
* | Revert "Speed up QTextEngine::resolveAdditionalFormats"v4.8.3 | Eskil Abrahamsen Blomfeldt | 2012-09-07 | 1 | -65/+2 |
|
|
* | Disable rpath, pkg-config, "reduce export" flag when x-compiling for mingw | Peter Kümmel | 2012-09-07 | 1 | -1/+7 |
|
|
* | Add cross_compile to qconfig.pri for global advertising | Peter Kümmel | 2012-09-07 | 2 | -1/+7 |
|
|
* | Add qmake CROSS_COMPILE variable via load(device_config) | Peter Kümmel | 2012-09-07 | 1 | -7/+13 |
|
|
* | Minimal backport of --device-option support in configure | Peter Kümmel | 2012-09-07 | 2 | -1/+53 |
|
|
* | Allow compilation on OS X 10.5 | Sean Harmer | 2012-09-05 | 1 | -4/+5 |
|
|
* | QNX: Move qpa-based mkspecs out of the unsupported directory | Sean Harmer | 2012-09-05 | 8 | -8/+8 |
|
|
* | Optimize QTextEngine::findItem by using a binary search. | Milian Wolff | 2012-09-05 | 1 | -5/+12 |
|
|
* | QWizard/Win: Fix vista helper cache state invalidation | Jonathan Liu | 2012-09-05 | 1 | -1/+2 |
|
|
* | QNX: Enable pre-compiled header support for QNX | Sean Harmer | 2012-09-04 | 2 | -1/+6 |
|
|
* | Decouple -lang-c++ from CXX command on QNX mkspecs | Sean Harmer | 2012-09-04 | 4 | -8/+5 |
|
|
* | Doc: Improved tr()-example | Robert Loehning | 2012-09-03 | 1 | -1/+1 |
|
|
* | Update the git-archive export options | Thiago Macieira | 2012-09-03 | 2 | -0/+5 |
|
|
* | qpa: incorrect rendering when stretching and clipping | Julien Brianceau | 2012-09-03 | 1 | -5/+17 |
|
|
* | QWizard/Win: Fix incorrect cached state after all wizards destroyed | Jonathan Liu | 2012-09-03 | 2 | -1/+5 |
|
|
* | Fix limitting shortcuts to keypad only | Jani Honkonen | 2012-08-31 | 2 | -2/+54 |
|
|
* | Speed up QTextEngine::setBoundary | Olivier Goffart | 2012-08-31 | 1 | -6/+14 |
|
|
* | Speed up QTextEngine::resolveAdditionalFormats | Olivier Goffart | 2012-08-31 | 1 | -2/+65 |
|
|
* | Fix fvisibility.test for "QMAKE_CXX = ccache g++" | Sean Harmer | 2012-08-31 | 1 | -2/+2 |
|
|
* | Enable symbol visibility support on QNX | Sean Harmer | 2012-08-31 | 1 | -1/+1 |
|
|