From: Alexander F. <Ale...@gm...> - 2001-08-24 10:34:48
|
On Friday, 24. August 2001 09:05, Niels Reedijk wrote: > Op vrijdag 24 augustus 2001 04:14, schreef u: > > It seems to me that the add/edit track dialog is begging for cancel > > button; add a new track then think twice and your only option is to hit > > okay and then delete the track. So, here's the beginnings of a patch > > that adds said functionality. Though it handles the case of a new > > track, it doesn't do anything for editing an existing track. I was > > unsure of the direction to go in with this because of the existing > > object structure and the fact that the edit window changes the CDTrack > > object at the same time as dialog changes are made. > > > > I also changed TrackWindow to be a QDialog and made it modal. This > > seemed logical since really there's no reason for it to not be. It's > > not like you can open multiple edit dialogs (and this doesn't really > > make sense anyway). > > I applied the patch, everything looked reasonable. > Ok, but we have to do the rest too. The cancel button has to restore the old track again if the cancelled track was not a new track and the used changed it. To do this we will probably have to clone the complete CDTrack object - with all objects stored in it. I hope we manage this in time. > > Another issue I had in mind is configuration dialogs. One thing that > > really annoys me about adaptec ezcd creator is how it seems like the > > options that pertain to a specific burn and the options pertaining to > > the application/burner itself are mixed and spread over several > > dialogs. If you're just trying to do a quick burn, it's likely that > > you'll have to click all over the place. One thing that would be nice > > is if different types of configuration options are separated. > > Application/burner options can be in a dialog accessed through a menu, > > but it would be more convenient to have burn-specific options more > > easily accessible. > > OK, it annoys you with Adaptec EZCD creator, but does it annoy you with > KreateCD? In the configuration dialog, one may set the standards, however, > when the write CD button is pressed, one can change the burner settings > there. > I think it is OK like this. Are there any additional configuration options that should be in the write dialog? Alexander |