summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable scripttoolsqml-naclMorten Johan Sørvig2010-02-191-1/+2
* Merge branch 'master' into qml-naclMorten Johan Sørvig2010-02-192-4/+4
|\
| * Comment out debug outputHEADmasterMorten Johan Sørvig2010-02-191-3/+3
| * modify server url message, nacl examples must be loaded from localhostMorten Johan Sørvig2010-02-191-1/+1
* | Enable scriptMorten Sorvig2010-02-181-2/+1
* | Merge branch 'nacl-labs' into qml-naclMorten Sorvig2010-02-1816-67/+484
|\|
| * Fix NaCl directory detection in the demo server.Morten Sorvig2010-02-052-18/+30
| * Compile in image format support and QTextStream.Morten Sorvig2010-02-041-21/+0
| * Re-enable optimied builds (-O2)Morten Sorvig2010-02-014-5/+22
| * Implement atomics using the NaCl builtins.Morten Sorvig2010-01-292-61/+37
| * Send posted events (e.g. paint events) only whenMorten Sorvig2010-01-281-1/+1
| * Various demo server improvements.Morten Sorvig2010-01-274-28/+42
| * Don't build with debug symbols.Morten Sorvig2010-01-251-1/+1
| * compileMorten Sorvig2010-01-241-1/+0
| * Use relative paths.Morten Sorvig2010-01-241-3/+7
| * Duplicate the "generic" arch and use that for naclMorten Sorvig2010-12-075-1/+412
| * Compile.Morten Sorvig2010-12-041-0/+1
| * QLibraryInfo cant be used for locating the examples, we areMorten Sorvig2010-12-041-2/+2
* | Disable the garbage collector as a temporary workaround.Morten Sorvig2010-02-171-2/+13
* | Help the compiler choose the correct overloadMorten Sorvig2010-02-171-1/+1
* | Disable threading, use the system mallocMorten Sorvig2010-02-171-0/+5
* | Define WTF_PLATFORM_NACL properlyMorten Sorvig2010-02-171-1/+1
* | compileMorten Sorvig2010-02-051-1/+0
* | Compile on native client.Morten Sorvig2010-01-2117-22/+72
* | Compile on non-naclMorten Sorvig2010-01-151-2/+1
* | Don't build with debug symbols.Morten Sorvig2010-01-151-1/+1
* | Make declarative compile on NaCl. Some SQL and QSettings functionality disabled.Morten Sorvig2009-12-026-24/+24
* | remove QT_NO_TEXTSTREAMMorten Sorvig2009-11-301-3/+0
* | fix merge errorMorten Sorvig2009-11-301-2/+1
* | Merge commit 'qml-lighthouse/qml-lighthouse' into qml-naclMorten Sorvig2009-11-303399-8762/+329296
|\ \ | |/ |/|
| * Merge commit 'qml/kinetic-declarativeui' into qml-lighthouseMorten Sorvig2009-11-303399-8762/+329298
| |\
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-2322-189/+530
| | |\
| | | * Missing fileAaron Kennedy2009-12-231-0/+154
| | | * Stop using QGuardAaron Kennedy2009-12-2315-43/+78
| | | * BenchmarksAaron Kennedy2009-12-233-0/+102
| | | * Optimization: Reduce memory usageAaron Kennedy2009-12-231-145/+188
| | | * Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291Aaron Kennedy2009-12-232-1/+8
| | * | Maybe fix QTBUG-5690Alan Alpert2009-12-221-1/+2
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-2239-1302/+581
| | |\|
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-2216-1098/+58
| | | |\
| | | | * Move the viewport by whole pixels to avoid painting artifacts.Martin Jones2009-12-222-3/+18
| | | | * Try to avoid creating multiple delegates per frame with cachebuffer.Martin Jones2009-12-221-8/+39
| | | | * Remove loader. Its functionality is now available in qmlviewer.Martin Jones2009-12-2212-1086/+0
| | | | * export QmlStyledTextMartin Jones2009-12-221-1/+1
| | | * | Remove unused optimizationAaron Kennedy2009-12-228-158/+2
| | | * | Minor optimizationsAaron Kennedy2009-12-224-16/+7
| | | |/
| | | * Don't crash when a subscription is not requiredAaron Kennedy2009-12-221-2/+3
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-227-25/+465
| | | |\
| | | | * Implement a fast "styled" text format.Martin Jones2009-12-227-25/+465
| | | * | benchmarkAaron Kennedy2009-12-221-2/+27
| | | |/