Opened 14 years ago
Closed 14 years ago
#7275 closed enhancement (fixed)
Changing About boxes similar
Reported by: | Karvjorm | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | Applications Preferences | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
A minor problem is just now, that all About boxes do not look similar when viewing them. Some have Bold title and some have not.
In the following applications bold title is missing:
CodyCam DeskCalc (patch included in this ticket) Magnify! (patch included in this ticket) MediaConverter (patch included in this ticket) MediaPlayer (patch included in this ticket) Terminal TV (patch included in this ticket) WebPositive #7210 not implemented yet
And in the following preferences:
Filetypes (patch included in this ticket) Shortcuts (patch included in this ticket)
In the following applications About box is missing:
DiskUsage DriveSetup Icon-O-Matic Installer MidiPlayer People Screenshot StyleEdit
And most Preferences are without About box.
Attachments (15)
Change History (20)
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
by , 14 years ago
Attachment: | magnify-about-update.patch added |
---|
by , 14 years ago
Attachment: | mediaconverter-about-update.patch added |
---|
An About box update for MediaConverter application.
by , 14 years ago
Attachment: | mediaconverter-about-update.2.patch added |
---|
An About box update for MediaConverter application.
by , 14 years ago
Attachment: | mediaplayer-about-update.patch added |
---|
About box update for the MediaPlayer Application
by , 14 years ago
Attachment: | shortcuts-about-update.patch added |
---|
About box update for the Shortcuts preferences
by , 14 years ago
Attachment: | filetypes-about-update.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.2.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.3.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.4.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.5.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.6.patch added |
---|
About box update for the FileTypes preferences
by , 14 years ago
Attachment: | filetypes-about-update.7.patch added |
---|
About box update for the FileTypes preferences
comment:2 by , 14 years ago
For some reason WebPositive saves (and posts) several copies of a single patch. Sorry.
by , 14 years ago
Attachment: | deskcalc-about-update.patch added |
---|
An updated About box update for the DeskCalc application
by , 14 years ago
Attachment: | codycam-about-update.patch added |
---|
About box update for the CodyCam application
comment:3 by , 14 years ago
Thanks for your hard work! However, we have a private BAboutWindow
class (see headers/private/shared) that would be the preferred way for all applications that use the standard BAlert way in the long run.
I wouldn't mind to see your patch being committed for now, though; I've only skimmed over it so far, though, there a few style violations, but only minor things.
comment:4 by , 14 years ago
You're welcome.
BTW, I added an ESCAPE shortcut to CodyCam and to some other patch too. I think that it is a fine to close About window by Esc button, so I should have put the line
alert->SetShortcut(0, B_ESCAPE);
to all of them.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
A About box update for Magnify! application