39844797e2
- The cdrecord and cdrdao backends are now able to handle ATAPI devices. This, however, requires fairly recent versions of those tools (see README). - Added overburn option for both backends. Currently this must be switched on manually in the parameters dialog. Maybe in the future we may try to detect this automatically. - The cdrdao backend bundle is no longer built and installed by default, but must be handled separately. This makes things easier for me :-) - The cdrdao backend now knows the method -availableDrives using cdrdao's 'scanbus' command. - The 'Burn Tools' panel has now moved to the preferences. - Split the service 'Burn To CD' into two again: 'Burn To CD' and 'Add To CD'. This gets us rid of the annoying 'do you want to append or create new...' message. - ISO image files may now be opened with a double-click or 'gopen' (Burn.app registers for suffix .iso). - The miniwindow for the BurnProgress panel now displays the progress. - Removed the track types raw-intel and raw-motorola. Noone needs this. - Add functionality to plug-in audio converters, i.e. bundles that convert arbitrary audio formats into .wav files. - Add a converter bundle for MP3 files. This bundle is part of the CVS, but not of th release package. Fixed Bugs/Issues: - Fixed a bug where the 'burnproof' option for cdrecord was was not written properly to the defaults and thus not used at all.
16 lines
422 B
Text
16 lines
422 B
Text
$NetBSD: patch-aa,v 1.1 2009/04/25 12:07:04 rh Exp $
|
|
|
|
--- ExtProgressIndicator.m.orig 2005-05-13 01:58:49.000000000 +1000
|
|
+++ ExtProgressIndicator.m
|
|
@@ -22,8 +22,11 @@
|
|
*/
|
|
|
|
#include <AppKit/NSColor.h>
|
|
+#include <AppKit/NSGraphics.h>
|
|
#include <AppKit/NSParagraphStyle.h>
|
|
+#include <AppKit/NSAttributedString.h>
|
|
#include <Foundation/Foundation.h>
|
|
+#include <GNUstepGUI/GSTheme.h>
|
|
|
|
#include "ExtProgressIndicator.h"
|
|
|