Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically updating "about" information and window title #189

Open
gaaned92 opened this issue Sep 3, 2019 · 2 comments
Open

Automatically updating "about" information and window title #189

gaaned92 opened this issue Sep 3, 2019 · 2 comments
Milestone

Comments

@gaaned92
Copy link

gaaned92 commented Sep 3, 2019

presently, about information and window title are manually updated.
Is it possible to update those informations as it is done in rawtherapee?

@fanckush
Copy link
Contributor

fanckush commented Sep 3, 2019

I don't use rawtherapee, could you explain where this about information and window title exist?

@gaaned92
Copy link
Author

gaaned92 commented Sep 5, 2019

When I build nignhtly builds for the git repository, I can observe that the master branch is 64 commits after the "continuous" tag. (note: I don't know where this tag comes from. )
The version of this nightly build is then continuous-64

When a user starts a hdrmerge nightly build, a v0.5.0 is written in the window title and the same v0.5.0 is provided in the Help/about information. This information is completely wrong.

In RT, stable versions are tagged in GIT reposirory with two digits (5.6 for instance).
The version of a stable version is then 5.6.0 ( no commit after tag)
For a development version which has x commits after tag, the version is then 5.6.x. Thus you know that it is not a development version.
presently the hdrmerge version is harcoded in cmakelist.txt. I was just asking if it is possible to generate the config.h file with version information from git repository (as it is done in RT)

@Beep6581 Beep6581 modified the milestones: v1.0, v0.7 Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants