Skip to content

Instantly share code, notes, and snippets.

View torarnv's full-sized avatar

Tor Arne Vestbø torarnv

  • The Qt Company
  • Oslo, Norway
View GitHub Profile
/**
* File tree iterator that automatically adapts to a container iterator when
* recursing into directories that are accessible from the given workspace
* root.
*/
private class AdptableFileTreeIterator extends FileTreeIterator {
IWorkspaceRoot root;
public AdptableFileTreeIterator(final File path,
final IWorkspaceRoot workspaceRoot) {
From d37adf30582fae207037d5128d9c13acd2d6bac7 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Tor=20Arne=20Vestb=F8?= <torarnv@gmail.com>
Date: Wed, 8 Apr 2009 11:53:33 +0200
Subject: [PATCH 1/3] Make sure fan-art is cached on first load regarless of where it came from
Previously fan-art was only cached when added as part of a library scan,
which did not work when setting the 'fanart_image' property from a video
plugin, resulting in exessive downloads of fan-art when navigating the
plugin.
---
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit bc9fc46f05064f605a356af974caa06cb6ed7219
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Apr 29 12:18:21 2009 +0200
Add isEmpty() method to QWebElementCollection
diff --git a/WebKit/qt/Api/qwebelement.cpp b/WebKit/qt/Api/qwebelement.cpp
index e916076..361a2a4 100644
--- a/WebKit/qt/Api/qwebelement.cpp
+++ b/WebKit/qt/Api/qwebelement.cpp
commit 21914029f5d32b63675d00eb344497fecafc8e4c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue May 5 10:54:38 2009 +0200
Mention --qt as an option in the build-webkit help
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 82f2f9a..b35cdc4 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit