This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -lt 1 -o $# -gt 2 ] ; then | |
echo "usage: $0 WEEKLY_QT5_HASH [platform]" | |
exit 0; | |
fi | |
if [ "$1" == "-no-update" ] ; then | |
NO_UPDATE=1 | |
fi | |
if [ $# -eq 2 ] ; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Tools/ChangeLog b/Tools/ChangeLog | |
index 890beb0..b2d98c6 100644 | |
--- a/Tools/ChangeLog | |
+++ b/Tools/ChangeLog | |
@@ -1,5 +1,13 @@ | |
2012-11-12 Zeno Albisser <[email protected]> | |
+ Add GraphicsSurface related files to QtGraphics watchlist. | |
+ | |
+ Unreviewed update of watchlist. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 314dddd554ba3b7eb8f098214463afd932a13f8f | |
Author: Zeno Albisser <[email protected]> | |
Date: Fri Nov 9 17:46:30 2012 +0100 | |
add configure flag for building qttestsupport | |
diff --git a/Source/WebCore/Target.pri b/Source/WebCore/Target.pri | |
index 54aed13..2aff245 100644 | |
--- a/Source/WebCore/Target.pri | |
+++ b/Source/WebCore/Target.pri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit bbf54a13302bb95e238c7204acbfc376e7d55d8f | |
Author: Zeno Albisser <[email protected]> | |
Date: Wed Oct 24 16:04:15 2012 +0200 | |
Add glxContextForContext function to QXcbNativeInterface. | |
This change enables receiving the native GLXContext object that is used | |
by a QOpenGLContext in case of GLX. | |
This clearly is non-public api that is only meant to be used as a | |
last resort for cases where it is really necessary to get hold of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit b99588282ce2b9c786f8398e43874aec854b4e22 | |
Author: Zeno Albisser <[email protected]> | |
Date: Wed Oct 24 16:04:15 2012 +0200 | |
Add glxContextForContext function to QXcbNativeInterface. | |
This change enables receiving the native GLXContext object that is used | |
by a QOpenGLContext in case of GLX. | |
This clearly is non-public api that is only meant to be used as a | |
last resort for cases where it is really necessary to get hold of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit eec7f6e24d8f7a36db5529969ca17087edf37b76 | |
Author: Zeno Albisser <[email protected]> | |
Date: Wed Oct 24 16:04:15 2012 +0200 | |
Add glxContextForContext function to QXcbNativeInterface. | |
This change enables receiving the native GLXContext object that is used | |
by a QOpenGLContext in case of GLX. | |
This clearly is non-public api that is only meant to be used as a | |
last resort for cases where it is really necessary to get hold of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -lt 1 -o $# -gt 2 ] ; then | |
echo "usage: $0 WEEKLY_QT5_HASH [platform]" | |
exit 0; | |
fi | |
if [ "$1" == "-no-update" ] ; then | |
NO_UPDATE=1 | |
fi | |
if [ $# -eq 2 ] ; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies) | |
This library is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Library General Public | |
License as published by the Free Software Foundation; either | |
version 2 of the License, or (at your option) any later version. | |
This library is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit c7e933e2a6f509c75713d19aaf5b9039e5007068 | |
Author: Zeno Albisser <[email protected]> | |
Date: Sat Jul 28 15:15:03 2012 +0200 | |
raf fixes | |
diff --git a/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp b/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp | |
index 9281442..29412f7 100644 | |
--- a/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp | |
+++ b/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 139dc780c527fbfe5b5cf495dcbf6c1e29e2222d | |
Author: Zeno Albisser <[email protected]> | |
Date: Wed Jul 25 16:48:01 2012 +0200 | |
rafN | |
diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog | |
index 1ff1262..f84c98a 100644 | |
--- a/Source/WTF/ChangeLog | |
+++ b/Source/WTF/ChangeLog |