| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | TGA imageformat: fix broken canRead plugin function | Alexander Anokhin | 2012-03-19 | 1 | -3/+5 |
|
|
* | Fix bug in qsslsocket peek() | Kalle Viironen | 2012-03-19 | 2 | -0/+38 |
|
|
* | Cherry picking qt5 bugfix 437da962c2b486b1a1722aac003bfa00b93ac204 to qt4. | Arnt Witteveen | 2012-03-19 | 1 | -8/+10 |
|
|
* | Fixed MSVC2011 build | Eugene Shcherbina | 2012-03-19 | 8 | -22/+20 |
|
|
* | Fix QDeclarativeItem::hasActiveFocus(). | Andreas Aardal Hanssen | 2012-03-19 | 1 | -2/+5 |
|
|
* | Removing Symbian fast allocator implementation | Murray Read | 2012-03-16 | 12 | -6467/+3 |
|
|
* | Crash in Symbian text codec creation without CleanupStack | Murray Read | 2012-03-15 | 1 | -1/+5 |
|
|
* | Make sure QGlobalNetworkProxy is created for QNetworkProxy. | Xizhi Zhu | 2012-03-15 | 1 | -0/+8 |
|
|
* | Fixed compiler warnings about unused q and d pointers. | Janne Anttila | 2012-03-15 | 2 | -2/+1 |
|
|
* | WEC7 build fix - use ptrdiff_t from std namespace. | Janne Anttila | 2012-03-14 | 1 | -1/+1 |
|
|
* | Fixes potential memory leak in qtextcodec.cpp | Nick Ratelle | 2012-03-14 | 1 | -17/+9 |
|
|
* | Fix q_atomic_decrement for 64-bit Solaris | Samuli Piippo | 2012-03-14 | 1 | -0/+2 |
|
|
* | Harfbuzz-thai - fix buffer overflow when setting item attributes | John Tapsell | 2012-03-14 | 1 | -2/+7 |
|
|
* | Fix documentation error | Shane Kearns | 2012-03-13 | 1 | -1/+0 |
|
|
* | Optimise QFile::seek that doesn't move the file pointer | Shane Kearns | 2012-03-13 | 1 | -0/+3 |
|
|
* | Harfbuzz GPOS hinting- do not consider a subtable to be invalid if it is just... | John Tapsell | 2012-03-12 | 1 | -0/+3 |
|
|
* | Removed invalid assert in BMP loader code. | Kim Motoyoshi Kalland | 2012-03-12 | 1 | -2/+0 |
|
|
* | Improve type detection for query results | Andy Shaw | 2012-03-12 | 1 | -4/+29 |
|
|
* | Hang on to the correct screen index in QWidget | Nick Ratelle | 2012-03-12 | 1 | -0/+1 |
|
|
* | Support changing locales at runtime in QPA plugins. | Nick Ratelle | 2012-03-12 | 6 | -4/+64 |
|
|
* | Fixes mismatching delete operator | Rafael Roquetto | 2012-03-11 | 1 | -1/+1 |
|
|
* | Fixed wrong iconv_open call under QNX | Rafael Roquetto | 2012-03-11 | 1 | -1/+1 |
|
|
* | Windows - handle both auto detect proxy settings together | Shane Kearns | 2012-03-09 | 1 | -7/+31 |
|
|
* | Fix a number of bugs with windows system proxies | Shane Kearns | 2012-03-09 | 1 | -6/+75 |
|
|
* | Windows - fall back on static proxy config if autoproxy fails | Shane Kearns | 2012-03-09 | 1 | -23/+17 |
|
|
* | Windows - handle proxy autoconfiguration resulting in no proxy | Shane Kearns | 2012-03-09 | 1 | -0/+2 |
|
|
* | Windows - fix proxy types for manually specified proxies | Shane Kearns | 2012-03-09 | 1 | -8/+15 |
|
|
* | Windows - fix QWindowsSystemProxy global static race | Shane Kearns | 2012-03-09 | 1 | -1/+1 |
|
|
* | BlackBerry Plugin: support 8 mouse buttons, instead of just 3. | Kevin Krammer | 2012-03-09 | 1 | -3/+10 |
|
|
* | Use QSocketNotifier instead of sleeping in an endless loop | Kevin Krammer | 2012-03-09 | 2 | -35/+51 |
|
|
* | Fixes codecs.pri to reflect new QNX mkspec name | Rafael Roquetto | 2012-03-09 | 1 | -1/+1 |
|
|
* | Fix platforms.pro to match new qnx mkspec name | Rafael Roquetto | 2012-03-09 | 1 | -1/+1 |
|
|
* | Enable storage of global Qt settings in app-local settings file on Mac | Pasi Matilainen | 2012-03-07 | 2 | -2/+84 |
|
|
* | Don't allow app panic on QProcess destruction, kill or terminate | Murray Read | 2012-03-07 | 1 | -4/+12 |
|
|
* | Windows - fix getsockopt calls for narrower than int options | Shane Kearns | 2012-03-07 | 1 | -2/+6 |
|
|
* | Fix error handling in QHostInfo windows backend | Shane Kearns | 2012-03-07 | 1 | -10/+18 |
|
|
* | Prevent stack corruption when using OpenGL Core Profile on Windows | Sean Harmer | 2012-03-06 | 1 | -1/+1 |
|
|
* | qpa: Don't force event handling every second | Eike Ziller | 2012-03-06 | 1 | -1/+2 |
|
|
* | Improving clipboard integration | Kevin Krammer | 2012-03-06 | 2 | -44/+157 |
|
|
* | Add egl include paths and link lines to eglfs. | Girish Ramakrishnan | 2012-03-06 | 1 | -0/+11 |
|
|
* | Correcting fixed native orientation translation for touch points | Murray Read | 2012-03-06 | 2 | -10/+13 |
|
|
* | React to changes of focus widget | Kevin Krammer | 2012-03-05 | 2 | -0/+15 |
|
|
* | Bump Qt version to 4.8.1 | Girish Ramakrishnan | 2012-03-05 | 3 | -4/+4 |
|
|
* | Fixed missing parentheses | Robert Loehning | 2012-03-05 | 1 | -1/+1 |
|
|
* | Harfbuzz-shaper - fix incorrect logClusters being set in HB_OpenTypePosition | John Tapsell | 2012-03-04 | 1 | -13/+35 |
|
|
* | QSslCertificate - make lazy initialisation thread safe | Shane Kearns | 2012-03-04 | 1 | -0/+8 |
|
|
* | Fix signature of q_atomic_test_and_set_ptr. | Girish Ramakrishnan | 2012-03-04 | 1 | -1/+1 |
|
|
* | Fix incorrect state of show/hide menu items in Mac application menu | Pasi Matilainen | 2012-03-04 | 3 | -0/+13 |
|
|
* | Fix crash when opening a file dialog in sandbox on Mac | Pasi Matilainen | 2012-03-04 | 1 | -6/+13 |
|
|
* | Add accessible role Desktop. | Frederik Gladhorn | 2012-03-03 | 2 | -0/+3 |
|
|