RISC OS Hotlist Fixes

2014-01-01 Thread Steve Fryatt
[Apologies if this appears twice: I've been having issues with email for the
past few days, and although they now seem to be fixed I can't see any sign
of the original having made it to the outside world.]

I've updated the RISC OS front-end to properly support the new hotlist
tool in the URL bar (ie. handle mouse clicks, confirm before deleting
things and provide interactive help). Because I've added some items to
FatMessages and therefore can't push them, the changes are in a branch
here:

http://git.netsurf-browser.org/netsurf.git/log/?h=stevef/hotlist

It builds and tests OK for me, so should be OK to merge in to master.

The following tokens are new in FatMessages, and so could do with
translations if anyone can help.

.all.RemoveHotlist
.all.Remove
.all.DontRemove
.ro.HelpToolbarFav
.ro.HelpToolbarHot

The three confirmation texts are currently set to 'all' to match all the
other similar entries in the file; they could be made 'ro' specific if
that's considered better, although in theory they would apply to other
front-ends implementing this functionality in the future.
-- 
Steve Fryatt - Leeds, England

http://www.stevefryatt.org.uk/



RISC OS Hotlist Fixes

2014-01-01 Thread Steve Fryatt
I've updated the RISC OS front-end to properly support the new hotlist
tool in the URL bar (ie. handle mouse clicks, confirm before deleting
things and provide interactive help). Because I've added some items to
FatMessages and therefore can't push them, the changes are in a branch
here:

http://git.netsurf-browser.org/netsurf.git/log/?h=stevef/hotlist

It builds and tests OK for me, so should be OK to merge in to master.

The following tokens are new in FatMessages, and so could do with
translations if anyone can help.

all.RemoveHotlist
all.Remove
all.DontRemove
ro.HelpToolbarFav
ro.HelpToolbarHot

The three confirmation texts are currently set to 'all' to match all the
other similar entries in the file; they could be made 'ro' specific if
that's considered better, although in theory they would apply to other
front-ends implementing this functionality in the future.

-- 
Steve Fryatt - Leeds, England

http://www.stevefryatt.org.uk/







Re: RISC OS Hotlist Fixes

2014-01-01 Thread Vincent Sanders
On Tue, Dec 31, 2013 at 05:30:52PM -, Steve Fryatt wrote:
 I've updated the RISC OS front-end to properly support the new hotlist
 tool in the URL bar (ie. handle mouse clicks, confirm before deleting
 things and provide interactive help). Because I've added some items to
 FatMessages and therefore can't push them, the changes are in a branch
 here:
 
 http://git.netsurf-browser.org/netsurf.git/log/?h=stevef/hotlist
 
 It builds and tests OK for me, so should be OK to merge in to master.

I reviewed and merged it, nice to see you commiting.

If this closes any bugs in the bugtracker can you nip and close them
not forgetting to set the fixed in version, thanks?

 
 The following tokens are new in FatMessages, and so could do with
 translations if anyone can help.
 
 all.RemoveHotlist
 all.Remove
 all.DontRemove
 ro.HelpToolbarFav
 ro.HelpToolbarHot
 
 The three confirmation texts are currently set to 'all' to match all the
 other similar entries in the file; they could be made 'ro' specific if
 that's considered better, although in theory they would apply to other
 front-ends implementing this functionality in the future.
 
 -- 
 Steve Fryatt - Leeds, England
 
 http://www.stevefryatt.org.uk/
 
 
 
 
 
 

-- 
Regards Vincent
http://www.kyllikki.org/



Re: Haiku fixes

2014-01-01 Thread Vincent Sanders
On Sat, Dec 07, 2013 at 01:34:13AM +0100, François Revol wrote:
 Hi,
 I just fixed the Haiku build, well almost, however it seems the perl
 package now misses some modules, so splitting Messages fails.
 But at least the binary compiles fine now:
 
 http://git.netsurf-browser.org/netsurf.git/log/?h=mmu_man/haiku-fixes
 
 François.
 
 

Merged mmu_man/haiku-fixes

The two actual core changes you needed are both harmless enough using
utility macros we already have. Did not review the changes under the
beos directory as I do not have any way to test those.

-- 
Regards Vincent