| | 2 | |
| | 3 | == Weekly Build Week 24 == |
| | 4 | |
| | 5 | '''DISCLAIMER: These binaries are UNTESTED. Use at your own risk! ''' |
| | 6 | |
| | 7 | === Trunk === |
| | 8 | |
| | 9 | This week's binary build from the trunk includes Symbian, Windows/Visual Studio 2008, Mac OS X Linux/X11 (x86). The last commit is SVN revision 61359. |
| | 10 | |
| | 11 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week24/qtwebkit-trunk-symbian.zip Symbian] |
| | 12 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week24/qtwebkit-trunk-linux-g++-32.tgz Linux/X11 x86] |
| | 13 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week24/qtwebkit-trunk-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 14 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week24/qtwebkit-trunk-macx-g++-cocoa.tgz Mac OS X] |
| | 15 | * [http://pepper.troll.no/qtwebkit/weekly-builds/trunk/week24/qtwebkit-trunk-source.tar.gz Sources] |
| | 16 | |
| | 17 | Known issues: |
| | 18 | |
| | 19 | * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries. |
| | 20 | * Due to internal build issues there's no Maemo 5 build this week. |
| | 21 | * On Mac OS X, you need to have the _Cocoa_ build of Qt installed. It's not necessary to set any library path variables. Start QtLauncher on the command line, not in Finder. |
| | 22 | |
| | 23 | == 2.0 Release Branch == |
| | 24 | |
| | 25 | This week's binary build from the 2.0 release branch includes Symbian, Windows/Visual Studio 2008, Mac OS X and Linux/X11 (x86). The last commit is c6f08f4c13f88491a5d1ae1794c72166af0c26ba . |
| | 26 | |
| | 27 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week24/qtwebkit-2.0-symbian.zip Symbian] |
| | 28 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week24/qtwebkit-2.0-linux-g++-32.tgz Linux/X11 x86] |
| | 29 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week24/qtwebkit-2.0-win32-msvc2008.zip Windows/Visual Studio 2008] |
| | 30 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week24/qtwebkit-2.0-macx-g++-cocoa.tgz Mac OS X] |
| | 31 | * [http://pepper.troll.no/qtwebkit/weekly-builds/2.0/week24/qtwebkit-2.0-source.tar.gz Sources] |
| | 32 | |
| | 33 | Known issues: |
| | 34 | |
| | 35 | * You need to have Qt 4.6 installed on your system and set your PATH/LD_LIBRARY_PATH accordingly, so that QtLauncher can find the Qt libraries. |
| | 36 | * On Mac OS X, you need to have the _Cocoa_ build of Qt installed. It's not necessary to set any library path variables. Start QtLauncher on the command line, not in Finder. |
| | 37 | * Due to internal build issues there's no Maemo 5 build this week. |
| | 38 | |
| | 39 | Bug fixes integrated since week 23: |
| | 40 | |
| | 41 | || <https://webkit.org/b/38401> || Make repaint throttling parameters configurable runtime. || |
| | 42 | || <https://webkit.org/b/31779> || QWebPage::findText() does not clear selection when passed empty string || |
| | 43 | || <https://webkit.org/b/37316> || [Qt] tests/hybridPixmap fails || |
| | 44 | || <https://webkit.org/b/40487> || [Qt] The qt_webkit_version.pri file gets overwritten on install || |
| | 45 | || <https://webkit.org/b/40073> || [Qt] rendering error in mediawiki || |
| | 46 | || <https://webkit.org/b/40490> || [Qt] Typo error in QWebPluginFactory Documentation || |
| | 47 | || <https://webkit.org/b/40567> || [Qt] QtWebKit crashes while initializing flash plugin 10.1.53.64... || |
| | 48 | || <https://webkit.org/b/40050> || [Qt] Upstream the WebKit QML integration plugin || |
| | 49 | || <https://webkit.org/b/36463> || Spatial Navigation: make it work with focusable elements in overflow content || |
| | 50 | || <https://webkit.org/b/39857> || GIFs loop one time too few || |
| | 51 | || <https://webkit.org/b/36818> || [Qt] Animated GIF images does not animate 10x as expected by default. || |
| | 52 | || <https://webkit.org/b/37844> || [Qt] Image::drawTiled animations does not work || |
| | 53 | || <https://webkit.org/b/35861> || [Qt] Add documentation to the QtWebkit bridge || |
| | 54 | || <https://webkit.org/b/40535> || [Qt] GraphicsLayer: recaching images creates an unnecessary deep copy || |
| | 55 | || <https://webkit.org/b/39439> || Spatial Navigation: using offset{Left,Top} is not enough to get the proper inner frames position || |
| | 56 | || <https://webkit.org/b/36569> || SQLStatementErrorCallback's return value needs to be converted to a boolean || |
| | 57 | || <https://webkit.org/b/39195> || Spatial Navigation: refactor scrollInDirection to work with scrollable content || |