summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added QStringRef::toLatin1 and QStringRef::toUtf8Thorbjørn Lindeijer2011-05-102-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These helper functions make it convenient to avoid making an unnecessary copy of the string before converting it to a QByteArray. The current most obvious way to do this would be: // QStringRef text QByteArray latin1 = text.toString().toLatin1(); Though the copy can also be avoided by doing: const QString textData = QString::fromRawData(text.unicode(), text.size()); QByteArray latin1 = textData.toLatin1(); Now the faster method can be achieved using the new obvious way: QByteArray latin1 = text.toLatin1(); Reviewed-by: Thiago Macieira Reviewed-by: Robin Burchell (cherry picked from commit feabda665de62a0f6a82d831b45926697f30b45b)
| * | Update documentation of QDateTime::toStringJens Georg2011-05-101-1/+5
| | | | | | | | | | | | | | | | | | Merge-request: 1149 Reviewed-by: Zeno Albisser <zeno.albisser@nokia.com> (cherry picked from commit 3d4149afe62b4fc5d519a2a155b8f8c32e7e95c4)
| * | Fix QDateTime::toString for Qt::ISODateJens Georg2011-05-101-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | Fixes QTBUG-18290 and the "missing Z" from QTBUG-9698 Merge-request: 1149 Reviewed-by: Zeno Albisser <zeno.albisser@nokia.com> (cherry picked from commit 8f95a19d330480bd86650c3d2e4e147d3bca5789)
| * | Fixed a crash on Windows XP with mingw in threaded-codeThierry Bastian2011-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The thread callback doesn't align the stack on 16-bytes on WinXP. That causes a crash when we call SSE code. So now we tell the compiler to force that alignment of the stack. Task: QTBUG-18631 Reviewed-By: Olivier (cherry picked from commit 364ce5b7f5379499562b4f4f5a68da7ba068fe1e)
| * | Symbian's QElapsedTimer::restart() fixed to return ms rather than usmread2011-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian's QElapsedTimer::restart() had accidently been changed to return a microsecond count rather than milliseconds, when the elapsed timer resolution was increased. This fixes it back to milliseconds. Reviewed-by: Shane Kearns (cherry picked from commit 39202973e3fb7ff37033290b29efa1b9edc674fb)
| * | Create a cleanup stack for each new thread on Symbian.Laszlo Agocs2011-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The native thread implementation in Qt 4.8 did not call CTrapCleanup::New() which resulted in E32USER-CBASE 69 panics in applications when they tried to use the cleanup stack in a thread's run() function. In 4.7 this was working because OpenC's pthread implementation created a CTrapCleanup automatically. Now we do it also in the native Symbian thread implementation. Trask-number: QTBUG-18822 Reviewed-by: Murray Read (cherry picked from commit 41aa023ef6019ac9745b780c953f48b8bbc42a42)
| * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-101-2/+3
| |\| | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging: Respect capacity in QVector::append().
| | * Respect capacity in QVector::append().Liang Qi2011-05-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in QVector::append(), it should use the capacity for new size, when it is implicit shared and capacity is bigger than the new size. Autotest included. Task-number: QTBUG-11763 Reviewed-by: joao Reviewed-by: Olivier Goffart
| * | Fix QDefaultAnimationDriverAlan Alpert2011-05-102-4/+7
| | | | | | | | | | | | | | | | | | | | | Animation drivers were changed to used signals instead of virtual functions, but the default animation driver was left behind. Reviewed-by: Michael Brasser
| * | Add qglobal.h exports for QtLocation & QtSensorsAlex2011-05-091-20/+46
| |/ | | | | | | | | | | Plus the QtLocation configure options Reviewed-By: Lincoln Ramsay <lincoln.ramsay@nokia.com>
| * Add Q_UNIMPLEMENTED() macroKent Hansen2011-05-041-0/+4
| | | | | | | | (cherry picked from commit adce00979c30cc22d26ba43c15e0c7a3733b57ab)
* | split up qguivariant into two filesLars Knoll2011-05-063-44/+61
| | | | | | | | | | | | Move everything that will end up in QtWidgets into a qwidgetsvariant.cpp file. Currently this is QIcon and QSizePolicy only.
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0410-40/+169
|\|
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtbase-stagingGunnar Sletta2011-05-042-1/+6
| |\
| | * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-1/+5
| | | | | | | | | | | | Output warning if not present
| | * Fix compile warning on WindowsMartin Petersson2011-05-021-0/+1
| | | | | | | | | | | | | | | Reviewed-by: Prasanth Ullattil (cherry picked from commit 800ad68e4f000e65b0a83ef1da2a29d595964156)
| * | Make it possible for animation driver to specify the advance time deltaGunnar Sletta2011-05-043-23/+61
| | |
| * | Make QtQuick2 compile on QPAEskil Abrahamsen Blomfeldt2011-04-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the logic to set pixel size into the font engines to avoid making the platform plugin interface too complex, and added a function in QPA to make an isolated font engine based on font data. Currently none of the QPA back-ends supports it, but it compiles and spits out a warning if you try to create a QRawFont from data there. This isn't used in QtQuick2 anyway. Reviewed-by: Jiang Jiang
| * | Merged master into qtquick2.axis2011-04-272-1/+4
| |\|
| * | Initial import from qtquick2.Qt by Nokia2011-04-277-15/+100
| | | | | | | | | | | | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* | | remove the graphicssystem code paths.Lars Knoll2011-05-031-1/+0
| | | | | | | | | | | | | | | QPA's platform integration layer replaces the graphics system now.
* | | Proper child delivery of mouse and key events.Samuel Rødal2011-05-021-0/+1
| | |
* | | QGuiApplication refactor in progress.Samuel Rødal2011-04-282-27/+3
| | | | | | | | | | | | | | | Things are a bit broken now... At least wiggly runs :) (cherry picked from commit 6cdcf395ffe1e051d109a45ecd71141173a4a4c0)
* | | Add isWindow type to QObjectJørgen Lind2011-04-282-1/+4
| | | | | | | | | | | | (cherry picked from commit 77f08730b4cdb23b43471b2b29ece59e159103d7)
* | | Get rid of QWindow::WindowType and clean up Qt::WindowFlags instead.Samuel Rødal2011-04-281-57/+1
| | | | | | | | | | | | (cherry picked from commit 72176bf2a490d2f831d53a66a0987213efa60935)
* | | WIP Qt 5 API.Samuel Rødal2011-04-281-5/+5
| |/ |/| | | | | (cherry picked from commit ad12d5babcdc2bad3f2c0fb9fd352ab79c197aa1)
* | Avoid recursively including the same arch.pri filePrasanth Ullattil2011-04-271-1/+3
| |
* | Make modules compile without hardcoded pathsMarius Storm-Olsen2011-04-271-0/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-27556-0/+282993
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12