Search found 19 matches

by Alexey Lubkin
Fri Feb 03, 2006 9:20 am
Forum: Classic - Suggestions
Topic: Some of EXIF tags can't be used to format the info-string
Replies: 7
Views: 1950

xnview wrote:If ISO setting is in Makernotes, it's normal... Currently no support of makernotes...
It's a pity :(

Something like <makernotes="ISO Setting"> would be very useful for all Nikon photographers! :D
by Alexey Lubkin
Thu Feb 02, 2006 8:55 pm
Forum: Classic - Suggestions
Topic: Incorrect display of numerical exif parameters
Replies: 8
Views: 2925

Here is the code for doing that

#include <iostream>
#include <string>

using namespace std;

string ShowNumber(string s)
{
int i;
bool enough = false;
while( !enough && (s.length()>0) && ((i=s.find_last_of("0. "))==s.length()-1) )
{
enough = s[i]=='.';
s.erase(s.length()-1);
};
return s ...
by Alexey Lubkin
Thu Feb 02, 2006 8:10 pm
Forum: Classic - Suggestions
Topic: Incorrect display of numerical exif parameters
Replies: 8
Views: 2925

Re: Incorrect display of numerical exif parameters

I've just installed the 1.83 RC3 and found that
1. Exposure time is always looks like "10/600", but should "1/60" instead (BTW, I have my own function written (in C++), which makes this job.)
3. "F-Number" tag returns something like "F2.8", but should "2.8" instead.
is now fixed. Thanks! :)


2 ...
by Alexey Lubkin
Thu Feb 02, 2006 8:03 pm
Forum: Classic - Suggestions
Topic: Some of EXIF tags can't be used to format the info-string
Replies: 7
Views: 1950

This is still the problem in 1.82 RC3.

I can't see "ISO Setting" in full screen view :(
by Alexey Lubkin
Thu Feb 02, 2006 8:00 pm
Forum: Classic - Suggestions
Topic: Open in editor - quick key
Replies: 6
Views: 1409

Current solution:
[AppsKey] [Down] [Down] [Down] [Right] [Enter]
by Alexey Lubkin
Thu Feb 02, 2006 7:54 pm
Forum: Classic - Suggestions
Topic: Fast navigation through the tabs
Replies: 3
Views: 1328

Re: Fast navigation through the tabs


If you have several windows opened, navigation with Alt+<number> would be quicker. Though how would the user know which tab has which number?
Alt+' - for the most left tab (browser).
Alt+1 - for the first tab (right to the browser tab)
Alt+2 - for the second tab.
etc.

// Just like in old good ...
by Alexey Lubkin
Wed Nov 02, 2005 1:08 pm
Forum: Classic - Suggestions
Topic: Incorrect display of numerical exif parameters
Replies: 8
Views: 2925

Re: Incorrect display of numerical exif parameters

1. Exposure time is always looks like "10/600", but should "1/60" instead (BTW, I have my own function written (in C++), which makes this job.)
Here is it (MathCancel() - is the function)

#include <stdio.h>
#include <string>
using namespace std;

void MathCancel(int& p, int& q)
{
int pp=p,qq=q ...
by Alexey Lubkin
Wed Nov 02, 2005 1:07 pm
Forum: Classic - Suggestions
Topic: Incorrect display of numerical exif parameters
Replies: 8
Views: 2925

Re: Incorrect display of numerical exif parameters

xnview wrote:Could you send me a sample with such fields?
I've sent a sample by the email.
xnview wrote:Perhaps it would be good to customize size like date??
I think it's not so important. Everybody probably should accept number formatting like that: "1 234 567".
by Alexey Lubkin
Wed Nov 02, 2005 10:04 am
Forum: Classic - Suggestions
Topic: Open in editor - quick key
Replies: 6
Views: 1409

Re: Open in editor - quick key

xnview wrote:Ok right, but how to make if you have added more than 1 application??
I think it would be enough to have ability to start only first application from the list.
by Alexey Lubkin
Wed Nov 02, 2005 9:56 am
Forum: Classic - Suggestions
Topic: Some of EXIF tags can't be used to format the info-string
Replies: 7
Views: 1950

Re: Some of EXIF tags can't be used to format the info-strin

Yes sometimes ISO value is stored on makernotes and not in EXIF standard fields.
So it would be awesome to have ability to use makernotes, such as "ISO Setting", "Focus Mode", "Lens", "Shutter Count".

This could be done by using special tag, for example
<makernotes="Shutter Count">
by Alexey Lubkin
Wed Nov 02, 2005 9:46 am
Forum: Classic - General Support
Topic: [Resovled] Fit on screen - quick key
Replies: 2
Views: 698

Re: Fit on screen - quick key

xnview wrote:You have '/' key
Indeed. Thanks!
by Alexey Lubkin
Wed Nov 02, 2005 9:45 am
Forum: Classic - Suggestions
Topic: Open in editor - quick key
Replies: 6
Views: 1409

Re: Open in editor - quick key

xnview wrote:You have it with F3/F4
Actually not.
It starts associated viewer/editor.
F3 - opens my default image-viewer.
F4 - opens "windows picture and fax viewer"

I've added my favourite editor (photoshop) using
Tools->Open with->Add Program...
But I still cannot run photoshop using keyboard.
by Alexey Lubkin
Wed Nov 02, 2005 6:20 am
Forum: Classic - Suggestions
Topic: Fast navigation through the tabs
Replies: 3
Views: 1328

Fast navigation through the tabs

For now the only way to navigate between the tabs (in Browser-mode) is to press Ctrl+Tab or Ctrl+Shift+Tab combinations. I think, All+1, Alt+2, Alt+3, ... - is much better.
by Alexey Lubkin
Wed Nov 02, 2005 6:20 am
Forum: Classic - Suggestions
Topic: Open in editor - quick key
Replies: 6
Views: 1409

Open in editor - quick key

It have sense to make ability to open current image with favourite editor just by pressing some key combination.
by Alexey Lubkin
Wed Nov 02, 2005 6:19 am
Forum: Classic - General Support
Topic: [Resovled] Fit on screen - quick key
Replies: 2
Views: 698

[Resovled] Fit on screen - quick key

<Moderator's note: This topic has been moved>

It would be nice to have ability in Fullscreen-mode to make image fit the screen just by pressing some key.