summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2169-23876/+41855
|\|
| * minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
| * Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
| * Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
| * Doc: Removed documentation for deleted code.David Boddie2011-07-2132-2129/+0
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-215-57/+63
| * Forward port qt modifications for sqlite3.cCharles Yin2011-07-211-2/+16
| * Forward port the vxworks changesCharles Yin2011-07-211-3/+28
| * Update sqlite to 3.7.7.1Charles Yin2011-07-213-20292/+39857
| * Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
| * Fixed build of generic linuxinput plugin.Samuel Rødal2011-07-201-0/+2
| * Cleanup qRound and qRound64: provide overloads for double and floatThiago Macieira2011-07-201-8/+7
| * Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
| * Add docs for QSqlRelationalTableModel::JoinModeCharles Yin2011-07-201-0/+12
| * Fixed behavior on NULL foreign keysDaNiMoTh2011-07-202-12/+57
| * Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-202-3/+3
| * fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
| * Add a qHash for QUuidOlivier Goffart2011-07-192-0/+13
| * Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
| * Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
| * Implement todos in touchscreen generic plug-in.Laszlo Agocs2011-07-196-28/+62
| * QNetworkAccessFileBackend: Do not accept file url without scheme set.Martin Petersson2011-07-191-3/+1
| * "Fix" the crash at startup on MSVCOlivier Goffart2011-07-151-2/+2
| * Moved red-black tree from qtriangulator.cpp into its own file.Kim Motoyoshi Kalland2011-07-153-518/+577
| * Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
| * Deprecated QUuid::toStringOlivier Goffart2011-07-151-1/+3
| * fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
| * Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-152-3/+4
| * Regenerate unicode tablesOlivier Goffart2011-07-151-880/+880
| * Deprecate some QPixmap functions (marked as obsolete already).Samuel Rødal2011-07-141-3/+7
| * Deprecate some functions in QImage (that have been obsolete since 4.1).Samuel Rødal2011-07-141-7/+10
| * Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
| * SSL internals: certificate verification: use mutex lockerPeter Hartmann2011-07-141-2/+2
| * Fix editable combobox style on MacJiang Jiang2011-07-141-5/+5
| * Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
| * Fix crash when app font is addedJiang Jiang2011-07-143-19/+28
| * Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
| * Avoid buffer overrun in QMacPixmapData resizingJiang Jiang2011-07-141-1/+1
| * Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
| * make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-132-4/+3
| * drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-132-5/+1
| * drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-133-7/+1
| * QNAM: Introduce clearAccessCache()Markus Goetz2011-07-132-0/+16
* | Get rid of unused function in qpaintengine_raster.cpp.Samuel Rødal2011-07-211-71/+0
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-1985-792/+608
* | Images: Implement internal DIB image plugin.Friedemann Kleint2011-07-194-7/+37
* | Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-1814-578/+204
* | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-1321-495/+633
|\|
| * Fix compilation on MSVCLars Knoll2011-07-132-17/+51
| * Fix a crash with QGraphicsScene.Pierre Rossi2011-07-121-1/+2