Bug 106840 - Main menu should inidciate other project types avaialble
Summary: Main menu should inidciate other project types avaialble
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: GUI/Usability (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 13:57 UTC by chris-kde
Modified: 2006-11-23 10:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris-kde 2005-06-05 13:57:07 UTC
Version:           0.11.23 (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
OS:                Linux

When first starting K3B, it displays:
New Audio CD Project, New Data CD Project, New Data DVD Project, Copy CD.
It is not immediately obvious that there are other project types (such as mixed audio and data) available which lead me to initially assume that they were not supported by K3B.

If there were another button on the main screen (like More, Other or Advanced) that causes the full list to be shown, then this would allow people to easily see what is supported.

I realise (now) this is available by going to 
File->New Project, but it was a some time before I discovered this.
Comment 1 Sebastian Trueg 2005-06-05 21:55:00 UTC
in a way this has already been solved in 0.12. There is a little info message under the buttons informing the user about the menu. But maybe a button like the one you suggest is a better idea...
Comment 2 Sebastian Trueg 2006-11-23 10:17:23 UTC
SVN commit 607122 by trueg:

* New "further actions" button in the welcome widget.
* Restrict the charset for volume descriptor fields to latin1.
  This is not the actual standard but should work almost everywhere.
  The standard would be too restricted for most users (only upper case)
* Fixed a crash recently introduced.

BUGS: 137740, 106840, 133860, 93614


 M  +20 -9     libk3b/projects/datacd/k3bisoimager.cpp  
 M  +1 -0      libk3b/tools/k3bdirsizejob.cpp  
 M  +36 -17    libk3b/tools/k3blistview.cpp  
 M  +6 -5      libk3b/tools/k3blistview.h  
 M  +25 -2     libk3b/tools/k3bvalidators.cpp  
 M  +13 -2     libk3b/tools/k3bvalidators.h  
 M  +34 -0     src/k3bfiletreeview.cpp  
 M  +4 -0      src/k3bfiletreeview.h  
 M  +16 -4     src/k3bflatbutton.cpp  
 M  +2 -0      src/k3bflatbutton.h  
 M  +82 -55    src/k3bwelcomewidget.cpp  
 M  +6 -1      src/k3bwelcomewidget.h  
 M  +1 -1      src/main.cpp  
 M  +0 -3      src/projects/k3baudiotrackview.cpp  
 M  +9 -0      src/projects/k3baudiotrackviewitem.cpp  
 M  +1 -0      src/projects/k3baudiotrackviewitem.h  
 M  +3 -2      src/projects/k3bdatadirtreeview.cpp  
 M  +0 -2      src/projects/k3bdatafileview.cpp  
 M  +2 -0      src/projects/k3bdataview.cpp  
 M  +10 -0     src/projects/k3bdataviewitem.cpp  
 M  +1 -1      src/projects/k3bdataviewitem.h  
 M  +1 -2      src/projects/k3bdatavolumedescwidget.cpp