summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Add warning about non-API in Qt5CTestMacros.Stephen Kelly2012-11-101-0/+7
* | | | | | Add the GCC 4.8 C++11 feature listThiago Macieira2012-11-101-0/+7
* | | | | | QTBF: Remove StartOfItem/EndOfItem enum valuesKonstantin Ritt2012-11-092-13/+3
* | | | | | QFutureInterface: Remove unused functionOrgad Shaneh2012-11-082-6/+0
* | | | | | Cleanup old signal handler mechanismsRafael Roquetto2012-11-083-67/+0
* | | | | | QAbstractProxyModel: fix sibling() reimplementationMark Brand2012-11-081-1/+1
* | | | | | fix QMAKE_{,X}SPEC when a qt.conf containing [Paths] is presentOswald Buddenhagen2012-11-081-3/+7
* | | | | | Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-073-12/+18
* | | | | | fix sign mismatch warningsOswald Buddenhagen2012-11-071-2/+2
* | | | | | Fix for compiling with clang with c++11.Erik Verbruggen2012-11-071-1/+1
* | | | | | Do not define QT_BASIC_ATOMIC_HAS_CONSTRUCTORS for clang.Erik Verbruggen2012-11-071-1/+12
* | | | | | Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-1/+19
* | | | | | Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+121
* | | | | | QTscii and QIscii are not big codecsPeter Kümmel2012-11-034-7/+7
* | | | | | Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-031-22/+48
* | | | | | QIdentityProxyModel: fix sibling() reimplementationMark Brand2012-11-021-1/+1
* | | | | | Review of documentation.Michele Caini2012-11-021-6/+25
* | | | | | QTranslator: Use resource memory instead of copying itThomas McGuire2012-11-021-35/+66
* | | | | | don't return false from removeTranslator() just because of shutting downOswald Buddenhagen2012-11-021-3/+5
* | | | | | fix cleanup of QWinIoCompletionPortJoerg Bornemann2012-11-022-3/+23
* | | | | | move QT_NAMESPACE define to qtcore's module pri fileOswald Buddenhagen2012-11-021-0/+2
* | | | | | QNX: Fix build with QNX SDP 6.5.Sergio Martins2012-11-021-1/+1
* | | | | | Blackberry: Fix QCoreApplication::applicationFilePath() performance.Sergio Martins2012-11-021-5/+30
* | | | | | Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-029-0/+50
* | | | | | Allow QStandardPaths (Mac, Windows, Unix) to be bootstrappedThiago Macieira2012-11-024-2/+30
| |_|_|_|/ |/| | | |
* | | | | fix error handling bug in QWindowsPipeReaderJoerg Bornemann2012-11-021-2/+6
* | | | | Use fusion instead of motif.Frederik Gladhorn2012-11-022-3/+3
* | | | | Fix the gregorian date <-> julian day calculations in QDateJon Severinsson2012-11-022-54/+56
* | | | | Update QDateTime serialisation docs and increase version number.Mitch Curtis2012-11-021-2/+2
* | | | | Improve QDateTime test coverage.Mitch Curtis2012-11-021-1/+2
* | | | | Fix warnings when using QImage as QtConcurrent::mapped return typeLiang Qi2012-11-021-3/+3
* | | | | Improve / fix QRegularExpression* docsGiuseppe D'Angelo2012-11-011-35/+89
* | | | | rewrite default spec handlingOswald Buddenhagen2012-11-012-1/+11
* | | | | Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-1/+1
* | | | | Fix for leak in QFutureChristian Strømme2012-11-013-5/+46
* | | | | Qt Core: Removed unnecessary group membership.Jerome Pasion2012-11-012-19/+0
* | | | | Generate instances of types in the CMake tests.Stephen Kelly2012-10-311-1/+6
* | | | | QNX: Use inotify on QNX systems that support itThomas McGuire2012-10-303-3/+14
* | | | | QNX: Remember information on whether a file is a linkThomas McGuire2012-10-301-0/+7
* | | | | Check for both A and P when converting QDateTime to string.Mitch Curtis2012-10-301-1/+2
* | | | | Define additional math.h constants if not already definedJonathan Liu2012-10-301-0/+48
* | | | | Remove qstandardpaths_json.cppThiago Macieira2012-10-292-260/+0
* | | | | QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-1/+1
* | | | | Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-296-39/+0
* | | | | Fix build on MinGW after 0f14ea3f3a05ef785b44fa610bf90ff3b5ba7bebKonstantin Ritt2012-10-291-3/+10
* | | | | Remove some dead code in switch statementsSergio Ahumada2012-10-292-6/+0
* | | | | Doc fixes for qcoreapplication.Frederik Gladhorn2012-10-272-8/+26
* | | | | Fix compilation: QChar(char) is "from ASCII"Thiago Macieira2012-10-271-1/+1
* | | | | QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-272-3/+23
* | | | | QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-1/+1