Search found 382 matches

by foxyshadis
Sun Oct 21, 2012 5:09 am
Forum: MP - Suggestions
Topic: 0.51 Resize bug & View mode strange crash & Big file hang
Replies: 1
Views: 637

Re: 0.51 Resize bug & View mode strange crash & Big file han

In my experience, the x64 version will just keep allocating... and allocating... far beyond the memory actually in the system, until it hits the limit of the page file. While it's swapping like crazy, it can take 15-20 minutes to get task manager open and actually kill the app. But, on the bright ...
by foxyshadis
Wed Aug 22, 2012 5:38 pm
Forum: MP - Suggestions
Topic: Windows interface inconsistencies
Replies: 5
Views: 2069

Re: Windows interface inconsistencies

Oh, thanks, sorry about that. Somehow missed that, selective blindness.

A big feature request for the future: With screens getting wider and shorter, it might be a good time to get rid of that title bar, like a number of other apps are. It's surprisingly easy in QT , but then you have to add your ...
by foxyshadis
Wed Aug 22, 2012 3:00 pm
Forum: MP - Suggestions
Topic: Viewer orders next/prev files same as Browser's 'sort' order
Replies: 7
Views: 2624

Re: Viewer orders next/prev files same as Browser's 'sort' o

It's done that in regular XnView forever, if that wasn't the case in older MP then it was an inconsistency that was corrected. Having two separate sort orders would be a feature request since it needs UI to handle it.
by foxyshadis
Wed Aug 22, 2012 1:15 pm
Forum: MP - Suggestions
Topic: Windows interface inconsistencies
Replies: 5
Views: 2069

Windows interface inconsistencies

Since I've been using MP for a few days now, I've noticed some more issues. Some of these are Windows specific:

* F2 doesn't rename a file, in fact, there is no shortcut for rename.
* In fact, each platform should probably have its own set of shortcut keys, since a few others are missing; Gnome ...
by foxyshadis
Sat Aug 18, 2012 7:15 am
Forum: MP - Suggestions
Topic: Webp 0.1.99 Support
Replies: 19
Views: 5584

Re: Webp 0.1.99 Support

Redfern wrote:Goggle failed to push webp as w3c standard for web pictures, so...why bothering?
XnView already supports WebP. This is just a library update.
by foxyshadis
Sat Aug 18, 2012 7:14 am
Forum: MP - Suggestions
Topic: Request: Importing from old, and GPS editing
Replies: 5
Views: 1692

Request: Importing from old, and GPS editing

A few wishes, after testing 0.51:
Importing categories, ratings, etc from the old XnView would be awesome. Even if I have to export manually and reload into the new one, I don't care; I know my way around sqlite and can do that if it's supported, but I don't want to break anything. Having a way to ...
by foxyshadis
Sat Aug 18, 2012 7:08 am
Forum: New
Topic: 0.51 Win7 x64: Crashes changing from INI to registry, more
Replies: 1
Views: 762

0.51 Win7 x64: Crashes changing from INI to registry, more

Two crashes, both in settings:

* Switching from .ini User (System) to Windows Registry is a guaranteed crash as soon as you hit OK.
* In Thumbnail/Appearance tab, clicking up or down on the border setting is an instant crash.

One more, unreproducible: I've had a couple of crashed with JPEG XR ...
by foxyshadis
Wed Jan 12, 2011 6:46 am
Forum: Classic - Bug Reports
Topic: XnView 1.97.8 browser crashes with some PDF files.
Replies: 10
Views: 3548

Re: XnView 1.97.8 browser crashes with some PDF files.

hello Pierre

i have the same problem.
When i open a folder where PDF documents are located, XNView hangs (NO RESPONDING).
WINXP SP3 with Acrobat Reader 10.0 x, as default PDF reader, and PDFCreator 1.1.0 and PDF XChangeReader (without shell extention installed) on the system as well. No ...
by foxyshadis
Wed Jan 12, 2011 6:36 am
Forum: Classic - Bug Reports
Topic: XnView 1.97.7/8 browser does not show TIF files
Replies: 5
Views: 1629

XnView 1.97.7/8 browser does not show TIF files

It seems like TIF files are no longer properly displayed in the browser. I seem to remember that they were working in 1.97.5 or .6. I've tested both 1.97.7 and 1.97.8 and neither shows any of my TIF files in the browser, unless I use "All" filter, in which case no thumbnail is shown, just the ...
by foxyshadis
Thu May 27, 2010 4:33 am
Forum: Classic - Bug Reports
Topic: Folder tree very slow to load
Replies: 33
Views: 14299

Re: Folder tree very slow to load

Check your Network folder. Sometimes shares and printers from long-gone PCs are stored there and some programs pick them up. I haven't seen it happen on 7 yet, just XP, but it's a possibility. If I click on the Network in the folder pane when I open XnView, I get the long hang too.
by foxyshadis
Thu May 27, 2010 4:26 am
Forum: Classic - General Support
Topic: Addons/Plugins/...
Replies: 141
Views: 396825

Re: Addons/Plugins/...

Terribly confused, I'm trying to write support for a new format with the Plugin SDK but it isn't working at all. The Plugin SDK exports the following functions:

gfpGetPluginInfo
gfpLoadPictureInit
gfpLoadPictureGetInfo
gfpLoadPictureGetLine
gfpLoadPictureGetColormap
gfpLoadPictureExit ...
by foxyshadis
Thu May 27, 2010 4:04 am
Forum: NConvert
Topic: Improving nConvert performance
Replies: 8
Views: 2393

Re: Improving nConvert performance

If you timed it, I bet most of your time would be wasted in the actual startup and shutdown of nconvert, not the internal manipulation. It's a pretty bulky program. You'd probably be better off hooking into gfl sdk as a dll/so so it only has to load up once, or using batch conversion to process the ...
by foxyshadis
Tue Mar 30, 2010 11:32 pm
Forum: Classic - General Support
Topic: How come no Microsoft Office (WORD, EXCEL) support?
Replies: 5
Views: 1886

Re: How come no Microsoft Office (WORD, EXCEL) support?

The 2007 and up versions sometimes have embedded thumbnails easily accessible in the zip, mostly in powerpoints: <root>\docProps\thumbnail.jpeg. That might get you part of the way. The older versions also do, but you have to parse the binary IStream file format to get to them.
by foxyshadis
Tue Mar 30, 2010 11:29 pm
Forum: Classic - General Support
Topic: Export with categoris
Replies: 1
Views: 516

Re: Export with categoris

If you have them on EXACTLY the same network drives and paths on both PCs, it's really really simple: Just copy %appdata%\XnView\category.db to the second PC. Copy it back and forth when you update it, or get a syncronization program to do it for you. (%appdata% expands to C:\Users\<name>\AppData ...