summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-141-2/+9
| | * | set gtk-entry im-module to none in gtkstyleWeng Xuetian2013-01-141-1/+11
| | * | QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
| | * | Split QQNXLocaleData::readPPSLocale()Rafael Roquetto2013-01-142-6/+26
| | * | QNX: Make QWidget::hide() work immediately.Sergio Martins2013-01-141-2/+8
| | * | Docs: fix the minimum required GTK+ versionJ-P Nurmi2013-01-141-1/+1
| | * | Fix crash when trying to create paths for color-glyphs (Emoji) on MacTor Arne Vestbø2013-01-143-3/+28
| | * | Fix crash in tst_qtreewidget.Friedemann Kleint2013-01-141-1/+1
| | * | BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
| | * | Remove the QtSql driver headers from the APIThiago Macieira2013-01-149-0/+48
| | * | Fix QOpenGLContextGroup object leakJian Liang2013-01-141-7/+18
| | * | Fix compile when verify is already definedAndy Shaw2013-01-141-0/+4
| | * | Fix memory leak in windows vista styleJian Liang2013-01-111-3/+21
| | * | qdoc: Fix problem of missing inherited membersMartin Smith2013-01-112-3/+6
| | * | Doc: corrected typo "the the"Nico Vertriest2013-01-119-9/+9
| | * | Fix accidental obsolation of Qt::InputMethodQueryPekka Vuorela2013-01-111-1/+1
| | * | Clear backingstore for windows with alpha channel.Friedemann Kleint2013-01-112-5/+13
| | * | fix linuxfb crash on program startKonrad Rosenbaum2013-01-101-1/+1
| | * | Fix socket binding on mingw buildsShane Kearns2013-01-101-14/+8
| | * | Fix QVariant in a static build.Jędrzej Nowacki2013-01-101-0/+4
| | * | Ignore WasDeclaredAsMetaType flag during binary check.Jędrzej Nowacki2013-01-101-5/+31
| | * | Doc: cleanPath also normalizes separatorsLeena Miettinen2013-01-101-2/+2
| | * | Protect Q_UNREACHABLE and Q_ASSUME by Q_ASSERT.Jędrzej Nowacki2013-01-102-12/+29
| | * | Don't assume QSurfaceFormat's stencil buffer size is >= 0Tor Arne Vestbø2013-01-101-1/+1
| | * | qdoc: Fix some old links and references to NokiaSergio Ahumada2013-01-101-68/+68
| | * | Use pos() if the widget is a child of a native windowAndy Shaw2013-01-101-3/+6
| | * | Update translucency correctly in QtWidgets.Friedemann Kleint2013-01-091-2/+9
| | * | Compile in 32-bit mode.Morten Johan Sørvig2013-01-091-2/+2
| | * | Don't scale 0-region or region without rectsTor Arne Vestbø2013-01-091-0/+3
| | * | More explicit QCocoaAccessibleElement memory mngmtMorten Johan Sorvig2013-01-094-8/+16
| | |/
* | / Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
|/ /
* | CoreText: Add support for providing scaled glyphs to the glyph-cacheTor Arne Vestbø2013-01-152-2/+11
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-153-0/+80
* | QStyleAnimation: remove obsolete workaround for threaded renderingJ-P Nurmi2013-01-151-5/+1
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-1514-52/+54
* | Add support for Linux eventfd(7) in the UNIX event loopThiago Macieira2013-01-152-4/+36
* | Doc: Update the info on the QSharedPointer internalsThiago Macieira2013-01-151-31/+24
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-142-0/+34
* | Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-146-166/+324
* | Move QTemporaryFileEngine to private headerDavid Faure2013-01-143-50/+107
* | Add syncToDisk() to QAbstractFileEngine.David Faure2013-01-146-4/+58
* | Add renameOverwrite() to QAbstractFileEngine.David Faure2013-01-147-0/+49
* | Use backslashes for UNC paths.Gatis Paeglis2013-01-141-1/+3
* | Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+423
* | Fix QVistaHelper::disconnectBackButton().Friedemann Kleint2013-01-142-1/+7
* | Make QDBusPendingReply behave like QDBusReply when dealing with errorsThiago Macieira2013-01-142-9/+23
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-142-0/+29
* | Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+42
* | Avoid a QVector allocation in QRegularExpressionMatchPrivateGiuseppe D'Angelo2013-01-141-8/+10
* | QNetworkAccessManager: return default configuration if without sessionPeter Hartmann2013-01-111-6/+7