NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1753 (closed enhancement: fixed)

Opened 2013-03-26T16:38:47-05:00

Last modified 2013-04-04T16:10:34-05:00

Make the title bar display "ImageJ <version>" and Fiji's window title be "Fiji Is Just ImageJ <version>"

Reported by: dscho Owned by: dscho
Priority: major Milestone: imagej2-b7-ndim-data
Component: Core Version:
Severity: major Keywords:
Cc: curtis Blocked By:
Blocking: #1661

Description

This is in preparation for the legacy mode to unconfuse users.

Change History

comment:1 Changed 2013-03-26T17:08:42-05:00 by curtis

This is actually not what we ended up settling on.

Instead, the idea is to have the ImageJ *status bar* always show the version when it would otherwise have been blank. The title bar will still always say "ImageJ" and nothing else.

We also want to make the OS X properties show the version (by editing Info.plist with every release), but that is a separate ticket.

comment:2 Changed 2013-03-27T13:40:03-05:00 by dscho

I am actually not a big fan of trying to keep the Info.plist in sync. The problem with that is that you can easily upgrade or downgrade ij-1.*.jar and have misleading information in Info.plist.

Maybe we should discuss the title again, because I actually really like the idea of having "ImageJ 1.47m" in the title for ImageJ1, when Fiji starts it up "(Fiji Is Just) ImageJ 1.47m" and when ImageJ2 runs, "ImageJ 2.0.0-SNAPSHOT". Would be very clear in my humble opinion.

comment:3 Changed 2013-04-03T20:40:50-05:00 by dscho

  • Status changed from new to accepted
  • Milestone set to imagej2-b7-ndim-data

Okay, we have  https://github.com/fiji/fiji/commit/9e1fd85 and  https://github.com/fiji/fiji/commit/d8436889 to address the windows title and status bar issue: the title is now "(Fiji Is Just) ImageJ" or "ImageJ", depending which mode you started in. The status bar will never be empty, but the ImageJ version will be displayed instead.

These still need to be uploaded (for which I have to activate WebDAV which also requires a new IJ2 to be uploaded to the ImageJ update site).

And we still need to address the Info.plist issue. I am in slight favor of ripping it out of the update site (it is on Fiji's only, anyway) and edit it instead.

comment:4 Changed 2013-04-04T15:40:32-05:00 by curtis

ImageJ2 now displays a similar default status message as of 869ce618.

comment:5 Changed 2013-04-04T15:56:50-05:00 by curtis

As of 9cd9604d, ImageJ2 now shows the version of ImageJ1 in use as well, in parentheses, after the ImageJ2 version.

comment:6 Changed 2013-04-04T16:10:34-05:00 by dscho

  • Status changed from accepted to closed
  • Resolution set to fixed

The Info.plist issue is independent, therefore I added the ticket #1778 for that.