From a3d57f2c3c2579d59af546c31765287d1d820182 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Sep 2009 11:23:35 +0000 Subject: Indicate when tabs are loading. Currently this only works with the AISS theme (and probably only under OS4.1), showing a yellow flag on tabs which are currently loading. In the future this could be expanded to show a proper animated throbber on loading tabs, maybe instead of the main throbber. svn path=/trunk/netsurf/; revision=9548 --- amiga/resources/Themes/AISS/Theme | 1 + amiga/resources/Themes/Default/Theme | 1 + 2 files changed, 2 insertions(+) (limited to 'amiga/resources') diff --git a/amiga/resources/Themes/AISS/Theme b/amiga/resources/Themes/AISS/Theme index 6b1203564..83b4729a7 100755 --- a/amiga/resources/Themes/AISS/Theme +++ b/amiga/resources/Themes/AISS/Theme @@ -30,6 +30,7 @@ theme_list_sslcert:*TBImages:list_crypt theme_throbber:Throbber theme_throbber_frames:13 theme_throbber_delay:100 +theme_tab_loading:*TBImages:list_flagyellow ptr_default:*PROGDIR:Resources/Pointers/Default ptr_point:*PROGDIR:Resources/Pointers/Point ptr_caret:*PROGDIR:Resources/Pointers/Caret diff --git a/amiga/resources/Themes/Default/Theme b/amiga/resources/Themes/Default/Theme index fb63a71d0..f1ae80605 100755 --- a/amiga/resources/Themes/Default/Theme +++ b/amiga/resources/Themes/Default/Theme @@ -43,6 +43,7 @@ theme_list_sslcert: theme_throbber:Throbber theme_throbber_frames:9 theme_throbber_delay:100 +theme_tab_loading: ptr_default:*PROGDIR:Resources/Pointers/Default ptr_point:*PROGDIR:Resources/Pointers/Point ptr_caret:*PROGDIR:Resources/Pointers/Caret -- cgit v1.2.3