Re: [RFC] Bug 6134: Reload graphics

2009-08-13 Thread Pavel Sanda
Abdelrazak Younes wrote: > Vincent van Ravesteijn wrote: >> This adds a context menu option to reload a graphic object. >> >> This is necessary when you add a graphic to a file that does not yet exist >> and becomes available later. Then you need some way of retrying to convert >> the image. >> >

Re: [RFC] Bug 6134: Reload graphics

2009-08-13 Thread Abdelrazak Younes
Vincent van Ravesteijn wrote: This adds a context menu option to reload a graphic object. This is necessary when you add a graphic to a file that does not yet exist and becomes available later. Then you need some way of retrying to convert the image. .. and in other cases the cache stores an

Re: [RFC] Bug 6134: Reload graphics

2009-08-12 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > This adds a context menu option to reload a graphic object. i'm very happy you dug out it :) > bool CacheItem::Impl::tryDisplayFormat(FileName & filename, string & from) > { > // First, check that the file exists! > + // force a refresh. > + filenam

Re: [RFC] Bug 6134: Reload graphics

2009-08-12 Thread Uwe Stöhr
> This adds a context menu option to reload a graphic object. I recently stumbled over this problematic too. Your solution looks very clean and straightforward, so fine with me. regards Uwe

[RFC] Bug 6134: Reload graphics

2009-08-12 Thread Vincent van Ravesteijn
This adds a context menu option to reload a graphic object. This is necessary when you add a graphic to a file that does not yet exist and becomes available later. Then you need some way of retrying to convert the image. .. and in other cases the cache stores an old graphic, or when the conv