Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the in-tree build by not letting qtbase.pri add explicitlib or staticlib ↵ | Andras Becsi | 2011-06-09 | 1 | -0/+5 |
| | | | | | | to CONFIG. Reviewed by Andreas Kling | ||||
* | Hack RenderBlock's continuation() and setContinuation() for RVCT 2.x. | Andreas Kling | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | Use WTF::notFound instead of -1 to check for Vector::find() errors. | Andreas Kling | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | The autotests don't even build on Symbian, skip them for now. | Andreas Kling | 2011-06-08 | 1 | -1/+3 |
| | |||||
* | Hack SystemTimeWin.cpp to build on MSVC2005. | Andreas Kling | 2011-06-08 | 1 | -0/+4 |
| | |||||
* | Make Float32Array and Int16Array build on RVCT 2.x. | Andreas Kling | 2011-06-08 | 2 | -3/+5 |
| | | | | Partial merge of <http://trac.webkit.org/changeset/88336>. | ||||
* | Fix build with RVCT 2.x | Andreas Kling | 2011-06-07 | 1 | -1/+2 |
| | |||||
* | Updated WebKit to cbc99535043a2abc98d6701943595f52fbaf5b19 | Andreas Kling | 2011-06-06 | 4 | -4/+14 |
| | | | | Reviewed-by: Alexis Menard | ||||
* | Updated WebKit to 4e7dfbab30278b0427e699baaadbf3e5aab88203 | Alexis Menard | 2011-06-03 | 65 | -367/+1772 |
| | | | | Reviewed-by: Andreas Kling | ||||
* | Updated WebKit to dbda3e9596b836ab6eb88c500766dba6745759be | Alexis Menard | 2011-06-03 | 13 | -12/+143 |
| | |||||
* | Some qmake black magic to pick up the right file. | Alexis Menard | 2011-06-03 | 1 | -1/+0 |
| | | | | | | I deleted the old hack of Andreas, it's not needed. Reviewed-by: Andreas Kling | ||||
* | Add a dummy Source.pro that simply includes WebKit.pro | Andreas Kling | 2011-06-03 | 1 | -0/+1 |
| | | | | | | This is my sneaky attempt at making Symbian build. Reviewed-by: Alexis Menard | ||||
* | Updated WebKit to 7e7119292e94f55a66d391cd183a4dd6ec1a8d65 | Alexis Menard | 2011-06-02 | 8 | -119/+5 |
| | | | | Reviewed by: Andreas Kling | ||||
* | Updated WebKit to 7e7119292e94f55a66d391cd183a4dd6ec1a8d65 | Alexis Menard | 2011-06-02 | 82 | -4251/+1705 |
| | | | | Reviewed-by: Andreas Kling | ||||
* | Updated WebKit to efbf910ad7c49e8cdf81411b4ac0abeea0efd8f8 | Alexis Menard | 2011-06-02 | 19 | -58/+324 |
| | | | | Reviewed by: Andreas Kling | ||||
* | Updated WebKit to 9b4474ac44ee2f3311b435bd45630f5c2c357217 | Alexis Menard | 2011-06-01 | 2 | -0/+251 |
| | |||||
* | Updated WebKit to 9b4474ac44ee2f3311b435bd45630f5c2c357217 | Alexis Menard | 2011-05-31 | 15 | -131/+58 |
| | |||||
* | Make QtWebKit build properly. QtWebKit is not just build by WebCore.pro but | Alexis Menard | 2011-05-31 | 2 | -127/+0 |
| | | | | | | | | by QtWebKit.pro. We should read that one instead. I also removed some files which should not be here. Reviewed by: Andreas Kling | ||||
* | Updated WebKit to 65360d3d3377f120aecccf1bf9b9ae9444d488e1 | Alexis Menard | 2011-05-31 | 27 | -72/+232 |
| | |||||
* | Updated WebKit to af58e9520937cc6fc3e31fe5d6682d19842e044d | Alexis Menard | 2011-05-31 | 19 | -37/+217 |
| | |||||
* | Updated WebKit to d14495f006a09eaee01d155fa57c80537408a835 | Alexis Menard | 2011-05-30 | 9313 | -0/+2836062 |
| | | | | Reviewed-by: Andreas Kling | ||||
* | Remove old QtWebKit. | Alexis Menard | 2011-05-30 | 5254 | -1758183/+0 |
| | | | | Reviewed-by: Andreas Kling | ||||
* | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-19 | 1 | -0/+6 |
|\ | |||||
| * | Fix crashes with regular expressions QtScript on ARM traditional architectures | Simon Hausmann | 2011-05-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Save and restore the r8 register properly. Backport of http://trac.webkit.org/changeset/65242 from WebKit trunk Reviewed-by: Jedrzej Nowacki | ||||
* | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 2 | -34/+34 |
|/ | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-04 | 1 | -0/+1 |
|\ | |||||
| * | Don't rely on uninitialized data | João Abecasis | 2011-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | HB_GetCharAttributes used to require a zero-initialized array for attributes, as it selectively sets relevant bits for each character. We ease that requirement by always initializing the attributes buffer explicitly with memset. Task-number: QT-4911 Reviewed-by: Ritt Konstantin | ||||
* | | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-04-28 | 2 | -0/+50 |
|\ \ | |/ | |||||
| * | Legal: add the license header to the hand-edits | Thiago Macieira | 2011-04-27 | 2 | -0/+50 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-18 | 2 | -10/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | Conflicts: qmake/generators/makefile.cpp qmake/generators/win32/msbuild_objectmodel.cpp qmake/generators/win32/msvc_vcxproj.cpp src/corelib/global/qnamespace.h src/gui/text/qtextcontrol.cpp | ||||
| * | Enable webkit build for the makefile build system with gcce | Liang Qi | 2011-04-07 | 2 | -10/+9 |
| | | | | | | | | | | | | | | Task-number: QTBUG-18484 Task-number: WEBKIT-57841 Reviewed-by: axis Reviewed-by: Janne Koskinen | ||||
* | | Merge earth-team into origin/master' | Olivier Goffart | 2011-04-12 | 3 | -3/+5 |
|\ \ | |||||
| * | | Avoid compilation warnings on Symbian | aavit | 2011-04-06 | 3 | -3/+5 |
| | | | |||||
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-master | axis | 2011-04-07 | 267 | -68608/+28173 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: src/corelib/thread/qthread_unix.cpp | ||||
| * | | Really avoid compiler warnings on Windows | aavit | 2011-04-05 | 4 | -2/+13 |
| | | | |||||
| * | | Avoid some compiler warnings on Windows | aavit | 2011-04-04 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'jpeg8c' | aavit | 2011-04-04 | 65 | -7524/+393 |
| |\ \ | |||||
| | * | | Updating libjpeg: Add Qt building modifications | aavit | 2011-03-28 | 2 | -0/+170 |
| | | | | |||||
| | * | | Updating libjpeg: Add version 8c. | aavit | 2011-03-28 | 87 | -0/+45145 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a clean copy of the official distribution of libjpeg version 8c, except that various extraneous stuff (examples, tests, etc.) have been removed, as usual. Modifications to build it in Qt will follow in a separate commit. | ||||
| | * | | Updating libjpeg: Removing libjpeg version 8 | aavit | 2011-03-28 | 136 | -52446/+0 |
| | | | | |||||
| * | | | Another compilation fix for WinCE | aavit | 2011-04-04 | 1 | -0/+2 |
| | | | | |||||
| * | | | Remove obsolete patch file | aavit | 2011-04-03 | 1 | -433/+0 |
| | | | | | | | | | | | | | | | | | | | | Obsolete after upgrade to zlib version 1.2.5. Intentionally not replaced: patches can be found by reviewing the public git repo instead. | ||||
| * | | | Compilation fix for WinCE | aavit | 2011-04-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'png151' | aavit | 2011-04-01 | 127 | -51389/+20278 |
| |\ \ \ | |||||
| | * | | | Updating libpng: Patches to libpng for building it in Qt | aavit | 2011-03-25 | 3 | -5/+190 |
| | | | | | |||||
| | * | | | Updating libpng: Add libpng version 1.5.1 | aavit | 2011-03-25 | 40 | -0/+54714 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a clean copy of the official libpng 1.5.1 distribution, except that various extraneous stuff (examples, tests, etc) have been removed, as usual. The minor modifications to build it in Qt will follow in a separate commit. | ||||
| | * | | | Updating libpng: Remove version 1.4.0 | aavit | 2011-03-25 | 124 | -86010/+0 |
| | |/ / | |||||
| * | | | Fix compilation of libtiff with zlib 1.2.5 | aavit | 2011-04-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Configuration wrongly claimed to have unistd.h also on Windows, and the new zlib.h incidentally checks for the same #define symbol. | ||||
| * | | | Merge branch 'zlib125' | aavit | 2011-04-01 | 72 | -9263/+7486 |
| |\ \ \ | |||||
| | * | | | Upgrading zlib: Patches to build internal zlib in Qt | aavit | 2011-03-24 | 2 | -1/+14 |
| | | | | |