diff -Nru cenon.app-4.0.2/apContour.m cenon.app-4.0.6+ds1/apContour.m --- cenon.app-4.0.2/apContour.m 2012-01-06 14:16:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/apContour.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* * apContour.m * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-04-10 * modified: 2006-11-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/App.h cenon.app-4.0.6+ds1/App.h --- cenon.app-4.0.2/App.h 2012-09-04 15:27:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/App.h 2014-11-09 17:07:54.000000000 +0000 @@ -1,7 +1,7 @@ /* App.h * Application class of the Cenon project * - * Copyright (C) 1995-2012 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-08-10 @@ -11,26 +11,26 @@ * 2008-07-30 (-projectSettingsPanel) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_APP -#define VHF_H_APP +#ifndef CEN_H_APP +#define CEN_H_APP #include #include @@ -84,7 +84,7 @@ #define InfoPanelWillDisplay @"InfoPanelWillDisplay" #define ToolPanelWillDisplay @"ToolPanelWillDisplay" -@interface App : NSApplication +@interface App : NSApplication { /* info panel */ NSPanel *infoPanel; @@ -242,4 +242,4 @@ - (BOOL)contourRemoveSource; @end -#endif // VHF_H_APP +#endif // CEN_H_APP diff -Nru cenon.app-4.0.2/App.m cenon.app-4.0.6+ds1/App.m --- cenon.app-4.0.2/App.m 2013-06-14 10:36:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/App.m 2016-03-14 18:53:47.000000000 +0000 @@ -1,11 +1,12 @@ /* App.m * Application class of Cenon * - * Copyright (C) 1995-2013 by vhf interservice GmbH + * Copyright (C) 1995-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-08-10 - * modified: 2013-06-14 (-listFromPSFile: AI with header will be loaded as UTF8 and lossy) + * modified: 2014-07-23 (Import of cenon files added) + * 2013-06-14 (-listFromPSFile: AI with header will be loaded as UTF8 and lossy) * 2012-06-29 (-terminate:, terminate sub processes) * 2012-06-22 (-openFile:, remove i-cut Import Stuff) * 2012-02-06 (systemLibrary: return nil on Apple) @@ -21,26 +22,29 @@ * 2009-02-25 (-listFromFile: check extensions for any case) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de + * http://www.cenon.info */ #include +//#include // class_addMethod, objc_getMetaClass #include +#include #include #include "messages.h" #include "functions.h" @@ -71,12 +75,44 @@ @implementation App /* - * modified: 2006-12-11 + * modified: 2015-09-02 ("importMoveToOrigin" = YES added) * Initializes the defaults. */ + (void)initialize { NSMutableDictionary *registrationDict = [NSMutableDictionary dictionary]; + NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; + /* call transition script, allowing us to handle certain migrations */ + /*{ NSTask *task = [[NSTask alloc] init]; + NSString *path = [[NSBundle mainBundle] resourcePath]; + + task.launchPath = [path stringByAppendingPathComponent:@"CenonTransition.sh"]; + [task launch]; + [task release]; + }*/ + + /* transition to new App Id (version >= 4.0.3) + * we copy our defaults from "de.vhf.Cenon" -> "com.Cenon" + */ + if ( [defaults persistentDomainForName:@"com.Cenon"] == nil ) + { NSArray *domains = [defaults persistentDomainNames]; + + if ( [domains containsObject:@"de.vhf.Cenon"] ) + { NSDictionary *dict = [defaults persistentDomainForName:@"de.vhf.Cenon"]; + NSArray *keys = [dict allKeys]; + int i; + + NSLog(@"Copy defaults from \"de.vhf.Cenon\" -> \"com.Cenon\""); + for ( i=0; i < [keys count]; i++ ) + { NSString *key = [keys objectAtIndex:i]; + + [defaults setObject:[dict objectForKey:key] forKey:key]; + } + } + } + + + // TODO: we could load this from a property list resource [registrationDict setObject:@"." forKey:@"NSDecimalSeparator"]; /* General Preferences defaults */ @@ -96,8 +132,9 @@ [registrationDict setObject:@"25.4" forKey:@"dxfRes"]; [registrationDict setObject:@"NO" forKey:@"psFlattenText"]; [registrationDict setObject:@"NO" forKey:@"psPreferArcs"]; - [registrationDict setObject:@"NO" forKey:@"colorToLayer"]; - [registrationDict setObject:@"NO" forKey:@"fillObjects"]; + [registrationDict setObject:@"NO" forKey:@"colorToLayer"]; // import + [registrationDict setObject:@"NO" forKey:@"fillObjects"]; // import + [registrationDict setObject:@"YES" forKey:@"importMoveToOrigin"]; // import //[registrationDict setObject:@"NO" forKey:@"icutFillClosedPaths"]; //[registrationDict setObject:@"NO" forKey:@"icutOriginUL"]; @@ -105,6 +142,25 @@ [registrationDict setObject:@"NO" forKey:@"exportFlattenText"]; [[NSUserDefaults standardUserDefaults] registerDefaults:registrationDict]; + + +# if 0 // TODO: add missing methods + //[CenMissingMethods add]; + //#include + /* add missing methods (for older os x versions) + */ + /*NSColor *_NSColor_colorWithCGColor_(Class self, SEL cmd, CGColorRef cgColor) + { + // code + return nsColor; + }*/ + + if ( ! [[NSColor class] respondsToSelector:@selector(colorWithCGColor:)] ) + { + // older system, add your own category + class_addMethod(objc_getMetaClass("NSColor"), @selector(colorWithCGColor:), (IMP)_NSColor_colorWithCGColor_, "@@:@"); + } +# endif } /* modified: 2004-02-13 @@ -112,7 +168,7 @@ - init { if ( (self = [super init]) ) - [self setDelegate:self]; // so that we get NSApp delegation methods + [self setDelegate:self]; // so that we get NSApp delegation methods modules = [NSMutableArray new]; @@ -127,7 +183,7 @@ if (cdir && [cdir length]) path = cdir; - else + else // FIXME: Yosemite: directory is not shared any more between OpenPanels path = (haveOpenedDocument ? [((NSOpenPanel*)[NSOpenPanel openPanel]) directory] : NSHomeDirectory()); if (!path) @@ -219,7 +275,8 @@ } /* created: 2002-07-18 - * modified: 2012-02-06 (test for path == nil) + * modified: 2016-03-14 (check for Extension folder Cenon_#.# in user library) + * 2012-02-06 (test for path == nil) * 2011-06-08 (add CAM.bundle to loadedFiles) * 2005-09-05 (load module only once) * @@ -234,9 +291,16 @@ int i, j; NSFileManager *fileManager = [NSFileManager defaultManager]; NSMutableArray *loadedFiles = [NSMutableArray array]; + NSString *version = [self version], *vMajor = nil; + + if ( version ) // #.#.# + { NSRange range = [version rangeOfString:@"." options:NSBackwardsSearch]; + if (range.length) + vMajor = [version substringWithRange:NSMakeRange(0, [version length]-range.location+1)]; // "#.#" + } /* load modules */ - for (i=0; i <= 5; i++) + for (i=0; i <= 6; i++) { NSArray *files; switch (i) @@ -246,15 +310,23 @@ case 0: path = [mainBundle resourcePath]; break; // load modules from main bundle case 1: path = [userLibrary() stringByAppendingPathComponent:@"Bundles"]; break; case 2: path = [localLibrary() stringByAppendingPathComponent:@"Bundles"]; break; - case 3: path = userBundlePath(); break; // load modules from Home Library/Cenon of user - case 4: path = localBundlePath(); break; // load modules from /Library/Extensions/Cenon - case 5: path = systemBundlePath(); break; // load modules from /System/Library/Bundles/Cenon (GNUstep only) + case 3: if ( ! vMajor ) + continue; + path = userBundlePath(); // load modules from Home Library/Cenon_#.# of user + path = [path stringByAppendingFormat:@"_%@", vMajor]; + break; + case 4: path = userBundlePath(); break; // load modules from Home Library/Cenon of user + case 5: path = localBundlePath(); break; // load modules from /Library/Extensions/Cenon + case 6: path = systemBundlePath(); break; // load modules from /System/Library/Bundles/Cenon (GNUstep only) } if ( !path ) continue; /* we load the bundles in alphabetic order */ - files = [[fileManager directoryContentsAtPath:path] sortedArrayUsingSelector:@selector(compare:)]; + //files = [fileManager contentsOfDirectoryAtPath:path error:NULL]; // >= OSX 10.6 + //files = [fileManager directoryContentsAtPath:path]; // <= OSX 10.5 + files = [fileManager contentsOfDirectoryAtPath:path]; + files = [files sortedArrayUsingSelector:@selector(compare:)]; for (j=0; j<(int)[files count]; j++) { NSString *file = [files objectAtIndex:j]; @@ -272,6 +344,8 @@ } } } + + //[self activateIgnoringOtherApps: YES]; // bring Cenon back to the front, if some module loading pushed it to the back } - (NSArray*)modules { @@ -283,7 +357,7 @@ */ - (void)applicationDidFinishLaunching:(NSNotification *)notification { NSApplication *theApplication = [notification object]; - NSString *path; + NSString *path, *pathDoc; NSFileManager *fileManager = [NSFileManager defaultManager]; [[NSUserDefaults standardUserDefaults] setObject:@"." forKey:@"NSDecimalSeparator"]; @@ -302,10 +376,11 @@ if ( NSRunAlertPanel(@"", NSLocalizedString(@"Cenon User-Library will be moved from old location\n \"%@\"\nto new location\n \"%@\".", NULL), OK_STRING, CANCEL_STRING, nil, oldPath, path) == NSAlertDefaultReturn ) { - if ( [fileManager respondsToSelector:@selector(moveItemAtPath:toPath:error:)] ) // >= 10.5 - [fileManager moveItemAtPath:oldPath toPath:path error:NULL]; // mv oldPath -> path - else // < 10.5 - [fileManager movePath:oldPath toPath:path handler:nil]; + [fileManager movePath:oldPath toPath:path error:NULL]; + //if ( [fileManager respondsToSelector:@selector(moveItemAtPath:toPath:error:)] ) // >= 10.5 + // [fileManager moveItemAtPath:oldPath toPath:path error:NULL]; // mv oldPath -> path + //else // < 10.5 + // [fileManager movePath:oldPath toPath:path handler:nil]; } } else if ( [fileManager fileExistsAtPath:oldPath] ) // it's in both locations @@ -327,20 +402,28 @@ { NSString *from, *to; /* create HOME/Cenon */ - [fileManager createDirectoryAtPath:path attributes:nil]; + [fileManager createDirectoryAtPath:path recursive:NO attributes:nil error:NULL]; /* create HOME/Cenon/Projects */ [fileManager createDirectoryAtPath:vhfPathWithPathComponents(path, @"Projects", nil) - attributes:nil]; + recursive:NO attributes:nil error:NULL]; /* copy Cenon/Projects/.dir.tiff */ from = vhfPathWithPathComponents(localLibrary(), @"Projects", @".dir.tiff", nil); to = vhfPathWithPathComponents(path, @"Projects", @".dir.tiff", nil); - [fileManager copyPath:from toPath:to handler:nil]; + [fileManager copyPath:from toPath:to error:NULL]; /* copy Cenon/dir.tiff */ from = vhfPathWithPathComponents(localLibrary(), @".dir.tiff", nil); to = vhfPathWithPathComponents(path, @".dir.tiff", nil); - [fileManager copyPath:from toPath:to handler:nil]; + [fileManager copyPath:from toPath:to error:NULL]; } } + /* create symbolic link from FOME/Documents/Cenon -> HOME/Library/../Cenon + * we want symbolic link, because + * - if Library would be renamed to a backup file, our link would point to the backup + * - hard links can't be rsynced + */ + pathDoc = vhfUserDocuments(APPNAME); + if ( pathDoc && ! [fileManager fileExistsAtPath:pathDoc] ) + [fileManager createSymbolicLinkAtPath:pathDoc withDestinationPath:path error:NULL]; [theApplication setDelegate:self]; @@ -392,7 +475,9 @@ document = [Document new]; } -/* modified: 2011-09-16 (icut format added) +/* modified: 2015-09-02 (Gerber: -setOrigin: added, PDF: -moveToOrigin: added) + * 2014-07-23 (cenon format added) + * 2011-09-16 (icut format added) * 2010-09-10 (defaultManager renamed to fileManager) * 2009-02-25 (fileNameLC) */ @@ -401,11 +486,27 @@ NSString *path, *name; NSFileManager *fileManager = [NSFileManager defaultManager]; NSString *fileNameLC = [fileName lowercaseString]; + //NSString *ext = [[fileName pathExtension] lowercaseString]; + DocView *view = [[self currentDocument] documentView]; + if ( [fileNameLC hasSuffix:@".cenon"] || [fileNameLC hasSuffix:@".cen"] ) // [ext isCaseInsensitiveLike:DOCUMENT_EXT] + { NSString *fileDirectory = fileName; + NSDictionary *plist = nil; + + fileName = [fileName stringByAppendingPathComponent:DOCUMENT_NAME]; + + plist = [NSDictionary dictionaryWithContentsOfFile:fileName]; + if ( [[plist objectForKey:@"Data"] isKindOfClass:[NSDictionary class]] ) + list = [DocView readList:[plist objectForKey:@"Data"] + inDirectory:fileDirectory]; + else + list = [DocView readList:[[[NSUnarchiver alloc] initForReadingWithData:[plist objectForKey:@"Data"]] autorelease] + inDirectory:fileDirectory]; + } //if ( [fileName rangeOfString:@".dxf" options:NSCaseInsensitiveSearch].length ) //if ( [fileName compare:@".dxf" options:NSAnchoredSearch|NSBackwardsSearch|NSCaseInsensitiveSearch] ) - if ( [fileNameLC hasSuffix:@".dxf"] ) - { id dxfImport = [[DXFImportSub allocWithZone:[self zone]] init]; + else if ( [fileNameLC hasSuffix:@".dxf"] ) + { id dxfImport = [[DXFImportSub allocWithZone:[self zone]] init]; NSData *data = [NSData dataWithContentsOfFile:fileName]; // get data object [dxfImport setRes:Prefs_DXFRes]; @@ -416,7 +517,7 @@ { id icutImport = [[ICUTImportSub allocWithZone:[self zone]] init]; NSData *data = [NSData dataWithContentsOfFile:fileName]; // get data object - // FIXME: should come from Somewher with the possibility to change + // FIXME: should come from Somewhere with the possibility to change // [icutImport fillClosedPaths:Prefs_ICUTFillClosedPaths]; // [icutImport originUL:Prefs_ICUTOriginUL]; list = [[icutImport importICUT:data] retain]; // get list of graphic objects from import @@ -505,10 +606,12 @@ } } } + [gerberImport setOrigin:((view) ? [[view origin] pointWithNum:0] + : NSMakePoint(MMToInternal(10.0), MMToInternal(10.0)))]; // Prefs_ImportMoveToOrigin list = [[gerberImport importGerber:data] retain]; // get list of graphic-objects from import [gerberImport release]; } - else if ( [fileNameLC hasSuffix:@".drl"] || [fileNameLC hasSuffix:@".din"] ) + else if ( [fileNameLC hasSuffix:@".drl"] || [fileNameLC hasSuffix:@".din"] || [fileNameLC hasSuffix:@".nc"] ) { id dinImport; NSData *data; NSString *devFileName; @@ -582,6 +685,7 @@ NSRunAlertPanel(@"", PSIMPORT_INSTALLGS_STRING, OK_STRING, nil, nil, nil); } #endif + [psImport moveToOrigin:Prefs_ImportMoveToOrigin]; [psImport preferArcs:Prefs_PSPreferArcs]; [psImport flattenText:Prefs_PSFlattenText]; list = [[psImport importPDFFromFile:fileName] retain]; @@ -608,13 +712,14 @@ NSFileManager *fileManager = [NSFileManager defaultManager]; /* Adobe Illustrator */ - if ( [fileName hasSuffix:@".ai"] ) + if ( [fileName hasSuffix:@".ai"] || [fileName hasSuffix:@".AI"] ) { NSString *string, *header; NSRange range; + NSError *error = nil; - string = [NSString stringWithContentsOfFile:fileName]; // get file + string = [NSString stringWithContentsOfFile:fileName error:&error]; // get file range = [string rangeOfString:@"%%BeginResource"]; - if ( !range.length ) // no ps-header + if ( ! range.length ) // no ps-header { path = [[[NSBundle bundleForClass:[PSImport class]] resourcePath] stringByAppendingPathComponent:AI_HEADER]; @@ -622,7 +727,7 @@ { NSRunAlertPanel(@"", CANTLOADFILE_STRING, OK_STRING, nil, nil, path); return nil; } - header = [NSString stringWithContentsOfFile:path]; // get file + header = [NSString stringWithContentsOfFile:path error:NULL]; // get file string = [header stringByAppendingString:string]; } @@ -633,7 +738,7 @@ /* import file */ psImport = [[[PSImportSub allocWithZone:[self zone]] init] autorelease]; - //[psImport moveToOrigin:NO]; + [psImport moveToOrigin:Prefs_ImportMoveToOrigin]; [psImport preferArcs:Prefs_PSPreferArcs]; [psImport flattenText:Prefs_PSFlattenText]; #ifdef __APPLE__ // check, if gs is installed (Linux has it installed anyway, OpenStep uses DPS) @@ -648,6 +753,7 @@ - (BOOL)openFile:(NSString *)fileName { id list = nil; NSString *path; + NSString *ext = [fileName pathExtension]; NSFileManager *fileManager = [NSFileManager defaultManager]; if (!appIsRunning) // give application a chance to load modules first @@ -659,7 +765,7 @@ document = nil; if ( ![fileManager fileExistsAtPath:fileName] ) return NO; - if ( [fileName hasSuffix:DOCUMENT_EXT] ) + if ( [ext isCaseInsensitiveLike:DOCUMENT_EXT] || [ext isCaseInsensitiveLike:@"cen"] ) { int i; for (i=[[self windows] count]-1; i>=0; i--) @@ -680,7 +786,7 @@ else if ( (list = [self listFromFile:fileName]) ) { /* Fonts: special treatment for fonts */ - if ( [fileName hasSuffix:@".font"] || [fileName hasSuffix:@".pfa"] || [fileName hasSuffix:@".pfb"] ) + if ( [ext isCaseInsensitiveLike:@".font"] || [ext isCaseInsensitiveLike:@".pfa"] || [ext isCaseInsensitiveLike:@".pfb"] ) { document = [Document new]; [self setCurrentDocument:nil]; @@ -692,6 +798,8 @@ else { document = [Document newFromList:list]; + [document setName:[[fileName lastPathComponent] stringByDeletingPathExtension] // set name of imported file + andDirectory:[fileName stringByDeletingLastPathComponent]]; // preserve open directory [self setCurrentDocument:nil]; } return YES; @@ -709,10 +817,16 @@ IMPORTTO_EXISTINGLAYERS = 2 } ImportToLayerSelection; - (void)import:sender -{ NSArray *fileTypes = [NSArray arrayWithObjects:@"hpgl", @"hgl", @"plt", @"ai", - @"dxf", @"eps", @"ps", @"pdf", @"gerber", @"ger", - @"cenon", @"tiff", @"tif", @"jpg", @"jpeg", @"gif", @"png", - @"font", @"pfa", @"din", @"drl", @"svg", @"cut", @"icut", nil]; +{ NSArray *fileTypes = [NSArray arrayWithObjects: @"cenon", @"cen", + @"hpgl", @"hgl", @"plt", + @"ai", @"eps", @"ps", @"pdf", + @"dxf", + @"gerber", @"ger", + @"tiff", @"tif", @"jpg", @"jpeg", @"gif", @"png", + @"font", @"pfa", + @"din", @"drl", @"nc", + @"svg", + @"cut", @"icut", nil]; NSString *fileName; id openPanel = [NSOpenPanel openPanel]; static NSString *openDir = @""; @@ -800,19 +914,26 @@ * 2011-12-03 ("cut", "icut" added) */ - (void)openDocument:sender -{ NSArray *fileTypes = [NSArray arrayWithObjects:@"hpgl", @"hgl", @"plt", @"ai", - @"dxf", @"eps", @"ps", @"pdf", @"gerber", @"ger", - @"cenon", @"tiff", @"tif", @"jpg", @"jpeg", @"gif", @"png", - @"font", @"pfa", @"din", @"drl", @"svg", @"cut", @"icut", nil]; +{ NSArray *fileTypes = [NSArray arrayWithObjects: @"cenon", @"cen", + @"hpgl", @"hgl", @"plt", + @"ai", @"eps", @"ps", @"pdf", + @"dxf", + @"gerber", @"ger", + @"tiff", @"tif", @"jpg", @"jpeg", @"gif", @"png", + @"font", @"pfa", + @"din", @"drl", @"nc", + @"svg", + @"cut", @"icut", nil]; NSArray *fileNames; id openPanel = [NSOpenPanel openPanel]; int i, cnt; - static NSString *openDir = @""; + static NSString *openDir = nil; if (openPanelAccessory) [openPanel setAccessoryView:[openPanelAccessory retain]]; [openPanel setAllowsMultipleSelection:YES]; - [openPanel setDirectory:openDir]; + if ( [openDir length] ) + [openPanel setDirectory:openDir]; [openPanel setAllowedFileTypes:fileTypes]; // FIXME, Apple: this method doesn't work, we stay with the deprecated modal method (2012-03-13) if ( [openPanel runModalForDirectory:openDir file:@"" types:fileTypes] ) @@ -868,20 +989,26 @@ } - (void)changeSaveType:sender -{ id savePanel = [sender window]; +{ NSSavePanel *savePanel = (NSSavePanel*)[sender window]; + NSArray *array = nil; switch ([sender indexOfSelectedItem]) { - case 0: [savePanel setRequiredFileType:DOCUMENT_EXT]; break; - case 1: [savePanel setRequiredFileType:EPS_EXT]; break; - case 2: [savePanel setRequiredFileType:GERBER_EXT]; break; - case 3: [savePanel setRequiredFileType:DXF_EXT]; break; - case 4: [savePanel setRequiredFileType:HPGL_EXT]; break; - case 5: [savePanel setRequiredFileType:TIFF_EXT]; break; - case 6: [savePanel setRequiredFileType:FONT_EXT]; break; - case 7: [savePanel setRequiredFileType:DIN_EXT]; break; - default: NSLog(@"App, changeFileType: Unknown file type"); + // TODO: get document types from info property list, bundle resources, or whereever they are hiding + case 0: array = [NSArray arrayWithObjects:DOCUMENT_EXT, @"cen", nil]; break; + case 1: array = [NSArray arrayWithObjects:EPS_EXT, @"ps", nil]; break; + case 2: array = [NSArray arrayWithObjects:GERBER_EXT, @"ger", nil]; break; + case 3: array = [NSArray arrayWithObjects:DXF_EXT, nil]; break; + case 4: array = [NSArray arrayWithObjects:HPGL_EXT, @"hgl", @"plt", nil]; break; + case 5: array = [NSArray arrayWithObjects:TIFF_EXT, @"tif", nil]; break; + case 6: array = [NSArray arrayWithObjects:FONT_EXT, nil]; break; + case 7: array = [NSArray arrayWithObjects:DIN_EXT, @"nc", @"drl", nil]; break; + default: NSLog(@"App, changeFileType: Unknown file type"); return; } + if ( [savePanel respondsToSelector:@selector(setAllowedFileTypes:)] ) + [savePanel setAllowedFileTypes:array]; + else + [savePanel setRequiredFileType:[array objectAtIndex:0]]; } - (void)revertToSaved:sender @@ -911,7 +1038,9 @@ - (NSSavePanel*)saveAsPanelWithSaveType:(NSString*)ext { NSSavePanel *savePanel = [NSSavePanel savePanel]; - NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:@"0", DOCUMENT_EXT, @"1", EPS_EXT, @"2", GERBER_EXT, @"3", DXF_EXT, @"4", HPGL_EXT, @"5", FONT_EXT, @"6", DIN_EXT, nil]; + NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys: + @"0", DOCUMENT_EXT, @"1", EPS_EXT, @"2", GERBER_EXT, + @"3", DXF_EXT, @"4", HPGL_EXT, @"5", FONT_EXT, @"6", DIN_EXT, nil]; [savePanel setAccessoryView:[savePanelAccessory retain]]; [savePanel setRequiredFileType:ext]; @@ -932,7 +1061,10 @@ */ [savePanel setAccessoryView:[savePanelAccessory retain]]; //[self changeSaveType:spaFormatPopUp]; - [savePanel setRequiredFileType:DOCUMENT_EXT]; + if ( [savePanel respondsToSelector:@selector(setAllowedFileTypes:)] ) + [savePanel setAllowedFileTypes:[NSArray arrayWithObjects:DOCUMENT_EXT, @"cen", nil]]; + else + [savePanel setRequiredFileType:DOCUMENT_EXT]; [spaFormatPopUp selectItemAtIndex:0]; //[savepanel setTitle:@"Save As"]; @@ -1013,7 +1145,7 @@ NSSavePanel *savePanel = [NSSavePanel savePanel]; if ( ! [[NSFileManager defaultManager] fileExistsAtPath:path]) - [[NSFileManager defaultManager] createDirectoryAtPath:path attributes:nil]; + [[NSFileManager defaultManager] createDirectoryAtPath:path recursive:NO attributes:nil error:NULL]; file = vhfPathWithPathComponents(path, name, nil); [savePanel setRequiredFileType:@"plist"]; @@ -1300,7 +1432,7 @@ default: site = NSLocalizedString(@"http://www.cenon.info", Web Site); break; case 1: site = NSLocalizedString(@"http://www.cenon.info/support_faq_gb.html", Web FAQ); break; case 2: site = NSLocalizedString(@"http://www.cenon.info/releaseNotes_gb.html", Web Releae Notes); break; - case 3: site = NSLocalizedString(@"mailto:service@vhf.de?subject=Cenon%20Feedback", eMail Address); break; + case 3: site = NSLocalizedString(@"mailto:info@cenon.de?subject=Cenon%20Feedback", eMail Address); break; case 4: site = NSLocalizedString(@"http://www.cenon.info/news/news_gb.html", News); break; //site = NSLocalizedString(@"http://www.cenon.info/dApple_gb.html", Download); break; } @@ -1613,10 +1745,10 @@ /* terminate sub processes */ for (count=[modules count]-1; count>=0; count--) - { NSBundle *module = [modules objectAtIndex:count]; + { NSBundle *module = [modules objectAtIndex:count]; if ( [[[module principalClass] instance] respondsToSelector:@selector(terminate)] ) - [[[module principalClass] instance] terminate]; + [(id )[[module principalClass] instance] terminate]; } [super terminate:sender]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._buildReleaseMac.sh and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._buildReleaseMac.sh differ diff -Nru cenon.app-4.0.2/buildReleaseMac.sh cenon.app-4.0.6+ds1/buildReleaseMac.sh --- cenon.app-4.0.2/buildReleaseMac.sh 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/buildReleaseMac.sh 2014-02-24 12:53:38.000000000 +0000 @@ -0,0 +1,14 @@ +#! /bin/sh +# Cenon - built Release (XCode 4 sucks) +# created: 2014-01-04 +# modified: 2014-02-24 (make clean before compiling) + +SCRIPT_DIR=${0%/*} # $0 == $BASH_SOURCE +[[ "${SCRIPT_DIR:0:1}" != "/" ]] && { cd $SCRIPT_DIR; SCRIPT_DIR=`pwd`; } +cd $SCRIPT_DIR + +xcodebuild -configuration Release -project Cenon.xcodeproj clean + +xcodebuild -configuration Release -project Cenon.xcodeproj + +exit 0 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._CenonInfo.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._CenonInfo.plist differ diff -Nru cenon.app-4.0.2/CenonInfo.plist cenon.app-4.0.6+ds1/CenonInfo.plist --- cenon.app-4.0.2/CenonInfo.plist 2013-08-31 09:07:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/CenonInfo.plist 2014-12-28 18:13:00.000000000 +0000 @@ -2,7 +2,7 @@ { ApplicationDescription = "Cenon Vector Graphics Editor"; ApplicationName = Cenon; - Copyright = "Copyright (C) 1993 - 2013 by vhf-interservice GmbH, Georg Fleischmann"; + Copyright = "Copyright (C) 1993 - 2015 by Cenon GmbH, Georg Fleischmann"; NSExecutable = "Cenon"; NSIcon = "Cenon.tiff"; NSMainNibFile = "Main"; @@ -61,5 +61,5 @@ NSRole = "Viewer"; } ); - NSVersion = "4.0.2"; + NSVersion = "4.0.3"; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Cenon_main.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Cenon_main.m differ diff -Nru cenon.app-4.0.2/Cenon_main.m cenon.app-4.0.6+ds1/Cenon_main.m --- cenon.app-4.0.2/Cenon_main.m 2013-08-18 09:32:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon_main.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,7 +1,7 @@ /* Cenon_main.m * main function of Cenon * - * Copyright (C) 1992-2013 by vhf interservice GmbH + * Copyright (C) 1992-2014 by Cenon GmbH * Author: Georg Fleischmann * WWW: http://www.cenon.info * @@ -10,22 +10,22 @@ * 2011-08-29 (cenon.tiff -> Cenon.tiff) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany * eMail: cenon@vhf.de - * http://www.vhf.de + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/CenonModuleMethods.h cenon.app-4.0.6+ds1/CenonModuleMethods.h --- cenon.app-4.0.2/CenonModuleMethods.h 2010-07-16 03:39:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/CenonModuleMethods.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* CenonModuleMethods.h * Common methods used in preferences bundles * - * Copyright (C) 2003-2010 by vhf interservice GmbH + * Copyright (C) 2003-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2003-04-09 - * Modified: 2010-07-16 + * Modified: 2013-12-19 (terminate) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ -#ifndef VHF_H_CENONMODULEMETHODS -#define VHF_H_CENONMODULEMETHODS +#ifndef CEN_H_CENONMODULEMETHODS +#define CEN_H_CENONMODULEMETHODS #include @@ -41,6 +41,8 @@ - (NSString*)serialNo; // serial number or nil - (NSString*)netId; // origin +- (void)terminate; + @end -#endif // VHF_H_CENONMODULEMETHODS +#endif // CEN_H_CENONMODULEMETHODS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Cenon.xcodeproj and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Cenon.xcodeproj differ diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/georg.mode1 cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.mode1 --- cenon.app-4.0.2/Cenon.xcodeproj/georg.mode1 2009-10-30 09:27:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.mode1 1970-01-01 00:00:00.000000000 +0000 @@ -1,1428 +0,0 @@ - - - - - ActivePerspectiveName - Project - AllowedModules - - - BundleLoadPath - - MaxInstances - n - Module - PBXSmartGroupTreeModule - Name - Groups and Files Outline View - - - BundleLoadPath - - MaxInstances - n - Module - PBXNavigatorGroup - Name - Editor - - - BundleLoadPath - - MaxInstances - n - Module - XCTaskListModule - Name - Task List - - - BundleLoadPath - - MaxInstances - n - Module - XCDetailModule - Name - File and Smart Group Detail Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXBuildResultsModule - Name - Detailed Build Results Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXProjectFindModule - Name - Project Batch Find Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXRunSessionModule - Name - Run Log - - - BundleLoadPath - - MaxInstances - n - Module - PBXBookmarksModule - Name - Bookmarks Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXClassBrowserModule - Name - Class Browser - - - BundleLoadPath - - MaxInstances - n - Module - PBXCVSModule - Name - Source Code Control Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXDebugBreakpointsModule - Name - Debug Breakpoints Tool - - - BundleLoadPath - - MaxInstances - n - Module - XCDockableInspector - Name - Inspector - - - BundleLoadPath - - MaxInstances - n - Module - PBXOpenQuicklyModule - Name - Open Quickly Tool - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugSessionModule - Name - Debugger - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugCLIModule - Name - Debug Console - - - Description - DefaultDescriptionKey - DockingSystemVisible - - Extension - mode1 - FavBarConfig - - PBXProjectModuleGUID - 561589E70997B546003130B4 - XCBarModuleItemNames - - XCBarModuleItems - - - FirstTimeWindowDisplayed - - Identifier - com.apple.perspectives.project.mode1 - MajorVersion - 31 - MinorVersion - 1 - Name - Default - Notifications - - - XCObserverAutoDisconnectKey - - XCObserverDefintionKey - - XCObserverFactoryKey - XCPerspectivesSpecificationIdentifier - XCObserverGUIDKey - XCObserverProjectIdentifier - XCObserverNotificationKey - PBXStatusBuildStateMessageNotification - XCObserverTargetKey - XCMainBuildResultsModuleGUID - XCObserverTriggerKey - awakenModuleWithObserver: - XCObserverValidationKey - - - - OpenEditors - - PerspectiveWidths - - -1 - -1 - - Perspectives - - - ChosenToolbarItems - - active-target-popup - active-buildstyle-popup - action - NSToolbarFlexibleSpaceItem - buildOrClean - build-and-runOrDebug - com.apple.ide.PBXToolbarStopButton - get-info - toggle-editor - NSToolbarFlexibleSpaceItem - com.apple.pbx.toolbar.searchfield - - ControllerClassBaseName - - IconName - WindowOfProjectWithEditor - Identifier - perspective.project - IsVertical - - Layout - - - BecomeActive - - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C08E77C0454961000C914BD - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 224 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 0111289301AD58747F000001 - 0111289401AD58747F000001 - 011128F301AD58747F000001 - 011128FD01AD58747F000001 - 0111294401AD58747F000001 - 00F2530801B1665F7F000001 - 0111294A01AD58747F000001 - 567A67E60F329AEE00272D87 - 0111295A01AD58747F000001 - F54C8019042B920F01000049 - F51FDB840201EE8D01000048 - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C37FABC05509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 1003}, {224, 994}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {241, 1012}} - GroupTreeTableConfiguration - - MainColumn - 224 - - RubberWindowFrame - 45 94 997 1053 0 0 1920 1178 - - Module - PBXSmartGroupTreeModule - Proportion - 241pt - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20306471E060097A5F4 - PBXProjectModuleLabel - VHFStringAdditions.h - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1CE0B20406471E060097A5F4 - PBXProjectModuleLabel - VHFStringAdditions.h - _historyCapacity - 20 - bookmark - 56D83369109AE8FD0025FEDD - history - - 564131B50FF078D8009BA6BD - 564131CE0FF08D1C009BA6BD - 564131D00FF08D1C009BA6BD - 564132390FF4A5C5009BA6BD - 564ACF1C1009C10B005C90BA - 564ACF1D1009C10B005C90BA - 564ACF201009C10B005C90BA - 5635E44C101B105D009AE439 - 560BA0BD1068AB510027CE78 - 560BA0BF1068AB510027CE78 - 560BA1011068B17C0027CE78 - 560BA10C1068B24E0027CE78 - 56D82813108164CC0025FEDD - 56D82814108164CC0025FEDD - 56D82A6E108AE9E00025FEDD - 56D8327B109993570025FEDD - 56D83362109AE8FD0025FEDD - 56D83363109AE8FD0025FEDD - 56D83364109AE8FD0025FEDD - 56D83365109AE8FD0025FEDD - - prevStack - - 56412FDF0FEC7E30009BA6BD - 56412FF30FEC828C009BA6BD - 564ACF251009C10B005C90BA - 5635E44F101B105E009AE439 - 560BA0C21068AB510027CE78 - 560BA37D1070B12B0027CE78 - 56D82816108164CC0025FEDD - 56D82818108164CC0025FEDD - 56D82A70108AE9E00025FEDD - 56D8327E109993570025FEDD - 56D83366109AE8FD0025FEDD - 56D83367109AE8FD0025FEDD - 56D83368109AE8FD0025FEDD - - - SplitCount - 1 - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {751, 897}} - RubberWindowFrame - 45 94 997 1053 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 897pt - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20506471E060097A5F4 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{0, 902}, {751, 110}} - RubberWindowFrame - 45 94 997 1053 0 0 1920 1178 - - Module - XCDetailModule - Proportion - 110pt - - - Proportion - 751pt - - - Name - Project - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - XCModuleDock - PBXNavigatorGroup - XCDetailModule - - TableOfContents - - 56D826CF107B26040025FEDD - 1CE0B1FE06471DED0097A5F4 - 56D826D0107B26040025FEDD - 1CE0B20306471E060097A5F4 - 1CE0B20506471E060097A5F4 - - ToolbarConfiguration - xcode.toolbar.config.default - - - ControllerClassBaseName - - IconName - WindowOfProject - Identifier - perspective.morph - IsVertical - 0 - Layout - - - BecomeActive - 1 - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C08E77C0454961000C914BD - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 11E0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 186 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 29B97314FDCFA39411CA2CEA - 1C37FABC05509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {186, 337}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - 1 - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {203, 355}} - GroupTreeTableConfiguration - - MainColumn - 186 - - RubberWindowFrame - 373 269 690 397 0 0 1440 878 - - Module - PBXSmartGroupTreeModule - Proportion - 100% - - - Name - Morph - PreferredWidth - 300 - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - - TableOfContents - - 11E0B1FE06471DED0097A5F4 - - ToolbarConfiguration - xcode.toolbar.config.default.short - - - PerspectivesBarVisible - - PinnedNavigatorIdentifier - 5659DACD101D4866002FB74F - ShelfIsVisible - - SourceDescription - file at '/System/Library/PrivateFrameworks/DevToolsInterface.framework/Versions/A/Resources/XCPerspectivesSpecificationMode1.xcperspec' - StatusbarIsVisible - - TimeStamp - 278587645.42596799 - ToolbarDisplayMode - 1 - ToolbarIsVisible - - ToolbarSizeMode - 2 - Type - Perspectives - UpdateMessage - The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? - WindowJustification - 5 - WindowOrderList - - 1C530D57069F1CE1000CFCEE - 565A325C0E38317600A5F4E8 - 56D8278710804AEC0025FEDD - 56D8278810804AEC0025FEDD - 56D826D7107B26040025FEDD - 561595C40997F113003130B4 - 1CD10A99069EF8BA00B06720 - - WindowString - 45 94 997 1053 0 0 1920 1178 - WindowTools - - - FirstTimeWindowDisplayed - - Identifier - windowTool.build - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528F0623707200166675 - PBXProjectModuleLabel - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {783, 343}} - RubberWindowFrame - 958 71 783 814 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 343pt - - - BecomeActive - - ContentConfiguration - - PBXBuildLogShowsTranscriptDefaultKey - {{0, 70}, {783, 355}} - PBXProjectModuleGUID - XCMainBuildResultsModuleGUID - PBXProjectModuleLabel - Build - XCBuildResultsTrigger_Collapse - 1021 - XCBuildResultsTrigger_Open - 1010 - - GeometryConfiguration - - Frame - {{0, 348}, {783, 425}} - RubberWindowFrame - 958 71 783 814 0 0 1920 1178 - - Module - PBXBuildResultsModule - Proportion - 425pt - - - Proportion - 773pt - - - Name - Build Results - ServiceClasses - - PBXBuildResultsModule - - StatusbarIsVisible - - TableOfContents - - 565A325C0E38317600A5F4E8 - 56D82804108163320025FEDD - 1CD0528F0623707200166675 - XCMainBuildResultsModuleGUID - - ToolbarConfiguration - xcode.toolbar.config.build - WindowString - 958 71 783 814 0 0 1920 1178 - WindowToolGUID - 565A325C0E38317600A5F4E8 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debugger - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - Debugger - - HorizontalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {421, 276}} - {{421, 0}, {481, 276}} - - - VerticalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {902, 276}} - {{0, 276}, {902, 270}} - - - - LauncherConfigVersion - 8 - PBXProjectModuleGUID - 1C162984064C10D400B95A72 - PBXProjectModuleLabel - Debug - GLUTExamples (Underwater) - - GeometryConfiguration - - DebugConsoleDrawerSize - {100, 120} - DebugConsoleVisible - None - DebugConsoleWindowFrame - {{200, 200}, {500, 300}} - DebugSTDIOWindowFrame - {{200, 200}, {500, 300}} - Frame - {{0, 0}, {902, 546}} - RubberWindowFrame - 1012 591 902 587 0 0 1920 1178 - - Module - PBXDebugSessionModule - Proportion - 546pt - - - Proportion - 546pt - - - Name - Debugger - ServiceClasses - - PBXDebugSessionModule - - StatusbarIsVisible - - TableOfContents - - 1CD10A99069EF8BA00B06720 - 56D826D1107B26040025FEDD - 1C162984064C10D400B95A72 - 56D826D2107B26040025FEDD - 56D826D3107B26040025FEDD - 56D826D4107B26040025FEDD - 56D826D5107B26040025FEDD - 56D826D6107B26040025FEDD - 56D826D7107B26040025FEDD - - ToolbarConfiguration - xcode.toolbar.config.debug - WindowString - 1012 591 902 587 0 0 1920 1178 - WindowToolGUID - 1CD10A99069EF8BA00B06720 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.find - IsVertical - - Layout - - - Dock - - - Dock - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1CDD528C0622207200134675 - PBXProjectModuleLabel - dvTile.m - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {882, 267}} - RubberWindowFrame - 917 129 882 708 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 882pt - - - Proportion - 267pt - - - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528E0623707200166675 - PBXProjectModuleLabel - Project Find - - GeometryConfiguration - - Frame - {{0, 272}, {882, 395}} - RubberWindowFrame - 917 129 882 708 0 0 1920 1178 - - Module - PBXProjectFindModule - Proportion - 395pt - - - Proportion - 667pt - - - Name - Project Find - ServiceClasses - - PBXProjectFindModule - - StatusbarIsVisible - - TableOfContents - - 1C530D57069F1CE1000CFCEE - 56D83276109991730025FEDD - 56D83277109991730025FEDD - 1CDD528C0622207200134675 - 1CD0528E0623707200166675 - - WindowString - 917 129 882 708 0 0 1920 1178 - WindowToolGUID - 1C530D57069F1CE1000CFCEE - WindowToolIsVisible - - - - Identifier - MENUSEPARATOR - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debuggerConsole - IsVertical - - Layout - - - Dock - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAAC065D492600B07095 - PBXProjectModuleLabel - Debugger Console - - GeometryConfiguration - - Frame - {{0, 0}, {906, 316}} - RubberWindowFrame - 1011 1 906 357 0 0 1920 1178 - - Module - PBXDebugCLIModule - Proportion - 316pt - - - Proportion - 316pt - - - Name - Debugger Console - ServiceClasses - - PBXDebugCLIModule - - StatusbarIsVisible - - TableOfContents - - 561595C40997F113003130B4 - 56D8278610804AEC0025FEDD - 1C78EAAC065D492600B07095 - - WindowString - 1011 1 906 357 0 0 1920 1178 - WindowToolGUID - 561595C40997F113003130B4 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.run - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - LauncherConfigVersion - 3 - PBXProjectModuleGUID - 1CD0528B0623707200166675 - PBXProjectModuleLabel - Run - Runner - - HorizontalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {367, 168}} - {{0, 173}, {367, 270}} - - - VerticalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {406, 443}} - {{411, 0}, {517, 443}} - - - - - GeometryConfiguration - - Frame - {{0, 0}, {659, 300}} - RubberWindowFrame - 966 177 659 341 0 0 1680 1028 - - Module - PBXRunSessionModule - Proportion - 300pt - - - Proportion - 300pt - - - Name - Run Log - ServiceClasses - - PBXRunSessionModule - - StatusbarIsVisible - - TableOfContents - - 1C0AD2B3069F1EA900FABCE6 - 567B68900CA61B5700CA2018 - 1CD0528B0623707200166675 - 567B68910CA61B5700CA2018 - - ToolbarConfiguration - xcode.toolbar.config.run - WindowString - 966 177 659 341 0 0 1680 1028 - WindowToolGUID - 1C0AD2B3069F1EA900FABCE6 - WindowToolIsVisible - - - - Identifier - windowTool.scm - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAB2065D492600B07095 - PBXProjectModuleLabel - <No Editor> - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1C78EAB3065D492600B07095 - - SplitCount - 1 - - StatusBarVisibility - 1 - - GeometryConfiguration - - Frame - {{0, 0}, {452, 0}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - - Module - PBXNavigatorGroup - Proportion - 0pt - - - BecomeActive - 1 - ContentConfiguration - - PBXProjectModuleGUID - 1CD052920623707200166675 - PBXProjectModuleLabel - SCM - - GeometryConfiguration - - ConsoleFrame - {{0, 259}, {452, 0}} - Frame - {{0, 7}, {452, 259}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - TableConfiguration - - Status - 30 - FileName - 199 - Path - 197.09500122070312 - - TableFrame - {{0, 0}, {452, 250}} - - Module - PBXCVSModule - Proportion - 262pt - - - Proportion - 266pt - - - Name - SCM - ServiceClasses - - PBXCVSModule - - StatusbarIsVisible - 1 - TableOfContents - - 1C78EAB4065D492600B07095 - 1C78EAB5065D492600B07095 - 1C78EAB2065D492600B07095 - 1CD052920623707200166675 - - ToolbarConfiguration - xcode.toolbar.config.scm - WindowString - 743 379 452 308 0 0 1280 1002 - - - FirstTimeWindowDisplayed - - Identifier - windowTool.breakpoints - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C77FABC04509CD000000102 - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - no - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 168 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 1C77FABC04509CD000000102 - 1C3E0DCA080725EA00A55177 - 1C3E0DCA080725EA00A55177 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 19 - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 162}, {168, 350}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - - - GeometryConfiguration - - Frame - {{0, 0}, {185, 368}} - GroupTreeTableConfiguration - - MainColumn - 168 - - RubberWindowFrame - 197 448 744 409 0 0 1920 1178 - - Module - PBXSmartGroupTreeModule - Proportion - 185pt - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1CA1AED706398EBD00589147 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{190, 0}, {554, 368}} - RubberWindowFrame - 197 448 744 409 0 0 1920 1178 - - Module - XCDetailModule - Proportion - 554pt - - - Proportion - 368pt - - - MajorVersion - 2 - MinorVersion - 0 - Name - Breakpoints - ServiceClasses - - PBXSmartGroupTreeModule - XCDetailModule - - StatusbarIsVisible - - TableOfContents - - 560BA301106C9DE50027CE78 - 560BA302106C9DE50027CE78 - 1CE0B1FE06471DED0097A5F4 - 1CA1AED706398EBD00589147 - - ToolbarConfiguration - xcode.toolbar.config.breakpoints - WindowString - 197 448 744 409 0 0 1920 1178 - WindowToolGUID - 560BA301106C9DE50027CE78 - WindowToolIsVisible - - - - Identifier - windowTool.debugAnimator - Layout - - - Dock - - - Module - PBXNavigatorGroup - Proportion - 100% - - - Proportion - 100% - - - Name - Debug Visualizer - ServiceClasses - - PBXNavigatorGroup - - StatusbarIsVisible - 1 - ToolbarConfiguration - xcode.toolbar.config.debugAnimator - WindowString - 100 100 700 500 0 0 1280 1002 - - - Identifier - windowTool.bookmarks - Layout - - - Dock - - - Module - PBXBookmarksModule - Proportion - 100% - - - Proportion - 100% - - - Name - Bookmarks - ServiceClasses - - PBXBookmarksModule - - StatusbarIsVisible - 0 - WindowString - 538 42 401 187 0 0 1280 1002 - - - Identifier - windowTool.classBrowser - Layout - - - Dock - - - BecomeActive - 1 - ContentConfiguration - - OptionsSetName - Hierarchy, all classes - PBXProjectModuleGUID - 1CA6456E063B45B4001379D8 - PBXProjectModuleLabel - Class Browser - NSObject - - GeometryConfiguration - - ClassesFrame - {{0, 0}, {374, 96}} - ClassesTreeTableConfiguration - - PBXClassNameColumnIdentifier - 208 - PBXClassBookColumnIdentifier - 22 - - Frame - {{0, 0}, {630, 331}} - MembersFrame - {{0, 105}, {374, 395}} - MembersTreeTableConfiguration - - PBXMemberTypeIconColumnIdentifier - 22 - PBXMemberNameColumnIdentifier - 216 - PBXMemberTypeColumnIdentifier - 97 - PBXMemberBookColumnIdentifier - 22 - - PBXModuleWindowStatusBarHidden2 - 1 - RubberWindowFrame - 385 179 630 352 0 0 1440 878 - - Module - PBXClassBrowserModule - Proportion - 332pt - - - Proportion - 332pt - - - Name - Class Browser - ServiceClasses - - PBXClassBrowserModule - - StatusbarIsVisible - 0 - TableOfContents - - 1C0AD2AF069F1E9B00FABCE6 - 1C0AD2B0069F1E9B00FABCE6 - 1CA6456E063B45B4001379D8 - - ToolbarConfiguration - xcode.toolbar.config.classbrowser - WindowString - 385 179 630 352 0 0 1440 878 - WindowToolGUID - 1C0AD2AF069F1E9B00FABCE6 - WindowToolIsVisible - 0 - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/georg.mode1v3 cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.mode1v3 --- cenon.app-4.0.2/Cenon.xcodeproj/georg.mode1v3 2012-08-07 17:23:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.mode1v3 1970-01-01 00:00:00.000000000 +0000 @@ -1,1494 +0,0 @@ - - - - - ActivePerspectiveName - Project - AllowedModules - - - BundleLoadPath - - MaxInstances - n - Module - PBXSmartGroupTreeModule - Name - Groups and Files Outline View - - - BundleLoadPath - - MaxInstances - n - Module - PBXNavigatorGroup - Name - Editor - - - BundleLoadPath - - MaxInstances - n - Module - XCTaskListModule - Name - Task List - - - BundleLoadPath - - MaxInstances - n - Module - XCDetailModule - Name - File and Smart Group Detail Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXBuildResultsModule - Name - Detailed Build Results Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXProjectFindModule - Name - Project Batch Find Tool - - - BundleLoadPath - - MaxInstances - n - Module - XCProjectFormatConflictsModule - Name - Project Format Conflicts List - - - BundleLoadPath - - MaxInstances - n - Module - PBXBookmarksModule - Name - Bookmarks Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXClassBrowserModule - Name - Class Browser - - - BundleLoadPath - - MaxInstances - n - Module - PBXCVSModule - Name - Source Code Control Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXDebugBreakpointsModule - Name - Debug Breakpoints Tool - - - BundleLoadPath - - MaxInstances - n - Module - XCDockableInspector - Name - Inspector - - - BundleLoadPath - - MaxInstances - n - Module - PBXOpenQuicklyModule - Name - Open Quickly Tool - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugSessionModule - Name - Debugger - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugCLIModule - Name - Debug Console - - - BundleLoadPath - - MaxInstances - n - Module - XCSnapshotModule - Name - Snapshots Tool - - - Description - DefaultDescriptionKey - DockingSystemVisible - - Extension - mode1v3 - FavBarConfig - - PBXProjectModuleGUID - 56347FC6109D18BE008435A2 - XCBarModuleItemNames - - XCBarModuleItems - - - FirstTimeWindowDisplayed - - Identifier - com.apple.perspectives.project.mode1v3 - MajorVersion - 33 - MinorVersion - 0 - Name - Default - Notifications - - - XCObserverAutoDisconnectKey - - XCObserverDefintionKey - - XCObserverFactoryKey - XCPerspectivesSpecificationIdentifier - XCObserverGUIDKey - XCObserverProjectIdentifier - XCObserverNotificationKey - PBXStatusBuildStateMessageNotification - XCObserverTargetKey - XCMainBuildResultsModuleGUID - XCObserverTriggerKey - awakenModuleWithObserver: - XCObserverValidationKey - - - - OpenEditors - - PerspectiveWidths - - -1 - -1 - - Perspectives - - - ChosenToolbarItems - - active-combo-popup - action - NSToolbarFlexibleSpaceItem - debugger-enable-breakpoints - buildOrClean - build-and-go - servicesModuledebug - com.apple.ide.PBXToolbarStopButton - get-info - NSToolbarFlexibleSpaceItem - com.apple.pbx.toolbar.searchfield - - ControllerClassBaseName - - IconName - WindowOfProjectWithEditor - Identifier - perspective.project - IsVertical - - Layout - - - BecomeActive - - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 223 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 0111289301AD58747F000001 - 0111294401AD58747F000001 - 0111295A01AD58747F000001 - 0111294A01AD58747F000001 - 564B09CE128A9F15001782FD - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 30 - 24 - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {223, 1073}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {240, 1091}} - GroupTreeTableConfiguration - - MainColumn - 223 - - RubberWindowFrame - 8 46 995 1132 0 0 1920 1178 - - Module - PBXSmartGroupTreeModule - Proportion - 240pt - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20306471E060097A5F4 - PBXProjectModuleLabel - ToDo.rtf - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1CE0B20406471E060097A5F4 - PBXProjectModuleLabel - ToDo.rtf - _historyCapacity - 20 - bookmark - 56B3CFC615D186AC0038697B - history - - 569789F215B6AA4900C92BA7 - 569789F315B6AA4900C92BA7 - 569789F415B6AA4900C92BA7 - 569789F515B6AA4900C92BA7 - 56978A0515B6F34500C92BA7 - 56978A2615B8115600C92BA7 - 56978A2715B8115600C92BA7 - 56978A2815B8115600C92BA7 - 56978A2A15B8115600C92BA7 - 56978A2B15B8115600C92BA7 - 56978A2C15B8115600C92BA7 - 56978A2D15B8115600C92BA7 - 56978A2E15B8115600C92BA7 - 56978AA915B84DC400C92BA7 - 56978AAA15B84DC400C92BA7 - 56978AAB15B84DC400C92BA7 - 56978B9615B9B27800C92BA7 - 56978B9715B9B27800C92BA7 - 56B3CFB515C8383B0038697B - 56B3CFB615C8383B0038697B - - - SplitCount - 1 - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {750, 863}} - RubberWindowFrame - 8 46 995 1132 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 863pt - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20506471E060097A5F4 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{0, 868}, {750, 223}} - RubberWindowFrame - 8 46 995 1132 0 0 1920 1178 - - Module - XCDetailModule - Proportion - 223pt - - - Proportion - 750pt - - - Name - Project - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - XCModuleDock - PBXNavigatorGroup - XCDetailModule - - TableOfContents - - 56B3CF6215C59ACF0038697B - 1CE0B1FE06471DED0097A5F4 - 56B3CF6315C59ACF0038697B - 1CE0B20306471E060097A5F4 - 1CE0B20506471E060097A5F4 - - ToolbarConfigUserDefaultsMinorVersion - 2 - ToolbarConfiguration - xcode.toolbar.config.defaultV3 - - - ControllerClassBaseName - - IconName - WindowOfProject - Identifier - perspective.morph - IsVertical - - Layout - - - BecomeActive - 1 - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C08E77C0454961000C914BD - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 11E0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 186 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 29B97314FDCFA39411CA2CEA - 1C37FABC05509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {186, 337}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - 1 - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {203, 355}} - GroupTreeTableConfiguration - - MainColumn - 186 - - RubberWindowFrame - 373 269 690 397 0 0 1440 878 - - Module - PBXSmartGroupTreeModule - Proportion - 100% - - - Name - Morph - PreferredWidth - 300 - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - - TableOfContents - - 11E0B1FE06471DED0097A5F4 - - ToolbarConfiguration - xcode.toolbar.config.default.shortV3 - - - PerspectivesBarVisible - - ShelfIsVisible - - StatusbarIsVisible - - TimeStamp - 366053036.075019 - ToolbarConfigUserDefaultsMinorVersion - 2 - ToolbarDisplayMode - 1 - ToolbarIsVisible - - ToolbarSizeMode - 2 - Type - Perspectives - UpdateMessage - The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? - WindowJustification - 5 - WindowOrderList - - 56B3CFBA15C8383B0038697B - 56B3CFBB15C8383B0038697B - 56347FC7109D18BE008435A2 - 1CD10A99069EF8BA00B06720 - 1C78EAAD065D492600B07095 - - WindowString - 8 46 995 1132 0 0 1920 1178 - WindowToolsV3 - - - FirstTimeWindowDisplayed - - Identifier - windowTool.build - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528F0623707200166675 - PBXProjectModuleLabel - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {829, 0}} - RubberWindowFrame - 799 376 829 757 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 0pt - - - ContentConfiguration - - PBXProjectModuleGUID - XCMainBuildResultsModuleGUID - PBXProjectModuleLabel - Build Results - XCBuildResultsTrigger_Collapse - 1021 - XCBuildResultsTrigger_Open - 1010 - - GeometryConfiguration - - Frame - {{0, 5}, {829, 711}} - RubberWindowFrame - 799 376 829 757 0 0 1920 1178 - - Module - PBXBuildResultsModule - Proportion - 711pt - - - Proportion - 716pt - - - Name - Build Results - ServiceClasses - - PBXBuildResultsModule - - StatusbarIsVisible - - TableOfContents - - 56347FC7109D18BE008435A2 - 56B3CF6415C59ACF0038697B - 1CD0528F0623707200166675 - XCMainBuildResultsModuleGUID - - ToolbarConfiguration - xcode.toolbar.config.buildV3 - WindowContentMinSize - 486 300 - WindowString - 799 376 829 757 0 0 1920 1178 - WindowToolGUID - 56347FC7109D18BE008435A2 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debugger - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - Debugger - - HorizontalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {390, 346}} - {{390, 0}, {480, 346}} - - - VerticalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {870, 346}} - {{0, 346}, {870, 333}} - - - - LauncherConfigVersion - 8 - PBXProjectModuleGUID - 1C162984064C10D400B95A72 - PBXProjectModuleLabel - Debug - GLUTExamples (Underwater) - - GeometryConfiguration - - DebugConsoleVisible - None - DebugConsoleWindowFrame - {{200, 200}, {500, 300}} - DebugSTDIOWindowFrame - {{200, 200}, {500, 300}} - Frame - {{0, 0}, {870, 679}} - PBXDebugSessionStackFrameViewKey - - DebugVariablesTableConfiguration - - Name - 120 - Value - 85 - Summary - 250 - - Frame - {{390, 0}, {480, 346}} - RubberWindowFrame - 998 458 870 720 0 0 1920 1178 - - RubberWindowFrame - 998 458 870 720 0 0 1920 1178 - - Module - PBXDebugSessionModule - Proportion - 679pt - - - Proportion - 679pt - - - Name - Debugger - ServiceClasses - - PBXDebugSessionModule - - StatusbarIsVisible - - TableOfContents - - 1CD10A99069EF8BA00B06720 - 56B3CF6515C59ACF0038697B - 1C162984064C10D400B95A72 - 56B3CF6615C59ACF0038697B - 56B3CF6715C59ACF0038697B - 56B3CF6815C59ACF0038697B - 56B3CF6915C59ACF0038697B - 56B3CF6A15C59ACF0038697B - - ToolbarConfiguration - xcode.toolbar.config.debugV3 - WindowString - 998 458 870 720 0 0 1920 1178 - WindowToolGUID - 1CD10A99069EF8BA00B06720 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.find - IsVertical - - Layout - - - Dock - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CDD528C0622207200134675 - PBXProjectModuleLabel - VPath.m - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {838, 360}} - RubberWindowFrame - 752 388 838 781 0 0 1920 1178 - - Module - PBXNavigatorGroup - Proportion - 838pt - - - Proportion - 360pt - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528E0623707200166675 - PBXProjectModuleLabel - Project Find - - GeometryConfiguration - - Frame - {{0, 365}, {838, 375}} - RubberWindowFrame - 752 388 838 781 0 0 1920 1178 - - Module - PBXProjectFindModule - Proportion - 375pt - - - Proportion - 740pt - - - Name - Project Find - ServiceClasses - - PBXProjectFindModule - - StatusbarIsVisible - - TableOfContents - - 1C530D57069F1CE1000CFCEE - 56978337158F01C600C92BA7 - 56978338158F01C600C92BA7 - 1CDD528C0622207200134675 - 1CD0528E0623707200166675 - - WindowString - 752 388 838 781 0 0 1920 1178 - WindowToolGUID - 1C530D57069F1CE1000CFCEE - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - MENUSEPARATOR - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debuggerConsole - IsVertical - - Layout - - - Dock - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAAC065D492600B07095 - PBXProjectModuleLabel - Debugger Console - - GeometryConfiguration - - Frame - {{0, 0}, {869, 321}} - RubberWindowFrame - 999 49 869 362 0 0 1920 1178 - - Module - PBXDebugCLIModule - Proportion - 321pt - - - Proportion - 321pt - - - Name - Debugger Console - ServiceClasses - - PBXDebugCLIModule - - StatusbarIsVisible - - TableOfContents - - 1C78EAAD065D492600B07095 - 56B3CFB815C8383B0038697B - 1C78EAAC065D492600B07095 - - ToolbarConfiguration - xcode.toolbar.config.consoleV3 - WindowString - 999 49 869 362 0 0 1920 1178 - WindowToolGUID - 1C78EAAD065D492600B07095 - WindowToolIsVisible - - - - Identifier - windowTool.snapshots - Layout - - - Dock - - - Module - XCSnapshotModule - Proportion - 100% - - - Proportion - 100% - - - Name - Snapshots - ServiceClasses - - XCSnapshotModule - - StatusbarIsVisible - Yes - ToolbarConfiguration - xcode.toolbar.config.snapshots - WindowString - 315 824 300 550 0 0 1440 878 - WindowToolIsVisible - Yes - - - FirstTimeWindowDisplayed - - Identifier - windowTool.scm - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAB2065D492600B07095 - PBXProjectModuleLabel - <No Editor> - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1C78EAB3065D492600B07095 - - SplitCount - 1 - - StatusBarVisibility - 1 - - GeometryConfiguration - - Frame - {{0, 0}, {452, 0}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - - Module - PBXNavigatorGroup - Proportion - 0pt - - - BecomeActive - 1 - ContentConfiguration - - PBXProjectModuleGUID - 1CD052920623707200166675 - PBXProjectModuleLabel - SCM - - GeometryConfiguration - - ConsoleFrame - {{0, 259}, {452, 0}} - Frame - {{0, 7}, {452, 259}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - TableConfiguration - - Status - 30 - FileName - 199 - Path - 197.09500122070312 - - TableFrame - {{0, 0}, {452, 250}} - - Module - PBXCVSModule - Proportion - 262pt - - - Proportion - 266pt - - - Name - SCM - ServiceClasses - - PBXCVSModule - - StatusbarIsVisible - - TableOfContents - - 1C78EAB4065D492600B07095 - 1C78EAB5065D492600B07095 - 1C78EAB2065D492600B07095 - 1CD052920623707200166675 - - ToolbarConfiguration - xcode.toolbar.config.scm - WindowString - 743 379 452 308 0 0 1280 1002 - - - FirstTimeWindowDisplayed - - Identifier - windowTool.breakpoints - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C77FABC04509CD000000102 - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - no - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 246 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 1C77FABC04509CD000000102 - 1C3E0DCA080725EA00A55177 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {246, 677}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - - - GeometryConfiguration - - Frame - {{0, 0}, {263, 695}} - GroupTreeTableConfiguration - - MainColumn - 246 - - RubberWindowFrame - 614 378 982 736 0 0 1920 1178 - - Module - PBXSmartGroupTreeModule - Proportion - 263pt - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 1CA1AED706398EBD00589147 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{268, 0}, {714, 695}} - RubberWindowFrame - 614 378 982 736 0 0 1920 1178 - - Module - XCDetailModule - Proportion - 714pt - - - Proportion - 695pt - - - MajorVersion - 3 - MinorVersion - 0 - Name - Breakpoints - ServiceClasses - - PBXSmartGroupTreeModule - XCDetailModule - - StatusbarIsVisible - - TableOfContents - - 5621BEA41508B0F100C57A21 - 5621BEA51508B0F100C57A21 - 1CE0B1FE06471DED0097A5F4 - 1CA1AED706398EBD00589147 - - ToolbarConfiguration - xcode.toolbar.config.breakpointsV3 - WindowString - 614 378 982 736 0 0 1920 1178 - WindowToolGUID - 5621BEA41508B0F100C57A21 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debugAnimator - Layout - - - Dock - - - Module - PBXNavigatorGroup - Proportion - 100% - - - Proportion - 100% - - - Name - Debug Visualizer - ServiceClasses - - PBXNavigatorGroup - - StatusbarIsVisible - - ToolbarConfiguration - xcode.toolbar.config.debugAnimatorV3 - WindowString - 100 100 700 500 0 0 1280 1002 - - - FirstTimeWindowDisplayed - - Identifier - windowTool.bookmarks - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 561C0C2310DA0B60001CBA21 - PBXProjectModuleLabel - Bookmarks - - GeometryConfiguration - - Frame - {{0, 0}, {401, 202}} - RubberWindowFrame - 930 51 401 222 0 0 1920 1178 - - Module - PBXBookmarksModule - Proportion - 202pt - - - Proportion - 202pt - - - Name - Bookmarks - ServiceClasses - - PBXBookmarksModule - - StatusbarIsVisible - - TableOfContents - - 561C0C2410DA0B60001CBA21 - 56C1A7E11300258F0002BD1F - 561C0C2310DA0B60001CBA21 - - WindowString - 930 51 401 222 0 0 1920 1178 - WindowToolGUID - 561C0C2410DA0B60001CBA21 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.projectFormatConflicts - IsVertical - - Layout - - - Dock - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - 56BF4BA114CECB26002C4835 - - GeometryConfiguration - - Frame - {{0, 0}, {472, 302}} - RubberWindowFrame - 117 675 472 322 0 0 1920 1178 - - Module - XCProjectFormatConflictsModule - Proportion - 302pt - - - Proportion - 302pt - - - Name - Project Format Conflicts - ServiceClasses - - XCProjectFormatConflictsModule - - StatusbarIsVisible - - TableOfContents - - 56BF4BA214CECB26002C4835 - 568EF0E314E5349B0058475E - 56BF4BA114CECB26002C4835 - - WindowContentMinSize - 450 300 - WindowString - 117 675 472 322 0 0 1920 1178 - WindowToolGUID - 56BF4BA214CECB26002C4835 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.classBrowser - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - OptionsSetName - Hierarchy, all classes - PBXProjectModuleGUID - 1CA6456E063B45B4001379D8 - PBXProjectModuleLabel - Class Browser - NSObject - - GeometryConfiguration - - ClassesFrame - {{0, 0}, {378, 96}} - ClassesTreeTableConfiguration - - PBXClassNameColumnIdentifier - 208 - PBXClassBookColumnIdentifier - 22 - - Frame - {{0, 0}, {630, 332}} - MembersFrame - {{0, 101}, {378, 231}} - MembersTreeTableConfiguration - - PBXMemberTypeIconColumnIdentifier - 22 - PBXMemberNameColumnIdentifier - 216 - PBXMemberTypeColumnIdentifier - 101 - PBXMemberBookColumnIdentifier - 22 - - RubberWindowFrame - 613 258 630 352 0 0 1920 1178 - - Module - PBXClassBrowserModule - Proportion - 332pt - - - Proportion - 332pt - - - Name - Class Browser - ServiceClasses - - PBXClassBrowserModule - - StatusbarIsVisible - - TableOfContents - - 1C0AD2AF069F1E9B00FABCE6 - 56C1AAAC13176DD10002BD1F - 1CA6456E063B45B4001379D8 - - ToolbarConfiguration - xcode.toolbar.config.classbrowser - WindowString - 613 258 630 352 0 0 1920 1178 - WindowToolGUID - 1C0AD2AF069F1E9B00FABCE6 - WindowToolIsVisible - - - - Identifier - windowTool.refactoring - IncludeInToolsMenu - - Layout - - - Dock - - - BecomeActive - - GeometryConfiguration - - Frame - {0, 0}, {500, 335} - RubberWindowFrame - {0, 0}, {500, 335} - - Module - XCRefactoringModule - Proportion - 100% - - - Proportion - 100% - - - Name - Refactoring - ServiceClasses - - XCRefactoringModule - - WindowString - 200 200 500 356 0 0 1920 1200 - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/georg.pbxuser cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.pbxuser --- cenon.app-4.0.2/Cenon.xcodeproj/georg.pbxuser 2012-08-07 17:23:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/georg.pbxuser 1970-01-01 00:00:00.000000000 +0000 @@ -1,3862 +0,0 @@ -// !$*UTF8*$! -{ - 00F2530901B1665F7F000001 /* German */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1678, 1547}}"; - sepNavSelRange = "{3617, 426}"; - sepNavVisRange = "{1993, 3679}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - sepNavWindowFrame = "{{84, 402}, {750, 558}}"; - }; - }; - 0111289201AD58747F000001 /* Project object */ = { - activeArchitecturePreference = i386; - activeBuildConfigurationName = Debug; - activeExecutable = 56158BF20997B6F8003130B4 /* Cenon (Application) */; - activeSDKPreference = ""; - activeTarget = 56158A290997B6F7003130B4 /* Cenon (Application) */; - addToTargets = ( - 56158A290997B6F7003130B4 /* Cenon (Application) */, - ); - breakpoints = ( - 56FA712E11F42B9F00126941 /* raise */, - 56CFB276132B8CFB00A6035A /* -[NSException raise] */, - 56BF479A14C5DA04002C4835 /* malloc_error_break */, - 5609BDC214DD7C5400A23CEC /* DXFImport.m:1754 */, - 5621BEB41508BFC800C57A21 /* VPath.m:3428 */, - 5621BECE1508CD4900C57A21 /* SliderBox.m:145 */, - 5621BED01508CD4C00C57A21 /* SliderBox.m:125 */, - 563A9C19156A3A56004FBCE3 /* SVGImport.m:563 */, - 5697844C1594C3EB00C92BA7 /* vhfCommonFunctions.m:262 */, - 569784501594C3F000C92BA7 /* vhfCommonFunctions.m:279 */, - 569784A61594DA8200C92BA7 /* vhfCommonFunctions.m:261 */, - 569784A81594DA8700C92BA7 /* vhfCommonFunctions.m:275 */, - 56978BA415BDDE1F00C92BA7 /* StockAspectSum.m:4217 */, - ); - codeSenseManager = 56F50C77081D069F008E7569 /* Code sense */; - executables = ( - 56158BF20997B6F8003130B4 /* Cenon (Application) */, - ); - ignoreBreakpointsInProjectsDict = { - }; - perUserDictionary = { - "PBXConfiguration.PBXBreakpointsDataSource.v1:1CA1AED706398EBD00589147" = { - PBXFileTableDataSourceColumnSortingDirectionKey = 1; - PBXFileTableDataSourceColumnSortingKey = PBXBreakpointsDataSource_ContinueID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 20, - 264, - 20, - 163, - 162, - 20, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXBreakpointsDataSource_ActionID, - PBXBreakpointsDataSource_TypeID, - PBXBreakpointsDataSource_BreakpointID, - PBXBreakpointsDataSource_UseID, - PBXBreakpointsDataSource_LocationID, - PBXBreakpointsDataSource_ConditionID, - PBXBreakpointsDataSource_ContinueID, - ); - }; - PBXConfiguration.PBXFileTableDataSource3.PBXErrorsWarningsDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXErrorsWarningsDataSource_LocationID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 364, - 330, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXErrorsWarningsDataSource_TypeID, - PBXErrorsWarningsDataSource_MessageID, - PBXErrorsWarningsDataSource_LocationID, - ); - }; - PBXConfiguration.PBXFileTableDataSource3.PBXExecutablesDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXExecutablesDataSource_NameID; - PBXFileTableDataSourceColumnWidthsKey = ( - 22, - 267, - 448, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXExecutablesDataSource_ActiveFlagID, - PBXExecutablesDataSource_NameID, - PBXExecutablesDataSource_CommentsID, - ); - }; - PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Built_ColumnID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 494, - 20, - 65, - 43, - 43, - 20, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXFileDataSource_FiletypeID, - PBXFileDataSource_Filename_ColumnID, - PBXFileDataSource_Built_ColumnID, - PBXFileDataSource_ObjectSize_ColumnID, - PBXFileDataSource_Errors_ColumnID, - PBXFileDataSource_Warnings_ColumnID, - PBXFileDataSource_Target_ColumnID, - ); - }; - PBXConfiguration.PBXFileTableDataSource3.PBXSymbolsDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXSymbolsDataSource_SymbolNameID; - PBXFileTableDataSourceColumnWidthsKey = ( - 16, - 127, - 155, - 372.2085, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXSymbolsDataSource_SymbolTypeIconID, - PBXSymbolsDataSource_SymbolNameID, - PBXSymbolsDataSource_SymbolTypeID, - PBXSymbolsDataSource_ReferenceNameID, - ); - }; - PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 452, - 60, - 20, - 67, - 43, - 43, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXFileDataSource_FiletypeID, - PBXFileDataSource_Filename_ColumnID, - PBXTargetDataSource_PrimaryAttribute, - PBXFileDataSource_Built_ColumnID, - PBXFileDataSource_ObjectSize_ColumnID, - PBXFileDataSource_Errors_ColumnID, - PBXFileDataSource_Warnings_ColumnID, - ); - }; - PBXPerProjectTemplateStateSaveDate = 365271742; - PBXPrepackagedSmartGroups_v2 = ( - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - activationKey = OldTargetSmartGroup; - clz = PBXTargetSmartGroup; - description = "Displays all targets of the project."; - globalID = 1C37FABC04509CD000000102; - name = Targets; - preferences = { - image = Targets; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXTargetSmartGroup2; - description = "Displays all targets of the project as well as nested build phases."; - globalID = 1C37FBAC04509CD000000102; - name = Targets; - preferences = { - image = Targets; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXExecutablesSmartGroup; - description = "Displays all executables of the project."; - globalID = 1C37FAAC04509CD000000102; - name = Executables; - preferences = { - image = Executable; - }; - }, - { - " PBXTransientLocationAtTop " = bottom; - absolutePathToBundle = ""; - clz = PBXErrorsWarningsSmartGroup; - description = "Displays files with errors or warnings."; - globalID = 1C08E77C0454961000C914BD; - name = "Errors and Warnings"; - preferences = { - fnmatch = ""; - image = WarningsErrors; - recursive = 1; - regex = ""; - root = ""; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXFilenameSmartGroup; - description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter."; - globalID = 1CC0EA4004350EF90044410B; - name = "Implementation Files"; - preferences = { - canSave = 1; - fnmatch = ""; - image = SmartFolder; - isLeaf = 0; - recursive = 1; - regex = "?*\\.[mcMC]"; - root = ""; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXFilenameSmartGroup; - description = "This group displays Interface Builder NIB Files."; - globalID = 1CC0EA4004350EF90041110B; - name = "NIB Files"; - preferences = { - canSave = 1; - fnmatch = "*.nib"; - image = SmartFolder; - isLeaf = 0; - recursive = 1; - regex = ""; - root = ""; - }; - }, - { - PBXTransientLocationAtTop = no; - absolutePathToBundle = ""; - clz = PBXFindSmartGroup; - description = "Displays Find Results."; - globalID = 1C37FABC05509CD000000102; - name = "Find Results"; - preferences = { - image = spyglass; - }; - }, - { - PBXTransientLocationAtTop = no; - absolutePathToBundle = ""; - clz = PBXBookmarksSmartGroup; - description = "Displays Project Bookmarks."; - globalID = 1C37FABC05539CD112110102; - name = Bookmarks; - preferences = { - image = Bookmarks; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = XCSCMSmartGroup; - description = "Displays files with interesting SCM status."; - globalID = E2644B35053B69B200211256; - name = SCM; - preferences = { - image = PBXRepository; - isLeaf = 0; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXSymbolsSmartGroup; - description = "Displays all symbols for the project."; - globalID = 1C37FABC04509CD000100104; - name = "Project Symbols"; - preferences = { - image = ProjectSymbols; - isLeaf = 1; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXFilenameSmartGroup; - description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter."; - globalID = PBXTemplateMarker; - name = "Simple Filter SmartGroup"; - preferences = { - canSave = 1; - fnmatch = "*.nib"; - image = SmartFolder; - isLeaf = 0; - recursive = 1; - regex = ""; - root = ""; - }; - }, - { - PBXTransientLocationAtTop = bottom; - absolutePathToBundle = ""; - clz = PBXFilenameSmartGroup; - description = "Filters items in a given group (potentially recursively) based on matching the name with the regular expression of the filter."; - globalID = PBXTemplateMarker; - name = "Simple Regular Expression SmartGroup"; - preferences = { - canSave = 1; - fnmatch = ""; - image = SmartFolder; - isLeaf = 0; - recursive = 1; - regex = "?*\\.[mcMC]"; - root = ""; - }; - }, - { - PBXTransientLocationAtTop = bottom; - clz = XDDesignSmartGroup; - description = "Displays Xdesign models"; - globalID = 2E4A936305E6979E00701470; - name = Design; - preferences = { - image = Design; - isLeaf = 0; - }; - }, - ); - PBXWorkspaceContents = ( - { - LeftSlideOut = { - Split0 = { - Split0 = { - NavContent0 = { - bookmark = F5ABA1CB081D058A01771ED7; - history = ( - F5598DA1042267BD01000049, - F54C808B04334E2F01000049, - F54C808C04334E2F01000049, - F54C808D04334E2F01000049, - F54C808E04334E2F01000049, - F54C808F04334E2F01000049, - F54C809104334E2F01000049, - F54C809204334E2F01000049, - F54C809404334E2F01000049, - F54C809504334E2F01000049, - F54C809604334E2F01000049, - F54C809704334E2F01000049, - F54C809904334E2F01000049, - F54C809A04334E2F01000049, - F54C809B04334E2F01000049, - F54C809C04334E2F01000049, - F54C809D04334E2F01000049, - F54C809E04334E2F01000049, - F54C80A304334E2F01000049, - F54C80A604334E2F01000049, - F54C80A804334E2F01000049, - F54C80A904334E2F01000049, - F54C80AA04334E2F01000049, - F54C80AC04334E2F01000049, - F54C80B104334E2F01000049, - F54C80B204334E2F01000049, - F54C80B304334E2F01000049, - F58785190438B5D901000049, - F587851B0438B5D901000049, - F581F5DB0444E02901000049, - F581F5DE0444E02901000049, - F581F5E00444E02901000049, - F581F5E30444E02901000049, - F5877B45045DA0C201000049, - F5871D8F047A7F4301000049, - F5871D91047A7F4301000049, - F5871D92047A7F4301000049, - F5871D93047A7F4301000049, - F50BB4040498F2DF01000049, - F50BB4050498F2DF01000049, - F5896EBD058FD76501000049, - F5896EC6058FD76501000049, - F58B9AD205DBE8A601000049, - F58B9AD405DBE8A601000049, - F58B9AD505DBE8A601000049, - F584EC56081BFE0B01000049, - F584EC57081BFE0B01000049, - F584EC58081BFE0B01000049, - F584EC59081BFE0B01000049, - F584EC5A081BFE0B01000049, - F584EC5B081BFE0B01000049, - F584EC5C081BFE0B01000049, - F584EC5D081BFE0B01000049, - F584EC5E081BFE0B01000049, - F584EC5F081BFE0B01000049, - F584EC60081BFE0B01000049, - F584EC61081BFE0B01000049, - F584EC62081BFE0B01000049, - F584EC63081BFE0B01000049, - F584EC64081BFE0B01000049, - F584EC65081BFE0B01000049, - F584EC66081BFE0B01000049, - F584EC67081BFE0B01000049, - F584EC68081BFE0B01000049, - F584EC69081BFE0B01000049, - F584EC6A081BFE0B01000049, - F584EC6B081BFE0B01000049, - F584EC6C081BFE0B01000049, - F584EC6D081BFE0B01000049, - F584EC71081BFE0B01000049, - F584EC72081BFE0B01000049, - F584EC73081BFE0B01000049, - F584EC74081BFE0B01000049, - F584EC75081BFE0B01000049, - F5D5B940081D003901722612, - F5D5B941081D003901722612, - F5D5B942081D003901722612, - F5D5B943081D003901722612, - F5D5B944081D003901722612, - F5D5B945081D003901722612, - F5D5B946081D003901722612, - F5D5B947081D003901722612, - F5D5B948081D003901722612, - F5D5B949081D003901722612, - F5D5B94A081D003901722612, - F5ABA1CA081D058A01771ED7, - ); - prevStack = ( - F5598DA3042267BD01000049, - F54C80BA04334E2F01000049, - F54C80BB04334E2F01000049, - F54C80BC04334E2F01000049, - F54C80BD04334E2F01000049, - F54C80BE04334E2F01000049, - F54C80BF04334E2F01000049, - F54C80C004334E2F01000049, - F54C80C104334E2F01000049, - F54C80C204334E2F01000049, - F54C80C304334E2F01000049, - F54C80C404334E2F01000049, - F54C80C504334E2F01000049, - F54C80C604334E2F01000049, - F54C80C704334E2F01000049, - F54C80C804334E2F01000049, - F54C80C904334E2F01000049, - F54C80CA04334E2F01000049, - F54C80CB04334E2F01000049, - F54C80CC04334E2F01000049, - F54C80CD04334E2F01000049, - F54C80CE04334E2F01000049, - F54C80CF04334E2F01000049, - F54C80D004334E2F01000049, - F54C80D104334E2F01000049, - F54C80D204334E2F01000049, - F54C80D304334E2F01000049, - F54C80D404334E2F01000049, - F54C80D504334E2F01000049, - F54C80D604334E2F01000049, - F54C80E004334E2F01000049, - F54C80E104334E2F01000049, - F54C80E204334E2F01000049, - F54C80E304334E2F01000049, - F54C80E404334E2F01000049, - F54C80E604334E2F01000049, - F54C80E704334E2F01000049, - F54C80E804334E2F01000049, - F54C80E904334E2F01000049, - F54C80EA04334E2F01000049, - F54C80EB04334E2F01000049, - F54C80EC04334E2F01000049, - F54C80ED04334E2F01000049, - F54C80EE04334E2F01000049, - F54C80EF04334E2F01000049, - F54C80F004334E2F01000049, - F54C80F104334E2F01000049, - F54C80F204334E2F01000049, - F54C80F304334E2F01000049, - F54C80F404334E2F01000049, - F54C80F504334E2F01000049, - F54C80F604334E2F01000049, - F54C80F704334E2F01000049, - F54C80F804334E2F01000049, - F54C80F904334E2F01000049, - F54C80FA04334E2F01000049, - F54C80FB04334E2F01000049, - F54C80FC04334E2F01000049, - F54C80FD04334E2F01000049, - F54C80FE04334E2F01000049, - F54C80FF04334E2F01000049, - F54C810004334E2F01000049, - F54C810104334E2F01000049, - F54C810204334E2F01000049, - F54C810304334E2F01000049, - F54C810404334E2F01000049, - F54C810504334E2F01000049, - F54C810604334E2F01000049, - F54C810704334E2F01000049, - F54C810804334E2F01000049, - F54C810904334E2F01000049, - F54C810A04334E2F01000049, - F54C810B04334E2F01000049, - F54C810C04334E2F01000049, - F54C810D04334E2F01000049, - F54C810E04334E2F01000049, - F54C810F04334E2F01000049, - F54C811004334E2F01000049, - F54C811104334E2F01000049, - F54C811204334E2F01000049, - F54C811304334E2F01000049, - F54C811404334E2F01000049, - F54C811504334E2F01000049, - F58785200438B5D901000049, - F58785210438B5D901000049, - F58785220438B5D901000049, - F58785230438B5D901000049, - F58785240438B5D901000049, - F58785250438B5D901000049, - F58785260438B5D901000049, - F58785270438B5D901000049, - F581F5E50444E02901000049, - F581F5E60444E02901000049, - F581F5E70444E02901000049, - F581F5E80444E02901000049, - F581F5E90444E02901000049, - F581F5EA0444E02901000049, - F581F5EB0444E02901000049, - F581F5EC0444E02901000049, - F581F5ED0444E02901000049, - F581F5EE0444E02901000049, - F581F5EF0444E02901000049, - F581F5F00444E02901000049, - F581F5F10444E02901000049, - F581F5F20444E02901000049, - F581F5F30444E02901000049, - F581F5F40444E02901000049, - F581F5F50444E02901000049, - F581F5F60444E02901000049, - F581F5F70444E02901000049, - F581F5F80444E02901000049, - F581F5F90444E02901000049, - F5877B47045DA0C201000049, - F5877B48045DA0C201000049, - F588AE9C0461EAB301000049, - F5871D96047A7F4301000049, - F5871D97047A7F4301000049, - F5871D99047A7F4301000049, - F5871D9A047A7F4301000049, - F5871D9C047A7F4301000049, - F5871D9D047A7F4301000049, - F5871D9E047A7F4301000049, - F5871D9F047A7F4301000049, - F5871DA0047A7F4301000049, - F5871DA1047A7F4301000049, - F5871DA2047A7F4301000049, - F5871DA3047A7F4301000049, - F5871DA4047A7F4301000049, - F5871DA5047A7F4301000049, - F50BB4060498F2DF01000049, - F50BB4070498F2DF01000049, - F50BB4080498F2DF01000049, - F50BB4090498F2DF01000049, - F50BB40A0498F2DF01000049, - F50BB40B0498F2DF01000049, - F50BB40C0498F2DF01000049, - F50BB40D0498F2DF01000049, - F5896ECA058FD76501000049, - F5896ECB058FD76501000049, - F5896ECC058FD76501000049, - F5896ECD058FD76501000049, - F5896ECE058FD76501000049, - F5896EDC058FD76501000049, - F5896EDD058FD76501000049, - F5896EDF058FD76501000049, - F5896EE1058FD76501000049, - F58B9AD605DBE8A601000049, - F58B9AD705DBE8A601000049, - F58B9AD805DBE8A601000049, - F58B9AD905DBE8A601000049, - F584EB3507075FEB01000049, - F584EB3607075FEB01000049, - F584EB3707075FEB01000049, - F584EB3807075FEB01000049, - F584EB3907075FEB01000049, - F584EB3A07075FEB01000049, - F584EB3B07075FEB01000049, - F584EB3C07075FEB01000049, - F584EB3D07075FEB01000049, - F584EB3E07075FEB01000049, - F584EB3F07075FEB01000049, - F584EB4007075FEB01000049, - F584EB4107075FEB01000049, - F584EB4207075FEB01000049, - F584EB4307075FEB01000049, - F584EB4407075FEB01000049, - F584EB4507075FEB01000049, - F584EB4607075FEB01000049, - F584EB4707075FEB01000049, - F584EB4807075FEB01000049, - F584EC77081BFE0B01000049, - F584EC78081BFE0B01000049, - F584EC79081BFE0B01000049, - F584EC7A081BFE0B01000049, - F584EC7B081BFE0B01000049, - F584EC7C081BFE0B01000049, - F584EC7D081BFE0B01000049, - F584EC7E081BFE0B01000049, - F584EC7F081BFE0B01000049, - F584EC80081BFE0B01000049, - F584EC81081BFE0B01000049, - F584EC82081BFE0B01000049, - F584EC83081BFE0B01000049, - F584EC84081BFE0B01000049, - F584EC85081BFE0B01000049, - F584EC86081BFE0B01000049, - F584EC87081BFE0B01000049, - F584EC88081BFE0B01000049, - F584EC89081BFE0B01000049, - F584EC8A081BFE0B01000049, - F584EC8B081BFE0B01000049, - F584EC8C081BFE0B01000049, - F584EC8D081BFE0B01000049, - F584EC8E081BFE0B01000049, - F584EC8F081BFE0B01000049, - F584EC90081BFE0B01000049, - F584EC91081BFE0B01000049, - F584EC92081BFE0B01000049, - F584EC93081BFE0B01000049, - F584EC94081BFE0B01000049, - F584EC95081BFE0B01000049, - F584EC96081BFE0B01000049, - F584EC97081BFE0B01000049, - F584EC98081BFE0B01000049, - F584EC99081BFE0B01000049, - F584EC9A081BFE0B01000049, - F584EC9B081BFE0B01000049, - F584EC9C081BFE0B01000049, - F584EC9D081BFE0B01000049, - F584EC9E081BFE0B01000049, - F584EC9F081BFE0B01000049, - F584ECA0081BFE0B01000049, - F584ECA1081BFE0B01000049, - F584ECA2081BFE0B01000049, - F584ECA3081BFE0B01000049, - F584ECA4081BFE0B01000049, - F584ECA5081BFE0B01000049, - F584ECA6081BFE0B01000049, - F584ECA7081BFE0B01000049, - F584ECA8081BFE0B01000049, - F584ECA9081BFE0B01000049, - F584ECAA081BFE0B01000049, - F584ECAB081BFE0B01000049, - F584ECAC081BFE0B01000049, - F584ECAD081BFE0B01000049, - F584ECAE081BFE0B01000049, - F584ECAF081BFE0B01000049, - F584ECB0081BFE0B01000049, - F584ECB1081BFE0B01000049, - F584ECB2081BFE0B01000049, - F584ECB3081BFE0B01000049, - F584ECB4081BFE0B01000049, - F584ECB5081BFE0B01000049, - F584ECB6081BFE0B01000049, - F584ECB7081BFE0B01000049, - F584ECB8081BFE0B01000049, - F584ECB9081BFE0B01000049, - F584ECBA081BFE0B01000049, - F584ECBB081BFE0B01000049, - F584ECBC081BFE0B01000049, - F584ECBD081BFE0B01000049, - F584ECBE081BFE0B01000049, - F584ECBF081BFE0B01000049, - F584ECC0081BFE0B01000049, - F584ECC1081BFE0B01000049, - F584ECC2081BFE0B01000049, - F584ECC3081BFE0B01000049, - F584ECC4081BFE0B01000049, - F584ECC5081BFE0B01000049, - F584ECC6081BFE0B01000049, - F584ECC7081BFE0B01000049, - F584ECC8081BFE0B01000049, - F584ECC9081BFE0B01000049, - F584ECCA081BFE0B01000049, - F584ECCB081BFE0B01000049, - F584ECCC081BFE0B01000049, - F584ECCD081BFE0B01000049, - F584ECCE081BFE0B01000049, - F584ECCF081BFE0B01000049, - F584ECD0081BFE0B01000049, - F584ECD1081BFE0B01000049, - F584ECD2081BFE0B01000049, - F584ECD3081BFE0B01000049, - F584ECD4081BFE0B01000049, - F584ECD5081BFE0B01000049, - F584ECD6081BFE0B01000049, - F584ECD7081BFE0B01000049, - F584ECD8081BFE0B01000049, - F584ECD9081BFE0B01000049, - F584ECDA081BFE0B01000049, - F584ECDB081BFE0B01000049, - F584ECDC081BFE0B01000049, - F584ECDD081BFE0B01000049, - F584ECDE081BFE0B01000049, - F584ECDF081BFE0B01000049, - F584ECE0081BFE0B01000049, - F584ECE1081BFE0B01000049, - F584ECE2081BFE0B01000049, - F584ECE3081BFE0B01000049, - F584ECE4081BFE0B01000049, - F584ECE5081BFE0B01000049, - F584ECE6081BFE0B01000049, - F584ECE7081BFE0B01000049, - F584ECE8081BFE0B01000049, - F584ECE9081BFE0B01000049, - F584ECEA081BFE0B01000049, - F584ECEB081BFE0B01000049, - F584ECEC081BFE0B01000049, - F584ECED081BFE0B01000049, - F584ECEE081BFE0B01000049, - F584ECEF081BFE0B01000049, - F584ECF0081BFE0B01000049, - F584ECF1081BFE0B01000049, - F584ECF2081BFE0B01000049, - F584ECF3081BFE0B01000049, - F584ECF4081BFE0B01000049, - F584ECF5081BFE0B01000049, - F584ECF6081BFE0B01000049, - F584ECF7081BFE0B01000049, - F584ECF8081BFE0B01000049, - F584ECF9081BFE0B01000049, - F584ECFA081BFE0B01000049, - F584ECFB081BFE0B01000049, - F584ECFC081BFE0B01000049, - F584ECFD081BFE0B01000049, - F584ECFE081BFE0B01000049, - F584ECFF081BFE0B01000049, - F584ED00081BFE0B01000049, - F5D5B94C081D003901722612, - F5D5B94D081D003901722612, - F5D5B94E081D003901722612, - F5D5B94F081D003901722612, - F5D5B950081D003901722612, - F5D5B951081D003901722612, - F5D5B952081D003901722612, - F5D5B953081D003901722612, - F5D5B954081D003901722612, - F5D5B955081D003901722612, - F5D5B956081D003901722612, - F5D5B957081D003901722612, - F5D5B958081D003901722612, - F5D5B959081D003901722612, - F5D5B95A081D003901722612, - F5D5B95B081D003901722612, - F5D5B95C081D003901722612, - F5D5B95D081D003901722612, - F5D5B95E081D003901722612, - F5D5B95F081D003901722612, - F5D5B960081D003901722612, - F5D5B961081D003901722612, - F5D5B962081D003901722612, - ); - }; - NavCount = 1; - NavGeometry0 = { - Frame = "{{0, 0}, {721, 575}}"; - NavBarVisible = YES; - }; - }; - SplitCount = 1; - Tab0 = { - Debugger = { - Split0 = { - SplitCount = 2; - }; - SplitCount = 1; - TabCount = 2; - }; - LauncherConfigVersion = 7; - }; - Tab1 = { - LauncherConfigVersion = 3; - Runner = { - }; - }; - TabCount = 4; - }; - SplitCount = 1; - Tab1 = { - OptionsSetName = "Hierarchy, all classes"; - }; - TabCount = 5; - }; - }, - ); - PBXWorkspaceGeometries = ( - { - ContentSize = "{936, 887}"; - LeftSlideOut = { - ActiveTab = 3; - Collapsed = NO; - Frame = "{{0, 23}, {936, 864}}"; - Split0 = { - ActiveTab = 2; - Collapsed = NO; - Frame = "{{215, 0}, {721, 864}}"; - Split0 = { - Frame = "{{0, 289}, {721, 575}}"; - }; - SplitCount = 1; - Tab0 = { - Debugger = { - ActiveTab = 1; - Collapsed = NO; - Frame = "{{0, 0}, {652, 364}}"; - Split0 = { - Frame = "{{0, 212}, {652, 152}}"; - Split0 = { - Frame = "{{0, 0}, {286, 152}}"; - }; - Split1 = { - DebugVariablesTableConfiguration = ( - Name, - 101, - Value, - 85, - Summary, - 145.123, - ); - Frame = "{{295, 0}, {357, 152}}"; - }; - SplitCount = 2; - }; - SplitCount = 1; - Tab0 = { - Frame = "{{0, 0}, {721, 50}}"; - }; - Tab1 = { - Frame = "{{0, 0}, {652, 188}}"; - }; - TabCount = 2; - TabsVisible = YES; - }; - Frame = "{{0, 0}, {652, 364}}"; - LauncherConfigVersion = 7; - }; - Tab1 = { - Frame = "{{0, 0}, {652, 125}}"; - LauncherConfigVersion = 3; - Runner = { - Frame = "{{0, 0}, {652, 125}}"; - }; - }; - Tab2 = { - BuildMessageFrame = "{{0, 0}, {723, 111}}"; - BuildTranscriptFrame = "{{0, 120}, {723, 147}}"; - Frame = "{{0, 0}, {721, 265}}"; - }; - Tab3 = { - Frame = "{{0, 0}, {652, 265}}"; - }; - TabCount = 4; - TabsVisible = YES; - }; - SplitCount = 1; - Tab0 = { - Frame = "{{0, 0}, {260, 864}}"; - GroupTreeTableConfiguration = ( - TargetStatusColumn, - 18, - MainColumn, - 227, - ); - }; - Tab1 = { - ClassesFrame = "{{0, 0}, {247, 568}}"; - ClassesTreeTableConfiguration = ( - PBXBookColumnIdentifier, - 20, - PBXClassColumnIdentifier, - 204, - ); - Frame = "{{0, 0}, {245, 940}}"; - MembersFrame = "{{0, 577}, {247, 363}}"; - MembersTreeTableConfiguration = ( - PBXBookColumnIdentifier, - 20, - PBXMethodColumnIdentifier, - 203, - ); - }; - Tab2 = { - Frame = "{{0, 0}, {226, 549}}"; - }; - Tab3 = { - Frame = "{{0, 0}, {191, 864}}"; - TargetTableConfiguration = ( - ActiveObject, - 16, - ObjectNames, - 202.296, - ); - }; - Tab4 = { - BreakpointsTreeTableConfiguration = ( - breakpointColumn, - 138, - enabledColumn, - 31, - ); - Frame = "{{0, 0}, {191, 864}}"; - }; - TabCount = 5; - TabsVisible = YES; - }; - StatusViewVisible = YES; - Template = F5F68CF101725D4C0D7A8F4C; - ToolbarVisible = YES; - WindowLocation = "{0, 79}"; - }, - ); - PBXWorkspaceStateSaveDate = 365271742; - }; - perUserProjectItems = { - 569789F215B6AA4900C92BA7 /* PBXTextBookmark */ = 569789F215B6AA4900C92BA7 /* PBXTextBookmark */; - 569789F315B6AA4900C92BA7 /* PBXTextBookmark */ = 569789F315B6AA4900C92BA7 /* PBXTextBookmark */; - 569789F415B6AA4900C92BA7 /* PBXTextBookmark */ = 569789F415B6AA4900C92BA7 /* PBXTextBookmark */; - 569789F515B6AA4900C92BA7 /* PBXTextBookmark */ = 569789F515B6AA4900C92BA7 /* PBXTextBookmark */; - 56978A0515B6F34500C92BA7 /* PBXTextBookmark */ = 56978A0515B6F34500C92BA7 /* PBXTextBookmark */; - 56978A2615B8115600C92BA7 /* PBXTextBookmark */ = 56978A2615B8115600C92BA7 /* PBXTextBookmark */; - 56978A2715B8115600C92BA7 /* PBXTextBookmark */ = 56978A2715B8115600C92BA7 /* PBXTextBookmark */; - 56978A2815B8115600C92BA7 /* PBXTextBookmark */ = 56978A2815B8115600C92BA7 /* PBXTextBookmark */; - 56978A2A15B8115600C92BA7 /* PBXTextBookmark */ = 56978A2A15B8115600C92BA7 /* PBXTextBookmark */; - 56978A2B15B8115600C92BA7 /* PBXTextBookmark */ = 56978A2B15B8115600C92BA7 /* PBXTextBookmark */; - 56978A2C15B8115600C92BA7 /* PBXTextBookmark */ = 56978A2C15B8115600C92BA7 /* PBXTextBookmark */; - 56978A2D15B8115600C92BA7 /* PBXTextBookmark */ = 56978A2D15B8115600C92BA7 /* PBXTextBookmark */; - 56978A2E15B8115600C92BA7 /* PBXTextBookmark */ = 56978A2E15B8115600C92BA7 /* PBXTextBookmark */; - 56978AA915B84DC400C92BA7 /* PBXTextBookmark */ = 56978AA915B84DC400C92BA7 /* PBXTextBookmark */; - 56978AAA15B84DC400C92BA7 /* PBXTextBookmark */ = 56978AAA15B84DC400C92BA7 /* PBXTextBookmark */; - 56978AAB15B84DC400C92BA7 /* PBXTextBookmark */ = 56978AAB15B84DC400C92BA7 /* PBXTextBookmark */; - 56978B9615B9B27800C92BA7 /* PBXTextBookmark */ = 56978B9615B9B27800C92BA7 /* PBXTextBookmark */; - 56978B9715B9B27800C92BA7 /* PBXTextBookmark */ = 56978B9715B9B27800C92BA7 /* PBXTextBookmark */; - 56B3CFB515C8383B0038697B /* PBXTextBookmark */ = 56B3CFB515C8383B0038697B /* PBXTextBookmark */; - 56B3CFB615C8383B0038697B /* PBXTextBookmark */ = 56B3CFB615C8383B0038697B /* PBXTextBookmark */; - 56B3CFC615D186AC0038697B /* PBXTextBookmark */ = 56B3CFC615D186AC0038697B /* PBXTextBookmark */; - }; - sourceControlManager = 56F50C76081D069F008E7569 /* Source Control */; - userBookmarkGroup = 561C072F10D1DD26001CBA21 /* PBXBookmarkGroup */; - userBuildSettings = { - }; - }; - 0111289501AD58747F000001 /* apContour.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {734, 2015}}"; - sepNavSelRange = "{2390, 0}"; - sepNavVisRange = "{2055, 565}"; - sepNavVisRect = "{{0, 1003}, {701, 635}}"; - }; - }; - 0111289601AD58747F000001 /* App.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {838, 22113}}"; - sepNavSelRange = "{57048, 0}"; - sepNavVisRange = "{56903, 1876}"; - sepNavVisRect = "{{0, 12852}, {710, 865}}"; - sepNavWindowFrame = "{{1017, 346}, {670, 828}}"; - }; - }; - 0111289801AD58747F000001 /* DXFImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1027, 4602}}"; - sepNavSelRange = "{9970, 74}"; - sepNavVisRange = "{9301, 1508}"; - }; - }; - 0111289901AD58747F000001 /* FlippedView.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 871}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1414}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 0111289A01AD58747F000001 /* GerberImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {780, 6734}}"; - sepNavSelRange = "{4808, 0}"; - sepNavVisRange = "{4288, 897}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 0111289B01AD58747F000001 /* HPGLImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 2015}}"; - sepNavSelRange = "{2102, 0}"; - sepNavVisRange = "{2829, 1697}"; - sepNavVisRect = "{{0, 1010}, {761, 558}}"; - }; - }; - 0111289D01AD58747F000001 /* LayerObject.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 10270}}"; - sepNavSelRange = "{4005, 13}"; - sepNavVisRange = "{4464, 636}"; - sepNavVisRect = "{{0, 2441}, {779, 313}}"; - }; - }; - 0111289E01AD58747F000001 /* MoveCell.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 1008}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 79}, {702, 556}}"; - }; - }; - 0111289F01AD58747F000001 /* MoveMatrix.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1216, 5694}}"; - sepNavSelRange = "{3908, 0}"; - sepNavVisRange = "{3396, 1078}"; - sepNavVisRect = "{{0, 1142}, {701, 635}}"; - }; - }; - 011128A001AD58747F000001 /* MyPageLayout.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {780, 1560}}"; - sepNavSelRange = "{2197, 0}"; - sepNavVisRange = "{0, 0}"; - }; - }; - 011128A101AD58747F000001 /* PSImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 2366}}"; - sepNavSelRange = "{4188, 0}"; - sepNavVisRange = "{3876, 792}"; - sepNavVisRect = "{{0, 530}, {653, 187}}"; - }; - }; - 011128A201AD58747F000001 /* TileObject.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 1222}}"; - sepNavSelRange = "{1541, 14}"; - sepNavVisRange = "{1270, 711}"; - }; - }; - 011128A301AD58747F000001 /* TileScrollView.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1111, 3718}}"; - sepNavSelRange = "{3682, 0}"; - sepNavVisRange = "{2756, 2065}"; - sepNavVisRect = "{{0, 1320}, {710, 865}}"; - }; - }; - 011128AB01AD58747F000001 /* TilePanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {734, 3081}}"; - sepNavSelRange = "{3669, 0}"; - sepNavVisRange = "{3292, 608}"; - sepNavVisRect = "{{0, 1226}, {811, 502}}"; - }; - }; - 011128AC01AD58747F000001 /* WorkingAreaPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {796, 1729}}"; - sepNavSelRange = "{231, 0}"; - sepNavVisRange = "{0, 2136}"; - sepNavVisRect = "{{0, 966}, {701, 635}}"; - }; - }; - 011128AD01AD58747F000001 /* GridPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1001}}"; - sepNavSelRange = "{1278, 0}"; - sepNavVisRange = "{573, 1892}"; - sepNavVisRect = "{{0, 572}, {722, 215}}"; - }; - }; - 011128AF01AD58747F000001 /* IntersectionPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 2015}}"; - sepNavSelRange = "{5220, 0}"; - sepNavVisRange = "{3918, 1087}"; - }; - }; - 011128B001AD58747F000001 /* Type1ImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {780, 2470}}"; - sepNavSelRange = "{2391, 0}"; - sepNavVisRange = "{1932, 865}"; - }; - }; - 011128B101AD58747F000001 /* Type1Import.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {754, 18473}}"; - sepNavSelRange = "{31864, 0}"; - sepNavVisRange = "{31416, 1057}"; - sepNavVisRect = "{{0, 711}, {702, 695}}"; - sepNavWindowFrame = "{{403, 89}, {829, 777}}"; - }; - }; - 011128B201AD58747F000001 /* EPSExport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1657, 7137}}"; - sepNavSelRange = "{15296, 145}"; - sepNavVisRange = "{13512, 2704}"; - }; - }; - 011128B301AD58747F000001 /* DINImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {726, 2678}}"; - sepNavSelRange = "{4979, 0}"; - sepNavVisRange = "{4866, 1580}"; - }; - }; - 011128B401AD58747F000001 /* Type1Font.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {6613, 13702}}"; - sepNavSelRange = "{42939, 0}"; - sepNavVisRange = "{41700, 3924}"; - sepNavVisRect = "{{0, 14235}, {516, 409}}"; - sepNavWindowFrame = "{{107, 162}, {829, 777}}"; - }; - }; - 011128B501AD58747F000001 /* Document.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1657, 25987}}"; - sepNavSelRange = "{1659, 69}"; - sepNavVisRange = "{122, 2020}"; - sepNavVisRect = "{{0, 23884}, {710, 865}}"; - sepNavWindowFrame = "{{503, 160}, {750, 558}}"; - }; - }; - 011128B601AD58747F000001 /* DocView.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {978, 69485}}"; - sepNavSelRange = "{191251, 0}"; - sepNavVisRange = "{27692, 1885}"; - sepNavVisRect = "{{0, 20440}, {710, 865}}"; - sepNavWindowFrame = "{{149, 56}, {908, 724}}"; - }; - }; - 011128B701AD58747F000001 /* DocWindow.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 4563}}"; - sepNavSelRange = "{11405, 0}"; - sepNavVisRange = "{9667, 2170}"; - sepNavVisRect = "{{0, 816}, {841, 314}}"; - }; - }; - 011128B801AD58747F000001 /* dvDrag.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {775, 2730}}"; - sepNavSelRange = "{4625, 19}"; - sepNavVisRange = "{0, 2345}"; - sepNavVisRect = "{{0, 1507}, {701, 635}}"; - }; - }; - 011128B901AD58747F000001 /* dvGrid.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 3003}}"; - sepNavSelRange = "{1791, 0}"; - sepNavVisRange = "{1125, 699}"; - sepNavVisRect = "{{0, 2224}, {701, 635}}"; - }; - }; - 011128BA01AD58747F000001 /* dvHiddenArea.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1405, 5941}}"; - sepNavSelRange = "{14620, 0}"; - sepNavVisRange = "{13993, 2542}"; - sepNavVisRect = "{{0, 447}, {722, 215}}"; - sepNavWindowFrame = "{{351, 79}, {750, 558}}"; - }; - }; - 011128BC01AD58747F000001 /* dvUndo.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 8164}}"; - sepNavSelRange = "{1702, 233}"; - sepNavVisRange = "{1763, 1343}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 011128BD01AD58747F000001 /* dvPasteboard.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 9646}}"; - sepNavSelRange = "{12773, 16}"; - sepNavVisRange = "{12111, 2233}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{802, 63}, {750, 558}}"; - }; - }; - 011128BE01AD58747F000001 /* dvTile.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {754, 4043}}"; - sepNavSelRange = "{7406, 105}"; - sepNavVisRange = "{6439, 2503}"; - sepNavVisRect = "{{0, 1582}, {710, 865}}"; - }; - }; - 011128C001AD58747F000001 /* App.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 3016}}"; - sepNavSelRange = "{5707, 39}"; - sepNavVisRange = "{4757, 1525}"; - sepNavVisRect = "{{0, 583}, {710, 865}}"; - sepNavWindowFrame = "{{268, 234}, {750, 558}}"; - }; - }; - 011128C201AD58747F000001 /* debug.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {866, 871}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 2581}"; - }; - }; - 011128C501AD58747F000001 /* GerberImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {796, 884}}"; - sepNavSelRange = "{2594, 0}"; - sepNavVisRange = "{1343, 1405}"; - }; - }; - 011128C601AD58747F000001 /* HPGLImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 780}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{49, 1922}"; - }; - }; - 011128C901AD58747F000001 /* LayerObject.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 2756}}"; - sepNavSelRange = "{2640, 0}"; - sepNavVisRange = "{2285, 3365}"; - sepNavVisRect = "{{0, 1065}, {701, 635}}"; - }; - }; - 011128CA01AD58747F000001 /* locations.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 1157}}"; - sepNavSelRange = "{1960, 12}"; - sepNavVisRange = "{1067, 1952}"; - }; - }; - 011128CB01AD58747F000001 /* messages.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {2175, 1547}}"; - sepNavSelRange = "{4251, 0}"; - sepNavVisRange = "{3980, 2131}"; - sepNavVisRect = "{{0, 352}, {811, 502}}"; - }; - }; - 011128CD01AD58747F000001 /* MoveMatrix.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 806}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1385}"; - }; - }; - 011128CE01AD58747F000001 /* MyPageLayout.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 781}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1339}"; - sepNavVisRect = "{{0, 0}, {702, 644}}"; - }; - }; - 011128D001AD58747F000001 /* propertyList.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {711, 1300}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 2291}"; - sepNavVisRect = "{{0, 212}, {710, 865}}"; - }; - }; - 011128D101AD58747F000001 /* PSImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 819}}"; - sepNavSelRange = "{1909, 0}"; - sepNavVisRange = "{969, 1009}"; - }; - }; - 011128D201AD58747F000001 /* TileObject.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 801}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1365}"; - }; - }; - 011128D401AD58747F000001 /* TileScrollView.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 806}}"; - sepNavSelRange = "{1074, 18}"; - sepNavVisRange = "{0, 1383}"; - sepNavVisRect = "{{0, 195}, {662, 463}}"; - }; - }; - 011128D601AD58747F000001 /* types.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {684, 3055}}"; - sepNavSelRange = "{2450, 4}"; - sepNavVisRange = "{1685, 1908}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 011128D701AD58747F000001 /* vhf2DFunctions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1139, 1664}}"; - sepNavSelRange = "{1946, 13}"; - sepNavVisRange = "{104, 2756}"; - sepNavVisRect = "{{0, 798}, {701, 635}}"; - }; - }; - 011128D801AD58747F000001 /* vhfCommonFunctions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {929, 1079}}"; - sepNavSelRange = "{2228, 0}"; - sepNavVisRange = "{115, 2673}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 011128E401AD58747F000001 /* WorkingAreaPanel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 750}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1255}"; - sepNavVisRect = "{{0, 0}, {811, 502}}"; - }; - }; - 011128E801AD58747F000001 /* Type1ImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 806}}"; - sepNavSelRange = "{1776, 0}"; - sepNavVisRange = "{1285, 816}"; - }; - }; - 011128EB01AD58747F000001 /* type1Funs.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {790, 770}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {790, 648}}"; - sepNavWindowFrame = "{{61, 204}, {829, 777}}"; - }; - }; - 011128EE01AD58747F000001 /* Type1Font.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {790, 2772}}"; - sepNavSelRange = "{2473, 0}"; - sepNavVisRect = "{{0, 1421}, {790, 648}}"; - sepNavWindowFrame = "{{160, 108}, {829, 777}}"; - }; - }; - 011128EF01AD58747F000001 /* Document.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {733, 1911}}"; - sepNavSelRange = "{3968, 0}"; - sepNavVisRange = "{3576, 1646}"; - sepNavVisRect = "{{0, 623}, {701, 635}}"; - sepNavWindowFrame = "{{770, 174}, {750, 558}}"; - }; - }; - 011128F001AD58747F000001 /* DocView.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1006, 4173}}"; - sepNavSelRange = "{4199, 33}"; - sepNavVisRange = "{2267, 3328}"; - sepNavVisRect = "{{0, 2484}, {701, 635}}"; - sepNavWindowFrame = "{{103, 114}, {750, 558}}"; - }; - }; - 011128F201AD58747F000001 /* DocWindow.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 1118}}"; - sepNavSelRange = "{1280, 0}"; - sepNavVisRange = "{0, 1614}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 011128F401AD58747F000001 /* Cenon_main.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 962}}"; - sepNavSelRange = "{130, 0}"; - sepNavVisRange = "{0, 1515}"; - sepNavVisRect = "{{0, 709}, {779, 313}}"; - }; - }; - 011128F601AD58747F000001 /* propertyList.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 5057}}"; - sepNavSelRange = "{2593, 0}"; - sepNavVisRange = "{1730, 2267}"; - sepNavVisRect = "{{0, 1428}, {710, 865}}"; - }; - }; - 011128FC01AD58747F000001 /* type1Funs.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {722, 4886}}"; - sepNavSelRange = "{3764, 26}"; - sepNavVisRect = "{{0, 1549}, {722, 300}}"; - sepNavWindowFrame = "{{440, 116}, {829, 777}}"; - }; - }; - 0111294601AD58747F000001 /* English */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 807}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 0111294901AD58747F000001 /* English */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1209, 1157}}"; - sepNavSelRange = "{1462, 0}"; - sepNavVisRange = "{1147, 2090}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 0111298B01AD58747F000001 /* ClipRectangle.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1265, 6422}}"; - sepNavSelRange = "{5578, 0}"; - sepNavVisRange = "{4677, 1974}"; - sepNavVisRect = "{{0, 5122}, {701, 635}}"; - }; - }; - 0111299001AD58747F000001 /* HiddenArea.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {929, 10959}}"; - sepNavSelRange = "{32115, 0}"; - sepNavVisRange = "{10882, 998}"; - sepNavVisRect = "{{0, 539}, {722, 215}}"; - sepNavWindowFrame = "{{291, 96}, {750, 558}}"; - }; - }; - 0111299701AD58747F000001 /* PathContour.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {922, 53625}}"; - sepNavSelRange = "{194344, 0}"; - sepNavVisRange = "{192992, 1785}"; - sepNavVisRect = "{{0, 51594}, {702, 556}}"; - sepNavWindowFrame = "{{15, 239}, {750, 502}}"; - }; - }; - 0111299901AD58747F000001 /* PerformanceMap.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 9334}}"; - sepNavSelRange = "{8585, 0}"; - sepNavVisRange = "{9709, 796}"; - sepNavVisRect = "{{0, 9553}, {779, 313}}"; - sepNavWindowFrame = "{{611, 77}, {750, 558}}"; - }; - }; - 011129A501AD58747F000001 /* ClipRectangle.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {811, 798}}"; - sepNavSelRange = "{173, 10}"; - sepNavVisRect = "{{0, 0}, {811, 502}}"; - sepNavWindowFrame = "{{291, 213}, {750, 558}}"; - }; - }; - 011129AA01AD58747F000001 /* HiddenArea.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {711, 644}}"; - sepNavSelRange = "{1296, 0}"; - sepNavVisRect = "{{0, 215}, {711, 429}}"; - sepNavWindowFrame = "{{669, 352}, {750, 558}}"; - }; - }; - 011129B301AD58747F000001 /* PerformanceMap.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 988}}"; - sepNavSelRange = "{96, 0}"; - sepNavVisRange = "{964, 1952}"; - sepNavVisRect = "{{0, 572}, {722, 215}}"; - sepNavWindowFrame = "{{415, 147}, {750, 558}}"; - }; - }; - 011129C301AD58747F000001 /* AlignGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {662, 784}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {662, 463}}"; - }; - }; - 011129C601AD58747F000001 /* ChangeDetail.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1244, 9243}}"; - sepNavSelRange = "{15726, 0}"; - sepNavVisRange = "{9859, 1961}"; - }; - }; - 011129C801AD58747F000001 /* ContourGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 2379}}"; - sepNavSelRange = "{3652, 0}"; - sepNavVisRange = "{2793, 1423}"; - }; - }; - 011129CB01AD58747F000001 /* DeleteGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 1157}}"; - sepNavSelRange = "{1843, 0}"; - sepNavVisRange = "{1168, 1153}"; - }; - }; - 011129CC01AD58747F000001 /* DimensionsGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 611}}"; - sepNavSelRange = "{1028, 24}"; - sepNavVisRange = "{580, 609}"; - }; - }; - 011129CF01AD58747F000001 /* FillGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 923}}"; - sepNavSelRange = "{1396, 16}"; - sepNavVisRange = "{1165, 357}"; - }; - }; - 011129D001AD58747F000001 /* GraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2301}}"; - sepNavSelRange = "{2021, 0}"; - sepNavVisRange = "{1660, 1400}"; - }; - }; - 011129D101AD58747F000001 /* GroupGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 1482}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1469}"; - }; - }; - 011129D201AD58747F000001 /* JoinGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 2444}}"; - sepNavSelRange = "{4807, 0}"; - sepNavVisRange = "{0, 1566}"; - }; - }; - 011129D301AD58747F000001 /* LengthGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 832}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1278}"; - }; - }; - 011129D401AD58747F000001 /* LockGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 598}}"; - sepNavSelRange = "{1126, 16}"; - sepNavVisRange = "{441, 718}"; - }; - }; - 011129DB01AD58747F000001 /* PunchGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 2262}}"; - sepNavSelRange = "{3623, 0}"; - sepNavVisRange = "{2559, 1469}"; - }; - }; - 011129DD01AD58747F000001 /* ReorderGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 1040}}"; - sepNavSelRange = "{1494, 0}"; - sepNavVisRange = "{1066, 1323}"; - }; - }; - 011129E201AD58747F000001 /* SplitGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {852, 2496}}"; - sepNavSelRange = "{2668, 33}"; - sepNavVisRange = "{1411, 1996}"; - }; - }; - 011129E301AD58747F000001 /* UngroupGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {838, 2236}}"; - sepNavSelRange = "{2730, 0}"; - sepNavVisRange = "{0, 1191}"; - }; - }; - 011129E901AD58747F000001 /* ChangeDetail.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 3172}}"; - sepNavSelRange = "{4401, 17}"; - sepNavVisRange = "{3644, 1067}"; - }; - }; - 011129EB01AD58747F000001 /* ContourGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 649}}"; - sepNavSelRange = "{134, 50}"; - sepNavVisRange = "{0, 1291}"; - }; - }; - 011129EF01AD58747F000001 /* DimensionsGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 468}}"; - sepNavSelRange = "{945, 24}"; - sepNavVisRange = "{119, 939}"; - }; - }; - 011129F101AD58747F000001 /* EndEditingGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 637}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1533}"; - }; - }; - 011129F201AD58747F000001 /* FillGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 631}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1157}"; - }; - }; - 011129F401AD58747F000001 /* GroupGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 781}}"; - sepNavSelRange = "{1122, 0}"; - sepNavVisRange = "{0, 1299}"; - }; - }; - 011129F701AD58747F000001 /* LocalizableStringsForGraphicsUndo.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1524, 1222}}"; - sepNavSelRange = "{127, 0}"; - sepNavVisRange = "{0, 1079}"; - }; - }; - 011129F801AD58747F000001 /* LockGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 468}}"; - sepNavSelRange = "{939, 18}"; - sepNavVisRange = "{113, 932}"; - }; - }; - 01112A0601AD58747F000001 /* SplitGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 811}}"; - sepNavSelRange = "{1182, 0}"; - sepNavVisRange = "{0, 1330}"; - }; - }; - 01112A0701AD58747F000001 /* undo.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {734, 1287}}"; - sepNavSelRange = "{2024, 48}"; - sepNavVisRange = "{1678, 765}"; - }; - }; - 01112A0E01AD58747F000001 /* InspectorPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {887, 8021}}"; - sepNavSelRange = "{18655, 9}"; - sepNavVisRange = "{18495, 855}"; - sepNavVisRect = "{{0, 6208}, {779, 313}}"; - }; - }; - 01112A0F01AD58747F000001 /* IPArc.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 2379}}"; - sepNavSelRange = "{4666, 0}"; - sepNavVisRange = "{4309, 1278}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 01112A1001AD58747F000001 /* IPBasicLevel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 2301}}"; - sepNavSelRange = "{1304, 0}"; - sepNavVisRange = "{1215, 271}"; - sepNavVisRect = "{{0, 1035}, {744, 241}}"; - }; - }; - 01112A1101AD58747F000001 /* IPCrosshairs.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1586}}"; - sepNavSelRange = "{70, 0}"; - sepNavVisRange = "{0, 1276}"; - sepNavVisRect = "{{0, 1087}, {701, 635}}"; - }; - }; - 01112A1201AD58747F000001 /* IPCurve.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2353}}"; - sepNavSelRange = "{6004, 0}"; - sepNavVisRange = "{5156, 1314}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 01112A1301AD58747F000001 /* IPGroup.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 2574}}"; - sepNavSelRange = "{2593, 0}"; - sepNavVisRange = "{1147, 737}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 01112A1401AD58747F000001 /* IPImage.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 4654}}"; - sepNavSelRange = "{10150, 0}"; - sepNavVisRange = "{2876, 1446}"; - sepNavVisRect = "{{0, 4696}, {742, 311}}"; - }; - }; - 01112A1501AD58747F000001 /* IPLine.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2795}}"; - sepNavSelRange = "{4424, 0}"; - sepNavVisRange = "{3912, 1925}"; - sepNavVisRect = "{{0, 420}, {701, 635}}"; - }; - }; - 01112A1601AD58747F000001 /* IPMark.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2717}}"; - sepNavSelRange = "{5936, 0}"; - sepNavVisRange = "{0, 1348}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 01112A1701AD58747F000001 /* IPPath.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 4004}}"; - sepNavSelRange = "{7476, 0}"; - sepNavVisRange = "{6856, 1892}"; - sepNavVisRect = "{{0, 3730}, {742, 311}}"; - }; - }; - 01112A1801AD58747F000001 /* IPPolyLine.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1391}}"; - sepNavSelRange = "{3116, 0}"; - sepNavVisRange = "{152, 1625}"; - sepNavVisRect = "{{0, 1229}, {742, 311}}"; - }; - }; - 01112A1901AD58747F000001 /* IPRectangle.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 2704}}"; - sepNavSelRange = "{2804, 29}"; - sepNavVisRange = "{1348, 2530}"; - sepNavVisRect = "{{0, 2134}, {742, 311}}"; - }; - }; - 01112A1A01AD58747F000001 /* IPSinking.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {978, 4290}}"; - sepNavSelRange = "{3988, 0}"; - sepNavVisRange = "{3108, 2063}"; - sepNavVisRect = "{{0, 572}, {779, 551}}"; - }; - }; - 01112A1B01AD58747F000001 /* IPText.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {782, 4017}}"; - sepNavSelRange = "{4967, 0}"; - sepNavVisRange = "{3816, 1900}"; - sepNavVisRect = "{{0, 442}, {811, 502}}"; - }; - }; - 01112A1C01AD58747F000001 /* IPTextPath.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1404}}"; - sepNavSelRange = "{2155, 0}"; - sepNavVisRange = "{1746, 1193}"; - sepNavVisRect = "{{0, 947}, {702, 556}}"; - }; - }; - 01112A1D01AD58747F000001 /* IPThread.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2431}}"; - sepNavSelRange = "{4600, 0}"; - sepNavVisRange = "{4150, 1226}"; - sepNavVisRect = "{{0, 344}, {811, 502}}"; - }; - }; - 01112A2001AD58747F000001 /* InspectorPanel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 1352}}"; - sepNavSelRange = "{1858, 11}"; - sepNavVisRange = "{1302, 1631}"; - sepNavVisRect = "{{0, 0}, {702, 556}}"; - }; - }; - 01112A2201AD58747F000001 /* IPBasicLevel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 832}}"; - sepNavSelRange = "{1504, 0}"; - sepNavVisRange = "{502, 1248}"; - sepNavVisRect = "{{0, 228}, {702, 556}}"; - sepNavWindowFrame = "{{580, 7}, {738, 1010}}"; - }; - }; - 01112A2301AD58747F000001 /* IPCrosshairs.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {662, 714}}"; - sepNavSelRange = "{1269, 0}"; - sepNavVisRect = "{{0, 238}, {662, 463}}"; - }; - }; - 01112A2601AD58747F000001 /* IPImage.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 966}}"; - sepNavSelRange = "{1494, 0}"; - sepNavVisRect = "{{0, 320}, {701, 635}}"; - }; - }; - 01112A2801AD58747F000001 /* IPMark.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 728}}"; - sepNavSelRange = "{117, 0}"; - sepNavVisRange = "{0, 1313}"; - }; - }; - 01112A2E01AD58747F000001 /* IPTextPath.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 728}}"; - sepNavSelRange = "{1333, 0}"; - sepNavVisRange = "{16, 1413}"; - }; - }; - 01112A4C01AD58747F000001 /* PreferencesPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 2223}}"; - sepNavSelRange = "{4108, 0}"; - sepNavVisRange = "{2483, 2114}"; - sepNavVisRect = "{{0, 1370}, {701, 635}}"; - sepNavWindowFrame = "{{405, 206}, {750, 558}}"; - }; - }; - 01112A5201AD58747F000001 /* PreferencesPanel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 815}}"; - sepNavSelRange = "{89, 0}"; - sepNavVisRange = "{0, 1615}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{61, 8}, {837, 1123}}"; - }; - }; - 01112A5E01AD58747F000001 /* TPAlign.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 2938}}"; - sepNavSelRange = "{2538, 90}"; - sepNavVisRange = "{1739, 2024}"; - }; - }; - 01112A5F01AD58747F000001 /* TPBasicLevel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 845}}"; - sepNavSelRange = "{1253, 14}"; - sepNavVisRange = "{161, 1117}"; - }; - }; - 01112A6001AD58747F000001 /* TPMix.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1391, 1898}}"; - sepNavSelRange = "{2956, 0}"; - sepNavVisRange = "{1969, 2290}"; - }; - }; - 01112A6201AD58747F000001 /* TPScale.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1885}}"; - sepNavSelRange = "{3702, 0}"; - sepNavVisRange = "{2621, 1206}"; - }; - }; - 01112A6301AD58747F000001 /* TransformPanel.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 2392}}"; - sepNavSelRange = "{1830, 14}"; - sepNavVisRange = "{1299, 1494}"; - }; - }; - 01112A6601AD58747F000001 /* TPBasicLevel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 715}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1333}"; - }; - }; - 01112A6901AD58747F000001 /* TPScale.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 709}}"; - sepNavSelRange = "{1058, 10}"; - sepNavVisRange = "{0, 1294}"; - }; - }; - 01112A6A01AD58747F000001 /* TransformPanel.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 988}}"; - sepNavSelRange = "{204, 0}"; - sepNavVisRange = "{491, 1301}"; - }; - }; - 01112A7801AD58747F000001 /* Change.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 2834}}"; - sepNavSelRange = "{3240, 0}"; - sepNavVisRange = "{3213, 993}"; - }; - }; - 01112A7901AD58747F000001 /* ChangeManager.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 4979}}"; - sepNavSelRange = "{1559, 0}"; - sepNavVisRange = "{0, 1603}"; - }; - }; - 01112A7D01AD58747F000001 /* ChangeManager.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1079}}"; - sepNavSelRange = "{3145, 0}"; - sepNavVisRange = "{1502, 1689}"; - }; - }; - 122FCD4D01B6EC597F000001 /* VArc.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {775, 68822}}"; - sepNavSelRange = "{129665, 0}"; - sepNavVisRange = "{128589, 1858}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 122FCD4F01B6EC637F000001 /* VArc.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {754, 1495}}"; - sepNavSelRange = "{2899, 8}"; - sepNavVisRange = "{824, 1793}"; - sepNavVisRect = "{{0, 854}, {701, 635}}"; - }; - }; - 122FCD5101B6EC7F7F000001 /* VCrosshairs.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 3458}}"; - sepNavSelRange = "{6264, 0}"; - sepNavVisRange = "{5388, 1320}"; - sepNavVisRect = "{{0, 986}, {531, 295}}"; - }; - }; - 122FCD5301B6EC877F000001 /* VCrosshairs.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 807}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1529}"; - }; - }; - 122FCD5601B6ECB37F000001 /* VCurve.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {838, 45019}}"; - sepNavSelRange = "{107383, 0}"; - sepNavVisRange = "{106387, 1880}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{956, 143}, {670, 828}}"; - }; - }; - 122FCD5701B6ECB37F000001 /* VGraphic.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {922, 13429}}"; - sepNavSelRange = "{25010, 17}"; - sepNavVisRange = "{24933, 411}"; - sepNavVisRect = "{{0, 6499}, {710, 865}}"; - sepNavWindowFrame = "{{15, 21}, {945, 1152}}"; - }; - }; - 122FCD5801B6ECB37F000001 /* VGroup.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 22295}}"; - sepNavSelRange = "{37995, 0}"; - sepNavVisRange = "{37545, 2008}"; - sepNavVisRect = "{{0, 14378}, {838, 434}}"; - }; - }; - 122FCD5901B6ECB37F000001 /* VImage.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {908, 28236}}"; - sepNavSelRange = "{47301, 0}"; - sepNavVisRange = "{46258, 3035}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{814, 46}, {757, 982}}"; - }; - }; - 122FCD5A01B6ECB37F000001 /* VLine.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {796, 17030}}"; - sepNavSelRange = "{31644, 0}"; - sepNavVisRange = "{0, 1792}"; - sepNavVisRect = "{{0, 3526}, {701, 635}}"; - sepNavWindowFrame = "{{250, 75}, {798, 949}}"; - }; - }; - 122FCD5B01B6ECB37F000001 /* VLine3D.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 2379}}"; - sepNavSelRange = "{3979, 0}"; - sepNavVisRange = "{2829, 1570}"; - }; - }; - 122FCD5C01B6ECB37F000001 /* VMark.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 6630}}"; - sepNavSelRange = "{12377, 58}"; - sepNavVisRange = "{8733, 1469}"; - sepNavVisRect = "{{0, 2242}, {841, 235}}"; - }; - }; - 122FCD5D01B6ECB37F000001 /* VPath.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 134316}}"; - sepNavSelRange = "{403081, 0}"; - sepNavVisRange = "{316799, 1165}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{15, 149}, {908, 724}}"; - }; - }; - 122FCD5E01B6ECB37F000001 /* VRectangle.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {999, 30329}}"; - sepNavSelRange = "{5564, 6}"; - sepNavVisRange = "{4878, 994}"; - sepNavVisRect = "{{0, 8465}, {710, 865}}"; - }; - }; - 122FCD5F01B6ECB37F000001 /* VSinking.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 5070}}"; - sepNavSelRange = "{9403, 54}"; - sepNavVisRange = "{8538, 1991}"; - sepNavVisRect = "{{0, 1731}, {710, 865}}"; - }; - }; - 122FCD6001B6ECB37F000001 /* VText.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {894, 24960}}"; - sepNavSelRange = "{53001, 57}"; - sepNavVisRange = "{52609, 952}"; - sepNavVisRect = "{{0, 14462}, {710, 865}}"; - sepNavWindowFrame = "{{760, 0}, {918, 1050}}"; - }; - }; - 122FCD6101B6ECB37F000001 /* VTextPath.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 7384}}"; - sepNavSelRange = "{83, 0}"; - sepNavVisRange = "{0, 1912}"; - sepNavVisRect = "{{0, 4091}, {711, 428}}"; - sepNavWindowFrame = "{{268, 234}, {750, 558}}"; - }; - }; - 122FCD6201B6ECB37F000001 /* VThread.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {705, 3523}}"; - sepNavSelRange = "{3072, 8}"; - sepNavVisRange = "{2652, 1167}"; - }; - }; - 122FCD6301B6ECB37F000001 /* VWeb.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1677}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1417}"; - }; - }; - 122FCD7301B6ECE17F000001 /* VTextPath.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 962}}"; - sepNavSelRange = "{82, 0}"; - sepNavVisRange = "{0, 1335}"; - }; - }; - 122FCD7401B6ECE17F000001 /* VCurve.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 1053}}"; - sepNavSelRange = "{1736, 67}"; - sepNavVisRange = "{915, 1776}"; - sepNavVisRect = "{{0, 569}, {702, 556}}"; - }; - }; - 122FCD7501B6ECE17F000001 /* VGraphic.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 2665}}"; - sepNavSelRange = "{1654, 55}"; - sepNavVisRange = "{1241, 1555}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 122FCD7601B6ECE17F000001 /* VGroup.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {780, 1170}}"; - sepNavSelRange = "{2261, 0}"; - sepNavVisRange = "{1735, 1032}"; - }; - }; - 122FCD7701B6ECE17F000001 /* VImage.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 1443}}"; - sepNavSelRange = "{2055, 0}"; - sepNavVisRange = "{1209, 1456}"; - sepNavVisRect = "{{0, 961}, {701, 635}}"; - }; - }; - 122FCD7801B6ECE17F000001 /* VLine.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 832}}"; - sepNavSelRange = "{1217, 51}"; - sepNavVisRange = "{11, 1543}"; - sepNavVisRect = "{{0, 236}, {701, 635}}"; - }; - }; - 122FCD7901B6ECE17F000001 /* VLine3D.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 689}}"; - sepNavSelRange = "{12, 0}"; - sepNavVisRange = "{0, 1422}"; - sepNavVisRect = "{{0, 0}, {702, 556}}"; - }; - }; - 122FCD7A01B6ECE17F000001 /* VMark.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 832}}"; - sepNavSelRange = "{1569, 34}"; - sepNavVisRange = "{252, 1449}"; - sepNavVisRect = "{{0, 340}, {702, 556}}"; - }; - }; - 122FCD7B01B6ECE17F000001 /* VPath.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {782, 1703}}"; - sepNavSelRange = "{2902, 0}"; - sepNavVisRange = "{2484, 1132}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 122FCD7C01B6ECE17F000001 /* VPolyLine.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {782, 1248}}"; - sepNavSelRange = "{96, 0}"; - sepNavVisRange = "{977, 1674}"; - sepNavVisRect = "{{0, 686}, {701, 635}}"; - }; - }; - 122FCD7D01B6ECE17F000001 /* VRectangle.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {782, 1209}}"; - sepNavSelRange = "{3128, 0}"; - sepNavVisRange = "{1077, 2085}"; - sepNavVisRect = "{{0, 0}, {851, 658}}"; - }; - }; - 122FCD7E01B6ECE17F000001 /* VSinking.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {710, 1246}}"; - sepNavSelRange = "{187, 0}"; - sepNavVisRect = "{{0, 113}, {710, 865}}"; - }; - }; - 122FCD7F01B6ECE17F000001 /* VText.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {726, 1846}}"; - sepNavSelRange = "{59, 0}"; - sepNavVisRange = "{962, 2040}"; - sepNavVisRect = "{{0, 429}, {701, 635}}"; - }; - }; - 5609BDC214DD7C5400A23CEC /* DXFImport.m:1754 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F584EB7F070B8A3601000049 /* DXFImport.m */; - functionName = "-scanGroup:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 1754; - location = VHFImport; - modificationTime = 365872460.905749; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 560D98970D37A41B00494D75 /* 2008.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {800, 5586}}"; - sepNavSelRange = "{7081, 12}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 5613C9D90C4A3D0B00994591 /* 2007.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {710, 1988}}"; - sepNavSelRange = "{4499, 0}"; - sepNavVisRect = "{{0, 822}, {710, 865}}"; - }; - }; - 5613CAB40C4A6DDF00994591 /* ToDo.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {725, 2347}}"; - sepNavSelRange = "{750, 58}"; - sepNavVisRect = "{{0, 107}, {725, 646}}"; - }; - }; - 5613CAB60C4A6E0D00994591 /* KnowHowMac.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {710, 880}}"; - sepNavSelRange = "{244, 0}"; - sepNavVisRect = "{{0, 0}, {710, 880}}"; - }; - }; - 5613D0370C4FC61B00994591 /* README */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1014}}"; - sepNavSelRange = "{2238, 0}"; - sepNavVisRange = "{265, 2025}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 56158A290997B6F7003130B4 /* Cenon (Application) */ = { - activeExec = 0; - executables = ( - 56158BF20997B6F8003130B4 /* Cenon (Application) */, - ); - }; - 56158BF00997B6F7003130B4 /* Info-Cenon.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {709, 4242}}"; - sepNavSelRange = "{5591, 63}"; - sepNavVisRect = "{{0, 2659}, {709, 791}}"; - sepNavWindowFrame = "{{422, 84}, {670, 828}}"; - }; - }; - 56158BF20997B6F8003130B4 /* Cenon (Application) */ = { - isa = PBXExecutable; - activeArgIndices = ( - ); - argumentStrings = ( - ); - autoAttachOnCrash = 1; - breakpointsEnabled = 1; - configStateDict = { - }; - customDataFormattersEnabled = 1; - dataTipCustomDataFormattersEnabled = 1; - dataTipShowTypeColumn = 1; - dataTipSortType = 0; - debuggerPlugin = GDBDebugging; - disassemblyDisplayState = 0; - dylibVariantSuffix = ""; - enableDebugStr = 1; - environmentEntries = ( - { - active = YES; - name = DYLD_LIBRARY_PATH; - value = /usr/local/bin; - }, - { - active = YES; - name = LD_LIBRARY_PATH; - value = /usr/local/bin; - }, - ); - executableSystemSymbolLevel = 0; - executableUserSymbolLevel = 0; - libgmallocEnabled = 0; - name = "Cenon (Application)"; - savedGlobals = { - }; - showTypeColumn = 0; - sourceDirectories = ( - ); - variableFormatDictionary = { - $cs = 1; - $ds = 1; - $eax = 1; - $ebp = 1; - $ebx = 1; - $ecx = 1; - $edi = 1; - $edx = 1; - $eflags = 1; - $eip = 1; - $es = 1; - $esi = 1; - $esp = 1; - $fs = 1; - $gs = 1; - $ss = 1; - }; - }; - 561593610997B759003130B4 /* VHFImport */ = { - activeExec = 0; - }; - 561593840997B759003130B4 /* Info-VHFImport.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {709, 847}}"; - sepNavSelRange = "{800, 0}"; - sepNavVisRect = "{{0, 0}, {709, 847}}"; - sepNavWindowFrame = "{{237, 284}, {750, 558}}"; - }; - }; - 561593860997B759003130B4 /* VHFExport */ = { - activeExec = 0; - }; - 5615939B0997B759003130B4 /* Info-VHFExport.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {709, 847}}"; - sepNavSelRange = "{654, 24}"; - sepNavVisRect = "{{0, 0}, {709, 847}}"; - }; - }; - 5615939D0997B759003130B4 /* General.prefs */ = { - activeExec = 0; - }; - 561593AC0997B759003130B4 /* Info-General_prefs.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {725, 742}}"; - sepNavSelRange = "{685, 0}"; - sepNavVisRect = "{{0, 0}, {725, 742}}"; - }; - }; - 561593AE0997B759003130B4 /* Import.prefs */ = { - activeExec = 0; - }; - 561593BC0997B759003130B4 /* Info-Import_prefs.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {709, 847}}"; - sepNavSelRange = "{683, 0}"; - sepNavVisRect = "{{0, 0}, {709, 847}}"; - sepNavWindowFrame = "{{15, 123}, {918, 1050}}"; - }; - }; - 561593BE0997B759003130B4 /* Export.prefs */ = { - activeExec = 0; - }; - 561593CC0997B759003130B4 /* Info-Export_prefs.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {709, 847}}"; - sepNavSelRange = "{768, 0}"; - sepNavVisRect = "{{0, 0}, {709, 847}}"; - }; - }; - 561599C0099A93FA003130B4 /* functions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 910}}"; - sepNavSelRange = "{1352, 0}"; - sepNavVisRange = "{96, 2343}"; - sepNavVisRect = "{{0, 464}, {811, 502}}"; - }; - }; - 56159DBE09B22DD4003130B4 /* ProgressIndicator.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {780, 2520}}"; - sepNavSelRange = "{1433, 0}"; - sepNavVisRect = "{{0, 545}, {780, 268}}"; - }; - }; - 56159DCD09B22DEE003130B4 /* ProgressIndicator.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {560, 840}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {516, 409}}"; - }; - }; - 561C072F10D1DD26001CBA21 /* PBXBookmarkGroup */ = { - isa = PBXBookmarkGroup; - children = ( - 561C0C1C10DA0A49001CBA21 /* PBXTextBookmark */, - 56C1A7D11300205F0002BD1F /* PBXTextBookmark */, - ); - name = Root; - }; - 561C0C1B10DA0A49001CBA21 /* SPChart.m */ = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.objc; - name = SPChart.m; - path = /Users/georg/Projects/Cenon/Source/Trader/StockPanel.subproj/SPChart.m; - sourceTree = ""; - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 30108}}"; - sepNavSelRange = "{95390, 0}"; - sepNavVisRange = "{95112, 925}"; - }; - }; - 561C0C1C10DA0A49001CBA21 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 561C0C1B10DA0A49001CBA21 /* SPChart.m */; - name = 20071005; - rLen = 39; - rLoc = 55050; - rType = 0; - vrLen = 684; - vrLoc = 20112; - }; - 5621BEB41508BFC800C57A21 /* VPath.m:3428 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = 122FCD5D01B6ECB37F000001 /* VPath.m */; - functionName = "-drawAxialWithPrincipal:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 3428; - location = Cenon; - modificationTime = 365872461.006997; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 5621BECE1508CD4900C57A21 /* SliderBox.m:145 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F476C0311A22601000048 /* SliderBox.m */; - functionName = "-mouseDown:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 145; - location = Cenon; - modificationTime = 365872461.085142; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 5621BED01508CD4C00C57A21 /* SliderBox.m:125 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F476C0311A22601000048 /* SliderBox.m */; - functionName = "-mouseDown:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 125; - location = Cenon; - modificationTime = 365872461.101483; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 5627D0F811AE63E00064F68C /* UpdateController.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1076, 12441}}"; - sepNavSelRange = "{35749, 0}"; - sepNavVisRange = "{34764, 3156}"; - }; - }; - 5627D0FA11AE63F00064F68C /* UpdateController.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 949}}"; - sepNavSelRange = "{1457, 11}"; - sepNavVisRange = "{535, 1726}"; - }; - }; - 5627D52811B61C200064F68C /* CenonModuleMethods.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 727}}"; - sepNavSelRange = "{206, 0}"; - sepNavVisRange = "{0, 1339}"; - }; - }; - 5632F54B148A55790051A6A4 /* ICUTImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {712, 3614}}"; - sepNavSelRange = "{5819, 0}"; - sepNavVisRange = "{6317, 1820}"; - }; - }; - 5632F54D148A55B70051A6A4 /* ICUTImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 884}}"; - sepNavSelRange = "{135, 0}"; - sepNavVisRange = "{160, 2410}"; - }; - }; - 5632F54F148A56200051A6A4 /* HPGLExportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1577}"; - }; - }; - 5632F551148A563B0051A6A4 /* GerberExportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1588}"; - }; - }; - 5632F553148A565C0051A6A4 /* DXFExportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 767}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1565}"; - }; - }; - 5632F560148A57D50051A6A4 /* ICUTImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {824, 1690}}"; - sepNavSelRange = "{3734, 0}"; - sepNavVisRange = "{2063, 2439}"; - }; - }; - 5632F562148A57E10051A6A4 /* ICUTImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 7657}}"; - sepNavSelRange = "{19362, 0}"; - sepNavVisRange = "{17814, 1797}"; - }; - }; - 5638439F12223D00005A6086 /* French */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1300, 1508}}"; - sepNavSelRange = "{249, 0}"; - sepNavVisRange = "{249, 2646}"; - }; - }; - 563A9C19156A3A56004FBCE3 /* SVGImport.m:563 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = 56E2F27811DF12C200E9DE91 /* SVGImport.m */; - functionName = "-importSVG:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 563; - location = VHFImport; - modificationTime = 365872461.151761; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 563BC34A1390F5880083CB3F /* ExcludeGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 608}}"; - sepNavSelRange = "{1052, 0}"; - sepNavVisRange = "{0, 1052}"; - }; - }; - 563BC34C1390F5C00083CB3F /* ExcludeGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 608}}"; - sepNavSelRange = "{1101, 0}"; - sepNavVisRange = "{0, 1180}"; - }; - }; - 563BC3901390FD8E0083CB3F /* French */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1209, 1833}}"; - sepNavSelRange = "{2184, 0}"; - sepNavVisRange = "{1320, 1870}"; - }; - }; - 563BC43313935E660083CB3F /* LabelGraphicsChange.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 608}}"; - sepNavSelRange = "{1124, 0}"; - sepNavVisRange = "{0, 1180}"; - }; - }; - 56406CEF10FC11B300ACD320 /* NotificationNames.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {796, 815}}"; - sepNavSelRange = "{1279, 0}"; - sepNavVisRange = "{0, 1279}"; - }; - }; - 56406CFB10FC126400ACD320 /* 2010.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {754, 4836}}"; - sepNavSelRange = "{8830, 10}"; - sepNavVisRange = "{7777, 2050}"; - }; - }; - 564B09CF128A9F15001782FD /* English */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 791}}"; - sepNavSelRange = "{1998, 0}"; - sepNavVisRange = "{0, 1998}"; - }; - }; - 564B09D0128A9F30001782FD /* German */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 791}}"; - sepNavSelRange = "{23, 0}"; - sepNavVisRange = "{0, 2176}"; - }; - }; - 565B29DA0D839B3F0048299E /* GSPropertyListSerialization.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 635}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - 565B29DB0D839B3F0048299E /* GSPropertyListSerialization.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {819, 11700}}"; - sepNavSelRange = "{18329, 11}"; - sepNavVisRange = "{29544, 882}"; - sepNavVisRect = "{{0, 11983}, {779, 325}}"; - sepNavWindowFrame = "{{38, 14}, {915, 988}}"; - }; - }; - 565B2A6C0D8930120048299E /* IPAllAcc.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 2561}}"; - sepNavSelRange = "{1640, 12}"; - sepNavVisRange = "{941, 1047}"; - sepNavVisRect = "{{0, 768}, {701, 635}}"; - sepNavWindowFrame = "{{900, 18}, {738, 1010}}"; - }; - }; - 565B2A6E0D89301E0048299E /* IPAllAcc.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {699, 1022}}"; - sepNavSelRange = "{1063, 95}"; - sepNavVisRect = "{{0, 141}, {699, 881}}"; - sepNavWindowFrame = "{{879, 326}, {738, 678}}"; - }; - }; - 565B31D30D8DFBDC0048299E /* IPAccText.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 2236}}"; - sepNavSelRange = "{4018, 0}"; - sepNavVisRange = "{3779, 1534}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{15, 13}, {738, 1010}}"; - }; - }; - 565B31D50D8DFBE70048299E /* IPAccText.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1484}"; - sepNavVisRect = "{{0, 224}, {702, 556}}"; - }; - }; - 5678BE5C11E07BBF00B47356 /* SVGImportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 4368}}"; - sepNavSelRange = "{10115, 0}"; - sepNavVisRange = "{9899, 675}"; - }; - }; - 5678BE8311E07EC200B47356 /* SVGImportSub.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 780}}"; - sepNavSelRange = "{175, 0}"; - sepNavVisRange = "{0, 1926}"; - }; - }; - 567A62A50F1AE57C00272D87 /* 2009.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {880, 2106}}"; - sepNavSelRange = "{6314, 0}"; - sepNavVisRange = "{4448, 2421}"; - sepNavVisRect = "{{0, 997}, {710, 865}}"; - }; - }; - 567A67E70F329AEE00272D87 /* English */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 1911}}"; - sepNavSelRange = "{180, 26}"; - sepNavVisRange = "{0, 3178}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 567A67E80F329AF800272D87 /* German */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 1833}}"; - sepNavSelRange = "{226, 0}"; - sepNavVisRange = "{0, 3397}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - 5680A078112149AC00FDEA7B /* Danish */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1489, 1326}}"; - sepNavSelRange = "{987, 24}"; - sepNavVisRange = "{0, 2614}"; - }; - }; - 5680A07911214A1500FDEA7B /* Danish */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1209, 1170}}"; - sepNavSelRange = "{1914, 0}"; - sepNavVisRange = "{0, 2144}"; - }; - }; - 5697844C1594C3EB00C92BA7 /* vhfCommonFunctions.m:262 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; - functionName = "vhfPathForNameInPaths()"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 262; - location = VHFImport; - modificationTime = 365872461.275848; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 569784501594C3F000C92BA7 /* vhfCommonFunctions.m:279 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; - functionName = "vhfPathForNameInPaths()"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 279; - location = VHFImport; - modificationTime = 365872461.292107; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 569784A61594DA8200C92BA7 /* vhfCommonFunctions.m:261 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; - functionName = "vhfFilePathForNamesInPaths()"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 261; - location = VHFImport; - modificationTime = 365872461.323368; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 569784A81594DA8700C92BA7 /* vhfCommonFunctions.m:275 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; - functionName = "vhfFilePathForNamesInPaths()"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 275; - location = VHFImport; - modificationTime = 365872461.340266; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 5697855D159C3C2800C92BA7 /* StockAspectSum.m */ = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.objc; - name = StockAspectSum.m; - path = "/Users/georg/Projects/Cenon/Source-4.0.0/Trader/StockAspectSum.m"; - sourceTree = ""; - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1097, 67808}}"; - sepNavSelRange = "{15052, 0}"; - sepNavVisRange = "{14480, 1173}"; - }; - }; - 569789F215B6AA4900C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F54C7C30042A542201000049 /* VPolyLine.m */; - name = "VPolyLine.m: 6"; - rLen = 0; - rLoc = 156; - rType = 0; - vrLen = 2103; - vrLoc = 0; - }; - 569789F315B6AA4900C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 122FCD5D01B6ECB37F000001 /* VPath.m */; - name = "VPath.m: 6577"; - rLen = 0; - rLoc = 257083; - rType = 0; - vrLen = 2586; - vrLoc = 255175; - }; - 569789F415B6AA4900C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 122FCD4D01B6EC597F000001 /* VArc.m */; - name = "VArc.m: 3756"; - rLen = 0; - rLoc = 129665; - rType = 0; - vrLen = 1858; - vrLoc = 128589; - }; - 569789F515B6AA4900C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 122FCD5601B6ECB37F000001 /* VCurve.m */; - name = "VCurve.m: 3267"; - rLen = 0; - rLoc = 107383; - rType = 0; - vrLen = 1880; - vrLoc = 106387; - }; - 56978A0515B6F34500C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 122FCD5A01B6ECB37F000001 /* VLine.m */; - name = "VLine.m: 1034"; - rLen = 0; - rLoc = 31644; - rType = 0; - vrLen = 1792; - vrLoc = 0; - }; - 56978A2615B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 0111289B01AD58747F000001 /* HPGLImportSub.m */; - name = "HPGLImportSub.m: 68"; - rLen = 0; - rLoc = 2102; - rType = 0; - vrLen = 1697; - vrLoc = 2829; - }; - 56978A2715B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5696ED50301DC1D01000048 /* HPGLExportSub.m */; - name = "HPGLExportSub.m: 202"; - rLen = 0; - rLoc = 6229; - rType = 0; - vrLen = 2484; - vrLoc = 8864; - }; - 56978A2815B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F5696EAC0301D05E01000048 /* HPGLExport.m */; - name = "HPGLExport.m: 66"; - rLen = 0; - rLoc = 1998; - rType = 0; - vrLen = 1905; - vrLoc = 1519; - }; - 56978A2A15B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 0111289601AD58747F000001 /* App.m */; - name = "App.m: 1523"; - rLen = 0; - rLoc = 57048; - rType = 0; - vrLen = 1876; - vrLoc = 56903; - }; - 56978A2B15B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F54C7C26042A53BE01000049 /* INSTALL */; - name = "INSTALL: 18"; - rLen = 0; - rLoc = 549; - rType = 0; - vrLen = 1764; - vrLoc = 0; - }; - 56978A2C15B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 5613D0370C4FC61B00994591 /* README */; - name = "README: 75"; - rLen = 0; - rLoc = 2238; - rType = 0; - vrLen = 2025; - vrLoc = 265; - }; - 56978A2D15B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F54C7C28042A53C501000049 /* LICENSE */; - name = "LICENSE: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 2763; - vrLoc = 272; - }; - 56978A2E15B8115600C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = F54C7C2A042A53CF01000049 /* NEWS */; - name = "NEWS: 6"; - rLen = 0; - rLoc = 81; - rType = 0; - vrLen = 3134; - vrLoc = 0; - }; - 56978AA915B84DC400C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 56BF4B8E14CEC895002C4835 /* COPYRIGHT */; - name = "COPYRIGHT: 27"; - rLen = 0; - rLoc = 1043; - rType = 0; - vrLen = 1043; - vrLoc = 0; - }; - 56978AAA15B84DC400C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 5627D0F811AE63E00064F68C /* UpdateController.m */; - name = "UpdateController.m: 799"; - rLen = 0; - rLoc = 35749; - rType = 0; - vrLen = 3156; - vrLoc = 34764; - }; - 56978AAB15B84DC400C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 564B09D0128A9F30001782FD /* German */; - name = "Log-4.0.txt: 1"; - rLen = 0; - rLoc = 23; - rType = 0; - vrLen = 2176; - vrLoc = 0; - }; - 56978B9615B9B27800C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 564B09CF128A9F15001782FD /* English */; - name = "Log-4.0.txt: 36"; - rLen = 0; - rLoc = 1998; - rType = 0; - vrLen = 1998; - vrLoc = 0; - }; - 56978B9715B9B27800C92BA7 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 56158BF00997B6F7003130B4 /* Info-Cenon.plist */; - name = "Info-Cenon.plist: 213"; - rLen = 0; - rLoc = 5307; - rType = 0; - vrLen = 1506; - vrLoc = 4691; - }; - 56978BA415BDDE1F00C92BA7 /* StockAspectSum.m:4217 */ = { - isa = PBXFileBreakpoint; - actions = ( - ); - breakpointStyle = 0; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - fileReference = 5697855D159C3C2800C92BA7 /* StockAspectSum.m */; - functionName = "-getAspectSumFromJD:toJD:"; - hitCount = 0; - ignoreCount = 0; - lineNumber = 4217; - location = Trader; - modificationTime = 365872457.14048; - originalNumberOfMultipleMatches = 1; - state = 1; - }; - 569A2C1B14B4829A00456EA7 /* 2012.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {964, 5356}}"; - sepNavSelRange = "{21350, 0}"; - sepNavVisRange = "{18162, 3206}"; - }; - }; - 56AC470F0E1B36D90047B8F3 /* 2000-04.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {725, 1400}}"; - sepNavSelRange = "{3114, 10}"; - sepNavVisRect = "{{0, 967}, {725, 433}}"; - }; - }; - 56AC47100E1B36D90047B8F3 /* 2000-05.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {736, 1694}}"; - sepNavSelRange = "{4465, 9}"; - sepNavVisRect = "{{0, 1030}, {736, 643}}"; - }; - }; - 56AC47120E1B36D90047B8F3 /* 2000-07.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {811, 1526}}"; - sepNavSelRange = "{1096, 18}"; - sepNavVisRect = "{{0, 1009}, {811, 517}}"; - }; - }; - 56AC47140E1B36D90047B8F3 /* 2000-09.rtf */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {725, 2618}}"; - sepNavSelRange = "{3337, 49}"; - sepNavVisRect = "{{0, 1015}, {725, 387}}"; - }; - }; - 56AC47220E1B36D90047B8F3 /* 2001-11.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {971, 2496}}"; - sepNavSelRange = "{4651, 0}"; - sepNavVisRange = "{1803, 3432}"; - }; - }; - 56AC47290E1B36D90047B8F3 /* 2002-06.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 2717}}"; - sepNavSelRange = "{4789, 15}"; - sepNavVisRange = "{4124, 1310}"; - }; - }; - 56AC472A0E1B36D90047B8F3 /* 2002-07.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 5044}}"; - sepNavSelRange = "{4549, 19}"; - sepNavVisRange = "{2763, 4449}"; - }; - }; - 56AC47300E1B36D90047B8F3 /* 2003-01.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 580}}"; - sepNavSelRange = "{1622, 19}"; - sepNavVisRange = "{0, 2502}"; - }; - }; - 56AC47330E1B36D90047B8F3 /* 2003-04.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1744}}"; - sepNavSelRange = "{4790, 14}"; - sepNavVisRange = "{4366, 1008}"; - }; - }; - 56AC47340E1B36D90047B8F3 /* 2003-05.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {901, 925}}"; - sepNavSelRange = "{2035, 14}"; - sepNavVisRange = "{1375, 1105}"; - }; - }; - 56AC47350E1B36D90047B8F3 /* 2003-06.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {728, 1430}}"; - sepNavSelRange = "{2499, 8}"; - sepNavVisRange = "{60, 2858}"; - }; - }; - 56AC47420E1B36D90047B8F3 /* 2004-08.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 533}}"; - sepNavSelRange = "{1223, 14}"; - sepNavVisRange = "{587, 903}"; - }; - }; - 56AC47470E1B36D90047B8F3 /* 2005-01.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {740, 1235}}"; - sepNavSelRange = "{457, 15}"; - sepNavVisRange = "{0, 1994}"; - }; - }; - 56AC47490E1B36D90047B8F3 /* 2005-03.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 312}}"; - sepNavSelRange = "{991, 14}"; - sepNavVisRange = "{0, 1342}"; - }; - }; - 56AC474A0E1B36D90047B8F3 /* 2005-05.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 320}}"; - sepNavSelRange = "{75, 14}"; - sepNavVisRange = "{0, 1295}"; - }; - }; - 56AC474E0E1B36D90047B8F3 /* 2005-09.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {950, 1954}}"; - sepNavSelRange = "{108, 15}"; - sepNavVisRange = "{0, 2965}"; - }; - }; - 56AC475D0E1B36D90047B8F3 /* 2007.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 1846}}"; - sepNavSelRange = "{4778, 0}"; - sepNavVisRange = "{0, 2770}"; - }; - }; - 56AC475E0E1B36D90047B8F3 /* 2008.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {880, 5070}}"; - sepNavSelRange = "{7144, 12}"; - sepNavVisRange = "{5983, 2540}"; - sepNavVisRect = "{{0, 2506}, {702, 644}}"; - }; - }; - 56B3CFB515C8383B0038697B /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 569A2C1B14B4829A00456EA7 /* 2012.txt */; - name = "2012.txt: 397"; - rLen = 0; - rLoc = 21350; - rType = 0; - vrLen = 3206; - vrLoc = 18162; - }; - 56B3CFB615C8383B0038697B /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 5613CAB40C4A6DDF00994591 /* ToDo.rtf */; - name = "->\t2009-09-18\tTransform-Panel: add left and right arrows"; - rLen = 58; - rLoc = 750; - rType = 0; - vrLen = 3552; - vrLoc = 0; - }; - 56B3CFC615D186AC0038697B /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 5613CAB40C4A6DDF00994591 /* ToDo.rtf */; - name = "->\t2009-09-18\tTransform-Panel: add left and right arrows"; - rLen = 58; - rLoc = 750; - rType = 0; - vrLen = 3623; - vrLoc = 0; - }; - 56BF479A14C5DA04002C4835 /* malloc_error_break */ = { - isa = PBXSymbolicBreakpoint; - actions = ( - ); - breakpointStyle = 1; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - hitCount = 0; - ignoreCount = 0; - location = libSystem.B.dylib; - modificationTime = 365872461.42462; - originalNumberOfMultipleMatches = 1; - state = 1; - symbolName = malloc_error_break; - }; - 56BF4B8E14CEC895002C4835 /* COPYRIGHT */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 791}}"; - sepNavSelRange = "{1043, 0}"; - sepNavVisRange = "{0, 1043}"; - }; - }; - 56BF66B112DAAB22004F1C68 /* 2011.txt */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {964, 3913}}"; - sepNavSelRange = "{15007, 10}"; - sepNavVisRange = "{13446, 2195}"; - }; - }; - 56C1A7D01300205F0002BD1F /* StockData.m */ = { - isa = PBXFileReference; - lastKnownFileType = sourcecode.c.objc; - name = StockData.m; - path = "/Users/georg/Projects/Cenon/Source-3.10.0/Trader/StockData.m"; - sourceTree = ""; - }; - 56C1A7D11300205F0002BD1F /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 56C1A7D01300205F0002BD1F /* StockData.m */; - name = dataCnt; - rLen = 0; - rLoc = 49054; - rType = 0; - vrLen = 1012; - vrLoc = 45159; - }; - 56CFB276132B8CFB00A6035A /* -[NSException raise] */ = { - isa = PBXSymbolicBreakpoint; - actions = ( - ); - breakpointStyle = 1; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - hitCount = 0; - ignoreCount = 0; - location = CoreFoundation; - modificationTime = 365872461.40884; - originalNumberOfMultipleMatches = 1; - state = 1; - symbolName = "-[NSException raise]"; - }; - 56CFC0641349D4D500A6035A /* VCurveFit.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 9490}}"; - sepNavSelRange = "{2481, 10}"; - sepNavVisRange = "{2430, 1536}"; - }; - }; - 56CFC141134AE87C00A6035A /* VCurveFit.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 655}}"; - sepNavSelRange = "{1033, 0}"; - sepNavVisRange = "{0, 1406}"; - }; - }; - 56E2F25511DD93DE00E9DE91 /* PreferencesMethods.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1238}"; - }; - }; - 56E2F27711DF12C200E9DE91 /* SVGImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1638}}"; - sepNavSelRange = "{1701, 8}"; - sepNavVisRange = "{885, 2134}"; - }; - }; - 56E2F27811DF12C200E9DE91 /* SVGImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {768, 20748}}"; - sepNavSelRange = "{20784, 0}"; - sepNavVisRange = "{15340, 2296}"; - sepNavWindowFrame = "{{276, 0}, {837, 1123}}"; - }; - }; - 56F50C76081D069F008E7569 /* Source Control */ = { - isa = PBXSourceControlManager; - fallbackIsa = XCSourceControlManager; - isSCMEnabled = 0; - scmConfiguration = { - repositoryNamesForRoots = { - "" = ""; - }; - }; - scmType = ""; - }; - 56F50C77081D069F008E7569 /* Code sense */ = { - isa = PBXCodeSenseManager; - indexTemplatePath = ""; - }; - 56F9598E08C8CEDD0001996D /* LayerDetailsController.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1937}}"; - sepNavSelRange = "{4473, 0}"; - sepNavVisRange = "{0, 1429}"; - sepNavVisRect = "{{0, 935}, {702, 695}}"; - }; - }; - 56F9599008C8CEF00001996D /* LayerDetailsController.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 686}}"; - sepNavSelRange = "{1171, 0}"; - sepNavVisRect = "{{0, 116}, {702, 556}}"; - }; - }; - 56FA712E11F42B9F00126941 /* raise */ = { - isa = PBXSymbolicBreakpoint; - actions = ( - ); - breakpointStyle = 1; - continueAfterActions = 0; - countType = 0; - delayBeforeContinue = 0; - hitCount = 0; - ignoreCount = 0; - location = libSystem.B.dylib; - modificationTime = 365872461.37108; - originalNumberOfMultipleMatches = 1; - state = 1; - symbolName = raise; - }; - 56FCFACA134C490F00B1384F /* Vectorizer.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {761, 1664}}"; - sepNavSelRange = "{1599, 0}"; - sepNavVisRange = "{1143, 898}"; - }; - }; - 56FCFACC134C491E00B1384F /* Vectorizer.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 649}}"; - sepNavSelRange = "{276, 0}"; - sepNavVisRange = "{0, 538}"; - }; - }; - F51F468F0310513001000048 /* GeneralController.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 754}}"; - sepNavSelRange = "{1330, 158}"; - sepNavVisRange = "{0, 1661}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{15, 50}, {837, 1123}}"; - }; - }; - F51F46900310513001000048 /* GeneralController.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1062, 3289}}"; - sepNavSelRange = "{179, 68}"; - sepNavVisRange = "{0, 1566}"; - sepNavVisRect = "{{0, 2690}, {811, 502}}"; - sepNavWindowFrame = "{{795, 324}, {738, 678}}"; - }; - }; - F51F46960310514401000048 /* English */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 798}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 21}"; - }; - }; - F51F469B0310517901000048 /* German */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {702, 798}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 21}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - F51F469D0310518F01000048 /* ImportController.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 744}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1347}"; - }; - }; - F51F469E0310518F01000048 /* ImportController.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 2782}}"; - sepNavSelRange = "{3829, 10}"; - sepNavVisRange = "{3014, 1054}"; - }; - }; - F51F46A8031051BC01000048 /* ExportController.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {715, 1521}}"; - sepNavSelRange = "{484, 0}"; - sepNavVisRange = "{0, 1766}"; - }; - }; - F51F46C403114B0B01000048 /* vhfCompatibility.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {845, 1352}}"; - sepNavSelRange = "{2345, 7}"; - sepNavVisRange = "{775, 2069}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F51F46C803114B1801000048 /* VHFDictionaryAdditions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {711, 832}}"; - sepNavSelRange = "{208, 0}"; - sepNavVisRange = "{0, 2060}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - }; - }; - F51F46C903114B1801000048 /* VHFDictionaryAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {819, 2392}}"; - sepNavSelRange = "{2644, 0}"; - sepNavVisRange = "{2442, 451}"; - sepNavVisRect = "{{0, 3}, {710, 865}}"; - }; - }; - F51F46CC03114B2501000048 /* vhfMath.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 897}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 2229}"; - }; - }; - F51F46CD03114B2501000048 /* vhfMath.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 5941}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{5920, 1551}"; - }; - }; - F51F46D003114B3C01000048 /* VHFPopUpButtonAdditions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 781}}"; - sepNavSelRange = "{1597, 0}"; - sepNavVisRange = "{0, 1745}"; - sepNavVisRect = "{{0, 184}, {811, 502}}"; - }; - }; - F51F46D103114B3C01000048 /* VHFPopUpButtonAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 1300}}"; - sepNavSelRange = "{196, 0}"; - sepNavVisRange = "{1822, 1215}"; - sepNavVisRect = "{{0, 681}, {722, 215}}"; - sepNavWindowFrame = "{{451, 168}, {750, 558}}"; - }; - }; - F51F46D503114B4901000048 /* VHFScannerAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 1118}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1489}"; - }; - }; - F51F46D803114B5501000048 /* VHFStringAdditions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {887, 949}}"; - sepNavSelRange = "{1904, 0}"; - sepNavVisRange = "{292, 2731}"; - sepNavVisRect = "{{0, 236}, {701, 635}}"; - }; - }; - F51F46D903114B5501000048 /* VHFStringAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {698, 7579}}"; - sepNavSelRange = "{2254, 0}"; - sepNavVisRange = "{1257, 1895}"; - sepNavVisRect = "{{0, 6807}, {710, 865}}"; - }; - }; - F51F46DC03114B6F01000048 /* vhfSoundFunctions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 783}}"; - sepNavSelRange = "{1358, 12}"; - sepNavVisRange = "{0, 1425}"; - }; - }; - F51F46DD03114B6F01000048 /* vhfSoundFunctions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {922, 819}}"; - sepNavSelRange = "{1795, 0}"; - sepNavVisRange = "{1092, 653}"; - }; - }; - F51F46E003114B7A01000048 /* VHFSystemAdditions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {715, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1481}"; - sepNavVisRect = "{{0, 95}, {699, 549}}"; - sepNavWindowFrame = "{{199, 306}, {738, 678}}"; - }; - }; - F51F46E103114B7A01000048 /* VHFSystemAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {744, 742}}"; - sepNavSelRange = "{1512, 0}"; - sepNavVisRect = "{{0, 476}, {744, 266}}"; - }; - }; - F51F46E403114B8301000048 /* vhfCommonFunctions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {859, 7033}}"; - sepNavSelRange = "{7688, 0}"; - sepNavVisRange = "{7480, 1991}"; - sepNavVisRect = "{{0, 6351}, {701, 635}}"; - }; - }; - F51F46E603114BAA01000048 /* vhf2DFunctions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 17290}}"; - sepNavSelRange = "{28772, 0}"; - sepNavVisRange = "{28546, 1889}"; - sepNavVisRect = "{{0, 9616}, {701, 635}}"; - }; - }; - F51F46E803114C0401000048 /* VHFArrayAdditions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 791}}"; - sepNavSelRange = "{1503, 0}"; - sepNavVisRange = "{0, 1644}"; - sepNavVisRect = "{{0, 0}, {710, 865}}"; - sepNavWindowFrame = "{{15, 50}, {837, 1123}}"; - }; - }; - F51F46E903114C0401000048 /* VHFArrayAdditions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1053}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1782}"; - sepNavVisRect = "{{0, 671}, {780, 268}}"; - }; - }; - F51F475C0311A13601000048 /* IPAllFilling.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {775, 3055}}"; - sepNavSelRange = "{2146, 20}"; - sepNavVisRange = "{1291, 1972}"; - sepNavVisRect = "{{0, 2378}, {779, 551}}"; - }; - }; - F51F475D0311A13601000048 /* IPAllLayers.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 4654}}"; - sepNavSelRange = "{8444, 87}"; - sepNavVisRange = "{8151, 652}"; - sepNavVisRect = "{{0, 0}, {702, 556}}"; - }; - }; - F51F475E0311A13601000048 /* IPAllStrokeWidth.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {817, 2275}}"; - sepNavSelRange = "{5048, 0}"; - sepNavVisRange = "{4303, 1360}"; - sepNavVisRect = "{{0, 894}, {779, 551}}"; - }; - }; - F51F47660311A14501000048 /* IPAllStrokeWidth.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 754}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1461}"; - }; - }; - F51F476C0311A22601000048 /* SliderBox.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {894, 2236}}"; - sepNavSelRange = "{2445, 0}"; - sepNavVisRange = "{1079, 1577}"; - sepNavVisRect = "{{0, 1038}, {702, 556}}"; - }; - }; - F51FDBDD0201EE8D01000048 /* DINImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1820}}"; - sepNavSelRange = "{2903, 9}"; - sepNavVisRange = "{1577, 2039}"; - sepNavVisRect = "{{0, 0}, {568, 527}}"; - }; - }; - F51FDBDE0201EE8D01000048 /* DINImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {782, 12337}}"; - sepNavSelRange = "{13023, 0}"; - sepNavVisRange = "{11259, 2627}"; - sepNavVisRect = "{{0, 566}, {742, 311}}"; - }; - }; - F51FDBDF0201EE8D01000048 /* dxfColorTable.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 4648}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F51FDBE00201EE8D01000048 /* DXFImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1034, 1976}}"; - sepNavSelRange = "{5497, 9}"; - sepNavVisRange = "{322, 1887}"; - sepNavVisRect = "{{0, 9}, {701, 635}}"; - }; - }; - F54C7C26042A53BE01000049 /* INSTALL */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1079}}"; - sepNavSelRange = "{549, 0}"; - sepNavVisRange = "{0, 1764}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F54C7C28042A53C501000049 /* LICENSE */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1352}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{272, 2763}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F54C7C2A042A53CF01000049 /* NEWS */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 2769}}"; - sepNavSelRange = "{81, 0}"; - sepNavVisRange = "{0, 3134}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F54C7C30042A542201000049 /* VPolyLine.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 41665}}"; - sepNavSelRange = "{156, 0}"; - sepNavVisRange = "{0, 2103}"; - sepNavVisRect = "{{0, 21275}, {701, 635}}"; - sepNavWindowFrame = "{{38, 169}, {806, 983}}"; - }; - }; - F54C7C3A042A5B1601000049 /* TPMove.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {811, 966}}"; - sepNavSelRange = "{200, 0}"; - sepNavVisRect = "{{0, 0}, {811, 502}}"; - }; - }; - F54C7C45042A5FAE01000049 /* IPLayerCell.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 3172}}"; - sepNavSelRange = "{6249, 0}"; - sepNavVisRange = "{5426, 1814}"; - sepNavVisRect = "{{0, 1334}, {702, 556}}"; - }; - }; - F54C7C47042A5FBB01000049 /* IPLayerCell.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {852, 702}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1555}"; - }; - }; - F54C801C042B928801000049 /* ProjectSettings.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 884}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{354, 1821}"; - sepNavVisRect = "{{0, 303}, {701, 635}}"; - }; - }; - F54C801D042B928801000049 /* ProjectSettings.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {667, 2522}}"; - sepNavSelRange = "{2723, 21}"; - sepNavVisRange = "{2446, 1316}"; - sepNavVisRect = "{{0, 1359}, {701, 635}}"; - }; - }; - F54C8021042B928801000049 /* PSFontInfo.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1036}}"; - sepNavSelRange = "{1761, 0}"; - sepNavVisRect = "{{0, 401}, {701, 635}}"; - }; - }; - F54C8022042B928801000049 /* PSInfo.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 700}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRect = "{{0, 65}, {701, 635}}"; - }; - }; - F54C8023042B928801000049 /* PSInfo.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {710, 1316}}"; - sepNavSelRange = "{1947, 0}"; - sepNavVisRect = "{{0, 378}, {710, 865}}"; - }; - }; - F54C803E042B966901000049 /* PSSettings.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 739}}"; - sepNavSelRange = "{1196, 0}"; - sepNavVisRange = "{0, 1326}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - }; - }; - F54C803F042B966901000049 /* PSSettings.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {821, 1209}}"; - sepNavSelRange = "{1834, 18}"; - sepNavVisRange = "{1497, 621}"; - sepNavVisRect = "{{0, 861}, {742, 311}}"; - sepNavWindowFrame = "{{900, 18}, {738, 1010}}"; - }; - }; - F5696E890301BD8001000048 /* functions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {964, 4251}}"; - sepNavSelRange = "{1297, 0}"; - sepNavVisRange = "{2626, 1039}"; - sepNavVisRect = "{{0, 406}, {851, 658}}"; - }; - }; - F5696EA50301D04501000048 /* DXFExport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {733, 8450}}"; - sepNavSelRange = "{27672, 137}"; - sepNavVisRange = "{25371, 2509}"; - sepNavVisRect = "{{0, 4634}, {702, 644}}"; - }; - }; - F5696EAA0301D05E01000048 /* GerberExport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {985, 3159}}"; - sepNavSelRange = "{7918, 144}"; - sepNavVisRange = "{0, 1973}"; - }; - }; - F5696EAC0301D05E01000048 /* HPGLExport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {901, 3198}}"; - sepNavSelRange = "{1998, 0}"; - sepNavVisRange = "{1519, 1905}"; - }; - }; - F5696ED10301DB2F01000048 /* DXFExportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 5889}}"; - sepNavSelRange = "{13324, 0}"; - sepNavVisRange = "{8716, 1798}"; - sepNavVisRect = "{{0, 1086}, {811, 502}}"; - }; - }; - F5696ED30301DB5A01000048 /* GerberExportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {803, 8073}}"; - sepNavSelRange = "{80, 0}"; - sepNavVisRange = "{0, 1617}"; - sepNavVisRect = "{{0, 3416}, {761, 558}}"; - }; - }; - F5696ED50301DC1D01000048 /* HPGLExportSub.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1657, 4979}}"; - sepNavSelRange = "{6229, 0}"; - sepNavVisRange = "{8864, 2484}"; - sepNavVisRect = "{{0, 3612}, {702, 644}}"; - }; - }; - F584EB7F070B8A3601000049 /* DXFImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 23478}}"; - sepNavSelRange = "{22010, 0}"; - sepNavVisRange = "{22830, 2473}"; - sepNavVisRect = "{{0, 19326}, {742, 311}}"; - }; - }; - F584EB81070B8A4A01000049 /* dxfOperators.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {701, 1976}}"; - sepNavSelRange = "{1909, 0}"; - sepNavVisRange = "{1444, 1845}"; - sepNavVisRect = "{{0, 1409}, {701, 635}}"; - }; - }; - F584EB83070B8A5501000049 /* GerberImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {712, 2496}}"; - sepNavSelRange = "{1965, 0}"; - sepNavVisRange = "{2522, 1863}"; - sepNavVisRect = "{{0, 0}, {568, 527}}"; - }; - }; - F584EB84070B8A5501000049 /* GerberImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1055, 28795}}"; - sepNavSelRange = "{24551, 0}"; - sepNavVisRange = "{24551, 1025}"; - sepNavVisRect = "{{0, 21975}, {710, 865}}"; - sepNavWindowFrame = "{{291, 345}, {750, 558}}"; - }; - }; - F584EB87070B8A6201000049 /* HPGLImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 2067}}"; - sepNavSelRange = "{1327, 0}"; - sepNavVisRange = "{0, 1874}"; - }; - }; - F584EB88070B8A6201000049 /* HPGLImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {2602, 11583}}"; - sepNavSelRange = "{15755, 0}"; - sepNavVisRange = "{14783, 1715}"; - sepNavVisRect = "{{0, 8724}, {761, 558}}"; - }; - }; - F584EB8B070B8A7501000049 /* PSImport.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {810, 1521}}"; - sepNavSelRange = "{2259, 0}"; - sepNavVisRange = "{0, 2076}"; - }; - }; - F584EB8C070B8A7501000049 /* PSImport.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1083, 7774}}"; - sepNavSelRange = "{11562, 34}"; - sepNavVisRange = "{10297, 2827}"; - sepNavVisRect = "{{0, 3108}, {742, 311}}"; - }; - }; - F584EB8F070B8A8301000049 /* psImport.prolog */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {726, 7592}}"; - sepNavSelRange = "{227, 0}"; - sepNavVisRange = "{0, 1497}"; - }; - }; - F584EB90070B8A8301000049 /* psImportAI3.prolog */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {715, 17667}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1299}"; - }; - }; - F584EB91070B8A8301000049 /* psImportAI3.trailer */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {715, 815}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 203}"; - }; - }; - F584EB95070B8A9D01000049 /* vhfCFGFunctions.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 712}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 1485}"; - }; - }; - F584EB96070B8A9D01000049 /* vhfCFGFunctions.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {719, 3744}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 2120}"; - }; - }; - F58969D804A3C6C001000049 /* LabelGraphicsChange.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {717, 871}}"; - sepNavSelRange = "{1257, 5}"; - sepNavVisRange = "{954, 466}"; - }; - }; - F58B9A3005A6322B01000049 /* PreferencesMacros.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {789, 1040}}"; - sepNavSelRange = "{2496, 66}"; - sepNavVisRange = "{556, 4196}"; - sepNavVisRect = "{{0, 0}, {701, 635}}"; - sepNavWindowFrame = "{{15, 19}, {969, 1154}}"; - }; - }; - F58B9B0E05DD323A01000049 /* SinkingMetrics.plist */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {736, 602}}"; - sepNavSelRange = "{87, 12}"; - sepNavVisRect = "{{0, 22}, {736, 580}}"; - }; - }; - F58E28DC01F7977B01000048 /* German */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1209, 1846}}"; - sepNavSelRange = "{2160, 0}"; - sepNavVisRange = "{1661, 1779}"; - }; - }; -} diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/project.pbxproj cenon.app-4.0.6+ds1/Cenon.xcodeproj/project.pbxproj --- cenon.app-4.0.2/Cenon.xcodeproj/project.pbxproj 2013-04-04 11:48:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/project.pbxproj 1970-01-01 00:00:00.000000000 +0000 @@ -1,4385 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 560A304E0B29CED100CE10BC /* tpAlign.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 560A30490B29CED100CE10BC /* tpAlign.tiff */; }; - 560A304F0B29CED100CE10BC /* tpMix.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 560A304A0B29CED100CE10BC /* tpMix.tiff */; }; - 560A30500B29CED100CE10BC /* tpMove.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 560A304B0B29CED100CE10BC /* tpMove.tiff */; }; - 560A30510B29CED100CE10BC /* tpRotate.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 560A304C0B29CED100CE10BC /* tpRotate.tiff */; }; - 560A30520B29CED100CE10BC /* tpScale.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 560A304D0B29CED100CE10BC /* tpScale.tiff */; }; - 560A31820B453B4700CE10BC /* vhfCommonFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D801AD58747F000001 /* vhfCommonFunctions.h */; }; - 560A31830B453B4B00CE10BC /* vhfCommonFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; }; - 56158A350997B6F7003130B4 /* App.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C001AD58747F000001 /* App.h */; }; - 56158A360997B6F7003130B4 /* debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C201AD58747F000001 /* debug.h */; }; - 56158A370997B6F7003130B4 /* DXFImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C301AD58747F000001 /* DXFImportSub.h */; }; - 56158A380997B6F7003130B4 /* FlippedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C401AD58747F000001 /* FlippedView.h */; }; - 56158A390997B6F7003130B4 /* GerberImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C501AD58747F000001 /* GerberImportSub.h */; }; - 56158A3A0997B6F7003130B4 /* HPGLImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C601AD58747F000001 /* HPGLImportSub.h */; }; - 56158A3B0997B6F7003130B4 /* Inspectors.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C701AD58747F000001 /* Inspectors.h */; }; - 56158A3C0997B6F7003130B4 /* LayerObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128C901AD58747F000001 /* LayerObject.h */; }; - 56158A3D0997B6F7003130B4 /* locations.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128CA01AD58747F000001 /* locations.h */; }; - 56158A3E0997B6F7003130B4 /* messages.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128CB01AD58747F000001 /* messages.h */; }; - 56158A3F0997B6F7003130B4 /* MoveCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128CC01AD58747F000001 /* MoveCell.h */; }; - 56158A400997B6F7003130B4 /* MoveMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128CD01AD58747F000001 /* MoveMatrix.h */; }; - 56158A410997B6F7003130B4 /* MyPageLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128CE01AD58747F000001 /* MyPageLayout.h */; }; - 56158A420997B6F7003130B4 /* propertyList.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D001AD58747F000001 /* propertyList.h */; }; - 56158A430997B6F7003130B4 /* PSImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D101AD58747F000001 /* PSImportSub.h */; }; - 56158A440997B6F7003130B4 /* TileObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D201AD58747F000001 /* TileObject.h */; }; - 56158A450997B6F7003130B4 /* TilePanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D301AD58747F000001 /* TilePanel.h */; }; - 56158A460997B6F7003130B4 /* TileScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D401AD58747F000001 /* TileScrollView.h */; }; - 56158A470997B6F7003130B4 /* vhfCommonFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D801AD58747F000001 /* vhfCommonFunctions.h */; }; - 56158A480997B6F7003130B4 /* WorkingAreaPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128E401AD58747F000001 /* WorkingAreaPanel.h */; }; - 56158A490997B6F7003130B4 /* GridPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128E501AD58747F000001 /* GridPanel.h */; }; - 56158A4A0997B6F7003130B4 /* IntersectionPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128E701AD58747F000001 /* IntersectionPanel.h */; }; - 56158A4B0997B6F7003130B4 /* Type1ImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128E801AD58747F000001 /* Type1ImportSub.h */; }; - 56158A4C0997B6F7003130B4 /* Type1Import.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128E901AD58747F000001 /* Type1Import.h */; }; - 56158A4D0997B6F7003130B4 /* type1Funs.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128EB01AD58747F000001 /* type1Funs.h */; }; - 56158A4E0997B6F7003130B4 /* EPSExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128EC01AD58747F000001 /* EPSExport.h */; }; - 56158A4F0997B6F7003130B4 /* DINImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128ED01AD58747F000001 /* DINImportSub.h */; }; - 56158A500997B6F7003130B4 /* Type1Font.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128EE01AD58747F000001 /* Type1Font.h */; }; - 56158A510997B6F7003130B4 /* Document.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128EF01AD58747F000001 /* Document.h */; }; - 56158A520997B6F7003130B4 /* DocView.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128F001AD58747F000001 /* DocView.h */; }; - 56158A530997B6F7003130B4 /* Graphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128F101AD58747F000001 /* Graphics.h */; }; - 56158A540997B6F7003130B4 /* DocWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128F201AD58747F000001 /* DocWindow.h */; }; - 56158A550997B6F7003130B4 /* ClipRectangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129A501AD58747F000001 /* ClipRectangle.h */; }; - 56158A560997B6F7003130B4 /* HiddenArea.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129AA01AD58747F000001 /* HiddenArea.h */; }; - 56158A570997B6F7003130B4 /* PathContour.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129B101AD58747F000001 /* PathContour.h */; }; - 56158A580997B6F7003130B4 /* PerformanceMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129B301AD58747F000001 /* PerformanceMap.h */; }; - 56158A590997B6F7003130B4 /* AlignGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129E601AD58747F000001 /* AlignGraphicsChange.h */; }; - 56158A5A0997B6F7003130B4 /* AngleGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129E701AD58747F000001 /* AngleGraphicsChange.h */; }; - 56158A5B0997B6F7003130B4 /* BringToFrontGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129E801AD58747F000001 /* BringToFrontGraphicsChange.h */; }; - 56158A5C0997B6F7003130B4 /* ChangeDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129E901AD58747F000001 /* ChangeDetail.h */; }; - 56158A5D0997B6F7003130B4 /* ColorGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129EA01AD58747F000001 /* ColorGraphicsChange.h */; }; - 56158A5E0997B6F7003130B4 /* ContourGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129EB01AD58747F000001 /* ContourGraphicsChange.h */; }; - 56158A5F0997B6F7003130B4 /* CreateGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129EC01AD58747F000001 /* CreateGraphicsChange.h */; }; - 56158A600997B6F7003130B4 /* CutGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129ED01AD58747F000001 /* CutGraphicsChange.h */; }; - 56158A610997B6F7003130B4 /* DeleteGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129EE01AD58747F000001 /* DeleteGraphicsChange.h */; }; - 56158A620997B6F7003130B4 /* DimensionsGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129EF01AD58747F000001 /* DimensionsGraphicsChange.h */; }; - 56158A630997B6F7003130B4 /* DragPointGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F001AD58747F000001 /* DragPointGraphicsChange.h */; }; - 56158A640997B6F7003130B4 /* EndEditingGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F101AD58747F000001 /* EndEditingGraphicsChange.h */; }; - 56158A650997B6F7003130B4 /* FillGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F201AD58747F000001 /* FillGraphicsChange.h */; }; - 56158A660997B6F7003130B4 /* GraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F301AD58747F000001 /* GraphicsChange.h */; }; - 56158A670997B6F7003130B4 /* GroupGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F401AD58747F000001 /* GroupGraphicsChange.h */; }; - 56158A680997B6F7003130B4 /* JoinGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F501AD58747F000001 /* JoinGraphicsChange.h */; }; - 56158A690997B6F7003130B4 /* LengthGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F601AD58747F000001 /* LengthGraphicsChange.h */; }; - 56158A6A0997B6F7003130B4 /* LocalizableStringsForGraphicsUndo.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F701AD58747F000001 /* LocalizableStringsForGraphicsUndo.h */; }; - 56158A6B0997B6F7003130B4 /* LockGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F801AD58747F000001 /* LockGraphicsChange.h */; }; - 56158A6C0997B6F7003130B4 /* MirrorGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129F901AD58747F000001 /* MirrorGraphicsChange.h */; }; - 56158A6D0997B6F7003130B4 /* MixGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FA01AD58747F000001 /* MixGraphicsChange.h */; }; - 56158A6E0997B6F7003130B4 /* MoveGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FB01AD58747F000001 /* MoveGraphicsChange.h */; }; - 56158A6F0997B6F7003130B4 /* MoveLayerGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FC01AD58747F000001 /* MoveLayerGraphicsChange.h */; }; - 56158A700997B6F7003130B4 /* MovePointGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FD01AD58747F000001 /* MovePointGraphicsChange.h */; }; - 56158A710997B6F7003130B4 /* PasteGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FE01AD58747F000001 /* PasteGraphicsChange.h */; }; - 56158A720997B6F7003130B4 /* PunchGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 011129FF01AD58747F000001 /* PunchGraphicsChange.h */; }; - 56158A730997B6F7003130B4 /* RadiusGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0001AD58747F000001 /* RadiusGraphicsChange.h */; }; - 56158A740997B6F7003130B4 /* ReorderGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0101AD58747F000001 /* ReorderGraphicsChange.h */; }; - 56158A750997B6F7003130B4 /* RotateGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0201AD58747F000001 /* RotateGraphicsChange.h */; }; - 56158A760997B6F7003130B4 /* ScaleGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0301AD58747F000001 /* ScaleGraphicsChange.h */; }; - 56158A770997B6F7003130B4 /* SendToBackGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0401AD58747F000001 /* SendToBackGraphicsChange.h */; }; - 56158A780997B6F7003130B4 /* SimpleGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0501AD58747F000001 /* SimpleGraphicsChange.h */; }; - 56158A790997B6F7003130B4 /* SplitGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0601AD58747F000001 /* SplitGraphicsChange.h */; }; - 56158A7A0997B6F7003130B4 /* undo.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0701AD58747F000001 /* undo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56158A7B0997B6F7003130B4 /* UngroupGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0801AD58747F000001 /* UngroupGraphicsChange.h */; }; - 56158A7C0997B6F7003130B4 /* WidthGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A0901AD58747F000001 /* WidthGraphicsChange.h */; }; - 56158A7D0997B6F7003130B4 /* InspectorPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2001AD58747F000001 /* InspectorPanel.h */; }; - 56158A7E0997B6F7003130B4 /* IPArc.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2101AD58747F000001 /* IPArc.h */; }; - 56158A7F0997B6F7003130B4 /* IPBasicLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2201AD58747F000001 /* IPBasicLevel.h */; }; - 56158A800997B6F7003130B4 /* IPCrosshairs.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2301AD58747F000001 /* IPCrosshairs.h */; }; - 56158A810997B6F7003130B4 /* IPCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2401AD58747F000001 /* IPCurve.h */; }; - 56158A820997B6F7003130B4 /* IPGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2501AD58747F000001 /* IPGroup.h */; }; - 56158A830997B6F7003130B4 /* IPImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2601AD58747F000001 /* IPImage.h */; }; - 56158A840997B6F7003130B4 /* IPLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2701AD58747F000001 /* IPLine.h */; }; - 56158A850997B6F7003130B4 /* IPMark.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2801AD58747F000001 /* IPMark.h */; }; - 56158A860997B6F7003130B4 /* IPPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2901AD58747F000001 /* IPPath.h */; }; - 56158A870997B6F7003130B4 /* IPPolyLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2A01AD58747F000001 /* IPPolyLine.h */; }; - 56158A880997B6F7003130B4 /* IPRectangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2B01AD58747F000001 /* IPRectangle.h */; }; - 56158A890997B6F7003130B4 /* IPSinking.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2C01AD58747F000001 /* IPSinking.h */; }; - 56158A8A0997B6F7003130B4 /* IPText.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2D01AD58747F000001 /* IPText.h */; }; - 56158A8B0997B6F7003130B4 /* IPTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2E01AD58747F000001 /* IPTextPath.h */; }; - 56158A8C0997B6F7003130B4 /* IPThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A2F01AD58747F000001 /* IPThread.h */; }; - 56158A8D0997B6F7003130B4 /* IPWeb.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A3001AD58747F000001 /* IPWeb.h */; }; - 56158A8E0997B6F7003130B4 /* PreferencesPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A5201AD58747F000001 /* PreferencesPanel.h */; }; - 56158A8F0997B6F7003130B4 /* TPAlign.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6501AD58747F000001 /* TPAlign.h */; }; - 56158A900997B6F7003130B4 /* TPBasicLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6601AD58747F000001 /* TPBasicLevel.h */; }; - 56158A910997B6F7003130B4 /* TPMix.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6701AD58747F000001 /* TPMix.h */; }; - 56158A920997B6F7003130B4 /* TPRotate.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6801AD58747F000001 /* TPRotate.h */; }; - 56158A930997B6F7003130B4 /* TPScale.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6901AD58747F000001 /* TPScale.h */; }; - 56158A940997B6F7003130B4 /* TransformPanel.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A6A01AD58747F000001 /* TransformPanel.h */; }; - 56158A950997B6F7003130B4 /* Change.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A7C01AD58747F000001 /* Change.h */; }; - 56158A960997B6F7003130B4 /* ChangeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A7D01AD58747F000001 /* ChangeManager.h */; }; - 56158A970997B6F7003130B4 /* MultipleChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A7E01AD58747F000001 /* MultipleChange.h */; }; - 56158A980997B6F7003130B4 /* undochange.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A7F01AD58747F000001 /* undochange.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56158A990997B6F7003130B4 /* LocalizableStringsForUndo.h in Headers */ = {isa = PBXBuildFile; fileRef = 01112A8001AD58747F000001 /* LocalizableStringsForUndo.h */; }; - 56158A9A0997B6F7003130B4 /* VArc.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD4F01B6EC637F000001 /* VArc.h */; }; - 56158A9B0997B6F7003130B4 /* VCrosshairs.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD5301B6EC877F000001 /* VCrosshairs.h */; }; - 56158A9C0997B6F7003130B4 /* VTextPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7301B6ECE17F000001 /* VTextPath.h */; }; - 56158A9D0997B6F7003130B4 /* VCurve.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7401B6ECE17F000001 /* VCurve.h */; }; - 56158A9E0997B6F7003130B4 /* VGraphic.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7501B6ECE17F000001 /* VGraphic.h */; }; - 56158A9F0997B6F7003130B4 /* VGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7601B6ECE17F000001 /* VGroup.h */; }; - 56158AA00997B6F7003130B4 /* VImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7701B6ECE17F000001 /* VImage.h */; }; - 56158AA10997B6F7003130B4 /* VLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7801B6ECE17F000001 /* VLine.h */; }; - 56158AA20997B6F7003130B4 /* VLine3D.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7901B6ECE17F000001 /* VLine3D.h */; }; - 56158AA30997B6F7003130B4 /* VMark.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7A01B6ECE17F000001 /* VMark.h */; }; - 56158AA40997B6F7003130B4 /* VPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7B01B6ECE17F000001 /* VPath.h */; }; - 56158AA50997B6F7003130B4 /* VPolyLine.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7C01B6ECE17F000001 /* VPolyLine.h */; }; - 56158AA60997B6F7003130B4 /* VRectangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7D01B6ECE17F000001 /* VRectangle.h */; }; - 56158AA70997B6F7003130B4 /* VSinking.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7E01B6ECE17F000001 /* VSinking.h */; }; - 56158AA80997B6F7003130B4 /* VText.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD7F01B6ECE17F000001 /* VText.h */; }; - 56158AA90997B6F7003130B4 /* VThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD8001B6ECE17F000001 /* VThread.h */; }; - 56158AAA0997B6F7003130B4 /* VWeb.h in Headers */ = {isa = PBXBuildFile; fileRef = 122FCD8101B6ECE17F000001 /* VWeb.h */; }; - 56158AAB0997B6F7003130B4 /* type1Encoding.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F459F0310405601000048 /* type1Encoding.h */; }; - 56158AAC0997B6F7003130B4 /* vhfCompatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46C403114B0B01000048 /* vhfCompatibility.h */; }; - 56158AAD0997B6F7003130B4 /* vhfMath.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46CC03114B2501000048 /* vhfMath.h */; }; - 56158AAE0997B6F7003130B4 /* VHFPopUpButtonAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46D003114B3C01000048 /* VHFPopUpButtonAdditions.h */; }; - 56158AAF0997B6F7003130B4 /* vhfSoundFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46DC03114B6F01000048 /* vhfSoundFunctions.h */; }; - 56158AB00997B6F7003130B4 /* VHFSystemAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46E003114B7A01000048 /* VHFSystemAdditions.h */; }; - 56158AB10997B6F7003130B4 /* VHFArrayAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46E803114C0401000048 /* VHFArrayAdditions.h */; }; - 56158AB20997B6F7003130B4 /* StepWidthGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F473303118AD201000048 /* StepWidthGraphicsChange.h */; }; - 56158AB30997B6F7003130B4 /* RadialCenterGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F473503118AFE01000048 /* RadialCenterGraphicsChange.h */; }; - 56158AB40997B6F7003130B4 /* IPAllFilling.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F47640311A14501000048 /* IPAllFilling.h */; }; - 56158AB50997B6F7003130B4 /* IPAllLayers.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F47650311A14501000048 /* IPAllLayers.h */; }; - 56158AB60997B6F7003130B4 /* IPAllStrokeWidth.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F47660311A14501000048 /* IPAllStrokeWidth.h */; }; - 56158AB80997B6F7003130B4 /* SliderBox.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F476E0311A24A01000048 /* SliderBox.h */; }; - 56158AB90997B6F7003130B4 /* TPMove.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C7C3C042A5B2C01000049 /* TPMove.h */; }; - 56158ABA0997B6F7003130B4 /* IPLayerCell.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C7C47042A5FBB01000049 /* IPLayerCell.h */; }; - 56158ABB0997B6F7003130B4 /* VHFDictionaryAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46C803114B1801000048 /* VHFDictionaryAdditions.h */; }; - 56158ABC0997B6F7003130B4 /* VHFStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46D803114B5501000048 /* VHFStringAdditions.h */; }; - 56158ABD0997B6F7003130B4 /* VHFScannerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46D403114B4901000048 /* VHFScannerAdditions.h */; }; - 56158ABE0997B6F7003130B4 /* vhf2DFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D701AD58747F000001 /* vhf2DFunctions.h */; }; - 56158ABF0997B6F7003130B4 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D601AD58747F000001 /* types.h */; }; - 56158AC00997B6F7003130B4 /* ProjectSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C801C042B928801000049 /* ProjectSettings.h */; }; - 56158AC10997B6F7003130B4 /* PSFontInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C8020042B928801000049 /* PSFontInfo.h */; }; - 56158AC20997B6F7003130B4 /* PSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C8022042B928801000049 /* PSInfo.h */; }; - 56158AC30997B6F7003130B4 /* PSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = F54C803E042B966901000049 /* PSSettings.h */; }; - 56158AC40997B6F7003130B4 /* PreferencesMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F58B9A3005A6322B01000049 /* PreferencesMacros.h */; }; - 56158AC50997B6F7003130B4 /* RemovePointGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F9598A08C8CEA70001996D /* RemovePointGraphicsChange.h */; }; - 56158AC60997B6F7003130B4 /* AddPointGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F9598C08C8CEB10001996D /* AddPointGraphicsChange.h */; }; - 56158AC70997B6F7003130B4 /* LayerDetailsController.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F9599008C8CEF00001996D /* LayerDetailsController.h */; }; - 56158AD30997B6F7003130B4 /* cursorRotate.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111290A01AD58747F000001 /* cursorRotate.tiff */; }; - 56158AD40997B6F7003130B4 /* cursorCutter.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111290B01AD58747F000001 /* cursorCutter.tiff */; }; - 56158AD50997B6F7003130B4 /* arrowRight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111290E01AD58747F000001 /* arrowRight.tiff */; }; - 56158AD60997B6F7003130B4 /* sortColLLUR.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111290F01AD58747F000001 /* sortColLLUR.tiff */; }; - 56158AD70997B6F7003130B4 /* eyeclosed.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291101AD58747F000001 /* eyeclosed.tiff */; }; - 56158AD80997B6F7003130B4 /* lupe.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291201AD58747F000001 /* lupe.tiff */; }; - 56158AD90997B6F7003130B4 /* toolCurve.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291301AD58747F000001 /* toolCurve.tiff */; }; - 56158ADA0997B6F7003130B4 /* toolCutter.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291401AD58747F000001 /* toolCutter.tiff */; }; - 56158ADC0997B6F7003130B4 /* sortColULLR.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291601AD58747F000001 /* sortColULLR.tiff */; }; - 56158ADD0997B6F7003130B4 /* eye.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291801AD58747F000001 /* eye.tiff */; }; - 56158ADE0997B6F7003130B4 /* toolRotate.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291901AD58747F000001 /* toolRotate.tiff */; }; - 56158ADF0997B6F7003130B4 /* sortRowULLR.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291A01AD58747F000001 /* sortRowULLR.tiff */; }; - 56158AE00997B6F7003130B4 /* toolLine.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291D01AD58747F000001 /* toolLine.tiff */; }; - 56158AE10997B6F7003130B4 /* toolMark.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291E01AD58747F000001 /* toolMark.tiff */; }; - 56158AE20997B6F7003130B4 /* toolArrow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111291F01AD58747F000001 /* toolArrow.tiff */; }; - 56158AE30997B6F7003130B4 /* toolSinking.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292101AD58747F000001 /* toolSinking.tiff */; }; - 56158AE40997B6F7003130B4 /* sortColURLL.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292201AD58747F000001 /* sortColURLL.tiff */; }; - 56158AE50997B6F7003130B4 /* toolArc.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292301AD58747F000001 /* toolArc.tiff */; }; - 56158AE60997B6F7003130B4 /* alignHRight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292401AD58747F000001 /* alignHRight.tiff */; }; - 56158AE70997B6F7003130B4 /* sortRowLLUR.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292501AD58747F000001 /* sortRowLLUR.tiff */; }; - 56158AE80997B6F7003130B4 /* alignVCenter.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292601AD58747F000001 /* alignVCenter.tiff */; }; - 56158AE90997B6F7003130B4 /* toolWeb.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292701AD58747F000001 /* toolWeb.tiff */; }; - 56158AEA0997B6F7003130B4 /* alignHLeft.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292901AD58747F000001 /* alignHLeft.tiff */; }; - 56158AEB0997B6F7003130B4 /* alignHCenter.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292A01AD58747F000001 /* alignHCenter.tiff */; }; - 56158AEC0997B6F7003130B4 /* toolText.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292B01AD58747F000001 /* toolText.tiff */; }; - 56158AED0997B6F7003130B4 /* alignVBottom.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292C01AD58747F000001 /* alignVBottom.tiff */; }; - 56158AEE0997B6F7003130B4 /* CheckMark.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292D01AD58747F000001 /* CheckMark.tiff */; }; - 56158AEF0997B6F7003130B4 /* arrowUp.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292E01AD58747F000001 /* arrowUp.tiff */; }; - 56158AF00997B6F7003130B4 /* pencilBroken.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111292F01AD58747F000001 /* pencilBroken.tiff */; }; - 56158AF10997B6F7003130B4 /* cursorCross.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293001AD58747F000001 /* cursorCross.tiff */; }; - 56158AF20997B6F7003130B4 /* arrowRightH.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293101AD58747F000001 /* arrowRightH.tiff */; }; - 56158AF30997B6F7003130B4 /* pencil.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293301AD58747F000001 /* pencil.tiff */; }; - 56158AF40997B6F7003130B4 /* bucket.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293401AD58747F000001 /* bucket.tiff */; }; - 56158AF50997B6F7003130B4 /* arrowLeftH.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293501AD58747F000001 /* arrowLeftH.tiff */; }; - 56158AF60997B6F7003130B4 /* arrowLeft.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293701AD58747F000001 /* arrowLeft.tiff */; }; - 56158AF70997B6F7003130B4 /* toolRectangle.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293801AD58747F000001 /* toolRectangle.tiff */; }; - 56158AF80997B6F7003130B4 /* contourInside.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293901AD58747F000001 /* contourInside.tiff */; }; - 56158AF90997B6F7003130B4 /* arrowDownH.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293A01AD58747F000001 /* arrowDownH.tiff */; }; - 56158AFA0997B6F7003130B4 /* contourNoside.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293B01AD58747F000001 /* contourNoside.tiff */; }; - 56158AFB0997B6F7003130B4 /* bucketEmpty.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293C01AD58747F000001 /* bucketEmpty.tiff */; }; - 56158AFC0997B6F7003130B4 /* contourOutside.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293D01AD58747F000001 /* contourOutside.tiff */; }; - 56158AFD0997B6F7003130B4 /* toolThread.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111293E01AD58747F000001 /* toolThread.tiff */; }; - 56158AFE0997B6F7003130B4 /* alignVTop.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111294001AD58747F000001 /* alignVTop.tiff */; }; - 56158AFF0997B6F7003130B4 /* arrowDown.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111294101AD58747F000001 /* arrowDown.tiff */; }; - 56158B000997B6F7003130B4 /* contourPickOut.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111294201AD58747F000001 /* contourPickOut.tiff */; }; - 56158B010997B6F7003130B4 /* cursorMagnify.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0111294301AD58747F000001 /* cursorMagnify.tiff */; }; - 56158B020997B6F7003130B4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 00F2530801B1665F7F000001 /* Localizable.strings */; }; - 56158B030997B6F7003130B4 /* Operations.strings in Resources */ = {isa = PBXBuildFile; fileRef = F58E28DB01F7977B01000048 /* Operations.strings */; }; - 56158B1A0997B6F7003130B4 /* Cenon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 00F223EE01B85B0A7F000001 /* Cenon.icns */; }; - 56158B1B0997B6F7003130B4 /* typeCenon.icns in Resources */ = {isa = PBXBuildFile; fileRef = F58E28D301F776F701000048 /* typeCenon.icns */; }; - 56158B1C0997B6F7003130B4 /* typeDXF.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51DEEC501F7B5AC01000048 /* typeDXF.icns */; }; - 56158B1D0997B6F7003130B4 /* typeHPGL.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51DEEC701F7B5BA01000048 /* typeHPGL.icns */; }; - 56158B1E0997B6F7003130B4 /* typeAI.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51FDB6B01FF917F01000048 /* typeAI.icns */; }; - 56158B1F0997B6F7003130B4 /* typeDIN.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51FDB6D01FF918801000048 /* typeDIN.icns */; }; - 56158B200997B6F7003130B4 /* typeFont.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51FDB6F01FF919101000048 /* typeFont.icns */; }; - 56158B210997B6F7003130B4 /* typeGerber.icns in Resources */ = {isa = PBXBuildFile; fileRef = F51FDB7101FF919901000048 /* typeGerber.icns */; }; - 56158B220997B6F7003130B4 /* Info.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F51F46B1031054DC01000048 /* Info.tiff */; }; - 56158B270997B6F7003130B4 /* ipWeb.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CA0311AD5901000048 /* ipWeb.tiff */; }; - 56158B280997B6F7003130B4 /* ipCrosshairs.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CB0311AD5901000048 /* ipCrosshairs.tiff */; }; - 56158B290997B6F7003130B4 /* ipCurve.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CC0311AD5901000048 /* ipCurve.tiff */; }; - 56158B2A0997B6F7003130B4 /* ipGroup.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CD0311AD5901000048 /* ipGroup.tiff */; }; - 56158B2B0997B6F7003130B4 /* ipImage.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CE0311AD5901000048 /* ipImage.tiff */; }; - 56158B2C0997B6F7003130B4 /* ipLine.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9CF0311AD5901000048 /* ipLine.tiff */; }; - 56158B2D0997B6F7003130B4 /* ipMark.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D00311AD5901000048 /* ipMark.tiff */; }; - 56158B2E0997B6F7003130B4 /* ipPath.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D10311AD5901000048 /* ipPath.tiff */; }; - 56158B2F0997B6F7003130B4 /* ipPolyLine.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D20311AD5901000048 /* ipPolyLine.tiff */; }; - 56158B300997B6F7003130B4 /* ipRectangle.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D30311AD5901000048 /* ipRectangle.tiff */; }; - 56158B310997B6F7003130B4 /* ipSinking.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D40311AD5901000048 /* ipSinking.tiff */; }; - 56158B320997B6F7003130B4 /* ipText.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D50311AD5901000048 /* ipText.tiff */; }; - 56158B330997B6F7003130B4 /* ipTextPath.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D60311AD5901000048 /* ipTextPath.tiff */; }; - 56158B340997B6F7003130B4 /* ipThread.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F579D9D70311AD5901000048 /* ipThread.tiff */; }; - 56158B360997B6F7003130B4 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = F54C7C28042A53C501000049 /* LICENSE */; }; - 56158B390997B6F7003130B4 /* buttonFilling.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F54C7C32042A59D501000049 /* buttonFilling.tiff */; }; - 56158B3A0997B6F7003130B4 /* buttonLayers.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F54C7C33042A59D501000049 /* buttonLayers.tiff */; }; - 56158B3B0997B6F7003130B4 /* buttonStroke.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F54C7C34042A59D501000049 /* buttonStroke.tiff */; }; - 56158B3C0997B6F7003130B4 /* buttonText.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F54C7C35042A59D501000049 /* buttonText.tiff */; }; - 56158B420997B6F7003130B4 /* ipArc.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F54C8042042CC85101000049 /* ipArc.tiff */; }; - 56158B440997B6F7003130B4 /* CropMarks in Resources */ = {isa = PBXBuildFile; fileRef = F587845B0437C18E01000049 /* CropMarks */; }; - 56158B480997B6F7003130B4 /* CharConversion in Resources */ = {isa = PBXBuildFile; fileRef = F58969E004AA56D301000049 /* CharConversion */; }; - 56158B490997B6F7003130B4 /* SinkingMetrics.plist in Resources */ = {isa = PBXBuildFile; fileRef = F58B9B0E05DD323A01000049 /* SinkingMetrics.plist */; }; - 56158B4A0997B6F7003130B4 /* toolAddPt.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 56F9597408C8CCD60001996D /* toolAddPt.tiff */; }; - 56158B4B0997B6F7003130B4 /* arrowUpH.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 56F9597608C8CDE90001996D /* arrowUpH.tiff */; }; - 56158B4E0997B6F7003130B4 /* apContour.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289501AD58747F000001 /* apContour.m */; settings = {ATTRIBUTES = (); }; }; - 56158B4F0997B6F7003130B4 /* App.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289601AD58747F000001 /* App.m */; settings = {ATTRIBUTES = (); }; }; - 56158B500997B6F7003130B4 /* DXFImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289801AD58747F000001 /* DXFImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B510997B6F7003130B4 /* FlippedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289901AD58747F000001 /* FlippedView.m */; settings = {ATTRIBUTES = (); }; }; - 56158B520997B6F7003130B4 /* GerberImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289A01AD58747F000001 /* GerberImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B530997B6F7003130B4 /* HPGLImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289B01AD58747F000001 /* HPGLImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B540997B6F7003130B4 /* LayerObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289D01AD58747F000001 /* LayerObject.m */; settings = {ATTRIBUTES = (); }; }; - 56158B550997B6F7003130B4 /* MoveCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289E01AD58747F000001 /* MoveCell.m */; settings = {ATTRIBUTES = (); }; }; - 56158B560997B6F7003130B4 /* MoveMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111289F01AD58747F000001 /* MoveMatrix.m */; settings = {ATTRIBUTES = (); }; }; - 56158B580997B6F7003130B4 /* PSImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128A101AD58747F000001 /* PSImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B590997B6F7003130B4 /* TileObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128A201AD58747F000001 /* TileObject.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5A0997B6F7003130B4 /* TileScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128A301AD58747F000001 /* TileScrollView.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5B0997B6F7003130B4 /* TilePanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128AB01AD58747F000001 /* TilePanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5C0997B6F7003130B4 /* WorkingAreaPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128AC01AD58747F000001 /* WorkingAreaPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5D0997B6F7003130B4 /* GridPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128AD01AD58747F000001 /* GridPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5E0997B6F7003130B4 /* IntersectionPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128AF01AD58747F000001 /* IntersectionPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B5F0997B6F7003130B4 /* Type1ImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B001AD58747F000001 /* Type1ImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B600997B6F7003130B4 /* Type1Import.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B101AD58747F000001 /* Type1Import.m */; settings = {ATTRIBUTES = (); }; }; - 56158B610997B6F7003130B4 /* EPSExport.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B201AD58747F000001 /* EPSExport.m */; settings = {ATTRIBUTES = (); }; }; - 56158B620997B6F7003130B4 /* DINImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B301AD58747F000001 /* DINImportSub.m */; settings = {ATTRIBUTES = (); }; }; - 56158B630997B6F7003130B4 /* Type1Font.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B401AD58747F000001 /* Type1Font.m */; settings = {ATTRIBUTES = (); }; }; - 56158B640997B6F7003130B4 /* Document.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B501AD58747F000001 /* Document.m */; settings = {ATTRIBUTES = (); }; }; - 56158B650997B6F7003130B4 /* DocView.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B601AD58747F000001 /* DocView.m */; settings = {ATTRIBUTES = (); }; }; - 56158B660997B6F7003130B4 /* DocWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B701AD58747F000001 /* DocWindow.m */; settings = {ATTRIBUTES = (); }; }; - 56158B670997B6F7003130B4 /* dvDrag.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B801AD58747F000001 /* dvDrag.m */; settings = {ATTRIBUTES = (); }; }; - 56158B680997B6F7003130B4 /* dvGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128B901AD58747F000001 /* dvGrid.m */; settings = {ATTRIBUTES = (); }; }; - 56158B690997B6F7003130B4 /* dvHiddenArea.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128BA01AD58747F000001 /* dvHiddenArea.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6A0997B6F7003130B4 /* dvUndo.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128BC01AD58747F000001 /* dvUndo.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6B0997B6F7003130B4 /* dvPasteboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128BD01AD58747F000001 /* dvPasteboard.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6C0997B6F7003130B4 /* dvTile.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128BE01AD58747F000001 /* dvTile.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6D0997B6F7003130B4 /* Cenon_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128F401AD58747F000001 /* Cenon_main.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6E0997B6F7003130B4 /* propertyList.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128F601AD58747F000001 /* propertyList.m */; settings = {ATTRIBUTES = (); }; }; - 56158B6F0997B6F7003130B4 /* type1Funs.m in Sources */ = {isa = PBXBuildFile; fileRef = 011128FC01AD58747F000001 /* type1Funs.m */; settings = {ATTRIBUTES = (); }; }; - 56158B700997B6F7003130B4 /* ClipRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111298B01AD58747F000001 /* ClipRectangle.m */; settings = {ATTRIBUTES = (); }; }; - 56158B710997B6F7003130B4 /* HiddenArea.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111299001AD58747F000001 /* HiddenArea.m */; settings = {ATTRIBUTES = (); }; }; - 56158B720997B6F7003130B4 /* PathContour.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111299701AD58747F000001 /* PathContour.m */; settings = {ATTRIBUTES = (); }; }; - 56158B730997B6F7003130B4 /* PerformanceMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 0111299901AD58747F000001 /* PerformanceMap.m */; settings = {ATTRIBUTES = (); }; }; - 56158B740997B6F7003130B4 /* AlignGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C301AD58747F000001 /* AlignGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B750997B6F7003130B4 /* AngleGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C401AD58747F000001 /* AngleGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B760997B6F7003130B4 /* BringToFrontGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C501AD58747F000001 /* BringToFrontGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B770997B6F7003130B4 /* ChangeDetail.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C601AD58747F000001 /* ChangeDetail.m */; settings = {ATTRIBUTES = (); }; }; - 56158B780997B6F7003130B4 /* ColorGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C701AD58747F000001 /* ColorGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B790997B6F7003130B4 /* ContourGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C801AD58747F000001 /* ContourGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7A0997B6F7003130B4 /* CreateGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129C901AD58747F000001 /* CreateGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7B0997B6F7003130B4 /* CutGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CA01AD58747F000001 /* CutGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7C0997B6F7003130B4 /* DeleteGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CB01AD58747F000001 /* DeleteGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7D0997B6F7003130B4 /* DimensionsGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CC01AD58747F000001 /* DimensionsGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7E0997B6F7003130B4 /* DragPointGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CD01AD58747F000001 /* DragPointGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B7F0997B6F7003130B4 /* EndEditingGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CE01AD58747F000001 /* EndEditingGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B800997B6F7003130B4 /* FillGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129CF01AD58747F000001 /* FillGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B810997B6F7003130B4 /* GraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D001AD58747F000001 /* GraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B820997B6F7003130B4 /* GroupGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D101AD58747F000001 /* GroupGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B830997B6F7003130B4 /* JoinGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D201AD58747F000001 /* JoinGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B840997B6F7003130B4 /* LengthGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D301AD58747F000001 /* LengthGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B850997B6F7003130B4 /* LockGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D401AD58747F000001 /* LockGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B860997B6F7003130B4 /* MirrorGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D501AD58747F000001 /* MirrorGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B870997B6F7003130B4 /* MixGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D601AD58747F000001 /* MixGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B880997B6F7003130B4 /* MoveGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D701AD58747F000001 /* MoveGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B890997B6F7003130B4 /* MoveLayerGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D801AD58747F000001 /* MoveLayerGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8A0997B6F7003130B4 /* MovePointGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129D901AD58747F000001 /* MovePointGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8B0997B6F7003130B4 /* PasteGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DA01AD58747F000001 /* PasteGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8C0997B6F7003130B4 /* PunchGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DB01AD58747F000001 /* PunchGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8D0997B6F7003130B4 /* RadiusGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DC01AD58747F000001 /* RadiusGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8E0997B6F7003130B4 /* ReorderGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DD01AD58747F000001 /* ReorderGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B8F0997B6F7003130B4 /* RotateGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DE01AD58747F000001 /* RotateGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B900997B6F7003130B4 /* ScaleGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129DF01AD58747F000001 /* ScaleGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B910997B6F7003130B4 /* SendToBackGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129E001AD58747F000001 /* SendToBackGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B920997B6F7003130B4 /* SimpleGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129E101AD58747F000001 /* SimpleGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B930997B6F7003130B4 /* SplitGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129E201AD58747F000001 /* SplitGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B940997B6F7003130B4 /* UngroupGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129E301AD58747F000001 /* UngroupGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B950997B6F7003130B4 /* WidthGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 011129E401AD58747F000001 /* WidthGraphicsChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158B960997B6F7003130B4 /* InspectorPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A0E01AD58747F000001 /* InspectorPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B970997B6F7003130B4 /* IPArc.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A0F01AD58747F000001 /* IPArc.m */; settings = {ATTRIBUTES = (); }; }; - 56158B980997B6F7003130B4 /* IPBasicLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1001AD58747F000001 /* IPBasicLevel.m */; settings = {ATTRIBUTES = (); }; }; - 56158B990997B6F7003130B4 /* IPCrosshairs.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1101AD58747F000001 /* IPCrosshairs.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9A0997B6F7003130B4 /* IPCurve.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1201AD58747F000001 /* IPCurve.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9B0997B6F7003130B4 /* IPGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1301AD58747F000001 /* IPGroup.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9C0997B6F7003130B4 /* IPImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1401AD58747F000001 /* IPImage.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9D0997B6F7003130B4 /* IPLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1501AD58747F000001 /* IPLine.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9E0997B6F7003130B4 /* IPMark.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1601AD58747F000001 /* IPMark.m */; settings = {ATTRIBUTES = (); }; }; - 56158B9F0997B6F7003130B4 /* IPPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1701AD58747F000001 /* IPPath.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA00997B6F7003130B4 /* IPPolyLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1801AD58747F000001 /* IPPolyLine.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA10997B6F7003130B4 /* IPRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1901AD58747F000001 /* IPRectangle.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA20997B6F7003130B4 /* IPSinking.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1A01AD58747F000001 /* IPSinking.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA30997B6F7003130B4 /* IPText.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1B01AD58747F000001 /* IPText.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA40997B6F7003130B4 /* IPTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1C01AD58747F000001 /* IPTextPath.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA50997B6F7003130B4 /* IPThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1D01AD58747F000001 /* IPThread.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA60997B6F7003130B4 /* IPWeb.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A1E01AD58747F000001 /* IPWeb.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA70997B6F7003130B4 /* PreferencesPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A4C01AD58747F000001 /* PreferencesPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA80997B6F7003130B4 /* TPAlign.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A5E01AD58747F000001 /* TPAlign.m */; settings = {ATTRIBUTES = (); }; }; - 56158BA90997B6F7003130B4 /* TPBasicLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A5F01AD58747F000001 /* TPBasicLevel.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAA0997B6F7003130B4 /* TPMix.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A6001AD58747F000001 /* TPMix.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAB0997B6F7003130B4 /* TPRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A6101AD58747F000001 /* TPRotate.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAC0997B6F7003130B4 /* TPScale.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A6201AD58747F000001 /* TPScale.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAD0997B6F7003130B4 /* TransformPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A6301AD58747F000001 /* TransformPanel.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAE0997B6F7003130B4 /* Change.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A7801AD58747F000001 /* Change.m */; settings = {ATTRIBUTES = (); }; }; - 56158BAF0997B6F7003130B4 /* ChangeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A7901AD58747F000001 /* ChangeManager.m */; settings = {ATTRIBUTES = (); }; }; - 56158BB00997B6F7003130B4 /* MultipleChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 01112A7A01AD58747F000001 /* MultipleChange.m */; settings = {ATTRIBUTES = (); }; }; - 56158BB10997B6F7003130B4 /* VArc.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD4D01B6EC597F000001 /* VArc.m */; }; - 56158BB20997B6F7003130B4 /* VCrosshairs.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5101B6EC7F7F000001 /* VCrosshairs.m */; }; - 56158BB40997B6F7003130B4 /* VCurve.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5601B6ECB37F000001 /* VCurve.m */; }; - 56158BB50997B6F7003130B4 /* VGraphic.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5701B6ECB37F000001 /* VGraphic.m */; }; - 56158BB60997B6F7003130B4 /* VGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5801B6ECB37F000001 /* VGroup.m */; }; - 56158BB70997B6F7003130B4 /* VImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5901B6ECB37F000001 /* VImage.m */; }; - 56158BB80997B6F7003130B4 /* VLine.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5A01B6ECB37F000001 /* VLine.m */; }; - 56158BB90997B6F7003130B4 /* VLine3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5B01B6ECB37F000001 /* VLine3D.m */; }; - 56158BBA0997B6F7003130B4 /* VMark.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5C01B6ECB37F000001 /* VMark.m */; }; - 56158BBB0997B6F7003130B4 /* VPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5D01B6ECB37F000001 /* VPath.m */; }; - 56158BBC0997B6F7003130B4 /* VSinking.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5F01B6ECB37F000001 /* VSinking.m */; }; - 56158BBD0997B6F7003130B4 /* VText.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD6001B6ECB37F000001 /* VText.m */; }; - 56158BBE0997B6F7003130B4 /* VTextPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD6101B6ECB37F000001 /* VTextPath.m */; }; - 56158BBF0997B6F7003130B4 /* VThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD6201B6ECB37F000001 /* VThread.m */; }; - 56158BC00997B6F7003130B4 /* VWeb.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD6301B6ECB37F000001 /* VWeb.m */; }; - 56158BC10997B6F7003130B4 /* functions.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696E890301BD8001000048 /* functions.m */; }; - 56158BC20997B6F7003130B4 /* DXFExportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696ED10301DB2F01000048 /* DXFExportSub.m */; }; - 56158BC30997B6F7003130B4 /* GerberExportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696ED30301DB5A01000048 /* GerberExportSub.m */; }; - 56158BC40997B6F7003130B4 /* HPGLExportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696ED50301DC1D01000048 /* HPGLExportSub.m */; }; - 56158BC50997B6F7003130B4 /* vhfMath.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46CD03114B2501000048 /* vhfMath.m */; }; - 56158BC60997B6F7003130B4 /* VHFPopUpButtonAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46D103114B3C01000048 /* VHFPopUpButtonAdditions.m */; }; - 56158BC70997B6F7003130B4 /* vhfSoundFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46DD03114B6F01000048 /* vhfSoundFunctions.m */; }; - 56158BC80997B6F7003130B4 /* VHFSystemAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E103114B7A01000048 /* VHFSystemAdditions.m */; }; - 56158BC90997B6F7003130B4 /* vhfCommonFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; }; - 56158BCA0997B6F7003130B4 /* VHFArrayAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E903114C0401000048 /* VHFArrayAdditions.m */; }; - 56158BCB0997B6F7003130B4 /* RadialCenterGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F472F03118AAB01000048 /* RadialCenterGraphicsChange.m */; }; - 56158BCC0997B6F7003130B4 /* StepWidthGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F473103118ACB01000048 /* StepWidthGraphicsChange.m */; }; - 56158BCD0997B6F7003130B4 /* IPAllFilling.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F475C0311A13601000048 /* IPAllFilling.m */; }; - 56158BCE0997B6F7003130B4 /* IPAllLayers.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F475D0311A13601000048 /* IPAllLayers.m */; }; - 56158BCF0997B6F7003130B4 /* IPAllStrokeWidth.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F475E0311A13601000048 /* IPAllStrokeWidth.m */; }; - 56158BD10997B6F7003130B4 /* SliderBox.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F476C0311A22601000048 /* SliderBox.m */; }; - 56158BD20997B6F7003130B4 /* VPolyLine.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C7C30042A542201000049 /* VPolyLine.m */; }; - 56158BD30997B6F7003130B4 /* TPMove.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C7C3A042A5B1601000049 /* TPMove.m */; }; - 56158BD40997B6F7003130B4 /* IPLayerCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C7C45042A5FAE01000049 /* IPLayerCell.m */; }; - 56158BD50997B6F7003130B4 /* VHFDictionaryAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46C903114B1801000048 /* VHFDictionaryAdditions.m */; }; - 56158BD60997B6F7003130B4 /* VHFStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46D903114B5501000048 /* VHFStringAdditions.m */; }; - 56158BD70997B6F7003130B4 /* VHFScannerAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46D503114B4901000048 /* VHFScannerAdditions.m */; }; - 56158BD80997B6F7003130B4 /* vhf2DFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E603114BAA01000048 /* vhf2DFunctions.m */; }; - 56158BD90997B6F7003130B4 /* ProjectSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C801D042B928801000049 /* ProjectSettings.m */; }; - 56158BDA0997B6F7003130B4 /* PSFontInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C8021042B928801000049 /* PSFontInfo.m */; }; - 56158BDB0997B6F7003130B4 /* PSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C8023042B928801000049 /* PSInfo.m */; }; - 56158BDC0997B6F7003130B4 /* PSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = F54C803F042B966901000049 /* PSSettings.m */; }; - 56158BDD0997B6F7003130B4 /* VRectangle.m in Sources */ = {isa = PBXBuildFile; fileRef = 122FCD5E01B6ECB37F000001 /* VRectangle.m */; }; - 56158BDE0997B6F7003130B4 /* LabelGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = F58969D804A3C6C001000049 /* LabelGraphicsChange.m */; }; - 56158BDF0997B6F7003130B4 /* AddPointGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 56F9598608C8CE820001996D /* AddPointGraphicsChange.m */; }; - 56158BE00997B6F7003130B4 /* RemovePointGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 56F9598808C8CE970001996D /* RemovePointGraphicsChange.m */; }; - 56158BE10997B6F7003130B4 /* LayerDetailsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 56F9598E08C8CEDD0001996D /* LayerDetailsController.m */; }; - 56158BE30997B6F7003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 56158BE40997B6F7003130B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8901AD58747F000001 /* Foundation.framework */; }; - 561593630997B759003130B4 /* DINImport.h in Headers */ = {isa = PBXBuildFile; fileRef = F51FDBDD0201EE8D01000048 /* DINImport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561593640997B759003130B4 /* dxfColorTable.h in Headers */ = {isa = PBXBuildFile; fileRef = F51FDBDF0201EE8D01000048 /* dxfColorTable.h */; }; - 561593650997B759003130B4 /* DXFImport.h in Headers */ = {isa = PBXBuildFile; fileRef = F51FDBE00201EE8D01000048 /* DXFImport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561593660997B759003130B4 /* VHFDictionaryAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46C803114B1801000048 /* VHFDictionaryAdditions.h */; }; - 561593670997B759003130B4 /* VHFArrayAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46E803114C0401000048 /* VHFArrayAdditions.h */; }; - 561593680997B759003130B4 /* VHFScannerAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46D403114B4901000048 /* VHFScannerAdditions.h */; }; - 561593690997B759003130B4 /* VHFStringAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46D803114B5501000048 /* VHFStringAdditions.h */; }; - 5615936A0997B759003130B4 /* vhf2DFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D701AD58747F000001 /* vhf2DFunctions.h */; }; - 5615936B0997B759003130B4 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D601AD58747F000001 /* types.h */; }; - 5615936C0997B759003130B4 /* dxfOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = F584EB81070B8A4A01000049 /* dxfOperators.h */; }; - 5615936D0997B759003130B4 /* GerberImport.h in Headers */ = {isa = PBXBuildFile; fileRef = F584EB83070B8A5501000049 /* GerberImport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5615936E0997B759003130B4 /* HPGLImport.h in Headers */ = {isa = PBXBuildFile; fileRef = F584EB87070B8A6201000049 /* HPGLImport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5615936F0997B759003130B4 /* PSImport.h in Headers */ = {isa = PBXBuildFile; fileRef = F584EB8B070B8A7501000049 /* PSImport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561593700997B759003130B4 /* vhfCFGFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = F584EB95070B8A9D01000049 /* vhfCFGFunctions.h */; }; - 561593720997B759003130B4 /* psImport.prolog in Resources */ = {isa = PBXBuildFile; fileRef = F584EB8F070B8A8301000049 /* psImport.prolog */; }; - 561593730997B759003130B4 /* psImportAI3.prolog in Resources */ = {isa = PBXBuildFile; fileRef = F584EB90070B8A8301000049 /* psImportAI3.prolog */; }; - 561593740997B759003130B4 /* psImportAI3.trailer in Resources */ = {isa = PBXBuildFile; fileRef = F584EB91070B8A8301000049 /* psImportAI3.trailer */; }; - 561593760997B759003130B4 /* DINImport.m in Sources */ = {isa = PBXBuildFile; fileRef = F51FDBDE0201EE8D01000048 /* DINImport.m */; }; - 561593770997B759003130B4 /* DXFImport.m in Sources */ = {isa = PBXBuildFile; fileRef = F584EB7F070B8A3601000049 /* DXFImport.m */; }; - 561593780997B759003130B4 /* GerberImport.m in Sources */ = {isa = PBXBuildFile; fileRef = F584EB84070B8A5501000049 /* GerberImport.m */; }; - 561593790997B759003130B4 /* HPGLImport.m in Sources */ = {isa = PBXBuildFile; fileRef = F584EB88070B8A6201000049 /* HPGLImport.m */; }; - 5615937A0997B759003130B4 /* PSImport.m in Sources */ = {isa = PBXBuildFile; fileRef = F584EB8C070B8A7501000049 /* PSImport.m */; }; - 5615937B0997B759003130B4 /* vhfCFGFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F584EB96070B8A9D01000049 /* vhfCFGFunctions.m */; }; - 5615937D0997B759003130B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8901AD58747F000001 /* Foundation.framework */; }; - 5615937E0997B759003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 561593880997B759003130B4 /* DXFExport.h in Headers */ = {isa = PBXBuildFile; fileRef = F5696EA30301D00A01000048 /* DXFExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561593890997B759003130B4 /* dxfColorTable.h in Headers */ = {isa = PBXBuildFile; fileRef = F5696EA70301D05001000048 /* dxfColorTable.h */; }; - 5615938A0997B759003130B4 /* GerberExport.h in Headers */ = {isa = PBXBuildFile; fileRef = F5696EA90301D05E01000048 /* GerberExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5615938B0997B759003130B4 /* HPGLExport.h in Headers */ = {isa = PBXBuildFile; fileRef = F5696EAB0301D05E01000048 /* HPGLExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5615938C0997B759003130B4 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D601AD58747F000001 /* types.h */; }; - 5615938D0997B759003130B4 /* vhf2DFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = 011128D701AD58747F000001 /* vhf2DFunctions.h */; }; - 561593900997B759003130B4 /* DXFExport.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696EA50301D04501000048 /* DXFExport.m */; }; - 561593910997B759003130B4 /* GerberExport.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696EAA0301D05E01000048 /* GerberExport.m */; }; - 561593920997B759003130B4 /* HPGLExport.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696EAC0301D05E01000048 /* HPGLExport.m */; }; - 561593940997B759003130B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8901AD58747F000001 /* Foundation.framework */; }; - 561593950997B759003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 5615939F0997B759003130B4 /* GeneralController.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F468F0310513001000048 /* GeneralController.h */; }; - 561593A10997B759003130B4 /* prefsGeneral.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F51F46930310513801000048 /* prefsGeneral.tiff */; }; - 561593A20997B759003130B4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F51F46950310514401000048 /* Localizable.strings */; }; - 561593A50997B759003130B4 /* GeneralController.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46900310513001000048 /* GeneralController.m */; }; - 561593B00997B759003130B4 /* ImportController.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F469D0310518F01000048 /* ImportController.h */; }; - 561593B20997B759003130B4 /* prefsImport.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F51F469F0310518F01000048 /* prefsImport.tiff */; }; - 561593B50997B759003130B4 /* ImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F469E0310518F01000048 /* ImportController.m */; }; - 561593C00997B759003130B4 /* ExportController.h in Headers */ = {isa = PBXBuildFile; fileRef = F51F46A7031051BC01000048 /* ExportController.h */; }; - 561593C20997B759003130B4 /* prefsExport.tiff in Resources */ = {isa = PBXBuildFile; fileRef = F51F46A9031051BC01000048 /* prefsExport.tiff */; }; - 561593C50997B759003130B4 /* ExportController.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46A8031051BC01000048 /* ExportController.m */; }; - 561597E7099A7273003130B4 /* VHFImport.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561593850997B759003130B4 /* VHFImport.framework */; }; - 561597F2099A7280003130B4 /* VHFExport.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5615939C0997B759003130B4 /* VHFExport.framework */; }; - 56159BD909AF85A0003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 56159BE209AF868B003130B4 /* VHFStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46D903114B5501000048 /* VHFStringAdditions.m */; }; - 56159BE409AF8B7C003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 56159BE609AF8BBA003130B4 /* functions.m in Sources */ = {isa = PBXBuildFile; fileRef = F5696E890301BD8001000048 /* functions.m */; }; - 56159BE709AF8BE1003130B4 /* vhfCommonFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E403114B8301000048 /* vhfCommonFunctions.m */; }; - 56159BE809AF8C54003130B4 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01112A8801AD58747F000001 /* AppKit.framework */; }; - 56159DC009B22DD4003130B4 /* ProgressIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 56159DBE09B22DD4003130B4 /* ProgressIndicator.m */; }; - 56159DCF09B22DEE003130B4 /* ProgressIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 56159DCD09B22DEE003130B4 /* ProgressIndicator.h */; }; - 56166B1B10A69BE7005D747A /* toolPolyLine.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 56166B1A10A69BE6005D747A /* toolPolyLine.tiff */; }; - 561C119710E74BDB001CBA21 /* Info.xib in Resources */ = {isa = PBXBuildFile; fileRef = 561C119610E74BDB001CBA21 /* Info.xib */; }; - 5627D0BE11AD27860064F68C /* UpdatePanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5627D0BC11AD27860064F68C /* UpdatePanel.xib */; }; - 5627D0F911AE63E00064F68C /* UpdateController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5627D0F811AE63E00064F68C /* UpdateController.m */; }; - 5627D0FB11AE63F00064F68C /* UpdateController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5627D0FA11AE63F00064F68C /* UpdateController.h */; }; - 5627D52911B61C200064F68C /* CenonModuleMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 5627D52811B61C200064F68C /* CenonModuleMethods.h */; }; - 5632F418148A43920051A6A4 /* typeICut.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5632F417148A43920051A6A4 /* typeICut.icns */; }; - 5632F4E9148A4D5A0051A6A4 /* typeEPS.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5632F4E8148A4D5A0051A6A4 /* typeEPS.icns */; }; - 5632F4F5148A4D670051A6A4 /* typeSVG.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5632F4F4148A4D670051A6A4 /* typeSVG.icns */; }; - 5632F4F7148A501E0051A6A4 /* typePDF.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5632F4F6148A501E0051A6A4 /* typePDF.icns */; }; - 5632F54C148A55790051A6A4 /* ICUTImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 5632F54B148A55790051A6A4 /* ICUTImportSub.m */; }; - 5632F54E148A55B70051A6A4 /* ICUTImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5632F54D148A55B70051A6A4 /* ICUTImportSub.h */; }; - 5632F550148A56200051A6A4 /* HPGLExportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5632F54F148A56200051A6A4 /* HPGLExportSub.h */; }; - 5632F552148A563B0051A6A4 /* GerberExportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5632F551148A563B0051A6A4 /* GerberExportSub.h */; }; - 5632F554148A565C0051A6A4 /* DXFExportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5632F553148A565C0051A6A4 /* DXFExportSub.h */; }; - 5632F561148A57D50051A6A4 /* ICUTImport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5632F560148A57D50051A6A4 /* ICUTImport.h */; }; - 5632F563148A57E10051A6A4 /* ICUTImport.m in Sources */ = {isa = PBXBuildFile; fileRef = 5632F562148A57E10051A6A4 /* ICUTImport.m */; }; - 563843C112225153005A6086 /* Contour.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563843BF12225153005A6086 /* Contour.xib */; }; - 563843DC122252FE005A6086 /* GridPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563843DA122252FE005A6086 /* GridPanel.xib */; }; - 563843E912225436005A6086 /* IntersectionPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563843E712225436005A6086 /* IntersectionPanel.xib */; }; - 563843F61222551F005A6086 /* PrintPanelAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563843F41222551F005A6086 /* PrintPanelAccessory.xib */; }; - 56384402122255C7005A6086 /* ToolPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56384401122255C7005A6086 /* ToolPanel.xib */; }; - 56384407122255DF005A6086 /* WorkingAreaPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56384405122255DF005A6086 /* WorkingAreaPanel.xib */; }; - 563844131222586D005A6086 /* InspectorPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844121222586D005A6086 /* InspectorPanel.xib */; }; - 5638441A12225934005A6086 /* IPAllFilling.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638441812225934005A6086 /* IPAllFilling.xib */; }; - 5638444B12226D4D005A6086 /* IPAllStrokeWidth.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638444912226D4D005A6086 /* IPAllStrokeWidth.xib */; }; - 563844661222717F005A6086 /* IPAllAcc.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844641222717F005A6086 /* IPAllAcc.xib */; }; - 563844771222725F005A6086 /* IPAccText.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844751222725F005A6086 /* IPAccText.xib */; }; - 5638448C122273AB005A6086 /* IPCrosshairs.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638448A122273AB005A6086 /* IPCrosshairs.xib */; }; - 5638449A12227453005A6086 /* IPMark.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638449812227453005A6086 /* IPMark.xib */; }; - 563844AA12227530005A6086 /* IPPolyLine.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844A812227530005A6086 /* IPPolyLine.xib */; }; - 563844B812227648005A6086 /* IPSinking.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844B612227648005A6086 /* IPSinking.xib */; }; - 563844CF122278B1005A6086 /* IPWeb.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563844CD122278B1005A6086 /* IPWeb.xib */; }; - 5638450512227ED3005A6086 /* Export.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638450312227ED3005A6086 /* Export.xib */; }; - 5638451D12228107005A6086 /* PreferencesPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638451B12228107005A6086 /* PreferencesPanel.xib */; }; - 56384541122360BC005A6086 /* ProjectSettingsPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638453F122360BC005A6086 /* ProjectSettingsPanel.xib */; }; - 5638454F12236161005A6086 /* PSFontInfo.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638454D12236161005A6086 /* PSFontInfo.xib */; }; - 563845581223626E005A6086 /* PSInfo.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563845561223626E005A6086 /* PSInfo.xib */; }; - 56384566122362F1005A6086 /* PSSettings.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56384564122362F1005A6086 /* PSSettings.xib */; }; - 56384574122363AD005A6086 /* TransformPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56384572122363AD005A6086 /* TransformPanel.xib */; }; - 563845811223647C005A6086 /* TPAlign.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638457F1223647C005A6086 /* TPAlign.xib */; }; - 563845911223665A005A6086 /* TPMix.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638458F1223665A005A6086 /* TPMix.xib */; }; - 5638459F1223677E005A6086 /* TPMove.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5638459D1223677E005A6086 /* TPMove.xib */; }; - 563845B3122368CF005A6086 /* TPScale.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563845B1122368CF005A6086 /* TPScale.xib */; }; - 563845C212236AEF005A6086 /* TPRotate.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563845C012236AEF005A6086 /* TPRotate.xib */; }; - 563A3CA11151C6E600B91239 /* Import.xib in Resources */ = {isa = PBXBuildFile; fileRef = 563A3C9F1151C6E600B91239 /* Import.xib */; }; - 563BC34B1390F5880083CB3F /* ExcludeGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 563BC34A1390F5880083CB3F /* ExcludeGraphicsChange.h */; }; - 563BC34D1390F5C00083CB3F /* ExcludeGraphicsChange.m in Sources */ = {isa = PBXBuildFile; fileRef = 563BC34C1390F5C00083CB3F /* ExcludeGraphicsChange.m */; }; - 563BC43413935E660083CB3F /* LabelGraphicsChange.h in Headers */ = {isa = PBXBuildFile; fileRef = 563BC43313935E660083CB3F /* LabelGraphicsChange.h */; }; - 56406D1D10FC189700ACD320 /* General.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56406CFD10FC143300ACD320 /* General.xib */; }; - 56406D7010FC2B6F00ACD320 /* Main.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56406D6E10FC2B6F00ACD320 /* Main.xib */; }; - 564074121103117D00ACD320 /* IPAllLayers.xib in Resources */ = {isa = PBXBuildFile; fileRef = 564074101103117D00ACD320 /* IPAllLayers.xib */; }; - 5640786011084E7300ACD320 /* typeEPS.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 5640785F11084E7300ACD320 /* typeEPS.tiff */; }; - 5640786211084EB400ACD320 /* typePS.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 5640786111084EB400ACD320 /* typePS.tiff */; }; - 5640786E110850AA00ACD320 /* typeDrill.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 5640786D110850AA00ACD320 /* typeDrill.tiff */; }; - 565B29DC0D839B3F0048299E /* GSPropertyListSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B29DA0D839B3F0048299E /* GSPropertyListSerialization.h */; }; - 565B29DD0D839B3F0048299E /* GSPropertyListSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 565B29DB0D839B3F0048299E /* GSPropertyListSerialization.m */; }; - 565B2A6D0D8930120048299E /* IPAllAcc.m in Sources */ = {isa = PBXBuildFile; fileRef = 565B2A6C0D8930120048299E /* IPAllAcc.m */; }; - 565B2A6F0D89301E0048299E /* IPAllAcc.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B2A6E0D89301E0048299E /* IPAllAcc.h */; }; - 565B31AD0D8DFAE40048299E /* ipAcc.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 565B31AC0D8DFAE40048299E /* ipAcc.tiff */; }; - 565B31D40D8DFBDC0048299E /* IPAccText.m in Sources */ = {isa = PBXBuildFile; fileRef = 565B31D30D8DFBDC0048299E /* IPAccText.m */; }; - 565B31D60D8DFBE80048299E /* IPAccText.h in Headers */ = {isa = PBXBuildFile; fileRef = 565B31D50D8DFBE70048299E /* IPAccText.h */; }; - 5678BE5D11E07BBF00B47356 /* SVGImportSub.m in Sources */ = {isa = PBXBuildFile; fileRef = 5678BE5C11E07BBF00B47356 /* SVGImportSub.m */; }; - 5678BE6511E07C5300B47356 /* SVGImport.m in Sources */ = {isa = PBXBuildFile; fileRef = 56E2F27811DF12C200E9DE91 /* SVGImport.m */; }; - 5678BE6611E07C6100B47356 /* SVGImport.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E2F27711DF12C200E9DE91 /* SVGImport.h */; }; - 5678BE8411E07EC200B47356 /* SVGImportSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5678BE8311E07EC200B47356 /* SVGImportSub.h */; }; - 5680A04011213DAE00FDEA7B /* Info.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A03E11213DAE00FDEA7B /* Info.xib */; }; - 5680A04E1121429500FDEA7B /* LayerDetails.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A04C1121429500FDEA7B /* LayerDetails.xib */; }; - 5680A0611121458D00FDEA7B /* PageLayoutAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A05F1121458D00FDEA7B /* PageLayoutAccessory.xib */; }; - 5680A0731121494900FDEA7B /* TilePanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A0711121494900FDEA7B /* TilePanel.xib */; }; - 5680A0B711214ED300FDEA7B /* IPImage.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A0B511214ED300FDEA7B /* IPImage.xib */; }; - 5680A0CA1121500600FDEA7B /* IPRectangle.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A0C81121500600FDEA7B /* IPRectangle.xib */; }; - 5680A0D71121528A00FDEA7B /* sinkingFine.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 5680A0D51121528A00FDEA7B /* sinkingFine.tiff */; }; - 5680A0D81121528A00FDEA7B /* sinkingMedium.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 5680A0D61121528A00FDEA7B /* sinkingMedium.tiff */; }; - 5680A12E11215D4500FDEA7B /* IPTextPath.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680A12C11215D4500FDEA7B /* IPTextPath.xib */; }; - 5680AA431137970100FDEA7B /* IPLine.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AA411137970100FDEA7B /* IPLine.xib */; }; - 5680AA54113799BC00FDEA7B /* IPArc.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AA52113799BC00FDEA7B /* IPArc.xib */; }; - 5680AA941137A0D300FDEA7B /* IPPath.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AA921137A0D300FDEA7B /* IPPath.xib */; }; - 5680AAA91137A2F000FDEA7B /* IPCurve.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AAA71137A2F000FDEA7B /* IPCurve.xib */; }; - 5680AAB41137A3B900FDEA7B /* IPGroup.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AAB21137A3B900FDEA7B /* IPGroup.xib */; }; - 5680AAC31137A4B600FDEA7B /* IPText.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AAC11137A4B600FDEA7B /* IPText.xib */; }; - 5680AAD01137A60400FDEA7B /* IPThread.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680AACE1137A60400FDEA7B /* IPThread.xib */; }; - 5680ACEA113A686600FDEA7B /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5680ACE8113A686600FDEA7B /* Document.xib */; }; - 568EF17314E540230058475E /* NotificationNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 56406CEF10FC11B300ACD320 /* NotificationNames.h */; }; - 568EF17714E5413B0058475E /* functions.h in Headers */ = {isa = PBXBuildFile; fileRef = 561599C0099A93FA003130B4 /* functions.h */; }; - 569A2CFB14B6042000456EA7 /* VHFExport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56159B6A09A4F6BF003130B4 /* VHFExport.framework */; }; - 569A2D5014B6079E00456EA7 /* VHFImport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56159B7109A4F6D5003130B4 /* VHFImport.framework */; }; - 56BF4B8F14CEC895002C4835 /* COPYRIGHT in Resources */ = {isa = PBXBuildFile; fileRef = 56BF4B8E14CEC895002C4835 /* COPYRIGHT */; }; - 56C7B5CF0BF0C2D200251689 /* vhf2DFunctions.m in Sources */ = {isa = PBXBuildFile; fileRef = F51F46E603114BAA01000048 /* vhf2DFunctions.m */; }; - 56CFC0651349D4D500A6035A /* VCurveFit.m in Sources */ = {isa = PBXBuildFile; fileRef = 56CFC0641349D4D500A6035A /* VCurveFit.m */; }; - 56CFC142134AE87C00A6035A /* VCurveFit.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CFC141134AE87C00A6035A /* VCurveFit.h */; }; - 56D1ED9A0A780E72009AF6DD /* General.prefs in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561593AD0997B759003130B4 /* General.prefs */; }; - 56D1ED9B0A780E79009AF6DD /* Import.prefs in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561593BD0997B759003130B4 /* Import.prefs */; }; - 56D1ED9C0A780E7F009AF6DD /* Export.prefs in CopyFiles */ = {isa = PBXBuildFile; fileRef = 561593CD0997B759003130B4 /* Export.prefs */; }; - 56E2F25611DD93DE00E9DE91 /* PreferencesMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E2F25511DD93DE00E9DE91 /* PreferencesMethods.h */; }; - 56FCFABD134C415B00B1384F /* Vectorizer.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56FCFABB134C415B00B1384F /* Vectorizer.xib */; }; - 56FCFACB134C490F00B1384F /* Vectorizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 56FCFACA134C490F00B1384F /* Vectorizer.m */; }; - 56FCFACD134C491E00B1384F /* Vectorizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 56FCFACC134C491E00B1384F /* Vectorizer.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 561594070997B87E003130B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0111289201AD58747F000001 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 561593610997B759003130B4; - remoteInfo = "VHFImport (Upgraded)"; - }; - 561594090997B88B003130B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0111289201AD58747F000001 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 561593860997B759003130B4; - remoteInfo = "VHFExport (Upgraded)"; - }; - 5615940B0997B891003130B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0111289201AD58747F000001 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5615939D0997B759003130B4; - remoteInfo = "General.prefs (Upgraded)"; - }; - 5615940D0997B895003130B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0111289201AD58747F000001 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 561593AE0997B759003130B4; - remoteInfo = "Import.prefs (Upgraded)"; - }; - 5615940F0997B899003130B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 0111289201AD58747F000001 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 561593BE0997B759003130B4; - remoteInfo = "Export.prefs (Upgraded)"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 56158BE80997B6F7003130B4 /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 12; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 561597E7099A7273003130B4 /* VHFImport.framework in CopyFiles */, - 561597F2099A7280003130B4 /* VHFExport.framework in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 56D1ED980A780E09009AF6DD /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 7; - files = ( - 56D1ED9A0A780E72009AF6DD /* General.prefs in CopyFiles */, - 56D1ED9B0A780E79009AF6DD /* Import.prefs in CopyFiles */, - 56D1ED9C0A780E7F009AF6DD /* Export.prefs in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 00F223EE01B85B0A7F000001 /* Cenon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Cenon.icns; path = Icons/Cenon.icns; sourceTree = ""; }; - 00F2530901B1665F7F000001 /* German */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = ""; }; - 0111289501AD58747F000001 /* apContour.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = apContour.m; sourceTree = ""; }; - 0111289601AD58747F000001 /* App.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = App.m; sourceTree = ""; }; - 0111289801AD58747F000001 /* DXFImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXFImportSub.m; sourceTree = ""; }; - 0111289901AD58747F000001 /* FlippedView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FlippedView.m; sourceTree = ""; }; - 0111289A01AD58747F000001 /* GerberImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GerberImportSub.m; sourceTree = ""; }; - 0111289B01AD58747F000001 /* HPGLImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HPGLImportSub.m; sourceTree = ""; }; - 0111289D01AD58747F000001 /* LayerObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LayerObject.m; sourceTree = ""; }; - 0111289E01AD58747F000001 /* MoveCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoveCell.m; sourceTree = ""; }; - 0111289F01AD58747F000001 /* MoveMatrix.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoveMatrix.m; sourceTree = ""; }; - 011128A001AD58747F000001 /* MyPageLayout.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyPageLayout.m; sourceTree = ""; }; - 011128A101AD58747F000001 /* PSImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PSImportSub.m; sourceTree = ""; }; - 011128A201AD58747F000001 /* TileObject.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TileObject.m; sourceTree = ""; }; - 011128A301AD58747F000001 /* TileScrollView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TileScrollView.m; sourceTree = ""; }; - 011128AB01AD58747F000001 /* TilePanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TilePanel.m; sourceTree = ""; }; - 011128AC01AD58747F000001 /* WorkingAreaPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WorkingAreaPanel.m; sourceTree = ""; }; - 011128AD01AD58747F000001 /* GridPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GridPanel.m; sourceTree = ""; }; - 011128AF01AD58747F000001 /* IntersectionPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IntersectionPanel.m; sourceTree = ""; }; - 011128B001AD58747F000001 /* Type1ImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Type1ImportSub.m; sourceTree = ""; }; - 011128B101AD58747F000001 /* Type1Import.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Type1Import.m; sourceTree = ""; }; - 011128B201AD58747F000001 /* EPSExport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EPSExport.m; sourceTree = ""; }; - 011128B301AD58747F000001 /* DINImportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DINImportSub.m; sourceTree = ""; }; - 011128B401AD58747F000001 /* Type1Font.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Type1Font.m; sourceTree = ""; }; - 011128B501AD58747F000001 /* Document.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Document.m; sourceTree = ""; }; - 011128B601AD58747F000001 /* DocView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DocView.m; sourceTree = ""; }; - 011128B701AD58747F000001 /* DocWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DocWindow.m; sourceTree = ""; }; - 011128B801AD58747F000001 /* dvDrag.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvDrag.m; sourceTree = ""; }; - 011128B901AD58747F000001 /* dvGrid.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvGrid.m; sourceTree = ""; }; - 011128BA01AD58747F000001 /* dvHiddenArea.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvHiddenArea.m; sourceTree = ""; }; - 011128BC01AD58747F000001 /* dvUndo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvUndo.m; sourceTree = ""; }; - 011128BD01AD58747F000001 /* dvPasteboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvPasteboard.m; sourceTree = ""; }; - 011128BE01AD58747F000001 /* dvTile.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = dvTile.m; sourceTree = ""; }; - 011128C001AD58747F000001 /* App.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = App.h; sourceTree = ""; }; - 011128C201AD58747F000001 /* debug.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = ""; }; - 011128C301AD58747F000001 /* DXFImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DXFImportSub.h; sourceTree = ""; }; - 011128C401AD58747F000001 /* FlippedView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FlippedView.h; sourceTree = ""; }; - 011128C501AD58747F000001 /* GerberImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GerberImportSub.h; sourceTree = ""; }; - 011128C601AD58747F000001 /* HPGLImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HPGLImportSub.h; sourceTree = ""; }; - 011128C701AD58747F000001 /* Inspectors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Inspectors.h; sourceTree = ""; }; - 011128C901AD58747F000001 /* LayerObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LayerObject.h; sourceTree = ""; }; - 011128CA01AD58747F000001 /* locations.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = locations.h; sourceTree = ""; }; - 011128CB01AD58747F000001 /* messages.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = messages.h; sourceTree = ""; }; - 011128CC01AD58747F000001 /* MoveCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoveCell.h; sourceTree = ""; }; - 011128CD01AD58747F000001 /* MoveMatrix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoveMatrix.h; sourceTree = ""; }; - 011128CE01AD58747F000001 /* MyPageLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyPageLayout.h; sourceTree = ""; }; - 011128D001AD58747F000001 /* propertyList.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = propertyList.h; sourceTree = ""; }; - 011128D101AD58747F000001 /* PSImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PSImportSub.h; sourceTree = ""; }; - 011128D201AD58747F000001 /* TileObject.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TileObject.h; sourceTree = ""; }; - 011128D301AD58747F000001 /* TilePanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TilePanel.h; sourceTree = ""; }; - 011128D401AD58747F000001 /* TileScrollView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TileScrollView.h; sourceTree = ""; }; - 011128D601AD58747F000001 /* types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = ""; }; - 011128D701AD58747F000001 /* vhf2DFunctions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vhf2DFunctions.h; sourceTree = ""; }; - 011128D801AD58747F000001 /* vhfCommonFunctions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vhfCommonFunctions.h; sourceTree = ""; }; - 011128E401AD58747F000001 /* WorkingAreaPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WorkingAreaPanel.h; sourceTree = ""; }; - 011128E501AD58747F000001 /* GridPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GridPanel.h; sourceTree = ""; }; - 011128E701AD58747F000001 /* IntersectionPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IntersectionPanel.h; sourceTree = ""; }; - 011128E801AD58747F000001 /* Type1ImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Type1ImportSub.h; sourceTree = ""; }; - 011128E901AD58747F000001 /* Type1Import.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Type1Import.h; sourceTree = ""; }; - 011128EB01AD58747F000001 /* type1Funs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = type1Funs.h; sourceTree = ""; }; - 011128EC01AD58747F000001 /* EPSExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EPSExport.h; sourceTree = ""; }; - 011128ED01AD58747F000001 /* DINImportSub.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DINImportSub.h; sourceTree = ""; }; - 011128EE01AD58747F000001 /* Type1Font.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Type1Font.h; sourceTree = ""; }; - 011128EF01AD58747F000001 /* Document.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Document.h; sourceTree = ""; }; - 011128F001AD58747F000001 /* DocView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DocView.h; sourceTree = ""; }; - 011128F101AD58747F000001 /* Graphics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Graphics.h; sourceTree = ""; }; - 011128F201AD58747F000001 /* DocWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DocWindow.h; sourceTree = ""; }; - 011128F401AD58747F000001 /* Cenon_main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Cenon_main.m; sourceTree = ""; }; - 011128F601AD58747F000001 /* propertyList.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = propertyList.m; sourceTree = ""; }; - 011128FC01AD58747F000001 /* type1Funs.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = type1Funs.m; sourceTree = ""; }; - 0111290A01AD58747F000001 /* cursorRotate.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = cursorRotate.tiff; path = Icons/cursorRotate.tiff; sourceTree = ""; }; - 0111290B01AD58747F000001 /* cursorCutter.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = cursorCutter.tiff; path = Icons/cursorCutter.tiff; sourceTree = ""; }; - 0111290E01AD58747F000001 /* arrowRight.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowRight.tiff; path = Icons/arrowRight.tiff; sourceTree = ""; }; - 0111290F01AD58747F000001 /* sortColLLUR.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = sortColLLUR.tiff; path = Icons/sortColLLUR.tiff; sourceTree = ""; }; - 0111291101AD58747F000001 /* eyeclosed.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = eyeclosed.tiff; path = Icons/eyeclosed.tiff; sourceTree = ""; }; - 0111291201AD58747F000001 /* lupe.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = lupe.tiff; path = Icons/lupe.tiff; sourceTree = ""; }; - 0111291301AD58747F000001 /* toolCurve.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolCurve.tiff; path = Icons/toolCurve.tiff; sourceTree = ""; }; - 0111291401AD58747F000001 /* toolCutter.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolCutter.tiff; path = Icons/toolCutter.tiff; sourceTree = ""; }; - 0111291601AD58747F000001 /* sortColULLR.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = sortColULLR.tiff; path = Icons/sortColULLR.tiff; sourceTree = ""; }; - 0111291801AD58747F000001 /* eye.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = eye.tiff; path = Icons/eye.tiff; sourceTree = ""; }; - 0111291901AD58747F000001 /* toolRotate.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolRotate.tiff; path = Icons/toolRotate.tiff; sourceTree = ""; }; - 0111291A01AD58747F000001 /* sortRowULLR.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = sortRowULLR.tiff; path = Icons/sortRowULLR.tiff; sourceTree = ""; }; - 0111291D01AD58747F000001 /* toolLine.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolLine.tiff; path = Icons/toolLine.tiff; sourceTree = ""; }; - 0111291E01AD58747F000001 /* toolMark.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolMark.tiff; path = Icons/toolMark.tiff; sourceTree = ""; }; - 0111291F01AD58747F000001 /* toolArrow.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolArrow.tiff; path = Icons/toolArrow.tiff; sourceTree = ""; }; - 0111292101AD58747F000001 /* toolSinking.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolSinking.tiff; path = Icons/toolSinking.tiff; sourceTree = ""; }; - 0111292201AD58747F000001 /* sortColURLL.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = sortColURLL.tiff; path = Icons/sortColURLL.tiff; sourceTree = ""; }; - 0111292301AD58747F000001 /* toolArc.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolArc.tiff; path = Icons/toolArc.tiff; sourceTree = ""; }; - 0111292401AD58747F000001 /* alignHRight.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignHRight.tiff; path = Icons/alignHRight.tiff; sourceTree = ""; }; - 0111292501AD58747F000001 /* sortRowLLUR.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = sortRowLLUR.tiff; path = Icons/sortRowLLUR.tiff; sourceTree = ""; }; - 0111292601AD58747F000001 /* alignVCenter.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignVCenter.tiff; path = Icons/alignVCenter.tiff; sourceTree = ""; }; - 0111292701AD58747F000001 /* toolWeb.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolWeb.tiff; path = Icons/toolWeb.tiff; sourceTree = ""; }; - 0111292901AD58747F000001 /* alignHLeft.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignHLeft.tiff; path = Icons/alignHLeft.tiff; sourceTree = ""; }; - 0111292A01AD58747F000001 /* alignHCenter.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignHCenter.tiff; path = Icons/alignHCenter.tiff; sourceTree = ""; }; - 0111292B01AD58747F000001 /* toolText.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolText.tiff; path = Icons/toolText.tiff; sourceTree = ""; }; - 0111292C01AD58747F000001 /* alignVBottom.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignVBottom.tiff; path = Icons/alignVBottom.tiff; sourceTree = ""; }; - 0111292D01AD58747F000001 /* CheckMark.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = CheckMark.tiff; path = Icons/CheckMark.tiff; sourceTree = ""; }; - 0111292E01AD58747F000001 /* arrowUp.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowUp.tiff; path = Icons/arrowUp.tiff; sourceTree = ""; }; - 0111292F01AD58747F000001 /* pencilBroken.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = pencilBroken.tiff; path = Icons/pencilBroken.tiff; sourceTree = ""; }; - 0111293001AD58747F000001 /* cursorCross.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = cursorCross.tiff; path = Icons/cursorCross.tiff; sourceTree = ""; }; - 0111293101AD58747F000001 /* arrowRightH.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowRightH.tiff; path = Icons/arrowRightH.tiff; sourceTree = ""; }; - 0111293301AD58747F000001 /* pencil.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = pencil.tiff; path = Icons/pencil.tiff; sourceTree = ""; }; - 0111293401AD58747F000001 /* bucket.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = bucket.tiff; path = Icons/bucket.tiff; sourceTree = ""; }; - 0111293501AD58747F000001 /* arrowLeftH.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowLeftH.tiff; path = Icons/arrowLeftH.tiff; sourceTree = ""; }; - 0111293701AD58747F000001 /* arrowLeft.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowLeft.tiff; path = Icons/arrowLeft.tiff; sourceTree = ""; }; - 0111293801AD58747F000001 /* toolRectangle.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolRectangle.tiff; path = Icons/toolRectangle.tiff; sourceTree = ""; }; - 0111293901AD58747F000001 /* contourInside.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = contourInside.tiff; path = Icons/contourInside.tiff; sourceTree = ""; }; - 0111293A01AD58747F000001 /* arrowDownH.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowDownH.tiff; path = Icons/arrowDownH.tiff; sourceTree = ""; }; - 0111293B01AD58747F000001 /* contourNoside.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = contourNoside.tiff; path = Icons/contourNoside.tiff; sourceTree = ""; }; - 0111293C01AD58747F000001 /* bucketEmpty.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = bucketEmpty.tiff; path = Icons/bucketEmpty.tiff; sourceTree = ""; }; - 0111293D01AD58747F000001 /* contourOutside.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = contourOutside.tiff; path = Icons/contourOutside.tiff; sourceTree = ""; }; - 0111293E01AD58747F000001 /* toolThread.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolThread.tiff; path = Icons/toolThread.tiff; sourceTree = ""; }; - 0111294001AD58747F000001 /* alignVTop.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = alignVTop.tiff; path = Icons/alignVTop.tiff; sourceTree = ""; }; - 0111294101AD58747F000001 /* arrowDown.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowDown.tiff; path = Icons/arrowDown.tiff; sourceTree = ""; }; - 0111294201AD58747F000001 /* contourPickOut.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = contourPickOut.tiff; path = Icons/contourPickOut.tiff; sourceTree = ""; }; - 0111294301AD58747F000001 /* cursorMagnify.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = cursorMagnify.tiff; path = Icons/cursorMagnify.tiff; sourceTree = ""; }; - 0111294601AD58747F000001 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Localizable.strings; sourceTree = ""; }; - 0111294901AD58747F000001 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/Operations.strings; sourceTree = ""; }; - 0111298B01AD58747F000001 /* ClipRectangle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ClipRectangle.m; sourceTree = ""; }; - 0111299001AD58747F000001 /* HiddenArea.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HiddenArea.m; sourceTree = ""; }; - 0111299701AD58747F000001 /* PathContour.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PathContour.m; sourceTree = ""; }; - 0111299901AD58747F000001 /* PerformanceMap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PerformanceMap.m; sourceTree = ""; }; - 011129A501AD58747F000001 /* ClipRectangle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ClipRectangle.h; sourceTree = ""; }; - 011129AA01AD58747F000001 /* HiddenArea.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HiddenArea.h; sourceTree = ""; }; - 011129B101AD58747F000001 /* PathContour.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PathContour.h; sourceTree = ""; }; - 011129B301AD58747F000001 /* PerformanceMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PerformanceMap.h; sourceTree = ""; }; - 011129C301AD58747F000001 /* AlignGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AlignGraphicsChange.m; sourceTree = ""; }; - 011129C401AD58747F000001 /* AngleGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AngleGraphicsChange.m; sourceTree = ""; }; - 011129C501AD58747F000001 /* BringToFrontGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BringToFrontGraphicsChange.m; sourceTree = ""; }; - 011129C601AD58747F000001 /* ChangeDetail.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChangeDetail.m; sourceTree = ""; }; - 011129C701AD58747F000001 /* ColorGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ColorGraphicsChange.m; sourceTree = ""; }; - 011129C801AD58747F000001 /* ContourGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ContourGraphicsChange.m; sourceTree = ""; }; - 011129C901AD58747F000001 /* CreateGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CreateGraphicsChange.m; sourceTree = ""; }; - 011129CA01AD58747F000001 /* CutGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CutGraphicsChange.m; sourceTree = ""; }; - 011129CB01AD58747F000001 /* DeleteGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DeleteGraphicsChange.m; sourceTree = ""; }; - 011129CC01AD58747F000001 /* DimensionsGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DimensionsGraphicsChange.m; sourceTree = ""; }; - 011129CD01AD58747F000001 /* DragPointGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DragPointGraphicsChange.m; sourceTree = ""; }; - 011129CE01AD58747F000001 /* EndEditingGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EndEditingGraphicsChange.m; sourceTree = ""; }; - 011129CF01AD58747F000001 /* FillGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FillGraphicsChange.m; sourceTree = ""; }; - 011129D001AD58747F000001 /* GraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GraphicsChange.m; sourceTree = ""; }; - 011129D101AD58747F000001 /* GroupGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GroupGraphicsChange.m; sourceTree = ""; }; - 011129D201AD58747F000001 /* JoinGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JoinGraphicsChange.m; sourceTree = ""; }; - 011129D301AD58747F000001 /* LengthGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LengthGraphicsChange.m; sourceTree = ""; }; - 011129D401AD58747F000001 /* LockGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LockGraphicsChange.m; sourceTree = ""; }; - 011129D501AD58747F000001 /* MirrorGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MirrorGraphicsChange.m; sourceTree = ""; }; - 011129D601AD58747F000001 /* MixGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixGraphicsChange.m; sourceTree = ""; }; - 011129D701AD58747F000001 /* MoveGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoveGraphicsChange.m; sourceTree = ""; }; - 011129D801AD58747F000001 /* MoveLayerGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MoveLayerGraphicsChange.m; sourceTree = ""; }; - 011129D901AD58747F000001 /* MovePointGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MovePointGraphicsChange.m; sourceTree = ""; }; - 011129DA01AD58747F000001 /* PasteGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PasteGraphicsChange.m; sourceTree = ""; }; - 011129DB01AD58747F000001 /* PunchGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PunchGraphicsChange.m; sourceTree = ""; }; - 011129DC01AD58747F000001 /* RadiusGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RadiusGraphicsChange.m; sourceTree = ""; }; - 011129DD01AD58747F000001 /* ReorderGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReorderGraphicsChange.m; sourceTree = ""; }; - 011129DE01AD58747F000001 /* RotateGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RotateGraphicsChange.m; sourceTree = ""; }; - 011129DF01AD58747F000001 /* ScaleGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ScaleGraphicsChange.m; sourceTree = ""; }; - 011129E001AD58747F000001 /* SendToBackGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SendToBackGraphicsChange.m; sourceTree = ""; }; - 011129E101AD58747F000001 /* SimpleGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SimpleGraphicsChange.m; sourceTree = ""; }; - 011129E201AD58747F000001 /* SplitGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SplitGraphicsChange.m; sourceTree = ""; }; - 011129E301AD58747F000001 /* UngroupGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UngroupGraphicsChange.m; sourceTree = ""; }; - 011129E401AD58747F000001 /* WidthGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WidthGraphicsChange.m; sourceTree = ""; }; - 011129E601AD58747F000001 /* AlignGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AlignGraphicsChange.h; sourceTree = ""; }; - 011129E701AD58747F000001 /* AngleGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AngleGraphicsChange.h; sourceTree = ""; }; - 011129E801AD58747F000001 /* BringToFrontGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BringToFrontGraphicsChange.h; sourceTree = ""; }; - 011129E901AD58747F000001 /* ChangeDetail.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChangeDetail.h; sourceTree = ""; }; - 011129EA01AD58747F000001 /* ColorGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorGraphicsChange.h; sourceTree = ""; }; - 011129EB01AD58747F000001 /* ContourGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ContourGraphicsChange.h; sourceTree = ""; }; - 011129EC01AD58747F000001 /* CreateGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CreateGraphicsChange.h; sourceTree = ""; }; - 011129ED01AD58747F000001 /* CutGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CutGraphicsChange.h; sourceTree = ""; }; - 011129EE01AD58747F000001 /* DeleteGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeleteGraphicsChange.h; sourceTree = ""; }; - 011129EF01AD58747F000001 /* DimensionsGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DimensionsGraphicsChange.h; sourceTree = ""; }; - 011129F001AD58747F000001 /* DragPointGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DragPointGraphicsChange.h; sourceTree = ""; }; - 011129F101AD58747F000001 /* EndEditingGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EndEditingGraphicsChange.h; sourceTree = ""; }; - 011129F201AD58747F000001 /* FillGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FillGraphicsChange.h; sourceTree = ""; }; - 011129F301AD58747F000001 /* GraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GraphicsChange.h; sourceTree = ""; }; - 011129F401AD58747F000001 /* GroupGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GroupGraphicsChange.h; sourceTree = ""; }; - 011129F501AD58747F000001 /* JoinGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JoinGraphicsChange.h; sourceTree = ""; }; - 011129F601AD58747F000001 /* LengthGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LengthGraphicsChange.h; sourceTree = ""; }; - 011129F701AD58747F000001 /* LocalizableStringsForGraphicsUndo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalizableStringsForGraphicsUndo.h; sourceTree = ""; }; - 011129F801AD58747F000001 /* LockGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LockGraphicsChange.h; sourceTree = ""; }; - 011129F901AD58747F000001 /* MirrorGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MirrorGraphicsChange.h; sourceTree = ""; }; - 011129FA01AD58747F000001 /* MixGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixGraphicsChange.h; sourceTree = ""; }; - 011129FB01AD58747F000001 /* MoveGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoveGraphicsChange.h; sourceTree = ""; }; - 011129FC01AD58747F000001 /* MoveLayerGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MoveLayerGraphicsChange.h; sourceTree = ""; }; - 011129FD01AD58747F000001 /* MovePointGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MovePointGraphicsChange.h; sourceTree = ""; }; - 011129FE01AD58747F000001 /* PasteGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PasteGraphicsChange.h; sourceTree = ""; }; - 011129FF01AD58747F000001 /* PunchGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PunchGraphicsChange.h; sourceTree = ""; }; - 01112A0001AD58747F000001 /* RadiusGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RadiusGraphicsChange.h; sourceTree = ""; }; - 01112A0101AD58747F000001 /* ReorderGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReorderGraphicsChange.h; sourceTree = ""; }; - 01112A0201AD58747F000001 /* RotateGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RotateGraphicsChange.h; sourceTree = ""; }; - 01112A0301AD58747F000001 /* ScaleGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScaleGraphicsChange.h; sourceTree = ""; }; - 01112A0401AD58747F000001 /* SendToBackGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SendToBackGraphicsChange.h; sourceTree = ""; }; - 01112A0501AD58747F000001 /* SimpleGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleGraphicsChange.h; sourceTree = ""; }; - 01112A0601AD58747F000001 /* SplitGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SplitGraphicsChange.h; sourceTree = ""; }; - 01112A0701AD58747F000001 /* undo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undo.h; sourceTree = ""; }; - 01112A0801AD58747F000001 /* UngroupGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UngroupGraphicsChange.h; sourceTree = ""; }; - 01112A0901AD58747F000001 /* WidthGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WidthGraphicsChange.h; sourceTree = ""; }; - 01112A0E01AD58747F000001 /* InspectorPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InspectorPanel.m; sourceTree = ""; }; - 01112A0F01AD58747F000001 /* IPArc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPArc.m; sourceTree = ""; }; - 01112A1001AD58747F000001 /* IPBasicLevel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPBasicLevel.m; sourceTree = ""; }; - 01112A1101AD58747F000001 /* IPCrosshairs.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPCrosshairs.m; sourceTree = ""; }; - 01112A1201AD58747F000001 /* IPCurve.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPCurve.m; sourceTree = ""; }; - 01112A1301AD58747F000001 /* IPGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPGroup.m; sourceTree = ""; }; - 01112A1401AD58747F000001 /* IPImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPImage.m; sourceTree = ""; }; - 01112A1501AD58747F000001 /* IPLine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPLine.m; sourceTree = ""; }; - 01112A1601AD58747F000001 /* IPMark.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPMark.m; sourceTree = ""; }; - 01112A1701AD58747F000001 /* IPPath.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPPath.m; sourceTree = ""; }; - 01112A1801AD58747F000001 /* IPPolyLine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPPolyLine.m; sourceTree = ""; }; - 01112A1901AD58747F000001 /* IPRectangle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPRectangle.m; sourceTree = ""; }; - 01112A1A01AD58747F000001 /* IPSinking.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPSinking.m; sourceTree = ""; }; - 01112A1B01AD58747F000001 /* IPText.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPText.m; sourceTree = ""; }; - 01112A1C01AD58747F000001 /* IPTextPath.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPTextPath.m; sourceTree = ""; }; - 01112A1D01AD58747F000001 /* IPThread.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPThread.m; sourceTree = ""; }; - 01112A1E01AD58747F000001 /* IPWeb.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPWeb.m; sourceTree = ""; }; - 01112A2001AD58747F000001 /* InspectorPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorPanel.h; sourceTree = ""; }; - 01112A2101AD58747F000001 /* IPArc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPArc.h; sourceTree = ""; }; - 01112A2201AD58747F000001 /* IPBasicLevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPBasicLevel.h; sourceTree = ""; }; - 01112A2301AD58747F000001 /* IPCrosshairs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPCrosshairs.h; sourceTree = ""; }; - 01112A2401AD58747F000001 /* IPCurve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPCurve.h; sourceTree = ""; }; - 01112A2501AD58747F000001 /* IPGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPGroup.h; sourceTree = ""; }; - 01112A2601AD58747F000001 /* IPImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPImage.h; sourceTree = ""; }; - 01112A2701AD58747F000001 /* IPLine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPLine.h; sourceTree = ""; }; - 01112A2801AD58747F000001 /* IPMark.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPMark.h; sourceTree = ""; }; - 01112A2901AD58747F000001 /* IPPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPPath.h; sourceTree = ""; }; - 01112A2A01AD58747F000001 /* IPPolyLine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPPolyLine.h; sourceTree = ""; }; - 01112A2B01AD58747F000001 /* IPRectangle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPRectangle.h; sourceTree = ""; }; - 01112A2C01AD58747F000001 /* IPSinking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPSinking.h; sourceTree = ""; }; - 01112A2D01AD58747F000001 /* IPText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPText.h; sourceTree = ""; }; - 01112A2E01AD58747F000001 /* IPTextPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPTextPath.h; sourceTree = ""; }; - 01112A2F01AD58747F000001 /* IPThread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPThread.h; sourceTree = ""; }; - 01112A3001AD58747F000001 /* IPWeb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPWeb.h; sourceTree = ""; }; - 01112A4C01AD58747F000001 /* PreferencesPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PreferencesPanel.m; sourceTree = ""; }; - 01112A5201AD58747F000001 /* PreferencesPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PreferencesPanel.h; sourceTree = ""; }; - 01112A5E01AD58747F000001 /* TPAlign.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPAlign.m; sourceTree = ""; }; - 01112A5F01AD58747F000001 /* TPBasicLevel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPBasicLevel.m; sourceTree = ""; }; - 01112A6001AD58747F000001 /* TPMix.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPMix.m; sourceTree = ""; }; - 01112A6101AD58747F000001 /* TPRotate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPRotate.m; sourceTree = ""; }; - 01112A6201AD58747F000001 /* TPScale.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPScale.m; sourceTree = ""; }; - 01112A6301AD58747F000001 /* TransformPanel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TransformPanel.m; sourceTree = ""; }; - 01112A6501AD58747F000001 /* TPAlign.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPAlign.h; sourceTree = ""; }; - 01112A6601AD58747F000001 /* TPBasicLevel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPBasicLevel.h; sourceTree = ""; }; - 01112A6701AD58747F000001 /* TPMix.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPMix.h; sourceTree = ""; }; - 01112A6801AD58747F000001 /* TPRotate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPRotate.h; sourceTree = ""; }; - 01112A6901AD58747F000001 /* TPScale.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPScale.h; sourceTree = ""; }; - 01112A6A01AD58747F000001 /* TransformPanel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TransformPanel.h; sourceTree = ""; }; - 01112A7801AD58747F000001 /* Change.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Change.m; sourceTree = ""; }; - 01112A7901AD58747F000001 /* ChangeManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChangeManager.m; sourceTree = ""; }; - 01112A7A01AD58747F000001 /* MultipleChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MultipleChange.m; sourceTree = ""; }; - 01112A7C01AD58747F000001 /* Change.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Change.h; sourceTree = ""; }; - 01112A7D01AD58747F000001 /* ChangeManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChangeManager.h; sourceTree = ""; }; - 01112A7E01AD58747F000001 /* MultipleChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MultipleChange.h; sourceTree = ""; }; - 01112A7F01AD58747F000001 /* undochange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undochange.h; sourceTree = ""; }; - 01112A8001AD58747F000001 /* LocalizableStringsForUndo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocalizableStringsForUndo.h; sourceTree = ""; }; - 01112A8801AD58747F000001 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; - 01112A8901AD58747F000001 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; - 122FCD4D01B6EC597F000001 /* VArc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VArc.m; sourceTree = ""; }; - 122FCD4F01B6EC637F000001 /* VArc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VArc.h; sourceTree = ""; }; - 122FCD5101B6EC7F7F000001 /* VCrosshairs.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VCrosshairs.m; sourceTree = ""; }; - 122FCD5301B6EC877F000001 /* VCrosshairs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VCrosshairs.h; sourceTree = ""; }; - 122FCD5601B6ECB37F000001 /* VCurve.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VCurve.m; sourceTree = ""; }; - 122FCD5701B6ECB37F000001 /* VGraphic.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VGraphic.m; sourceTree = ""; }; - 122FCD5801B6ECB37F000001 /* VGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VGroup.m; sourceTree = ""; }; - 122FCD5901B6ECB37F000001 /* VImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VImage.m; sourceTree = ""; }; - 122FCD5A01B6ECB37F000001 /* VLine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLine.m; sourceTree = ""; }; - 122FCD5B01B6ECB37F000001 /* VLine3D.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLine3D.m; sourceTree = ""; }; - 122FCD5C01B6ECB37F000001 /* VMark.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VMark.m; sourceTree = ""; }; - 122FCD5D01B6ECB37F000001 /* VPath.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VPath.m; sourceTree = ""; }; - 122FCD5E01B6ECB37F000001 /* VRectangle.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VRectangle.m; sourceTree = ""; }; - 122FCD5F01B6ECB37F000001 /* VSinking.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VSinking.m; sourceTree = ""; }; - 122FCD6001B6ECB37F000001 /* VText.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VText.m; sourceTree = ""; }; - 122FCD6101B6ECB37F000001 /* VTextPath.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VTextPath.m; sourceTree = ""; }; - 122FCD6201B6ECB37F000001 /* VThread.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VThread.m; sourceTree = ""; }; - 122FCD6301B6ECB37F000001 /* VWeb.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VWeb.m; sourceTree = ""; }; - 122FCD7301B6ECE17F000001 /* VTextPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VTextPath.h; sourceTree = ""; }; - 122FCD7401B6ECE17F000001 /* VCurve.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VCurve.h; sourceTree = ""; }; - 122FCD7501B6ECE17F000001 /* VGraphic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VGraphic.h; sourceTree = ""; }; - 122FCD7601B6ECE17F000001 /* VGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VGroup.h; sourceTree = ""; }; - 122FCD7701B6ECE17F000001 /* VImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VImage.h; sourceTree = ""; }; - 122FCD7801B6ECE17F000001 /* VLine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLine.h; sourceTree = ""; }; - 122FCD7901B6ECE17F000001 /* VLine3D.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLine3D.h; sourceTree = ""; }; - 122FCD7A01B6ECE17F000001 /* VMark.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VMark.h; sourceTree = ""; }; - 122FCD7B01B6ECE17F000001 /* VPath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VPath.h; sourceTree = ""; }; - 122FCD7C01B6ECE17F000001 /* VPolyLine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VPolyLine.h; sourceTree = ""; }; - 122FCD7D01B6ECE17F000001 /* VRectangle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VRectangle.h; sourceTree = ""; }; - 122FCD7E01B6ECE17F000001 /* VSinking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VSinking.h; sourceTree = ""; }; - 122FCD7F01B6ECE17F000001 /* VText.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VText.h; sourceTree = ""; }; - 122FCD8001B6ECE17F000001 /* VThread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VThread.h; sourceTree = ""; }; - 122FCD8101B6ECE17F000001 /* VWeb.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VWeb.h; sourceTree = ""; }; - 560A30490B29CED100CE10BC /* tpAlign.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = tpAlign.tiff; path = Icons/tpAlign.tiff; sourceTree = ""; }; - 560A304A0B29CED100CE10BC /* tpMix.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = tpMix.tiff; path = Icons/tpMix.tiff; sourceTree = ""; }; - 560A304B0B29CED100CE10BC /* tpMove.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = tpMove.tiff; path = Icons/tpMove.tiff; sourceTree = ""; }; - 560A304C0B29CED100CE10BC /* tpRotate.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = tpRotate.tiff; path = Icons/tpRotate.tiff; sourceTree = ""; }; - 560A304D0B29CED100CE10BC /* tpScale.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = tpScale.tiff; path = Icons/tpScale.tiff; sourceTree = ""; }; - 560D98970D37A41B00494D75 /* 2008.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = 2008.txt; path = ChangeLog/2008.txt; sourceTree = ""; }; - 5613C9D90C4A3D0B00994591 /* 2007.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = 2007.txt; path = ChangeLog/2007.txt; sourceTree = ""; }; - 5613CAB40C4A6DDF00994591 /* ToDo.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ToDo.rtf; sourceTree = ""; }; - 5613CAB60C4A6E0D00994591 /* KnowHowMac.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = KnowHowMac.rtf; sourceTree = ""; }; - 5613D0370C4FC61B00994591 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = ""; }; - 56158BF00997B6F7003130B4 /* Info-Cenon.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Cenon.plist"; sourceTree = ""; }; - 56158BF10997B6F8003130B4 /* Cenon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Cenon.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 561593840997B759003130B4 /* Info-VHFImport.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-VHFImport.plist"; sourceTree = ""; }; - 561593850997B759003130B4 /* VHFImport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VHFImport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5615939B0997B759003130B4 /* Info-VHFExport.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-VHFExport.plist"; sourceTree = ""; }; - 5615939C0997B759003130B4 /* VHFExport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = VHFExport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 561593AC0997B759003130B4 /* Info-General_prefs.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-General_prefs.plist"; sourceTree = ""; }; - 561593AD0997B759003130B4 /* General.prefs */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = General.prefs; sourceTree = BUILT_PRODUCTS_DIR; }; - 561593BC0997B759003130B4 /* Info-Import_prefs.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Import_prefs.plist"; sourceTree = ""; }; - 561593BD0997B759003130B4 /* Import.prefs */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Import.prefs; sourceTree = BUILT_PRODUCTS_DIR; }; - 561593CC0997B759003130B4 /* Info-Export_prefs.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Export_prefs.plist"; sourceTree = ""; }; - 561593CD0997B759003130B4 /* Export.prefs */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Export.prefs; sourceTree = BUILT_PRODUCTS_DIR; }; - 561599C0099A93FA003130B4 /* functions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = functions.h; sourceTree = ""; }; - 56159B6A09A4F6BF003130B4 /* VHFExport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VHFExport.framework; path = build/Release/VHFExport.framework; sourceTree = ""; }; - 56159B7109A4F6D5003130B4 /* VHFImport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VHFImport.framework; path = build/Release/VHFImport.framework; sourceTree = ""; }; - 56159DBE09B22DD4003130B4 /* ProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ProgressIndicator.m; sourceTree = SOURCE_ROOT; }; - 56159DCD09B22DEE003130B4 /* ProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProgressIndicator.h; sourceTree = SOURCE_ROOT; }; - 56166B1A10A69BE6005D747A /* toolPolyLine.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolPolyLine.tiff; path = Icons/toolPolyLine.tiff; sourceTree = ""; }; - 561C119610E74BDB001CBA21 /* Info.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Info.xib; sourceTree = ""; }; - 5627D0BD11AD27860064F68C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/UpdatePanel.xib; sourceTree = ""; }; - 5627D0F811AE63E00064F68C /* UpdateController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UpdateController.m; sourceTree = ""; }; - 5627D0FA11AE63F00064F68C /* UpdateController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UpdateController.h; sourceTree = ""; }; - 5627D52811B61C200064F68C /* CenonModuleMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CenonModuleMethods.h; sourceTree = ""; }; - 5632F417148A43920051A6A4 /* typeICut.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeICut.icns; path = Icons/typeICut.icns; sourceTree = ""; }; - 5632F4E8148A4D5A0051A6A4 /* typeEPS.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeEPS.icns; path = Icons/typeEPS.icns; sourceTree = ""; }; - 5632F4F4148A4D670051A6A4 /* typeSVG.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeSVG.icns; path = Icons/typeSVG.icns; sourceTree = ""; }; - 5632F4F6148A501E0051A6A4 /* typePDF.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typePDF.icns; path = Icons/typePDF.icns; sourceTree = ""; }; - 5632F54B148A55790051A6A4 /* ICUTImportSub.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ICUTImportSub.m; sourceTree = ""; }; - 5632F54D148A55B70051A6A4 /* ICUTImportSub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ICUTImportSub.h; sourceTree = ""; }; - 5632F54F148A56200051A6A4 /* HPGLExportSub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HPGLExportSub.h; sourceTree = ""; }; - 5632F551148A563B0051A6A4 /* GerberExportSub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GerberExportSub.h; sourceTree = ""; }; - 5632F553148A565C0051A6A4 /* DXFExportSub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DXFExportSub.h; sourceTree = ""; }; - 5632F560148A57D50051A6A4 /* ICUTImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ICUTImport.h; path = VHFImport/ICUTImport.h; sourceTree = ""; }; - 5632F562148A57E10051A6A4 /* ICUTImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ICUTImport.m; path = VHFImport/ICUTImport.m; sourceTree = ""; }; - 5638439F12223D00005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = ""; }; - 563843A012223D36005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/Main.xib; sourceTree = ""; }; - 563843A212224EA1005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/Document.xib; sourceTree = ""; }; - 563843A712224F66005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/Info.xib; sourceTree = ""; }; - 563843B612225048005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/LayerDetails.xib; sourceTree = ""; }; - 563843B812225069005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/PageLayoutAccessory.xib; sourceTree = ""; }; - 563843BA1222507E005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TilePanel.xib; sourceTree = ""; }; - 563843C012225153005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Contour.xib; sourceTree = ""; }; - 563843D312225224005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/Contour.xib; sourceTree = ""; }; - 563843D41222522F005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/Contour.xib; sourceTree = ""; }; - 563843D512225234005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/Contour.xib; sourceTree = ""; }; - 563843DB122252FE005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/GridPanel.xib; sourceTree = ""; }; - 563843E012225369005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/GridPanel.xib; sourceTree = ""; }; - 563843E11222536C005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/GridPanel.xib; sourceTree = ""; }; - 563843E212225371005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/GridPanel.xib; sourceTree = ""; }; - 563843E812225436005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IntersectionPanel.xib; sourceTree = ""; }; - 563843ED122254D3005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IntersectionPanel.xib; sourceTree = ""; }; - 563843EE122254D7005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IntersectionPanel.xib; sourceTree = ""; }; - 563843EF122254DA005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IntersectionPanel.xib; sourceTree = ""; }; - 563843F51222551F005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PrintPanelAccessory.xib; sourceTree = ""; }; - 563843FA12225578005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/PrintPanelAccessory.xib; sourceTree = ""; }; - 563843FB1222557B005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/PrintPanelAccessory.xib; sourceTree = ""; }; - 563843FC1222557E005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/PrintPanelAccessory.xib; sourceTree = ""; }; - 56384401122255C7005A6086 /* ToolPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ToolPanel.xib; sourceTree = ""; }; - 56384406122255DF005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/WorkingAreaPanel.xib; sourceTree = ""; }; - 5638440B1222567E005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/WorkingAreaPanel.xib; sourceTree = ""; }; - 5638440C12225682005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/WorkingAreaPanel.xib; sourceTree = ""; }; - 5638440D12225685005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/WorkingAreaPanel.xib; sourceTree = ""; }; - 563844121222586D005A6086 /* InspectorPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = InspectorPanel.xib; sourceTree = ""; }; - 563844151222590F005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPAllLayers.xib; sourceTree = ""; }; - 5638441912225934005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPAllFilling.xib; sourceTree = ""; }; - 56384423122259E6005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPAllFilling.xib; sourceTree = ""; }; - 56384424122259E9005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPAllFilling.xib; sourceTree = ""; }; - 56384425122259ED005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPAllFilling.xib; sourceTree = ""; }; - 5638442D12226AF6005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPArc.xib; sourceTree = ""; }; - 5638443012226B77005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPCurve.xib; sourceTree = ""; }; - 5638443212226B88005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPGroup.xib; sourceTree = ""; }; - 5638443412226B9C005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPImage.xib; sourceTree = ""; }; - 5638443612226BC1005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPLine.xib; sourceTree = ""; }; - 5638443912226BFB005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPPath.xib; sourceTree = ""; }; - 5638443C12226C39005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPRectangle.xib; sourceTree = ""; }; - 5638444012226C7B005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPText.xib; sourceTree = ""; }; - 5638444212226CAD005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPTextPath.xib; sourceTree = ""; }; - 5638444412226CD8005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPThread.xib; sourceTree = ""; }; - 5638444A12226D4D005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPAllStrokeWidth.xib; sourceTree = ""; }; - 5638445012226F0D005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPAllStrokeWidth.xib; sourceTree = ""; }; - 5638445112226F11005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPAllStrokeWidth.xib; sourceTree = ""; }; - 5638445212226F15005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPAllStrokeWidth.xib; sourceTree = ""; }; - 563844651222717F005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPAllAcc.xib; sourceTree = ""; }; - 5638446F122271D0005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPAllAcc.xib; sourceTree = ""; }; - 56384470122271D4005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPAllAcc.xib; sourceTree = ""; }; - 56384471122271D7005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPAllAcc.xib; sourceTree = ""; }; - 563844761222725F005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPAccText.xib; sourceTree = ""; }; - 5638447C12227291005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPAccText.xib; sourceTree = ""; }; - 5638447D12227295005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPAccText.xib; sourceTree = ""; }; - 5638447E12227299005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPAccText.xib; sourceTree = ""; }; - 5638448B122273AB005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPCrosshairs.xib; sourceTree = ""; }; - 56384491122273FE005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPCrosshairs.xib; sourceTree = ""; }; - 5638449212227401005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPCrosshairs.xib; sourceTree = ""; }; - 5638449312227404005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = InspectorPanel.subproj/French.lproj/IPCrosshairs.xib; sourceTree = ""; }; - 5638449912227453005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPMark.xib; sourceTree = ""; }; - 5638449E1222748B005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPMark.xib; sourceTree = ""; }; - 5638449F1222748E005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPMark.xib; sourceTree = ""; }; - 563844A012227492005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPMark.xib; sourceTree = ""; }; - 563844A912227530005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPPolyLine.xib; sourceTree = ""; }; - 563844AE122275EB005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPPolyLine.xib; sourceTree = ""; }; - 563844AF122275EF005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPPolyLine.xib; sourceTree = ""; }; - 563844B0122275F2005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPPolyLine.xib; sourceTree = ""; }; - 563844B712227648005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPSinking.xib; sourceTree = ""; }; - 563844C412227784005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPSinking.xib; sourceTree = ""; }; - 563844C512227788005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPSinking.xib; sourceTree = ""; }; - 563844C61222778B005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPSinking.xib; sourceTree = ""; }; - 563844CE122278B1005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPWeb.xib; sourceTree = ""; }; - 563844D4122278EB005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPWeb.xib; sourceTree = ""; }; - 563844D5122278EF005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPWeb.xib; sourceTree = ""; }; - 563844D6122278F2005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/IPWeb.xib; sourceTree = ""; }; - 563844FB12227DC9005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = PreferencesPanel.subproj/General.bproj/French.lproj/General.xib; sourceTree = ""; }; - 563844FD12227E0F005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = Import.bproj/French.lproj/Import.xib; sourceTree = ""; }; - 5638450412227ED3005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Export.bproj/English.lproj/Export.xib; sourceTree = ""; }; - 5638450A12227F48005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = Export.bproj/German.lproj/Export.xib; sourceTree = ""; }; - 5638450B12227F4C005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Export.bproj/Danish.lproj/Export.xib; sourceTree = ""; }; - 5638450C12227F50005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = Export.bproj/French.lproj/Export.xib; sourceTree = ""; }; - 5638451C12228107005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PreferencesPanel.xib; sourceTree = ""; }; - 5638452112228141005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/PreferencesPanel.xib; sourceTree = ""; }; - 5638452212228144005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/PreferencesPanel.xib; sourceTree = ""; }; - 5638452312228149005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/PreferencesPanel.xib; sourceTree = ""; }; - 56384540122360BC005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = ProjectSettingsPanel.subproj/English.lproj/ProjectSettingsPanel.xib; sourceTree = SOURCE_ROOT; }; - 563845461223611F005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = ProjectSettingsPanel.subproj/German.lproj/ProjectSettingsPanel.xib; sourceTree = SOURCE_ROOT; }; - 5638454712236122005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = ProjectSettingsPanel.subproj/Danish.lproj/ProjectSettingsPanel.xib; sourceTree = SOURCE_ROOT; }; - 5638454812236125005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = ProjectSettingsPanel.subproj/French.lproj/ProjectSettingsPanel.xib; sourceTree = SOURCE_ROOT; }; - 5638454E12236161005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = ProjectSettingsPanel.subproj/English.lproj/PSFontInfo.xib; sourceTree = SOURCE_ROOT; }; - 5638455312236210005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = ProjectSettingsPanel.subproj/Danish.lproj/PSFontInfo.xib; sourceTree = SOURCE_ROOT; }; - 5638455412236214005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = ProjectSettingsPanel.subproj/French.lproj/PSFontInfo.xib; sourceTree = SOURCE_ROOT; }; - 563845571223626E005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = ProjectSettingsPanel.subproj/English.lproj/PSInfo.xib; sourceTree = SOURCE_ROOT; }; - 5638455D122362B6005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = ProjectSettingsPanel.subproj/German.lproj/PSInfo.xib; sourceTree = SOURCE_ROOT; }; - 5638455E122362B9005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = ProjectSettingsPanel.subproj/Danish.lproj/PSInfo.xib; sourceTree = SOURCE_ROOT; }; - 5638455F122362BC005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = ProjectSettingsPanel.subproj/French.lproj/PSInfo.xib; sourceTree = SOURCE_ROOT; }; - 56384565122362F1005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = ProjectSettingsPanel.subproj/English.lproj/PSSettings.xib; sourceTree = SOURCE_ROOT; }; - 5638456B12236341005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = ProjectSettingsPanel.subproj/German.lproj/PSSettings.xib; sourceTree = SOURCE_ROOT; }; - 5638456C12236344005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = ProjectSettingsPanel.subproj/Danish.lproj/PSSettings.xib; sourceTree = SOURCE_ROOT; }; - 5638456D12236347005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = ProjectSettingsPanel.subproj/French.lproj/PSSettings.xib; sourceTree = SOURCE_ROOT; }; - 56384573122363AD005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TransformPanel.xib; sourceTree = ""; }; - 5638457812236426005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TransformPanel.xib; sourceTree = ""; }; - 563845791223642A005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TransformPanel.xib; sourceTree = ""; }; - 5638457A1223642D005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TransformPanel.xib; sourceTree = ""; }; - 563845801223647C005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TPAlign.xib; sourceTree = ""; }; - 563845851223659C005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TPAlign.xib; sourceTree = ""; }; - 56384586122365A0005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TPAlign.xib; sourceTree = ""; }; - 56384587122365A3005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TPAlign.xib; sourceTree = ""; }; - 563845901223665A005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TPMix.xib; sourceTree = ""; }; - 5638459712236734005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TPMix.xib; sourceTree = ""; }; - 5638459812236738005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TPMix.xib; sourceTree = ""; }; - 563845991223673C005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TPMix.xib; sourceTree = ""; }; - 5638459E1223677E005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TPMove.xib; sourceTree = ""; }; - 563845AB1223686C005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TPMove.xib; sourceTree = ""; }; - 563845AC12236871005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TPMove.xib; sourceTree = ""; }; - 563845AD12236875005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TPMove.xib; sourceTree = ""; }; - 563845B2122368CF005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TPScale.xib; sourceTree = ""; }; - 563845B81223694F005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TPScale.xib; sourceTree = ""; }; - 563845B912236952005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TPScale.xib; sourceTree = ""; }; - 563845BA12236955005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TPScale.xib; sourceTree = ""; }; - 563845C112236AEF005A6086 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TPRotate.xib; sourceTree = ""; }; - 563845C612236B3F005A6086 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TPRotate.xib; sourceTree = ""; }; - 563845C712236B42005A6086 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TPRotate.xib; sourceTree = ""; }; - 563845C812236B46005A6086 /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/TPRotate.xib; sourceTree = ""; }; - 563A3CA01151C6E600B91239 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Import.bproj/English.lproj/Import.xib; sourceTree = ""; }; - 563A3CA21151C6F200B91239 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = Import.bproj/German.lproj/Import.xib; sourceTree = ""; }; - 563A3CA31151C6F600B91239 /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Import.bproj/Danish.lproj/Import.xib; sourceTree = ""; }; - 563BC34A1390F5880083CB3F /* ExcludeGraphicsChange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExcludeGraphicsChange.h; sourceTree = ""; }; - 563BC34C1390F5C00083CB3F /* ExcludeGraphicsChange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExcludeGraphicsChange.m; sourceTree = ""; }; - 563BC3901390FD8E0083CB3F /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Operations.strings; sourceTree = ""; }; - 563BC43313935E660083CB3F /* LabelGraphicsChange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelGraphicsChange.h; sourceTree = ""; }; - 56406CEF10FC11B300ACD320 /* NotificationNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationNames.h; sourceTree = ""; }; - 56406CFB10FC126400ACD320 /* 2010.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 2010.txt; path = ChangeLog/2010.txt; sourceTree = ""; }; - 56406CFE10FC143300ACD320 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = PreferencesPanel.subproj/General.bproj/English.lproj/General.xib; sourceTree = ""; }; - 56406D1410FC17F700ACD320 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = PreferencesPanel.subproj/General.bproj/German.lproj/General.xib; sourceTree = ""; }; - 56406D6F10FC2B6F00ACD320 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Main.xib; sourceTree = ""; }; - 56406DF710FC4C0C00ACD320 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/Main.xib; sourceTree = ""; }; - 564074111103117D00ACD320 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPAllLayers.xib; sourceTree = ""; }; - 56407415110311ED00ACD320 /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPAllLayers.xib; sourceTree = ""; }; - 5640785F11084E7300ACD320 /* typeEPS.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = typeEPS.tiff; path = Icons/typeEPS.tiff; sourceTree = ""; }; - 5640786111084EB400ACD320 /* typePS.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = typePS.tiff; path = Icons/typePS.tiff; sourceTree = ""; }; - 5640786D110850AA00ACD320 /* typeDrill.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = typeDrill.tiff; path = Icons/typeDrill.tiff; sourceTree = ""; }; - 564B09CF128A9F15001782FD /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = English; path = "ChangeLog/VersionLogs/English.lproj/Log-4.0.txt"; sourceTree = ""; }; - 564B09D0128A9F30001782FD /* German */ = {isa = PBXFileReference; lastKnownFileType = text; name = German; path = "ChangeLog/VersionLogs/German.lproj/Log-4.0.txt"; sourceTree = ""; }; - 564F1D0012339C2B007683BA /* French */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = French; path = French.lproj/UpdatePanel.xib; sourceTree = ""; }; - 565B29DA0D839B3F0048299E /* GSPropertyListSerialization.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GSPropertyListSerialization.h; sourceTree = ""; }; - 565B29DB0D839B3F0048299E /* GSPropertyListSerialization.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = GSPropertyListSerialization.m; sourceTree = ""; }; - 565B2A6C0D8930120048299E /* IPAllAcc.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = IPAllAcc.m; sourceTree = ""; }; - 565B2A6E0D89301E0048299E /* IPAllAcc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IPAllAcc.h; sourceTree = ""; }; - 565B31AC0D8DFAE40048299E /* ipAcc.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipAcc.tiff; sourceTree = ""; }; - 565B31D30D8DFBDC0048299E /* IPAccText.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = IPAccText.m; sourceTree = ""; }; - 565B31D50D8DFBE70048299E /* IPAccText.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IPAccText.h; sourceTree = ""; }; - 5678BE5C11E07BBF00B47356 /* SVGImportSub.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGImportSub.m; sourceTree = ""; }; - 5678BE8311E07EC200B47356 /* SVGImportSub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGImportSub.h; sourceTree = ""; }; - 567A62A50F1AE57C00272D87 /* 2009.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = 2009.txt; path = ChangeLog/2009.txt; sourceTree = ""; }; - 567A67E70F329AEE00272D87 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = English; path = "ChangeLog/VersionLogs/English.lproj/Log-3.9.txt"; sourceTree = ""; }; - 567A67E80F329AF800272D87 /* German */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = German; path = "ChangeLog/VersionLogs/German.lproj/Log-3.9.txt"; sourceTree = ""; }; - 56809E6F111BFE0F00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/Main.xib; sourceTree = ""; }; - 5680A03F11213DAE00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/Info.xib; sourceTree = ""; }; - 5680A04D1121429500FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/LayerDetails.xib; sourceTree = ""; }; - 5680A0551121432800FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/LayerDetails.xib; sourceTree = ""; }; - 5680A0561121432C00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/LayerDetails.xib; sourceTree = ""; }; - 5680A0601121458D00FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PageLayoutAccessory.xib; sourceTree = ""; }; - 5680A0641121460A00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/PageLayoutAccessory.xib; sourceTree = ""; }; - 5680A0651121463200FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/PageLayoutAccessory.xib; sourceTree = ""; }; - 5680A0721121494900FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/TilePanel.xib; sourceTree = ""; }; - 5680A0741121496D00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/TilePanel.xib; sourceTree = ""; }; - 5680A0751121497200FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/TilePanel.xib; sourceTree = ""; }; - 5680A078112149AC00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Danish; path = Danish.lproj/Localizable.strings; sourceTree = ""; }; - 5680A07911214A1500FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Danish; path = Danish.lproj/Operations.strings; sourceTree = ""; }; - 5680A0A211214D4500FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPAllLayers.xib; sourceTree = ""; }; - 5680A0B611214ED300FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPImage.xib; sourceTree = ""; }; - 5680A0BA11214F1400FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPImage.xib; sourceTree = ""; }; - 5680A0BC11214F3000FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPImage.xib; sourceTree = ""; }; - 5680A0C91121500600FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPRectangle.xib; sourceTree = ""; }; - 5680A0CD1121503C00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPRectangle.xib; sourceTree = ""; }; - 5680A0CE1121504000FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPRectangle.xib; sourceTree = ""; }; - 5680A0D51121528A00FDEA7B /* sinkingFine.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = sinkingFine.tiff; sourceTree = ""; }; - 5680A0D61121528A00FDEA7B /* sinkingMedium.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = sinkingMedium.tiff; sourceTree = ""; }; - 5680A12D11215D4500FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/IPTextPath.xib; sourceTree = ""; }; - 5680A13511215DC600FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/IPTextPath.xib; sourceTree = ""; }; - 5680A13611215DCB00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/IPTextPath.xib; sourceTree = ""; }; - 5680A14A11215F7700FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = PreferencesPanel.subproj/General.bproj/Danish.lproj/General.xib; sourceTree = ""; }; - 5680AA421137970100FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPLine.xib; sourceTree = ""; }; - 5680AA481137978D00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPLine.xib; sourceTree = ""; }; - 5680AA491137979100FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPLine.xib; sourceTree = ""; }; - 5680AA53113799BC00FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPArc.xib; sourceTree = ""; }; - 5680AA5A11379A1300FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPArc.xib; sourceTree = ""; }; - 5680AA5B11379A1700FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPArc.xib; sourceTree = ""; }; - 5680AA931137A0D300FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPPath.xib; sourceTree = ""; }; - 5680AA981137A11700FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPPath.xib; sourceTree = ""; }; - 5680AA991137A11B00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPPath.xib; sourceTree = ""; }; - 5680AAA81137A2F000FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPCurve.xib; sourceTree = ""; }; - 5680AAAD1137A36700FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPCurve.xib; sourceTree = ""; }; - 5680AAAE1137A36A00FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPCurve.xib; sourceTree = ""; }; - 5680AAB31137A3B900FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPGroup.xib; sourceTree = ""; }; - 5680AAB81137A40100FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPGroup.xib; sourceTree = ""; }; - 5680AAB91137A40400FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPGroup.xib; sourceTree = ""; }; - 5680AAC21137A4B600FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPText.xib; sourceTree = ""; }; - 5680AAC71137A51C00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPText.xib; sourceTree = ""; }; - 5680AAC81137A52000FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPText.xib; sourceTree = ""; }; - 5680AACF1137A60400FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = InspectorPanel.subproj/English.lproj/IPThread.xib; sourceTree = ""; }; - 5680AAD41137A64100FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = InspectorPanel.subproj/German.lproj/IPThread.xib; sourceTree = ""; }; - 5680AAD51137A64400FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = InspectorPanel.subproj/Danish.lproj/IPThread.xib; sourceTree = ""; }; - 5680ACE9113A686600FDEA7B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Document.xib; sourceTree = ""; }; - 5680ACED113A68BC00FDEA7B /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/Document.xib; sourceTree = ""; }; - 5680ACEF113A68E000FDEA7B /* Danish */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Danish; path = Danish.lproj/Document.xib; sourceTree = ""; }; - 569A2C1B14B4829A00456EA7 /* 2012.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 2012.txt; path = ChangeLog/2012.txt; sourceTree = ""; }; - 56AC46E60E1B36D90047B8F3 /* 1996-03.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1996-03.rtf"; sourceTree = ""; }; - 56AC46E70E1B36D90047B8F3 /* 1996-09.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1996-09.rtf"; sourceTree = ""; }; - 56AC46E80E1B36D90047B8F3 /* 1996-10.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1996-10.rtf"; sourceTree = ""; }; - 56AC46E90E1B36D90047B8F3 /* 1996-11.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1996-11.rtf"; sourceTree = ""; }; - 56AC46EA0E1B36D90047B8F3 /* 1996-12.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1996-12.rtf"; sourceTree = ""; }; - 56AC46EB0E1B36D90047B8F3 /* 1997-04.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-04.rtf"; sourceTree = ""; }; - 56AC46EC0E1B36D90047B8F3 /* 1997-05.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-05.rtf"; sourceTree = ""; }; - 56AC46ED0E1B36D90047B8F3 /* 1997-06.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-06.rtf"; sourceTree = ""; }; - 56AC46EE0E1B36D90047B8F3 /* 1997-07.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-07.rtf"; sourceTree = ""; }; - 56AC46EF0E1B36D90047B8F3 /* 1997-08.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-08.rtf"; sourceTree = ""; }; - 56AC46F00E1B36D90047B8F3 /* 1997-09.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-09.rtf"; sourceTree = ""; }; - 56AC46F10E1B36D90047B8F3 /* 1997-10.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-10.rtf"; sourceTree = ""; }; - 56AC46F20E1B36D90047B8F3 /* 1997-11.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-11.rtf"; sourceTree = ""; }; - 56AC46F30E1B36D90047B8F3 /* 1997-12.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1997-12.rtf"; sourceTree = ""; }; - 56AC46F40E1B36D90047B8F3 /* 1998-01.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-01.rtf"; sourceTree = ""; }; - 56AC46F50E1B36D90047B8F3 /* 1998-02.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-02.rtf"; sourceTree = ""; }; - 56AC46F60E1B36D90047B8F3 /* 1998-03.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-03.rtf"; sourceTree = ""; }; - 56AC46F70E1B36D90047B8F3 /* 1998-04.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-04.rtf"; sourceTree = ""; }; - 56AC46F80E1B36D90047B8F3 /* 1998-05.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-05.rtf"; sourceTree = ""; }; - 56AC46F90E1B36D90047B8F3 /* 1998-06.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-06.rtf"; sourceTree = ""; }; - 56AC46FA0E1B36D90047B8F3 /* 1998-07.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-07.rtf"; sourceTree = ""; }; - 56AC46FB0E1B36D90047B8F3 /* 1998-08.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-08.rtf"; sourceTree = ""; }; - 56AC46FC0E1B36D90047B8F3 /* 1998-09.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-09.rtf"; sourceTree = ""; }; - 56AC46FD0E1B36D90047B8F3 /* 1998-10.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-10.rtf"; sourceTree = ""; }; - 56AC46FE0E1B36D90047B8F3 /* 1998-11.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-11.rtf"; sourceTree = ""; }; - 56AC46FF0E1B36D90047B8F3 /* 1998-12.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1998-12.rtf"; sourceTree = ""; }; - 56AC47000E1B36D90047B8F3 /* 1999-01.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-01.rtf"; sourceTree = ""; }; - 56AC47010E1B36D90047B8F3 /* 1999-02.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-02.rtf"; sourceTree = ""; }; - 56AC47020E1B36D90047B8F3 /* 1999-03.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-03.rtf"; sourceTree = ""; }; - 56AC47030E1B36D90047B8F3 /* 1999-04.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-04.rtf"; sourceTree = ""; }; - 56AC47040E1B36D90047B8F3 /* 1999-05.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-05.rtf"; sourceTree = ""; }; - 56AC47050E1B36D90047B8F3 /* 1999-06.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-06.rtf"; sourceTree = ""; }; - 56AC47060E1B36D90047B8F3 /* 1999-07.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-07.rtf"; sourceTree = ""; }; - 56AC47070E1B36D90047B8F3 /* 1999-08.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-08.rtf"; sourceTree = ""; }; - 56AC47080E1B36D90047B8F3 /* 1999-09.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-09.rtf"; sourceTree = ""; }; - 56AC47090E1B36D90047B8F3 /* 1999-10.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-10.rtf"; sourceTree = ""; }; - 56AC470A0E1B36D90047B8F3 /* 1999-11.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-11.rtf"; sourceTree = ""; }; - 56AC470B0E1B36D90047B8F3 /* 1999-12.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "1999-12.rtf"; sourceTree = ""; }; - 56AC470C0E1B36D90047B8F3 /* 2000-01.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-01.rtf"; sourceTree = ""; }; - 56AC470D0E1B36D90047B8F3 /* 2000-02.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-02.rtf"; sourceTree = ""; }; - 56AC470E0E1B36D90047B8F3 /* 2000-03.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-03.rtf"; sourceTree = ""; }; - 56AC470F0E1B36D90047B8F3 /* 2000-04.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-04.rtf"; sourceTree = ""; }; - 56AC47100E1B36D90047B8F3 /* 2000-05.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-05.rtf"; sourceTree = ""; }; - 56AC47110E1B36D90047B8F3 /* 2000-06.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-06.rtf"; sourceTree = ""; }; - 56AC47120E1B36D90047B8F3 /* 2000-07.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-07.rtf"; sourceTree = ""; }; - 56AC47130E1B36D90047B8F3 /* 2000-08.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-08.rtf"; sourceTree = ""; }; - 56AC47140E1B36D90047B8F3 /* 2000-09.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-09.rtf"; sourceTree = ""; }; - 56AC47150E1B36D90047B8F3 /* 2000-10.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-10.rtf"; sourceTree = ""; }; - 56AC47160E1B36D90047B8F3 /* 2000-11.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-11.rtf"; sourceTree = ""; }; - 56AC47170E1B36D90047B8F3 /* 2000-12.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = "2000-12.rtf"; sourceTree = ""; }; - 56AC47180E1B36D90047B8F3 /* 2001-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-01.txt"; sourceTree = ""; }; - 56AC47190E1B36D90047B8F3 /* 2001-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-02.txt"; sourceTree = ""; }; - 56AC471A0E1B36D90047B8F3 /* 2001-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-03.txt"; sourceTree = ""; }; - 56AC471B0E1B36D90047B8F3 /* 2001-04.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-04.txt"; sourceTree = ""; }; - 56AC471C0E1B36D90047B8F3 /* 2001-05.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-05.txt"; sourceTree = ""; }; - 56AC471D0E1B36D90047B8F3 /* 2001-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-06.txt"; sourceTree = ""; }; - 56AC471E0E1B36D90047B8F3 /* 2001-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-07.txt"; sourceTree = ""; }; - 56AC471F0E1B36D90047B8F3 /* 2001-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-08.txt"; sourceTree = ""; }; - 56AC47200E1B36D90047B8F3 /* 2001-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-09.txt"; sourceTree = ""; }; - 56AC47210E1B36D90047B8F3 /* 2001-10.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-10.txt"; sourceTree = ""; }; - 56AC47220E1B36D90047B8F3 /* 2001-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-11.txt"; sourceTree = ""; }; - 56AC47230E1B36D90047B8F3 /* 2001-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2001-12.txt"; sourceTree = ""; }; - 56AC47240E1B36D90047B8F3 /* 2002-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-01.txt"; sourceTree = ""; }; - 56AC47250E1B36D90047B8F3 /* 2002-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-02.txt"; sourceTree = ""; }; - 56AC47260E1B36D90047B8F3 /* 2002-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-03.txt"; sourceTree = ""; }; - 56AC47270E1B36D90047B8F3 /* 2002-04.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-04.txt"; sourceTree = ""; }; - 56AC47280E1B36D90047B8F3 /* 2002-05.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-05.txt"; sourceTree = ""; }; - 56AC47290E1B36D90047B8F3 /* 2002-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-06.txt"; sourceTree = ""; }; - 56AC472A0E1B36D90047B8F3 /* 2002-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-07.txt"; sourceTree = ""; }; - 56AC472B0E1B36D90047B8F3 /* 2002-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-08.txt"; sourceTree = ""; }; - 56AC472C0E1B36D90047B8F3 /* 2002-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-09.txt"; sourceTree = ""; }; - 56AC472D0E1B36D90047B8F3 /* 2002-10.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-10.txt"; sourceTree = ""; }; - 56AC472E0E1B36D90047B8F3 /* 2002-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-11.txt"; sourceTree = ""; }; - 56AC472F0E1B36D90047B8F3 /* 2002-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2002-12.txt"; sourceTree = ""; }; - 56AC47300E1B36D90047B8F3 /* 2003-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-01.txt"; sourceTree = ""; }; - 56AC47310E1B36D90047B8F3 /* 2003-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-02.txt"; sourceTree = ""; }; - 56AC47320E1B36D90047B8F3 /* 2003-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-03.txt"; sourceTree = ""; }; - 56AC47330E1B36D90047B8F3 /* 2003-04.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-04.txt"; sourceTree = ""; }; - 56AC47340E1B36D90047B8F3 /* 2003-05.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-05.txt"; sourceTree = ""; }; - 56AC47350E1B36D90047B8F3 /* 2003-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-06.txt"; sourceTree = ""; }; - 56AC47360E1B36D90047B8F3 /* 2003-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-07.txt"; sourceTree = ""; }; - 56AC47370E1B36D90047B8F3 /* 2003-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-08.txt"; sourceTree = ""; }; - 56AC47380E1B36D90047B8F3 /* 2003-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-09.txt"; sourceTree = ""; }; - 56AC47390E1B36D90047B8F3 /* 2003-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-11.txt"; sourceTree = ""; }; - 56AC473A0E1B36D90047B8F3 /* 2003-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2003-12.txt"; sourceTree = ""; }; - 56AC473B0E1B36D90047B8F3 /* 2004-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-01.txt"; sourceTree = ""; }; - 56AC473C0E1B36D90047B8F3 /* 2004-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-02.txt"; sourceTree = ""; }; - 56AC473D0E1B36D90047B8F3 /* 2004-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-03.txt"; sourceTree = ""; }; - 56AC473E0E1B36D90047B8F3 /* 2004-04.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-04.txt"; sourceTree = ""; }; - 56AC473F0E1B36D90047B8F3 /* 2004-05.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-05.txt"; sourceTree = ""; }; - 56AC47400E1B36D90047B8F3 /* 2004-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-06.txt"; sourceTree = ""; }; - 56AC47410E1B36D90047B8F3 /* 2004-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-07.txt"; sourceTree = ""; }; - 56AC47420E1B36D90047B8F3 /* 2004-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-08.txt"; sourceTree = ""; }; - 56AC47430E1B36D90047B8F3 /* 2004-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-09.txt"; sourceTree = ""; }; - 56AC47440E1B36D90047B8F3 /* 2004-10.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-10.txt"; sourceTree = ""; }; - 56AC47450E1B36D90047B8F3 /* 2004-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-11.txt"; sourceTree = ""; }; - 56AC47460E1B36D90047B8F3 /* 2004-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2004-12.txt"; sourceTree = ""; }; - 56AC47470E1B36D90047B8F3 /* 2005-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-01.txt"; sourceTree = ""; }; - 56AC47480E1B36D90047B8F3 /* 2005-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-02.txt"; sourceTree = ""; }; - 56AC47490E1B36D90047B8F3 /* 2005-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-03.txt"; sourceTree = ""; }; - 56AC474A0E1B36D90047B8F3 /* 2005-05.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-05.txt"; sourceTree = ""; }; - 56AC474B0E1B36D90047B8F3 /* 2005-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-06.txt"; sourceTree = ""; }; - 56AC474C0E1B36D90047B8F3 /* 2005-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-07.txt"; sourceTree = ""; }; - 56AC474D0E1B36D90047B8F3 /* 2005-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-08.txt"; sourceTree = ""; }; - 56AC474E0E1B36D90047B8F3 /* 2005-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-09.txt"; sourceTree = ""; }; - 56AC474F0E1B36D90047B8F3 /* 2005-10.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-10.txt"; sourceTree = ""; }; - 56AC47500E1B36D90047B8F3 /* 2005-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-11.txt"; sourceTree = ""; }; - 56AC47510E1B36D90047B8F3 /* 2005-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2005-12.txt"; sourceTree = ""; }; - 56AC47520E1B36D90047B8F3 /* 2006-01.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-01.txt"; sourceTree = ""; }; - 56AC47530E1B36D90047B8F3 /* 2006-02.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-02.txt"; sourceTree = ""; }; - 56AC47540E1B36D90047B8F3 /* 2006-03.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-03.txt"; sourceTree = ""; }; - 56AC47550E1B36D90047B8F3 /* 2006-04.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-04.txt"; sourceTree = ""; }; - 56AC47560E1B36D90047B8F3 /* 2006-06.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-06.txt"; sourceTree = ""; }; - 56AC47570E1B36D90047B8F3 /* 2006-07.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-07.txt"; sourceTree = ""; }; - 56AC47580E1B36D90047B8F3 /* 2006-08.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-08.txt"; sourceTree = ""; }; - 56AC47590E1B36D90047B8F3 /* 2006-09.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-09.txt"; sourceTree = ""; }; - 56AC475A0E1B36D90047B8F3 /* 2006-10.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-10.txt"; sourceTree = ""; }; - 56AC475B0E1B36D90047B8F3 /* 2006-11.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-11.txt"; sourceTree = ""; }; - 56AC475C0E1B36D90047B8F3 /* 2006-12.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "2006-12.txt"; sourceTree = ""; }; - 56AC475D0E1B36D90047B8F3 /* 2007.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 2007.txt; sourceTree = ""; }; - 56AC475E0E1B36D90047B8F3 /* 2008.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 2008.txt; sourceTree = ""; }; - 56BF4B8E14CEC895002C4835 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; - 56BF66B112DAAB22004F1C68 /* 2011.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 2011.txt; path = ChangeLog/2011.txt; sourceTree = ""; }; - 56C1AA831313D7500002BD1F /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/UpdatePanel.xib; sourceTree = ""; }; - 56CFC0641349D4D500A6035A /* VCurveFit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VCurveFit.m; sourceTree = ""; }; - 56CFC141134AE87C00A6035A /* VCurveFit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VCurveFit.h; sourceTree = ""; }; - 56E2F25511DD93DE00E9DE91 /* PreferencesMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesMethods.h; sourceTree = ""; }; - 56E2F27711DF12C200E9DE91 /* SVGImport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SVGImport.h; path = VHFImport/SVGImport.h; sourceTree = ""; }; - 56E2F27811DF12C200E9DE91 /* SVGImport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SVGImport.m; path = VHFImport/SVGImport.m; sourceTree = ""; }; - 56E8B09A1694A2BF00C5BBA8 /* 2013.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = 2013.txt; path = ChangeLog/2013.txt; sourceTree = ""; }; - 56F9597408C8CCD60001996D /* toolAddPt.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = toolAddPt.tiff; path = Icons/toolAddPt.tiff; sourceTree = ""; }; - 56F9597608C8CDE90001996D /* arrowUpH.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = arrowUpH.tiff; path = Icons/arrowUpH.tiff; sourceTree = ""; }; - 56F9598608C8CE820001996D /* AddPointGraphicsChange.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = AddPointGraphicsChange.m; sourceTree = ""; }; - 56F9598808C8CE970001996D /* RemovePointGraphicsChange.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = RemovePointGraphicsChange.m; sourceTree = ""; }; - 56F9598A08C8CEA70001996D /* RemovePointGraphicsChange.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RemovePointGraphicsChange.h; sourceTree = ""; }; - 56F9598C08C8CEB10001996D /* AddPointGraphicsChange.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AddPointGraphicsChange.h; sourceTree = ""; }; - 56F9598E08C8CEDD0001996D /* LayerDetailsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = LayerDetailsController.m; sourceTree = ""; }; - 56F9599008C8CEF00001996D /* LayerDetailsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LayerDetailsController.h; sourceTree = ""; }; - 56FCFABC134C415B00B1384F /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Vectorizer.xib; sourceTree = ""; }; - 56FCFACA134C490F00B1384F /* Vectorizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Vectorizer.m; sourceTree = ""; }; - 56FCFACC134C491E00B1384F /* Vectorizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vectorizer.h; sourceTree = ""; }; - 56FCFC1E134C800400B1384F /* German */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = German; path = German.lproj/Vectorizer.xib; sourceTree = ""; }; - F51DEEC501F7B5AC01000048 /* typeDXF.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeDXF.icns; path = Icons/typeDXF.icns; sourceTree = ""; }; - F51DEEC701F7B5BA01000048 /* typeHPGL.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeHPGL.icns; path = Icons/typeHPGL.icns; sourceTree = ""; }; - F51F459F0310405601000048 /* type1Encoding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = type1Encoding.h; sourceTree = ""; }; - F51F468F0310513001000048 /* GeneralController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GeneralController.h; path = General.bproj/GeneralController.h; sourceTree = ""; }; - F51F46900310513001000048 /* GeneralController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = GeneralController.m; path = General.bproj/GeneralController.m; sourceTree = ""; }; - F51F46930310513801000048 /* prefsGeneral.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = prefsGeneral.tiff; path = General.bproj/prefsGeneral.tiff; sourceTree = ""; }; - F51F46960310514401000048 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = General.bproj/English.lproj/Localizable.strings; sourceTree = ""; }; - F51F469B0310517901000048 /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = General.bproj/German.lproj/Localizable.strings; sourceTree = ""; }; - F51F469D0310518F01000048 /* ImportController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ImportController.h; path = Import.bproj/ImportController.h; sourceTree = ""; }; - F51F469E0310518F01000048 /* ImportController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ImportController.m; path = Import.bproj/ImportController.m; sourceTree = ""; }; - F51F469F0310518F01000048 /* prefsImport.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = prefsImport.tiff; path = Import.bproj/prefsImport.tiff; sourceTree = ""; }; - F51F46A7031051BC01000048 /* ExportController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ExportController.h; path = Export.bproj/ExportController.h; sourceTree = ""; }; - F51F46A8031051BC01000048 /* ExportController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ExportController.m; path = Export.bproj/ExportController.m; sourceTree = ""; }; - F51F46A9031051BC01000048 /* prefsExport.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = prefsExport.tiff; path = Export.bproj/prefsExport.tiff; sourceTree = ""; }; - F51F46B1031054DC01000048 /* Info.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Info.tiff; path = Icons/Info.tiff; sourceTree = ""; }; - F51F46C403114B0B01000048 /* vhfCompatibility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vhfCompatibility.h; sourceTree = ""; }; - F51F46C803114B1801000048 /* VHFDictionaryAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFDictionaryAdditions.h; sourceTree = ""; }; - F51F46C903114B1801000048 /* VHFDictionaryAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFDictionaryAdditions.m; sourceTree = ""; }; - F51F46CC03114B2501000048 /* vhfMath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vhfMath.h; sourceTree = ""; }; - F51F46CD03114B2501000048 /* vhfMath.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = vhfMath.m; sourceTree = ""; }; - F51F46D003114B3C01000048 /* VHFPopUpButtonAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFPopUpButtonAdditions.h; sourceTree = ""; }; - F51F46D103114B3C01000048 /* VHFPopUpButtonAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFPopUpButtonAdditions.m; sourceTree = ""; }; - F51F46D403114B4901000048 /* VHFScannerAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFScannerAdditions.h; sourceTree = ""; }; - F51F46D503114B4901000048 /* VHFScannerAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFScannerAdditions.m; sourceTree = ""; }; - F51F46D803114B5501000048 /* VHFStringAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFStringAdditions.h; sourceTree = ""; }; - F51F46D903114B5501000048 /* VHFStringAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFStringAdditions.m; sourceTree = ""; }; - F51F46DC03114B6F01000048 /* vhfSoundFunctions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = vhfSoundFunctions.h; sourceTree = ""; }; - F51F46DD03114B6F01000048 /* vhfSoundFunctions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = vhfSoundFunctions.m; sourceTree = ""; }; - F51F46E003114B7A01000048 /* VHFSystemAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFSystemAdditions.h; sourceTree = ""; }; - F51F46E103114B7A01000048 /* VHFSystemAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFSystemAdditions.m; sourceTree = ""; }; - F51F46E403114B8301000048 /* vhfCommonFunctions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = vhfCommonFunctions.m; sourceTree = ""; }; - F51F46E603114BAA01000048 /* vhf2DFunctions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = vhf2DFunctions.m; sourceTree = ""; }; - F51F46E803114C0401000048 /* VHFArrayAdditions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VHFArrayAdditions.h; sourceTree = ""; }; - F51F46E903114C0401000048 /* VHFArrayAdditions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VHFArrayAdditions.m; sourceTree = ""; }; - F51F472F03118AAB01000048 /* RadialCenterGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RadialCenterGraphicsChange.m; sourceTree = ""; }; - F51F473103118ACB01000048 /* StepWidthGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = StepWidthGraphicsChange.m; sourceTree = ""; }; - F51F473303118AD201000048 /* StepWidthGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = StepWidthGraphicsChange.h; sourceTree = ""; }; - F51F473503118AFE01000048 /* RadialCenterGraphicsChange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RadialCenterGraphicsChange.h; sourceTree = ""; }; - F51F475C0311A13601000048 /* IPAllFilling.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPAllFilling.m; sourceTree = ""; }; - F51F475D0311A13601000048 /* IPAllLayers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPAllLayers.m; sourceTree = ""; }; - F51F475E0311A13601000048 /* IPAllStrokeWidth.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPAllStrokeWidth.m; sourceTree = ""; }; - F51F47640311A14501000048 /* IPAllFilling.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPAllFilling.h; sourceTree = ""; }; - F51F47650311A14501000048 /* IPAllLayers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPAllLayers.h; sourceTree = ""; }; - F51F47660311A14501000048 /* IPAllStrokeWidth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPAllStrokeWidth.h; sourceTree = ""; }; - F51F476C0311A22601000048 /* SliderBox.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SliderBox.m; sourceTree = ""; }; - F51F476E0311A24A01000048 /* SliderBox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SliderBox.h; sourceTree = ""; }; - F51FDB6B01FF917F01000048 /* typeAI.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeAI.icns; path = Icons/typeAI.icns; sourceTree = ""; }; - F51FDB6D01FF918801000048 /* typeDIN.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeDIN.icns; path = Icons/typeDIN.icns; sourceTree = ""; }; - F51FDB6F01FF919101000048 /* typeFont.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeFont.icns; path = Icons/typeFont.icns; sourceTree = ""; }; - F51FDB7101FF919901000048 /* typeGerber.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeGerber.icns; path = Icons/typeGerber.icns; sourceTree = ""; }; - F51FDBDD0201EE8D01000048 /* DINImport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DINImport.h; path = VHFImport/DINImport.h; sourceTree = ""; }; - F51FDBDE0201EE8D01000048 /* DINImport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = DINImport.m; path = VHFImport/DINImport.m; sourceTree = ""; }; - F51FDBDF0201EE8D01000048 /* dxfColorTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = dxfColorTable.h; path = VHFImport/dxfColorTable.h; sourceTree = ""; }; - F51FDBE00201EE8D01000048 /* DXFImport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DXFImport.h; path = VHFImport/DXFImport.h; sourceTree = ""; }; - F54C7C26042A53BE01000049 /* INSTALL */ = {isa = PBXFileReference; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; - F54C7C28042A53C501000049 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - F54C7C2A042A53CF01000049 /* NEWS */ = {isa = PBXFileReference; lastKnownFileType = text; path = NEWS; sourceTree = ""; }; - F54C7C30042A542201000049 /* VPolyLine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VPolyLine.m; sourceTree = ""; }; - F54C7C32042A59D501000049 /* buttonFilling.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = buttonFilling.tiff; sourceTree = ""; }; - F54C7C33042A59D501000049 /* buttonLayers.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = buttonLayers.tiff; sourceTree = ""; }; - F54C7C34042A59D501000049 /* buttonStroke.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = buttonStroke.tiff; sourceTree = ""; }; - F54C7C35042A59D501000049 /* buttonText.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = buttonText.tiff; sourceTree = ""; }; - F54C7C3A042A5B1601000049 /* TPMove.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TPMove.m; sourceTree = ""; }; - F54C7C3C042A5B2C01000049 /* TPMove.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TPMove.h; sourceTree = ""; }; - F54C7C45042A5FAE01000049 /* IPLayerCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IPLayerCell.m; sourceTree = ""; }; - F54C7C47042A5FBB01000049 /* IPLayerCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IPLayerCell.h; sourceTree = ""; }; - F54C801C042B928801000049 /* ProjectSettings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ProjectSettings.h; path = ProjectSettingsPanel.subproj/ProjectSettings.h; sourceTree = SOURCE_ROOT; }; - F54C801D042B928801000049 /* ProjectSettings.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ProjectSettings.m; path = ProjectSettingsPanel.subproj/ProjectSettings.m; sourceTree = SOURCE_ROOT; }; - F54C8020042B928801000049 /* PSFontInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PSFontInfo.h; path = ProjectSettingsPanel.subproj/PSFontInfo.h; sourceTree = SOURCE_ROOT; }; - F54C8021042B928801000049 /* PSFontInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PSFontInfo.m; path = ProjectSettingsPanel.subproj/PSFontInfo.m; sourceTree = SOURCE_ROOT; }; - F54C8022042B928801000049 /* PSInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PSInfo.h; path = ProjectSettingsPanel.subproj/PSInfo.h; sourceTree = SOURCE_ROOT; }; - F54C8023042B928801000049 /* PSInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PSInfo.m; path = ProjectSettingsPanel.subproj/PSInfo.m; sourceTree = SOURCE_ROOT; }; - F54C803E042B966901000049 /* PSSettings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PSSettings.h; path = ProjectSettingsPanel.subproj/PSSettings.h; sourceTree = SOURCE_ROOT; }; - F54C803F042B966901000049 /* PSSettings.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PSSettings.m; path = ProjectSettingsPanel.subproj/PSSettings.m; sourceTree = SOURCE_ROOT; }; - F54C8042042CC85101000049 /* ipArc.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipArc.tiff; sourceTree = ""; }; - F5696E890301BD8001000048 /* functions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = functions.m; sourceTree = ""; }; - F5696EA30301D00A01000048 /* DXFExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DXFExport.h; path = VHFExport/DXFExport.h; sourceTree = SOURCE_ROOT; }; - F5696EA50301D04501000048 /* DXFExport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = DXFExport.m; path = VHFExport/DXFExport.m; sourceTree = SOURCE_ROOT; }; - F5696EA70301D05001000048 /* dxfColorTable.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = dxfColorTable.h; path = VHFExport/dxfColorTable.h; sourceTree = SOURCE_ROOT; }; - F5696EA90301D05E01000048 /* GerberExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GerberExport.h; path = VHFExport/GerberExport.h; sourceTree = SOURCE_ROOT; }; - F5696EAA0301D05E01000048 /* GerberExport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = GerberExport.m; path = VHFExport/GerberExport.m; sourceTree = SOURCE_ROOT; }; - F5696EAB0301D05E01000048 /* HPGLExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = HPGLExport.h; path = VHFExport/HPGLExport.h; sourceTree = SOURCE_ROOT; }; - F5696EAC0301D05E01000048 /* HPGLExport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = HPGLExport.m; path = VHFExport/HPGLExport.m; sourceTree = SOURCE_ROOT; }; - F5696ED10301DB2F01000048 /* DXFExportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DXFExportSub.m; sourceTree = ""; }; - F5696ED30301DB5A01000048 /* GerberExportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GerberExportSub.m; sourceTree = ""; }; - F5696ED50301DC1D01000048 /* HPGLExportSub.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HPGLExportSub.m; sourceTree = ""; }; - F579D9CA0311AD5901000048 /* ipWeb.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipWeb.tiff; sourceTree = ""; }; - F579D9CB0311AD5901000048 /* ipCrosshairs.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipCrosshairs.tiff; sourceTree = ""; }; - F579D9CC0311AD5901000048 /* ipCurve.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipCurve.tiff; sourceTree = ""; }; - F579D9CD0311AD5901000048 /* ipGroup.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipGroup.tiff; sourceTree = ""; }; - F579D9CE0311AD5901000048 /* ipImage.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipImage.tiff; sourceTree = ""; }; - F579D9CF0311AD5901000048 /* ipLine.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipLine.tiff; sourceTree = ""; }; - F579D9D00311AD5901000048 /* ipMark.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipMark.tiff; sourceTree = ""; }; - F579D9D10311AD5901000048 /* ipPath.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipPath.tiff; sourceTree = ""; }; - F579D9D20311AD5901000048 /* ipPolyLine.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipPolyLine.tiff; sourceTree = ""; }; - F579D9D30311AD5901000048 /* ipRectangle.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipRectangle.tiff; sourceTree = ""; }; - F579D9D40311AD5901000048 /* ipSinking.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipSinking.tiff; sourceTree = ""; }; - F579D9D50311AD5901000048 /* ipText.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipText.tiff; sourceTree = ""; }; - F579D9D60311AD5901000048 /* ipTextPath.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipTextPath.tiff; sourceTree = ""; }; - F579D9D70311AD5901000048 /* ipThread.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = ipThread.tiff; sourceTree = ""; }; - F584EB7F070B8A3601000049 /* DXFImport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = DXFImport.m; path = VHFImport/DXFImport.m; sourceTree = ""; }; - F584EB81070B8A4A01000049 /* dxfOperators.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = dxfOperators.h; path = VHFImport/dxfOperators.h; sourceTree = ""; }; - F584EB83070B8A5501000049 /* GerberImport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = GerberImport.h; path = VHFImport/GerberImport.h; sourceTree = ""; }; - F584EB84070B8A5501000049 /* GerberImport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = GerberImport.m; path = VHFImport/GerberImport.m; sourceTree = ""; }; - F584EB87070B8A6201000049 /* HPGLImport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = HPGLImport.h; path = VHFImport/HPGLImport.h; sourceTree = ""; }; - F584EB88070B8A6201000049 /* HPGLImport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = HPGLImport.m; path = VHFImport/HPGLImport.m; sourceTree = ""; }; - F584EB8B070B8A7501000049 /* PSImport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PSImport.h; path = VHFImport/PSImport.h; sourceTree = ""; }; - F584EB8C070B8A7501000049 /* PSImport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PSImport.m; path = VHFImport/PSImport.m; sourceTree = ""; }; - F584EB8F070B8A8301000049 /* psImport.prolog */ = {isa = PBXFileReference; lastKnownFileType = text; name = psImport.prolog; path = VHFImport/psImport.prolog; sourceTree = ""; }; - F584EB90070B8A8301000049 /* psImportAI3.prolog */ = {isa = PBXFileReference; lastKnownFileType = text; name = psImportAI3.prolog; path = VHFImport/psImportAI3.prolog; sourceTree = ""; }; - F584EB91070B8A8301000049 /* psImportAI3.trailer */ = {isa = PBXFileReference; lastKnownFileType = text; name = psImportAI3.trailer; path = VHFImport/psImportAI3.trailer; sourceTree = ""; }; - F584EB95070B8A9D01000049 /* vhfCFGFunctions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = vhfCFGFunctions.h; path = VHFShared/vhfCFGFunctions.h; sourceTree = ""; }; - F584EB96070B8A9D01000049 /* vhfCFGFunctions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = vhfCFGFunctions.m; path = VHFShared/vhfCFGFunctions.m; sourceTree = ""; }; - F587845B0437C18E01000049 /* CropMarks */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; path = CropMarks; sourceTree = ""; }; - F58969D804A3C6C001000049 /* LabelGraphicsChange.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LabelGraphicsChange.m; sourceTree = ""; }; - F58969E004AA56D301000049 /* CharConversion */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder; path = CharConversion; sourceTree = ""; }; - F58B9A3005A6322B01000049 /* PreferencesMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PreferencesMacros.h; path = ../PreferencesMacros.h; sourceTree = ""; }; - F58B9B0E05DD323A01000049 /* SinkingMetrics.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = SinkingMetrics.plist; sourceTree = ""; }; - F58E28D301F776F701000048 /* typeCenon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = typeCenon.icns; path = Icons/typeCenon.icns; sourceTree = ""; }; - F58E28DC01F7977B01000048 /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Operations.strings; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 56158BE20997B6F7003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56158BE30997B6F7003130B4 /* AppKit.framework in Frameworks */, - 56158BE40997B6F7003130B4 /* Foundation.framework in Frameworks */, - 569A2CFB14B6042000456EA7 /* VHFExport.framework in Frameworks */, - 569A2D5014B6079E00456EA7 /* VHFImport.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5615937C0997B759003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5615937D0997B759003130B4 /* Foundation.framework in Frameworks */, - 5615937E0997B759003130B4 /* AppKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593930997B759003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593940997B759003130B4 /* Foundation.framework in Frameworks */, - 561593950997B759003130B4 /* AppKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593A60997B759003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56159BD909AF85A0003130B4 /* AppKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593B60997B759003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56159BE409AF8B7C003130B4 /* AppKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593C60997B759003130B4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 56159BE809AF8C54003130B4 /* AppKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0111289301AD58747F000001 /* Cenon */ = { - isa = PBXGroup; - children = ( - 0111289401AD58747F000001 /* Classes */, - 565B29D80D839B1A0048299E /* Supporting Classes */, - 011128BF01AD58747F000001 /* Headers */, - 011128F301AD58747F000001 /* Other Sources */, - 011128FD01AD58747F000001 /* Interfaces */, - 0111290901AD58747F000001 /* Images */, - 0111294401AD58747F000001 /* Resources */, - 0111295A01AD58747F000001 /* Subprojects */, - F51FDB840201EE8D01000048 /* VHFImport */, - F5696EA20301CFB501000048 /* VHFExport */, - 0111294A01AD58747F000001 /* Supporting Files */, - 56158BF00997B6F7003130B4 /* Info-Cenon.plist */, - 561593840997B759003130B4 /* Info-VHFImport.plist */, - 5615939B0997B759003130B4 /* Info-VHFExport.plist */, - 561593AC0997B759003130B4 /* Info-General_prefs.plist */, - 561593BC0997B759003130B4 /* Info-Import_prefs.plist */, - 561593CC0997B759003130B4 /* Info-Export_prefs.plist */, - 01112A8501AD58747F000001 /* External Frameworks and Libraries */, - 01112A8B01AD58747F000001 /* Products */, - ); - name = Cenon; - sourceTree = ""; - }; - 0111289401AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 0111289601AD58747F000001 /* App.m */, - 0111289501AD58747F000001 /* apContour.m */, - 011128B501AD58747F000001 /* Document.m */, - 011128B701AD58747F000001 /* DocWindow.m */, - 011128A301AD58747F000001 /* TileScrollView.m */, - 011128B601AD58747F000001 /* DocView.m */, - 011128B801AD58747F000001 /* dvDrag.m */, - 011128B901AD58747F000001 /* dvGrid.m */, - 011128BA01AD58747F000001 /* dvHiddenArea.m */, - 011128BC01AD58747F000001 /* dvUndo.m */, - 011128BD01AD58747F000001 /* dvPasteboard.m */, - 011128BE01AD58747F000001 /* dvTile.m */, - 0111289901AD58747F000001 /* FlippedView.m */, - 0111289D01AD58747F000001 /* LayerObject.m */, - 56F9598E08C8CEDD0001996D /* LayerDetailsController.m */, - 0111289F01AD58747F000001 /* MoveMatrix.m */, - 0111289E01AD58747F000001 /* MoveCell.m */, - 011128A001AD58747F000001 /* MyPageLayout.m */, - 56159DBE09B22DD4003130B4 /* ProgressIndicator.m */, - 011128AB01AD58747F000001 /* TilePanel.m */, - 011128A201AD58747F000001 /* TileObject.m */, - 5627D0F811AE63E00064F68C /* UpdateController.m */, - 56FCFACA134C490F00B1384F /* Vectorizer.m */, - 011128AC01AD58747F000001 /* WorkingAreaPanel.m */, - 011128AD01AD58747F000001 /* GridPanel.m */, - 011128AF01AD58747F000001 /* IntersectionPanel.m */, - 011128B001AD58747F000001 /* Type1ImportSub.m */, - 011128B101AD58747F000001 /* Type1Import.m */, - 011128B401AD58747F000001 /* Type1Font.m */, - 011128B301AD58747F000001 /* DINImportSub.m */, - 0111289801AD58747F000001 /* DXFImportSub.m */, - 0111289A01AD58747F000001 /* GerberImportSub.m */, - 0111289B01AD58747F000001 /* HPGLImportSub.m */, - 5632F54B148A55790051A6A4 /* ICUTImportSub.m */, - 011128A101AD58747F000001 /* PSImportSub.m */, - 5678BE5C11E07BBF00B47356 /* SVGImportSub.m */, - F5696ED10301DB2F01000048 /* DXFExportSub.m */, - 011128B201AD58747F000001 /* EPSExport.m */, - F5696ED30301DB5A01000048 /* GerberExportSub.m */, - F5696ED50301DC1D01000048 /* HPGLExportSub.m */, - ); - name = Classes; - sourceTree = ""; - }; - 011128BF01AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 011128C001AD58747F000001 /* App.h */, - 5627D52811B61C200064F68C /* CenonModuleMethods.h */, - 011128EF01AD58747F000001 /* Document.h */, - 011128F201AD58747F000001 /* DocWindow.h */, - 011128D401AD58747F000001 /* TileScrollView.h */, - 011128F001AD58747F000001 /* DocView.h */, - 011128C401AD58747F000001 /* FlippedView.h */, - 011128C901AD58747F000001 /* LayerObject.h */, - 56F9599008C8CEF00001996D /* LayerDetailsController.h */, - 011128C201AD58747F000001 /* debug.h */, - 011128F101AD58747F000001 /* Graphics.h */, - 011128C701AD58747F000001 /* Inspectors.h */, - 011128CA01AD58747F000001 /* locations.h */, - 011128CB01AD58747F000001 /* messages.h */, - 011128CD01AD58747F000001 /* MoveMatrix.h */, - 011128CC01AD58747F000001 /* MoveCell.h */, - 011128CE01AD58747F000001 /* MyPageLayout.h */, - 56159DCD09B22DEE003130B4 /* ProgressIndicator.h */, - 011128D301AD58747F000001 /* TilePanel.h */, - 011128D201AD58747F000001 /* TileObject.h */, - 5627D0FA11AE63F00064F68C /* UpdateController.h */, - 56FCFACC134C491E00B1384F /* Vectorizer.h */, - 011128E401AD58747F000001 /* WorkingAreaPanel.h */, - 011128E501AD58747F000001 /* GridPanel.h */, - 011128E701AD58747F000001 /* IntersectionPanel.h */, - 011128EE01AD58747F000001 /* Type1Font.h */, - 011128E801AD58747F000001 /* Type1ImportSub.h */, - 011128E901AD58747F000001 /* Type1Import.h */, - F51F459F0310405601000048 /* type1Encoding.h */, - 011128ED01AD58747F000001 /* DINImportSub.h */, - 011128C301AD58747F000001 /* DXFImportSub.h */, - 011128C501AD58747F000001 /* GerberImportSub.h */, - 011128C601AD58747F000001 /* HPGLImportSub.h */, - 5632F54D148A55B70051A6A4 /* ICUTImportSub.h */, - 011128D101AD58747F000001 /* PSImportSub.h */, - 5678BE8311E07EC200B47356 /* SVGImportSub.h */, - 5632F553148A565C0051A6A4 /* DXFExportSub.h */, - 011128EC01AD58747F000001 /* EPSExport.h */, - 5632F551148A563B0051A6A4 /* GerberExportSub.h */, - 5632F54F148A56200051A6A4 /* HPGLExportSub.h */, - ); - name = Headers; - sourceTree = ""; - }; - 011128F301AD58747F000001 /* Other Sources */ = { - isa = PBXGroup; - children = ( - 011128F401AD58747F000001 /* Cenon_main.m */, - F5696E890301BD8001000048 /* functions.m */, - 561599C0099A93FA003130B4 /* functions.h */, - 011128F601AD58747F000001 /* propertyList.m */, - 011128D001AD58747F000001 /* propertyList.h */, - 011128FC01AD58747F000001 /* type1Funs.m */, - 011128EB01AD58747F000001 /* type1Funs.h */, - ); - name = "Other Sources"; - sourceTree = ""; - }; - 011128FD01AD58747F000001 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 56406D6E10FC2B6F00ACD320 /* Main.xib */, - 5627D0BC11AD27860064F68C /* UpdatePanel.xib */, - 5680ACE8113A686600FDEA7B /* Document.xib */, - 563843BF12225153005A6086 /* Contour.xib */, - 563843DA122252FE005A6086 /* GridPanel.xib */, - 561C119610E74BDB001CBA21 /* Info.xib */, - 5680A03E11213DAE00FDEA7B /* Info.xib */, - 563843E712225436005A6086 /* IntersectionPanel.xib */, - 5680A04C1121429500FDEA7B /* LayerDetails.xib */, - 5680A05F1121458D00FDEA7B /* PageLayoutAccessory.xib */, - 563843F41222551F005A6086 /* PrintPanelAccessory.xib */, - 56384401122255C7005A6086 /* ToolPanel.xib */, - 5680A0711121494900FDEA7B /* TilePanel.xib */, - 56FCFABB134C415B00B1384F /* Vectorizer.xib */, - 56384405122255DF005A6086 /* WorkingAreaPanel.xib */, - ); - name = Interfaces; - sourceTree = ""; - }; - 0111290901AD58747F000001 /* Images */ = { - isa = PBXGroup; - children = ( - F58E28D301F776F701000048 /* typeCenon.icns */, - F51FDB6B01FF917F01000048 /* typeAI.icns */, - F51FDB6D01FF918801000048 /* typeDIN.icns */, - 5640786D110850AA00ACD320 /* typeDrill.tiff */, - F51DEEC501F7B5AC01000048 /* typeDXF.icns */, - 5632F4E8148A4D5A0051A6A4 /* typeEPS.icns */, - 5640785F11084E7300ACD320 /* typeEPS.tiff */, - F51FDB6F01FF919101000048 /* typeFont.icns */, - F51FDB7101FF919901000048 /* typeGerber.icns */, - F51DEEC701F7B5BA01000048 /* typeHPGL.icns */, - 5632F417148A43920051A6A4 /* typeICut.icns */, - 5632F4F6148A501E0051A6A4 /* typePDF.icns */, - 5640786111084EB400ACD320 /* typePS.tiff */, - 5632F4F4148A4D670051A6A4 /* typeSVG.icns */, - 0111293001AD58747F000001 /* cursorCross.tiff */, - 0111290B01AD58747F000001 /* cursorCutter.tiff */, - 0111294301AD58747F000001 /* cursorMagnify.tiff */, - 0111290A01AD58747F000001 /* cursorRotate.tiff */, - 0111292E01AD58747F000001 /* arrowUp.tiff */, - 56F9597608C8CDE90001996D /* arrowUpH.tiff */, - 0111294101AD58747F000001 /* arrowDown.tiff */, - 0111293A01AD58747F000001 /* arrowDownH.tiff */, - 0111293701AD58747F000001 /* arrowLeft.tiff */, - 0111293501AD58747F000001 /* arrowLeftH.tiff */, - 0111290E01AD58747F000001 /* arrowRight.tiff */, - 0111293101AD58747F000001 /* arrowRightH.tiff */, - 0111293401AD58747F000001 /* bucket.tiff */, - 0111293C01AD58747F000001 /* bucketEmpty.tiff */, - 0111291801AD58747F000001 /* eye.tiff */, - 0111291101AD58747F000001 /* eyeclosed.tiff */, - 0111293301AD58747F000001 /* pencil.tiff */, - 0111292F01AD58747F000001 /* pencilBroken.tiff */, - 0111291201AD58747F000001 /* lupe.tiff */, - 0111290F01AD58747F000001 /* sortColLLUR.tiff */, - 0111291601AD58747F000001 /* sortColULLR.tiff */, - 0111292201AD58747F000001 /* sortColURLL.tiff */, - 0111291A01AD58747F000001 /* sortRowULLR.tiff */, - 0111292501AD58747F000001 /* sortRowLLUR.tiff */, - 56F9597408C8CCD60001996D /* toolAddPt.tiff */, - 0111292301AD58747F000001 /* toolArc.tiff */, - 0111291F01AD58747F000001 /* toolArrow.tiff */, - 0111291301AD58747F000001 /* toolCurve.tiff */, - 0111291401AD58747F000001 /* toolCutter.tiff */, - 0111291D01AD58747F000001 /* toolLine.tiff */, - 0111291E01AD58747F000001 /* toolMark.tiff */, - 56166B1A10A69BE6005D747A /* toolPolyLine.tiff */, - 0111293801AD58747F000001 /* toolRectangle.tiff */, - 0111291901AD58747F000001 /* toolRotate.tiff */, - 0111292101AD58747F000001 /* toolSinking.tiff */, - 0111292B01AD58747F000001 /* toolText.tiff */, - 0111293E01AD58747F000001 /* toolThread.tiff */, - 0111292701AD58747F000001 /* toolWeb.tiff */, - 560A30490B29CED100CE10BC /* tpAlign.tiff */, - 560A304A0B29CED100CE10BC /* tpMix.tiff */, - 560A304B0B29CED100CE10BC /* tpMove.tiff */, - 560A304C0B29CED100CE10BC /* tpRotate.tiff */, - 560A304D0B29CED100CE10BC /* tpScale.tiff */, - 0111292901AD58747F000001 /* alignHLeft.tiff */, - 0111292A01AD58747F000001 /* alignHCenter.tiff */, - 0111292401AD58747F000001 /* alignHRight.tiff */, - 0111292601AD58747F000001 /* alignVCenter.tiff */, - 0111294001AD58747F000001 /* alignVTop.tiff */, - 0111292C01AD58747F000001 /* alignVBottom.tiff */, - 0111292D01AD58747F000001 /* CheckMark.tiff */, - 0111293901AD58747F000001 /* contourInside.tiff */, - 0111293D01AD58747F000001 /* contourOutside.tiff */, - 0111293B01AD58747F000001 /* contourNoside.tiff */, - 0111294201AD58747F000001 /* contourPickOut.tiff */, - 00F223EE01B85B0A7F000001 /* Cenon.icns */, - F51F46B1031054DC01000048 /* Info.tiff */, - ); - name = Images; - sourceTree = ""; - }; - 0111294401AD58747F000001 /* Resources */ = { - isa = PBXGroup; - children = ( - 00F2530801B1665F7F000001 /* Localizable.strings */, - F58E28DB01F7977B01000048 /* Operations.strings */, - F58969E004AA56D301000049 /* CharConversion */, - F587845B0437C18E01000049 /* CropMarks */, - F58B9B0E05DD323A01000049 /* SinkingMetrics.plist */, - ); - name = Resources; - sourceTree = ""; - }; - 0111294A01AD58747F000001 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 56BF4B8E14CEC895002C4835 /* COPYRIGHT */, - F54C7C26042A53BE01000049 /* INSTALL */, - F54C7C28042A53C501000049 /* LICENSE */, - F54C7C2A042A53CF01000049 /* NEWS */, - 5613D0370C4FC61B00994591 /* README */, - 5613CAB40C4A6DDF00994591 /* ToDo.rtf */, - 5613CAB60C4A6E0D00994591 /* KnowHowMac.rtf */, - 564B09CE128A9F15001782FD /* Log-4.0.txt */, - 567A67E60F329AEE00272D87 /* Log-3.9.txt */, - 56E8B09A1694A2BF00C5BBA8 /* 2013.txt */, - 569A2C1B14B4829A00456EA7 /* 2012.txt */, - 56BF66B112DAAB22004F1C68 /* 2011.txt */, - 56406CFB10FC126400ACD320 /* 2010.txt */, - 567A62A50F1AE57C00272D87 /* 2009.txt */, - 560D98970D37A41B00494D75 /* 2008.txt */, - 5613C9D90C4A3D0B00994591 /* 2007.txt */, - 56AC46E50E1B36D90047B8F3 /* ChangeLog */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 0111295A01AD58747F000001 /* Subprojects */ = { - isa = PBXGroup; - children = ( - F51F46C303114AEA01000048 /* VHFShared */, - 0111298801AD58747F000001 /* GraphicObjects */, - 011129C101AD58747F000001 /* graphicsUndo */, - 01112A0C01AD58747F000001 /* InspectorPanel */, - 01112A4601AD58747F000001 /* PreferencesPanel */, - F54C8019042B920F01000049 /* ProjectSettingsPanel */, - 01112A5C01AD58747F000001 /* TransformPanel */, - 01112A7601AD58747F000001 /* undo */, - ); - name = Subprojects; - sourceTree = ""; - }; - 0111298801AD58747F000001 /* GraphicObjects */ = { - isa = PBXGroup; - children = ( - 0111298901AD58747F000001 /* Classes */, - 011129A301AD58747F000001 /* Headers */, - ); - name = GraphicObjects; - path = GraphicObjects.subproj; - sourceTree = ""; - }; - 0111298901AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 122FCD5701B6ECB37F000001 /* VGraphic.m */, - 122FCD4D01B6EC597F000001 /* VArc.m */, - 122FCD5101B6EC7F7F000001 /* VCrosshairs.m */, - 122FCD5601B6ECB37F000001 /* VCurve.m */, - 56CFC0641349D4D500A6035A /* VCurveFit.m */, - 122FCD5801B6ECB37F000001 /* VGroup.m */, - 122FCD5901B6ECB37F000001 /* VImage.m */, - 122FCD5A01B6ECB37F000001 /* VLine.m */, - 122FCD5B01B6ECB37F000001 /* VLine3D.m */, - 122FCD5C01B6ECB37F000001 /* VMark.m */, - 122FCD5D01B6ECB37F000001 /* VPath.m */, - F54C7C30042A542201000049 /* VPolyLine.m */, - 122FCD5E01B6ECB37F000001 /* VRectangle.m */, - 122FCD5F01B6ECB37F000001 /* VSinking.m */, - 122FCD6001B6ECB37F000001 /* VText.m */, - 122FCD6101B6ECB37F000001 /* VTextPath.m */, - 122FCD6201B6ECB37F000001 /* VThread.m */, - 122FCD6301B6ECB37F000001 /* VWeb.m */, - 0111298B01AD58747F000001 /* ClipRectangle.m */, - 0111299001AD58747F000001 /* HiddenArea.m */, - 0111299701AD58747F000001 /* PathContour.m */, - 0111299901AD58747F000001 /* PerformanceMap.m */, - ); - name = Classes; - sourceTree = ""; - }; - 011129A301AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 122FCD7501B6ECE17F000001 /* VGraphic.h */, - 122FCD4F01B6EC637F000001 /* VArc.h */, - 122FCD5301B6EC877F000001 /* VCrosshairs.h */, - 122FCD7301B6ECE17F000001 /* VTextPath.h */, - 122FCD7401B6ECE17F000001 /* VCurve.h */, - 56CFC141134AE87C00A6035A /* VCurveFit.h */, - 122FCD7601B6ECE17F000001 /* VGroup.h */, - 122FCD7701B6ECE17F000001 /* VImage.h */, - 122FCD7801B6ECE17F000001 /* VLine.h */, - 122FCD7901B6ECE17F000001 /* VLine3D.h */, - 122FCD7A01B6ECE17F000001 /* VMark.h */, - 122FCD7B01B6ECE17F000001 /* VPath.h */, - 122FCD7C01B6ECE17F000001 /* VPolyLine.h */, - 122FCD7D01B6ECE17F000001 /* VRectangle.h */, - 122FCD7E01B6ECE17F000001 /* VSinking.h */, - 122FCD7F01B6ECE17F000001 /* VText.h */, - 122FCD8001B6ECE17F000001 /* VThread.h */, - 122FCD8101B6ECE17F000001 /* VWeb.h */, - 011129A501AD58747F000001 /* ClipRectangle.h */, - 011129AA01AD58747F000001 /* HiddenArea.h */, - 011129B101AD58747F000001 /* PathContour.h */, - 011129B301AD58747F000001 /* PerformanceMap.h */, - ); - name = Headers; - sourceTree = ""; - }; - 011129C101AD58747F000001 /* graphicsUndo */ = { - isa = PBXGroup; - children = ( - 011129C201AD58747F000001 /* Classes */, - 011129E501AD58747F000001 /* Headers */, - ); - name = graphicsUndo; - path = graphicsUndo.subproj; - sourceTree = ""; - }; - 011129C201AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 56F9598608C8CE820001996D /* AddPointGraphicsChange.m */, - 011129C301AD58747F000001 /* AlignGraphicsChange.m */, - 011129C401AD58747F000001 /* AngleGraphicsChange.m */, - 011129C501AD58747F000001 /* BringToFrontGraphicsChange.m */, - 011129C601AD58747F000001 /* ChangeDetail.m */, - 011129C701AD58747F000001 /* ColorGraphicsChange.m */, - 011129C801AD58747F000001 /* ContourGraphicsChange.m */, - 011129C901AD58747F000001 /* CreateGraphicsChange.m */, - 011129CA01AD58747F000001 /* CutGraphicsChange.m */, - 011129CB01AD58747F000001 /* DeleteGraphicsChange.m */, - 011129CC01AD58747F000001 /* DimensionsGraphicsChange.m */, - 011129CD01AD58747F000001 /* DragPointGraphicsChange.m */, - 011129CE01AD58747F000001 /* EndEditingGraphicsChange.m */, - 563BC34C1390F5C00083CB3F /* ExcludeGraphicsChange.m */, - 011129CF01AD58747F000001 /* FillGraphicsChange.m */, - 011129D001AD58747F000001 /* GraphicsChange.m */, - 011129D101AD58747F000001 /* GroupGraphicsChange.m */, - 011129D201AD58747F000001 /* JoinGraphicsChange.m */, - F58969D804A3C6C001000049 /* LabelGraphicsChange.m */, - 011129D301AD58747F000001 /* LengthGraphicsChange.m */, - 011129D401AD58747F000001 /* LockGraphicsChange.m */, - 011129D501AD58747F000001 /* MirrorGraphicsChange.m */, - 011129D601AD58747F000001 /* MixGraphicsChange.m */, - 011129D701AD58747F000001 /* MoveGraphicsChange.m */, - 011129D801AD58747F000001 /* MoveLayerGraphicsChange.m */, - 011129D901AD58747F000001 /* MovePointGraphicsChange.m */, - 011129DA01AD58747F000001 /* PasteGraphicsChange.m */, - 011129DB01AD58747F000001 /* PunchGraphicsChange.m */, - F51F472F03118AAB01000048 /* RadialCenterGraphicsChange.m */, - 011129DC01AD58747F000001 /* RadiusGraphicsChange.m */, - 011129DD01AD58747F000001 /* ReorderGraphicsChange.m */, - 56F9598808C8CE970001996D /* RemovePointGraphicsChange.m */, - 011129DE01AD58747F000001 /* RotateGraphicsChange.m */, - 011129DF01AD58747F000001 /* ScaleGraphicsChange.m */, - 011129E001AD58747F000001 /* SendToBackGraphicsChange.m */, - 011129E101AD58747F000001 /* SimpleGraphicsChange.m */, - 011129E201AD58747F000001 /* SplitGraphicsChange.m */, - F51F473103118ACB01000048 /* StepWidthGraphicsChange.m */, - 011129E301AD58747F000001 /* UngroupGraphicsChange.m */, - 011129E401AD58747F000001 /* WidthGraphicsChange.m */, - ); - name = Classes; - sourceTree = ""; - }; - 011129E501AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 56F9598C08C8CEB10001996D /* AddPointGraphicsChange.h */, - 011129E601AD58747F000001 /* AlignGraphicsChange.h */, - 011129E701AD58747F000001 /* AngleGraphicsChange.h */, - 011129E801AD58747F000001 /* BringToFrontGraphicsChange.h */, - 011129E901AD58747F000001 /* ChangeDetail.h */, - 011129EA01AD58747F000001 /* ColorGraphicsChange.h */, - 011129EB01AD58747F000001 /* ContourGraphicsChange.h */, - 011129EC01AD58747F000001 /* CreateGraphicsChange.h */, - 011129ED01AD58747F000001 /* CutGraphicsChange.h */, - 011129EE01AD58747F000001 /* DeleteGraphicsChange.h */, - 011129EF01AD58747F000001 /* DimensionsGraphicsChange.h */, - 011129F001AD58747F000001 /* DragPointGraphicsChange.h */, - 011129F101AD58747F000001 /* EndEditingGraphicsChange.h */, - 563BC34A1390F5880083CB3F /* ExcludeGraphicsChange.h */, - 011129F201AD58747F000001 /* FillGraphicsChange.h */, - 011129F301AD58747F000001 /* GraphicsChange.h */, - 011129F401AD58747F000001 /* GroupGraphicsChange.h */, - 011129F501AD58747F000001 /* JoinGraphicsChange.h */, - 563BC43313935E660083CB3F /* LabelGraphicsChange.h */, - 011129F601AD58747F000001 /* LengthGraphicsChange.h */, - 011129F701AD58747F000001 /* LocalizableStringsForGraphicsUndo.h */, - 011129F801AD58747F000001 /* LockGraphicsChange.h */, - 011129F901AD58747F000001 /* MirrorGraphicsChange.h */, - 011129FA01AD58747F000001 /* MixGraphicsChange.h */, - 011129FB01AD58747F000001 /* MoveGraphicsChange.h */, - 011129FC01AD58747F000001 /* MoveLayerGraphicsChange.h */, - 011129FD01AD58747F000001 /* MovePointGraphicsChange.h */, - 011129FE01AD58747F000001 /* PasteGraphicsChange.h */, - 011129FF01AD58747F000001 /* PunchGraphicsChange.h */, - F51F473503118AFE01000048 /* RadialCenterGraphicsChange.h */, - 01112A0001AD58747F000001 /* RadiusGraphicsChange.h */, - 01112A0101AD58747F000001 /* ReorderGraphicsChange.h */, - 56F9598A08C8CEA70001996D /* RemovePointGraphicsChange.h */, - 01112A0201AD58747F000001 /* RotateGraphicsChange.h */, - 01112A0301AD58747F000001 /* ScaleGraphicsChange.h */, - 01112A0401AD58747F000001 /* SendToBackGraphicsChange.h */, - 01112A0501AD58747F000001 /* SimpleGraphicsChange.h */, - 01112A0601AD58747F000001 /* SplitGraphicsChange.h */, - F51F473303118AD201000048 /* StepWidthGraphicsChange.h */, - 01112A0701AD58747F000001 /* undo.h */, - 01112A0801AD58747F000001 /* UngroupGraphicsChange.h */, - 01112A0901AD58747F000001 /* WidthGraphicsChange.h */, - ); - name = Headers; - sourceTree = ""; - }; - 01112A0C01AD58747F000001 /* InspectorPanel */ = { - isa = PBXGroup; - children = ( - 01112A0D01AD58747F000001 /* Classes */, - 01112A1F01AD58747F000001 /* Headers */, - 01112A3101AD58747F000001 /* Interfaces */, - F579D9C90311AD2201000048 /* Images */, - ); - name = InspectorPanel; - path = InspectorPanel.subproj; - sourceTree = ""; - }; - 01112A0D01AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 01112A0E01AD58747F000001 /* InspectorPanel.m */, - 01112A1001AD58747F000001 /* IPBasicLevel.m */, - F51F475C0311A13601000048 /* IPAllFilling.m */, - F51F475D0311A13601000048 /* IPAllLayers.m */, - F54C7C45042A5FAE01000049 /* IPLayerCell.m */, - F51F475E0311A13601000048 /* IPAllStrokeWidth.m */, - 565B2A6C0D8930120048299E /* IPAllAcc.m */, - 565B31D30D8DFBDC0048299E /* IPAccText.m */, - 01112A0F01AD58747F000001 /* IPArc.m */, - 01112A1101AD58747F000001 /* IPCrosshairs.m */, - 01112A1201AD58747F000001 /* IPCurve.m */, - 01112A1301AD58747F000001 /* IPGroup.m */, - 01112A1401AD58747F000001 /* IPImage.m */, - 01112A1501AD58747F000001 /* IPLine.m */, - 01112A1601AD58747F000001 /* IPMark.m */, - 01112A1701AD58747F000001 /* IPPath.m */, - 01112A1801AD58747F000001 /* IPPolyLine.m */, - 01112A1901AD58747F000001 /* IPRectangle.m */, - 01112A1A01AD58747F000001 /* IPSinking.m */, - 01112A1B01AD58747F000001 /* IPText.m */, - 01112A1C01AD58747F000001 /* IPTextPath.m */, - 01112A1D01AD58747F000001 /* IPThread.m */, - 01112A1E01AD58747F000001 /* IPWeb.m */, - F51F476C0311A22601000048 /* SliderBox.m */, - ); - name = Classes; - sourceTree = ""; - }; - 01112A1F01AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 01112A2001AD58747F000001 /* InspectorPanel.h */, - F51F47640311A14501000048 /* IPAllFilling.h */, - F51F47650311A14501000048 /* IPAllLayers.h */, - F54C7C47042A5FBB01000049 /* IPLayerCell.h */, - F51F47660311A14501000048 /* IPAllStrokeWidth.h */, - 565B2A6E0D89301E0048299E /* IPAllAcc.h */, - 565B31D50D8DFBE70048299E /* IPAccText.h */, - 01112A2101AD58747F000001 /* IPArc.h */, - 01112A2201AD58747F000001 /* IPBasicLevel.h */, - 01112A2301AD58747F000001 /* IPCrosshairs.h */, - 01112A2401AD58747F000001 /* IPCurve.h */, - 01112A2501AD58747F000001 /* IPGroup.h */, - 01112A2601AD58747F000001 /* IPImage.h */, - 01112A2701AD58747F000001 /* IPLine.h */, - 01112A2801AD58747F000001 /* IPMark.h */, - 01112A2901AD58747F000001 /* IPPath.h */, - 01112A2A01AD58747F000001 /* IPPolyLine.h */, - 01112A2B01AD58747F000001 /* IPRectangle.h */, - 01112A2C01AD58747F000001 /* IPSinking.h */, - 01112A2D01AD58747F000001 /* IPText.h */, - 01112A2E01AD58747F000001 /* IPTextPath.h */, - 01112A2F01AD58747F000001 /* IPThread.h */, - 01112A3001AD58747F000001 /* IPWeb.h */, - F51F476E0311A24A01000048 /* SliderBox.h */, - ); - name = Headers; - sourceTree = ""; - }; - 01112A3101AD58747F000001 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 563844121222586D005A6086 /* InspectorPanel.xib */, - 5638441812225934005A6086 /* IPAllFilling.xib */, - 564074101103117D00ACD320 /* IPAllLayers.xib */, - 5638444912226D4D005A6086 /* IPAllStrokeWidth.xib */, - 563844641222717F005A6086 /* IPAllAcc.xib */, - 563844751222725F005A6086 /* IPAccText.xib */, - 5680AA52113799BC00FDEA7B /* IPArc.xib */, - 5638448A122273AB005A6086 /* IPCrosshairs.xib */, - 5680AAA71137A2F000FDEA7B /* IPCurve.xib */, - 5680AAB21137A3B900FDEA7B /* IPGroup.xib */, - 5680A0B511214ED300FDEA7B /* IPImage.xib */, - 5680AA411137970100FDEA7B /* IPLine.xib */, - 5638449812227453005A6086 /* IPMark.xib */, - 5680AA921137A0D300FDEA7B /* IPPath.xib */, - 563844A812227530005A6086 /* IPPolyLine.xib */, - 5680A0C81121500600FDEA7B /* IPRectangle.xib */, - 563844B612227648005A6086 /* IPSinking.xib */, - 5680AAC11137A4B600FDEA7B /* IPText.xib */, - 5680A12C11215D4500FDEA7B /* IPTextPath.xib */, - 5680AACE1137A60400FDEA7B /* IPThread.xib */, - 563844CD122278B1005A6086 /* IPWeb.xib */, - ); - name = Interfaces; - sourceTree = ""; - }; - 01112A4601AD58747F000001 /* PreferencesPanel */ = { - isa = PBXGroup; - children = ( - 01112A4C01AD58747F000001 /* PreferencesPanel.m */, - 01112A5201AD58747F000001 /* PreferencesPanel.h */, - 56E2F25511DD93DE00E9DE91 /* PreferencesMethods.h */, - F58B9A3005A6322B01000049 /* PreferencesMacros.h */, - 56406CEF10FC11B300ACD320 /* NotificationNames.h */, - F51F468C0310510E01000048 /* General.prefs */, - F51F468D0310510E01000048 /* Import.prefs */, - F51F468E0310510E01000048 /* Export.prefs */, - 5638451B12228107005A6086 /* PreferencesPanel.xib */, - ); - name = PreferencesPanel; - path = PreferencesPanel.subproj; - sourceTree = ""; - }; - 01112A5C01AD58747F000001 /* TransformPanel */ = { - isa = PBXGroup; - children = ( - 01112A5D01AD58747F000001 /* Classes */, - 01112A6401AD58747F000001 /* Headers */, - 01112A6B01AD58747F000001 /* Interfaces */, - 01112A7101AD58747F000001 /* Supporting Files */, - ); - name = TransformPanel; - path = TransformPanel.subproj; - sourceTree = ""; - }; - 01112A5D01AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 01112A5E01AD58747F000001 /* TPAlign.m */, - 01112A5F01AD58747F000001 /* TPBasicLevel.m */, - 01112A6001AD58747F000001 /* TPMix.m */, - F54C7C3A042A5B1601000049 /* TPMove.m */, - 01112A6101AD58747F000001 /* TPRotate.m */, - 01112A6201AD58747F000001 /* TPScale.m */, - 01112A6301AD58747F000001 /* TransformPanel.m */, - ); - name = Classes; - sourceTree = ""; - }; - 01112A6401AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 01112A6501AD58747F000001 /* TPAlign.h */, - 01112A6601AD58747F000001 /* TPBasicLevel.h */, - 01112A6701AD58747F000001 /* TPMix.h */, - F54C7C3C042A5B2C01000049 /* TPMove.h */, - 01112A6801AD58747F000001 /* TPRotate.h */, - 01112A6901AD58747F000001 /* TPScale.h */, - 01112A6A01AD58747F000001 /* TransformPanel.h */, - ); - name = Headers; - sourceTree = ""; - }; - 01112A6B01AD58747F000001 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 56384572122363AD005A6086 /* TransformPanel.xib */, - 5638457F1223647C005A6086 /* TPAlign.xib */, - 5638458F1223665A005A6086 /* TPMix.xib */, - 5638459D1223677E005A6086 /* TPMove.xib */, - 563845C012236AEF005A6086 /* TPRotate.xib */, - 563845B1122368CF005A6086 /* TPScale.xib */, - ); - name = Interfaces; - sourceTree = ""; - }; - 01112A7101AD58747F000001 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 01112A7601AD58747F000001 /* undo */ = { - isa = PBXGroup; - children = ( - 01112A7701AD58747F000001 /* Classes */, - 01112A7B01AD58747F000001 /* Headers */, - ); - name = undo; - path = undo.subproj; - sourceTree = ""; - }; - 01112A7701AD58747F000001 /* Classes */ = { - isa = PBXGroup; - children = ( - 01112A7801AD58747F000001 /* Change.m */, - 01112A7901AD58747F000001 /* ChangeManager.m */, - 01112A7A01AD58747F000001 /* MultipleChange.m */, - ); - name = Classes; - sourceTree = ""; - }; - 01112A7B01AD58747F000001 /* Headers */ = { - isa = PBXGroup; - children = ( - 01112A7C01AD58747F000001 /* Change.h */, - 01112A7D01AD58747F000001 /* ChangeManager.h */, - 01112A7E01AD58747F000001 /* MultipleChange.h */, - 01112A7F01AD58747F000001 /* undochange.h */, - 01112A8001AD58747F000001 /* LocalizableStringsForUndo.h */, - ); - name = Headers; - sourceTree = ""; - }; - 01112A8501AD58747F000001 /* External Frameworks and Libraries */ = { - isa = PBXGroup; - children = ( - 56159B6A09A4F6BF003130B4 /* VHFExport.framework */, - 56159B7109A4F6D5003130B4 /* VHFImport.framework */, - 01112A8801AD58747F000001 /* AppKit.framework */, - 01112A8901AD58747F000001 /* Foundation.framework */, - ); - name = "External Frameworks and Libraries"; - sourceTree = ""; - }; - 01112A8B01AD58747F000001 /* Products */ = { - isa = PBXGroup; - children = ( - 56158BF10997B6F8003130B4 /* Cenon.app */, - 561593850997B759003130B4 /* VHFImport.framework */, - 5615939C0997B759003130B4 /* VHFExport.framework */, - 561593AD0997B759003130B4 /* General.prefs */, - 561593BD0997B759003130B4 /* Import.prefs */, - 561593CD0997B759003130B4 /* Export.prefs */, - ); - name = Products; - sourceTree = ""; - }; - 565B29D80D839B1A0048299E /* Supporting Classes */ = { - isa = PBXGroup; - children = ( - 565B29DA0D839B3F0048299E /* GSPropertyListSerialization.h */, - 565B29DB0D839B3F0048299E /* GSPropertyListSerialization.m */, - ); - name = "Supporting Classes"; - sourceTree = ""; - }; - 56AC46E50E1B36D90047B8F3 /* ChangeLog */ = { - isa = PBXGroup; - children = ( - 56AC46E60E1B36D90047B8F3 /* 1996-03.rtf */, - 56AC46E70E1B36D90047B8F3 /* 1996-09.rtf */, - 56AC46E80E1B36D90047B8F3 /* 1996-10.rtf */, - 56AC46E90E1B36D90047B8F3 /* 1996-11.rtf */, - 56AC46EA0E1B36D90047B8F3 /* 1996-12.rtf */, - 56AC46EB0E1B36D90047B8F3 /* 1997-04.rtf */, - 56AC46EC0E1B36D90047B8F3 /* 1997-05.rtf */, - 56AC46ED0E1B36D90047B8F3 /* 1997-06.rtf */, - 56AC46EE0E1B36D90047B8F3 /* 1997-07.rtf */, - 56AC46EF0E1B36D90047B8F3 /* 1997-08.rtf */, - 56AC46F00E1B36D90047B8F3 /* 1997-09.rtf */, - 56AC46F10E1B36D90047B8F3 /* 1997-10.rtf */, - 56AC46F20E1B36D90047B8F3 /* 1997-11.rtf */, - 56AC46F30E1B36D90047B8F3 /* 1997-12.rtf */, - 56AC46F40E1B36D90047B8F3 /* 1998-01.rtf */, - 56AC46F50E1B36D90047B8F3 /* 1998-02.rtf */, - 56AC46F60E1B36D90047B8F3 /* 1998-03.rtf */, - 56AC46F70E1B36D90047B8F3 /* 1998-04.rtf */, - 56AC46F80E1B36D90047B8F3 /* 1998-05.rtf */, - 56AC46F90E1B36D90047B8F3 /* 1998-06.rtf */, - 56AC46FA0E1B36D90047B8F3 /* 1998-07.rtf */, - 56AC46FB0E1B36D90047B8F3 /* 1998-08.rtf */, - 56AC46FC0E1B36D90047B8F3 /* 1998-09.rtf */, - 56AC46FD0E1B36D90047B8F3 /* 1998-10.rtf */, - 56AC46FE0E1B36D90047B8F3 /* 1998-11.rtf */, - 56AC46FF0E1B36D90047B8F3 /* 1998-12.rtf */, - 56AC47000E1B36D90047B8F3 /* 1999-01.rtf */, - 56AC47010E1B36D90047B8F3 /* 1999-02.rtf */, - 56AC47020E1B36D90047B8F3 /* 1999-03.rtf */, - 56AC47030E1B36D90047B8F3 /* 1999-04.rtf */, - 56AC47040E1B36D90047B8F3 /* 1999-05.rtf */, - 56AC47050E1B36D90047B8F3 /* 1999-06.rtf */, - 56AC47060E1B36D90047B8F3 /* 1999-07.rtf */, - 56AC47070E1B36D90047B8F3 /* 1999-08.rtf */, - 56AC47080E1B36D90047B8F3 /* 1999-09.rtf */, - 56AC47090E1B36D90047B8F3 /* 1999-10.rtf */, - 56AC470A0E1B36D90047B8F3 /* 1999-11.rtf */, - 56AC470B0E1B36D90047B8F3 /* 1999-12.rtf */, - 56AC470C0E1B36D90047B8F3 /* 2000-01.rtf */, - 56AC470D0E1B36D90047B8F3 /* 2000-02.rtf */, - 56AC470E0E1B36D90047B8F3 /* 2000-03.rtf */, - 56AC470F0E1B36D90047B8F3 /* 2000-04.rtf */, - 56AC47100E1B36D90047B8F3 /* 2000-05.rtf */, - 56AC47110E1B36D90047B8F3 /* 2000-06.rtf */, - 56AC47120E1B36D90047B8F3 /* 2000-07.rtf */, - 56AC47130E1B36D90047B8F3 /* 2000-08.rtf */, - 56AC47140E1B36D90047B8F3 /* 2000-09.rtf */, - 56AC47150E1B36D90047B8F3 /* 2000-10.rtf */, - 56AC47160E1B36D90047B8F3 /* 2000-11.rtf */, - 56AC47170E1B36D90047B8F3 /* 2000-12.rtf */, - 56AC47180E1B36D90047B8F3 /* 2001-01.txt */, - 56AC47190E1B36D90047B8F3 /* 2001-02.txt */, - 56AC471A0E1B36D90047B8F3 /* 2001-03.txt */, - 56AC471B0E1B36D90047B8F3 /* 2001-04.txt */, - 56AC471C0E1B36D90047B8F3 /* 2001-05.txt */, - 56AC471D0E1B36D90047B8F3 /* 2001-06.txt */, - 56AC471E0E1B36D90047B8F3 /* 2001-07.txt */, - 56AC471F0E1B36D90047B8F3 /* 2001-08.txt */, - 56AC47200E1B36D90047B8F3 /* 2001-09.txt */, - 56AC47210E1B36D90047B8F3 /* 2001-10.txt */, - 56AC47220E1B36D90047B8F3 /* 2001-11.txt */, - 56AC47230E1B36D90047B8F3 /* 2001-12.txt */, - 56AC47240E1B36D90047B8F3 /* 2002-01.txt */, - 56AC47250E1B36D90047B8F3 /* 2002-02.txt */, - 56AC47260E1B36D90047B8F3 /* 2002-03.txt */, - 56AC47270E1B36D90047B8F3 /* 2002-04.txt */, - 56AC47280E1B36D90047B8F3 /* 2002-05.txt */, - 56AC47290E1B36D90047B8F3 /* 2002-06.txt */, - 56AC472A0E1B36D90047B8F3 /* 2002-07.txt */, - 56AC472B0E1B36D90047B8F3 /* 2002-08.txt */, - 56AC472C0E1B36D90047B8F3 /* 2002-09.txt */, - 56AC472D0E1B36D90047B8F3 /* 2002-10.txt */, - 56AC472E0E1B36D90047B8F3 /* 2002-11.txt */, - 56AC472F0E1B36D90047B8F3 /* 2002-12.txt */, - 56AC47300E1B36D90047B8F3 /* 2003-01.txt */, - 56AC47310E1B36D90047B8F3 /* 2003-02.txt */, - 56AC47320E1B36D90047B8F3 /* 2003-03.txt */, - 56AC47330E1B36D90047B8F3 /* 2003-04.txt */, - 56AC47340E1B36D90047B8F3 /* 2003-05.txt */, - 56AC47350E1B36D90047B8F3 /* 2003-06.txt */, - 56AC47360E1B36D90047B8F3 /* 2003-07.txt */, - 56AC47370E1B36D90047B8F3 /* 2003-08.txt */, - 56AC47380E1B36D90047B8F3 /* 2003-09.txt */, - 56AC47390E1B36D90047B8F3 /* 2003-11.txt */, - 56AC473A0E1B36D90047B8F3 /* 2003-12.txt */, - 56AC473B0E1B36D90047B8F3 /* 2004-01.txt */, - 56AC473C0E1B36D90047B8F3 /* 2004-02.txt */, - 56AC473D0E1B36D90047B8F3 /* 2004-03.txt */, - 56AC473E0E1B36D90047B8F3 /* 2004-04.txt */, - 56AC473F0E1B36D90047B8F3 /* 2004-05.txt */, - 56AC47400E1B36D90047B8F3 /* 2004-06.txt */, - 56AC47410E1B36D90047B8F3 /* 2004-07.txt */, - 56AC47420E1B36D90047B8F3 /* 2004-08.txt */, - 56AC47430E1B36D90047B8F3 /* 2004-09.txt */, - 56AC47440E1B36D90047B8F3 /* 2004-10.txt */, - 56AC47450E1B36D90047B8F3 /* 2004-11.txt */, - 56AC47460E1B36D90047B8F3 /* 2004-12.txt */, - 56AC47470E1B36D90047B8F3 /* 2005-01.txt */, - 56AC47480E1B36D90047B8F3 /* 2005-02.txt */, - 56AC47490E1B36D90047B8F3 /* 2005-03.txt */, - 56AC474A0E1B36D90047B8F3 /* 2005-05.txt */, - 56AC474B0E1B36D90047B8F3 /* 2005-06.txt */, - 56AC474C0E1B36D90047B8F3 /* 2005-07.txt */, - 56AC474D0E1B36D90047B8F3 /* 2005-08.txt */, - 56AC474E0E1B36D90047B8F3 /* 2005-09.txt */, - 56AC474F0E1B36D90047B8F3 /* 2005-10.txt */, - 56AC47500E1B36D90047B8F3 /* 2005-11.txt */, - 56AC47510E1B36D90047B8F3 /* 2005-12.txt */, - 56AC47520E1B36D90047B8F3 /* 2006-01.txt */, - 56AC47530E1B36D90047B8F3 /* 2006-02.txt */, - 56AC47540E1B36D90047B8F3 /* 2006-03.txt */, - 56AC47550E1B36D90047B8F3 /* 2006-04.txt */, - 56AC47560E1B36D90047B8F3 /* 2006-06.txt */, - 56AC47570E1B36D90047B8F3 /* 2006-07.txt */, - 56AC47580E1B36D90047B8F3 /* 2006-08.txt */, - 56AC47590E1B36D90047B8F3 /* 2006-09.txt */, - 56AC475A0E1B36D90047B8F3 /* 2006-10.txt */, - 56AC475B0E1B36D90047B8F3 /* 2006-11.txt */, - 56AC475C0E1B36D90047B8F3 /* 2006-12.txt */, - 56AC475D0E1B36D90047B8F3 /* 2007.txt */, - 56AC475E0E1B36D90047B8F3 /* 2008.txt */, - ); - path = ChangeLog; - sourceTree = ""; - }; - F51F468C0310510E01000048 /* General.prefs */ = { - isa = PBXGroup; - children = ( - F51F468F0310513001000048 /* GeneralController.h */, - F51F46900310513001000048 /* GeneralController.m */, - F51F46930310513801000048 /* prefsGeneral.tiff */, - 56406CFD10FC143300ACD320 /* General.xib */, - F51F46950310514401000048 /* Localizable.strings */, - ); - name = General.prefs; - sourceTree = ""; - }; - F51F468D0310510E01000048 /* Import.prefs */ = { - isa = PBXGroup; - children = ( - F51F469D0310518F01000048 /* ImportController.h */, - F51F469E0310518F01000048 /* ImportController.m */, - F51F469F0310518F01000048 /* prefsImport.tiff */, - 563A3C9F1151C6E600B91239 /* Import.xib */, - ); - name = Import.prefs; - sourceTree = ""; - }; - F51F468E0310510E01000048 /* Export.prefs */ = { - isa = PBXGroup; - children = ( - F51F46A7031051BC01000048 /* ExportController.h */, - F51F46A8031051BC01000048 /* ExportController.m */, - F51F46A9031051BC01000048 /* prefsExport.tiff */, - 5638450312227ED3005A6086 /* Export.xib */, - ); - name = Export.prefs; - sourceTree = ""; - }; - F51F46C303114AEA01000048 /* VHFShared */ = { - isa = PBXGroup; - children = ( - 011128D601AD58747F000001 /* types.h */, - F51F46C403114B0B01000048 /* vhfCompatibility.h */, - 011128D701AD58747F000001 /* vhf2DFunctions.h */, - F51F46E603114BAA01000048 /* vhf2DFunctions.m */, - 011128D801AD58747F000001 /* vhfCommonFunctions.h */, - F51F46E403114B8301000048 /* vhfCommonFunctions.m */, - F51F46DC03114B6F01000048 /* vhfSoundFunctions.h */, - F51F46DD03114B6F01000048 /* vhfSoundFunctions.m */, - F51F46E803114C0401000048 /* VHFArrayAdditions.h */, - F51F46E903114C0401000048 /* VHFArrayAdditions.m */, - F51F46C803114B1801000048 /* VHFDictionaryAdditions.h */, - F51F46C903114B1801000048 /* VHFDictionaryAdditions.m */, - F51F46D003114B3C01000048 /* VHFPopUpButtonAdditions.h */, - F51F46D103114B3C01000048 /* VHFPopUpButtonAdditions.m */, - F51F46D403114B4901000048 /* VHFScannerAdditions.h */, - F51F46D503114B4901000048 /* VHFScannerAdditions.m */, - F51F46D803114B5501000048 /* VHFStringAdditions.h */, - F51F46D903114B5501000048 /* VHFStringAdditions.m */, - F51F46E003114B7A01000048 /* VHFSystemAdditions.h */, - F51F46E103114B7A01000048 /* VHFSystemAdditions.m */, - F51F46CC03114B2501000048 /* vhfMath.h */, - F51F46CD03114B2501000048 /* vhfMath.m */, - ); - path = VHFShared; - sourceTree = ""; - }; - F51FDB840201EE8D01000048 /* VHFImport */ = { - isa = PBXGroup; - children = ( - F51FDBDD0201EE8D01000048 /* DINImport.h */, - F51FDBDE0201EE8D01000048 /* DINImport.m */, - F51FDBDF0201EE8D01000048 /* dxfColorTable.h */, - F51FDBE00201EE8D01000048 /* DXFImport.h */, - F584EB7F070B8A3601000049 /* DXFImport.m */, - F584EB81070B8A4A01000049 /* dxfOperators.h */, - F584EB83070B8A5501000049 /* GerberImport.h */, - F584EB84070B8A5501000049 /* GerberImport.m */, - F584EB87070B8A6201000049 /* HPGLImport.h */, - F584EB88070B8A6201000049 /* HPGLImport.m */, - 5632F560148A57D50051A6A4 /* ICUTImport.h */, - 5632F562148A57E10051A6A4 /* ICUTImport.m */, - F584EB8B070B8A7501000049 /* PSImport.h */, - F584EB8C070B8A7501000049 /* PSImport.m */, - F584EB8F070B8A8301000049 /* psImport.prolog */, - F584EB90070B8A8301000049 /* psImportAI3.prolog */, - F584EB91070B8A8301000049 /* psImportAI3.trailer */, - 56E2F27711DF12C200E9DE91 /* SVGImport.h */, - 56E2F27811DF12C200E9DE91 /* SVGImport.m */, - F584EB95070B8A9D01000049 /* vhfCFGFunctions.h */, - F584EB96070B8A9D01000049 /* vhfCFGFunctions.m */, - ); - name = VHFImport; - sourceTree = ""; - }; - F54C8019042B920F01000049 /* ProjectSettingsPanel */ = { - isa = PBXGroup; - children = ( - F54C801C042B928801000049 /* ProjectSettings.h */, - F54C801D042B928801000049 /* ProjectSettings.m */, - F54C8020042B928801000049 /* PSFontInfo.h */, - F54C8021042B928801000049 /* PSFontInfo.m */, - F54C8022042B928801000049 /* PSInfo.h */, - F54C8023042B928801000049 /* PSInfo.m */, - F54C803E042B966901000049 /* PSSettings.h */, - F54C803F042B966901000049 /* PSSettings.m */, - F54C802F042B933301000049 /* Interfaces */, - ); - name = ProjectSettingsPanel; - path = PreferencesPanel.subproj; - sourceTree = ""; - }; - F54C802F042B933301000049 /* Interfaces */ = { - isa = PBXGroup; - children = ( - 5638453F122360BC005A6086 /* ProjectSettingsPanel.xib */, - 5638454D12236161005A6086 /* PSFontInfo.xib */, - 563845561223626E005A6086 /* PSInfo.xib */, - 56384564122362F1005A6086 /* PSSettings.xib */, - ); - name = Interfaces; - sourceTree = ""; - }; - F5696EA20301CFB501000048 /* VHFExport */ = { - isa = PBXGroup; - children = ( - F5696EA70301D05001000048 /* dxfColorTable.h */, - F5696EA30301D00A01000048 /* DXFExport.h */, - F5696EA50301D04501000048 /* DXFExport.m */, - F5696EA90301D05E01000048 /* GerberExport.h */, - F5696EAA0301D05E01000048 /* GerberExport.m */, - F5696EAB0301D05E01000048 /* HPGLExport.h */, - F5696EAC0301D05E01000048 /* HPGLExport.m */, - ); - name = VHFExport; - sourceTree = ""; - }; - F579D9C90311AD2201000048 /* Images */ = { - isa = PBXGroup; - children = ( - F54C7C32042A59D501000049 /* buttonFilling.tiff */, - F54C7C33042A59D501000049 /* buttonLayers.tiff */, - F54C7C34042A59D501000049 /* buttonStroke.tiff */, - F54C7C35042A59D501000049 /* buttonText.tiff */, - 565B31AC0D8DFAE40048299E /* ipAcc.tiff */, - F54C8042042CC85101000049 /* ipArc.tiff */, - F579D9CB0311AD5901000048 /* ipCrosshairs.tiff */, - F579D9CC0311AD5901000048 /* ipCurve.tiff */, - F579D9CD0311AD5901000048 /* ipGroup.tiff */, - F579D9CE0311AD5901000048 /* ipImage.tiff */, - F579D9CF0311AD5901000048 /* ipLine.tiff */, - F579D9D00311AD5901000048 /* ipMark.tiff */, - F579D9D10311AD5901000048 /* ipPath.tiff */, - F579D9D20311AD5901000048 /* ipPolyLine.tiff */, - F579D9D30311AD5901000048 /* ipRectangle.tiff */, - F579D9D40311AD5901000048 /* ipSinking.tiff */, - 5680A0D51121528A00FDEA7B /* sinkingFine.tiff */, - 5680A0D61121528A00FDEA7B /* sinkingMedium.tiff */, - F579D9D50311AD5901000048 /* ipText.tiff */, - F579D9D60311AD5901000048 /* ipTextPath.tiff */, - F579D9D70311AD5901000048 /* ipThread.tiff */, - F579D9CA0311AD5901000048 /* ipWeb.tiff */, - ); - name = Images; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 56158A340997B6F7003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 56158A350997B6F7003130B4 /* App.h in Headers */, - 56158A360997B6F7003130B4 /* debug.h in Headers */, - 56158A370997B6F7003130B4 /* DXFImportSub.h in Headers */, - 56158A380997B6F7003130B4 /* FlippedView.h in Headers */, - 56158A390997B6F7003130B4 /* GerberImportSub.h in Headers */, - 56158A3A0997B6F7003130B4 /* HPGLImportSub.h in Headers */, - 56158A3B0997B6F7003130B4 /* Inspectors.h in Headers */, - 56158A3C0997B6F7003130B4 /* LayerObject.h in Headers */, - 56158A3D0997B6F7003130B4 /* locations.h in Headers */, - 56158A3E0997B6F7003130B4 /* messages.h in Headers */, - 56158A3F0997B6F7003130B4 /* MoveCell.h in Headers */, - 56158A400997B6F7003130B4 /* MoveMatrix.h in Headers */, - 56158A410997B6F7003130B4 /* MyPageLayout.h in Headers */, - 56158A420997B6F7003130B4 /* propertyList.h in Headers */, - 56158A430997B6F7003130B4 /* PSImportSub.h in Headers */, - 56158A440997B6F7003130B4 /* TileObject.h in Headers */, - 56158A450997B6F7003130B4 /* TilePanel.h in Headers */, - 56158A460997B6F7003130B4 /* TileScrollView.h in Headers */, - 56158A470997B6F7003130B4 /* vhfCommonFunctions.h in Headers */, - 56158A480997B6F7003130B4 /* WorkingAreaPanel.h in Headers */, - 56158A490997B6F7003130B4 /* GridPanel.h in Headers */, - 56158A4A0997B6F7003130B4 /* IntersectionPanel.h in Headers */, - 56158A4B0997B6F7003130B4 /* Type1ImportSub.h in Headers */, - 56158A4C0997B6F7003130B4 /* Type1Import.h in Headers */, - 56158A4D0997B6F7003130B4 /* type1Funs.h in Headers */, - 56158A4E0997B6F7003130B4 /* EPSExport.h in Headers */, - 56158A4F0997B6F7003130B4 /* DINImportSub.h in Headers */, - 56158A500997B6F7003130B4 /* Type1Font.h in Headers */, - 56158A510997B6F7003130B4 /* Document.h in Headers */, - 56158A520997B6F7003130B4 /* DocView.h in Headers */, - 56158A530997B6F7003130B4 /* Graphics.h in Headers */, - 56158A540997B6F7003130B4 /* DocWindow.h in Headers */, - 56158A550997B6F7003130B4 /* ClipRectangle.h in Headers */, - 56158A560997B6F7003130B4 /* HiddenArea.h in Headers */, - 56158A570997B6F7003130B4 /* PathContour.h in Headers */, - 56158A580997B6F7003130B4 /* PerformanceMap.h in Headers */, - 56158A590997B6F7003130B4 /* AlignGraphicsChange.h in Headers */, - 56158A5A0997B6F7003130B4 /* AngleGraphicsChange.h in Headers */, - 56158A5B0997B6F7003130B4 /* BringToFrontGraphicsChange.h in Headers */, - 56158A5C0997B6F7003130B4 /* ChangeDetail.h in Headers */, - 56158A5D0997B6F7003130B4 /* ColorGraphicsChange.h in Headers */, - 56158A5E0997B6F7003130B4 /* ContourGraphicsChange.h in Headers */, - 56158A5F0997B6F7003130B4 /* CreateGraphicsChange.h in Headers */, - 56158A600997B6F7003130B4 /* CutGraphicsChange.h in Headers */, - 56158A610997B6F7003130B4 /* DeleteGraphicsChange.h in Headers */, - 56158A620997B6F7003130B4 /* DimensionsGraphicsChange.h in Headers */, - 56158A630997B6F7003130B4 /* DragPointGraphicsChange.h in Headers */, - 56158A640997B6F7003130B4 /* EndEditingGraphicsChange.h in Headers */, - 56158A650997B6F7003130B4 /* FillGraphicsChange.h in Headers */, - 56158A660997B6F7003130B4 /* GraphicsChange.h in Headers */, - 56158A670997B6F7003130B4 /* GroupGraphicsChange.h in Headers */, - 56158A680997B6F7003130B4 /* JoinGraphicsChange.h in Headers */, - 56158A690997B6F7003130B4 /* LengthGraphicsChange.h in Headers */, - 56158A6A0997B6F7003130B4 /* LocalizableStringsForGraphicsUndo.h in Headers */, - 56158A6B0997B6F7003130B4 /* LockGraphicsChange.h in Headers */, - 56158A6C0997B6F7003130B4 /* MirrorGraphicsChange.h in Headers */, - 56158A6D0997B6F7003130B4 /* MixGraphicsChange.h in Headers */, - 56158A6E0997B6F7003130B4 /* MoveGraphicsChange.h in Headers */, - 56158A6F0997B6F7003130B4 /* MoveLayerGraphicsChange.h in Headers */, - 56158A700997B6F7003130B4 /* MovePointGraphicsChange.h in Headers */, - 56158A710997B6F7003130B4 /* PasteGraphicsChange.h in Headers */, - 56158A720997B6F7003130B4 /* PunchGraphicsChange.h in Headers */, - 56158A730997B6F7003130B4 /* RadiusGraphicsChange.h in Headers */, - 56158A740997B6F7003130B4 /* ReorderGraphicsChange.h in Headers */, - 56158A750997B6F7003130B4 /* RotateGraphicsChange.h in Headers */, - 56158A760997B6F7003130B4 /* ScaleGraphicsChange.h in Headers */, - 56158A770997B6F7003130B4 /* SendToBackGraphicsChange.h in Headers */, - 56158A780997B6F7003130B4 /* SimpleGraphicsChange.h in Headers */, - 56158A790997B6F7003130B4 /* SplitGraphicsChange.h in Headers */, - 56158A7A0997B6F7003130B4 /* undo.h in Headers */, - 56158A7B0997B6F7003130B4 /* UngroupGraphicsChange.h in Headers */, - 56158A7C0997B6F7003130B4 /* WidthGraphicsChange.h in Headers */, - 56158A7D0997B6F7003130B4 /* InspectorPanel.h in Headers */, - 56158A7E0997B6F7003130B4 /* IPArc.h in Headers */, - 56158A7F0997B6F7003130B4 /* IPBasicLevel.h in Headers */, - 56158A800997B6F7003130B4 /* IPCrosshairs.h in Headers */, - 56158A810997B6F7003130B4 /* IPCurve.h in Headers */, - 56158A820997B6F7003130B4 /* IPGroup.h in Headers */, - 56158A830997B6F7003130B4 /* IPImage.h in Headers */, - 56158A840997B6F7003130B4 /* IPLine.h in Headers */, - 56158A850997B6F7003130B4 /* IPMark.h in Headers */, - 56158A860997B6F7003130B4 /* IPPath.h in Headers */, - 56158A870997B6F7003130B4 /* IPPolyLine.h in Headers */, - 56158A880997B6F7003130B4 /* IPRectangle.h in Headers */, - 56158A890997B6F7003130B4 /* IPSinking.h in Headers */, - 56158A8A0997B6F7003130B4 /* IPText.h in Headers */, - 56158A8B0997B6F7003130B4 /* IPTextPath.h in Headers */, - 56158A8C0997B6F7003130B4 /* IPThread.h in Headers */, - 56158A8D0997B6F7003130B4 /* IPWeb.h in Headers */, - 56158A8E0997B6F7003130B4 /* PreferencesPanel.h in Headers */, - 56158A8F0997B6F7003130B4 /* TPAlign.h in Headers */, - 56158A900997B6F7003130B4 /* TPBasicLevel.h in Headers */, - 56158A910997B6F7003130B4 /* TPMix.h in Headers */, - 56158A920997B6F7003130B4 /* TPRotate.h in Headers */, - 56158A930997B6F7003130B4 /* TPScale.h in Headers */, - 56158A940997B6F7003130B4 /* TransformPanel.h in Headers */, - 56158A950997B6F7003130B4 /* Change.h in Headers */, - 56158A960997B6F7003130B4 /* ChangeManager.h in Headers */, - 56158A970997B6F7003130B4 /* MultipleChange.h in Headers */, - 56158A980997B6F7003130B4 /* undochange.h in Headers */, - 56158A990997B6F7003130B4 /* LocalizableStringsForUndo.h in Headers */, - 56158A9A0997B6F7003130B4 /* VArc.h in Headers */, - 56158A9B0997B6F7003130B4 /* VCrosshairs.h in Headers */, - 56158A9C0997B6F7003130B4 /* VTextPath.h in Headers */, - 56158A9D0997B6F7003130B4 /* VCurve.h in Headers */, - 56158A9E0997B6F7003130B4 /* VGraphic.h in Headers */, - 56158A9F0997B6F7003130B4 /* VGroup.h in Headers */, - 56158AA00997B6F7003130B4 /* VImage.h in Headers */, - 56158AA10997B6F7003130B4 /* VLine.h in Headers */, - 56158AA20997B6F7003130B4 /* VLine3D.h in Headers */, - 56158AA30997B6F7003130B4 /* VMark.h in Headers */, - 56158AA40997B6F7003130B4 /* VPath.h in Headers */, - 56158AA50997B6F7003130B4 /* VPolyLine.h in Headers */, - 56158AA60997B6F7003130B4 /* VRectangle.h in Headers */, - 56158AA70997B6F7003130B4 /* VSinking.h in Headers */, - 56158AA80997B6F7003130B4 /* VText.h in Headers */, - 56158AA90997B6F7003130B4 /* VThread.h in Headers */, - 56158AAA0997B6F7003130B4 /* VWeb.h in Headers */, - 56158AAB0997B6F7003130B4 /* type1Encoding.h in Headers */, - 56158AAC0997B6F7003130B4 /* vhfCompatibility.h in Headers */, - 56158AAD0997B6F7003130B4 /* vhfMath.h in Headers */, - 56158AAE0997B6F7003130B4 /* VHFPopUpButtonAdditions.h in Headers */, - 56158AAF0997B6F7003130B4 /* vhfSoundFunctions.h in Headers */, - 56158AB00997B6F7003130B4 /* VHFSystemAdditions.h in Headers */, - 56158AB10997B6F7003130B4 /* VHFArrayAdditions.h in Headers */, - 56158AB20997B6F7003130B4 /* StepWidthGraphicsChange.h in Headers */, - 56158AB30997B6F7003130B4 /* RadialCenterGraphicsChange.h in Headers */, - 56158AB40997B6F7003130B4 /* IPAllFilling.h in Headers */, - 56158AB50997B6F7003130B4 /* IPAllLayers.h in Headers */, - 56158AB60997B6F7003130B4 /* IPAllStrokeWidth.h in Headers */, - 56158AB80997B6F7003130B4 /* SliderBox.h in Headers */, - 56158AB90997B6F7003130B4 /* TPMove.h in Headers */, - 56158ABA0997B6F7003130B4 /* IPLayerCell.h in Headers */, - 56158ABB0997B6F7003130B4 /* VHFDictionaryAdditions.h in Headers */, - 56158ABC0997B6F7003130B4 /* VHFStringAdditions.h in Headers */, - 56158ABD0997B6F7003130B4 /* VHFScannerAdditions.h in Headers */, - 56158ABE0997B6F7003130B4 /* vhf2DFunctions.h in Headers */, - 56158ABF0997B6F7003130B4 /* types.h in Headers */, - 56158AC00997B6F7003130B4 /* ProjectSettings.h in Headers */, - 56158AC10997B6F7003130B4 /* PSFontInfo.h in Headers */, - 56158AC20997B6F7003130B4 /* PSInfo.h in Headers */, - 56158AC30997B6F7003130B4 /* PSSettings.h in Headers */, - 56158AC40997B6F7003130B4 /* PreferencesMacros.h in Headers */, - 56158AC50997B6F7003130B4 /* RemovePointGraphicsChange.h in Headers */, - 56158AC60997B6F7003130B4 /* AddPointGraphicsChange.h in Headers */, - 56158AC70997B6F7003130B4 /* LayerDetailsController.h in Headers */, - 56159DCF09B22DEE003130B4 /* ProgressIndicator.h in Headers */, - 565B29DC0D839B3F0048299E /* GSPropertyListSerialization.h in Headers */, - 565B2A6F0D89301E0048299E /* IPAllAcc.h in Headers */, - 565B31D60D8DFBE80048299E /* IPAccText.h in Headers */, - 5627D0FB11AE63F00064F68C /* UpdateController.h in Headers */, - 5627D52911B61C200064F68C /* CenonModuleMethods.h in Headers */, - 56E2F25611DD93DE00E9DE91 /* PreferencesMethods.h in Headers */, - 5678BE8411E07EC200B47356 /* SVGImportSub.h in Headers */, - 56CFC142134AE87C00A6035A /* VCurveFit.h in Headers */, - 56FCFACD134C491E00B1384F /* Vectorizer.h in Headers */, - 563BC34B1390F5880083CB3F /* ExcludeGraphicsChange.h in Headers */, - 563BC43413935E660083CB3F /* LabelGraphicsChange.h in Headers */, - 5632F54E148A55B70051A6A4 /* ICUTImportSub.h in Headers */, - 5632F550148A56200051A6A4 /* HPGLExportSub.h in Headers */, - 5632F552148A563B0051A6A4 /* GerberExportSub.h in Headers */, - 5632F554148A565C0051A6A4 /* DXFExportSub.h in Headers */, - 568EF17314E540230058475E /* NotificationNames.h in Headers */, - 568EF17714E5413B0058475E /* functions.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593620997B759003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593630997B759003130B4 /* DINImport.h in Headers */, - 561593640997B759003130B4 /* dxfColorTable.h in Headers */, - 561593650997B759003130B4 /* DXFImport.h in Headers */, - 561593660997B759003130B4 /* VHFDictionaryAdditions.h in Headers */, - 561593670997B759003130B4 /* VHFArrayAdditions.h in Headers */, - 561593680997B759003130B4 /* VHFScannerAdditions.h in Headers */, - 561593690997B759003130B4 /* VHFStringAdditions.h in Headers */, - 5615936A0997B759003130B4 /* vhf2DFunctions.h in Headers */, - 5615936B0997B759003130B4 /* types.h in Headers */, - 5615936C0997B759003130B4 /* dxfOperators.h in Headers */, - 5615936D0997B759003130B4 /* GerberImport.h in Headers */, - 5615936E0997B759003130B4 /* HPGLImport.h in Headers */, - 5615936F0997B759003130B4 /* PSImport.h in Headers */, - 561593700997B759003130B4 /* vhfCFGFunctions.h in Headers */, - 560A31820B453B4700CE10BC /* vhfCommonFunctions.h in Headers */, - 5678BE6611E07C6100B47356 /* SVGImport.h in Headers */, - 5632F561148A57D50051A6A4 /* ICUTImport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593870997B759003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593880997B759003130B4 /* DXFExport.h in Headers */, - 561593890997B759003130B4 /* dxfColorTable.h in Headers */, - 5615938A0997B759003130B4 /* GerberExport.h in Headers */, - 5615938B0997B759003130B4 /* HPGLExport.h in Headers */, - 5615938C0997B759003130B4 /* types.h in Headers */, - 5615938D0997B759003130B4 /* vhf2DFunctions.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5615939E0997B759003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 5615939F0997B759003130B4 /* GeneralController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593AF0997B759003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593B00997B759003130B4 /* ImportController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593BF0997B759003130B4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593C00997B759003130B4 /* ExportController.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 56158A290997B6F7003130B4 /* Cenon (Application) */ = { - isa = PBXNativeTarget; - buildConfigurationList = 56158BEC0997B6F7003130B4 /* Build configuration list for PBXNativeTarget "Cenon (Application)" */; - buildPhases = ( - 56158A340997B6F7003130B4 /* Headers */, - 56158AC80997B6F7003130B4 /* Resources */, - 56158B4D0997B6F7003130B4 /* Sources */, - 56158BE20997B6F7003130B4 /* Frameworks */, - 56158BE70997B6F7003130B4 /* Rez */, - 56158BE80997B6F7003130B4 /* CopyFiles */, - 56D1ED980A780E09009AF6DD /* CopyFiles */, - 56158BEB0997B6F7003130B4 /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - 561594080997B87E003130B4 /* PBXTargetDependency */, - 5615940A0997B88B003130B4 /* PBXTargetDependency */, - 5615940C0997B891003130B4 /* PBXTargetDependency */, - 5615940E0997B895003130B4 /* PBXTargetDependency */, - 561594100997B899003130B4 /* PBXTargetDependency */, - ); - name = "Cenon (Application)"; - productInstallPath = "$(HOME)/Applications"; - productName = "Cenon (Application)"; - productReference = 56158BF10997B6F8003130B4 /* Cenon.app */; - productType = "com.apple.product-type.application"; - }; - 561593610997B759003130B4 /* VHFImport */ = { - isa = PBXNativeTarget; - buildConfigurationList = 561593800997B759003130B4 /* Build configuration list for PBXNativeTarget "VHFImport" */; - buildPhases = ( - 561593620997B759003130B4 /* Headers */, - 561593710997B759003130B4 /* Resources */, - 561593750997B759003130B4 /* Sources */, - 5615937C0997B759003130B4 /* Frameworks */, - 5615937F0997B759003130B4 /* Rez */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = VHFImport; - productInstallPath = "@executable_path/../Frameworks"; - productName = VHFImport; - productReference = 561593850997B759003130B4 /* VHFImport.framework */; - productType = "com.apple.product-type.framework"; - }; - 561593860997B759003130B4 /* VHFExport */ = { - isa = PBXNativeTarget; - buildConfigurationList = 561593970997B759003130B4 /* Build configuration list for PBXNativeTarget "VHFExport" */; - buildPhases = ( - 561593870997B759003130B4 /* Headers */, - 5615938E0997B759003130B4 /* Resources */, - 5615938F0997B759003130B4 /* Sources */, - 561593930997B759003130B4 /* Frameworks */, - 561593960997B759003130B4 /* Rez */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = VHFExport; - productInstallPath = "@executable_path/../Frameworks"; - productName = VHFExport; - productReference = 5615939C0997B759003130B4 /* VHFExport.framework */; - productType = "com.apple.product-type.framework"; - }; - 5615939D0997B759003130B4 /* General.prefs */ = { - isa = PBXNativeTarget; - buildConfigurationList = 561593A80997B759003130B4 /* Build configuration list for PBXNativeTarget "General.prefs" */; - buildPhases = ( - 5615939E0997B759003130B4 /* Headers */, - 561593A00997B759003130B4 /* Resources */, - 561593A40997B759003130B4 /* Sources */, - 561593A60997B759003130B4 /* Frameworks */, - 561593A70997B759003130B4 /* Rez */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = General.prefs; - productInstallPath = "$(USER_LIBRARY_DIR)/Bundles"; - productName = General.prefs; - productReference = 561593AD0997B759003130B4 /* General.prefs */; - productType = "com.apple.product-type.bundle"; - }; - 561593AE0997B759003130B4 /* Import.prefs */ = { - isa = PBXNativeTarget; - buildConfigurationList = 561593B80997B759003130B4 /* Build configuration list for PBXNativeTarget "Import.prefs" */; - buildPhases = ( - 561593AF0997B759003130B4 /* Headers */, - 561593B10997B759003130B4 /* Resources */, - 561593B40997B759003130B4 /* Sources */, - 561593B60997B759003130B4 /* Frameworks */, - 561593B70997B759003130B4 /* Rez */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Import.prefs; - productInstallPath = "$(USER_LIBRARY_DIR)/Bundles"; - productName = Import; - productReference = 561593BD0997B759003130B4 /* Import.prefs */; - productType = "com.apple.product-type.bundle"; - }; - 561593BE0997B759003130B4 /* Export.prefs */ = { - isa = PBXNativeTarget; - buildConfigurationList = 561593C80997B759003130B4 /* Build configuration list for PBXNativeTarget "Export.prefs" */; - buildPhases = ( - 561593BF0997B759003130B4 /* Headers */, - 561593C10997B759003130B4 /* Resources */, - 561593C40997B759003130B4 /* Sources */, - 561593C60997B759003130B4 /* Frameworks */, - 561593C70997B759003130B4 /* Rez */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Export.prefs; - productInstallPath = "$(USER_LIBRARY_DIR)/Bundles"; - productName = Export; - productReference = 561593CD0997B759003130B4 /* Export.prefs */; - productType = "com.apple.product-type.bundle"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 0111289201AD58747F000001 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 561589C30996A0E9003130B4 /* Build configuration list for PBXProject "Cenon" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - Japanese, - French, - German, - Danish, - FGerman, - french, - ); - mainGroup = 0111289301AD58747F000001 /* Cenon */; - productRefGroup = 01112A8B01AD58747F000001 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 56158A290997B6F7003130B4 /* Cenon (Application) */, - 561593610997B759003130B4 /* VHFImport */, - 561593860997B759003130B4 /* VHFExport */, - 5615939D0997B759003130B4 /* General.prefs */, - 561593AE0997B759003130B4 /* Import.prefs */, - 561593BE0997B759003130B4 /* Export.prefs */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 56158AC80997B6F7003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 56158AD30997B6F7003130B4 /* cursorRotate.tiff in Resources */, - 56158AD40997B6F7003130B4 /* cursorCutter.tiff in Resources */, - 56158AD50997B6F7003130B4 /* arrowRight.tiff in Resources */, - 56158AD60997B6F7003130B4 /* sortColLLUR.tiff in Resources */, - 56158AD70997B6F7003130B4 /* eyeclosed.tiff in Resources */, - 56158AD80997B6F7003130B4 /* lupe.tiff in Resources */, - 56158AD90997B6F7003130B4 /* toolCurve.tiff in Resources */, - 56158ADA0997B6F7003130B4 /* toolCutter.tiff in Resources */, - 56158ADC0997B6F7003130B4 /* sortColULLR.tiff in Resources */, - 56158ADD0997B6F7003130B4 /* eye.tiff in Resources */, - 56158ADE0997B6F7003130B4 /* toolRotate.tiff in Resources */, - 56158ADF0997B6F7003130B4 /* sortRowULLR.tiff in Resources */, - 56158AE00997B6F7003130B4 /* toolLine.tiff in Resources */, - 56158AE10997B6F7003130B4 /* toolMark.tiff in Resources */, - 56158AE20997B6F7003130B4 /* toolArrow.tiff in Resources */, - 56158AE30997B6F7003130B4 /* toolSinking.tiff in Resources */, - 56158AE40997B6F7003130B4 /* sortColURLL.tiff in Resources */, - 56158AE50997B6F7003130B4 /* toolArc.tiff in Resources */, - 56158AE60997B6F7003130B4 /* alignHRight.tiff in Resources */, - 56158AE70997B6F7003130B4 /* sortRowLLUR.tiff in Resources */, - 56158AE80997B6F7003130B4 /* alignVCenter.tiff in Resources */, - 56158AE90997B6F7003130B4 /* toolWeb.tiff in Resources */, - 56158AEA0997B6F7003130B4 /* alignHLeft.tiff in Resources */, - 56158AEB0997B6F7003130B4 /* alignHCenter.tiff in Resources */, - 56158AEC0997B6F7003130B4 /* toolText.tiff in Resources */, - 56158AED0997B6F7003130B4 /* alignVBottom.tiff in Resources */, - 56158AEE0997B6F7003130B4 /* CheckMark.tiff in Resources */, - 56158AEF0997B6F7003130B4 /* arrowUp.tiff in Resources */, - 56158AF00997B6F7003130B4 /* pencilBroken.tiff in Resources */, - 56158AF10997B6F7003130B4 /* cursorCross.tiff in Resources */, - 56158AF20997B6F7003130B4 /* arrowRightH.tiff in Resources */, - 56158AF30997B6F7003130B4 /* pencil.tiff in Resources */, - 56158AF40997B6F7003130B4 /* bucket.tiff in Resources */, - 56158AF50997B6F7003130B4 /* arrowLeftH.tiff in Resources */, - 56158AF60997B6F7003130B4 /* arrowLeft.tiff in Resources */, - 56158AF70997B6F7003130B4 /* toolRectangle.tiff in Resources */, - 56158AF80997B6F7003130B4 /* contourInside.tiff in Resources */, - 56158AF90997B6F7003130B4 /* arrowDownH.tiff in Resources */, - 56158AFA0997B6F7003130B4 /* contourNoside.tiff in Resources */, - 56158AFB0997B6F7003130B4 /* bucketEmpty.tiff in Resources */, - 56158AFC0997B6F7003130B4 /* contourOutside.tiff in Resources */, - 56158AFD0997B6F7003130B4 /* toolThread.tiff in Resources */, - 56158AFE0997B6F7003130B4 /* alignVTop.tiff in Resources */, - 56158AFF0997B6F7003130B4 /* arrowDown.tiff in Resources */, - 56158B000997B6F7003130B4 /* contourPickOut.tiff in Resources */, - 56158B010997B6F7003130B4 /* cursorMagnify.tiff in Resources */, - 56158B020997B6F7003130B4 /* Localizable.strings in Resources */, - 56158B030997B6F7003130B4 /* Operations.strings in Resources */, - 56158B1A0997B6F7003130B4 /* Cenon.icns in Resources */, - 56158B1B0997B6F7003130B4 /* typeCenon.icns in Resources */, - 56158B1C0997B6F7003130B4 /* typeDXF.icns in Resources */, - 56158B1D0997B6F7003130B4 /* typeHPGL.icns in Resources */, - 56158B1E0997B6F7003130B4 /* typeAI.icns in Resources */, - 56158B1F0997B6F7003130B4 /* typeDIN.icns in Resources */, - 56158B200997B6F7003130B4 /* typeFont.icns in Resources */, - 56158B210997B6F7003130B4 /* typeGerber.icns in Resources */, - 56158B220997B6F7003130B4 /* Info.tiff in Resources */, - 56158B270997B6F7003130B4 /* ipWeb.tiff in Resources */, - 56158B280997B6F7003130B4 /* ipCrosshairs.tiff in Resources */, - 56158B290997B6F7003130B4 /* ipCurve.tiff in Resources */, - 56158B2A0997B6F7003130B4 /* ipGroup.tiff in Resources */, - 56158B2B0997B6F7003130B4 /* ipImage.tiff in Resources */, - 56158B2C0997B6F7003130B4 /* ipLine.tiff in Resources */, - 56158B2D0997B6F7003130B4 /* ipMark.tiff in Resources */, - 56158B2E0997B6F7003130B4 /* ipPath.tiff in Resources */, - 56158B2F0997B6F7003130B4 /* ipPolyLine.tiff in Resources */, - 56158B300997B6F7003130B4 /* ipRectangle.tiff in Resources */, - 56158B310997B6F7003130B4 /* ipSinking.tiff in Resources */, - 56158B320997B6F7003130B4 /* ipText.tiff in Resources */, - 56158B330997B6F7003130B4 /* ipTextPath.tiff in Resources */, - 56158B340997B6F7003130B4 /* ipThread.tiff in Resources */, - 56158B360997B6F7003130B4 /* LICENSE in Resources */, - 56158B390997B6F7003130B4 /* buttonFilling.tiff in Resources */, - 56158B3A0997B6F7003130B4 /* buttonLayers.tiff in Resources */, - 56158B3B0997B6F7003130B4 /* buttonStroke.tiff in Resources */, - 56158B3C0997B6F7003130B4 /* buttonText.tiff in Resources */, - 56158B420997B6F7003130B4 /* ipArc.tiff in Resources */, - 56158B440997B6F7003130B4 /* CropMarks in Resources */, - 56158B480997B6F7003130B4 /* CharConversion in Resources */, - 56158B490997B6F7003130B4 /* SinkingMetrics.plist in Resources */, - 56158B4A0997B6F7003130B4 /* toolAddPt.tiff in Resources */, - 56158B4B0997B6F7003130B4 /* arrowUpH.tiff in Resources */, - 560A304E0B29CED100CE10BC /* tpAlign.tiff in Resources */, - 560A304F0B29CED100CE10BC /* tpMix.tiff in Resources */, - 560A30500B29CED100CE10BC /* tpMove.tiff in Resources */, - 560A30510B29CED100CE10BC /* tpRotate.tiff in Resources */, - 560A30520B29CED100CE10BC /* tpScale.tiff in Resources */, - 565B31AD0D8DFAE40048299E /* ipAcc.tiff in Resources */, - 56166B1B10A69BE7005D747A /* toolPolyLine.tiff in Resources */, - 561C119710E74BDB001CBA21 /* Info.xib in Resources */, - 56406D7010FC2B6F00ACD320 /* Main.xib in Resources */, - 564074121103117D00ACD320 /* IPAllLayers.xib in Resources */, - 5640786011084E7300ACD320 /* typeEPS.tiff in Resources */, - 5640786211084EB400ACD320 /* typePS.tiff in Resources */, - 5640786E110850AA00ACD320 /* typeDrill.tiff in Resources */, - 5680A04011213DAE00FDEA7B /* Info.xib in Resources */, - 5680A04E1121429500FDEA7B /* LayerDetails.xib in Resources */, - 5680A0611121458D00FDEA7B /* PageLayoutAccessory.xib in Resources */, - 5680A0731121494900FDEA7B /* TilePanel.xib in Resources */, - 5680A0B711214ED300FDEA7B /* IPImage.xib in Resources */, - 5680A0CA1121500600FDEA7B /* IPRectangle.xib in Resources */, - 5680A0D71121528A00FDEA7B /* sinkingFine.tiff in Resources */, - 5680A0D81121528A00FDEA7B /* sinkingMedium.tiff in Resources */, - 5680A12E11215D4500FDEA7B /* IPTextPath.xib in Resources */, - 5680AA431137970100FDEA7B /* IPLine.xib in Resources */, - 5680AA54113799BC00FDEA7B /* IPArc.xib in Resources */, - 5680AA941137A0D300FDEA7B /* IPPath.xib in Resources */, - 5680AAA91137A2F000FDEA7B /* IPCurve.xib in Resources */, - 5680AAB41137A3B900FDEA7B /* IPGroup.xib in Resources */, - 5680AAC31137A4B600FDEA7B /* IPText.xib in Resources */, - 5680AAD01137A60400FDEA7B /* IPThread.xib in Resources */, - 5680ACEA113A686600FDEA7B /* Document.xib in Resources */, - 5627D0BE11AD27860064F68C /* UpdatePanel.xib in Resources */, - 563843C112225153005A6086 /* Contour.xib in Resources */, - 563843DC122252FE005A6086 /* GridPanel.xib in Resources */, - 563843E912225436005A6086 /* IntersectionPanel.xib in Resources */, - 563843F61222551F005A6086 /* PrintPanelAccessory.xib in Resources */, - 56384402122255C7005A6086 /* ToolPanel.xib in Resources */, - 56384407122255DF005A6086 /* WorkingAreaPanel.xib in Resources */, - 563844131222586D005A6086 /* InspectorPanel.xib in Resources */, - 5638441A12225934005A6086 /* IPAllFilling.xib in Resources */, - 5638444B12226D4D005A6086 /* IPAllStrokeWidth.xib in Resources */, - 563844661222717F005A6086 /* IPAllAcc.xib in Resources */, - 563844771222725F005A6086 /* IPAccText.xib in Resources */, - 5638448C122273AB005A6086 /* IPCrosshairs.xib in Resources */, - 5638449A12227453005A6086 /* IPMark.xib in Resources */, - 563844AA12227530005A6086 /* IPPolyLine.xib in Resources */, - 563844B812227648005A6086 /* IPSinking.xib in Resources */, - 563844CF122278B1005A6086 /* IPWeb.xib in Resources */, - 5638450512227ED3005A6086 /* Export.xib in Resources */, - 5638451D12228107005A6086 /* PreferencesPanel.xib in Resources */, - 56384541122360BC005A6086 /* ProjectSettingsPanel.xib in Resources */, - 5638454F12236161005A6086 /* PSFontInfo.xib in Resources */, - 563845581223626E005A6086 /* PSInfo.xib in Resources */, - 56384566122362F1005A6086 /* PSSettings.xib in Resources */, - 56384574122363AD005A6086 /* TransformPanel.xib in Resources */, - 563845811223647C005A6086 /* TPAlign.xib in Resources */, - 563845911223665A005A6086 /* TPMix.xib in Resources */, - 5638459F1223677E005A6086 /* TPMove.xib in Resources */, - 563845B3122368CF005A6086 /* TPScale.xib in Resources */, - 563845C212236AEF005A6086 /* TPRotate.xib in Resources */, - 56FCFABD134C415B00B1384F /* Vectorizer.xib in Resources */, - 5632F418148A43920051A6A4 /* typeICut.icns in Resources */, - 5632F4E9148A4D5A0051A6A4 /* typeEPS.icns in Resources */, - 5632F4F5148A4D670051A6A4 /* typeSVG.icns in Resources */, - 5632F4F7148A501E0051A6A4 /* typePDF.icns in Resources */, - 56BF4B8F14CEC895002C4835 /* COPYRIGHT in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593710997B759003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593720997B759003130B4 /* psImport.prolog in Resources */, - 561593730997B759003130B4 /* psImportAI3.prolog in Resources */, - 561593740997B759003130B4 /* psImportAI3.trailer in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5615938E0997B759003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593A00997B759003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593A10997B759003130B4 /* prefsGeneral.tiff in Resources */, - 561593A20997B759003130B4 /* Localizable.strings in Resources */, - 56406D1D10FC189700ACD320 /* General.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593B10997B759003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593B20997B759003130B4 /* prefsImport.tiff in Resources */, - 563A3CA11151C6E600B91239 /* Import.xib in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593C10997B759003130B4 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593C20997B759003130B4 /* prefsExport.tiff in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXRezBuildPhase section */ - 56158BE70997B6F7003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5615937F0997B759003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593960997B759003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593A70997B759003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593B70997B759003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593C70997B759003130B4 /* Rez */ = { - isa = PBXRezBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXRezBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 56158BEB0997B6F7003130B4 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 12; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = ./buildShip.sh; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 56158B4D0997B6F7003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 56158B4E0997B6F7003130B4 /* apContour.m in Sources */, - 56158B4F0997B6F7003130B4 /* App.m in Sources */, - 56158B500997B6F7003130B4 /* DXFImportSub.m in Sources */, - 56158B510997B6F7003130B4 /* FlippedView.m in Sources */, - 56158B520997B6F7003130B4 /* GerberImportSub.m in Sources */, - 56158B530997B6F7003130B4 /* HPGLImportSub.m in Sources */, - 56158B540997B6F7003130B4 /* LayerObject.m in Sources */, - 56158B550997B6F7003130B4 /* MoveCell.m in Sources */, - 56158B560997B6F7003130B4 /* MoveMatrix.m in Sources */, - 56158B580997B6F7003130B4 /* PSImportSub.m in Sources */, - 56158B590997B6F7003130B4 /* TileObject.m in Sources */, - 56158B5A0997B6F7003130B4 /* TileScrollView.m in Sources */, - 56158B5B0997B6F7003130B4 /* TilePanel.m in Sources */, - 56158B5C0997B6F7003130B4 /* WorkingAreaPanel.m in Sources */, - 56158B5D0997B6F7003130B4 /* GridPanel.m in Sources */, - 56158B5E0997B6F7003130B4 /* IntersectionPanel.m in Sources */, - 56158B5F0997B6F7003130B4 /* Type1ImportSub.m in Sources */, - 56158B600997B6F7003130B4 /* Type1Import.m in Sources */, - 56158B610997B6F7003130B4 /* EPSExport.m in Sources */, - 56158B620997B6F7003130B4 /* DINImportSub.m in Sources */, - 56158B630997B6F7003130B4 /* Type1Font.m in Sources */, - 56158B640997B6F7003130B4 /* Document.m in Sources */, - 56158B650997B6F7003130B4 /* DocView.m in Sources */, - 56158B660997B6F7003130B4 /* DocWindow.m in Sources */, - 56158B670997B6F7003130B4 /* dvDrag.m in Sources */, - 56158B680997B6F7003130B4 /* dvGrid.m in Sources */, - 56158B690997B6F7003130B4 /* dvHiddenArea.m in Sources */, - 56158B6A0997B6F7003130B4 /* dvUndo.m in Sources */, - 56158B6B0997B6F7003130B4 /* dvPasteboard.m in Sources */, - 56158B6C0997B6F7003130B4 /* dvTile.m in Sources */, - 56158B6D0997B6F7003130B4 /* Cenon_main.m in Sources */, - 56158B6E0997B6F7003130B4 /* propertyList.m in Sources */, - 56158B6F0997B6F7003130B4 /* type1Funs.m in Sources */, - 56158B700997B6F7003130B4 /* ClipRectangle.m in Sources */, - 56158B710997B6F7003130B4 /* HiddenArea.m in Sources */, - 56158B720997B6F7003130B4 /* PathContour.m in Sources */, - 56158B730997B6F7003130B4 /* PerformanceMap.m in Sources */, - 56158B740997B6F7003130B4 /* AlignGraphicsChange.m in Sources */, - 56158B750997B6F7003130B4 /* AngleGraphicsChange.m in Sources */, - 56158B760997B6F7003130B4 /* BringToFrontGraphicsChange.m in Sources */, - 56158B770997B6F7003130B4 /* ChangeDetail.m in Sources */, - 56158B780997B6F7003130B4 /* ColorGraphicsChange.m in Sources */, - 56158B790997B6F7003130B4 /* ContourGraphicsChange.m in Sources */, - 56158B7A0997B6F7003130B4 /* CreateGraphicsChange.m in Sources */, - 56158B7B0997B6F7003130B4 /* CutGraphicsChange.m in Sources */, - 56158B7C0997B6F7003130B4 /* DeleteGraphicsChange.m in Sources */, - 56158B7D0997B6F7003130B4 /* DimensionsGraphicsChange.m in Sources */, - 56158B7E0997B6F7003130B4 /* DragPointGraphicsChange.m in Sources */, - 56158B7F0997B6F7003130B4 /* EndEditingGraphicsChange.m in Sources */, - 56158B800997B6F7003130B4 /* FillGraphicsChange.m in Sources */, - 56158B810997B6F7003130B4 /* GraphicsChange.m in Sources */, - 56158B820997B6F7003130B4 /* GroupGraphicsChange.m in Sources */, - 56158B830997B6F7003130B4 /* JoinGraphicsChange.m in Sources */, - 56158B840997B6F7003130B4 /* LengthGraphicsChange.m in Sources */, - 56158B850997B6F7003130B4 /* LockGraphicsChange.m in Sources */, - 56158B860997B6F7003130B4 /* MirrorGraphicsChange.m in Sources */, - 56158B870997B6F7003130B4 /* MixGraphicsChange.m in Sources */, - 56158B880997B6F7003130B4 /* MoveGraphicsChange.m in Sources */, - 56158B890997B6F7003130B4 /* MoveLayerGraphicsChange.m in Sources */, - 56158B8A0997B6F7003130B4 /* MovePointGraphicsChange.m in Sources */, - 56158B8B0997B6F7003130B4 /* PasteGraphicsChange.m in Sources */, - 56158B8C0997B6F7003130B4 /* PunchGraphicsChange.m in Sources */, - 56158B8D0997B6F7003130B4 /* RadiusGraphicsChange.m in Sources */, - 56158B8E0997B6F7003130B4 /* ReorderGraphicsChange.m in Sources */, - 56158B8F0997B6F7003130B4 /* RotateGraphicsChange.m in Sources */, - 56158B900997B6F7003130B4 /* ScaleGraphicsChange.m in Sources */, - 56158B910997B6F7003130B4 /* SendToBackGraphicsChange.m in Sources */, - 56158B920997B6F7003130B4 /* SimpleGraphicsChange.m in Sources */, - 56158B930997B6F7003130B4 /* SplitGraphicsChange.m in Sources */, - 56158B940997B6F7003130B4 /* UngroupGraphicsChange.m in Sources */, - 56158B950997B6F7003130B4 /* WidthGraphicsChange.m in Sources */, - 56158B960997B6F7003130B4 /* InspectorPanel.m in Sources */, - 56158B970997B6F7003130B4 /* IPArc.m in Sources */, - 56158B980997B6F7003130B4 /* IPBasicLevel.m in Sources */, - 56158B990997B6F7003130B4 /* IPCrosshairs.m in Sources */, - 56158B9A0997B6F7003130B4 /* IPCurve.m in Sources */, - 56158B9B0997B6F7003130B4 /* IPGroup.m in Sources */, - 56158B9C0997B6F7003130B4 /* IPImage.m in Sources */, - 56158B9D0997B6F7003130B4 /* IPLine.m in Sources */, - 56158B9E0997B6F7003130B4 /* IPMark.m in Sources */, - 56158B9F0997B6F7003130B4 /* IPPath.m in Sources */, - 56158BA00997B6F7003130B4 /* IPPolyLine.m in Sources */, - 56158BA10997B6F7003130B4 /* IPRectangle.m in Sources */, - 56158BA20997B6F7003130B4 /* IPSinking.m in Sources */, - 56158BA30997B6F7003130B4 /* IPText.m in Sources */, - 56158BA40997B6F7003130B4 /* IPTextPath.m in Sources */, - 56158BA50997B6F7003130B4 /* IPThread.m in Sources */, - 56158BA60997B6F7003130B4 /* IPWeb.m in Sources */, - 56158BA70997B6F7003130B4 /* PreferencesPanel.m in Sources */, - 56158BA80997B6F7003130B4 /* TPAlign.m in Sources */, - 56158BA90997B6F7003130B4 /* TPBasicLevel.m in Sources */, - 56158BAA0997B6F7003130B4 /* TPMix.m in Sources */, - 56158BAB0997B6F7003130B4 /* TPRotate.m in Sources */, - 56158BAC0997B6F7003130B4 /* TPScale.m in Sources */, - 56158BAD0997B6F7003130B4 /* TransformPanel.m in Sources */, - 56158BAE0997B6F7003130B4 /* Change.m in Sources */, - 56158BAF0997B6F7003130B4 /* ChangeManager.m in Sources */, - 56158BB00997B6F7003130B4 /* MultipleChange.m in Sources */, - 56158BB10997B6F7003130B4 /* VArc.m in Sources */, - 56158BB20997B6F7003130B4 /* VCrosshairs.m in Sources */, - 56158BB40997B6F7003130B4 /* VCurve.m in Sources */, - 56158BB50997B6F7003130B4 /* VGraphic.m in Sources */, - 56158BB60997B6F7003130B4 /* VGroup.m in Sources */, - 56158BB70997B6F7003130B4 /* VImage.m in Sources */, - 56158BB80997B6F7003130B4 /* VLine.m in Sources */, - 56158BB90997B6F7003130B4 /* VLine3D.m in Sources */, - 56158BBA0997B6F7003130B4 /* VMark.m in Sources */, - 56158BBB0997B6F7003130B4 /* VPath.m in Sources */, - 56158BBC0997B6F7003130B4 /* VSinking.m in Sources */, - 56158BBD0997B6F7003130B4 /* VText.m in Sources */, - 56158BBE0997B6F7003130B4 /* VTextPath.m in Sources */, - 56158BBF0997B6F7003130B4 /* VThread.m in Sources */, - 56158BC00997B6F7003130B4 /* VWeb.m in Sources */, - 56158BC10997B6F7003130B4 /* functions.m in Sources */, - 56158BC20997B6F7003130B4 /* DXFExportSub.m in Sources */, - 56158BC30997B6F7003130B4 /* GerberExportSub.m in Sources */, - 56158BC40997B6F7003130B4 /* HPGLExportSub.m in Sources */, - 56158BC50997B6F7003130B4 /* vhfMath.m in Sources */, - 56158BC60997B6F7003130B4 /* VHFPopUpButtonAdditions.m in Sources */, - 56158BC70997B6F7003130B4 /* vhfSoundFunctions.m in Sources */, - 56158BC80997B6F7003130B4 /* VHFSystemAdditions.m in Sources */, - 56158BC90997B6F7003130B4 /* vhfCommonFunctions.m in Sources */, - 56158BCA0997B6F7003130B4 /* VHFArrayAdditions.m in Sources */, - 56158BCB0997B6F7003130B4 /* RadialCenterGraphicsChange.m in Sources */, - 56158BCC0997B6F7003130B4 /* StepWidthGraphicsChange.m in Sources */, - 56158BCD0997B6F7003130B4 /* IPAllFilling.m in Sources */, - 56158BCE0997B6F7003130B4 /* IPAllLayers.m in Sources */, - 56158BCF0997B6F7003130B4 /* IPAllStrokeWidth.m in Sources */, - 56158BD10997B6F7003130B4 /* SliderBox.m in Sources */, - 56158BD20997B6F7003130B4 /* VPolyLine.m in Sources */, - 56158BD30997B6F7003130B4 /* TPMove.m in Sources */, - 56158BD40997B6F7003130B4 /* IPLayerCell.m in Sources */, - 56158BD50997B6F7003130B4 /* VHFDictionaryAdditions.m in Sources */, - 56158BD60997B6F7003130B4 /* VHFStringAdditions.m in Sources */, - 56158BD70997B6F7003130B4 /* VHFScannerAdditions.m in Sources */, - 56158BD80997B6F7003130B4 /* vhf2DFunctions.m in Sources */, - 56158BD90997B6F7003130B4 /* ProjectSettings.m in Sources */, - 56158BDA0997B6F7003130B4 /* PSFontInfo.m in Sources */, - 56158BDB0997B6F7003130B4 /* PSInfo.m in Sources */, - 56158BDC0997B6F7003130B4 /* PSSettings.m in Sources */, - 56158BDD0997B6F7003130B4 /* VRectangle.m in Sources */, - 56158BDE0997B6F7003130B4 /* LabelGraphicsChange.m in Sources */, - 56158BDF0997B6F7003130B4 /* AddPointGraphicsChange.m in Sources */, - 56158BE00997B6F7003130B4 /* RemovePointGraphicsChange.m in Sources */, - 56158BE10997B6F7003130B4 /* LayerDetailsController.m in Sources */, - 56159DC009B22DD4003130B4 /* ProgressIndicator.m in Sources */, - 565B29DD0D839B3F0048299E /* GSPropertyListSerialization.m in Sources */, - 565B2A6D0D8930120048299E /* IPAllAcc.m in Sources */, - 565B31D40D8DFBDC0048299E /* IPAccText.m in Sources */, - 5627D0F911AE63E00064F68C /* UpdateController.m in Sources */, - 5678BE5D11E07BBF00B47356 /* SVGImportSub.m in Sources */, - 56CFC0651349D4D500A6035A /* VCurveFit.m in Sources */, - 56FCFACB134C490F00B1384F /* Vectorizer.m in Sources */, - 563BC34D1390F5C00083CB3F /* ExcludeGraphicsChange.m in Sources */, - 5632F54C148A55790051A6A4 /* ICUTImportSub.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593750997B759003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593760997B759003130B4 /* DINImport.m in Sources */, - 561593770997B759003130B4 /* DXFImport.m in Sources */, - 561593780997B759003130B4 /* GerberImport.m in Sources */, - 561593790997B759003130B4 /* HPGLImport.m in Sources */, - 5615937A0997B759003130B4 /* PSImport.m in Sources */, - 5615937B0997B759003130B4 /* vhfCFGFunctions.m in Sources */, - 560A31830B453B4B00CE10BC /* vhfCommonFunctions.m in Sources */, - 56C7B5CF0BF0C2D200251689 /* vhf2DFunctions.m in Sources */, - 5678BE6511E07C5300B47356 /* SVGImport.m in Sources */, - 5632F563148A57E10051A6A4 /* ICUTImport.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5615938F0997B759003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593900997B759003130B4 /* DXFExport.m in Sources */, - 561593910997B759003130B4 /* GerberExport.m in Sources */, - 561593920997B759003130B4 /* HPGLExport.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593A40997B759003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593A50997B759003130B4 /* GeneralController.m in Sources */, - 56159BE209AF868B003130B4 /* VHFStringAdditions.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593B40997B759003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593B50997B759003130B4 /* ImportController.m in Sources */, - 56159BE609AF8BBA003130B4 /* functions.m in Sources */, - 56159BE709AF8BE1003130B4 /* vhfCommonFunctions.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 561593C40997B759003130B4 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 561593C50997B759003130B4 /* ExportController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 561594080997B87E003130B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 561593610997B759003130B4 /* VHFImport */; - targetProxy = 561594070997B87E003130B4 /* PBXContainerItemProxy */; - }; - 5615940A0997B88B003130B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 561593860997B759003130B4 /* VHFExport */; - targetProxy = 561594090997B88B003130B4 /* PBXContainerItemProxy */; - }; - 5615940C0997B891003130B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 5615939D0997B759003130B4 /* General.prefs */; - targetProxy = 5615940B0997B891003130B4 /* PBXContainerItemProxy */; - }; - 5615940E0997B895003130B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 561593AE0997B759003130B4 /* Import.prefs */; - targetProxy = 5615940D0997B895003130B4 /* PBXContainerItemProxy */; - }; - 561594100997B899003130B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 561593BE0997B759003130B4 /* Export.prefs */; - targetProxy = 5615940F0997B899003130B4 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 00F2530801B1665F7F000001 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - 0111294601AD58747F000001 /* English */, - 00F2530901B1665F7F000001 /* German */, - 5680A078112149AC00FDEA7B /* Danish */, - 5638439F12223D00005A6086 /* French */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - 5627D0BC11AD27860064F68C /* UpdatePanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 5627D0BD11AD27860064F68C /* English */, - 564F1D0012339C2B007683BA /* French */, - 56C1AA831313D7500002BD1F /* German */, - ); - name = UpdatePanel.xib; - sourceTree = ""; - }; - 563843BF12225153005A6086 /* Contour.xib */ = { - isa = PBXVariantGroup; - children = ( - 563843C012225153005A6086 /* English */, - 563843D312225224005A6086 /* German */, - 563843D41222522F005A6086 /* Danish */, - 563843D512225234005A6086 /* French */, - ); - name = Contour.xib; - sourceTree = ""; - }; - 563843DA122252FE005A6086 /* GridPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 563843DB122252FE005A6086 /* English */, - 563843E012225369005A6086 /* German */, - 563843E212225371005A6086 /* Danish */, - 563843E11222536C005A6086 /* French */, - ); - name = GridPanel.xib; - sourceTree = ""; - }; - 563843E712225436005A6086 /* IntersectionPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 563843E812225436005A6086 /* English */, - 563843ED122254D3005A6086 /* German */, - 563843EE122254D7005A6086 /* Danish */, - 563843EF122254DA005A6086 /* French */, - ); - name = IntersectionPanel.xib; - sourceTree = ""; - }; - 563843F41222551F005A6086 /* PrintPanelAccessory.xib */ = { - isa = PBXVariantGroup; - children = ( - 563843F51222551F005A6086 /* English */, - 563843FA12225578005A6086 /* German */, - 563843FB1222557B005A6086 /* Danish */, - 563843FC1222557E005A6086 /* French */, - ); - name = PrintPanelAccessory.xib; - sourceTree = ""; - }; - 56384405122255DF005A6086 /* WorkingAreaPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 56384406122255DF005A6086 /* English */, - 5638440B1222567E005A6086 /* German */, - 5638440C12225682005A6086 /* Danish */, - 5638440D12225685005A6086 /* French */, - ); - name = WorkingAreaPanel.xib; - sourceTree = ""; - }; - 5638441812225934005A6086 /* IPAllFilling.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638441912225934005A6086 /* English */, - 56384423122259E6005A6086 /* German */, - 56384424122259E9005A6086 /* Danish */, - 56384425122259ED005A6086 /* French */, - ); - name = IPAllFilling.xib; - path = ..; - sourceTree = ""; - }; - 5638444912226D4D005A6086 /* IPAllStrokeWidth.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638444A12226D4D005A6086 /* English */, - 5638445012226F0D005A6086 /* German */, - 5638445112226F11005A6086 /* Danish */, - 5638445212226F15005A6086 /* French */, - ); - name = IPAllStrokeWidth.xib; - path = ..; - sourceTree = ""; - }; - 563844641222717F005A6086 /* IPAllAcc.xib */ = { - isa = PBXVariantGroup; - children = ( - 563844651222717F005A6086 /* English */, - 5638446F122271D0005A6086 /* German */, - 56384470122271D4005A6086 /* Danish */, - 56384471122271D7005A6086 /* French */, - ); - name = IPAllAcc.xib; - path = ..; - sourceTree = ""; - }; - 563844751222725F005A6086 /* IPAccText.xib */ = { - isa = PBXVariantGroup; - children = ( - 563844761222725F005A6086 /* English */, - 5638447C12227291005A6086 /* German */, - 5638447D12227295005A6086 /* Danish */, - 5638447E12227299005A6086 /* French */, - ); - name = IPAccText.xib; - sourceTree = ""; - }; - 5638448A122273AB005A6086 /* IPCrosshairs.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638448B122273AB005A6086 /* English */, - 56384491122273FE005A6086 /* German */, - 5638449212227401005A6086 /* Danish */, - 5638449312227404005A6086 /* French */, - ); - name = IPCrosshairs.xib; - path = ..; - sourceTree = ""; - }; - 5638449812227453005A6086 /* IPMark.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638449912227453005A6086 /* English */, - 5638449E1222748B005A6086 /* German */, - 5638449F1222748E005A6086 /* Danish */, - 563844A012227492005A6086 /* French */, - ); - name = IPMark.xib; - sourceTree = ""; - }; - 563844A812227530005A6086 /* IPPolyLine.xib */ = { - isa = PBXVariantGroup; - children = ( - 563844A912227530005A6086 /* English */, - 563844AE122275EB005A6086 /* German */, - 563844AF122275EF005A6086 /* Danish */, - 563844B0122275F2005A6086 /* French */, - ); - name = IPPolyLine.xib; - sourceTree = ""; - }; - 563844B612227648005A6086 /* IPSinking.xib */ = { - isa = PBXVariantGroup; - children = ( - 563844B712227648005A6086 /* English */, - 563844C412227784005A6086 /* German */, - 563844C512227788005A6086 /* Danish */, - 563844C61222778B005A6086 /* French */, - ); - name = IPSinking.xib; - sourceTree = ""; - }; - 563844CD122278B1005A6086 /* IPWeb.xib */ = { - isa = PBXVariantGroup; - children = ( - 563844CE122278B1005A6086 /* English */, - 563844D4122278EB005A6086 /* German */, - 563844D5122278EF005A6086 /* Danish */, - 563844D6122278F2005A6086 /* French */, - ); - name = IPWeb.xib; - sourceTree = ""; - }; - 5638450312227ED3005A6086 /* Export.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638450412227ED3005A6086 /* English */, - 5638450A12227F48005A6086 /* German */, - 5638450B12227F4C005A6086 /* Danish */, - 5638450C12227F50005A6086 /* French */, - ); - name = Export.xib; - sourceTree = ""; - }; - 5638451B12228107005A6086 /* PreferencesPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638451C12228107005A6086 /* English */, - 5638452112228141005A6086 /* German */, - 5638452212228144005A6086 /* Danish */, - 5638452312228149005A6086 /* French */, - ); - name = PreferencesPanel.xib; - sourceTree = ""; - }; - 5638453F122360BC005A6086 /* ProjectSettingsPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 56384540122360BC005A6086 /* English */, - 563845461223611F005A6086 /* German */, - 5638454712236122005A6086 /* Danish */, - 5638454812236125005A6086 /* French */, - ); - name = ProjectSettingsPanel.xib; - sourceTree = ""; - }; - 5638454D12236161005A6086 /* PSFontInfo.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638454E12236161005A6086 /* English */, - 5638455312236210005A6086 /* Danish */, - 5638455412236214005A6086 /* French */, - ); - name = PSFontInfo.xib; - sourceTree = ""; - }; - 563845561223626E005A6086 /* PSInfo.xib */ = { - isa = PBXVariantGroup; - children = ( - 563845571223626E005A6086 /* English */, - 5638455D122362B6005A6086 /* German */, - 5638455E122362B9005A6086 /* Danish */, - 5638455F122362BC005A6086 /* French */, - ); - name = PSInfo.xib; - sourceTree = ""; - }; - 56384564122362F1005A6086 /* PSSettings.xib */ = { - isa = PBXVariantGroup; - children = ( - 56384565122362F1005A6086 /* English */, - 5638456B12236341005A6086 /* German */, - 5638456C12236344005A6086 /* Danish */, - 5638456D12236347005A6086 /* French */, - ); - name = PSSettings.xib; - sourceTree = ""; - }; - 56384572122363AD005A6086 /* TransformPanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 56384573122363AD005A6086 /* English */, - 5638457812236426005A6086 /* German */, - 563845791223642A005A6086 /* Danish */, - 5638457A1223642D005A6086 /* French */, - ); - name = TransformPanel.xib; - sourceTree = ""; - }; - 5638457F1223647C005A6086 /* TPAlign.xib */ = { - isa = PBXVariantGroup; - children = ( - 563845801223647C005A6086 /* English */, - 563845851223659C005A6086 /* German */, - 56384586122365A0005A6086 /* Danish */, - 56384587122365A3005A6086 /* French */, - ); - name = TPAlign.xib; - sourceTree = ""; - }; - 5638458F1223665A005A6086 /* TPMix.xib */ = { - isa = PBXVariantGroup; - children = ( - 563845901223665A005A6086 /* English */, - 5638459712236734005A6086 /* German */, - 5638459812236738005A6086 /* Danish */, - 563845991223673C005A6086 /* French */, - ); - name = TPMix.xib; - sourceTree = ""; - }; - 5638459D1223677E005A6086 /* TPMove.xib */ = { - isa = PBXVariantGroup; - children = ( - 5638459E1223677E005A6086 /* English */, - 563845AB1223686C005A6086 /* German */, - 563845AC12236871005A6086 /* Danish */, - 563845AD12236875005A6086 /* French */, - ); - name = TPMove.xib; - sourceTree = ""; - }; - 563845B1122368CF005A6086 /* TPScale.xib */ = { - isa = PBXVariantGroup; - children = ( - 563845B2122368CF005A6086 /* English */, - 563845B81223694F005A6086 /* German */, - 563845B912236952005A6086 /* Danish */, - 563845BA12236955005A6086 /* French */, - ); - name = TPScale.xib; - sourceTree = ""; - }; - 563845C012236AEF005A6086 /* TPRotate.xib */ = { - isa = PBXVariantGroup; - children = ( - 563845C112236AEF005A6086 /* English */, - 563845C612236B3F005A6086 /* German */, - 563845C712236B42005A6086 /* Danish */, - 563845C812236B46005A6086 /* French */, - ); - name = TPRotate.xib; - sourceTree = ""; - }; - 563A3C9F1151C6E600B91239 /* Import.xib */ = { - isa = PBXVariantGroup; - children = ( - 563A3CA01151C6E600B91239 /* English */, - 563A3CA21151C6F200B91239 /* German */, - 563A3CA31151C6F600B91239 /* Danish */, - 563844FD12227E0F005A6086 /* French */, - ); - name = Import.xib; - sourceTree = ""; - }; - 56406CFD10FC143300ACD320 /* General.xib */ = { - isa = PBXVariantGroup; - children = ( - 56406CFE10FC143300ACD320 /* English */, - 56406D1410FC17F700ACD320 /* German */, - 5680A14A11215F7700FDEA7B /* Danish */, - 563844FB12227DC9005A6086 /* French */, - ); - name = General.xib; - path = ..; - sourceTree = ""; - }; - 56406D6E10FC2B6F00ACD320 /* Main.xib */ = { - isa = PBXVariantGroup; - children = ( - 56406D6F10FC2B6F00ACD320 /* English */, - 56406DF710FC4C0C00ACD320 /* German */, - 56809E6F111BFE0F00FDEA7B /* Danish */, - 563843A012223D36005A6086 /* French */, - ); - name = Main.xib; - sourceTree = ""; - }; - 564074101103117D00ACD320 /* IPAllLayers.xib */ = { - isa = PBXVariantGroup; - children = ( - 564074111103117D00ACD320 /* English */, - 56407415110311ED00ACD320 /* German */, - 5680A0A211214D4500FDEA7B /* Danish */, - 563844151222590F005A6086 /* French */, - ); - name = IPAllLayers.xib; - path = ..; - sourceTree = ""; - }; - 564B09CE128A9F15001782FD /* Log-4.0.txt */ = { - isa = PBXVariantGroup; - children = ( - 564B09CF128A9F15001782FD /* English */, - 564B09D0128A9F30001782FD /* German */, - ); - name = "Log-4.0.txt"; - sourceTree = ""; - }; - 567A67E60F329AEE00272D87 /* Log-3.9.txt */ = { - isa = PBXVariantGroup; - children = ( - 567A67E70F329AEE00272D87 /* English */, - 567A67E80F329AF800272D87 /* German */, - ); - name = "Log-3.9.txt"; - sourceTree = ""; - }; - 5680A03E11213DAE00FDEA7B /* Info.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A03F11213DAE00FDEA7B /* Danish */, - 563843A712224F66005A6086 /* French */, - ); - name = Info.xib; - sourceTree = ""; - }; - 5680A04C1121429500FDEA7B /* LayerDetails.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A04D1121429500FDEA7B /* English */, - 5680A0551121432800FDEA7B /* German */, - 5680A0561121432C00FDEA7B /* Danish */, - 563843B612225048005A6086 /* French */, - ); - name = LayerDetails.xib; - sourceTree = ""; - }; - 5680A05F1121458D00FDEA7B /* PageLayoutAccessory.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A0601121458D00FDEA7B /* English */, - 5680A0641121460A00FDEA7B /* German */, - 5680A0651121463200FDEA7B /* Danish */, - 563843B812225069005A6086 /* French */, - ); - name = PageLayoutAccessory.xib; - sourceTree = ""; - }; - 5680A0711121494900FDEA7B /* TilePanel.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A0721121494900FDEA7B /* English */, - 5680A0741121496D00FDEA7B /* German */, - 5680A0751121497200FDEA7B /* Danish */, - 563843BA1222507E005A6086 /* French */, - ); - name = TilePanel.xib; - sourceTree = ""; - }; - 5680A0B511214ED300FDEA7B /* IPImage.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A0B611214ED300FDEA7B /* English */, - 5680A0BA11214F1400FDEA7B /* German */, - 5680A0BC11214F3000FDEA7B /* Danish */, - 5638443412226B9C005A6086 /* French */, - ); - name = IPImage.xib; - path = ..; - sourceTree = ""; - }; - 5680A0C81121500600FDEA7B /* IPRectangle.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A0C91121500600FDEA7B /* English */, - 5680A0CD1121503C00FDEA7B /* German */, - 5680A0CE1121504000FDEA7B /* Danish */, - 5638443C12226C39005A6086 /* French */, - ); - name = IPRectangle.xib; - path = ..; - sourceTree = ""; - }; - 5680A12C11215D4500FDEA7B /* IPTextPath.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680A12D11215D4500FDEA7B /* English */, - 5680A13511215DC600FDEA7B /* German */, - 5680A13611215DCB00FDEA7B /* Danish */, - 5638444212226CAD005A6086 /* French */, - ); - name = IPTextPath.xib; - sourceTree = ""; - }; - 5680AA411137970100FDEA7B /* IPLine.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AA421137970100FDEA7B /* English */, - 5680AA481137978D00FDEA7B /* German */, - 5680AA491137979100FDEA7B /* Danish */, - 5638443612226BC1005A6086 /* French */, - ); - name = IPLine.xib; - path = ..; - sourceTree = ""; - }; - 5680AA52113799BC00FDEA7B /* IPArc.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AA53113799BC00FDEA7B /* English */, - 5680AA5A11379A1300FDEA7B /* German */, - 5680AA5B11379A1700FDEA7B /* Danish */, - 5638442D12226AF6005A6086 /* French */, - ); - name = IPArc.xib; - path = ..; - sourceTree = ""; - }; - 5680AA921137A0D300FDEA7B /* IPPath.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AA931137A0D300FDEA7B /* English */, - 5680AA981137A11700FDEA7B /* German */, - 5680AA991137A11B00FDEA7B /* Danish */, - 5638443912226BFB005A6086 /* French */, - ); - name = IPPath.xib; - path = ..; - sourceTree = ""; - }; - 5680AAA71137A2F000FDEA7B /* IPCurve.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AAA81137A2F000FDEA7B /* English */, - 5680AAAD1137A36700FDEA7B /* German */, - 5680AAAE1137A36A00FDEA7B /* Danish */, - 5638443012226B77005A6086 /* French */, - ); - name = IPCurve.xib; - path = ..; - sourceTree = ""; - }; - 5680AAB21137A3B900FDEA7B /* IPGroup.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AAB31137A3B900FDEA7B /* English */, - 5680AAB81137A40100FDEA7B /* German */, - 5680AAB91137A40400FDEA7B /* Danish */, - 5638443212226B88005A6086 /* French */, - ); - name = IPGroup.xib; - path = ..; - sourceTree = ""; - }; - 5680AAC11137A4B600FDEA7B /* IPText.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AAC21137A4B600FDEA7B /* English */, - 5680AAC71137A51C00FDEA7B /* German */, - 5680AAC81137A52000FDEA7B /* Danish */, - 5638444012226C7B005A6086 /* French */, - ); - name = IPText.xib; - path = ..; - sourceTree = ""; - }; - 5680AACE1137A60400FDEA7B /* IPThread.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680AACF1137A60400FDEA7B /* English */, - 5680AAD41137A64100FDEA7B /* German */, - 5680AAD51137A64400FDEA7B /* Danish */, - 5638444412226CD8005A6086 /* French */, - ); - name = IPThread.xib; - path = ..; - sourceTree = ""; - }; - 5680ACE8113A686600FDEA7B /* Document.xib */ = { - isa = PBXVariantGroup; - children = ( - 5680ACE9113A686600FDEA7B /* English */, - 5680ACED113A68BC00FDEA7B /* German */, - 5680ACEF113A68E000FDEA7B /* Danish */, - 563843A212224EA1005A6086 /* French */, - ); - name = Document.xib; - sourceTree = ""; - }; - 56FCFABB134C415B00B1384F /* Vectorizer.xib */ = { - isa = PBXVariantGroup; - children = ( - 56FCFABC134C415B00B1384F /* English */, - 56FCFC1E134C800400B1384F /* German */, - ); - name = Vectorizer.xib; - sourceTree = ""; - }; - F51F46950310514401000048 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - F51F46960310514401000048 /* English */, - F51F469B0310517901000048 /* German */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - F58E28DB01F7977B01000048 /* Operations.strings */ = { - isa = PBXVariantGroup; - children = ( - 0111294901AD58747F000001 /* English */, - F58E28DC01F7977B01000048 /* German */, - 5680A07911214A1500FDEA7B /* Danish */, - 563BC3901390FD8E0083CB3F /* French */, - ); - name = Operations.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 561589C40996A0E9003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(NATIVE_ARCH_ACTUAL)"; - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - COPY_PHASE_STRIP = YES; - GCC_VERSION = ""; - MACOSX_DEPLOYMENT_TARGET = 10.5; - SDKROOT = macosx10.8; - STRIP_STYLE = debugging; - UNSTRIPPED_PRODUCT = NO; - VALID_ARCHS = "i386 x86_64"; - }; - name = Debug; - }; - 561589C50996A0E9003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - x86_64, - i386, - ppc, - ); - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEPLOYMENT_POSTPROCESSING = YES; - GCC_VERSION = ""; - "GCC_VERSION[sdk=macosx10.4][arch=*]" = 4.0; - IBC_FLATTEN_NIBS = NO; - MACOSX_DEPLOYMENT_TARGET = 10.5; - "MACOSX_DEPLOYMENT_TARGET[arch=i386]" = 10.4; - "MACOSX_DEPLOYMENT_TARGET[arch=ppc]" = 10.4; - SDKROOT = macosx10.5; - "SDKROOT[arch=i386]" = macosx10.5; - "SDKROOT[arch=ppc]" = macosx10.5; - STRIP_STYLE = debugging; - UNSTRIPPED_PRODUCT = NO; - VALID_ARCHS = "i386 x86_64"; - }; - name = Release; - }; - 56158BED0997B6F7003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COPY_PHASE_STRIP = NO; - FRAMEWORK_SEARCH_PATHS = ( - build, - "$(SRCROOT)/build/Release", - ); - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = .; - INFOPLIST_FILE = "Info-Cenon.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ""; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Cenon; - SECTORDER_FLAGS = ""; - STRIP_INSTALLED_PRODUCT = YES; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = app; - ZERO_LINK = YES; - }; - name = Debug; - }; - 56158BEE0997B6F7003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COPY_PHASE_STRIP = YES; - EXPORTED_SYMBOLS_FILE = ""; - FRAMEWORK_SEARCH_PATHS = ( - build, - "$(SRCROOT)/build/Release", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - HEADER_SEARCH_PATHS = .; - INFOPLIST_FILE = "Info-Cenon.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - LIBRARY_SEARCH_PATHS = ""; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ""; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Cenon; - SECTORDER_FLAGS = ""; - STRIP_INSTALLED_PRODUCT = YES; - STRIP_STYLE = debugging; - UNSTRIPPED_PRODUCT = NO; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = app; - ZERO_LINK = NO; - }; - name = Release; - }; - 561593810997B759003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - INFOPLIST_FILE = "Info-VHFImport.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ( - "-seg1addr", - 0x10000000, - "-undefined", - dynamic_lookup, - ); - OTHER_LIBTOOL_FLAGS = ""; - OTHER_REZFLAGS = ""; - PRINCIPAL_CLASS = ""; - PRODUCT_NAME = VHFImport; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - ZERO_LINK = YES; - }; - name = Debug; - }; - 561593820997B759003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Info-VHFImport.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; - OTHER_LDFLAGS = ( - "-seg1addr", - 0x10000000, - "-undefined", - dynamic_lookup, - ); - OTHER_LIBTOOL_FLAGS = ""; - OTHER_REZFLAGS = ""; - PRINCIPAL_CLASS = ""; - PRODUCT_NAME = VHFImport; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - ZERO_LINK = NO; - }; - name = Release; - }; - 561593980997B759003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_SEARCH_PATHS = ""; - FRAMEWORK_VERSION = A; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - INFOPLIST_FILE = "Info-VHFExport.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ( - "-seg1addr", - 0x20000000, - ); - OTHER_LIBTOOL_FLAGS = ""; - OTHER_REZFLAGS = ""; - PRINCIPAL_CLASS = ""; - PRODUCT_NAME = VHFExport; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - ZERO_LINK = YES; - }; - name = Debug; - }; - 561593990997B759003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Info-VHFExport.plist"; - INSTALL_PATH = "@executable_path/../Frameworks"; - OTHER_LDFLAGS = ( - "-undefined", - dynamic_lookup, - ); - OTHER_LIBTOOL_FLAGS = ""; - OTHER_REZFLAGS = ""; - PRINCIPAL_CLASS = ""; - PRODUCT_NAME = VHFExport; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - ZERO_LINK = NO; - }; - name = Release; - }; - 561593A90997B759003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - ../../, - ., - ); - INFOPLIST_FILE = "Info-General_prefs.plist"; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = General; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = YES; - }; - name = Debug; - }; - 561593AA0997B759003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - HEADER_SEARCH_PATHS = ( - ../../, - ., - ); - INFOPLIST_FILE = "Info-General_prefs.plist"; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = General; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = NO; - }; - name = Release; - }; - 561593B90997B759003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = ( - ../../, - ., - ); - INFOPLIST_FILE = "Info-Import_prefs.plist"; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Import; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = YES; - }; - name = Debug; - }; - 561593BA0997B759003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - HEADER_SEARCH_PATHS = ( - ../../, - ., - ); - INFOPLIST_FILE = "Info-Import_prefs.plist"; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Import; - STRIP_INSTALLED_PRODUCT = YES; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = NO; - }; - name = Release; - }; - 561593C90997B759003130B4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_DYNAMIC_NO_PIC = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - INFOPLIST_FILE = "Info-Export_prefs.plist"; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Export; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = YES; - }; - name = Debug; - }; - 561593CA0997B759003130B4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - INFOPLIST_FILE = "Info-Export_prefs.plist"; - OTHER_LDFLAGS = "-bundle"; - OTHER_REZFLAGS = ""; - PRODUCT_NAME = Export; - STRIP_INSTALLED_PRODUCT = YES; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = prefs; - ZERO_LINK = NO; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 561589C30996A0E9003130B4 /* Build configuration list for PBXProject "Cenon" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561589C40996A0E9003130B4 /* Debug */, - 561589C50996A0E9003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 56158BEC0997B6F7003130B4 /* Build configuration list for PBXNativeTarget "Cenon (Application)" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 56158BED0997B6F7003130B4 /* Debug */, - 56158BEE0997B6F7003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 561593800997B759003130B4 /* Build configuration list for PBXNativeTarget "VHFImport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561593810997B759003130B4 /* Debug */, - 561593820997B759003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 561593970997B759003130B4 /* Build configuration list for PBXNativeTarget "VHFExport" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561593980997B759003130B4 /* Debug */, - 561593990997B759003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 561593A80997B759003130B4 /* Build configuration list for PBXNativeTarget "General.prefs" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561593A90997B759003130B4 /* Debug */, - 561593AA0997B759003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 561593B80997B759003130B4 /* Build configuration list for PBXNativeTarget "Import.prefs" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561593B90997B759003130B4 /* Debug */, - 561593BA0997B759003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 561593C80997B759003130B4 /* Build configuration list for PBXNativeTarget "Export.prefs" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 561593C90997B759003130B4 /* Debug */, - 561593CA0997B759003130B4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 0111289201AD58747F000001 /* Project object */; -} diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/project.xcworkspace/contents.xcworkspacedata cenon.app-4.0.6+ds1/Cenon.xcodeproj/project.xcworkspace/contents.xcworkspacedata --- cenon.app-4.0.2/Cenon.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2012-08-08 13:12:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/project.xcworkspace/contents.xcworkspacedata 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ - - - - - Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Cenon.xcodeproj/project.xcworkspace/xcuserdata/georg.xcuserdatad/UserInterfaceState.xcuserstate and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Cenon.xcodeproj/project.xcworkspace/xcuserdata/georg.xcuserdatad/UserInterfaceState.xcuserstate differ diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist 2013-09-13 18:27:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist 1970-01-01 00:00:00.000000000 +0000 @@ -1,1043 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru "/tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Cenon (Application).xcscheme" "/tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Cenon (Application).xcscheme" --- "/tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Cenon (Application).xcscheme" 2012-11-11 12:35:05.000000000 +0000 +++ "/tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Cenon (Application).xcscheme" 1970-01-01 00:00:00.000000000 +0000 @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Export.prefs.xcscheme cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Export.prefs.xcscheme --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Export.prefs.xcscheme 2012-08-08 13:12:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Export.prefs.xcscheme 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/General.prefs.xcscheme cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/General.prefs.xcscheme --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/General.prefs.xcscheme 2012-08-08 13:12:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/General.prefs.xcscheme 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Import.prefs.xcscheme cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Import.prefs.xcscheme --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Import.prefs.xcscheme 2012-08-08 13:12:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/Import.prefs.xcscheme 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFExport.xcscheme cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFExport.xcscheme --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFExport.xcscheme 2012-08-08 13:12:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFExport.xcscheme 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFImport.xcscheme cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFImport.xcscheme --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFImport.xcscheme 2012-08-08 13:12:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/VHFImport.xcscheme 1970-01-01 00:00:00.000000000 +0000 @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/xcschememanagement.plist cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/xcschememanagement.plist --- cenon.app-4.0.2/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/xcschememanagement.plist 2012-08-08 13:26:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/Cenon.xcodeproj/xcuserdata/georg.xcuserdatad/xcschemes/xcschememanagement.plist 1970-01-01 00:00:00.000000000 +0000 @@ -1,72 +0,0 @@ - - - - - SchemeUserState - - Cenon (Application).xcscheme - - orderHint - 0 - - Export.prefs.xcscheme - - orderHint - 3 - - General.prefs.xcscheme - - orderHint - 1 - - Import.prefs.xcscheme - - orderHint - 2 - - VHFExport.xcscheme - - orderHint - 5 - - VHFImport.xcscheme - - orderHint - 4 - - - SuppressBuildableAutocreation - - 56158A290997B6F7003130B4 - - primary - - - 561593610997B759003130B4 - - primary - - - 561593860997B759003130B4 - - primary - - - 5615939D0997B759003130B4 - - primary - - - 561593AE0997B759003130B4 - - primary - - - 561593BE0997B759003130B4 - - primary - - - - - Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2002-11.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2002-11.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2002-11.txt cenon.app-4.0.6+ds1/ChangeLog/2002-11.txt --- cenon.app-4.0.2/ChangeLog/2002-11.txt 2007-05-08 17:37:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2002-11.txt 2015-07-30 13:39:47.000000000 +0000 @@ -53,7 +53,7 @@ Document.m (-save): write Version, Author, Copyright, Comment 2002-11-30 Ilonka Fleischmann - * dvUndo.m (-splitObject:atPoint:redraw): ergÙnzt + * dvUndo.m (-splitObject:atPoint:redraw): added * VGraphic.h (-getListOfObjectsSplittedAt:): new * VLine.m (-getListOfObjectsSplittedAt:): new * VCurve.m (-getListOfObjectsSplittedAt:): new diff -Nru cenon.app-4.0.2/ChangeLog/2012.txt cenon.app-4.0.6+ds1/ChangeLog/2012.txt --- cenon.app-4.0.2/ChangeLog/2012.txt 2013-01-02 17:16:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2012.txt 2013-10-15 15:52:40.000000000 +0000 @@ -427,7 +427,7 @@ 2012-09-24 Georg Fleischmann * UpdatePanel.m (-checkForUpdateAndDisplayPanel): check prices with installed version (not update version) -> Fix, UpdatePanel: prices were always 0 - * UpdatePanel.m (-downloadDidFinish:): after download delte tar-files but not flat packages (pkg) + * UpdatePanel.m (-downloadDidFinish:): after download delete tar-files but not flat packages (pkg) -> Fix, UpdatePanel: plain pkg files were deleted before installation 2012-09-13 Ilonka Fleischmann @@ -458,7 +458,7 @@ * DocView.m (-dragSelect:): check distance for group, not only bounds -> Fix, Drag-Select: selection of groups improved -next Cenon 4.0.1 +Cenon 4.0.1 2012-12-10 Georg Fleischmann * InspectorPanel.m (-setLevelAt:): alpha enabled for ColorPanel @@ -469,7 +469,5 @@ -> FIXME: there is a solid border between graduate steps, which is a rounding issue, and additionally maybe the w = 0.1 in -drawWithPrincipal: => better to use method without stroke -next Cenon 4.0.2 - 2012-12-30 Georg Fleischmann * Document.xib: key equiv assigned (Cmd- / Cmd+) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2013.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2013.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2013.txt cenon.app-4.0.6+ds1/ChangeLog/2013.txt --- cenon.app-4.0.2/ChangeLog/2013.txt 2013-09-13 18:32:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2013.txt 2014-01-13 19:18:15.000000000 +0000 @@ -1,7 +1,5 @@ Cenon Change Log - 2013 -next Cenon 4.0.2 - 2013-01-02 Georg Fleischmann * vhfCompatibility.h: NSAppKitVersionNumber10_7, NSAppKitVersionNumber10_8 added * Document.m (-printDocument:): call cleanUpOperation, use newer -setShowsPrintPanel: method (not -setShowPanel:) @@ -75,7 +73,144 @@ -> Fix, Rectangle: selection of rectangles with round corners improved 2013-09-13 Georg Fleischmann - * getInsert(): set state.layer to place objects to layer of insert (not layer from blocks) - getGraphicFromData(), getLWPolyline(), getPolyLine(): + * DXFImport.m (getInsert()): set state.layer to place objects to layer of insert (not layer from blocks) + DXFImport.m (getGraphicFromData()), getLWPolyline(), getPolyLine(): place objects to state.layer (insert) not the layer of the blocks -> Fix, DXF-Import: place inserts on correct layer + +2013-10-02 Georg Fleischmann + * VTextPath.m, VSinking.m (-initWithCoder): version is not needed, disabled + * SliderBox.m (-mouseDown): locRect is not needed, disabled + * IPLine3D.m, h: added to Code project (IPLine3D.nib is not working and not added) + +2013-10-02 Georg Fleischmann (thank's to Jason Whiteman) + * PreferencesPanel.subproj/Import.bproj/GNUmakefile: functions.m, vhfCommonFunctions.m added to Import_OBJC_FILES + -> Fix, GNUstep: linking Import Preferences + +2013-10-05 Georg Fleischmann (thank's to Jason Whiteman) + * TPMix.m (Rand()): for __WIN32__ use rand() instead of random() + * Note: /GNUStep/Local/Library is missing and not created + -> Fix, GNUstep on Windows: Cenon compiles and starts on Windows + +2013-10-05 Georg Fleischmann + * buildShip.sh: codesign Frameworks/VHFIm(Ex)port.framework/Versions/A + * Cenon.iconset added to images + +2013-10-10 Georg Fleischmann + * DXFExport.m (-addLayer:): lossyCString replaced, since it's not working any more + -> Fix, DXF-Export, Apple: workaround to make DXF export with + special characters in layer names work again + +2013-10-15 Georg Fleischmann + * UpdateController.m: cleanup warnings, especially deprecated warnings < OSX 10.5 + +2013-10-17 Georg Fleischmann + * WorkingAreaPanel.m (-setWorkingArea:): resize editView + -> Fix, Console Note: "Note for scaleUnitSquareToSize: editView corrected to view" + * Document.m, h (-convert...): float -> VFloat + -> Fix, 64 bit accuracy + +2013-10-28 - 30 Georg Fleischmann + * DocView.m (-cache): return cacheView, we are removing the cache window ivar, because cache = [cacheView window] + DocView.m (-setCaching:): use cacheView window + * DocView.m (-drawRect): if gState is missing, draw cache from prepared image + DocView.m (-sizeCacheWindow:, -scaleCacheWindow:, -setCaching:): cache -> [cacheView window], release cacheImage too + DocView.m (-dealloc): release cacheImage too + DocView.m (*): cache -> cacheView or [cacheView window] + DocView.h: cacheImage added, cache removed + -> Fix, Apple: rewrote the graphics cache of Cenon to work with Mavericks (OS 10.9) + +2013-10-31 Georg Fleischmann + * IPLayerCell.m (-drawInteriorWithFrame): 2x -compositeToPoint: -> -drawInRect: composite is deprecated (tested) + MoveMatrix.m (-mouseDown:): 2x -compositeToPoint: -> -cacheImageInRect:, -restoreCachedImage (tested) + PathContour.m (-contourImage:): 1x -compositeToPoint: -> -drawAtPoint: composite is deprecated + NSImage.m (-compositeAntialiased:...): 1x -compositeToPoint: -> -drawAtPoint: composite is deprecated + (-compositeInRect:...): 1x -compositeToPoint: -> -drawAtPoint: composite is deprecated + (-drawPrincipal:): 5x -compositeToPoint: -> -drawAtPoint: composite is deprecated (1x tested) + -> Fix, Apple: remove deprecated warnings from console + * MoveMatrix.m (-drawRect:): draw control background in controlBackgroundColor and borders in light gray + -> Fix, Inspector: moving a layer will leave a white gap on Apple, not black (cosmetics) + +2013-11-03 Georg Fleischmann + * DocView.h, m (scale, gridSpacing, -scaleFactor, -controlPointSize, -scrollPointToVisible, -hitEdge): float -> VFloat + DocView.m (-redrawObject:, -moveObject:, -dragSelect): snap, controlPointSize: float -> VFloat + TileScrollView.m, h (oldScaleFactor, -scaleFactor, -scaleTo:): float -> VFloat + NSImage.m (-scrollRect:): knobSize, float -> VFloat + NSImage.m (-drawWithPrincipal:): scale, float -> VFloat + Document.m (-printSeparation): width, height, scale, float -> VFloat + VArc.m (-create:, -scrollRect): float -> VFloat + VCurve.m (-create:, -scrollRect, -constrainPoint:): float -> VFloat + VLine.m (-create:, -scrollRect, -constrainPoint:, -drawWithPrincipal): + VLine3D.m, VPath.m (-drawWithPrincipal): + VMark.m, VPolyLine.m, VRectangle.m, VText.m, VSinking.m: float -> VFloat + -> Fix, 64 bit accuracy + * DocView.m (-scaleCacheWindow): check for doCaching to avoid cacheView being reactivated + +2013-11-21 Georg Fleischmann + DocView.m (-draw:): for printing set minimum line width to Preferences width, but within 0.1 and 1.0) + -> Fix, Printing: set minimum line width to Preferences setting + DocView.m (-setFrameSize:): setFrameSize of editView too + -> Fix, Printing: removed disturbing log about corrected size of view + +2012-10-29 Ilonka Fleischmann (added: 2013-12-08) + * VPolyLine.h, m (-pointWithNumBecomeStartPoint:): new + +2012-11-21 Ilonka Fleischmann (added: 2013-12-08) + * DocView.m (-validateMenuItem:): pathSetStartPoint also for polylines +-> DocView.m (-setAllLayerDirty:): self drawAndDisplay - to force calculation of dirty layers + -> Fix, PolyLine: set Start point + * DocView.h, m (DocViewCrossHairMoved, -mouseDown:): postNotification: DocViewCrossHairMoved added + VPath.h,m (-getFirstObjectOfSubPath:): definition moved to header file + -> Changes in Optimize + +2013-01-22 Ilonka Fleischmann + * DocView.m (-initialize:): version 7 + DocView.m (-initFromPropertyList:, -propertyList): versions <= 7 negativ tileDistance will be corrected + dvTile.m (-setTileWithLimits:..:, -buildTileCopies:..:): calculations of tileDistance corrected + TilePanel.m (-relativeDistance, -setDistancePopup:): calculations of tileDistance corrected + TilePanel.m (-distance:, -updatePanel:, -setDistancePopup:): check min max Values, min/max similiar + TilePanel.m (-createTileAsCopy:): [self updatePanel:self] + -> Fix Batch: absolut / relativ work now with and without negativ as assumed + +2012-11-21 Ilonka Fleischmann (added: 2013-12-08) + * DocView.m (-mouseDown:): selectedObjects > 1 NO hitControl:…: we go on to -moveObject::: + -> Fix, Move graphics: grabbing of selected graphics at control point is possible now + +2012-12-11 Ilonka Fleischmann (added: 2013-12-08) + * DocView.m (-selectAll:redraw:, -dragSelect:, -mouseDown:): do not select obj of invisible layers + -> Fix, PickOut Passive Layer: don't select objects on passive layers + +2013-01-15 Ilonka Fleischmann (added: 2013-12-08) + * DocView.m (-moveObject:): use -coordBoundsOfArray: for rect_start instead boundsOfArray: + -> Fix, Move Object: move objects with their true bounds (shape) + * dvUndo.m (-rotate:): coordBoundsOfArray: for rotCenter instead boundsOfArray: + DocView.m (-rotateObject:): for special Objects [obj coordCenter] instead [obj center] + DocView.m (-rotateObject:): call -drawAtAngle:withCenter:, -setAngle:withCenter: instead without withCenter: + DocView.m (-rotateObject:): coordBounds ++ for rect_start instead extendedBoundsWithScale: + VGraphic.m,h (-coordCenter): new + -> Fix Rotate Object: we rotate now around real object center if necessary, Objects rotate in visible part of Window + +2013-01-17 Ilonka Fleischmann + * VImage.m (-copy): join:[[clipPath copy] autorelease] else shit happens + -> Fix, Clipped Image: improved + +2013-12-19 Georg Fleischmann + * propertyList.m (*FromPropertyList()): assign VFloat instead of float + VHFStringAdditions.m, h (-(VFloat)VFloatValue): new + VHFDictionaryAdditions.m, h (-(VFloat)VFloatForKey:): added + VHFNumberAdditions.m, h: new, adding -VFloatValue, +numberWithVFloat: + VHFShared/GNUmakefile: VHFNumberAdditions added + -> Fix, 64 Bit: read coordinates from file in 64 Bit + * App.m (-terminate): cast module principal to protocol + CenonModuleMethods.h (-terminate): added + * InspectorPanel.h (): -setLevelView:(NSView)view; + IPAllAcc.m (-setLevelView:): NSView + TransformPanel.h (dataView): NSView *dataView + * ChangeManager.m (-cadUndo, -canRedo, -changeComplete:): added @ to string to make it an object + * VGraphics (-copy): use Unarchiver for unarchiving + * EPSExport.m (-epsVText): curStr added to stroke (was missing in: [... :@"(%@) false charpath\n", curStr)] + * Type1Font.h: afmNoPlace is NSArray now (not NSMutableArray) + Type1Font.m (-writeToFile:): %d -> %ld 6 times for: UniqueId, underline* + -> about 100 format and semantic warnings removed + +next Cenon 4.0.2 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2014.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2014.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2014.txt cenon.app-4.0.6+ds1/ChangeLog/2014.txt --- cenon.app-4.0.2/ChangeLog/2014.txt 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2014.txt 2014-12-19 16:21:43.000000000 +0000 @@ -0,0 +1,259 @@ +Cenon Change Log - 2014 + +2014-01-04 Georg Fleischmann + * vhf2DFunctions.m (vhfIsPointInsidePolygon()): free(iPts) + +2014-01-05 Georg Fleischmann + * DocView.m (-redrawObject:, -moveObject:, -rotateObject:): copy cache image (avoid gstate) + +Cenon 4.0.2 (2014-01-05) + +2013-01-13 Ilonka Fleischmann (2012-10-31) + * Cenon/ProjectSettings.m (-documentHasChanged:): App preferencesPanel update:self for optimize inside switch + +2014-01-14 Georg Fleischmann + * PreferencesPanel.m (): prevent exception, if module fails to load + +Cenon 4.0.2 (2014-01-15) + +2014-01-27 Georg Fleischmann + * DocView.m (-draw:): [cacheView gState] is returning 0 if there is a text on a layer + -> Fix, graphics cache in 4.0.2 (2014-01-15) with Mac OS < 10.9: + cache is now working again with layers mixed with and without text + * DocView.m (-draw:): release bitmap + -> Fix, memory leak in 4.0.2 (2014-01-15) + * vhfCompatibility.h: NSAppKitVersionNumber10_9 = 1265 added + +Cenon 4.0.2 (2014-01-27) + + +2014-02-13 Ilonka Fleischmann + * IntersectionPanel (-create:): check if position is allready used, only one for each pt + -> Fix, Intersection Panel: create only one graphics for many intersection at one point + +2014-02-18 Georg Fleischmann + * DocView.m (-drawRect:): "else if (cacheView)" only, no check for gState) + -> in case gstate is completely random + * VPath.m (-drawWithPrincipal): not stroked + ! antialiased was invisible + -> Fix, Path drawing: stroked paths without antialias are visible again [since 4.0.2] + +Cenon 4.0.2 (2014-02-18) + +2014-02-24 Georg Fleischmann + * XCode Project: use 10.6 SDK for 32 Bit, 10.5 SDK will crash in [NSImage -drawInRect:] + -> Fix, 32 Bit works again + +Cenon 4.0.2 (2014-02-24) + +2014-02-24 Georg Fleischmann + * UpdateController.m (-checkForUpdate:): if version is equal, check date from "version" + -> Fix, Update-Panel: if version is the same, check for newer date + +2014-02-28 Georg Fleischmann + * VImage.m (-drawWithPrincipal:): don't scale bounds.size with drawAtPoint: (2 locations changed) ! + -> Fix, Image: Zoom of scaled images works again + +Cenon 4.0.2 (2014-02-28) + + +2014-04-14 Georg Fleischmann + * SVGImport.m (-parser:foundCharacters:): [stringFound retain] added + -> Fix, SVG-Import: crash fixed when importing text + +2014-06-14 Georg Fleischmann + * Document.m (+newFromFile:): load "scaleFactor" as VFloat + DocView.m (-scaleUnitSquareToSize:): save "scaleFactor" as VFloat + DocView.m (-scaleSize, scaleSize): new + TileScrollView.m (-scaleTo:, -scale:): float -> VFloat + propertyList.m, h (propertyListFromVFloat(), vfloatFromPropertyList()): new + -> More changes to arrive at full 64 bit compatibility +2014-06-14 Georg Fleischmann + * DocView.m (-scaleSize, scaleSize): new + -> steps towards width != height scaling + +2014-06-16 Georg Fleischmann + * Info.plist: NSHighResolutionCapable = YES added + -> enables High Resolution mode ? + +Cenon 4.0.3 beta 1 (2014-06-28) + +2014-07-05 Georg Fleischmann (thanks to: Yavor Doganov ) + * PSImport.m (-importPDFFromFile:, -importPS:): + -> Fix, PS-Import: alert user, if no ghostscript is installed + * TileScrollView.h: message signature NSPopUpButton added to resPopupListButton + * VCurveFit.m (-fitGraphic:): *pts = NULL (not nil) + * VGroup.h (-setList:): mutable array, same as in code + * IPAllAcc.h (accPopup): message signature NSPopUpButton added + IPAllFilling.h (fillPopup): message signature NSPopUpButton added + IPAllStrokeWidth.h (strokePopup): message signature NSPopUpButton added + IPImage.h (compPopup): message signature NSPopUpButton added + * DINImportSub.m (sortLayer()): NSComparisonResult instead of NSInteger (should be the same anyway) + * SVGImportSub.m (-addGroupList:..., -allocateList): message signature for aList mutable + * DXFImport.m (--getText:): fontName added to internal declaration + +2014-07-06 Georg Fleischmann + * InspectorPanel.m, h: VGraphic* instead of id + InspectorPanel.m (-loadGraphic:): message signature added for tpGraphics, tpWindow, tpView + * PreferencesPanel.h (moduleView): message signature NSBOx added + * VHFPopUpButtonAdditions.m (-selectItemWithTag:): removed, since it is available since OS 10.4 + * IPLine3D.m: [(NSButton*)sender tag] + * VText.m, h (-initWithFile:): dummy added + * Type1Font.m: 4 random bytes with legal characters + * SVGImport.h: @interface SVGImport:NSObject + +2014-07-11 Georg Fleischmann + * VHFStringAddirions.m, h (-componentsSeparatedByCharactersInString:): new + +2014-07-15 Georg Fleischmann + * Document.xib: Scale of 125% added + +2014-07-22 + * VPolyLine.m (-initFromPropertyList:): check for successful scan to handle nan entries + +2014-08-29 Ilonka Fleischmann + * DXFImport.m (-scanGroup:): group.color no init + -> Fix, DXF-Import: Pass color down the graphics hierarchy + * DXFImport.m (-getArc::::): if group.extX-Z transform the complete arc not only the ctr + -> Fix, DXF-Import: corrected Arcs with extrusion direction + +2014-10-06 Georg Fleischmann + * App-Id: de.vhf.Cenon -> com.Cenon + +2014-08-29 Ilonka Fleischmann + * VCurve.m,h (-gradientAt:, tileCurveAt(), -splittedObjectsAt:, pointOnCurveNextToPoint(), + -getListOfObjectsSplittedFromGraphic:, -getListOfObjectsSplittedFrom:): + -> Fix VFloats Curve Contour Calculations: 64 Bit + +2014-10-13 (2014-09-11) Ilonka Fleischmann + * VCurve.m,h (-gradientAt:): handle p2,p3 in start/end point better + VCurve.m,h (intersectCurves()): 15.0 instead 20.0 * TOLERANCE + -> Fix, Curve: calculations of curves with only 3 points improved + +2014-10-13 (2014-02-06) Ilonka Fleischmann + * VArcOutput.m (-createOutput:tools:): use real start of full arc, instead at 0 degree + VArc.m (-contour:): full arc contour have now the same startangle, not allways 0 degree + * VArc.m (-tangentIntersectionCurve:::, distancePointCurveIsRadius()): double instead float + -> Fix Full Arc Output: Calculated with real startpoint, not allways at 0 degree +2014-10-13 (2014-08-29) Ilonka Fleischmann + * VArc.m (-clippedWithRect:): for NSContainsRect we use the coordBounds instead the bounds + -> Fix, Arc Clipping: arc sections completele inside Clipping Rectangle improved + +2014-10-14 (2014-07-23) Ilonka Fleischmann + * App.m (-import:): .cenon added + Document.m, h (DOCUMENT_NAME, OUTPUT_NAME): moved from .m to .h + -> New, Import: import of Cenon files ".cenon" added (Menu > File > Import) + +2014-10-14 (2014-07-26) Ilonka Fleischmann + * VPolyLine.m (-movePoint:by:): start/end points moved both if near enough + -> Fix, PolyLine: moving of start/end points improved + +2014-10-14 (2014-09-02) Ilonka Fleischmann + * VGroup.m (-setDirectionCCW: -changeDirection): new + * VText.m (-setDirectionCCW:, -getFlattenedObjectAt:..): new; set Direction to created group/path + VTextPath.m (-getFlattenedObjectAt:..): set Direction to created group/path + * VPolyLine.m (-setDirectionCCW:, orthPointAt()): corrected ! , new + -> Fix, Output: direction of groups, text, PolyLine in output path corrected + +2014-10-14 (2014-08-29) Ilonka Fleischmann + * VPath.m (-drawWithPrincipal:): showDirection , not for realy short lines inside path + -> Fix, Draw Path Direction: very small objects inside Path (but startpoints) will not shown + +2014-10-14 (2014-10-05) Ilonka Fleischmann + * VPath.m,h (-contour:inlay:splitCurves:): remove short graphics, replace with one line if more than tolerance length + VPath.m,h (-subPathInsidePath::): if on, no k++, so we jump over one (last) graphic + VPath.m (-optimizeSubPathsToClosedPath:): compare possibleS with possibleE index diff > 2 instead > 1 + VPath.m (-optimizeSubPathsToClosedPath:): a lot more, like bigger tol for first part + VPath.m (-getLastObjectOfSubPath:tolerance:): needed for -contour:inlay:splitCurves because we remove short graphics + -> Fix Path Contour/PickOut Filling: a lot better again + VPath.m (-contour:inlay:splitCurves:, orthPointAtBegOrEnd(), orthPointAt(), ): + -> Fix, VFloats Path Contour Calculations: 64 Bit + +2014-10-14 (2014-10-09) Ilonka Fleischmann + * VPath.m, h (-contourOpenLeftOrRight:): new + +2014-10-14 Georg Fleischmann + * UpdateController.m (-checkForUpdates:): date-string from defaults is now NSDate + -> Fix, Updates: updatechecks with auto-check didn't work since 24.02.2014 (4.0.3 p1) + +2014-10-16 Georg Fleischmann + * App.m (+initialize): copy our defaults from "de.vhf.Cenon" -> "com.Cenon" + VPath.m,h (-contourOpenLeftOrRight:): new + +2014-11-01 Georg Fleischmann + * CreateGraphicsChange.m (-redoChange): loadGraphic: -> loadList: + MoveLayerGraphicsChange.m (-redoChange): loadGraphic: -> loadList: + * English.lproj/Localizable.strings: header added and saved with UTF-8 encoding + * XCode-Project: use 10.8 SDK for building (except ppc) + Note: Cenon with XCode 6.1 on Yosemite only works with SDK = 10.9 !! + +2014-11-02 Cenon 4.0.3 b4 pre-release + +2014-11-03 (2014-10-09) Ilonka Fleischmann + * VArc.m,h (-setDirectionCCW:): only if not filled or angle < 360 + VArc.m,h (-contourOpenLeftOrRight:): new + VLine.m,h (-contourOpenLeftOrRight:): new + VCurve.m,h (-contourOpenLeftOrRight:): new + VPolyline.m,h (-contourOpenLeftOrRight:): new + +2014-11-04 (2014-10-21) Ilonka Fleischmann + * TilePanel.m, h (-setDistancePopup:, -updatePanel:, -setXYDirections): tileXYDirections new + dvTile.m (-setTileWithLimits:,-buildTileCopies:, …): tileXYDirections new + DocView.m, h (-initWithCoder:, -initFromPropertyList:, -propertyList, -initWithCoder:): tileXYDirections new + *.lproj/TilePanel.xib (alle 4): Arrow Buttons added + -> Batch: more intuitive and flexible (with directional arrows) + +2014-11-04 Georg Fleischmann + * VHFStringAdditions.m (+stringWithContentsOfFile:): use UTF8Encoding if determination of encoding fails + +2014-11-07 Georg Fleischmann + * VHFSystemAdditions.m, h (-createDirectoryAtPath: recursive: attributes: error:): new, our own version + (-removeFileAtPath: error:): new, our own version + (-movePath: toPath: error:): new, our own version + (-copyPath: toPath: error:): new, our own version + (-directoryContentsAtPath:error:): new, our own version of old method + (-contentsOfDirectoryAtPath:): new, our own version of new method (without "error:") + Document.m (-save): call [NSFileManager -createDirectoryAtPath:recursive:attributes:error:] + UpdateController.m (-tableViewSelectionDidChange:): call [NSFileManager -createDirectoryAtPath:recursive:attributes:error:] + App.m (-loadModules): call [NSFileManager -contentsOfDirectoryAtPath:] + PreferencesPanel.m (-loadModules): call [NSFileManager -contentsOfDirectoryAtPath:] + functions.m (fillPopup()): call [NSFileManager -contentsOfDirectoryAtPath:] + +2014-11-07 Cenon 4.0.3 b6 pre-release + +2014-11-09 Georg Fleischmann + * App.h: @interface App : NSApplication + * App.m (-applicationDidFinishLaunching, -takeSnapshot): call [NSFileManager -createDirectoryAtPath:recursive:attributes:error:] + +2014-11-10 Cenon 4.0.3 b7 pre-release + +2014-11-13 Georg Fleischmann + * Info-VHFImport.plist: CFBundleExecutable = VHFImport + Info-VHFExport.plist: CFBundleExecutable = VHFExport to make it codesign on Yosemite + +2014-11-13 Cenon 4.0.3 b9 pre-release + +2014-11-13 Georg Fleischmann + * Info-VHFImport -> Info-CenImport + Info-VHFExport -> Info-CenExport + +2014-11-20 Cenon 4.0.3 b10 pre-release +... +2014-12-08 Cenon 4.0.3 b13 pre-release + +2014-12-09 Ilonka Fleischmann + * DocView.m (-initialize:): version 8 + DocView.m (-initFromPropertyList:): versions < 8 correct Values to new batch + -> Fix, Batch: old documents from Cenon 4.0.2 are handled correctly + +2014-12-11 Cenon 4.0.3 b14 pre-release + +2014-12-18 Georg Fleischmann + * PathContour.m (-contourImage:width:): unlockFocus, close window right after drawing + * PathContour.m (-contourImage:width:): scale bitmapImage down to size, if necessary (Mac OS 10.10) + -> Fix, Vectorizer: workaround for vectorizing with Mac OS 10.10 (and Retina) to avoid crash + +2014-12-19 Georg Fleischmann + * VCurveFit.m (GenerateBezier()): caught division by zero: if (det_C0_C1 == 0.0) + * PathContour.m (-contourImage:): all (LONG*) removed (array is only "unsigned char" and "long" gets 4 chars) + +next Cenon 4.0.3 (2014-12-19) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2015.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2015.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2015.txt cenon.app-4.0.6+ds1/ChangeLog/2015.txt --- cenon.app-4.0.2/ChangeLog/2015.txt 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2015.txt 2016-02-09 19:11:25.000000000 +0000 @@ -0,0 +1,344 @@ +Cenon Change Log - 2015 + +2015-01-08 Ilonka Fleischmann + * VPath.m (-drawWithPrincipal:): division by zero fixed for principal == nil + * PathContour.m (-contourImage:width:, -contourList:width: + -contourPath:width:): initWithFocusedViewRect: double size corrected if retina display + -> Fix, Vectorizer: improved + +Cenon 4.0.3b15 (2015-01-23) + +2015-02-07 Georg Fleischmann + * App.m (-applicationDidFinishLaunching:): create link from HOME/Documents/Cenon -> HOME/Library/../Cenon + -> Convenience: link from HOME/Documents/Cenon -> HOME/Library/../Cenon + +Cenon 4.0.3 (2015-02-09) + + +2015-02-10 Georg Fleischmann + * DocView.m (createBuffer()): limit contRect to 8150 on retina displays + -> Fix, Yosemite: limit document cache to a size Yosemite / Retina displays can handle + +2015-02-23 Ilonka Fleischmann + * ToolPanel.xib -> English and German localization + GNUmakefile: ToolPanel.xib localized, Document Header updated to Cenon GmbH + -> Tool Panel: German localization added + +2015-03-10 Ilonka Fleischmann + * VImage.m (-setImage:): set the originalSize correct now + -> Fix, Image Copy: set the originalSize correct now + * PathContour.m (-contourImage:width:, -contourList:width: -contourPath:width:): LONG/WORD casts corrected + -> Fix, Bitmap Functions: LONG casts corrected + +2015-03-13 Ilonka Fleischmann + * Type1Import.m (-interpret:, ...): NSUTF8StringEncoding etc stuff instead -getCString: + Type1Font.m (-writeToFile:): NSData instead NSString and simplest c string function to handle 0 inside ecrypted string + -> Fix Yosemite String: 0 inside some encrypted Font strings (subrs and charString) + * HPGLImport (-loadParamter:): -stringWithContentsOfFile:error: for 10.4 deprecations + VHFSystemAdditions.m, h: -fileAttributesAtPath:traverseLink:error: for fileAttributesAtPath:traverseLink: + //VHFStringAdditions.m (2x): NSLocaleDecimalSeparator instead of NSDecimalSeparator + //vhfCommonFunctions.m (4x): NSLocaleDecimalSeparator instead of NSDecimalSeparator + VHFStringAdditions.m (2x): NSDecimalSeparator only for OpenStep 4.2 + vhfCommonFunctions.m (4x): NSDecimalSeparator only for OpenStep 4.2 + -> Fix 10.4/Yosemite: 10.4 deprecations + +2015-03-31 Ilonka Fleischmann + * Document (-scale::withCenter:): VFloat instead of float, so values conversion works with 10.10 + -> Fix, Zoom (+/-): works now with OSX 10.10 (Yosemite) + +2015-05-14 Georg Fleischmann + * VGraphic.m (*): not implemented Log, "VGraphic, -xxx: not implemented...": className added + VGroup.m (-sqrDistanceGraphic:): exclude VText, VImage from -sqrDistanceGraphic: call + -> Fix, Group: drag select with text or images without logging to console + +2015-06-09 Georg Fleischmann + * DXFExportSub.m (-exportPath:): don't use [VPath -getLastObjectOfSubPath:] method for open paths + -> Fix, DXF-Export: export of open Paths with multiple sub-paths + * DXFExportSub.m (-exportText:): float -> VFloat + * DXFExportSub.m: replace deprecated NSFileManager methods + * "vhf Export Library" -> "Cenon Export Library" + "vhf Import Library" -> "Cenon Import Library" + +2015-06-13 Georg Fleischmann + * "vhf Shared Library" -> "Cenon Shared Library" + +2015-06-17 Georg Fleischmann + * VText.m, h (-setFont:, -fontSize, -setFontSize:, -lineHeight, -setLineHeight): float -> VFloat + VText.m (-fontSize, -setFontSize:): get capHeight from ascender, if capSize is bad + -> Fix, Text-Inspector Acc: fontSize improved for certain fonts + +2015-06-19 Georg Fleischmann + * DXFImport.m (-getText:...): formatting codes removed, log added + -> Fix, DXF-Import: formatting code removed from string (AutoCAD >= 13) + +2015-06-19 Georg Fleischmann + * App.m (-openDocument:): don't set directory, if we don't have avalid one, openDir = nil + -> Fix, Open File: catch console warning of open/save panel + * PSImport.m (-importPDFFromFile:): support gs versions (>= 9.15) with eps2write (instead of epswrite) + +2015-06-24 Georg Fleischmann + * vhfCommonFunctions.m, h (cenRunCommand()): new + +2015-06-24 Georg Fleischmann + * DXFImport.m (-getArc:...): if angle == 0 make it 360 + -> Fix, DXF-Import: import arcs with 0 Angle as full circles + +2015-07-01 Georg Fleischmann + * GerberExport.m: deprecated FileManager Methods replaced + * GerberExportSub.m (-exportToFile:): 2x -writeCircleTool: added for VPath and other stuff + -> Fix, Gerber-Export: select tool for path elements + +2015-07-08 Ilonka Fleischmann (2015-06-02) + * DocView.m (-initWithCoder:, -initFromPropertyList:, -setParameter:): + tileXYDirections init with 1.0, [self setParameter moved before tile stuff + -> Fix, Batch: New Files open with Arrows pointing right and up + +2015-07-09 Ilonka Fleischmann + * PreferencesPanel.m (-windowDidBecomeKey:, -init:): update active module + -> Fix, Preferences: update active pane, when Panel is clicked to foreground + * PreferencesPanels.h: IBOutlet for iconMatrix, added + +2015-07-09 Ilonka Fleischmann + * messages.h: NEW_STRING added + German.lproj/Localizable.strings: "New" = "Neu"; added + +2015-07-16 Cenon 4.0.4 beta 1 + +2015-07-22 Georg Fleischmann + * ToolPanel.xib: English Tool-Panel ended up in en.lproj -> English.lproj + +2015-07-22 Ilonka Fleischmann + * Curve.m (-gradientNear:, -gradientAt:): smaller steps with t, te instead 0.0/1.0, t == 0/1 for 3 pt curves fixed + Curve.m (-getListOfObjectsSplittedFromGraphic:, -getListOfObjectsSplittedFrom::): t1) < 0.00001 instead 0.0001 and same query previous + -> Fix, Calculations improved for: Contour (left, right, Open Path), Punch +2015-07-23 Georg Fleischmann + * Curve.m (-getListOfObjectsSplittedFromGraphic:): replace "VFloat v0 = 0;" -> "0.0" + VFloat lastDist, newDist, v; -> double + +2015-07-24 Ilonka Fleischmann + * VPath.m (-uniteWith:): tol = 20.0*TOLERANCE instead of 10.0* AND other removing part from splitListUg + -> Fix, Calculations improved for: Contour (left, right, Open Path), Punch + +2015-07-25 Georg Fleischmann + * InspectorPanel.h, TPBasicLevel.h: added + VText: added + App.m (-applicationDidFinishLaunching:): use -movePath:toPath:error: and -copyPath:toPath:error: + * App.m (-listFromPSFile:): call our own -stringWithContentsOfFile:error: method for loading AI files + VHFStringAdditions.m (-stringWithContentsOfFile:error:): 1. try UTF8, 2. use Apple method to find encoding, 3. try all encodings + -> Fix, string loading: improved + +2015-07-27 Georg Fleischmann + * Arc.m (-pathRepresentation): abs() -> Abs() + +2015-07-27 Georg Fleischmann + * DocView.m (-dragSelect:): draw rectangle in -drawRect: + DocView.m (-dragSelect:): lockFocus removed, don't apply scrollToPoint:, -scrollToRect: tolerance added + DocView.m (-drawRect:): drawing code for selectionRect added + DocView.m: static NSRect selectionRect added + //DocView.h: NSRect selectionRect; added + -> Fix, SDK 10.10: Drag Select works with SDK 10.10 +2015-07-28 Georg Fleischmann + * DocView.m (-dragMagnify:): draw rectangle in -drawRect: + -> Fix, SDK 10.10: Drag Magnify works with SDK 10.10 + * DocView.m (-mouseDown:): call [self setNeedsDisplayInRect:] (not -flatRedraw:) + -> Fix, SDK 10.10: select works + * DocView.m (-deselectAll:redraw:): call [self setNeedsDisplayInRect:] (not -flatRedraw:) + -> Fix, SDK 10.10: deselect works + * DocView.m (-flatRedraw:, -cache:): call [self setNeedsDisplayInRect:] (not -drawRect:) + -> Fix, SDK 10.10: Grid, Text, CAM-Output works +2015-07-29 Georg Fleischmann + * DocView.h: + (NSMutableArray*)tmpGraphics; + DocView.m (+tmpGraphics): return shared tmpGraphics array + DocView.m (-drawRect:): draw graphics in shared tmpGraphics array + VLine.m (-create:): add temporary lines to [DocView tmpGraphics] array, + call [self setNeedsDisplayInRect:] (not -drawRect:), lockFocus removed + -> Fix, SDK 10.10: create Line works +2015-07-30 Georg Fleischmann + * VArc.m, VCurve.m, VRectangle.m, VPath.m, VPolyLine.m, VClipRectangle.m (-create:): + add temporary arcs to [DocView tmpGraphics] array, + call [self setNeedsDisplayInRect:] (not -drawRect:), -lockFocus removed, -cache: removed + -> Fix, SDK 10.10: create Arc, Curve, Rectangle, Path(?), PolyLine work + * dvUndo.m (-splitObject:, -addPointTo:): [self setNeedsDisplayInRect:] (not -drawRect:) + -> Fix, SDK 10.10: Split Tool, Add Point Tool work + * ChangeDetail.m [AddPointChangeDetail] (-recordIt:, -undoIt:, -redoIt:): + check for PolyLine, because with multiple selected objects we can bring in a line too => exception + -> Fix, Add Point: Undo of multiple selected objects (with non Path or PolyLine object) improved + +2015-07-31 Georg Fleischmann + * DocView.m (+initialize): create temporary graphics tmpGraphics + * DocView.m (-redrawObject:): [self setNeedsDisplayInRect:] (not -drawRect:), direct compositing removed, + [self display] added, tmpGraphics (not -drawWithPrincipal:), + drawing of control points removed, since this is covered by display + -> Fix, SDK 10.10: moving vertices work + * DocView.m: static NSPoint tmpOrigin added + DocView.m (-drawRect:): [self setBoundsOrigin:tmpOrigin) to draw translated temporary objects + DocView.m (-moveObject:): [self setNeedsDisplayInRect:] + displayIfNeeded (not -drawRect:), direct compositing removed, + tmpGraphics (not -drawWithPrincipal:), tmpOrigin (not setBoundsOrigin) + -> Fix, SDK 10.10: moving objects (with tool) works + * DocView.m (-rotateObject:): [self setNeedsDisplayInRect:] + displayIfNeeded (not -drawRect:), direct compositing removed, + tmpGraphics (not -drawWithPrincipal:), setAngle to copy of obj (no drawAtAngle:) + -> Fix, SDK 10.10: rotate object (with tool) works + DocView.m (-rotateObject:): call maxBoundsWithCenter (not maximumBounds) + VGraphics.m, h (-maxBoundsWithCenter:): new (instead of -maximumBounds) + -> Fix, Rotating Arcs with tool improved + * DragPointGraphicsChange.m (-saveBeforeChange): call to super was missing => no bounds for redraw + -> Fix, Undo of Drag Point improved + +2015-08-04 Cenon 4.0.4 beta 2 + +2015-08-09 Georg Fleischmann + * VGraphics.m, h (+maxKnobSizeWithScale:): float -> VFloat + VGraphics.h (-extendedBoundsWithScale:): float -> VFloat + * DocView.m (-dragSelect:): enlargeSize = [self controlPointSize]; + drawRect = NSUnionRect([g bounds], drawRect); (not coordBounds) + -> Fix, Drag-Select, 4.0.4 beta 2: include handles of curves + * DocView.m (-moveObject:): drawOffset.x = rect_start.origin.x - rect_draw.origin.x; to get a correct offset (not from size) + screwup of rect_draw removed + redraw rect_draw and rect_drawlast, not rect_draw_apple (which is too big) + set tmpOrigin from coords, not from draw rectangle + -> Fix, Move Object, 4.0.4 beta 2: redraw improved + +2015-08-11 Georg Fleischmann + * VText.m (-updateEditingViewRect:): use -setNeedsDisplayInRect: + -> Fix, SDK 10.10: Text editing + +2015-08-11 Ilonka Fleischmann + * VRectangle.m, h (-contourOpenLeftOrRight:): new + VPolyLine.m (-contourOpenLeftOrRight:): fix for closed polylines + -> Fix, Contour Left/Right: improved + +2015-08-13 Georg Fleischmann + * DocView.m (-cache:): if rect size = 0 => display entire bounds + -> Fix, 4.0.4 beta 2: redraw issue + +2015-08-14 Georg Fleischmann + * SVGImport.m (-parsePath:): quadratic bezier curve implemented (q, Q, t, T), and shortcut (t, T) implemented + -> SVGImport: quadratic bezier curve implemented (q, Q, t, T) + SVGImport.m (-parser:...): closing point added + -> Fix, SVGImport: stroked rect closed + +2015-08-14 Cenon 4.0.4 beta 3 + + +2015-08-21 Ilonka Fleischmann + * VArc.m (-parallelObject::..): Diff(angle, an) > 50.0 part with more checks + -> Fix, Contour: Arcs embedded in Paths improved + * VArc.m (-contour:, -pathRepresentation): open and not filled section of arc always ccw, like line and curve + -> Fix, Contour Left/Right for Arc: improved (should have been here since 2015-08-11) + +2015-08-25 Georg Fleischmann + * Document.m (-save): 4x -removeFileAtPath:handler:nil -> -removeFileAtPath:error:NULL + 1x -movePath:toPath: handler:nil -> -movePath:toPath: error:NULL + * Document.m (-printDocument:): remove the fucking paper margins + -> Fix, Printing: paper margins set to Null (stupid Apple redundancy since Mac OS 10.8) + +2015-08-31 Georg Fleischmann + * IPAllLayers.xib: set to XCode 4.6 (and deployment target) + +2015-09-02 Georg Fleischmann + * ImportController.h: SwitchMatrix enum instead of defines, IBOutlet, IBAction added + ImportController.m (-set:, -update:): "importMoveToOrigin", SWITCH_MOVETOORIGIN added + Import.xib: "Move to Origin" added to switchMatrix + App.m (+initialize): "importMoveToOrigin" = YES added + App.m (-listFromFile:): Gerber: set origin for import (call -setOrigin:) + PDF: [psImport moveToOrigin:Prefs_ImportMoveToOrigin] + App.m (-listFromPSFile:): [psImport moveToOrigin:Prefs_ImportMoveToOrigin] + PreferencesMacros.h: Prefs_ImportMoveToOrigin added + GerberImportSub.m, h (boundsOrigin, -setOrigin:): boundsOrigin, -setOrigin: added + GerberImportSub.m (-init): init added to set defaults of boundsOrigin + GerberImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => set boundsOrigin (not 10.0/10.0) + DXFImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => move to 10.0/10.0) + DINImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => move to 10.0/10.0) + HPGLImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => move to 10.0/10.0) + ICUTImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => move to 10.0/10.0) + SVGImportSub.m (-setBounds:): if Prefs_ImportMoveToOrigin => move to 10.0/10.0) + -> Import: Preferences setting (Import->Move to Origin) to move imported files to origin or not + +2015-09-02 Ilonka Fleischmann + * Pathcontour.m (-contourPath:..:, -contourImage:..:, -contourList:..:): conRext.size < 8000 (not 10000) + -> Fix, Raster Contour, Mac OS 10.10: Retina/Yosemite workaround for limited window size + +2015-09-05 Georg Fleischmann + * PSImport.m (-importPS): if conversion fails, we convert psData into simple eps and try again + -> PS-Import: improved to handle insane EPS files by pre-converting to simpler EPS + +2015-09-07 Cenon 4.0.4 beta 4 + + +2015-09-18 Georg Fleischmann + * App.m (-openFile:): set directory of imported files to import directory + -> Fix, Import, Yosemite: on Mac OS 10.10 import directory is preserved for save + * App.m (-changeSaveType:): allow 3 letter extensions + App.m (-saveAsPanel): "cenon" and "cen" allowed + App.m (-openFile:): case insensitive, 3 letter alternative added + App.m (-import:): "cen", "nc" added + Document.m -saveAs: allow 3 letter extensions + -> Export: allow extensions with three letters: + "cenon", "cen" + "gerber", "ger" + "hpgl", "hgl", "plt" + "tiff", "tif" + * App.m (-openFile:): set name of imported file instead of "UNTITLED" + -> Import: document gets the name of the imported file + +2015-09-20 Georg Fleischmann + * Main.xib: Format->Font->Kern->Tighten/Loosen with key shortcuts + -> Menu: Format->Font->Kern->Tighten/Loosen with key shortcuts + +2015-10-08 Georg Fleischmann + * DXFImport.m (-getArc:): if extZ = -1 => -angle + DXFImport.h (group): group.p0 added to maintain not transformed coordinate + DXFImport.m (-scanGroup:): set group.p0 = group.x0, y0, z0 + DXFImport.m (-getArc:): 1. get start, end, 2. transform, 3. set resolution + -> Fix, DXF Import: certain Arcs with 180 degree angle or extrusion direction were inverted (extrusion Z = -1) + +2015-10-19 Georg Fleischmann + * VText.m (-hit:fuzz:): selecting rotated text added: test rotated point on unrotated bounds (not [self bounds]) + -> Fix, Text: selecting rotated text improved + +2015-10-21 Georg Fleischmann + * DocWindow.h: unfoldedHeight, setUnfoldedHeight: float -> VFloat + DocWindow.m (-unfoldedHeight, -setUnfoldedHeight:, -sendEvent:): float -> VFloat + * DocWindow.m (-sendEvent:): mouse up + double click -> return + -> Fix, Apple Mac OS 10.10: don't go to full screen when double clicking title bar of window + + * ChangeDetails.m (-personalChangeExpected): @selector(setLength) -> @selector(setLength:) + -> Fix, Undo: change length Undo (Inspektor) + +2015-11-07 Georg Fleischmann + * vhfCompatibility.h (Apple: VHFIsDrawingToScreen()): VHFIsDrawingToScreen(): no context => return YES + DocView.m (-draw:): check for valid GraphicsContext before drawing into view + -> Fix, Mac OS 10.11 (El Capitan): open document works + +2015-09-09 Cenon 4.0.4 beta 4 +2015-11-09 Cenon 4.0.4 beta 5 + + +2015-11-17 Georg Fleischmann + * VText.m (-drawWithPrincipal:): ceil(bounds.size) + -> Fix, Mirrored Text: after resize, mirrored text could turn invisible (Mac OS 10.8 - 10.10) +2015-11-18 Georg Fleischmann + * VText.m (-textDidEndEditing:): don't set bounds origin, if locked + -> Fix, Rotated Text: locked rotated text is not moving any more after editing + +2015-11-18 Georg Fleischmann + * ChangeDetail.m (FillChangeDetail, -personalChangeExpected): "setFilled" -> "setFilled:" + -> Fix, Undo: Undo for Fill object + +2015-11-20 Ilonka Fleischmann + * VPath.m (-subPathInsidePath::): break added in second for loop by checking pts with tpoints (p1/p2 = p0/p3) + VCurve.m (-contourOpenLeftOrRight:): return nil for Curves with no length ! + -> Fix, Contour: possible crash fixed for Curves with zero length (or control points equal end points) + +2015-12-02 Ilonka Fleischmann + * VArc.m (-getListOfObjectsSplittedFrom::): check ps[i] to center with radius*3.0*TOLERANCE instead only radius*TOLERANCE + +2015-12-04 Ilonka Fleischmann (2015-11-21) + * NotificationNames.h (PrefsExpertModeHasChanged): new + GeneralController.m (-set:): postNotification PrefsExpertModeHasChanged added + +2015-12-07 Ilonka Fleischmann (2015-11-30) + * MoveMatrix.h (matrixShouldShuffleCells): added to PossibleDelegate + MoveMatrix.m (-mouseDown:): check delegates -matrixShouldShuffleCells before shuffeling a cell + +2015-12-08 Cenon 4.0.4 beta 6 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2016.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2016.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2016.txt cenon.app-4.0.6+ds1/ChangeLog/2016.txt --- cenon.app-4.0.2/ChangeLog/2016.txt 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2016.txt 2016-12-24 15:23:27.000000000 +0000 @@ -0,0 +1,183 @@ +Cenon Change Log - 2016 + +2016-01-12 Georg Fleischmann + * DXFImport.m: declaration added for static V3Point transformOCS(V3Point pOCS, V3Point AZ); + -> Fix, ALT Linux: missing declaration added for "implicit declaration error" (thank's to Michael Shigorin) +2016-01-13 Georg Fleischmann + * propertyList.m: interface declarations for -VFLoatValue ('NSString' may not respond to '-VFloatValue') + -> Fix, ALT Linux: missing declaration added for 'NSString' may not respond to '-VFloatValue' (thank's to Michael Shigorin) +2016-01-14 Georg Fleischmann + * DocView.m: include vhfCompatibility.h for NSAppKitVersionNumber10_8 + vhfCompatibility.h: moved NSAppKitVersionNumber.. now available for all plattforms + -> Fix, ALT Linux: missing declaration added (thank's to Michael Shigorin) + +2016-01-27 Georg Fleischmann + * Ship/*.rsc/*.lproj/ReadMe.rtf, Welcome.rtf: 2015 -> 2016 + +2016-01-27 Cenon 4.0.4 beta 7 + + +2016-02-01 Georg Fleischmann + * Warning clean-up: cString -> UTF8String, + xib: Minimum Size, Builds for: 10.4 -> Deployment Target + +2016-02-08 Georg Fleischmann + * DocView.m (-validateMenuItem:): no paste allowed without editable layer + -> Fix, Paste: no paste possible without editable layer + +2016-02-26 Georg Fleischmann + * dvPasteboard.m (-copy:, -paste:andLink:): originalPaste retain/release added + DocView.m (-delete:, -group:, -joinSelection:, -punch:): originalPaste: release added + -> Fix, Paste: potential crash in certain environments + +2016-02-29 Georg Fleischmann + * GNUmakefile (Cenon, Import, Export): Copyright update, 4.0.4 + +2016-03-03 Ilonka Fleischmann + * VArc.m (-contour:): open/unfilled section of arc fixed (related to change from 2015-08-10) + -> Fix, Contour: improved for unfilled section of arc + +2016-03-07 Ilonka Fleischmann + * VPath.m (-removeFaultGraphicsInSubpaths:, -optimizeSubPathsToClosedPath::): subPathCnt added for resizing subPathSplitted array + +2016-03-11 Ilonka Fleischmann + * HPGLImport.m (-getArc::::): check, if arc has a length bevor importing + -> Fix, HPGL Import: don't import arcs without length + +2016-03-11 Ilonka Fleischmann + * VArc.m (-propertyList): dont save arcs with zero angle + propertyList.m (propertyListFromArray()): check, if we get a plist from realObject + -> Fix, Save: don't save arcs with zero angle + +2016-03-11 Cenon 4.0.4 + +2016-03-12 Ilonka Fleischmann + * VPath.m (-optimizeSubPathsToClosedPath::): 'addedAtEnd' allocated with malloc, values of 'addedAtEnd' corrected (if new value added) + -> Fix, Contour: potential crash in contour fixed + +2016-03-14 Cenon 4.0.4 + + +2016-03-14 Georg Fleischmann + * App.m (-loadModules): search added for "USER/Library/Extensions/Cenon_#.#" (#.# = version number of Cenon). + This helps developing multiple versions + +TODO: +#2016-04-07 Georg Fleischmann +# * Document.m (-printDocument:): printScale added (scale is correct for single page, +# multiple page is different, why ?) +# -> Fix, Printing (>= Mac OS 10.8): scale from Print-Settings reenabled (since 4.0.4b4) + +2016-04-12 Georg Fleischmann + * vhfMath.m (svPolynomial3()): division by 0 cought: x1 = (y1 != 0.0) ? (x - y / y1) : 0.0; + -> Fix, Calculus: potential issue (division by zero) + +2016-06-03 Ilonka Fleischmann (2016-05-23) + * VPath.m (-removeFaultGraphicsInSubpaths:::, -optimizeSubPathsToClosedPath::::): subPathSplitted/addedAtEnd with NSZoneMalloc and pointer given to -optimize...:::: + -> Fix, Contour: Crash in very complex paths fixed + * VArc.m (-parallesObject:::): if no length between s and e we return nil (instead a null length line Or a 360 degree arc) [4.0.5] + -> Fix, Path Contour: improved + +2016-07-23 Ilonka Fleischmann + * VRectangle.m (-copy:) call -setDirectionCCW:isDirectionCCW to copy direction + -> Fix, Rectangle: copied rectangle includes direction + +2016-08-04 Georg Fleischmann + * DXFImport.m (-getPolyline:): TODOs added for group.flags + DXFImport.m (-getVertex:): ignore group.flag == 4 (SPLINE frame control point) + -> DXF-Import: improved (skip SPLINE frame control point in POLYLINE) + +Cenon 4.0.5 beta 1 (2016-08-09) + +2016-08-17 Ilonka Fleischmann + * VPath.m (-contourOpenLeftOrRight:), + VPolyLine.m (-contourOpenLeftOrRight:) for inside correction we change direction for also milling against direction (Gegenlauf) + -> Fix, Contour left or right: with inside correction we move against milling direction [since 4.0.5 beta 1 ?] + * DocView.m (-validateMenuItem:) for -pathSetStartPoint, validate only if element is closed + -> Fix, Set Start Point: start point can not be set for open paths + +2016-08-18 Ilonka Fleischmann (2016-06-03 in 4.1) + * VGraphic.m (-objectsOfClass:inArray:): also add objects from inside groups (recursive) + +2016-08-31 Georg Fleischmann + * VCurve.m (-sqrDistanceCurve:): prevent division by zero for n0 and n1 + VArc.m (-sqrDistanceCurve:): prevent division by zero for n1 + -> Calculus: potential issue fixed (division by zero) + +Cenon 4.0.5 beta 2 (2016-09-11) + +2016-09-19 Ilonka Fleischmann + * DocView.m (-initFromPropertyList:) if v == 8 ... we correct the default tileXYDirections from 4.0.3 from 0 0 to 1 1 + -> Fix, Batch: 4.0.3 documents open with default-arrows pointing right/up [since 4.0.3] + +2016-09-20 Ilonka Fleischmann + * VPath (-contour:inlay:splitCurves:) inlay calculation both with splitCurves:YES works a lot better + -> Fix, Inlays: improved + +2016-09-21 Ilonka Fleischmann + * VPath.m (-optimizeSubPathsToClosedPath::::) if ( j > k ) wrong - removed + VPath.m (-directionOfSubPath::) we more points not only one + -> Fix, Contour + Filling: again some bugs less + * dvUndo.m (-addPointTo:atPoint:redraw:) layer update:g to force recalculation + -> Fix, Output calculation: adding/removing a point to/from VPath or VPolyline now recalculates + * DocView.m (-delete:) set layer dirty if we remove a point from a path or polyline + -> Fix, Output calculation: adding/removing a point to/from VPath or VPolyline now recalculates + +2016-09-30 Ilonka Fleischmann + * VPath.m (-getLastObjectOfSubPath2:): 30.0 * TOLERANCE instead 15 + +2016-10-03 Georg Fleischmann + * Document.m (-setName:andDirectory:): -setZoneName: removed (crashing with Mac OS 10.12, Sierra) + -> Mac OS 10.12 Sierra + +2016-10-04 Georg Fleischmann + * DocView.m (-caching): only return YES, if caching is active AND we actually have a cache + DocView.h (-cache): return type changed to (NSView*) + -> Fix, Document-Window: caching issues fixed, which could result in a crash when closing a document + +Cenon 4.0.5 beta 3 (2016-10-09) + +2016-10-20 Georg Fleischmann + * VTextPath.m (-drawWithPrincipal:): division by zero avoided (length) + VTextPath.m (-coordBounds, -bounds): asign [text lineHeight] to VFloat + EPSExport.m (-epsVText): float -> VFloat for [text lineHeight] + * VTextPath.m (-setFontSize:, -fontSize): float -> VFloat + -> Fix, Text-Path: resize via Inspector works again [since 4.0.0] + +2016-10-20 Georg Fleischmann + * VHFImport/GNUmakefile, + VHFExport/GNUmakefile: Copyright updated + +Cenon 4.0.5 beta 4 (2016-10-23) + +2016-11-13 Georg Fleischmann + * Type1Font.m, DXFExportSub.m: include , capital VHF + +Cenon 4.0.5 (2016-11-21) + + +2016-11-27 Georg Fleischmann + * VPath.m (-drawGraduatedWithPrincipal:): catch division by zero for steps + -> Fix, color shades: possible division by zero fixed + +2016-12-07 Georg Fleischmann + * DXFExportSub.m (-exportPath:): endIx of closed paths was set to begIx, + voiding the endIx obtained from function (else missing) + -> Fix, DXF-Export: export of closed Paths corrected [since 4.0.4] + +2016-12-19 Georg Fleischmann + * VTextPath.m (-getFlattenedObjectAt:): check for nil object (and empty list) from -getFlattenedObject + float -> VFloat + -> Fix, Text Path: handle return within text + +2016-12-23 Georg Fleischmann + * dvPasteboard.m (-paste:andLink:): secondPaste = nil; + * IPAllLayers.m (-newLayer:, -setName:, -displayChanged:): send DocLayerListHasChanged notification + IPAllLayers.m (-editingChanged:): new, to know if editing changed + IPLayer.m, h (-editingChanged): new, update inspector + IPLayerCell.m (-trackMouse:): call target's -editingChanged:, if available + -> Fix, Inspector: inform modules, if layer is added, renamed, displayed, or editing changed + * IPAllLayers.m (-setLayerList:): renew layer list, if order of layers changed + -> Fix, Inspector: update layers, if order of layers has been changed by module + +next Cenon 4.0.6 (2016-12-24) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ChangeLog/._2017.txt and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ChangeLog/._2017.txt differ diff -Nru cenon.app-4.0.2/ChangeLog/2017.txt cenon.app-4.0.6+ds1/ChangeLog/2017.txt --- cenon.app-4.0.2/ChangeLog/2017.txt 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/2017.txt 2017-11-21 15:13:43.000000000 +0000 @@ -0,0 +1,47 @@ +Cenon Change Log - 2017 + +2017-01-03 Georg Fleischmann + * Info.xib, Info-Cenon.plist, COPYRIGHT, README: Copyright updated + +2017-03-24 Georg Fleischmann [4.0.6] + * DXF-Import.m (-getText:...): array overflow fixed, formatting code improved + -> Fix, DXF-Import: formatting codes of MTEXT improved + +2017-03-28 Georg Fleischmann + * VPath (-drawRadialWithPrincipal:): division by zero for step fixed + -> Fix, color shading: potential issue for radial color shading fixed + * VPolyLine.m (-drawWithPrincipal:): avoid division by zero, if principal == nil in /scaleFactor + -> Fix, Export TIFF: issue with PolyLines fixed + +2017-04-10 Georg Fleischmann + * HiddenArea.m (-removePartsOf:hiddenBy:): exception fixed for missing init, now: splitListOg = [NSMutableArray new]; + -> Fix, Punch: issue in certain situations fixed + +2017-04-12 Georg Fleischmann + * Document.m (-saveTiff:): -setDepthLimit: removed for Apple (exception with Mac oS 10.12), handler added + -> Fix, Sierra: workaround for saving TIFF images + +2017-05-07 Ilonka Fleischmann + * DocView.m (-scaleGT0::): check r.size for 0 before division + -> Fix, Transform-Panel: scale absolute for 0-sized objects + +Cenon 4.0.6 beta 1 (2017-05-15) + +2017-05-23 (2017-03-15) Ilonka Fleischmann + * dvHiddenArea.m (-removePartsOf:hiddenBy:): 2x free(iPts) to be sure; +2017-04-10 Georg Fleischmann [4.0.6] + * HiddenArea.m (-removePartsOf:hiddenBy:): exception fixed for missing init, now: splitListOg = [NSMutableArray new]; + -> Fix, Punch: issue in certain situations fixed +2017-04-11 Ilonka Fleischmann + * HiddenArea.m (-removePartsOf:hiddenBy:): not splitted rectangles fixed + -> Fix, Punch: works for rectangles in certain difficult arrangements + +Cenon 4.0.6 beta 2 (2017-06-15) + +2017-11-21 Georg Fleischmann + * Main.xib, Vectorizer.xib, ToolPanel.xib, Info.xib: XCode 4.6 format + PreferencesPanel.subproj/PreferencesPanel.xib + -> Fix, GNUstep: Gnustep can only read older XIB format, + Apple tends to force everything to latest format, whenever opened in newer XCode + +next Cenon 4.0.6 (2017-11-21) diff -Nru cenon.app-4.0.2/ChangeLog/VersionLogs/English.lproj/Log-4.0.txt cenon.app-4.0.6+ds1/ChangeLog/VersionLogs/English.lproj/Log-4.0.txt --- cenon.app-4.0.2/ChangeLog/VersionLogs/English.lproj/Log-4.0.txt 2013-09-13 18:26:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/VersionLogs/English.lproj/Log-4.0.txt 2017-07-11 09:42:03.000000000 +0000 @@ -1,15 +1,121 @@ -Cenon 4.0.2 (2013-09-13) +Cenon 4.0.6 (2017-07-04) ++ Fix, color shades: possible division by zero fixed ++ Fix, DXF-Export: export of closed Paths corrected [since 4.0.4] ++ Fix, Text Path: handle return character within text ++ Fix, Transform-Panel: scale absolute for 0-sized objects ++ Fix, Punch: issue in certain situations fixed ++ Fix, Punch: works for rectangles in certain difficult arrangements [beta 2] ++ Fix, Sierra: workaround for saving TIFF images + +Cenon 4.0.5 (2016-11-21) + ++ Fix, Calculus: potential issue (division by zero) ++ Fix, Contour: Crash in very complex paths fixed ++ Fix, Path Contour: improved ++ Fix, Rectangle: copied rectangle includes direction ++ DXF-Import: improved (skip SPLINE frame control point in POLYLINE) +beta 2: ++ Fix, Contour left or right: with inside correction we move against milling direction [since 4.0.5 beta 1 ?] ++ Fix, Set Start Point: start point can not be set for open paths ++ Fix, Calculus: potential issue fixed (division by zero) +beta 3: ++ Mac OS 10.12, Sierra ++ Fix, Batch: 4.0.3 documents open with default-arrows pointing right/up [since 4.0.3] ++ Fix, Inlays: improved ++ Fix, Contour + Filling: again some bugs less ++ Fix, Output calculation: adding/removing a point to/from Path or Polyline now recalculates ++ Fix, Document-Window: caching issue fixed, which could result in a crash when closing a document +beta 4: ++ Fix, Text-Path: resize via Inspector works again [since 4.0.0] + +Cenon 4.0.4 (2016-03-14) + ++ Tool-Panel: German localization (Tool-Tips) added ++ Fix, DXF-Import: formatting code removed from string (AutoCAD >= 13) ++ Fix, DXF-Export: export of open Paths with multiple sub-paths ++ Fix, Gerber-Export: select tool for path elements ++ Fix, Groups: drag select with text or images without logging to console ++ Fix, Mac OS X 10.10: restrict document cache to a size Yosemite / Retina displays can handle ++ Fix, Mac OS X 10.10: Zoom (+/-) works now with Yosemite ++ Fix, Open File: catch console warning of open/save panel ++ Fix, Batch: New Documents open with Arrows pointing right and up ++ Fix, Add Point: Undo with multiple selected objects improved ++ Fix, Rotating Arcs with tool improved ++ Fix, Undo of Drag Point improved ++ Internal: Source prepared for SDK 10.10 issues (display functions redesigned) +beta 3: ++ SVG-Import: quadratic bezier curve implemented (q, Q, t, T) ++ Fix, SVGImport: stroked rect closed ++ Fix, Contour Left/Right: improved +beta 4: ++ New, Import: Preferences setting (Import -> Move to Origin) to move imported files to origin or not ++ PS-Import: improved to handle insane EPS files by pre-converting to simpler EPS ++ Printing: paper margins set to Null (stupid Apple redundancy since Mac OS 10.8) ++ Fix, Raster Contour, Mac OS 10.10: Retina/Yosemite workaround for large working areas ++ Fix, Contour Left/Right for Arc: improved (should have been here since 2015-08-11) +beta 5 ++ Import: document gets the name of the imported file (not UNTITLED) ++ Fix, DXF-Import: certain Arcs with 180 degree angle or extrusion direction were inverted (extrusion Z = -1) ++ Export: extensions with three letters added: + "cenon", "cen" + "gerber", "ger" + "hpgl", "hgl", "plt" + "tiff", "tif" ++ Fix, Text: selecting (by click) rotated text improved ++ Fix, Undo: change length Undo (Inspector) ++ Fix, Mac Os 10.10 (Yosemite): import directory is preserved for save ++ Fix, Mac OS 10.10 (Yosemite): double clicking title bar of document window will fold up window (not full screen mode) ++ Fix, Mac OS 10.11 (El Capitan): open document works +beta 6: ++ Fix, Mirrored Text: after resize, mirrored text could turn invisible (Mac OS 10.8 - 10.10) ++ Fix, Rotated Text: locked rotated text is not moving any more after editing ++ Fix, Undo: Undo for Fill object ++ Fix, Contour: possible crash fixed for Curves with zero length (or control points equal end points) +final: ++ Fix, Paste: no paste without editable layer ++ Fix, Paste: potential crash in certain situations + + +Cenon 4.0.3 (2015-02-09) + ++ New, Scale of 125% added ++ New, Import: Import of Cenon files ".cenon" added (Menu > File > Import) ++ New, Batch: more intuitive and flexible (with directional arrows) ++ Convenience: link from HOME/Documents/Cenon -> HOME/Library/Application Support/Cenon ++ Fix, DXF-Import: Pass color down the graphics hierarchy ++ Fix, DXF-Import: corrected Arcs with extrusion direction ++ Fix, Intersection Panel: create only one graphics for many intersection at one point ++ Fix, Update-Panel: same version, later date works now ++ Fix, SVG-Import: crash fixed when importing text ++ Fix, Image: Zoom of scaled images works again [4.0.2, 2014-02-28] ++ Fix, Curve: calculations of curves with only 3 points improved ++ Fix, Arc Clipping: arc sections completely inside Clipping Rectangle improved ++ Fix, PolyLine: moving of start/end points improved ++ Fix, Vectorizer: vectorizing on Yosemite (OS 10.10) repaired + +Cenon 4.0.2 (2014-02-24) + ++ Fix, 4.0.2: Zoom of scaled images works again [2014-02-28] ++ Fix, 4.0.2: 32 Bit works [2014-02-24] ++ Fix, 4.0.2: stroked paths without Antialiasing are visible again [2014-02-18] + Zoom with Command + / - + Grid: the Menu Format->Grid has assigned new key shortcuts: Cmd-* (On/Off), CMD-Alt-* (Panel), and Cmd-Shift-* (Align to Grid) + Transparency in Color-Panel + DXF-Import: import font of text if available + New: Opening a document restores scale factor ++ Fix, 64 Bit: 64 Bit improvements ++ Fix, Printing: set minimum line width to Preferences setting + Fix, AI-Import: more tolerant handling of string encodings + Fix, Arc Contour: accuracy improved + Fix, Rectangle: selection of rectangles with round corners improved + Fix, DXF-Import: place inserts on correct layer ++ Fix, DXF-Export, Apple: workaround for special characters in layer names ++ Fix, Move graphics: grabbing of selected graphics at control point is possible now ++ Fix, Rotate Object(s): Improvements ++ Fix, GNUstep: some fixes to make Cenon compile on Windows (thank's to Jason Whiteman) ++ Fix, Apple: Mavericks (OS 10.9): we rewrote the graphics cache of Cenon to work with Mavericks (OS 10.9) Cenon 4.0.1 (2012-11-16) diff -Nru cenon.app-4.0.2/ChangeLog/VersionLogs/German.lproj/Log-4.0.txt cenon.app-4.0.6+ds1/ChangeLog/VersionLogs/German.lproj/Log-4.0.txt --- cenon.app-4.0.2/ChangeLog/VersionLogs/German.lproj/Log-4.0.txt 2012-12-30 15:47:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/ChangeLog/VersionLogs/German.lproj/Log-4.0.txt 2017-08-09 16:28:10.000000000 +0000 @@ -1,8 +1,120 @@ +Cenon 4.0.6 (2017-07-04) + ++ Fix, Farbverlauf: potentielles Problem in radialem Farbverlauf behoben ++ Fix, DXF-Export: Export von geschlossenen Pfaden korrigiert [seit 4.0.4] ++ Fix, Text-Pfad: verbessert - Return-Zeichen im Text ++ Fix, Transform-Panel: Skalieren Absolut für Objekte mit 0-Breite oder Höhe ++ Fix, Ausstanzen: zweierlei Probleme in speziellen Situationen behoben ++ Fix, Ausstanzen: funktioniert für Rechtecke in speziellenr Anordnung [beta 2] ++ Fix, Sierra: Workaround für TIFF speichern + +Cenon 4.0.5 (2016-11-21) + ++ Fix, Berechnungen: potential issue (division by zero) ++ Fix, Kontur: potentieller Absturz in sehr komplexen Pfaden behoben ++ Fix, Pfad Kontur: verbessert ++ Fix, Rechteck: Richtung von Rechteck wird mit kopiert ++ DXF-Import: verbessert (SPLINE frame control point in POLYLINE wird ignoriert) +beta 2: ++ Fix, Kontur links/rechts: Innen-Korrektur wird Gegenläufig gefahren [since 4.0.5 beta 1 ?] ++ Fix, Start Punkt setzen: Startpunkt kann nur für geschlossene Pfade gesetzt werden ++ Fix, Berechnungen: potentielles Problem behoben (Division durch Null) +beta 3: ++ Mac OS 10.12, Sierra ++ Fix, Nutzen: 4.0.3 Dokumente öffnen mit Default-Pfeilen nach rechts/oben [since 4.0.3] ++ Fix, Intarsien: verbessert ++ Fix, Kontur + Füllung: Bug-Fixes ++ Fix, Ausgabe-Berechnung: Hinzufügen/Entfernen eines Stützpunkt in/vom Pfad oder PolyLine berechnet neu ++ Fix, Dokument-Fenster: Caching-Problem verbessert, das beim Schliessen eines Dokuments zum Absturz führen konnte +beta 4: ++ Fix, Text-Pfad: Grösse verändern via Inspektor funktioniert wieder [seit 4.0.0] + +Cenon 4.0.4 (2016-03-14) + ++ Tool-Panel: Deutsche Ãœbersetzung (Tool-Tips) ++ Fix, DXF-Import: Formattierungs-Code im Text wird entfernt (AutoCAD >= 13) ++ Fix, DXF-Export: Export von offenen Pfaden mit mehreren Unter-Pfaden verbessert ++ Fix, Gerber-Export: Werkzeug wird gesetzt für Pfad-Elemente ++ Fix, Gruppen: Selektierungs-Box mit Text oder Image ohne Konsole-Warnungen ++ Fix, Mac OS X 10.10: Cache-Grösse wird begrenzt, auf von Yosemite/Retina-Display handhabbare Werte ++ Fix, Mac OS X 10.10: Zoom (+/-) funktioniert wieder mit Yosemite ++ Fix, Datei Öffnen: Konsole-Warnung vom Datei-Panel entfernt ++ Fix, Nutzen: Neue Dokumente haben die Pfeile nach Rechts/Oben gesetzt ++ Fix, Stützpunkt einfügen: Undo mit mehreren selektierten Objekten (ungleich Pfad oder PolyLine) verbessert ++ Fix, Kreisbogen mit Maus drehen verbessert ++ Fix, Undo von Stützpunkt mit Maus verschieben verbessert ++ Intern: Vorbereitung für neues SDK 10.10 (Darstellung weitgehend überarbeitet) +beta 3: ++ SVG-Import: quadratische Bezierkurven implementiert (q, Q, t, T) ++ Fix, SVGImport: gestrokete Rechtecke geschlossen ++ Fix, Kontur Links/Rechts verbessert +beta 4: ++ Neu, Import: Voreinstellung (Import -> Zum Ursprung) verschiebt die importierte Grafik zum Ursprung ++ PS-Import: verbessert, problematische EPS Dateien werden vor-konvertiert in einfachereres EPS ++ Drucken: Papier-Ränder des Druckers werden auf Null gesetzt (seltsame Apple Redundanz seit Mac OS 10.8) ++ Fix, Raster Kontur, Mac OS 10.10: Retina/Yosemite Workaround für grosse Arbeitsbereiche ++ Fix, Kontur Links/Rechts für Arc: verbessert (wurde in beta 3 vergessen) +beta 5 ++ Import: Projekt bekommt den Namen der importierten Datei (nicht OHNE NAMEN) ++ Fix, DXF-Import: manche Winkel von 180 Grad sowie Hochzugs-Richtung wurden invertiert importiert (extrusion Z = -1) ++ Export: neue Extensions mit drei Buchstaben erlaubt: + "cenon", "cen" + "gerber", "ger" + "hpgl", "hgl", "plt" + "tiff", "tif" ++ Fix, Text: Selektieren (Click) von gedrehtem Text verbessert ++ Fix, Undo: Längen-Veränderung (Inspektor) ++ Fix, Mac OS 10.10 (Yosemite): Import-Verzeichnis bleibt für den Save As des neuen Projekts erhalten ++ Fix, Mac OS 10.10 (Yosemite): Doppelklick auf Fenster-Titel (Dokument) faltet Fenster zusammen (nicht Full-Screen) ++ Fix, Mac OS 10.11 (El Capitan): Öffnen von Dokumenten +beta 6: ++ Fix, Gespiegelter Text: nach einer Grössenänderung konnte gespiegelter Text unsichtbar werden (Mac OS 10.8 - 10.10) ++ Fix, Gedrehter Text: fixierter gedrehter Text verschiebt sich nicht mehr nach dem editieren ++ Fix, Undo: Undo für Grafik Füllen ++ Fix, Kontur: möglicher Crash bei Kurven mit 0-Länge (bzw. Stützpunkte in Endpunkten) behoben + +Cenon 4.0.3 (2015-02-09) + ++ Neu, Skalierung von 125% ergänzt ++ Neu, Import: Import von Cenon Dateien ".cenon" ergänzt (Menu > File > Import) ++ Neu, Nutzen: intuitivere und flexiblere Bedienung (mit Richtungs-Pfeilen) ++ Komfort: Link von HOME/Documents/Cenon -> HOME/Library/Application Support/Cenon ++ Fix, DXF-Import: Verbesserung des Imports von Farb-Hierarchien ++ Fix, DXF-Import: Kreisbögen/Arcs mit Extrusion Richtung verbessert ++ Fix, Schnitt Panel: es wird nur ein Objekt generiert bei mehreren Schnitten in einem Punkt ++ Fix, Update-Panel: bei gleicher Version wird ein späteres Versions-Datum berücksichtigt ++ Fix, SVG-Import: Absturz beim Import von Text behoben ++ Fix, Image: Zoom skalierter Images funktioniert wieder [4.0.2, 2014-02-28] ++ Fix, Curve: Berechnung von Kurven mit nur 3 Punkten verbessert ++ Fix, Arc Clipping: Kreisbögen im Clipping Rechteck verbessert ++ Fix, PolyLine: verschieben von Start/End Punkten verbessert ++ Fix, Vektorisieren: vektorisieren auf Yosemite (OS 10.10) repariert + +Cenon 4.0.2 (2013-12-20) + ++ Zoom mit Command + / - ++ Raster: das Menu Format->Gitter hat neue Tastatur-Kürzel: + Cmd-* (An/Aus), CMD-Alt-* (Panel), und Cmd-Shift-* (Ausrichten) ++ Transparenz im Farben Panel ++ DXF-Import: Zeichensatz wird importiert, wenn verfügbar ++ Neu: Dokument öffnet mit gespeicherter Skalierung ++ Fix, 64 Bit: 64 Bit Verbesserungen ++ Fix, Drucken: minimale Liniendicke wird aus den Voreinstellungen gesetzt ++ Fix, AI-Import: tolerantere Handhabung von Text-Encodings ++ Fix, Arc Kontur: Genauigkeit verbessert ++ Fix, Rechteck: Selektierung von Rechtecken mit abgerundeten Ecken verbessert ++ Fix, DXF-Import: Insert erscheinen auf korrekter Lage ++ Fix, DXF-Export, Apple: Workaround für Lagennamen mit Sonderzeichen ++ Fix, Grafik Verschieben: selektierte Grafik kann auch am Kontrollpunkt verschoben werden ++ Fix, Grafik(en) Drehen: Verbesserungen ++ Fix, GNUstep: Verbesserungen damit Cenon auf Windows kompiliert (Dank an Jason Whiteman) ++ Fix, Apple: Mavericks (OS 10.9): Grafik-Cache funktioniert jetzt auch auf Mavericks (OS 10.9) + Cenon 4.0.1 (2012-11-16) -+ Code-Signing fuer GateKeeper / Mountain Lion -+ Paket-Voraussetzungen: >= Mac OS 10.5 (Leopard), Intel Processor -+ Snapshots: offene Dokumente werden vor dem Oeffnen des Snapshots geschlossen ++ Code-Signing für GateKeeper / Mountain Lion ++ Paket-Voraussetzungen: >= Mac OS 10.5 (Leopard), Intel Prozessor ++ Snapshots: offene Dokumente werden vor dem Öffnen des Snapshots geschlossen + Fix, Rahmen-Selektierung: Selektierung von Gruppen verbessert Cenon 4.0.0 (2012-07-19) diff -Nru cenon.app-4.0.2/COPYRIGHT cenon.app-4.0.6+ds1/COPYRIGHT --- cenon.app-4.0.2/COPYRIGHT 2013-04-10 12:32:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/COPYRIGHT 2017-01-06 11:14:44.000000000 +0000 @@ -1,15 +1,20 @@ -Copyright (C) 1992 - 2013 by -vhf interservice GmbH -Im Marxle 3, 72119 Ammerbuch-Altingen, Germany -eMail: service@vhf.de -http://www.vhf.de -http://www.vhf-group.com +Copyright (C) 1992 - 2017 by +Cenon GmbH +Schwabstr. 45, 72108 Rottenburg a.N., Germany +eMail: info@Cenon.de +http://www.Cenon.de +http://www.Cenon.company +http://www.Cenon.biz +http://www.Cenon.com -Cenon is free software and is licensed under the vhf Public License (vhfPL). +The Cenon core is free software and is licensed under the Cenon Public +License (CenPL). See the file LICENSE for details. You are allowed to use and distribute Cenon as a whole. -You are allowed to use and modify the source codes of Cenon under the -terms of the vhf Public License (vhfPL). +You are allowed to use and modify the open source codes of Cenon under +the terms of the Cenon Public License (CenPL). + +Cenon CAM is proprietary software of the Cenon GmbH. The name Cenon, the dragon logo, and the icons build the identity of Cenon. They belong to Cenon and must not be used in other programs without @@ -22,5 +27,7 @@ All trademarks are the property of the respective owners. For uses of this software which do not fall under the definitions -laid down in the vhf Public License, a commercial license must +laid down in the Cenon Public License, a commercial license must be contracted by the developer/distributor with the copyright holder. + +www.cenon.info diff -Nru cenon.app-4.0.2/Danish.lproj/Contour.xib cenon.app-4.0.6+ds1/Danish.lproj/Contour.xib --- cenon.app-4.0.2/Danish.lproj/Contour.xib 2011-04-06 06:58:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/Contour.xib 2016-02-01 16:34:52.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1040 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + App @@ -41,33 +53,29 @@ Omrids NSPanel View - {1.79769e+308, 1.79769e+308} - {133.283, 5} + + {133.28299999999999, 5} 256 - - YES + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -78,6 +86,7 @@ 0 NO + NO YES @@ -85,13 +94,14 @@ 292 {{8, 76}, {96, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 0 @@ -102,26 +112,26 @@ 48 - 67239424 + 67108864 67108864 Afstand: - + {96, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 48 - 67239424 + 67108864 67108864 @@ -140,9 +150,10 @@ 290 {{6, 44}, {218, 25}} + YES - 67501824 + 67371264 0 @@ -156,39 +167,43 @@ NO NO + NO 289 {{119, 4}, {109, 32}} + YES - 67239424 + 67108864 134217728 Sæt - -2036186881 + -2036187136 1 DQ 200 25 + NO 265 {{97, 154}, {127, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Erstat kilde @@ -197,15 +212,13 @@ 1044 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -257,8 +270,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -272,13 +285,13 @@ 25 - 67239424 + 67108864 67108864 Raster algoritme 1 - 1210864127 + 1210863872 2 @@ -286,18 +299,18 @@ 200 25 - + {127, 18} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 -1 - 1210864127 + 1210863872 2 @@ -324,19 +337,24 @@ 289 {{122, 72}, {105, 26}} + YES - -2076049856 + -2076180416 2048 - + LucidaGrande 12 - 16 + 4883 - 109199615 + 109199360 1 - + + LucidaGrande + 12 + 16 + @@ -366,8 +384,7 @@ OtherViews - - YES + @@ -393,33 +410,36 @@ 2 - + 3 YES YES 1 + NO - + {230, 200} + {{0, 0}, {1920, 1178}} - {133.283, 27} - {1.79769e+308, 1.79769e+308} + {133.28299999999999, 27} + {10000000000000, 10000000000000} + YES - + - - YES + NO + contourPanel - 11 + 11 @@ -427,7 +447,7 @@ - 13 + 13 @@ -435,7 +455,7 @@ - 14 + 14 @@ -443,7 +463,7 @@ - 15 + 15 @@ -451,7 +471,7 @@ - 16 + 16 @@ -459,7 +479,7 @@ - 18 + 18 @@ -467,7 +487,7 @@ - 22 + 22 @@ -475,7 +495,7 @@ - 28 + 28 @@ -483,776 +503,227 @@ - 29 + 29 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + Contour - 4 + 4 - - YES + - + - 6 + 6 - - YES + - + - 8 + 8 - - YES + - + - 9 + 9 - 10 + 10 - - YES + - + - 17 + 17 - - YES + - + - 19 + 19 - - YES + - + - 20 + 20 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 32 + 32 - 33 + 33 - 34 + 34 - - YES + - + - 35 + 35 - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 26 + 26 - 25 + 25 - -3 + -3 Application - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBEditorWindowLastContentRect - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - 8.IBPluginDependency - 8.IBViewBoundsToFrameTransform - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{440, 842}, {120, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 807}, {230, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 807}, {230, 200}} - - - {133.283, 5} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABC7gAAwjgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBqAAAwqQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 807}, {230, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 36 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - - changeSaveType: - id - - - checkForUpdate: - id - - - doContourPanel: - id - - - import: - id - - - new: - id - - - okContourPanel: - id - - - openDocument: - id - - - restoreSnapshot: - id - - - revertToSaved: - id - - - runGridPanel: - id - - - save: - id - - - saveAs: - id - - - setCurrent2DTool: - id - - - showContourPanel: - id - - - showInfo: - id - - - showInspectorPanel: - id - - - showIntersectionPanel: - id - - - showPrefsPanel: - id - - - showProjectSettingsPanel: - id - - - showTilePanel: - id - - - showToolPanel: - id - - - showTransformPanel: - id - - - showWebPage: - id - - - showWorkingAreaPanel: - id - - - takeSnapshot: - id - - - terminate: - id - - - updateContourPanel: - id - - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - - contourField - id - - - contourPanel - id - - - contourSlider - id - - - contourSwitchMatrix - id - - - contourUnitPopup - id - - - gridPanel - id - - - helpPanel - id - - - iaPopup - id - - - iaaPopup - id - - - iaaRadio - id - - - importASCIIAccessory - id - - - importAccessory - id - - - infoVersionNo - id - - - inspectorPanel - id - - - intersectionPanel - id - - - kindOfVersion - id - - - opaMatrix - id - - - openPanelAccessory - id - - - ppaRadio - id - - - preferencesPanel - id - - - printPanelAccessory - id - - - projectSettingsPanel - id - - - savePanelAccessory - id - - - serialNumber - id - - - spaFormatPopUp - id - - - tilePanel - id - - - toolPanel - id - - - transformPanel - id - - - workingAreaPanel - id - - - IBProjectSource - App.h - - - - App - NSApplication - - setUnit: - id - - - setUnit: - - setUnit: - id - - - - IBUserSource - + ./Classes/App.h FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1269,544 +740,25 @@ - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - - - YES - {128, 128} - {9, 8} - {7, 2} - - + + {1024, 1024} + {11, 11} + {10, 3} + diff -Nru cenon.app-4.0.2/Danish.lproj/Document.xib cenon.app-4.0.6+ds1/Danish.lproj/Document.xib --- cenon.app-4.0.2/Danish.lproj/Document.xib 2012-12-30 15:42:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/Document.xib 2016-02-01 16:34:39.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12C2037 - 2844 - 1187.34 - 625.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButton NSButtonCell @@ -25,17 +24,15 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Document @@ -58,32 +55,27 @@ 256 - - YES + 274 {600, 364} - TileScrollView 266 - - YES + 274 - - YES + 266 - - YES + 274 @@ -92,7 +84,7 @@ - + {{0, 2}, {606, 1}} @@ -130,13 +122,11 @@ 265 - - YES + 274 - - YES + 272 @@ -183,8 +173,7 @@ YES OtherViews - - YES + 5% @@ -246,6 +235,18 @@ + + + 125% + + 1048576 + 2147483647 + + + _popUpItemAction: + 125 + + 150% @@ -390,7 +391,7 @@ 5000 - + 5 3 @@ -478,13 +479,13 @@ NO - + {142, 28} - + {{457, 3}, {142, 28}} @@ -510,13 +511,11 @@ 268 - - YES + 274 - - YES + 268 @@ -551,8 +550,7 @@ YES OtherViews - - YES + @@ -578,7 +576,7 @@ 2 - + 3 YES @@ -747,13 +745,13 @@ NO - + {450, 27} - + {{5, 4}, {450, 27}} @@ -776,13 +774,13 @@ 0 NO - + {600, 36} - + {{0, 364}, {600, 36}} @@ -809,7 +807,7 @@ 0 NO - + {600, 400} @@ -820,17 +818,17 @@ {10000000000000, 10000000000000} YES - + - - YES + NO + scrollView - 57 + 57 @@ -838,7 +836,7 @@ - 58 + 58 @@ -846,7 +844,7 @@ - 63 + 63 @@ -854,7 +852,7 @@ - 64 + 64 @@ -862,7 +860,7 @@ - 65 + 65 @@ -870,7 +868,7 @@ - 69 + 69 @@ -878,7 +876,7 @@ - 70 + 70 @@ -886,7 +884,7 @@ - 82 + 82 @@ -894,7 +892,7 @@ - 104 + 104 @@ -902,7 +900,7 @@ - 105 + 105 @@ -910,7 +908,7 @@ - 45 + 45 @@ -918,7 +916,7 @@ - 62 + 62 @@ -926,7 +924,7 @@ - 84 + 84 @@ -934,7 +932,7 @@ - 98 + 98 @@ -942,99 +940,89 @@ - 100 + 100 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + DocWindow - 5 + 5 - - YES + - + - 33 + 33 - 102 + 102 - - YES + - + - -3 + -3 Application - 19 + 19 - - YES - + - 16 + 16 - - YES + - + - 17 + 17 - - YES + @@ -1044,32 +1032,29 @@ - + - 36 + 36 - - YES + - + - 108 + 108 - - YES + - + - 24 + 24 - - YES + @@ -1088,445 +1073,361 @@ - + + - 101 + 101 - 78 + 78 - 77 + 77 - 76 + 76 - 74 + 74 - 42 + 42 - 41 + 41 - 37 + 37 - 34 + 34 - 31 + 31 - 29 + 29 - 28 + 28 - 25 + 25 - 22 + 22 - 21 + 21 - 20 + 20 - 14 + 14 - 4 + 4 - 12 + 12 - - YES + - + - 107 + 107 - 97 + 97 - - YES + - + - 109 + 109 - 99 + 99 - - YES + - + - 110 + 110 - 11 + 11 - - YES + - + - 113 + 113 - - YES + - + - 15 + 15 - - YES + - + - 35 + 35 - 32 + 32 - 23 + 23 - 13 + 13 - - YES + - + - 114 + 114 - 9 + 9 - - YES + - + - 112 + 112 - 39 + 39 - - YES + - + - 117 + 117 - 6 + 6 - - YES + - + - 111 + 111 - 40 + 40 - - YES + - + - 118 + 118 - 18 + 18 - - YES + - + - 115 + 115 - 27 + 27 - - YES + - + - 116 + 116 - 43 + 43 - - YES + - + - 119 + 119 - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 11.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 13.IBPluginDependency - 14.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 18.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 22.IBPluginDependency - 23.IBPluginDependency - 24.IBPluginDependency - 25.IBPluginDependency - 27.IBPluginDependency - 28.IBPluginDependency - 29.IBPluginDependency - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 41.IBPluginDependency - 42.IBPluginDependency - 43.IBPluginDependency - 5.IBPluginDependency - 6.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 9.IBPluginDependency - 97.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 745}, {600, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + 120 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 745}, {600, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - + - 119 - - YES + ChangeManager NSResponder @@ -1554,35 +1455,41 @@ TileScrollView NSScrollView + + resPopupListButton + NSPopUpButton + + + resPopupListButton + + resPopupListButton + NSPopUpButton + + IBProjectSource ./Classes/TileScrollView.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - lupe - - - YES - {11, 11} - {10, 3} - {14, 14} - - + + {11, 11} + {10, 3} + {14, 14} + diff -Nru cenon.app-4.0.2/Danish.lproj/Info.xib cenon.app-4.0.6+ds1/Danish.lproj/Info.xib --- cenon.app-4.0.2/Danish.lproj/Info.xib 2013-04-08 14:25:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/Info.xib 2017-11-21 14:35:32.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSCustomObject NSImageCell NSImageView @@ -19,62 +18,55 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{176, 656}, {479, 330}} 1886912512 Cenon info NSPanel - View + {140.04900000000001, 5} - + 256 - - YES - - + + + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {479, 330} - + YES - - 134217728 + + 0 33554432 NSImage @@ -88,84 +80,84 @@ NO YES - - + + 256 {{330, 136}, {136, 30}} - + YES - + 67108864 67108864 dmVkIEdlb3JnIEZsZWlzY2htYW5uCklsb25rYSBGbGVpc2NobWFubg - + Helvetica 12 16 - - + + 3 MAA - + 3 MQA NO - - + + 256 {{298, 116}, {168, 17}} - + YES - + 67108864 67108864 Dansk: Erik Richard Sørensen - - - - + + + + NO - - + + 256 {{218, 8}, {248, 100}} - + YES - + -2080374784 67108864 - dmhmIGludGVyc2VydmljZSBHbWJICkltIE1hcnhsZSAzCkQtNzIxMTkgQWx0aW5nZW4KIGVNYWlsOiBz -ZXJ2aWNlQHZoZi5kZQpJbnRlcm5ldDogd3d3LmNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g -MjAxMyB2aGYgaW50ZXJzZXJ2aWNlIEdtYkggA - + Q2Vub24gR21iSApTY2h3YWJzdHIuIDQ1CjcyMTA4IFJvdHRlbmJ1cmcsIEdlcm1hbnkKIGVNYWlsOiBp +bmZvQENlbm9uLmNvbQpJbnRlcm5ldDogd3d3LkNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g +MjAxNyBDZW5vbiBHbWJIIA + Helvetica 11 16 - - - + + + NO - - + + 256 {{260, 202}, {206, 18}} - + YES - + 67108864 67108864 Graphics Software with Style @@ -174,26 +166,26 @@ 14 16 - - + + 1 MCAwIDAAA - + 1 MSAxIDEAA NO - - + + 256 {{386, 179}, {80, 20}} - + YES - + 67108864 67108864 No. 930205 @@ -202,334 +194,321 @@ 14 16 - - - + + + NO - - + + 256 {{8, 8}, {44, 14}} - + YES - + 67108864 0 Version: - - - - + + + + NO - - + + 256 {{55, 5}, {155, 17}} - + YES - + 67108864 0 - 4.0.0 - - - - + 4.0.6 + + + + NO - + {479, 330} - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {140.04900000000001, 27} {10000000000000, 10000000000000} YES - + - - YES + NO + infoPanel - - + + - 15 + 15 - kindOfVersion - - + infoVersionNo + + - 17 + 30 - serialNumber - - + kindOfVersion + + - 19 + 17 - infoVersionNo - - + serialNumber + + - 30 + 19 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - InfoPanel + Application - 14 - - - YES - - - - - - - - - - + 2 + + + + + + InfoPanel - 4 - - - YES - - - + 14 + + + + + + + + + + + + - 6 - - - YES - - - + 20 + + + + + - 8 - - - YES - - - + 37 + + - 10 - - - YES - - - + 6 + + + + + - 11 - - - YES - - - + 33 + + - 20 - - - YES - - - + 39 + + + + + - 28 - - - YES - - - + 40 + + - 32 - - + 11 + + + + + - 33 - - + 36 + + - 34 - - + 8 + + + + + - 35 - - + 34 + + - 36 - - + 10 + + + + + - 37 - - + 35 + + - 38 - - + 4 + + + + + - -3 - - - Application + 32 + + - 39 - - - YES - - - + 28 + + + + + - 40 - - + 38 + + - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 11.IBPluginDependency - 14.IBPluginDependency - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 20.IBPluginDependency - 28.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 38.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 6.IBPluginDependency - 8.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{354, 786}, {479, 330}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - + - 40 - - YES + App NSApplication @@ -538,13 +517,18 @@ ./Classes/App.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 diff -Nru cenon.app-4.0.2/Danish.lproj/LayerDetails.xib cenon.app-4.0.6+ds1/Danish.lproj/LayerDetails.xib --- cenon.app-4.0.2/Danish.lproj/LayerDetails.xib 2010-02-09 07:14:14.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/LayerDetails.xib 2014-10-14 11:35:59.000000000 +0000 @@ -1,31 +1,39 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1060 + 12F45 + 3084 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 3084 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -46,7 +54,7 @@ Lag detaljer NSPanel View - {1.79769e+308, 1.79769e+308} + {232, 182} @@ -58,9 +66,10 @@ 289 {{168, 4}, {62, 32}} + YES - 67239424 + 67108864 134217728 Sæt @@ -69,13 +78,14 @@ 16 - -2036186881 + -2036187136 1 DQ 200 25 + NO @@ -94,9 +104,10 @@ {{6, 140}, {48, 48}} + YES - 130560 + 134217728 33554432 NSImage @@ -107,6 +118,7 @@ 0 NO + NO YES @@ -114,9 +126,10 @@ 266 {{8, 76}, {216, 21}} + YES - -1805517312 + -1805647872 0 Navn @@ -141,19 +154,21 @@ + NO 266 {{5, 104}, {222, 26}} + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -254,20 +269,22 @@ YES 1 + NO 266 {{6, 44}, {220, 18}} + YES - 67239424 + 67108864 0 brug til flerfoldig produktion - 1211912703 + 1211912448 2 NSImage @@ -281,15 +298,17 @@ 200 25 + NO 256 {{0, 135}, {232, 5}} + {0, 0} - 67239424 + 67108864 0 Box @@ -311,10 +330,17 @@ {232, 192} + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {232, 204} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES + + + + 256 + {125, 1} @@ -354,27 +380,29 @@ - delegate - - - - 38 - - - batchSwitch 40 + + + delegate + + + + 38 + YES 0 - + + YES + @@ -464,20 +492,10 @@ YES - - - 256 - {{2, 2}, {125, 1}} - - 60 - - - - 62 @@ -556,103 +574,82 @@ + + 60 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency 17.IBPluginDependency - 17.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBEditorWindowLastContentRect 20.IBPluginDependency - 20.ImportedFromIB2 23.IBPluginDependency - 23.ImportedFromIB2 25.IBPluginDependency - 25.ImportedFromIB2 26.IBPluginDependency - 26.ImportedFromIB2 - 3.IBEditorWindowLastContentRect 3.IBPluginDependency 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize 35.IBPluginDependency - 35.ImportedFromIB2 36.IBPluginDependency - 36.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 4.IBPluginDependency - 4.ImportedFromIB2 59.IBPluginDependency - 59.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 60.IBPluginDependency - 60.ImportedFromIB2 + 62.IBPluginDependency + 63.IBPluginDependency + 64.IBPluginDependency + 65.IBPluginDependency + 66.IBPluginDependency 67.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{323, 936}, {222, 113}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 919}, {232, 192}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{329, 919}, {232, 192}} - - - {232, 182} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + 67 @@ -661,78 +658,47 @@ YES - FirstResponder - - IBUserSource - - - - - LayerDetailsController - NSObject - - YES - - YES - set: - showPanel: - - - YES - id - id - - - - YES - - YES - batchSwitch - nameField - panel - typePopup - - - YES - id - id - id - id - - - - IBProjectSource - LayerDetailsController.h - - - LayerDetailsController NSObject - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/LayerDetailsController.h 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 + + YES + + YES + Cenon + NSMenuCheckmark + NSMenuMixedState + NSSwitch + + + YES + {512, 512} + {11, 11} + {10, 3} + {15, 15} + + diff -Nru cenon.app-4.0.2/Danish.lproj/Main.xib cenon.app-4.0.6+ds1/Danish.lproj/Main.xib --- cenon.app-4.0.2/Danish.lproj/Main.xib 2013-03-21 12:53:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/Main.xib 2017-11-21 14:30:45.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButtonCell NSCustomObject @@ -24,1292 +23,1270 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + Hoved - - YES - - + + + Cenon 1048576 2147483647 - + NSImage NSMenuCheckmark - + NSImage NSMenuMixedState submenuAction: - + Cenon - - YES - - + + + Om Cenon ... 1048576 2147483647 - - + + - - + + Indstillinger ... 1048576 2147483647 - - + + - - + + Projekt indstillinger ... s 1572864 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Tjenester 1048576 2147483647 - - + + submenuAction: - + Tjenester - - YES - + _NSServicesMenu - - + + YES YES 1048576 2147483647 - - + + - - + + Skjul Cenon h 1048576 2147483647 - - + + - - + + Skjul andre 1048576 2147483647 - - + + - - + + Vis alle 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Afslut Cenon q 1048576 2147483647 - - + + - + _NSAppleMenu - - + + Arkiv 1048576 2147483647 - - + + submenuAction: - + Arkiv - - YES - - + + + Ny ... n 1048576 2147483647 - - + + - - + + Ã…bn ... o 1048576 2147483647 - - + + - - + + Importer ... 2147483647 - - + + - - + + Vend tilgage til arkiveret ... u 1048576 2147483647 - - + + - - + + Arkiver s 1048576 2147483647 - - + + - - + + Arkiver som ... S 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Udskriv ... p 1048576 2147483647 - - + + - + - - + + Rediger 1048576 2147483647 - - + + submenuAction: - + Rediger - - YES - - + + + Klip x 1048576 2147483647 - - + + - - + + Kopier c 1048576 2147483647 - - + + - - + + Indsæt v 1048576 2147483647 - - + + - - + + Slet 1048576 2147483647 - - + + - - + + Fortryd z 1048576 2147483647 - - + + - - + + Gentag Z 1048576 2147483647 - - + + - - + + Opbyg kontur ... 1048576 2147483647 - - + + - - + + IndgÃ¥ j 1048576 2147483647 - - + + - - + + Adskil J 1048576 2147483647 - - + + - - + + Perforering U 1048576 2147483647 - - + + - - + + Gruppe g 1048576 2147483647 - - + + - - + + Afgrupper G 1048576 2147483647 - - + + - - + + Spejl m 1048576 2147483647 - - + + - - + + Roter 90Ëš r 1048576 2147483647 - - + + - - + + Skift retning d 1048576 2147483647 - - + + - - + + Set Start y 1048576 2147483647 - - + + - - + + Vælg ensartede e 1048576 2147483647 - - + + - - + + Vælg farve 1048576 2147483647 - - + + - - + + Vælg alt a 1048576 2147483647 - - + + - + - - + + Format 1048576 2147483647 - - + + submenuAction: - + Format - - YES - - + + + Skrift 1048576 2147483647 - - + + submenuAction: - + Skrift - - YES - - + + + Skriftpanel ... t 1048576 2147483647 - - + + - - + + Fed b 1048576 2147483647 - - + + 2 - - + + Kursiv i 1048576 2147483647 - - + + 1 - - + + Understrege 1048576 2147483647 - - + + - - + + Overhæng 1048576 2147483647 - - + + submenuAction: - + Overhæng - - YES - - + + + Brug standard 1048576 2147483647 - - + + - - + + Brug ingen 1048576 2147483647 - - + + - - + + Sammentræk - - 1048576 + [ + 1572864 2147483647 - - + + - - + + Løsne - - 1048576 + ] + 1572864 2147483647 - - + + - + - - + + Ligaturer 1048576 2147483647 - - + + submenuAction: - + Ligaturer - - YES - - + + + Brug standard 1048576 2147483647 - - + + - - + + Brug ingen 1048576 2147483647 - - + + - - + + Brug alle 1048576 2147483647 - - + + - + - - + + Grundlinie 1048576 2147483647 - - + + submenuAction: - + Grundlinie - - YES - - + + + Brug standard 1048576 2147483647 - - + + - - + + Hævet skrift 1048576 2147483647 - - + + - - + + Sænket skrift 1048576 2147483647 - - + + - - + + Hæv 1048576 2147483647 - - + + - - + + Sænk 1048576 2147483647 - - + + - + - - + + Kopier skrift 3 1048576 2147483647 - - + + - - + + Indsæt skrift 4 1048576 2147483647 - - + + - + _NSFontMenu - - + + Tekst 1048576 2147483647 - - + + submenuAction: - + Tekst - - YES - - + + + Venstrejuster < 1048576 2147483647 - - + + - - + + Center - 1048576 2147483647 - - + + - - + + Højre juster > 1048576 2147483647 - - + + - - + + Vis lineal R 1048576 2147483647 - - + + - - + + Kopier lineal 1 1048576 2147483647 - - + + - - + + Indsæt lineal 2 1048576 2147483647 - - + + - - + + Add Link k 1048576 2147483647 - - + + - - + + Konverter til sti 1048576 2147483647 - - + + - - + + Bind til sti 1048576 2147483647 - - + + - + - - + + Net 1048576 2147483647 - - + + submenuAction: - + Net - - YES - - + + + Aktiver net * 1048576 2147483647 - - + + 1 - - + + Juster til net * 1179648 2147483647 - - + + - - + + Sæt ... * 1572864 2147483647 - - + + - + - - + + Læg forrest 8 1048576 2147483647 - - + + - - + + Læg frem ( 1048576 2147483647 - - + + - - + + Læg tilbage 9 1048576 2147483647 - - + + - - + + Send tilbage ) 1048576 2147483647 - - + + - - + + ArbejdsomrÃ¥de ... A 1048576 2147483647 - - + + - - + + Side layout ... P 1048576 2147483647 - - + + - + - - + + Værktøj 1048576 2147483647 - - + + submenuAction: - + Værktøj - - YES - - + + + Værktøj ... 2147483647 - - + + - - + + Farver ... C 1048576 2147483647 - - + + - - + + Inspektor ... 1 1048576 2147483647 - - + + - - + + Multi produktion ... B 1048576 2147483647 - - + + - - + + Transformeringspanel ... F 1048576 2147483647 - - + + - - + + Intersektionspanel ... i 1572864 2147483647 - - + + - - + + Vectorize Images ... V 1048576 2147483647 - - + + - + - - + + Vis 1048576 2147483647 - - + + submenuAction: - + Vis - - YES - - + + + Vis koordinater c 1572864 2147483647 - - + + 1 - - + + Vis retninger D 1048576 2147483647 - - + + 1 - + - - + + Vindue 1048576 2147483647 - - + + submenuAction: - + Vindue - - YES - - + + + Arranger i front 1048576 2147483647 - - + + - - + + Minimer vindue m 1048576 2147483647 - - + + - - + + Luk vindue w 1048576 2147483647 - - + + - - + + YES YES 2147483647 - - + + - - + + Opret skærmbillede ... 2147483647 - - + + - - + + Gendan skærmbillede ... 2147483647 - - + + - + _NSWindowsMenu - - + + Hjælp 1048576 2147483647 - - + + submenuAction: - + Hjælp - - YES - - + + + Cenon Web Page 2147483647 - - + + - - + + YES Release Notes 2147483647 - - + + 2 - - + + Online FAQ 2147483647 - - + + 1 - - + + Send Feedback ... 2147483647 - - + + 3 - - + + Check for Updates ... 2147483647 - - + + 4 - - + + YES YES 2147483647 - - + + - - + + Cenon hjælp ? 1048576 2147483647 - - + + - + - + _NSMainMenu - + NSFontManager - + 3 2 {{182, 617}, {450, 400}} 1618477056 Tilbehør NSPanel - View + - + 256 - - YES - - + + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 5}, {338, 26}} - + YES - - 67108928 + + -2080374720 1024 - + Helvetica 12 16 - + -2038284288 1 - + LucidaGrande 12 16 + 400 75 - - + + Cenon (.cenon) 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + PostScript (.eps) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Gerber (.gerber) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - - + + DXF (.dxf) 1048576 2147483647 - - + + _popUpItemAction: 3 - + - - + + HPGL (.hpgl) 1048576 2147483647 - - + + _popUpItemAction: 4 - + - - + + TIFF (.tiff) 1048576 2147483647 - - + + _popUpItemAction: 5 - + - - + + Type1 skrift (.font) 1048576 2147483647 - - + + _popUpItemAction: 6 - + - + 3 YES @@ -1318,20 +1295,20 @@ NO - + {{2, 2}, {349, 36}} - + - + {{8, 146}, {353, 54}} - + {0, 0} 67108864 - 0 + 134217728 Format - - + + 6 System textBackgroundColor @@ -1342,63 +1319,58 @@ 3 - MCAwLjgwMDAwMDAxMTkAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 260 {{6, 33}, {190, 41}} - + YES NO 1 5 - - YES - + + -2080374784 134217728 Knap - + LucidaGrande 14 16 - -1228652544 2 - + NSImage sortRowULLR - 200 - 25 + 400 + 75 - + 67108864 134217728 Knap - - + 1 -1228652544 2 @@ -1408,15 +1380,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Knap - - + 2 -1228652544 2 @@ -1426,15 +1397,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Knap - - + 3 -1228652544 2 @@ -1444,15 +1414,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Knap - - + -1228652544 2 @@ -1461,29 +1430,30 @@ - 200 - 25 + 400 + 75 - + {38, 38} {0, 0} 1140850688 NSActionCell - + 67108864 134217728 Button - + -2033958912 6 - + - 200 - 25 + 400 + 75 - - + -1 + -1 + 6 System controlColor @@ -1492,68 +1462,68 @@ MC42NjY2NjY2NjY3AA - + - - + + 258 {{5, 5}, {266, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Ingen tegnkonvertering 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + MS DOS 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + MS Windows 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1562,13 +1532,13 @@ NO - - + + 260 {{8, 80}, {84, 19}} - + YES - + 67108864 0 Sorter regel: @@ -1577,10 +1547,9 @@ 14 16 - - YES - - + + + 6 System controlTextColor @@ -1592,105 +1561,103 @@ NO - + {{2, 2}, {276, 104}} - + - + {{8, 9}, {280, 108}} - + {0, 0} 67108864 - 0 + 134217728 Helvetica-Bold 12 16 - + 3 - MCAwLjgwMDAwMDAxMTkAA + MCAwLjgAA - + 3 0 0 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 6}, {338, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Valgt lag 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + Nytt lag 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Eksisterende lag 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1699,2577 +1666,2527 @@ NO - + {{2, 2}, {349, 39}} - + - + {{8, 243}, {353, 57}} - + {0, 0} 67108864 - 0 + 134217728 Importer til - - + + 3 - MCAwLjgwMDAwMDAxMTkAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 259 {{49, 7}, {327, 32}} - + YES NO 1 3 - - YES - + + 67108864 134217728 Examples - - + + LucidaGrande + 12 + 4883 + -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Home Library - - + 1 -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Documents - - + 2 -2038284288 35 + - 200 - 25 + 400 + 75 - + {109, 32} {0, 0} -2063597568 - - + NSActionCell + 67108864 134217728 - + LucidaGrande 13 1044 -2038284288 1 - + + LucidaGrande + 13 + 16 + - 200 - 25 + 400 + 75 -1 -1 - - + + - - + + 268 {{6, 15}, {39, 16}} - + YES - + 68157504 272630784 Goto: - - - - + + + + NO - + {{2, 2}, {421, 44}} - + - + {{8, 322}, {425, 48}} - + {0, 0} 67108864 - 0 + 134217728 - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO YES - + {450, 400} {{0, 0}, {1920, 1178}} {10000000000000, 10000000000000} YES - + - - YES + NO + - - showInspectorPanel: - - + + iaPopup + + - 151 + 434 - - openDocument: - - + + iaaPopup + + - 161 + 384 - - new: - - + + iaaRadio + + - 162 + 375 - - showWorkingAreaPanel: - - + + importASCIIAccessory + + - 193 + 374 - - showToolPanel: - - + + importAccessory + + - 198 + 433 - - showTilePanel: - - + + opaMatrix + + + + 547 + + + + openPanelAccessory + + - 199 + 545 savePanelAccessory - - + + - 206 + 206 spaFormatPopUp - - + + - 207 + 207 - runGridPanel: - - + showInfo: + + - 222 + 478 - - importASCIIAccessory - - + + showPrefsPanel: + + - 374 + 481 - - iaaRadio - - + + showProjectSettingsPanel: + + - 375 + 502 - - iaaPopup - - + + terminate: + + - 384 + 484 - showTransformPanel: - - + new: + + - 413 + 162 - showIntersectionPanel: - - + openDocument: + + - 414 + 161 - changeSaveType: - - + runGridPanel: + + - 419 + 222 - - importAccessory - - + + showWorkingAreaPanel: + + - 433 + 193 - - iaPopup - - + + showToolPanel: + + - 434 + 198 - showInfo: - - + showInspectorPanel: + + - 478 + 151 - showPrefsPanel: - - + showTilePanel: + + - 481 + 199 - terminate: - - + showTransformPanel: + + - 484 + 413 - showProjectSettingsPanel: - - + showIntersectionPanel: + + - 502 + 414 showVectorizer: - - + + - 532 + 532 - - openPanelAccessory - - + + changeSaveType: + + - 545 + 419 changeOpenLocation: - - - - 546 - - - - opaMatrix - - + + - 547 + 546 - cut: - - + hide: + + - 135 + 482 - copy: - - + hideOtherApplications: + + - 136 + 483 - paste: - - + import: + + - 137 + 421 - performMiniaturize: - - + revertToSaved: + + - 139 + 195 - performClose: - - + save: + + - 140 + 145 - arrangeInFront: - - + saveAs: + + - 141 + 149 - save: - - + printDocument: + + - 145 + 438 - selectAll: - - + cut: + + - 148 + 135 - saveAs: - - + copy: + + - 149 + 136 - join: - - + paste: + + - 163 + 137 - split: - - + delete: + + - 164 + 165 - delete: - - + undoChange: + + - 165 + 393 - group: - - + redoChange: + + - 166 + 394 - ungroup: - - + buildContour: + + - 167 + 169 - buildContour: - - + join: + + - 169 + 163 - orderFrontColorPanel: - - + split: + + - 170 + 164 - alignLeft: - - + punch: + + - 171 + 210 - alignCenter: - - + group: + + - 172 + 166 - alignRight: - - + ungroup: + + - 173 + 167 - copyRuler: - - + mirror: + + - 174 + 188 - pasteRuler: - - + rotateG: + + - 175 + 192 - toggleRuler: - - + reverse: + + - 176 + 496 - bringToFront: - - + pathSetStartPoint: + + - 177 + 534 - copyFont: - - + selectEqual: + + - 182 + 187 - pasteFont: - - + selectColor: + + - 183 + 200 - underline: - - + selectAll: + + - 184 + 148 - selectEqual: - - + underline: + + - 187 + 184 - mirror: - - + useStandardKerning: + + - 188 + 301 - sendToBack: - - + turnOffKerning: + + - 189 + 300 - rotateG: - - + tightenKerning: + + - 192 + 299 - revertToSaved: - - + loosenKerning: + + - 195 + 298 - displayDirections: - - + useStandardLigatures: + + - 196 + 317 - flatten: - - + turnOffLigatures: + + - 197 + 318 - selectColor: - - + useAllLigatures: + + - 200 + 319 - punch: - - + unscript: + + - 210 + 332 - toggleGrid: - - + superscript: + + - 223 + 331 - loosenKerning: - - + subscript: + + - 298 + 330 - tightenKerning: - - + raiseBaseline: + + - 299 + 329 - turnOffKerning: - - + lowerBaseline: + + - 300 + 328 - useStandardKerning: - - + copyFont: + + - 301 + 182 - useStandardLigatures: - - + pasteFont: + + - 317 + 183 - turnOffLigatures: - - + alignLeft: + + - 318 + 171 - useAllLigatures: - - + alignCenter: + + - 319 + 172 - lowerBaseline: - - + alignRight: + + - 328 + 173 - raiseBaseline: - - + toggleRuler: + + - 329 + 176 - subscript: - - + copyRuler: + + - 330 + 174 - superscript: - - + pasteRuler: + + - 331 + 175 - unscript: - - + addLink: + + - 332 + 528 - changeLayout: - - + flatten: + + - 333 + 197 - undoChange: - - + bindTextToPath: + + - 393 + 397 - redoChange: - - + toggleGrid: + + - 394 + 223 - bindTextToPath: - - + bringToFront: + + - 397 + 177 - import: - - + bringForward: + + - 421 + 490 - printDocument: - - + sendToBack: + + - 438 + 189 - showHelp: - - + sendBackward: + + - 448 + 491 - hide: - - + changeLayout: + + - 482 + 333 - hideOtherApplications: - - + orderFrontColorPanel: + + - 483 + 170 - bringForward: - - + toggleCoordDisplay: + + - 490 + 500 - sendBackward: - - + displayDirections: + + - 491 + 196 - reverse: - - + arrangeInFront: + + - 496 + 141 - toggleCoordDisplay: - - + performMiniaturize: + + - 500 + 139 - restoreSnapshot: - - + performClose: + + - 515 + 140 takeSnapshot: - - + + - 516 + 516 - showWebPage: - - + restoreSnapshot: + + - 518 + 515 showWebPage: - - + + - 524 + 518 showWebPage: - - + + - 525 + 524 - addLink: - - + showWebPage: + + - 528 + 525 checkForUpdates: - - + + - 530 + 530 - pathSetStartPoint: - - + showHelp: + + - 534 + 448 orderFrontFontPanel: - - + + - 178 + 178 addFontTrait: - - + + - 185 + 185 addFontTrait: - - + + - 186 + 186 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 20 - - - YES - - - - - - - - - + -3 + - MainMenu + Application - 10 - - - YES - - - + 20 + + + + + + + + + + + + + MainMenu - 126 - - - YES - - - - - - - - - + 472 + + + + + - 17 - - + 466 + + + + + + + + + + + + + + + - 41 - - + 477 + + - 73 - - + 476 + + - 94 - - + 501 + + - 407 - - + 467 + + - 409 - - + 473 + + + + + - 40 - - - YES - - - + 474 + + - 30 - - - YES - - - - + 471 + + - 66 - - + 469 + + - 498 - - + 475 + + - 49 - - - YES - - - + 465 + + - 26 - - - YES - - - - - - - - - - - + 468 + + - 13 - - + 464 + + - 51 - - - YES - - - + 86 + + + + + - 35 - - - YES - - - - - - - - - - - + 74 + + + + + + + + + + + + - 79 - - + 33 + + - 88 - - + 19 + + - 98 - - + 420 + + - 107 - - + 4 + + - 115 - - + 113 + + - 124 - - + 96 + + - 291 - - - YES - - - + 437 + + - 294 - - - YES - - - - - - + 435 + + - 292 - - + 52 + + + + + - 293 - - + 38 + + + + + + + + + + + + + + + + + + + + + + + - 295 - - + 65 + + - 297 - - + 50 + + - 311 - - - YES - - - + 15 + + - 316 - - - YES - - - - - + 53 + + - 312 - - + 389 + + - 313 - - + 391 + + - 315 - - + 16 + + - 325 - - - YES - - - + 131 + + - 326 - - - YES - - - - - - - + 64 + + - 320 - - + 129 + + - 321 - - + 48 + + - 323 - - + 121 + + - 324 - - + 25 + + - 327 - - + 8 + + - 59 - - + 494 + + - 72 - - - YES - - - + 533 + + - 58 - - - YES - - - - - - - - - - - + 85 + + - 3 - - + 105 + + - 42 - - + 56 + + - 46 - - + 49 + + + + + - 61 - - + 26 + + + + + + + + + + + + + - 78 - - + 51 + + + + + - 87 - - + 35 + + + + + + + + + + + + + - 106 - - + 124 + + - 395 - - + 107 + + - 103 - - + 88 + + - 123 - - + 79 + + - 213 - - - YES - - - + 291 + + + + + - 216 - - - YES - - - - - + 294 + + + + + + + + - 214 - - + 297 + + - 218 - - + 295 + + - 219 - - + 293 + + - 486 - - + 292 + + - 488 - - + 311 + + + + + - 52 - - - YES - - - + 316 + + + + + + + - 38 - - - YES - - - - - - - - - - - - - - - - - - - - - + 315 + + - 8 - - + 312 + + - 15 - - + 313 + + - 16 - - + 325 + + + + + - 25 - - + 326 + + + + + + + + + - 48 - - + 323 + + - 50 - - + 321 + + - 53 - - + 320 + + - 56 - - + 327 + + - 64 - - + 324 + + - 65 - - + 115 + + - 85 - - + 98 + + - 105 - - + 72 + + + + + - 121 - - + 58 + + + + + + + + + + + + + - 129 - - + 3 + + - 131 - - + 46 + + - 389 - - + 106 + + - 391 - - + 87 + + - 494 - - + 78 + + - 86 - - - YES - - - + 61 + + - 74 - - - YES - - - - - - - - - - + 527 + + - 4 - - + 42 + + - 19 - - + 395 + + - 33 - - + 213 + + + + + - 96 - - + 216 + + + + + + + - 113 - - + 214 + + - 420 - - + 219 + + - 435 - - + 218 + + - 437 - - + 13 + + - 133 - - - YES - - - + 486 + + - 117 - - - YES - - - - - - - - + 123 + + - 6 - - + 488 + + - 116 - - + 103 + + - 128 - - + 59 + + - 445 - - - YES - - - + 10 + + + + + - 447 - - - YES - - - - - - - - - + 126 + + + + + + + + + + + - 446 - - + 41 + + - 472 - - - YES - - - + 94 + + - 466 - - - YES - - - - - - - - - - - - - + 73 + + - 464 - - + 17 + + - 465 - - + 409 + + - 467 - - + 407 + + - 468 - - + 531 + + - 469 - - + 40 + + + + + - 471 - - + 30 + + + + + + - 473 - - - YES - - - + 498 + + - 474 - - + 66 + + - 475 - - + 133 + + + + + - 476 - - + 117 + + + + + + + + + + - 477 - - + 6 + + - 501 - - + 116 + + - 81 - - - Font Manager + 128 + + - 95 - - - YES - - - - Accessories + 511 + + - 47 - - - YES - - - - - - + 512 + + - 67 - - - YES - - - + 513 + + - 338 - - - YES - - - - - + 445 + + + + + - 429 - - - YES - - - + 447 + + + + + + + + + + + - -3 - - - Application + 517 + + - 76 - - - YES - - - + 519 + + - 506 - - - YES - - - + 520 + + - 108 - - - YES - - - - - - - - - + 521 + + - 9 - - + 522 + + - 21 - - + 523 + + - 101 - - + 446 + + - 114 - - + 81 + + + Font Manager - 418 - - + 95 + + + + + + Accessories - 485 - - + 47 + + + + + + + + - 369 - - - YES - - - - - - - - + 67 + + + + + - 510 - - + 76 + + + + + - 376 - - + 506 + + + + + - 372 - - + 108 + + + + + + + + + + + - 371 - - + 9 + + - 370 - - + 485 + + - 365 - - + 114 + + - 377 - - - YES - - - + 101 + + - 508 - - - YES - - - + 21 + + - 380 - - - YES - - - - - + 529 + + - 379 - - + 418 + + - 382 - - + 338 + + + + + + + - 385 - - + 369 + + + + + + + + + + - 356 - - - YES - - - + 510 + + - 507 - - + 365 + + - 432 - - - YES - - - + 370 + + - 509 - - - YES - - - + 371 + + - 424 - - - YES - - - - - + 372 + + - 428 - - + 376 + + - 430 - - + 377 + + + + + - 497 - - + 508 + + + + + - 511 - - + 380 + + + + + + + - 512 - - + 382 + + - 513 - - + 385 + + - 517 - - + 379 + + - 519 - - + 356 + + + + + - 520 - - + 507 + + - 521 - - + 429 + + + + + - 522 - - + 432 + + + + + - 523 - - + 509 + + + + + - 527 - - + 424 + + + + + + + - 529 - - + 430 + + - 531 - - + 428 + + - 533 - - + 497 + + - 535 - - - YES - - - - + 535 + + + + + + - 536 - - - YES - - - + 537 + + + + + + + + - 537 - - - YES - - - - - - + 541 + + - 538 - - + 540 + + - 539 - - + 538 + + - 540 - - + 539 + + - 541 - - + 536 + + + + + - 542 - - + 542 + + - + - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 101.IBPluginDependency - 103.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 121.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 126.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 131.IBPluginDependency - 133.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 213.IBPluginDependency - 214.IBPluginDependency - 216.IBPluginDependency - 218.IBPluginDependency - 219.IBPluginDependency - 25.IBPluginDependency - 26.IBPluginDependency - 291.IBPluginDependency - 292.IBPluginDependency - 293.IBPluginDependency - 294.IBPluginDependency - 295.IBPluginDependency - 297.IBPluginDependency - 3.IBPluginDependency - 30.IBPluginDependency - 311.IBPluginDependency - 312.IBPluginDependency - 313.IBPluginDependency - 315.IBPluginDependency - 316.IBPluginDependency - 320.IBPluginDependency - 321.IBPluginDependency - 323.IBPluginDependency - 324.IBPluginDependency - 325.IBPluginDependency - 326.IBPluginDependency - 327.IBPluginDependency - 33.IBPluginDependency - 338.IBPluginDependency - 35.IBPluginDependency - 356.IBPluginDependency - 365.IBPluginDependency - 369.IBPluginDependency - 370.IBPluginDependency - 371.IBPluginDependency - 372.IBPluginDependency - 376.IBPluginDependency - 377.IBPluginDependency - 379.IBPluginDependency - 38.IBPluginDependency - 380.IBPluginDependency - 382.IBPluginDependency - 385.IBPluginDependency - 389.IBPluginDependency - 391.IBPluginDependency - 395.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 407.IBPluginDependency - 409.IBPluginDependency - 41.IBPluginDependency - 418.IBPluginDependency - 42.IBPluginDependency - 420.IBPluginDependency - 424.IBPluginDependency - 428.IBPluginDependency - 429.IBPluginDependency - 430.IBPluginDependency - 432.IBPluginDependency - 435.IBPluginDependency - 437.IBPluginDependency - 445.IBPluginDependency - 446.IBPluginDependency - 447.IBPluginDependency - 46.IBPluginDependency - 464.IBPluginDependency - 465.IBPluginDependency - 466.IBPluginDependency - 467.IBPluginDependency - 468.IBPluginDependency - 469.IBPluginDependency - 47.IBPluginDependency - 471.IBPluginDependency - 472.IBPluginDependency - 473.IBPluginDependency - 474.IBPluginDependency - 475.IBPluginDependency - 476.IBPluginDependency - 477.IBPluginDependency - 48.IBPluginDependency - 485.IBPluginDependency - 486.IBPluginDependency - 488.IBPluginDependency - 49.IBPluginDependency - 494.IBPluginDependency - 497.IBPluginDependency - 498.IBPluginDependency - 50.IBPluginDependency - 501.IBPluginDependency - 506.IBPluginDependency - 507.IBPluginDependency - 508.IBPluginDependency - 509.IBPluginDependency - 51.IBPluginDependency - 510.IBPluginDependency - 511.IBPluginDependency - 512.IBPluginDependency - 513.IBPluginDependency - 517.IBPluginDependency - 519.IBPluginDependency - 52.IBPluginDependency - 520.IBPluginDependency - 521.IBPluginDependency - 522.IBPluginDependency - 523.IBPluginDependency - 527.IBPluginDependency - 529.IBPluginDependency - 53.IBPluginDependency - 531.IBAttributePlaceholdersKey - 531.IBPluginDependency - 533.IBAttributePlaceholdersKey - 533.IBPluginDependency - 535.IBPluginDependency - 536.IBPluginDependency - 537.IBPluginDependency - 538.IBAttributePlaceholdersKey - 538.IBPluginDependency - 539.IBAttributePlaceholdersKey - 539.IBPluginDependency - 540.IBAttributePlaceholdersKey - 540.IBPluginDependency - 541.IBPluginDependency - 542.IBPluginDependency - 56.IBPluginDependency - 58.IBPluginDependency - 59.IBPluginDependency - 6.IBPluginDependency - 61.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 8.IBPluginDependency - 81.IBPluginDependency - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 9.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 95.IBWindowTemplateEditedContentRect - 96.IBPluginDependency - 98.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Opens the Vectorizer to vectorize selected Images - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Opens the Vectorizer to vectorize selected Images + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv ZiBhIHBhdGgKMi4gY2hvc2UgdGhlIG1lbnUgaXRlbQ - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Your Home-Library folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Documents folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Examples folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{322, 231}, {450, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - - + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + ToolTip + + ToolTip + + Your Home-Library folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Documents folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Examples folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - + - 547 - - YES + App NSApplication @@ -4279,328 +4196,130 @@ - FirstResponder - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id + NSDocument + + id + id + id + id + id + id + id + id + id + id + id + id + id + id + + + + browseDocumentVersions: + id + + + duplicateDocument: + id + + + lockDocument: + id + + + moveDocument: + id + + + moveDocumentToUbiquityContainer: + id + + + printDocument: + id + + + renameDocument: + id + + + revertDocumentToSaved: + id + + + runPageLayout: + id + + + saveDocument: + id + + + saveDocumentAs: + id + + + saveDocumentTo: + id + + + saveDocumentToPDF: + id + + + unlockDocument: + id + + + IBProjectSource + ./Classes/NSDocument.h - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - - addLink: - id - - - bindTextToPath: - id - - - bringForward: - id - - - bringToFront: - id - - - buildContour: - id - - - changeLayout: - id - - - changeSaveType: - id - - - close: - id - - - displayDirections: - id - - - draw: - id - - - enterSelection: - id - - - execute: - id - - - flatten: - id - - - group: - id - - - import: - id - - - join: - id - - - mirror: - id - - - myAction: - id - - - performResize: - id - - - punch: - id - - - redoChange: - id - - - reverse: - id - - - revertToSaved: - id - - - rotateG: - id - - - save: - id - - - saveAs: - id - - - selectColor: - id - - - selectEqual: - id - - - sendBackward: - id - - - sendToBack: - id - - - setWidth: - id - - - split: - id - - - toggleCoordDisplay: - id - - - toggleGrid: - id - - - undoChange: - id - - - ungroup: - id - - - zoomIn: - id - - - zoomOut: - id - + + + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + - IBUserSource - + IBProjectSource + ./Classes/NSTextView.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - sortColLLUR - sortColULLR - sortColURLL - sortRowLLUR - sortRowULLR - - - YES - {11, 11} - {10, 3} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - - + + {11, 11} + {10, 3} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Danish.lproj/._TilePanel.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Danish.lproj/._TilePanel.xib differ diff -Nru cenon.app-4.0.2/Danish.lproj/TilePanel.xib cenon.app-4.0.6+ds1/Danish.lproj/TilePanel.xib --- cenon.app-4.0.2/Danish.lproj/TilePanel.xib 2010-08-24 04:05:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/Danish.lproj/TilePanel.xib 2014-11-04 11:53:11.000000000 +0000 @@ -1,31 +1,39 @@ - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1070 + 11G63 + 2549 + 1138.51 + 569.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 2549 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -41,12 +49,12 @@ 3 2 - {{92, 340}, {352, 220}} + {{92, 340}, {376, 220}} 1886912512 Multi produktion TilePanel View - {1.79769e+308, 1.79769e+308} + {299, 184} @@ -60,7 +68,7 @@ YES - 256 + 274 YES @@ -68,6 +76,8 @@ 256 {{79, 10}, {64, 45}} + + YES 2 1 @@ -138,6 +148,8 @@ 256 {{5, 60}, {141, 26}} + + YES 67239488 @@ -201,10 +213,14 @@ {{2, 2}, {153, 95}} + + - {{110, 38}, {157, 113}} + {{133, 38}, {157, 113}} + + {0, 0} 67239424 @@ -231,8 +247,9 @@ 289 - {{265, 8}, {86, 32}} + {{288, 8}, {86, 32}} + YES 67239424 @@ -256,14 +273,16 @@ YES - 256 + 274 YES 256 - {{10, 10}, {82, 45}} + {{10, 10}, {76, 45}} + + YES 2 1 @@ -300,7 +319,7 @@ - {82, 21} + {76, 21} {1, 3} 67108864 NSActionCell @@ -325,8 +344,10 @@ 256 - {{7, 60}, {88, 26}} + {{5, 61}, {110, 26}} + + YES 67239488 @@ -377,13 +398,78 @@ 1 + + + 256 + {{86, 30}, {29, 30}} + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + LucidaGrande + 13 + 1044 + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowRight + + + + 200 + 25 + + + + + 256 + {{85, 6}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowUp + + + + 200 + 25 + + - {{2, 2}, {100, 95}} + {{2, 2}, {121, 95}} + + - {{5, 38}, {104, 113}} + {{6, 38}, {125, 113}} + + {0, 0} 67239424 @@ -405,8 +491,10 @@ 289 - {{265, 34}, {86, 32}} + {{288, 34}, {86, 32}} + + YES 67239424 @@ -438,9 +526,11 @@ {{0, 156}, {64, 64}} + + YES - 130560 + 134348288 33554432 NSImage @@ -456,8 +546,10 @@ 289 - {{265, 108}, {86, 32}} + {{288, 108}, {86, 32}} + + YES 67239424 @@ -479,6 +571,8 @@ 292 {{6, 14}, {260, 18}} + + YES 67239424 @@ -498,12 +592,15 @@ - {352, 220} + {376, 220} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {1920, 1058}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES @@ -511,6 +608,14 @@ YES + tilePanel + + + + 47 + + + distanceMatrix @@ -567,14 +672,6 @@ - tilePanel - - - - 47 - - - originSwitch @@ -597,13 +694,47 @@ 69 + + + xDirButton + + + + 84 + + + + setXYDirections: + + + + 85 + + + + yDirButton + + + + 86 + + + + setXYDirections: + + + + 87 + YES 0 - + + YES + @@ -634,13 +765,13 @@ YES - - - - + + + + @@ -660,6 +791,8 @@ YES + + @@ -868,60 +1001,65 @@ + + 80 + + + YES + + + + + + 83 + + + + + 81 + + + YES + + + + + + 82 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency 10.IBPluginDependency - 10.ImportedFromIB2 12.IBPluginDependency - 12.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 18.IBPluginDependency - 18.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 27.IBPluginDependency - 27.ImportedFromIB2 28.IBPluginDependency - 28.ImportedFromIB2 29.IBPluginDependency - 29.ImportedFromIB2 30.IBPluginDependency - 30.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBEditorWindowLastContentRect 34.IBPluginDependency - 34.ImportedFromIB2 48.IBPluginDependency - 48.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBEditorWindowLastContentRect 6.IBPluginDependency 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize 62.IBPluginDependency - 62.ImportedFromIB2 63.IBPluginDependency - 63.ImportedFromIB2 64.IBPluginDependency - 64.ImportedFromIB2 65.IBPluginDependency - 65.ImportedFromIB2 66.IBPluginDependency - 66.ImportedFromIB2 7.IBPluginDependency - 7.ImportedFromIB2 71.IBPluginDependency 72.IBPluginDependency 73.IBPluginDependency @@ -932,60 +1070,39 @@ 78.IBPluginDependency 79.IBPluginDependency 8.IBPluginDependency - 8.ImportedFromIB2 + 80.IBPluginDependency + 81.IBPluginDependency + 82.IBPluginDependency + 83.IBPluginDependency 9.IBPluginDependency - 9.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{435, 790}, {178, 43}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 707}, {352, 220}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{329, 707}, {352, 220}} - - - {299, 184} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -996,28 +1113,26 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + - 79 + 87 @@ -1025,230 +1140,71 @@ App NSApplication - - YES - - YES - changeSaveType: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWorkingAreaPanel: - takeSnapShot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - NSPopUpButton IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/App.h TilePanel NSPanel + setXYDirections: + id + + + setXYDirections: + + setXYDirections: + id + + + YES YES - buildCopies: - removeTiles: - set: - setDistancePopup: - updatePanel: - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + NSButton + NSButton - + YES YES - distPopup - distanceMatrix - limitsMatrix - limitsPopUp - originSwitch - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + + xDirButton + NSButton + + + yDirButton + NSButton + IBProjectSource - TilePanel.h - - - - TilePanel - NSPanel - - IBUserSource - + ./Classes/TilePanel.h 0 IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 YES @@ -1257,12 +1213,16 @@ Cenon NSMenuCheckmark NSMenuMixedState + arrowRight + arrowUp - + YES - {128, 128} - {9, 8} - {7, 2} + {512, 512} + {11, 11} + {10, 3} + {11, 18} + {18, 11} diff -Nru cenon.app-4.0.2/debian/Cenon.desktop cenon.app-4.0.6+ds1/debian/Cenon.desktop --- cenon.app-4.0.2/debian/Cenon.desktop 2014-06-24 20:22:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/Cenon.desktop 2018-03-25 11:24:30.000000000 +0000 @@ -6,6 +6,6 @@ Comment[bg]=Програма за векторна графика за GNUstep Keywords=svg;gerber;graphics;vector;design;publishing; Keywords[bg]=svg;gerber;графика;вектор;дизайн;публикуване; -Icon=/usr/lib/GNUstep/Applications/Cenon.app/Resources/Cenon.tiff -Exec=Cenon -MimeType= +Icon=/usr/share/GNUstep/Cenon.app/Cenon.tiff +Exec=Cenon %F +MimeType=image/svg+xml;image/vnd.dxf;image/x-eps;application/postscript;application/vnd.hp-hpgl;application/illustrator; diff -Nru cenon.app-4.0.2/debian/changelog cenon.app-4.0.6+ds1/debian/changelog --- cenon.app-4.0.2/debian/changelog 2018-01-30 05:47:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/changelog 2018-03-25 11:25:12.000000000 +0000 @@ -1,20 +1,65 @@ -cenon.app (4.0.2-1build3) bionic; urgency=medium +cenon.app (4.0.6+ds1-2) unstable; urgency=medium - * No-change rebuild for gnustep-gui soname change. + * debian/copyright: Add missing copyright holders vhf interservice GmbH, + vhf computer GmbH, NeXT Software, Inc., Adobe Systems Incorporated, + GraphiCode Inc (Closes: #892981). + * debian/control (cenon.app-common): Mark as M-A: foreign. + * debian/Cenon.desktop: Change icon path to /usr/share. + + -- Yavor Doganov Sun, 25 Mar 2018 14:25:12 +0300 + +cenon.app (4.0.6+ds1-1) unstable; urgency=medium + + [ Gürkan Myczko ] + * Update control, fix my name. + + [ Yavor Doganov ] + * New upstream release. + + Fixes compilation warnings with gnustep-gui/0.26 (Closes: #886466). + * Repackage the upstream tarball to exclude Cenon.xcodeproj due to + filename with \r (Closes: #885954). + * debian/watch: Switch to version 4 and new upstream location, add + repacking options. + * debian/copyright: Rewrite in copyright format 1.0, add new license + CenPL and LGPL-2+ for two files that are derived from gnustep-base. + Update copyright years. Add Files-Excluded: Cenon.xcodeproj. + * debian/patches/no-installation-domain.patch: + * debian/patches/check-return-value.patch: + * debian/patches/gui-0.24.patch: Remove; applied upstream. + * debian/patches/invalid-array-syntax.patch: New, fix FTBFS due to + invalid (for GCC) syntax. + * debian/patches/clean-target.patch: New, fix building twice in a row + due to a gnustep-make bug. + * debian/patches/gcc-warnings.patch: New, fix several warnings. + * debian/patches/spelling-errors.patch: New, self-explanatory. + * debian/patches/series: Update. + * debian/compat: Bump to 11. + * debian/menu: Delete. + * debian/control: Run wrap-and-sort -sa. + (cenon.app-common): New package, split arch-indep files (> 6 MB). + (Build-Depends): Remove imagemagick. Bump libgnustep-gui-dev + requirement to >= 0.26 for NSScreen -backingScaleFactor. Require + gnustep-make >= 2.7.0-3 for the optim variable definition. Bump + debhelper requirement to match the compat level. + (Depends): Remove ${gnustep:Depends}; obsolete. Add -common. + (Vcs-Git, Vcs-Browser): Switch to salsa.d.o. + (Standards-Version): Compliant with 4.1.3 as of this release. + * debian/install: Don't install the .xpm icon. Explicitly list all + binaries to be installed in the arch:any package. + * debian/rules: Delete optim definition. Enable all hardening. + (LDFLAGS): Remove, not necessary. + (d_com): New helper variable, amend d_app accordingly. + (override_dh_auto_build): Don't generate .xpm icon. Replace $(MAKE) + with dh_auto_build, pass dpkg-buildflags. + (override_dh_clean): Remove Cenon.xpm. + (override_dh_link): Rename as -indep and adjust recipe for the + arch:all package. Don't invoke dh_gnustep; does nothing for apps. + * debian/Cenon.desktop: Add all supported mime types and %F to Exec key. + * debian/preinst: Delete, no longer necessary. + * debian/README.Debian: Amend URLs for upstream documentation and the + Astrology bundle. - -- Matthias Klose Tue, 30 Jan 2018 05:47:03 +0000 - -cenon.app (4.0.2-1build2) bionic; urgency=medium - - * No-change rebuild for gnustep-base soname change. - - -- Matthias Klose Tue, 07 Nov 2017 08:25:42 +0000 - -cenon.app (4.0.2-1build1) yakkety; urgency=medium - - * No-change rebuild for gnustep-gui 0.25 - - -- Matthias Klose Thu, 01 Sep 2016 21:11:07 +0000 + -- Yavor Doganov Tue, 13 Mar 2018 10:43:57 +0200 cenon.app (4.0.2-1) unstable; urgency=medium diff -Nru cenon.app-4.0.2/debian/compat cenon.app-4.0.6+ds1/debian/compat --- cenon.app-4.0.2/debian/compat 2014-06-24 16:49:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/compat 2018-03-13 05:56:23.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru cenon.app-4.0.2/debian/control cenon.app-4.0.6+ds1/debian/control --- cenon.app-4.0.2/debian/control 2014-06-24 23:49:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/control 2018-03-25 11:23:01.000000000 +0000 @@ -2,23 +2,27 @@ Section: gnustep Priority: optional Maintainer: Debian GNUstep maintainers -Uploaders: Gürkan Sengün , - Yavor Doganov -Build-Depends: debhelper (>= 9), - libgnustep-gui-dev (>= 0.24), - gnustep-make, - imagemagick -Standards-Version: 3.9.5 +Uploaders: + Gürkan Myczko , + Yavor Doganov +Build-Depends: + debhelper (>= 11), + gnustep-make (>= 2.7.0-3), + libgnustep-gui-dev (>= 0.26) +Standards-Version: 4.1.3 Homepage: http://www.cenon.info/ -Vcs-Git: git://anonscm.debian.org/pkg-gnustep/cenon.app.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/cenon.app.git +Vcs-Git: https://salsa.debian.org/gnustep-team/cenon.app.git +Vcs-Browser: https://salsa.debian.org/gnustep-team/cenon.app Package: cenon.app Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${gnustep:Depends} -Recommends: ghostscript +Multi-Arch: foreign +Depends: + cenon.app-common (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Recommends: + ghostscript Description: Vector graphics tool for GNUstep Cenon is a graphical tool of a special kind. Build upon a modular graphical core, Cenon offers a wide variety of possibilities and applications - not @@ -27,3 +31,20 @@ . Convert, import and export DXF, PostScript, Adobe Illustrator, DIN formats, HPGL, Gerber and PDF. + +Package: cenon.app-common +Architecture: all +Depends: + ${misc:Depends} +Recommends: + cenon.app +Breaks: + cenon.app (<< 4.0.6+ds1-1) +Replaces: + cenon.app (<< 4.0.6+ds1-1) +Description: Vector graphics tool for GNUstep (common files) + Cenon is a graphical tool for vector design and desktop publishing. + It supports conversion, import and export in several formats like DXF, + PostScript, Adobe Illustrator, DIN formats, HPGL, Gerber, PDF and SVG. + . + This package contains the architecture-independent files. diff -Nru cenon.app-4.0.2/debian/copyright cenon.app-4.0.6+ds1/debian/copyright --- cenon.app-4.0.2/debian/copyright 2014-06-23 12:03:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/copyright 2018-03-25 11:06:55.000000000 +0000 @@ -1,120 +1,141 @@ -This package was debianized by Gürkan Sengün on -Sun, 25 Jan 2004 15:05:21 +0100. - -It was downloaded from http://www.cenon.info/dLinux_gb.html - -Upstream Authors: vhf interservice , - Georg Fleischmann, - Ilonka Fleischmann - -Copyright: - - Copyright (C) 1992-2007 vhf interservice GmbH - Im Marxle 3, 72119 Ammerbuch-Altingen, Germany - eMail: service@vhf.de - http://www.vhf.de - http://www.vhf-group.com - - vhf Public License - -Below is a version of the license for the vhf Free Software. The license is -called the vhf Public License (or "vhfPL"), and is an Open Source license. -It is thus appropriate for people wishing to write software as Open Source -where all source code to the software is made available to all users and can -be freely modified and redistributed. - -To use the vhf software or develop software based on vhf software, you have -to meet the requirements in the vhfPL. - ----------------------------------------------------------------------------- - - vhf PUBLIC LICENSE (vhfPL) +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Cenon +Upstream-Contact: info@cenon.de +Source: http://cenon.zone/download/source/ +Files-Excluded: +# Exclude entire directory due to file with \r (#885954). + Cenon.xcodeproj + +Files: * +Copyright: 1992-2017 Cenon GmbH + 1992-2011 vhf interservice GmbH + 1993-2002 vhf computer GmbH + vhf interservice GmbH + 1995-2003 vhf computer GmbH + 1996 NeXT Software, Inc. + 1987-1990 Adobe Systems Incorporated + 1990, 1994 GraphiCode Inc +License: CenPL + +Files: GSPropertyListSerialization.* +Copyright: 2003-2004, Free Software Foundation, Inc +License: LGPL-2+ + +Files: debian/* +Copyright: 2004-2018 Debian GNUstep maintainers +License: CenPL + +License: CenPL + Cenon Public License + . + Below is a version of the license for the Cenon Free Software. The + license is called the Cenon Public License (or "CenPL"), and is an + Open Source license. It is thus appropriate for people wishing to + write software as Open Source where all source code to the software + is made available to all users and can be freely modified and + redistributed. + . + To use the free Cenon software or develop software based on free + Cenon software, you have to meet the requirements in the CenPL. + . + -------------------------------------------------------------------- + . + Cenon Public License (CenPL) Version 1.1, February 2004 - -Copyright (C) 2003/2004 vhf interservice GmbH, - Im Marxle 3, 72119 Altingen, Germany. -Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed. - -This license applies to any software containing a notice placed by the -copyright holder saying that it may be distributed under the terms of this -vhf Public License. Such software is herein referred to as vhf Software. -This license covers modification and distribution of the vhf software, use -of third-party application programs based on the vhf software, and -development of free software which uses the vhf software. - + . + Copyright (C) 2003-2014 Cenon GmbH, + Schwabstr. 45, 72108 Rottenburg a.N., Germany. + Everyone is permitted to copy and distribute verbatim copies of this + license document, but changing it is not allowed. + . + This license applies to any software containing a notice placed by + the copyright holder saying that it may be distributed under the + terms of this Cenon Public License. Such software is herein referred + to as Cenon software. This license covers modification and + distribution of the Cenon software, use of third-party application + programs based on the Cenon software, and development of free + software which uses the Cenon software. + . Granted Rights - -1. You are granted the rights set forth in this license provided you agree - to any and all conditions in this license. Whole or partial distribution - of the vhf software in any form signifies acceptance of this license. - -2. You may copy and distribute the vhf software provided that - the entire package is distributed, including this License. - -3. You may make modifications to the vhf software files and distribute your - modifications. The following restrictions apply to modifications: - + . + 1. You are granted the rights set forth in this license provided you agree + to any and all conditions in this license. Whole or partial distribution + of the Cenon software in any form signifies acceptance of this license. + . + 2. You may copy and distribute the Cenon software provided that + the entire package is distributed, including this License. + . + 3. You may make modifications to the Cenon software files and distribute + your modifications. The following restrictions apply to modifications: + . a. You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. - + . b. Modifications must not alter or remove any copyright notices in the - vhf software. - -4. You may distribute the vhf software (or work based on it) in - objective code or machine-executable forms, provided that you - meet these restrictions: - - a. You accompany the vhf software with this license. - + Cenon software. + . + 4. You may distribute the Cenon software (or work based on it) in + objective code or machine-executable forms, provided that you + meet these restrictions: + . + a. You accompany the Cenon software with this license. + . b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable - source code to the distributed vhf software, including all + source code to the distributed Cenon software, including all modifications, without any charge beyond the costs of data transfer. - + . c. You ensure that all modifications included in the machine-executable forms are available under the terms of this license. - -5. You may use the original or modified versions of the vhf software - to compile, link and run application programs developed by you or - third parties under this license. - -6. You may develop application programs, reusable components (eg. Bundles) - and other software items that link with the original or modified - versions of the vhf software. These items, when distributed in - machine-executable form, have the following restrictions: - + . + 5. You may use the original or modified versions of the Cenon software + to compile, link and run application programs developed by you or + third parties under this license. + . + 6. You may develop application programs, reusable components (eg. Bundles) + and other software items that link with the original or modified + versions of the Cenon software. These items, when distributed in + machine-executable form, have the following restrictions: + . a. You must ensure that all recipients of the machine-executable forms of these items are also able to receive the complete source code to the items without any charge beyond the costs of data transfer. - + . b. You must explicitly license all recipients of your items to use and re-distribute original and modified versions of the items under terms identical to those under which they received the items. - -7. The trademarks or software titles 'vhf', 'Cenon' etc. may be used for - promoting software, products or services which use or contain the - vhf software. - The associated names of the authors of the vhf software may not be used - to endorse or promote products or services derived from or linking the - vhf Software without specific prior written permission. - - + . + 7. The trademarks or software titles 'Cenon' etc. may be used for + promoting software, products or services which use or contain the + Cenon software. + The associated names of the authors of the Cenon software may not be used + to endorse or promote products or services derived from or linking the + Cenon software without specific prior written permission. + . Limitations of Liability - -In no event shall the authors of the vhf software or the copyright holder -or their employers be liable for any lost revenue or profits or other -direct, indirect, special, incidental or consequential damages, even if -they have been advised of the possibility of such damages. - + . + In no event shall the authors of the Cenon software or the copyright + holder or their employers be liable for any lost revenue or profits + or other direct, indirect, special, incidental or consequential + damages, even if they have been advised of the possibility of such + damages. + . No Warranty - -The vhf software is provided AS IS with NO WARRANTY OF ANY KIND, -INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A -PARTICULAR PURPOSE. - ----------------------------------------------------------------------------- -Copyright (C) 2003 vhf interservice GmbH service@vhf.de + . + The Cenon software is provided AS IS with NO WARRANTY OF ANY KIND, + INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE. + . + -------------------------------------------------------------------- + Copyright (C) 2003-2014 Cenon GmbH info@Cenon.de + +License: LGPL-2+ + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Library General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + . + On Debian systems, the complete text of version 2 of the GNU Library + General Public License can be found in `/usr/share/common-licenses/LGPL-2'. diff -Nru cenon.app-4.0.2/debian/install cenon.app-4.0.6+ds1/debian/install --- cenon.app-4.0.2/debian/install 2014-06-24 20:15:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/install 2018-03-13 06:55:54.000000000 +0000 @@ -1,2 +1,6 @@ +usr/bin +usr/lib/GNUstep/Applications/Cenon.app/Cenon +usr/lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Export +usr/lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Import +usr/lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/General debian/Cenon.desktop usr/share/applications -Cenon.xpm usr/share/pixmaps diff -Nru cenon.app-4.0.2/debian/menu cenon.app-4.0.6+ds1/debian/menu --- cenon.app-4.0.2/debian/menu 2014-06-24 20:15:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/menu 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -?package(cenon.app):needs="X11" section="Applications/Graphics"\ - title="Cenon" command="/usr/bin/Cenon"\ - longtitle="Vector graphics application for GNUstep"\ - icon="/usr/share/pixmaps/Cenon.xpm" diff -Nru cenon.app-4.0.2/debian/patches/check-return-value.patch cenon.app-4.0.6+ds1/debian/patches/check-return-value.patch --- cenon.app-4.0.2/debian/patches/check-return-value.patch 2014-06-25 20:51:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/check-return-value.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -Description: Check the return value of `system'. -Author: Yavor Doganov -Forwarded: yes -Last-Update: 2014-06-25 ---- - ---- cenon.app.orig/VHFImport/PSImport.m -+++ cenon.app/VHFImport/PSImport.m -@@ -143,7 +143,14 @@ - - /* convert pdf to eps */ - commandLine = [NSString stringWithFormat:@"%@ -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=epswrite -sOutputFile=%@ -c save pop -f '%@'", [self gsPath], psFile, pdfFile]; -- system([commandLine UTF8String]); -+ if (system([commandLine UTF8String]) != 0) -+ { -+ NSRunAlertPanel(@"Unable to import file", -+ @"An error occured while importing the file.\n" -+ @"Make sure you have ghostscript installed in PATH.", -+ @"OK", nil, nil); -+ return nil; -+ } - - /* import ps */ - psData = [NSData dataWithContentsOfFile:psFile]; -@@ -330,7 +337,14 @@ - //[data writeToFile:inFile atomically:NO]; // <= 10.4 - - commandLine = [NSString stringWithFormat:@"%@ -dNODISPLAY -dBATCH -dNOSAFER -g1000x1000 '%@'", [self gsPath], inFile]; -- system([commandLine UTF8String]); -+ if (system([commandLine UTF8String]) != 0) -+ { -+ NSRunAlertPanel(@"Unable to import file", -+ @"An error occured while importing the file.\n" -+ @"Make sure you have ghostscript installed in PATH.", -+ @"OK", nil, nil); -+ return nil; -+ } - - /* load generated file */ - //data = [[[NSString alloc] initWithContentsOfFile:outFile] autorelease]; diff -Nru cenon.app-4.0.2/debian/patches/clean-target.patch cenon.app-4.0.6+ds1/debian/patches/clean-target.patch --- cenon.app-4.0.2/debian/patches/clean-target.patch 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/clean-target.patch 2018-03-12 16:40:11.000000000 +0000 @@ -0,0 +1,28 @@ +Description: Fix building twice in a row. + Workaround a gnustep-make bug which doesn't clean properly a bundle + project when some source files are not in builddir. +Author: Yavor Doganov +Forwarded: info@cenon.com +Last-Update: 2018-03-12 +--- + +--- cenon.app.orig/PreferencesPanel.subproj/Import.bproj/GNUmakefile ++++ cenon.app/PreferencesPanel.subproj/Import.bproj/GNUmakefile +@@ -26,6 +26,8 @@ + + include $(GNUSTEP_MAKEFILES)/common.make + ++vpath %.m ../..:../../VHFShared ++ + BUNDLE_NAME = Import + BUNDLE_EXTENSION = .prefs + +@@ -42,7 +44,7 @@ + + Import_OBJC_FILES = \ + ImportController.m \ +- ../../functions.m ../../VHFShared/vhfCommonFunctions.m ++ functions.m vhfCommonFunctions.m + + Import_HEADERS = \ + ImportController.h diff -Nru cenon.app-4.0.2/debian/patches/gcc-warnings.patch cenon.app-4.0.6+ds1/debian/patches/gcc-warnings.patch --- cenon.app-4.0.2/debian/patches/gcc-warnings.patch 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/gcc-warnings.patch 2018-03-12 19:39:03.000000000 +0000 @@ -0,0 +1,157 @@ +Description: Fix miscellaneous compiler warnings. + right-hand operand of comma expression has no effect + logical not is only applied to the left hand side of comparison + ‘NSMutableString’ may not respond to ‘+stringWithContentsOfFile:error:’ + ‘NSFileManager’ may not respond to ‘-directoryContentsAtPath:handler:’ + passing argument N of ‘foo:’ from incompatible pointer type +Author: Yavor Doganov +Forwarded: info@cenon.com +Last-Update: 2018-03-12 +--- + +--- cenon.app.orig/GraphicObjects.subproj/VPath.m ++++ cenon.app/GraphicObjects.subproj/VPath.m +@@ -4271,7 +4271,7 @@ + return 0; + } + +- dirInd = -1,0; // left ++ dirInd = -1.0; // left + intersection = NO; + /* check for points left of graphics */ + for ( i=startIx; i<=endIx; (intersection || (endIx-startIx) < 10) ? (i++) : (i+=istep) ) +--- cenon.app.orig/GraphicObjects.subproj/VPolyLine.m ++++ cenon.app/GraphicObjects.subproj/VPolyLine.m +@@ -1053,7 +1053,7 @@ + } + } + +- dirInd = -1,0; // left ++ dirInd = -1.0; // left + /* check for points left of graphics */ + for ( i=0; i= 10.5 +@@ -123,7 +123,7 @@ + } + - (NSArray*)contentsOfDirectoryAtPath:(NSString *)path + { +-# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 ++# if !GNUSTEP && MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(contentsOfDirectoryAtPath:error:)] ) // <= 10.4 + return [self directoryContentsAtPath:path handler:nil]; + # endif // >= 10.5 diff -Nru cenon.app-4.0.2/debian/patches/gui-0.24.patch cenon.app-4.0.6+ds1/debian/patches/gui-0.24.patch --- cenon.app-4.0.2/debian/patches/gui-0.24.patch 2014-06-25 20:51:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/gui-0.24.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,231 +0,0 @@ -Description: Various fixes for gnustep-base/1.24 and gnustep-gui/0.24. - - Proper intialization. - - Use correct return types for methods and compare functions. - - Likewise for method arguments. - - Avoid conflicting methods by declaring the ivars of a specific type. - - Add mising argument to private method declaration. -Author: Yavor Doganov -Bug-Debian: http://bugs.debian.org/749553 -Forwarded: yes -Last-Update: 2014-06-25 ---- - ---- cenon.app.orig/GraphicObjects.subproj/VCurveFit.m -+++ cenon.app/GraphicObjects.subproj/VCurveFit.m -@@ -87,7 +87,7 @@ - /* turn lines into optimized curves - */ - - (VPath*)fitGraphic:(VGraphic*)g maxError:(double)maxError --{ Point2 *pts = nil; -+{ Point2 *pts = NULL; - int i, nPts = 0; - VPath *path = nil; - ---- cenon.app.orig/GraphicObjects.subproj/VGroup.h -+++ cenon.app/GraphicObjects.subproj/VGroup.h -@@ -67,7 +67,7 @@ - - (float)stepWidth; - - (void)setRadialCenter:(NSPoint)rc; - - (NSPoint)radialCenter; --- (void)setList:(NSArray*)aList; -+- (void)setList:(NSMutableArray*)aList; - - (void)addObject:(VGraphic*)g; - - (void)add:(NSArray*)addList; - - (NSMutableArray*)list; ---- cenon.app.orig/InspectorPanel.subproj/IPAllAcc.h -+++ cenon.app/InspectorPanel.subproj/IPAllAcc.h -@@ -40,7 +40,7 @@ - - @interface IPAllAcc:IPBasicLevel - { -- id accPopup; // the popup to allow the user to select the different accessories -+ NSPopUpButton *accPopup; // the popup to allow the user to select the different accessories - id accView; // the view containing the accessory view - - int levelCnt; // number of accessories ---- cenon.app.orig/InspectorPanel.subproj/IPAllFilling.h -+++ cenon.app/InspectorPanel.subproj/IPAllFilling.h -@@ -39,7 +39,7 @@ - id stepForm; - id colorWell; - id colorWellGraduated; -- id fillPopup; -+ NSPopUpButton *fillPopup; - id sliderBox; - id radialCenterText; - id angleButtonLeft; ---- cenon.app.orig/InspectorPanel.subproj/IPAllStrokeWidth.h -+++ cenon.app/InspectorPanel.subproj/IPAllStrokeWidth.h -@@ -35,7 +35,7 @@ - @interface IPAllStrokeWidth:IPBasicLevel - { - int stroked; -- id strokePopup; -+ NSPopUpButton *strokePopup; - id colorWell; - id widthField; - id widthSlider; ---- cenon.app.orig/LayerObject.h -+++ cenon.app/LayerObject.h -@@ -144,8 +144,8 @@ - - (void)setString:(NSString *)aString; - - (NSString*)string; - --- (void)setTag:(int)newTag; --- (int)tag; -+- (void)setTag:(NSInteger)newTag; -+- (NSInteger)tag; - - - (void)setColor:(NSColor *)aColor; - - (NSColor *)color; ---- cenon.app.orig/LayerObject.m -+++ cenon.app/LayerObject.m -@@ -227,8 +227,8 @@ - - (void)setString:(NSString *)aString { [string release]; string = [aString retain]; } - - (NSString *)string { return string; } - --- (void)setTag:(int)newTag { tag = newTag; } --- (int)tag { return tag; } -+- (void)setTag:(NSInteger)newTag { tag = newTag; } -+- (NSInteger)tag { return tag; } - - - (void)setColor:(NSColor *)aColor { color=aColor; } - - (NSColor *)color { return color; } ---- cenon.app.orig/GraphicObjects.subproj/VPath.h -+++ cenon.app/GraphicObjects.subproj/VPath.h -@@ -58,7 +58,7 @@ - - (NSMutableArray*)list; - - (void)setList:aList; - - (void)setList:aList optimize:(BOOL)optimize; --- (unsigned)count; -+- (NSUInteger)count; - - (unsigned)countRecursive; - - (void)getEndPoints:(NSPoint*)p1 :(NSPoint*)p2; - - (int)selectedKnobIndex; ---- cenon.app.orig/GraphicObjects.subproj/VPath.m -+++ cenon.app/GraphicObjects.subproj/VPath.m -@@ -399,7 +399,7 @@ - *p2 = [[list objectAtIndex:[list count]-1] pointWithNum:MAXINT]; - } - --- (unsigned)count -+- (NSUInteger)count - { - return [list count]; - } ---- cenon.app.orig/InspectorPanel.subproj/IPImage.h -+++ cenon.app/InspectorPanel.subproj/IPImage.h -@@ -43,7 +43,7 @@ - id thumbSwitch; - id nameField; - id factorField; -- id compPopUp; -+ NSPopUpButton *compPopUp; - - VGraphic *graphic; // the loaded graphic or the first of them if multiple - } ---- cenon.app.orig/DINImportSub.m -+++ cenon.app/DINImportSub.m -@@ -46,7 +46,7 @@ - /* created: 2001-06-06 - * performcance map is not used, because we set this later when the layers are added to the view! - */ --static NSInteger sortLayer(id l1, id l2, void *context) -+static NSComparisonResult sortLayer(id l1, id l2, void *context) - { float d1 = 0.0, d2 = 0.0; - VGraphic *g0 = [[l1 list] objectAtIndex:0], *g1 = [[l2 list] objectAtIndex:0]; - ---- cenon.app.orig/DocView.m -+++ cenon.app/DocView.m -@@ -994,7 +994,7 @@ - #define SORT_COL_LRUL 5 - #define SORT_ROW_URLL 6 - #define SORT_ROW_LRUL 7 --NSInteger sortPosition(id g1, id g2, void *context) -+NSComparisonResult sortPosition(id g1, id g2, void *context) - { NSPoint p1 = [g1 bounds].origin, p2 = [g2 bounds].origin; - int sort = *(int*)context; - ---- cenon.app.orig/SVGImportSub.m -+++ cenon.app/SVGImportSub.m -@@ -112,7 +112,7 @@ - /* allocate a group object - * copy the objects in aList to the group, add the group to bList - */ --- (void)addGroupList:(NSArray*)aList toList:bList -+- (void)addGroupList:(NSMutableArray*)aList toList:bList - { VGroup *g = [VGroup group]; - int i; - NSMutableArray *mutArray = [NSMutableArray array]; -@@ -136,7 +136,7 @@ - [bList addObject:g]; - } - --- (void)addGroupList:(NSArray*)aList toList:bList withTransform:(NSAffineTransform*)matrix -+- (void)addGroupList:(NSMutableArray*)aList toList:bList withTransform:(NSAffineTransform*)matrix - { VGroup *g = [VGroup group]; - int i; - NSMutableArray *mutArray = [NSMutableArray array]; ---- cenon.app.orig/MoveCell.h -+++ cenon.app/MoveCell.h -@@ -32,7 +32,7 @@ - - @interface MoveCell:NSCell - { -- int tag; -+ NSInteger tag; - MoveMatrix *moveMatrix; - - float ascender, descender, lineHeight; -@@ -41,8 +41,8 @@ - - (void)setMatrix:(MoveMatrix *)anMatrix; - - (void)setFont:(NSFont *)fontObj; - --- (void)setTag:(int)anInt; --- (int)tag; -+- (void)setTag:(NSInteger)anInt; -+- (NSInteger)tag; - - - (BOOL)dependant; - ---- cenon.app.orig/MoveCell.m -+++ cenon.app/MoveCell.m -@@ -39,14 +39,14 @@ - - /* modified: 13.01.93 - */ --- (void)setTag:(int)anInt -+- (void)setTag:(NSInteger)anInt - { - tag=anInt; - } - - /* modified: 13.01.93 - */ --- (int)tag -+- (NSInteger)tag - { - return tag; - } ---- cenon.app.orig/VHFImport/DXFImport.m -+++ cenon.app/VHFImport/DXFImport.m -@@ -86,7 +86,7 @@ - - (BOOL)getSolid:(NSScanner*)scanner :(NSPoint*)ps :(int*)pCnt; - - (BOOL)getCircle:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle; - - (BOOL)getArc:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle; --- (BOOL)getText :(NSScanner*)scanner mtext:(BOOL)mext :(NSString**)string :(float*)angle :(NSPoint*)origin :(float*)size :(float*)ar :(int*)alignment; -+- (BOOL)getText :(NSScanner*)scanner mtext:(BOOL)mext :(NSString**)string :(float*)angle :(NSPoint*)origin :(float*)size :(float*)ar :(int*)alignment :(NSString**)fontName; - - (BOOL)get3DFace:(NSScanner*)scanner points:(V3Point*)pts color:(NSColor**)color; - - (BOOL)getInsert:(NSScanner*)scanner :cList; - - (void)updateBounds:(NSPoint)p; ---- cenon.app.orig/TileScrollView.h -+++ cenon.app/TileScrollView.h -@@ -36,7 +36,7 @@ - @interface TileScrollView:NSScrollView - { - id box; -- id resPopupListButton; -+ NSPopUpButton *resPopupListButton; - id document; - VFloat oldScaleFactor; - } diff -Nru cenon.app-4.0.2/debian/patches/invalid-array-syntax.patch cenon.app-4.0.6+ds1/debian/patches/invalid-array-syntax.patch --- cenon.app-4.0.2/debian/patches/invalid-array-syntax.patch 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/invalid-array-syntax.patch 2018-03-12 16:09:16.000000000 +0000 @@ -0,0 +1,33 @@ +Decsription: Fix FTBFS due to invalid syntax that only works with Clang. +Author: Yavor Doganov +Forwarded: info@cenon.com +Last-Update: 2018-03-12 +--- + +--- cenon.app.orig/VHFShared/vhfCommonFunctions.m ++++ cenon.app/VHFShared/vhfCommonFunctions.m +@@ -67,7 +67,9 @@ + NSString *output; + + [task setLaunchPath: @"/bin/sh"]; +- [task setArguments:@[@"-c", [NSString stringWithFormat:@"%@", cmd]]]; ++ [task setArguments: ++ [NSArray arrayWithObjects: ++ @"-c", [NSString stringWithFormat:@"%@", cmd], nil]]; + [task setStandardOutput:pipe]; + [task launch]; + output = [[NSString alloc] initWithData:[file readDataToEndOfFile] encoding:NSUTF8StringEncoding]; +--- cenon.app.orig/VHFImport/PSImport.m ++++ cenon.app/VHFImport/PSImport.m +@@ -180,7 +180,10 @@ + NSString *output; + + [task setLaunchPath: @"/bin/sh"]; +- [task setArguments:@[@"-c", [NSString stringWithFormat:@"%@ -h | grep %@", gsPath, gsDev]] ]; ++ [task setArguments: ++ [NSArray arrayWithObjects: @"-c", ++ [NSString stringWithFormat:@"%@ -h | grep %@", ++ gsPath, gsDev], nil]]; + [task setStandardOutput:pipe]; + [task launch]; + output = [[NSString alloc] initWithData:[file readDataToEndOfFile] encoding:NSUTF8StringEncoding]; diff -Nru cenon.app-4.0.2/debian/patches/no-installation-domain.patch cenon.app-4.0.6+ds1/debian/patches/no-installation-domain.patch --- cenon.app-4.0.2/debian/patches/no-installation-domain.patch 2014-06-25 20:51:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/no-installation-domain.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -Description: Do not define GNUSTEP_INSTALLATION_DOMAIN. -Author: Yavor Doganov -Forwarded: yes -Last-Update: 2014-06-24 ---- - ---- cenon.app.orig/GNUmakefile -+++ cenon.app/GNUmakefile -@@ -25,7 +25,6 @@ - # eMail: info@vhf.de - # http://www.vhf.de - --GNUSTEP_INSTALLATION_DOMAIN=LOCAL - #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT) - #GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles - diff -Nru cenon.app-4.0.2/debian/patches/series cenon.app-4.0.6+ds1/debian/patches/series --- cenon.app-4.0.2/debian/patches/series 2014-06-25 20:51:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/series 2018-03-13 04:52:08.000000000 +0000 @@ -1,3 +1,4 @@ -check-return-value.patch -gui-0.24.patch -no-installation-domain.patch +invalid-array-syntax.patch +clean-target.patch +gcc-warnings.patch +spelling-errors.patch diff -Nru cenon.app-4.0.2/debian/patches/spelling-errors.patch cenon.app-4.0.6+ds1/debian/patches/spelling-errors.patch --- cenon.app-4.0.2/debian/patches/spelling-errors.patch 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/patches/spelling-errors.patch 2018-03-13 05:08:26.000000000 +0000 @@ -0,0 +1,93 @@ +Description: Fix some spelling errors reported by lintian. +Author: Yavor Doganov +Forwarded: info@cenon.com +Last-Update: 2018-03-13 +--- + +--- cenon.app.orig/Danish.lproj/Localizable.strings ++++ cenon.app/Danish.lproj/Localizable.strings +@@ -56,7 +56,7 @@ + "mm" = "mm"; + "inch" = "tommer"; + "pt" = "pkt"; +-"Name '%@' allready in use!" = "Navnet '%@' bruges allerede!"; ++"Name '%@' already in use!" = "Navnet '%@' bruges allerede!"; + "You need to install the Cenon Library!" = "Det er nødvendigt at installere Cenon Library!"; + + "Do you really want to remove layer '%@' ?" = "Vil du virkelig fjerne laget '%@'?"; +--- cenon.app.orig/French.lproj/Localizable.strings ++++ cenon.app/French.lproj/Localizable.strings +@@ -69,7 +69,7 @@ + "mm" = "mm"; + "inch" = "pouce"; + "pt" = "pt"; +-"Name '%@' allready in use!" = "Le nom '%@' existe déjà!"; ++"Name '%@' already in use!" = "Le nom '%@' existe déjà!"; + "You need to install the Cenon Library!" = "Vous devez installer la bibliothèque Cenon!"; + + "Do you really want to remove layer '%@' ?" = "Voulez-vous réellement supprimer la couche '%@' ?"; +--- cenon.app.orig/German.lproj/Localizable.strings ++++ cenon.app/German.lproj/Localizable.strings +@@ -76,7 +76,7 @@ + "mm" = "mm"; + "inch" = "inch"; + "pt" = "pt"; +-"Name '%@' allready in use!" = "Der Name '%@' wird bereits verwendet!"; ++"Name '%@' already in use!" = "Der Name '%@' wird bereits verwendet!"; + "Cenon User-Library will be moved from old location\n \"%@\"\nto new location\n \"%@\"." = "Die Cenon User-Library wird vom alten Pfad\n \"%@\"\n in den neuen Pfad verschoben\n \"%@\"."; + "Cenon User-Library exists in old location\n \"%@\"\nand new location\n \"%@\".\nOnly the new location is used !" = "Die Cenon User-Library existiert im alten Pfad\n \"%@\"\nund im neuen Pfad\n \"%@\"\nNur der neue Pfad wird verwendet !"; + "You need to install the Cenon Library!" = "Die Cenon Library ist noch nicht installiert!"; +--- cenon.app.orig/GraphicObjects.subproj/VPath.m ++++ cenon.app/GraphicObjects.subproj/VPath.m +@@ -1861,7 +1861,7 @@ + [list removeObjectAtIndex:(oldIndex+1<=endIx) ? (oldIndex+1) : (begIx)]; + [list removeObjectAtIndex:oldIndex]; + } +- else NSLog(@"VPath.m: removeGraphicsAroundPoint: normaly unpossible 1"); ++ else NSLog(@"VPath.m: removeGraphicsAroundPoint: normally impossible 1"); + } + /* check graphic atIndex and befor */ + else if ( Diff(gPtEnd.x, pt.x) <= TOLERANCE && Diff(gPtEnd.y, pt.y) <= TOLERANCE ) +@@ -1873,9 +1873,9 @@ + [list removeObjectAtIndex:oldIndex]; + [list removeObjectAtIndex:(oldIndex-1<=endIx) ? (oldIndex-1) : (endIx)]; + } +- else NSLog(@"VPath.m: removeGraphicsAroundPoint: normaly unpossible 2"); ++ else NSLog(@"VPath.m: removeGraphicsAroundPoint: normally impossible 2"); + } +- else NSLog(@"VPath.m: removeGraphicsAroundPoint: normaly unpossible 3"); ++ else NSLog(@"VPath.m: removeGraphicsAroundPoint: normally impossible 3"); + + return YES; + } +--- cenon.app.orig/VHFImport/PSImport.m ++++ cenon.app/VHFImport/PSImport.m +@@ -200,7 +200,7 @@ + if (system([commandLine UTF8String]) != 0) + { + NSRunAlertPanel(@"Unable to import PDF file", +- @"An error occured while importing the file.\n" ++ @"An error occurred while importing the file.\n" + @"Please check the console for details.\n", + @"OK", nil, nil); + return nil; +@@ -459,7 +459,7 @@ + + if ( failed ) + { NSRunAlertPanel(@"Unable to import PS file", +- @"An error occured while importing the file.\n" ++ @"An error occurred while importing the file.\n" + @"Please check the console for details.\n", + @"OK", nil, nil); + return nil; +--- cenon.app.orig/messages.h ++++ cenon.app/messages.h +@@ -95,7 +95,7 @@ + #define INCH_STRING NSLocalizedString(@"inch", NULL) + #define POINT_STRING NSLocalizedString(@"pt", NULL) + +-#define NAMEINUSE_STRING NSLocalizedString(@"Name '%@' allready in use!", NULL) ++#define NAMEINUSE_STRING NSLocalizedString(@"Name '%@' already in use!", NULL) + #define CANTFINDLIB_STRING NSLocalizedString(@"You need to install the Cenon Library!", NULL) + + /* layer messages */ diff -Nru cenon.app-4.0.2/debian/preinst cenon.app-4.0.6+ds1/debian/preinst --- cenon.app-4.0.2/debian/preinst 2014-06-24 20:46:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/preinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -#!/bin/sh -# Handle the move of arch-independent Resources to /usr/share as dpkg -# will not replace a real directory with a symlink. -# FIXME: Remove during the jessie+1 cycle. - -set -e -set -u - -RESDIR=/usr/lib/GNUstep/Applications/Cenon.app/Resources/English.lproj - -if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then - if [ -d $RESDIR ] && [ ! -L $RESDIR ]; then - rm -rf ${RESDIR%English.lproj} - fi -fi - -#DEBHELPER# - -exit 0 diff -Nru cenon.app-4.0.2/debian/README.Debian cenon.app-4.0.6+ds1/debian/README.Debian --- cenon.app-4.0.2/debian/README.Debian 2014-06-23 12:03:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/README.Debian 2018-03-13 08:43:26.000000000 +0000 @@ -1,10 +1,10 @@ -cenon for Debian +Cenon for Debian ---------------- -You can find the Cenon library and Astrology extensions at -http://www.vhf-group.com/vhfInterservice/download/source/ +You can find the Astrology extension at +http://cenon.zone/download/source/ -You can find documentation to the software here -http://www.vhf-group.com/vhfInterservice/download/doc/ +You can find manuals and tutorials at +http://cenon.zone/download/doc/ - -- Gürkan Sengün , Sun, 25 Jan 2004 15:05:21 +0100 + -- Yavor Doganov , Tue, 13 Mar 2018 10:43:26 +0200 diff -Nru cenon.app-4.0.2/debian/rules cenon.app-4.0.6+ds1/debian/rules --- cenon.app-4.0.2/debian/rules 2014-07-07 13:33:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/rules 2018-03-13 08:20:22.000000000 +0000 @@ -5,50 +5,48 @@ SHELL := /bin/bash include /usr/share/GNUstep/debian/config.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all -d_app := $(CURDIR)/debian/cenon.app +d_app := $(CURDIR)/debian/tmp +d_com := $(CURDIR)/debian/cenon.app-common resdir := $(GNUSTEP_SYSTEM_APPS)/Cenon.app/Resources usrshare := /usr/share/GNUstep/Cenon.app -LDFLAGS += -Wl,--as-needed - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -optim := debug=yes -endif - %: dh $@ override_dh_auto_build: - $(MAKE) $(optim) messages=yes CPPFLAGS="$(CPPFLAGS)" \ - CFLAGS="$(CFLAGS)" OBJCFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" - convert Icons/Cenon.tiff -resize 32x32 Cenon.xpm + dh_auto_build -- $(optim) messages=yes \ + $(shell dpkg-buildflags --export=cmdline) # Construct something that resembles a ChangeLog. cd ChangeLog; for f in $$(ls -r *.txt); do cat $$f >> ChangeLog; done override_dh_clean: - dh_clean Cenon.xpm ChangeLog/ChangeLog + dh_clean ChangeLog/ChangeLog override_dh_installchangelogs: dh_installchangelogs ChangeLog/ChangeLog -override_dh_link: - dh_gnustep +override_dh_link-indep: dh_installdirs $(usrshare) rm $(d_app)$(resdir)/{*.desktop,InspectorPanel.nib/._*} # The Resources directory of the main app bundle contains # arch-dependent files, so it can't be moved as usual. - for i in $(d_app)$(resdir)/*.{tiff,lproj,nib}; do \ - mv $$i $(d_app)$(usrshare) \ + for i in $(d_app)$(resdir)/*.{tiff,lproj,nib,xib,plist,prolog,trailer}; do \ + mv $$i $(d_com)$(usrshare) \ && dh_link $(usrshare)/$${i##*/} $(resdir)/$${i##*/}; \ done + for i in CharConversion CropMarks ; do \ + mv $(d_app)$(resdir)/$$i $(d_com)$(usrshare) \ + && dh_link $(usrshare)/$$i $(resdir)/$$i; \ + done # Now move the Resources of the arch-dependent modules. for i in $(d_app)$(resdir)/*.prefs; do \ - mv $$i/Resources $(d_app)$(usrshare)/$${i##*/} \ + mv $$i/Resources $(d_com)$(usrshare)/$${i##*/} \ && dh_link $(usrshare)/$${i##*/} $(resdir)/$${i##*/}/Resources; \ done # Finally, move the whole Cenon Library -- it is entirely # arch-independent, as misleading that is. - mv $(d_app)$(GNUSTEP_SYSTEM_LIBRARY)/Cenon $(d_app)$(usrshare) + mv $(d_app)$(GNUSTEP_SYSTEM_LIBRARY)/Cenon $(d_com)$(usrshare) dh_link $(usrshare)/Cenon $(GNUSTEP_SYSTEM_LIBRARY)/Cenon - rm $(d_app)$(usrshare)/Cenon/._* + rm $(d_com)$(usrshare)/Cenon/._* diff -Nru cenon.app-4.0.2/debian/watch cenon.app-4.0.6+ds1/debian/watch --- cenon.app-4.0.2/debian/watch 2014-06-23 15:26:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/debian/watch 2018-03-11 09:14:24.000000000 +0000 @@ -1,2 +1,3 @@ -version=3 -http://www.vhf-group.com/vhf-interservice/download/source/Cenon-(.*)\.tar\.bz2 +version=4 +opts="dversionmangle=s/\+ds.*$//, repack, repacksuffix=+ds1, compression=bz2" \ +http://cenon.zone/download/source/Cenon-(.*)\.tar\.bz2 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._DINImportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._DINImportSub.h differ diff -Nru cenon.app-4.0.2/DINImportSub.h cenon.app-4.0.6+ds1/DINImportSub.h --- cenon.app-4.0.2/DINImportSub.h 2007-05-08 17:36:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/DINImportSub.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,40 +1,40 @@ /* DINImportSub.m * Subclass of DIN import * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2001-01-22 * modified: 2002-07-15 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DINIMPORTSUB -#define VHF_H_DINIMPORTSUB +#ifndef CEN_H_DINIMPORTSUB +#define CEN_H_DINIMPORTSUB #include #include @@ -59,4 +59,4 @@ @end -#endif // VHF_H_DINIMPORTSUB +#endif // CEN_H_DINIMPORTSUB diff -Nru cenon.app-4.0.2/DINImportSub.m cenon.app-4.0.6+ds1/DINImportSub.m --- cenon.app-4.0.2/DINImportSub.m 2012-01-06 15:20:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/DINImportSub.m 2015-09-02 15:15:16.000000000 +0000 @@ -1,41 +1,43 @@ /* DINImportSub.m * Subclass of DIN-import managing the creation of graphic objects * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2001-01-20 - * modified: 2003-06-26 + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) + * 2014-07-04 (static NSComparisonResult sortLayer) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ #include #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "DINImportSub.h" #include "Graphics.h" #include "messages.h" @@ -46,7 +48,7 @@ /* created: 2001-06-06 * performcance map is not used, because we set this later when the layers are added to the view! */ -static NSInteger sortLayer(id l1, id l2, void *context) +static NSComparisonResult sortLayer(id l1, id l2, void *context) { float d1 = 0.0, d2 = 0.0; VGraphic *g0 = [[l1 list] objectAtIndex:0], *g1 = [[l2 list] objectAtIndex:0]; @@ -196,10 +198,13 @@ { int i; NSPoint p; - p.x = - bounds.origin.x + MMToInternal(10.0); - p.y = - bounds.origin.y + MMToInternal(10.0); - for (i=[(NSArray*)list count]-1; i>=0; i--) - [[list objectAtIndex:i] moveBy:p]; + if ( Prefs_ImportMoveToOrigin ) + { + p.x = - bounds.origin.x + MMToInternal(10.0); + p.y = - bounds.origin.y + MMToInternal(10.0); + for (i=[(NSArray*)list count]-1; i>=0; i--) + [[list objectAtIndex:i] moveBy:p]; + } } @end diff -Nru cenon.app-4.0.2/Document.h cenon.app-4.0.6+ds1/Document.h --- cenon.app-4.0.2/Document.h 2012-09-04 14:11:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/Document.h 2014-10-14 10:13:41.000000000 +0000 @@ -1,33 +1,33 @@ /* Document.h * Cenon document class * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-02-09 * Modified: 2012-08-13 (-scale: uses NSSize) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DOCUMENT -#define VHF_H_DOCUMENT +#ifndef CEN_H_DOCUMENT +#define CEN_H_DOCUMENT #include #include "TileScrollView.h" @@ -37,6 +37,9 @@ #include "Type1Font.h" #include "functions.h" // CenonUnits +#define DOCUMENT_NAME @"document" +#define OUTPUT_NAME @"output" // ex: CAM + /* notifications */ #define DocumentHasBeenSaved @"DocumentHasBeenSaved" // objects should save their stuff #define DocumentDidOpen @"DocumentDidOpen" // all additional init should be done @@ -109,10 +112,10 @@ - (void)setBaseUnit:(CenonUnit)unit; // set to -1 for Preferences responsibility - (CenonUnit)baseUnit; // returns unit, uses unit from Preferences (if baseUnit == -1) - (CenonUnit)baseUnitFlat; // returns document units or -1 for preferences responsibility -- (float)convertToUnit:(float)iValue; -- (float)convertFrUnit:(float)uValue; -- (float)convertMMToUnit:(float)mmValue; -- (float)convertUnitToMM:(float)uValue; +- (VFloat)convertToUnit:(VFloat)iValue; +- (VFloat)convertFrUnit:(VFloat)uValue; +- (VFloat)convertMMToUnit:(VFloat)mmValue; +- (VFloat)convertUnitToMM:(VFloat)uValue; /* FUTURE: functions using base unit from parameter */ //+ (float)convertToUnit:(float)iValue unit:(CenonUnit)unit; //+ (float)convertFrUnit:(float)iValue unit:(CenonUnit)unit; @@ -142,4 +145,4 @@ @end -#endif // VHF_H_DOCUMENT +#endif // CEN_H_DOCUMENT Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Document.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Document.m differ diff -Nru cenon.app-4.0.2/Document.m cenon.app-4.0.6+ds1/Document.m --- cenon.app-4.0.2/Document.m 2013-07-04 14:16:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/Document.m 2017-04-12 18:47:38.000000000 +0000 @@ -1,11 +1,12 @@ /* Document.m * Cenon document class * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-02-09 - * Modified: 2013-06-29 (+newFromFile: scale to saved scaleFactor) + * Modified: 2015-08-25 (-printDocument: 10.8: set paper margins to 0) + * 2013-06-29 (+newFromFile: scale to saved scaleFactor) * 2013-02-05 (-save Cenon Version saved with file) * 2013-01-02 (-printDocument: remove paper margins from view, which are not ignored any more since OS 10.8) * 2011-03-30 (-exportLock, -setExportLock:) @@ -15,22 +16,22 @@ * 2008-07-24 (document units, update units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include @@ -61,8 +62,6 @@ #define MAXWINHEIGHT 750 #define DOCUMENT_VERSION 102 -#define DOCUMENT_NAME @"document" -#define OUTPUT_NAME @"output" /* Private methods */ @interface Document(PrivateMethods) @@ -344,7 +343,7 @@ #endif /* workaround: something (NSWindow according documentation) doesn't work with size>10000.0 */ - // #if VHF_IS_DOUBLE == 0 + // #if CEN_IS_DOUBLE == 0 fRect = rectFromPropertyList([plist objectForKey:@"ViewSize"]); if ( fRect.size.width > 10000.0 ) fRect.size.width = 10000.0; @@ -406,9 +405,9 @@ /* zoom */ { NSMutableDictionary *plist = [[(App*)NSApp currentDocument] docSettingsDict]; - float s; + VFloat s = vfloatFromPropertyList([plist objectForKey:@"scaleFactor"]); // [plist floatForKey:@"scaleFactor"] - if ( (s = [plist floatForKey:@"scaleFactor"]) && s != 1.0 ) + if ( s > 0.0 && s != 1.0 ) [[newDocument scrollView] scaleTo:s]; } @@ -516,7 +515,7 @@ frameRect.origin.y = 0.0; /* workaround: something doesn't work with size > 10000.0 */ - // #if VHF_IS_DOUBLE == 0 + // #if CEN_IS_DOUBLE == 0 fRect = frameRect; if ( fRect.size.width > 10000.0 ) fRect.size.width = 10000.0; @@ -633,7 +632,7 @@ } #endif -- (void)scale:(float)x :(float)y withCenter:(NSPoint)center +- (void)scale:(VFloat)x :(VFloat)y withCenter:(NSPoint)center { NSLog(@"[document scale:x :y ...] is deprecated, use [document scale:NSSize ..."); [self scale:NSMakeSize(x, y) withCenter:center]; @@ -733,14 +732,12 @@ /* Services menu registrar */ - (void)registerForServicesMenu -{ - static BOOL registered = NO; - NSArray *validSendTypes = [[NSArray array] initWithObjects:NSFilenamesPboardType, nil]; +{ static BOOL registered = NO; + NSArray *validSendTypes = [[NSArray array] initWithObjects:NSFilenamesPboardType, nil]; if (!registered) - { - registered = YES; - [NSApp registerServicesMenuSendTypes:validSendTypes returnTypes:nil]; + { registered = YES; + [NSApp registerServicesMenuSendTypes:validSendTypes returnTypes:nil]; } } - (id)validRequestorForSendType:(NSString *)sendType returnType:(NSString *)returnType @@ -798,7 +795,7 @@ /* Document setting * created: 2008-07-19 - * modified: 2008-07-24 + * modified: 2013-10-17 (convert... withVFloat instead of float) */ - (NSMutableDictionary*)docSettingsDict { @@ -812,7 +809,7 @@ { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; return (baseUnit == UNIT_NONE) ? [defaults integerForKey:@"unit"] : baseUnit; } -- (float)convertToUnit:(float)iValue +- (VFloat)convertToUnit:(VFloat)iValue { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; CenonUnit unit = (baseUnit == UNIT_NONE) ? [defaults integerForKey:@"unit"] : baseUnit; @@ -825,7 +822,7 @@ } return iValue; } -- (float)convertFrUnit:(float)uValue +- (VFloat)convertFrUnit:(VFloat)uValue { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; CenonUnit unit = (baseUnit == UNIT_NONE) ? [defaults integerForKey:@"unit"] : baseUnit; @@ -838,7 +835,7 @@ } return uValue; } -- (float)convertMMToUnit:(float)mmValue +- (VFloat)convertMMToUnit:(VFloat)mmValue { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; CenonUnit unit = (baseUnit == UNIT_NONE) ? [defaults integerForKey:@"unit"] : baseUnit; @@ -851,7 +848,7 @@ } return mmValue; } -- (float)convertUnitToMM:(float)uValue +- (VFloat)convertUnitToMM:(VFloat)uValue { NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; CenonUnit unit = (baseUnit == UNIT_NONE) ? [defaults integerForKey:@"unit"] : baseUnit; @@ -900,6 +897,8 @@ * newName or newDirectory can be nil, in which case the name or directory * will not be changed (unless one is currently not set, in which case * a default name will be used). + * fileName = "name.ext" + * directory = "/path/" */ - (void)setName:(NSString*)newName andDirectory:(NSString*)newDirectory { static int untitledCount = 0; @@ -944,7 +943,7 @@ #ifdef __APPLE__ // well, he! the are lazy developers at Apple, the above works two times then never again [window setTitle:name]; #endif - NSSetZoneName((NSZone*)[self zone], fileName); + //NSSetZoneName((NSZone*)[self zone], fileName); } } @@ -1087,12 +1086,13 @@ return NO; } /* rename to backup */ - if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) + if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename error:NULL]) + || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename error:NULL]) ) { NSRunAlertPanel(SAVE_TITLE, CANT_CREATE_BACKUP, nil, nil, nil); return NO; } /* create file directory */ - else if ( isDirectory && [fileManager createDirectoryAtPath:filename attributes:nil] ) + else if ( isDirectory && [fileManager createDirectoryAtPath:filename recursive:NO attributes:nil error:NULL] ) { fileDirectory = filename; filename = [fileDirectory stringByAppendingPathComponent:DOCUMENT_NAME]; @@ -1215,14 +1215,14 @@ /* restore backup */ if (!savedOk) { - [fileManager removeFileAtPath:fileDirectory handler:nil]; // remove what we just started to write - [fileManager movePath:backupFilename toPath:fileDirectory handler:nil]; // restore backup + [fileManager removeFileAtPath:fileDirectory error:NULL]; // remove what we just started to write + [fileManager movePath:backupFilename toPath:fileDirectory error:NULL]; // restore backup NSRunAlertPanel(SAVE_TITLE, CANT_SAVE, nil, nil, nil); } else { if (Prefs_RemoveBackups) - [fileManager removeFileAtPath:backupFilename handler:nil]; + [fileManager removeFileAtPath:backupFilename error:NULL]; [self setDirty:NO]; } [pool release]; @@ -1255,28 +1255,28 @@ savepanel = [(App*)NSApp saveAsPanelWithSaveType:FONT_EXT]; if ([savepanel runModalForDirectory:directory file:[name stringByDeletingPathExtension]]) - { NSString *path = [savepanel filename]; + { NSString *path = [savepanel filename]; + NSString *ext = [path pathExtension]; - if ([[path pathExtension] isEqual:DOCUMENT_EXT]) + if ( [ext isCaseInsensitiveLike:DOCUMENT_EXT] || [ext isCaseInsensitiveLike:@"cen"] ) { [self setName:path]; return [self save]; } if ( exportLock ) // this file is not supposed to be exported - { - NSRunAlertPanel(SAVE_TITLE, EXPORTLOCK_STRING, nil, nil, nil); + { NSRunAlertPanel(SAVE_TITLE, EXPORTLOCK_STRING, nil, nil, nil); return NO; } - if ([[path pathExtension] isEqual:EPS_EXT]) + if ( [ext isCaseInsensitiveLike:EPS_EXT] || [ext isCaseInsensitiveLike:@"ps"] ) [self saveEPS:path]; - else if ([[path pathExtension] isEqual:GERBER_EXT]) + else if ( [ext isCaseInsensitiveLike:GERBER_EXT] || [ext isCaseInsensitiveLike:@"ger"] ) [self saveGerber:path]; - else if ([[path pathExtension] isEqual:HPGL_EXT]) + else if ( [ext isCaseInsensitiveLike:HPGL_EXT] || [ext isCaseInsensitiveLike:@"hgl"] || [ext isCaseInsensitiveLike:@"plt"] ) [self saveHPGL:path]; - else if ([[path pathExtension] isEqual:DXF_EXT]) + else if ( [ext isCaseInsensitiveLike:DXF_EXT]) [self saveDXF:path]; - else if ([[path pathExtension] isEqual:FONT_EXT]) + else if ( [ext isCaseInsensitiveLike:FONT_EXT]) [self saveFont:path]; - else if ([[path pathExtension] isEqual:TIFF_EXT]) + else if ( [ext isCaseInsensitiveLike:TIFF_EXT] || [ext isCaseInsensitiveLike:@"tif"] ) [self saveTiff:path]; } @@ -1353,7 +1353,7 @@ } /* created: 2010-06-29 - modified: 2010-11-26 + modified: 2017-04-12 (handler for -setDepthLimit:, which fails on Mac OS 10.12) */ - (BOOL)saveTiff:(NSString*)filename { NSArray *layerList = [[self documentView] layerList]; @@ -1386,7 +1386,13 @@ * in which we draw the scaled black copy of original path on white background NSBackingStoreBuffered NSBackingStoreRetained */ win = [[NSWindow alloc] initWithContentRect:conRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreRetained defer:NO]; - [win setDepthLimit:NSBestDepth(NSCalibratedWhiteColorSpace, 8, 8, YES, NULL)]; +#if !defined(__APPLE__) // GNUStep, OpenStep 4.2 + NS_DURING // FIXME: this raises an exception on Mac oS 10.12 ("unsupported backing store depth" (264)), nor does it work on Apple + [win setDepthLimit:NSBestDepth(NSCalibratedWhiteColorSpace, 8, 8, YES, NULL)]; // 264 (unsupported on Mac OS 10.12) + NS_HANDLER + NSLog(@"Exception in [NSSWindow -setDepthLimit:]: %@", [localException reason]); + NS_ENDHANDLER +#endif [win setBackgroundColor:[NSColor whiteColor]]; #if DEBUG_TIFFEXPORT @@ -1470,7 +1476,7 @@ - (void)printSeparation:(NSPrintOperation*)op { NSColor *sepColor; - NSPrintOperation *sop=nil; + NSPrintOperation *sop = nil; NSPrintInfo *pi = [op printInfo], *spi; NSMutableDictionary *piDict = [pi dictionary]; NSAutoreleasePool *pool0 = [NSAutoreleasePool new], *pool; @@ -1481,7 +1487,7 @@ NSPoint mPosition = NSZeroPoint, mOffset, lr, ll, ur, ul, center, dm, pOffset = {55.0, 55.0}; int i, orientation = [pi orientation]; DocView *docView = [self documentView]; - float width, height, scale = [docView scaleFactor]; + VFloat width, height, scale = [docView scaleFactor]; cropPath = vhfPathWithPathComponents([[NSBundle mainBundle] resourcePath], CROPMARK_FOLDER, nil); @@ -1880,7 +1886,8 @@ } /* - * modified: 2013-01-02 (10.8: remove paper margins by adjusting print view) + * modified: 2015-08-25 (10.8: set paper margins to 0) + * 2013-01-02 (10.8: remove paper margins by adjusting print view) */ - (void)printDocument:sender { NSPrintOperation *op; @@ -1893,15 +1900,39 @@ /* set scale to 1.0 */ scale = [docView scaleFactor]; visibleRect = [docView visibleRect]; // needed later to calc the center to scroll back - oldFrame = [docView frame]; + oldFrame = [docView frame]; width = oldFrame.size.width / scale; height = oldFrame.size.height / scale; #ifdef __APPLE__ - /* Apple 10.8: the PrintInfo margins are 0, but there are paper margins PMPaperMargins() - * we could create a custom paper with PMPaperCreateCustom() or adjust our print view + /* Apple 10.8: the PrintInfo margins are 0, but there are now paper margins PMPaperMargins + * We create a custom paper format and set these margins 0 too. */ - if ( NSAppKitVersionNumber > NSAppKitVersionNumber10_7 ) // Workaround Max OS 10.8: make view smaller by paper margins - { width -= ([printInfo paperSize].width - pageBounds.size.width); + if ( floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_7 && // Workaround Max OS 10.8: remove fucking paper margins + [printInfo respondsToSelector:@selector(PMPrintSession)] ) + { PMPrintSession session = [printInfo PMPrintSession]; + PMPrinter printer = NULL; + PMPageFormat pageFormat = [printInfo PMPageFormat], newPageFormat = NULL; + PMPaper paper = NULL; + PMPaperMargins margins = {0.0, 0.0, 0.0, 0.0}; + + PMSessionGetCurrentPrinter(session, &printer); + PMGetPageFormatPaper(pageFormat, &paper); + //PMPaperGetMargins(paper, &m); + //NSLog(@"paper margins = {%f, %f} - {%f, %f}", m.top, m.left, m.bottom, m.right ); + PMPaperCreateCustom(printer, CFSTR("Custom paper ID"), CFSTR("Custom paper"), + [printInfo paperSize].width, [printInfo paperSize].height, &margins, &paper); + PMCreatePageFormatWithPMPaper(&newPageFormat, paper); + PMCopyPageFormat(newPageFormat, pageFormat); + [printInfo updateFromPMPageFormat]; + //PMPaperGetMargins(paper, &m); + //NSLog(@"paper margins = {%f, %f} - {%f, %f}", m.top, m.left, m.bottom, m.right ); + PMRelease(newPageFormat); + PMRelease(paper); + } + /* In case the above fails, we remove the margin from our view */ + if ( floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_7 ) // Workaround Max OS 10.8: make view smaller by paper margins + { pageBounds = [printInfo imageablePageBounds]; + width -= ([printInfo paperSize].width - pageBounds.size.width); height -= ([printInfo paperSize].height - pageBounds.size.height); } #endif @@ -2024,7 +2055,7 @@ //[self resetScrollers]; //[view display]; //[self dirty:self]; - } + } } } diff -Nru cenon.app-4.0.2/DocView.h cenon.app-4.0.6+ds1/DocView.h --- cenon.app-4.0.2/DocView.h 2012-08-13 11:19:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/DocView.h 2016-10-04 14:43:52.000000000 +0000 @@ -1,36 +1,41 @@ /* DocView.h * Cenon document view class * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2012-02-13 (separated gridList for x and y) + * modified: 2015-07-29 (+tmpGraphics for temporary drawing) + * 2015-07-27 (selectionRect for SDK 10.10 drag select) + * 2014-10-21 (-tileXYDirections: instance tileXYDirections new) + * 2014-06-14 (scaleSize added for x = y scaling) + * 2013-10-30 (cacheImage added, cache removed) + * 2012-02-13 (separated gridList for x and y) * 2011-04-06 (pathSetStartPoint: added) * 2011-03-03 (scaleGTo: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ -#ifndef VHF_H_DOCVIEW -#define VHF_H_DOCVIEW +#ifndef CEN_H_DOCVIEW +#define CEN_H_DOCVIEW #include #include "FlippedView.h" @@ -48,6 +53,7 @@ #define DocViewDrawDecoration @"DocViewDrawDecoration" // draw stuff which is not inside cache #define DocViewMouseDown @"DocViewMouseDown" // inform modules about mouse down #define DocViewDragSelect @"DocViewDragSelect" // inform modules about drag region +#define DocViewCrossHairMoved @"DocViewCrossHairMoved" // inform modules about crosshair moved extern NSString *e2PboardType; @@ -57,10 +63,11 @@ NSColor *backgroundColor; NSMutableDictionary *statusDict; // dictionary used for storing status information - NSWindow *cache; // the cache window and its view - NSView *cacheView; + //NSWindow *cache; // the cache window and its view + NSView *cacheView; // the cacheView + NSImage *cacheImage; // the cache image if there is no gState (for Mavericks OS 10.9) BOOL doCaching; // wether we have to cache - id betaCache; // buffer for moving objects + id betaCache; // buffer for moving objects (TODO: replace this with [NSWindow –cacheImageInRect:, -restoreCachedImage]) FlippedView *editView; // superview for text editing BOOL inTimerLoop; // used for scrolling @@ -82,20 +89,20 @@ NSPoint tileLimits; BOOL tileLimitSize; // whether to limit by size instead of item-number NSPoint tileDistance; // distance between parts - //BOOL tileAbsoluteDistance; // absolute instead of relative distance between tiles NSSize tileSize; // size of a part - //BOOL tileMoveMasterToOrigin; // whether to move the master graphics to origin + NSPoint tileXYDirections; // whether to move the tiles to the right/up (or NO left/down) id serialNumber; // the serialnumber object BOOL gridIsEnabled; int gridUnit; - float gridSpacing; + VFloat gridSpacing; NSRect *gridListX, *gridListY; int numGridRectsX, numGridRectsY; VCrosshairs *origin; // the crosshairs for the offset - float scale; // the scale factor 1.0->100%, 0.5->50% + VFloat scale; // the scale factor 1.0->100%, 0.5->50% + NSSize scaleSize; // the scale factor 1.0->100%, 0.5->50% VGraphic *originalPaste; // the first pasted graphic int consecutivePastes; // number of consecutive pastes @@ -104,9 +111,12 @@ int lastCutChangeCount; // the change count of last cut NSColor *separationColor; // the current separation color - nil if nothing to separte + + //NSRect selectionRect; // for drawing the selection rect in -drawRect: } + (NSRect)boundsOfArray:(NSArray*)list; ++ (NSMutableArray*)tmpGraphics; // shared array to draw temporary graphics /* instance methods */ - (void)setBackgroundColor:(NSColor*)color; @@ -127,7 +137,7 @@ - (void)setParameter; - (NSMutableDictionary*)statusDict; - (BOOL)caching; -- (NSWindow*)cache; +- (NSView*)cache; - (void)setCaching:(BOOL)flag redraw:(BOOL)rd; - (void)sizeCacheWindow:(float)width :(float)height; - (void)scaleCacheWindow:(NSSize)newUnitSize; @@ -158,8 +168,9 @@ - (id)clipObject; -- (float)scaleFactor; -- (float)controlPointSize; +- (VFloat)scaleFactor; // scale factor for x == y scaling +- (NSSize)scaleSize; // scale factor with width + height +- (VFloat)controlPointSize; - (void)drawControls:(NSRect)rect; //- (void)drawControl:(NSRect)r for:object; - (void)drawRect:(NSRect)rect; @@ -296,11 +307,12 @@ - (NSPoint)tileDistance; - (BOOL)tileLimitSize; - (NSPoint)tileLimits; +- (NSPoint)tileXYDirections; - (void)setTileWithLimits:(NSPoint)limits limitSize:(BOOL)limitSize distance:(NSPoint)dist - moveToOrigin:(BOOL)moveToOrigin; + directions:(NSPoint)dirs moveToOrigin:(BOOL)moveToOrigin; - (void)removeTiles; - (void)buildTileCopies:(NSPoint)limits limitSize:(BOOL)limitSize distance:(NSPoint)dist - moveToOrigin:(BOOL)moveToOrigin; + directions:(NSPoint)dirs moveToOrigin:(BOOL)moveToOrigin; - (id)serialNumber; - (void)incrementSerialNumbers; - (int)numberOfTiles; @@ -334,4 +346,4 @@ - (void)addPointTo:(VGraphic*)g atPoint:(NSPoint)p redraw:(BOOL)redraw; @end -#endif // VHF_H_DOCVIEW +#endif // CEN_H_DOCVIEW Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._DocView.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._DocView.m differ diff -Nru cenon.app-4.0.2/DocView.m cenon.app-4.0.6+ds1/DocView.m --- cenon.app-4.0.2/DocView.m 2013-07-04 14:31:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/DocView.m 2017-05-14 09:49:59.000000000 +0000 @@ -1,12 +1,34 @@ /* DocView.m * The Cenon document view class * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2013-06-29 (-scaleUnitSquareToSize: save scale factor to docSettingsDict) + * modified: 2016-10-04 (-caching, -cache: return actual caching situation) + * 2016-09-21 (-delete: [layerObject setDirty:YES] added to force recalculation) + * 2016-09-19 (-initFromPropertyList: if v == 8 ... correct default tileXYDirections - default of 4.0.3 was 0 0 instead 1 1 + * 2016-08-17 (-validateMenuItem: for -pathSetStartPoint validate only if element is closed ) + * 2016-02-26 (originalPast: released) + * 2016-01-14 (include vhfCompatibility.h for NSAppKitVersionNumber10_8) + * 2015-07-28 (SDK 10.10: -dragSelect, -dragMagnify, -mouseDown:, -deselectAll:redraw:, -flatRedraw, -cache) + * 2015-06-02 (-initWithCoder: -initFromPropertyList: -setParameter: tileXYDirections init with 1.0) + * 2015-02-10 (createBuffer(): limit cache size on retina displays) + * 2014-12-09 (+initialize, version set to 8) + * 2014-10-21 (in -initWithCoder:, -initFromPropertyList:, .. tileXYDistance added for version 7) + * 2014-06-14 (-scaleSize added to maintain width and height) + * 2013-11-21 (-setFrameSize:): setFrameSize of editView too + * 2013-11-21 (-draw: for printing set minimum line width to Preferences width, but within 0.1 and 1.0) + * 2013-10-30 (-draw: cacheImage set, -drawRect: cacheImage used, all: cache -> cacheView or [cacheView window]) + * 2013-06-29 (-scaleUnitSquareToSize: save scale factor to docSettingsDict) * 2013-02-13 (include header VCurveFit.h from GraphicObjects.subproj) + * 2013-01-22 (+initialize, -propertyList, version set to 7, save version) + * 2013-01-21 (-initFromPropertyList, -initFromCoder: correct negativ tileDistance to new calculations) + * 2013-01-15 (-moveObject:,-rotateObject: we can move/rotate subpoints of objects outside area) + * 2013-01-15 (-rotateObject:, rotate around coordCenter or center of objects) + * 2012-12-11 (-dragSelect:, -selectAll:redraw:, -mouseDown: do not select invisible layers) + * 2012-11-22 (-validateMenuItem: -setAllLayerDirty: polyline set start, optimizeMoves force calculation) + * 2012-11-21 (-mouseDown: snap/move selected graphics at control point) * 2012-11-15 (-dragSelect: fixed for group selection) * 2012-06-29 (-reverse: -pathSetStartPoint: layerList updateObject) * 2012-04-13 (-moveObject: scroll_rect is now part of rect_vis around pt) @@ -26,27 +48,29 @@ * 2008-12-18 (-selectColor: VGroup got a fillColor) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de + * http://www.cenon.info */ #include #include #include +#include #include #include #include @@ -79,6 +103,9 @@ NSString *e2PboardType = @"Cenon Graphic List"; +static NSRect selectionRect = {{0.0, 0.0}, {0.0, 0.0}}; // shared rect for drawing the selection rect in -drawRect: + + @implementation DocView /* common functions @@ -130,12 +157,20 @@ contRect.origin.x = contRect.origin.y = 0; contRect.size = winRect.size; + /* Workaround for High-Res (Retina) issue: contRect limit is not 10000, but about 8150 */ +//# if MAC_OS_X_VERSION_MAX_ALLOWED < 1070 /*MAC_OS_X_VERSION_10_7*/ + if ( [[NSScreen mainScreen] respondsToSelector:@selector(backingScaleFactor)] && + [[NSScreen mainScreen] backingScaleFactor] >= 2.0 ) + { contRect.size.width = Min(contRect.size.width, 8150); + contRect.size.height = Min(contRect.size.height, 8150); + } +//# endif window = [[NSWindow alloc] initWithContentRect:contRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreRetained defer:NO]; [window setReleasedWhenClosed:NO]; // we close the window, not [App terminate] buffer = [[NSView alloc] initWithFrame:contRect]; - [buffer allocateGState]; + [buffer allocateGState]; // this is a NOP on Mavericks OS 10.9, we make an NSImage if gState == 0 if (addclipview) { clipview = [[NSClipView alloc] init]; @@ -150,6 +185,7 @@ [buffer release]; } [window setAutodisplay:NO]; + [window display]; //[window orderFront:nil]; // debugging: display cache window @@ -162,7 +198,8 @@ */ + (void)initialize { - [DocView setVersion:6]; + [DocView setVersion:8]; // 2014-12-09/4.0.3 (7 = 2013-01-21/4.0.2) + [[self class] tmpGraphics]; // create shared tmpGraphics array return; } @@ -607,7 +644,7 @@ /* sets the document for the view */ -- (void)setDocument:docu +- (void)setDocument:(id)docu { document = docu; } @@ -643,13 +680,15 @@ doCaching = Prefs_Caching; if (doCaching) { cacheView = createBuffer([self bounds], NO); - cache = [cacheView window]; + //cache = [cacheView window]; + if ( ! cacheView ) + doCaching = NO; //[cacheView setOpaque:YES]; } //[self setOpaque:YES]; /* cache for moving objects (-moveObjects:) - * the size should come from preferences + * the max size should come from preferences */ #ifdef __APPLE__ betaCache = nil; @@ -664,11 +703,14 @@ #endif scale = 1.0; // the scale factor + scaleSize.width = scaleSize.height = 1.0; // the scale factor displayGraphic = YES; if ( !statusDict ) statusDict = [NSMutableDictionary new]; + + tileXYDirections.x = tileXYDirections.y = 1.0; // right up - default } - (NSMutableDictionary*)statusDict @@ -708,20 +750,20 @@ - (BOOL)caching { - return doCaching; + return (doCaching && [self cache]); } -- (NSWindow*)cache +- (NSView*)cache { - return cache; + return cacheView; } - (void)setCaching:(BOOL)flag redraw:(BOOL)rd { doCaching = flag; if (doCaching) - { NSRect rect; - int bits = NSBitsPerPixelFromDepth([NSWindow defaultDepthLimit]); + { NSRect rect; + int bits = NSBitsPerPixelFromDepth([NSWindow defaultDepthLimit]); rect = [self frame]; if ((rect.size.width * rect.size.height)*bits/8 < Prefs_CacheLimit) @@ -731,8 +773,8 @@ return; } } - [cache release]; - cache = nil; cacheView = nil; + [[cacheView window] release]; [cacheImage release]; + /*cache = nil;*/ cacheView = nil; cacheImage = nil; } /* change cache size @@ -742,24 +784,25 @@ if ( doCaching && ((width * height)*bits/8 < Prefs_CacheLimit) ) { - if (!cache) + if ( ! cacheView ) { cacheView = createBuffer([self frame], NO); - cache = [cacheView window]; + //cache = [cacheView window]; [cacheView scaleUnitSquareToSize:NSMakeSize([self frame].size.width/[self bounds].size.width, [self frame].size.width/[self bounds].size.width)]; } - [cache setContentSize:NSMakeSize(width, height)]; // limit 10000 on OpenStep !! - [cacheView setFrameSize:NSMakeSize(width, height)]; + [[cacheView window] setContentSize:NSMakeSize(width, height)]; // limit 10000 on OpenStep !! + [cacheView setFrameSize:NSMakeSize(width, height)]; } - else if (cache) - { [cache release]; - cache = nil; cacheView = nil; + else if (cacheView) + { [[cacheView window] release]; [cacheImage release]; + /*cache = nil;*/ cacheView = nil; cacheImage = nil; } } /* zoom in or out - * modified: 2012-08-12 (pass newUnitSize instead of float, realign bounds and frame at 100%) + * modified: 2013-11-03 (check for doCaching flag) + * 2012-08-12 (pass newUnitSize instead of float, realign bounds and frame at 100%) * FIXME: bounds/frame is screwed up when scaling to 150% or 300% and back to 100%. * We realign at 100% now, 200% still sucks */ @@ -768,11 +811,11 @@ //printf("c1. u.w = %f b.w = %f f.w = %f\n", newUnitSize.width, cacheView->_bounds.size.width, cacheView->_frame.size.width); /* the scrollview must allready be scaled */ - if ( ([self frame].size.width * [self frame].size.height)*bits/8 < Prefs_CacheLimit ) + if ( doCaching && ([self frame].size.width * [self frame].size.height)*bits/8 < Prefs_CacheLimit ) { - if (!cache) + if ( ! cacheView ) { cacheView = createBuffer([self bounds], NO); - cache = [cacheView window]; + //cache = [cacheView window]; /* the scrollview (frame, bounds) has already been scaled */ [cacheView scaleUnitSquareToSize:NSMakeSize([self frame].size.width/[self bounds].size.width, @@ -798,8 +841,8 @@ //printf("c2. u.w = %f b.w = %f f.w = %f\n", newUnitSize.width, cacheView->_bounds.size.width, cacheView->_frame.size.width); } else - { [cache release]; - cache = nil; cacheView = nil; + { [[cacheView window] release]; [cacheImage release]; + /*cache = nil;*/ cacheView = nil; cacheImage = nil; } [[betaCache contentView] scaleUnitSquareToSize:newUnitSize]; @@ -809,7 +852,10 @@ { NSMutableDictionary *plist = [[(App*)NSApp currentDocument] docSettingsDict]; scale *= _newUnitSize.width; - [plist setObject:propertyListFromFloat(scale) forKey:[NSString stringWithFormat:@"scaleFactor"]]; + scaleSize.width *= _newUnitSize.width; + scaleSize.height *= _newUnitSize.height; + + [plist setObject:propertyListFromVFloat(scale) forKey:@"scaleFactor"]; //printf("v1. u.w = %f b.w = %f f.w = %f\n", _newUnitSize.width, self->_bounds.size.width, self->_frame.size.width); [super scaleUnitSquareToSize:_newUnitSize]; if ( Diff([self frame].size.width, [self bounds].size.width) < 0.001 ) // same in scaleCacheWindow ! @@ -823,14 +869,13 @@ */ { NSRect newFrame = [self frame]; - newFrame.size.width = NSWidth (newFrame) * _newUnitSize.width / (scale); - newFrame.size.height = NSHeight(newFrame) * _newUnitSize.height / (scale); + newFrame.size.width = NSWidth (newFrame) * _newUnitSize.width / scaleSize.width; + newFrame.size.height = NSHeight(newFrame) * _newUnitSize.height / scaleSize.height; if ( Diff(newFrame.size.width, [editView frame].size.width) > 0.1 ) // in case something rips this apart - { - NSLog(@"Note for scaleUnitSquareToSize: editView corrected to view size {%.1f %.1f} -> {%.1f %.1f}", - newFrame.size.width, newFrame.size.height, - [editView frame].size.width, [editView frame].size.height); - [editView setFrame:newFrame]; // workaround: editview is resized bad , may end up with zero size + { NSLog(@"Dev Note for scaleUnitSquareToSize: editView {%.1f %.1f} corrected to view size {%.1f %.1f}", + [editView frame].size.width, [editView frame].size.height, + newFrame.size.width, newFrame.size.height); + [editView setFrame:newFrame]; // workaround: editview is resized badly, may end up with zero size } //printf("unitSize = %f scale = %f newFrame = {%f %f}\n", _newUnitSize.width, scale, newFrame.size.width, newFrame.size.height); } @@ -840,6 +885,7 @@ * sizeTo:: is called whenever the view is resized. It resizes the bitmap cache * along with the view. It doesn't do anything if the new size is equal to the * old one. + * modified: 2013-11-21 (setFrameSize of edit view) */ - (void)setFrameSize:(NSSize)_newSize { int l; @@ -849,6 +895,7 @@ return; [super setFrameSize:_newSize]; // OpenStep: newSize/scale >= 10000 -> DPS errors ! + [editView setFrameSize:NSMakeSize(_newSize.width/scaleSize.width, _newSize.height/scaleSize.height)]; // 2013-11-21 [self sizeCacheWindow:_newSize.width :_newSize.height]; if ( [self gridIsEnabled] ) @@ -1279,14 +1326,19 @@ * carrier.) * */ -- (float)controlPointSize +- (VFloat)controlPointSize { return KNOBSIZE * (1.0/scale); } -- (float)scaleFactor +- (VFloat)scaleFactor +{ + return scale; // == scaleSize.width +} +- (NSSize)scaleSize { - return scale; + return [self convertSize:NSMakeSize(1.0, 1.0) toView:nil]; + //return scaleSize; } @@ -1306,8 +1358,18 @@ [VGraphic showFastKnobFills]; } +static NSMutableArray *tmpGraphics = nil; +static NSPoint tmpOrigin = {0.0, 0.0}; +//static VFloat tmpAngle = 0.0; ++ (NSMutableArray*)tmpGraphics +{ + if ( ! tmpGraphics ) + tmpGraphics = [[NSMutableArray alloc] init]; + return tmpGraphics; +} + /* - * drawSelf: composite cache and draw knobs + * drawRect: composite cache and draw knobs * modified: 2012-04-13 (centerScanRect back again) * 2012-02-13 (centerScanRect removed as it destroys the result) * 2005-11-14 (apple workaround for composite) @@ -1326,7 +1388,18 @@ vRect = [self visibleRect]; // limit redraw to visible area r = rect; r = NSIntersectionRect(vRect, r); - if (cache) // copy cache + if ( cacheImage ) // copy cache: turn view into image and draw image + { NSPoint toP; + + r.origin.x = floor(r.origin.x); + r.origin.y = floor(r.origin.y); + r.size.width = ceil(r.size.width) + 1.0; + r.size.height = ceil(r.size.height) + 1.0; + r = [self centerScanRect:r]; // Das ist die Loesung gegen ein "Pixel-Versetzt"-Geschmoddel + toP = r.origin; // destination point + [cacheImage drawAtPoint:toP fromRect:r operation:NSCompositeSourceOver fraction:1.0]; // NSCompositeCopy + } + else if ( cacheView ) // copy cache { NSPoint toP; r.origin.x = floor(r.origin.x); // 2012-02-13 @@ -1356,11 +1429,43 @@ if ( VHFIsDrawingToScreen() && !scrolling ) [self drawControls:rect]; + /* draw Selection Rect from -dragSelect */ + if ( selectionRect.size.width > 0.0 || selectionRect.size.height > 0 ) + { + [[NSColor lightGrayColor] set]; + [NSBezierPath setDefaultLineWidth:1.0/scale]; + [NSBezierPath strokeRect:selectionRect]; + } + + /* draw temporary objects from array (ex: create, edit) */ + if ( [tmpGraphics count] ) + { //NSPoint oldOrigin = [[NSView focusView] bounds].origin; + NSAffineTransform *xform = [NSAffineTransform transform]; + int i; + + [[NSGraphicsContext currentContext] saveGraphicsState]; + if ( tmpOrigin.x != 0.0 || tmpOrigin.y != 0.0 ) + { [xform translateXBy:-tmpOrigin.x yBy:-tmpOrigin.y]; [xform concat]; + //[self setBoundsOrigin:tmpOrigin]; // doesn't work with SDK 10.10 + } + //if ( tmpAngle != 0.0) + //{ tmpOrigin should be the center here + // [xform rotateByDegrees:tmpAngle]; [xform concat]; + //} + for (i=0; i < [tmpGraphics count]; i++ ) + [[tmpGraphics objectAtIndex:i] drawWithPrincipal:self]; + if ( tmpOrigin.x != 0.0 || tmpOrigin.y != 0.0 ) + { [xform translateXBy:tmpOrigin.x yBy:tmpOrigin.y]; [xform concat]; + //[self setBoundsOrigin:oldOrigin]; + } + [[NSGraphicsContext currentContext] restoreGraphicsState]; + } + /* FIXME, Apple: if cache is disabled, autodisplay makes everything redraw endlessly * probably this is related to text drawing * needsDisplay is always = YES, no matter what */ - if ( ! cache ) + if ( ! cacheView ) { /*# ifdef __APPLE__ // workaround for touch events flooding us with displayIfNeeded requests (SysDefined, subtype = 7) NSEvent *event = [[self window] currentEvent]; @@ -1392,9 +1497,10 @@ [self cache:rect]; else { - [self lockFocus]; + [self setNeedsDisplayInRect:rect]; + /*[self lockFocus]; [self drawRect:rect]; - [self unlockFocus]; + [self unlockFocus];*/ [[self window] flushWindow]; } } @@ -1405,11 +1511,15 @@ { if (redrawEntireView) rect = [self bounds]; - if (cache) + if ( cacheView ) [self draw:rect]; - [self lockFocus]; + if ( rect.size.width == 0.0 && rect.size.height == 0.0 ) + [self setNeedsDisplay:YES]; + else + [self setNeedsDisplayInRect:rect]; + /*[self lockFocus]; [self drawRect:rect]; - [self unlockFocus]; + [self unlockFocus];*/ [[self window] flushWindow]; } } @@ -1421,10 +1531,10 @@ - (void)cacheGraphic:(VGraphic*)g { - [((cache && VHFIsDrawingToScreen()) ? cacheView : self) lockFocus]; + [((cacheView && VHFIsDrawingToScreen()) ? cacheView : self) lockFocus]; [g drawWithPrincipal:self]; //[VGraphic showFastKnobFills]; - [((cache && VHFIsDrawingToScreen()) ? cacheView : self) unlockFocus]; + [((cacheView && VHFIsDrawingToScreen()) ? cacheView : self) unlockFocus]; } - (BOOL)displayGraphic { return displayGraphic; } @@ -1531,15 +1641,18 @@ } /* redraw cache contents or draw for printing - * modified: 2009-13-19 (display #DATE_...#, display non-template elements on even/odd template layer) + * modified: 2013-11-21 (for printing set minimum line width to Preferences width, but within 0.1 and 1.0) + * 2009-13-19 (display #DATE_...#, display non-template elements on even/odd template layer) */ - (void)draw:(NSRect)rect { int j, l, lCnt; - if (cache && VHFIsDrawingToScreen()) + if (cacheView && VHFIsDrawingToScreen()) // if we don't have a graphics context, we draw to cache [cacheView lockFocus]; - else + else if ( [NSGraphicsContext currentContext] ) [self lockFocus]; + else + return; // we can't draw without graphics context VHFSetAntialiasing(Prefs_Antialias); @@ -1561,7 +1674,7 @@ [self drawGrid]; /* display graphic */ - [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : 0.1)]; + [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : Limit(Prefs_LineWidth, 0.1, 1.0))]; if ( displayGraphic ) { int templateIx, templateIxOdd, templateIxEven; @@ -1611,7 +1724,7 @@ } /* draw additional stuff in modules */ - [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : 0.1)]; + [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : Limit(Prefs_LineWidth, 0.1, 1.0))]; [[NSNotificationCenter defaultCenter] postNotificationName:DocViewDrawGraphicAdditions object:self userInfo:nil]; @@ -1624,7 +1737,7 @@ PSgsave(); [[NSColor blackColor] set]; - [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : 0.1)]; + [NSBezierPath setDefaultLineWidth:(VHFIsDrawingToScreen() ? 1.0/scale : Limit(Prefs_LineWidth, 0.1, 1.0))]; for (j=1; j NSAppKitVersionNumber10_8 && + ! [cacheView gState] ) // gState can return 0 on OS <= 10.8, if we have a text object on a layer, gState is very unreliable + { NSBitmapImageRep *bitmap; + + //bitmap = [cacheView bitmapImageRepForCachingDisplayInRect:[cacheView bounds]]; + //[cacheView cacheDisplayInRect:[cacheView bounds] toBitmapImageRep:bitmap]; + bitmap = [[NSBitmapImageRep alloc] initWithFocusedViewRect:[cacheView bounds]]; + [cacheImage release]; + cacheImage = [[NSImage alloc] initWithSize:[cacheView bounds].size]; + [cacheImage addRepresentation:bitmap]; [bitmap release]; + } + [cacheView unlockFocus]; + } else [self unlockFocus]; } @@ -1866,12 +1993,11 @@ - (void)scrollPointToVisible:(NSPoint)point { NSRect r; - float tol = 5.0 / [self scaleFactor]; + VFloat tol = 5.0 / [self scaleFactor]; r.origin.x = point.x - tol; r.origin.y = point.y - tol; r.size.width = r.size.height = 2*tol; - [self scrollRectToVisible:r]; } @@ -1885,7 +2011,7 @@ { NSRect visRect; visRect = [self visibleRect]; - if (!NSContainsRect(visRect , toRect)) + if (!NSContainsRect(visRect, toRect)) { scrolling = YES; [[self window] disableFlushWindow]; @@ -1950,8 +2076,8 @@ */ - (BOOL)hitEdge:(NSPoint*)p spare:obj { int l, i; - float snap = Prefs_Snap / [self scaleFactor]; - float controlPointSize = [self controlPointSize]; + VFloat snap = Prefs_Snap / [self scaleFactor]; + VFloat controlPointSize = [self controlPointSize]; BOOL gotHit = NO; NSPoint hitP = *p; double sqrDistBest = MAXFLOAT; @@ -2003,26 +2129,26 @@ * alternate: horicontal or vertical constrain * control: ? * - * modified: 2008-12-01 (FIXME: rect_draw_apple is a hack) + * modified: 2015-07-31 ([self setNeedsDisplayInRect] (not drawRect:), tmpGraphics (no direct draw)) + * 2014-01-04 (copy cache image (avoid gstate)) + * 2008-12-01 (FIXME: rect_draw_apple is a hack) * 2007-05-08 (apple workaround for NSCopyBits) */ - (BOOL)redrawObject:(id)obj :(int)pt_num :(NSRect*)redrawRect -{ BOOL tracking = YES; - NSPoint pt, pt_last, pt_old, delta, pt_start; - NSRect rect_start, rect_now, rect_last, rect_scroll, rect_vis, rect_draw_apple; - NSEvent *event; - float snap = Prefs_Snap / [self scaleFactor]; // snap distance - NSPoint snapPoint, p3; // the point to snap to - BOOL alternate, control; - BOOL horizConstrain = NO, vertConstrain = NO; - BOOL doSnap = NO; - int l; - DocWindow *window = (DocWindow*)[self window]; - id change; +{ BOOL tracking = YES; + NSPoint pt, pt_last, pt_old, delta, pt_start; + NSRect rect_start, rect_now, rect_last, rect_scroll, rect_vis, rect_draw_apple; + NSEvent *event; + VFloat snap = Prefs_Snap / [self scaleFactor]; // snap distance + NSPoint snapPoint, p3; // the point to snap to + BOOL alternate, control; + BOOL horizConstrain = NO, vertConstrain = NO; + BOOL doSnap = NO; + int l; + DocWindow *window = (DocWindow*)[self window]; + id change; -#if 0 - [DPSGetCurrentContext() setOutputTraced:YES]; -#endif + //[DPSGetCurrentContext() setOutputTraced:YES]; if ( [obj isLocked] ) return NO; @@ -2042,7 +2168,7 @@ event = [[self window] nextEventMatchingMask:NSLeftMouseUpMask|NSLeftMouseDraggedMask]; alternate = ([event modifierFlags] & NSAlternateKeyMask) ? YES : NO; - control = ([event modifierFlags] & NSControlKeyMask) ? YES : NO; + control = ([event modifierFlags] & NSControlKeyMask) ? YES : NO; [window setAutodisplay:NO]; @@ -2088,7 +2214,7 @@ doSnap = NO; if (snap) /* snap to point */ - { float controlsize = [self controlPointSize]; + { VFloat controlsize = [self controlPointSize]; int i; NSPoint hitP = pt; double sqrDistBest = MAXFLOAT; @@ -2126,8 +2252,7 @@ } } if ( !doSnap ) /* snap to grid */ - { - snapPoint = [self grid:pt]; + { snapPoint = [self grid:pt]; doSnap = YES; } @@ -2146,7 +2271,7 @@ { for (l=[layerList count]-1; l>=0; l--) { NSMutableArray *list = [[layerList objectAtIndex:l] list]; - int i; + int i; if (![[layerList objectAtIndex:l] editable] || ![list count]) continue; @@ -2172,7 +2297,21 @@ rect_draw_apple = NSUnionRect(rect_vis, rect_scroll); // hack to work with Apple rect_draw_apple = NSUnionRect(rect_draw_apple, rect_last); rect_draw_apple = [self centerScanRect:rect_draw_apple]; - if (cacheView) +#if 0 + // The following part is not needed any more [2015-07-31], but does works + if ( cacheImage ) // restore screen from cache image + { NSRect r = rect_draw_apple; + NSPoint toP; + + r.origin.x = floor(r.origin.x); + r.origin.y = floor(r.origin.y); + r.size.width = ceil(r.size.width) + 1.0; + r.size.height = ceil(r.size.height) + 1.0; + r = [self centerScanRect:r]; // Das ist die Loesung gegen ein "Pixel-Versetzt"-Geschmoddel + toP = r.origin; // destination point + [cacheImage drawAtPoint:toP fromRect:r operation:NSCompositeSourceOver fraction:1.0]; // NSCompositeCopy + } + else if (cacheView) { NSRect r = rect_draw_apple; //[self centerScanRect:rect_draw_apple]; // was: rect_last # ifdef __APPLE__ // workaround to fix scaling of the composite source rectangle (frame) @@ -2185,15 +2324,18 @@ //PScomposite(NSMinX(rect_last), NSMinY(rect_last), NSWidth(rect_last), NSHeight(rect_last), [cacheView gState], NSMinX(rect_last), NSMinY(rect_last), NSCompositeCopy); } else - [self drawRect:rect_draw_apple]; // was: rect_last +#endif + [self setNeedsDisplayInRect:rect_draw_apple]; // [self drawRect:rect_draw_apple]; // was: rect_last + + [tmpGraphics removeAllObjects]; + [tmpGraphics addObject:obj]; // [(VGraphic*)obj drawWithPrincipal:self]; - [(VGraphic*)obj drawWithPrincipal:self]; /* draw all other selected graphics where points moved by delta */ if (pt_num == [obj selectedKnobIndex]) { for (l=[layerList count]-1; l>=0; l--) { NSMutableArray *list = [[layerList objectAtIndex:l] list]; - int i; + int i; if (![[layerList objectAtIndex:l] editable] || ![list count]) continue; @@ -2201,17 +2343,19 @@ { VGraphic *g = [list objectAtIndex:i]; if ([g isSelected] && g!=obj && [g selectedKnobIndex] >= 0) - [(VGraphic*)g drawWithPrincipal:self]; + [tmpGraphics addObject:g]; // [g drawWithPrincipal:self]; } } } /* so selected objects are shown selected while we scroll and so on */ - if ( VHFIsDrawingToScreen() && !scrolling ) - [self drawControls:NSZeroRect]; //rect_now + //if ( VHFIsDrawingToScreen() && !scrolling ) + // [self drawControls:NSZeroRect]; //rect_now + [self setNeedsDisplayInRect:rect_now]; /* Flush the drawing so that it's consistent. */ + [self display]; [[self window] flushWindow]; - PSWait(); + //PSWait(); rect_last = rect_now; pt_last = pt; @@ -2223,6 +2367,7 @@ tracking = ([event type] != NSLeftMouseUp); } stopTimer(&inTimerLoop); + [tmpGraphics removeAllObjects]; /*delta.x = rect_now.origin.x - rect_start.origin.x; delta.y = rect_now.origin.y - rect_start.origin.y; @@ -2258,7 +2403,10 @@ * The offsets constrain the selected object to stay within the dimensions * of the view. * - * modified: 2012-01-04 (no beep for locked objects, if mouse didn't move) + * modified: 2015-08-09 (major redrawing changes) + * 2014-01-04 (copy cache image (avoid gstate)) + * 2013-01-14 (allow moving objects, even with subpoints outside bounds by using coordbounds) + * 2012-01-04 (no beep for locked objects, if mouse didn't move) * 2008-09-08 (2. apple workaround for NSCopyBits/drawRect) * 2007-05-08 (apple workaround for NSCopyBits) */ @@ -2266,20 +2414,19 @@ { BOOL tracking = YES, beta = NO; NSSize llOffset, urOffset; NSPoint pt, pt_last, pt_old, delta, delta_scroll, drawOffset, snapPoint; - NSRect rect_now, rect_start, rect_last, rect_scroll, rect_vis, rect_draw_apple; + NSRect rect_now, rect_start, rect_last, rect_scroll, rect_vis; NSRect rect_draw, rect_drawlast, rect_startdraw, rect_slaylist; - id betaView = [betaCache contentView]; + NSView *betaView = [betaCache contentView]; // betaCache is only used here ! + //NSImage *betaImage = nil; BOOL alternate; BOOL start = YES, horizConstrain = NO, vertConstrain = NO, doSnap = NO; int l, i; - DocWindow *window = (DocWindow*)[self window]; - float snap = Prefs_Snap / [self scaleFactor]; /* snap distance */ + DocWindow *window = (DocWindow*)[self window]; + VFloat snap = Prefs_Snap / [self scaleFactor]; /* snap distance */ id snapObj = nil; - float controlsize = [self controlPointSize]; + VFloat controlsize = [self controlPointSize]; -#if 0 - [DPSGetCurrentContext() setOutputTraced:YES]; -#endif + //[DPSGetCurrentContext() setOutputTraced:YES]; alternate = ([event modifierFlags] & NSAlternateKeyMask) ? YES : NO; @@ -2288,12 +2435,16 @@ event = [window nextEventMatchingMask:NSLeftMouseUpMask|NSLeftMouseDraggedMask]; - /* Check whether the object can fit in the second buffer. */ + /* Check whether the object can fit in the second buffer + * here, we calculate: + * rect_start in coord bounds for scrolling + * rect_draw including knobs and invisible handles for redraw + */ rect_now = [betaView frame]; - if (obj) + if (obj) // (used to move origin only) { rect_start = [obj coordBounds]; - rect_draw = [obj extendedBoundsWithScale:[self scaleFactor]]; + rect_draw = [obj extendedBoundsWithScale:[self scaleFactor]]; // including width and knobs if ( [obj isLocked] ) { @@ -2329,23 +2480,26 @@ } rect_slaylist = [self boundsOfArray:slayList withKnobs:YES]; [self deselectLockedLayers:YES lockedObjects:YES]; - rect_start = [self boundsOfArray:slayList withKnobs:NO]; // [self coordBoundsOfArray:slayList]; + rect_start = [self coordBoundsOfArray:slayList]; // allow moving arcs with invisible parts outside bounds + if ( rect_start.size.width == 0.0 || rect_start.size.height == 0.0 ) // vertical / horicontal lines + rect_start = [self boundsOfArray:slayList withKnobs:NO]; rect_draw = [self boundsOfArray:slayList withKnobs:YES]; } - drawOffset.x = (rect_draw.size.width - rect_start.size.width)/2.0; - drawOffset.y = (rect_draw.size.height - rect_start.size.height)/2.0; - drawOffset.x = MAX(1.0, ((int)drawOffset.x)); - drawOffset.y = MAX(1.0, ((int)drawOffset.y)); - rect_draw.origin.x = rect_start.origin.x - drawOffset.x; - rect_draw.origin.y = rect_start.origin.y - drawOffset.y; - rect_draw.size.width = rect_start.size.width + drawOffset.x*2.0; - rect_draw.size.height = rect_start.size.height + drawOffset.y*2.0; - -//NSLog(@"drawOffset.o %.3f %.3f", drawOffset.x, drawOffset.y); + drawOffset.x = rect_start.origin.x - rect_draw.origin.x; // offset between coord and drawing bounds + drawOffset.y = rect_start.origin.y - rect_draw.origin.y; + //drawOffset.x = (rect_draw.size.width - rect_start.size.width) /2.0; // ??? + //drawOffset.y = (rect_draw.size.height - rect_start.size.height)/2.0; + //drawOffset.x = MAX(1.0, (floor(drawOffset.x))); + //drawOffset.y = MAX(1.0, (floor(drawOffset.y))); + //rect_draw.origin.x = rect_start.origin.x - drawOffset.x; // this screws up draw rect + //rect_draw.origin.y = rect_start.origin.y - drawOffset.y; // this was a fucked up approach, and + //rect_draw.size.width = rect_start.size.width + drawOffset.x*2.0; // misusing rect_draw for moving the cache image + //rect_draw.size.height = rect_start.size.height + drawOffset.y*2.0; if (!snapObj) pt_last = [self grid:pt_last]; + /* cache graphics for moving */ if (betaView && rect_now.size.width > rect_draw.size.width * scale && // rect_start rect_now.size.height > rect_draw.size.height * scale) @@ -2360,6 +2514,15 @@ for ( l=[slayList count]-1; l>=0; l-- ) [[slayList objectAtIndex:l] makeObjectsPerformSelector:@selector(drawWithPrincipal:) withObject:self]; + /*if ( ! [cacheView gState] ) + { NSBitmapImageRep *bitmap; + + //bitmap = [cacheView bitmapImageRepForCachingDisplayInRect:[betaView bounds]]; + //[betaView cacheDisplayInRect:[betaView bounds] toBitmapImageRep:bitmap]; + bitmap = [[NSBitmapImageRep alloc] initWithFocusedViewRect:rect_draw]; + betaImage = [[NSImage alloc] initWithSize:rect_draw.size]; + [betaImage addRepresentation:bitmap]; + }*/ [betaView unlockFocus]; beta = YES; } @@ -2373,7 +2536,7 @@ #if 0 // 2012-04-13 if (NSContainsRect(rect_scroll, rect_vis)) { rect_scroll = rect_vis; - rect_scroll = NSInsetRect(rect_scroll, rect_scroll.size.width * .20 , rect_scroll.size.height * .20); + rect_scroll = NSInsetRect(rect_scroll, rect_scroll.size.width * .20, rect_scroll.size.height * .20); } else { @@ -2387,7 +2550,7 @@ val = Min(val, Abs(Min(rect_vis.size.height, rect_start.size.height)/Max(rect_vis.size.height, rect_start.size.height))); val = (val < 0.4) ? (0.3) : ((1.0-val)/2.0); - rect_scroll = NSInsetRect(rect_scroll , rect_scroll.size.width * val , rect_scroll.size.height * val); + rect_scroll = NSInsetRect(rect_scroll, rect_scroll.size.width * val, rect_scroll.size.height * val); }*/ } #endif @@ -2402,7 +2565,7 @@ /* Calculate where the mouse point falls relative to the object. */ if (obj == origin) - { float margin = 0.0; // ceil([self controlPointSize]); + { VFloat margin = 0.0; // ceil([self controlPointSize]); llOffset.width = pt_last.x - (rect_start.origin.x + rect_start.size.width/2.0) - margin; llOffset.height = pt_last.y - (rect_start.origin.y + rect_start.size.height/2.0) - margin; @@ -2478,7 +2641,7 @@ { if (ABS(delta.x) > ABS(delta.y)) horizConstrain = YES; else - vertConstrain = YES; + vertConstrain = YES; alternate = NO; } if (horizConstrain) @@ -2493,11 +2656,11 @@ [self constrainRect:&rect_now]; rect_draw.origin.x = rect_now.origin.x - drawOffset.x; rect_draw.origin.y = rect_now.origin.y - drawOffset.y; + rect_draw = NSIntegralRect(rect_draw); -#if 0 // 2012-04-13 + /* 2012-04-13 rect_scroll.origin.x = rect_now.origin.x + delta_scroll.x; - rect_scroll.origin.y = rect_now.origin.y + delta_scroll.y; -#endif + rect_scroll.origin.y = rect_now.origin.y + delta_scroll.y;*/ /* 2012-04-13 - origin */ rect_scroll.origin = NSMakePoint(pt.x - rect_scroll.size.width /2.0, pt.y - rect_scroll.size.height/2.0); @@ -2507,9 +2670,22 @@ /* Copy the old image into the window. If using the second buffer, copy * it atop the old buffer. Otherwise, translate and redraw. */ - rect_draw_apple = NSUnionRect(rect_vis, rect_scroll); +#if 0 + rect_draw_apple = NSUnionRect(rect_vis, rect_scroll); // FIXME: this is much bigger than needed rect_draw_apple = NSUnionRect(rect_draw_apple, rect_drawlast); - if (cacheView) + if ( cacheImage ) // restore screen from cache image + { NSRect r = rect_draw_apple; + NSPoint toP; + + r.origin.x = floor(r.origin.x); + r.origin.y = floor(r.origin.y); + r.size.width = ceil(r.size.width) + 1.0; + r.size.height = ceil(r.size.height) + 1.0; + r = [self centerScanRect:r]; // Das ist die Loesung gegen ein "Pixel-Versetzt"-Geschmoddel + toP = r.origin; // destination point + [cacheImage drawAtPoint:toP fromRect:r operation:NSCompositeSourceOver fraction:1.0]; // NSCompositeCopy + } + else if ( cacheView && [cacheView gState] ) // copy cache from view { NSRect r = rect_draw_apple; // rect_drawlast - reicht bei OpenStep # ifdef __APPLE__ // workaround to fix scaling of the composite source rectangle (frame) @@ -2523,30 +2699,44 @@ } else [self drawRect:rect_draw_apple]; // rect_drawlast is sufficient for OpenStep only - if (beta) - PScomposite(NSMinX(rect_startdraw), NSMinY(rect_startdraw), NSWidth(rect_startdraw), NSHeight(rect_startdraw), [betaView gState], NSMinX(rect_draw), NSMinY(rect_draw), NSCompositeSourceOver); - else - { NSPoint oldOrigin = [[NSView focusView] bounds].origin; +#endif + [self setNeedsDisplayInRect:rect_drawlast]; // redraw old position + [self setNeedsDisplayInRect:rect_draw]; // redraw new position - //[[NSView focusView] setBoundsOrigin: NSMakePoint(rect_start.origin.x - rect_now.origin.x, - // rect_start.origin.y - rect_now.origin.y)]; - [[NSView focusView] setBoundsOrigin: - NSMakePoint(rect_startdraw.origin.x - rect_draw.origin.x, - rect_startdraw.origin.y - rect_draw.origin.y)]; + if (beta) // copy beta cache with moved graphics to screen (Mac OS 10.9 needs image) + { [self displayIfNeeded]; + PScomposite(NSMinX(rect_startdraw), NSMinY(rect_startdraw), NSWidth(rect_startdraw), NSHeight(rect_startdraw), + [betaView gState], NSMinX(rect_draw), NSMinY(rect_draw), NSCompositeSourceOver); + } + //else if ( betaImage ) // never been used + // [betaImage drawAtPoint:rect_draw.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + else // draw graphics at position + { //NSPoint oldOrigin = [[NSView focusView] bounds].origin; + + tmpOrigin.x = rect_start.origin.x - rect_now.origin.x; + tmpOrigin.y = rect_start.origin.y - rect_now.origin.y; + //[[NSView focusView] setBoundsOrigin:tmpOrigin]; + [tmpGraphics removeAllObjects]; if (obj) - [(VGraphic*)obj drawWithPrincipal:self]; + [tmpGraphics addObject:obj]; // [(VGraphic*)obj drawWithPrincipal:self]; else - for ( l=[slayList count]-1; l>=0; l-- ) - [[slayList objectAtIndex:l] makeObjectsPerformSelector:@selector(drawWithPrincipal:) - withObject:self]; - [[NSView focusView] setBoundsOrigin:oldOrigin]; + for ( l=[slayList count]-1; l>=0; l-- ) // layers + { NSArray *sList = [slayList objectAtIndex:l]; + + for ( i=0; i < [sList count]; i++ ) // objects on layers + [tmpGraphics addObject:[sList objectAtIndex:i]]; + //[sList makeObjectsPerformSelector:@selector(drawWithPrincipal:) withObject:self]; + } + //[[NSView focusView] setBoundsOrigin:oldOrigin]; + //[self setNeedsDisplayInRect:[self visibleRect]]; } + [self displayIfNeeded]; // redraw [window flushWindow]; - PSWait(); + //PSWait(); rect_drawlast = rect_draw; - rect_last = rect_now; + rect_last = rect_now; pt_last = pt; } else @@ -2584,6 +2774,7 @@ tracking = ([event type] != NSLeftMouseUp); } stopTimer(&inTimerLoop); + [tmpGraphics removeAllObjects]; tmpOrigin = NSZeroPoint; delta.x = rect_now.origin.x - rect_start.origin.x; delta.y = rect_now.origin.y - rect_start.origin.y; @@ -2602,6 +2793,7 @@ if ( delta.x || delta.y ) [document setDirty:YES]; + /* unite bounds from before (*redrawRect) and after moving (rect_draw) */ *redrawRect = (obj) ? NSUnionRect(rect_draw, *redrawRect) : NSUnionRect(rect_draw, rect_slaylist); if (!floor(delta.x) && !floor(delta.y)) @@ -2621,27 +2813,32 @@ * The offsets constrain the selected object to stay within the dimensions * of the view. * - * modified: 2007-05-08 (apple workaround for NSCopyBits) + * modified: 2015-07-31 () + * 2014-01-04 (copy cache image (avoid gstate)) + * 2013-12-19 (-drawAtAngle:withCenter:,-setAngle:withCenter, instead -rotate:, -drawAtAngle:) + * 2007-05-08 (apple workaround for NSCopyBits) */ - (BOOL)rotateObject:(VGraphic*)obj :(NSEvent *)event :(NSRect*)redrawRect { BOOL tracking = YES; NSSize llOffset, urOffset; - NSPoint p, pt_start, pt, pt_last, pt_old, delta, delta_scroll; + NSPoint p = NSZeroPoint, pt_start, pt, pt_last, pt_old, delta, delta_scroll, center = NSZeroPoint; NSRect rect_now, rect_start, rect_last, rect_scroll, rect_vis; - float angle = 0.0, startAngle, dx, dy, av; + float angle = 0.0, startAngle; + VFloat dx, dy, av; BOOL alternate, control; BOOL horizConstrain = NO, vertConstrain = NO; id change; + VFloat knobsize = -[VGraphic maxKnobSizeWithScale:[self scaleFactor]]/2.0; -#if 0 - [DPSGetCurrentContext() setOutputTraced:YES]; -#endif + //[DPSGetCurrentContext() setOutputTraced:YES]; alternate = ([event modifierFlags] & NSAlternateKeyMask) ? YES : NO; - control = ([event modifierFlags] & NSControlKeyMask) ? YES : NO; + control = ([event modifierFlags] & NSControlKeyMask) ? YES : NO; - rect_start = [obj extendedBoundsWithScale:[self scaleFactor]]; - rect_last = *redrawRect = [obj maximumBounds]; + //rect_start = [obj extendedBoundsWithScale:[self scaleFactor]]; + rect_start = NSInsetRect([obj coordBounds], knobsize, knobsize); + rect_start = NSIntegralRect(rect_start); + //rect_last = *redrawRect = [obj maximumBounds]; // bounds for rotating around center of bounds /*if (cacheView) // copy cached image to screen PScomposite(NSMinX(rect_start), NSMinY(rect_start), NSWidth(rect_start), NSHeight(rect_start), @@ -2652,23 +2849,30 @@ * move the image. */ rect_scroll = [obj scrollRect:-1 inView:self]; - rect_vis = [self visibleRect]; - if (NSContainsRect(rect_scroll , rect_vis)) + rect_vis = [self visibleRect]; + if (NSContainsRect(rect_scroll, rect_vis)) { rect_scroll = rect_vis; - rect_scroll = NSInsetRect(rect_scroll , rect_scroll.size.width * .20 , rect_scroll.size.height * .20); + rect_scroll = NSInsetRect(rect_scroll, rect_scroll.size.width * 0.20, rect_scroll.size.height * 0.20); } else - rect_scroll = NSIntersectionRect(rect_vis , rect_scroll); + rect_scroll = NSIntersectionRect(rect_vis, rect_scroll); rect_now = rect_start; delta_scroll.x = rect_scroll.origin.x - rect_now.origin.x; delta_scroll.y = rect_scroll.origin.y - rect_now.origin.y; - pt_last = pt_old = [event locationInWindow]; - pt_last = [self convertPoint:pt_last fromView:nil]; + pt_last = pt_old = [event locationInWindow]; + pt_last = [self convertPoint:pt_last fromView:nil]; pt_start = pt_last; - p = [obj center]; + if ( [obj isKindOfClass:[VPath class]] || [obj isKindOfClass:[VGroup class]] + || [obj isKindOfClass:[VCurve class]] ) + p = center = [obj coordCenter]; + else + p = center = [obj center]; + rect_last = [obj maxBoundsWithCenter:center]; // bounds for rotating around center + rect_last = *redrawRect = NSInsetRect(rect_last, knobsize, knobsize); + dx = pt_start.x - p.x; dy = pt_start.y - p.y; av = sqrt(dx*dx + dy*dy); /* calculate angle between mouse and center of object */ @@ -2677,9 +2881,9 @@ startAngle = -startAngle; /* Calculate where the mouse point falls relative to the object. */ - llOffset.width = pt_last.x - rect_start.origin.x; + llOffset.width = pt_last.x - rect_start.origin.x; llOffset.height = pt_last.y - rect_start.origin.y; - urOffset.width = rect_start.origin.x + rect_start.size.width - pt_last.x; + urOffset.width = rect_start.origin.x + rect_start.size.width - pt_last.x; urOffset.height = rect_start.origin.y + rect_start.size.height - pt_last.y; event = [[self window] nextEventMatchingMask:NSLeftMouseUpMask|NSLeftMouseDraggedMask]; @@ -2688,7 +2892,6 @@ while (tracking) { pt = ([event type] == NSPeriodic) ? pt_old : (pt_old = [event locationInWindow]); - pt = [self convertPoint:pt fromView:nil]; [self constrainPoint:&pt withOffset:&llOffset :&urOffset]; [self constrainPoint:&pt_last withOffset:&llOffset :&urOffset]; @@ -2716,7 +2919,20 @@ /* Copy the old image into the window. Then translate and redraw. */ - if (cacheView) +#if 0 + if ( cacheImage ) // restore screen from cache image + { NSRect r = rect_last; + NSPoint toP; + + r.origin.x = floor(r.origin.x); + r.origin.y = floor(r.origin.y); + r.size.width = ceil(r.size.width) + 1.0; + r.size.height = ceil(r.size.height) + 1.0; + r = [self centerScanRect:r]; // Das ist die Loesung gegen ein "Pixel-Versetzt"-Geschmoddel + toP = r.origin; // destination point + [cacheImage drawAtPoint:toP fromRect:r operation:NSCompositeSourceOver fraction:1.0]; // NSCompositeCopy + } + else if (cacheView) { NSRect r = [self centerScanRect:rect_last]; # ifdef __APPLE__ // workaround to fix scaling of the composite source rectangle (frame) @@ -2729,11 +2945,14 @@ } else [self drawRect:rect_last]; +#endif + [self setNeedsDisplayInRect:rect_last]; + //[self setNeedsDisplayInRect:NSInsetRect([obj bounds], knobsize, knobsize)]; - { float dx, dy, av; + { VFloat dx, dy, av; //dx = pt.x - pt_start.x; dy = pt.y - pt_start.y; /* get the center of the object instead */ - p = [obj center]; + p = center; dx = pt.x - p.x; dy = pt.y - p.y; av = sqrt(dx*dx + dy*dy); /* calculate angle between mouse and center of object */ @@ -2741,13 +2960,21 @@ angle = (dx<0) ? 180.0-angle : angle; angle = -angle; angle = angle - startAngle; + [tmpGraphics removeAllObjects]; if (angle < 360.0 && angle > -360.0) - [obj drawAtAngle:angle in:self]; + { VGraphic *objR = [obj copy]; + + [objR setAngle:angle withCenter:center]; //tmpAngle = angle; tmpOrigin = center; + [tmpGraphics addObject:objR]; + [objR release]; + //[obj drawAtAngle:angle withCenter:center in:self]; + //[self setNeedsDisplayInRect:NSInsetRect([objR bounds], knobsize, knobsize)]; + } } - /* Flush the drawing so that it's consistent. */ - [[self window] flushWindow]; - PSWait(); + [self displayIfNeeded]; // redraw + [[self window] flushWindow]; // Flush the drawing so that it's consistent + //PSWait(); // rect_last = rect_now; pt_last = pt; @@ -2760,10 +2987,12 @@ tracking = ([event type] != NSLeftMouseUp); } stopTimer(&inTimerLoop); + [tmpGraphics removeAllObjects]; //tmpAngle = 0.0; tmpOrigin = NSZeroPoint; - change = [[RotateGraphicsChange alloc] initGraphicView:self angle:angle center:[obj center]]; + change = [[RotateGraphicsChange alloc] initGraphicView:self angle:angle center:center]; [change startChange]; - [obj rotate:angle]; + //[obj rotate:angle]; + [obj setAngle:angle withCenter:center]; [[self layerOfGraphic:obj] updateObject:obj]; [change endChange]; [document setDirty:YES]; @@ -2841,7 +3070,7 @@ { BOOL redraw = YES; NSPoint p; NSRect drawRect = NSZeroRect; - int pt_num, i, l, toolIx; + int pt_num, i, l, toolIx, selectedObjects = 0; BOOL shift, control, gotHit = NO, compositeAll = NO, editable = NO; VGraphic *g = nil; DocWindow *window = (DocWindow*)[self window]; @@ -2879,21 +3108,26 @@ shift = ([event modifierFlags] & NSShiftKeyMask) ? YES : NO; control = ([event modifierFlags] & NSControlKeyMask) ? YES : NO; - p = [event locationInWindow]; - [self lockFocus]; - p = [self convertPoint:p fromView:nil]; + p = [self convertPoint:[event locationInWindow] fromView:nil]; + [self lockFocus]; // With SDK 10.10, this doesn't set the window context any more + //if ( [NSGraphicsContext currentContext] != [window graphicsContext] ) // SDK 10.10 + //{ [NSGraphicsContext setCurrentContext:[window graphicsContext]]; // SDK 10.10: this makes 10.10 draw in our window + // NSLog(@"SDK 10.10: lockFocus didn't set context + currentContext != window context :-("); + //} [window displayCoordinate:p ref:YES]; [window endEditingFor:nil]; /* end editing of text */ - /* check whether we are editable + /* check whether we are editable and count selected Objects */ for ( l=[layerList count]-1; l>=0; l-- ) { if ( [[layerList objectAtIndex:l] editable] ) { editable = YES; - break; + selectedObjects += [(NSMutableArray*)[slayList objectAtIndex:l] count]; + if ( selectedObjects > 1 ) + break; } } @@ -2982,17 +3216,17 @@ } [self deselectAll:self]; -/*if ([g isKindOfClass:[VLine class]]) -{ - g = [VLine3D line3D]; - [g setVertices:NSMakePoint(10.0, 10.0) :NSMakePoint(50.0, 50.0)]; - [g setZLevel:10.0 :50.0]; - [g setSelected:YES]; - [self insertGraphic:g]; - gotHit = YES; - redraw = NO; - break; -}*/ + /*if ([g isKindOfClass:[VLine class]]) // DEBUGGING + { + g = [VLine3D line3D]; + [g setVertices:NSMakePoint(10.0, 10.0) :NSMakePoint(50.0, 50.0)]; + [g setZLevel:10.0 :50.0]; + [g setSelected:YES]; + [self insertGraphic:g]; + gotHit = YES; + redraw = NO; + break; + }*/ if ( [g create:event in:self] ) { id change; @@ -3088,7 +3322,7 @@ [self drawRect:drawRect]; l = 0; break; } - else if ([[layerList objectAtIndex:l] editable] && [(App*)NSApp current2DTool] != TOOL2D_ROTATE && + else if (selectedObjects <= 1 && [[layerList objectAtIndex:l] editable] && [(App*)NSApp current2DTool] != TOOL2D_ROTATE && [obj hitControl:p :&pt_num controlSize:[self controlPointSize]]) // move control { NSPoint p3; @@ -3116,14 +3350,16 @@ } } - /* we don't hit any selected object but we hit the origin -> move origin + /* we didn't hit any selected object but we hit the origin -> move crosshairs */ if ( !shift && !gotHit && [origin hit:p fuzz:2.0/scale] ) // move origin { [self moveObject:origin :event :&drawRect]; gotHit = compositeAll = YES; + [[NSNotificationCenter defaultCenter] postNotificationName:DocViewCrossHairMoved + object:self userInfo:nil]; } - /* we don't hit any object which is selected and shift is not pressed + /* we didn't hit any object which is selected and shift is not pressed * so we deselect all selected objects */ if (!shift && !gotHit) @@ -3132,7 +3368,7 @@ [self deselectAll:self]; } - /* we don't hit any object which is selected + /* we didn't hit any selected object * so we check objects which are not selected */ if (!gotHit) @@ -3143,6 +3379,7 @@ /* we only select on editable layers, except with CAM module */ if ( ![list count] || ![(LayerObject*)[layerList objectAtIndex:l] state] + || [(LayerObject*)[layerList objectAtIndex:l] invisible] || (!Prefs_SelectNonEditable && ![[layerList objectAtIndex:l] editable]) ) continue; for (i=[list count]-1; i>=0; i--) @@ -3153,13 +3390,13 @@ if ([obj hit:p fuzz:2.0/scale]) // select object { gotHit = YES; - drawRect = [obj extendedBoundsWithScale:scale]; + drawRect = [obj extendedBoundsWithScale:scale]; // including width and knobs [obj setSelected:YES]; if ([obj respondsToSelector:@selector(font)]) [[NSFontManager sharedFontManager] setSelectedFont:[obj font] isMultiple:NO]; [slist addObject:obj]; [window flushWindow]; - PSWait(); + //PSWait(); if ( displayGraphic && [[layerList objectAtIndex:l] editable] ) { @@ -3171,8 +3408,6 @@ else if ([self moveObject:nil :event :&drawRect]) redraw = YES; } - //if (!redraw) - // [self drawRect:drawRect]; l=-1; break; } @@ -3181,9 +3416,13 @@ } } + /* Drag Select */ if (!gotHit) { [window flushWindow]; drawRect = [self dragSelect:event]; + //selectionRect = NSMakeRect(p.x, p.y, 0, 0); + //[self setNeedsDisplay:YES]; + //[self setNeedsDisplayInRect:selectionRect]; } /* inform modules about mouse down */ @@ -3199,12 +3438,30 @@ compositeAll = YES; // make cache update in rect, but composite entire bounds if (redraw) [self cache:(compositeAll) ? [self bounds] : drawRect]; - else if ( compositeAll || drawRect.size.width || drawRect.size.height ) // 2008-05-03 + else if ( compositeAll || drawRect.size.width || drawRect.size.height ) + //[self setNeedsDisplayInRect:(compositeAll) ? [self bounds] : drawRect]; // no more drawing outside -drawRect: with SDK 10.10 [self flatRedraw:(compositeAll) ? [self bounds] : drawRect]; [self unlockFocus]; [window flushWindow]; } +/*- (void)mouseDragged:(NSEvent *)event +{ NSPoint p = [self convertPoint:[event locationInWindow] fromView:nil]; + + printf("-mouseDragged: p = {%.0f, %.0f}\n", p.x, p.y); + //selectionRect.size.width = p.x - (selectionRect.origin.x); + //selectionRect.size.height = p.y - (selectionRect.origin.y); + //[self setNeedsDisplay:YES]; +}*/ + +/*- (void)mouseUp:(NSEvent *)event +{ NSPoint p = [self convertPoint:[event locationInWindow] fromView:nil]; + + printf("-mouseUp: p = {%.0f, %.0f}\n", p.x, p.y); + //selectionRect = NSZeroRect; + //[self setNeedsDisplay:YES]; +}*/ + - (void)keyDown:(NSEvent *)event { NSString *chars = [event characters]; @@ -3223,7 +3480,8 @@ } } -/* modified: 2006-07-12 +/* modified: 2015-07-27: marqueeSelectionRect and setNeedsDisplayInRect: for 10.10 + * 2015-07-26: lockFocusIfCanDraw, -cacheImageInRect:/restoreCachedImage * Allows the user the drag out a box to select all objects either * intersecting the box, or fully contained within the box (depending * on the state of the ALTERNATE key). After the selection is made, @@ -3232,12 +3490,12 @@ #define DRAG_MASK (NSLeftMouseUpMask|NSLeftMouseDraggedMask|NSPeriodicMask) - (NSRect)dragSelect:(NSEvent *)event { int i, l; - NSWindow *window = (DocWindow*)[self window]; + DocWindow *window = (DocWindow*)[self window]; NSPoint p, last, start; NSRect visibleRect, region, oldRegion, drawRect; BOOL mustContain, shift, canScroll, oldRegionSet = NO; NSMutableArray *list; - float enlargeSize = 1.0/[self scaleFactor]; + VFloat enlargeSize = [self controlPointSize]; //1.0/[self scaleFactor]; p = start = [event locationInWindow]; start = [self convertPoint:start fromView:nil]; @@ -3246,23 +3504,22 @@ shift = ([event modifierFlags] & NSShiftKeyMask) ? YES : NO; mustContain = ([event modifierFlags] & NSAlternateKeyMask) ? YES : NO; - [self lockFocus]; + //if ( ! [self lockFocusIfCanDraw] ) + // return NSZeroRect; visibleRect = [self visibleRect]; - canScroll = !NSEqualRects(visibleRect , [self bounds]); + canScroll = ! NSEqualRects(visibleRect, [self bounds]); if (canScroll) startTimer(&inTimerLoop); - region.origin.x = region.origin.y = 0.0; - region.size.width = region.size.height = 0.0; + region = NSZeroRect; event = [window nextEventMatchingMask:DRAG_MASK]; while ([event type] != NSLeftMouseUp) { if ([event type] == NSPeriodic) //[event locationInWindow] = p; event = periodicEventWithLocationSetToPoint(event, p); - p = [event locationInWindow]; - p = [self convertPoint:p fromView:nil]; + p = [self convertPoint:[event locationInWindow] fromView:nil]; if (p.x != last.x || p.y != last.y) { region.origin.x = Min(p.x, start.x); @@ -3271,26 +3528,34 @@ region.size.height = Max(p.y, start.y) - region.origin.y; [[self window] disableFlushWindow]; if (oldRegionSet) - { oldRegion = NSInsetRect(oldRegion , -enlargeSize , -enlargeSize); - [self drawRect:oldRegion]; + { oldRegion = NSInsetRect(oldRegion, -enlargeSize, -enlargeSize); + //[self drawRect:oldRegion]; + [self setNeedsDisplayInRect:oldRegion]; // drawing via -drawRect: } if (canScroll) - { [self scrollRectToVisible:region]; - [self scrollPointToVisible:p]; + { [self scrollRectToVisible:NSInsetRect(region, -enlargeSize, -enlargeSize)]; + //[self scrollPointToVisible:p]; // this is ours and has a tolerance } - [[NSColor lightGrayColor] set]; - [NSBezierPath setDefaultLineWidth:1.0/scale]; - [NSBezierPath strokeRect:region]; +//#if MAC_OS_X_VERSION_MAX_ALLOWED <= 1090 // SDK <= 10.9, MAC_OS_X_VERSION_10_9 +// [[NSColor lightGrayColor] set]; +// [NSBezierPath setDefaultLineWidth:1.0/scale]; +// [NSBezierPath strokeRect:region]; //NSFrameRectWithWidth(region, 1.0/scale); +//#else // SDK 10.10 + selectionRect = region; // drawing via -drawRect: + [self setNeedsDisplayInRect:region]; // drawing via -drawRect: +//#endif [window enableFlushWindow]; - [window flushWindow]; + [self displayIfNeeded]; + //[window flushWindow]; + //PSWait(); // flush current context (same effect as flush window) oldRegion = region; oldRegionSet = YES; last = p; - PSWait(); } p = [event locationInWindow]; event = [[self window] nextEventMatchingMask:DRAG_MASK]; } + selectionRect = NSZeroRect; // drawing via -drawRect: if (canScroll) stopTimer(&inTimerLoop); @@ -3302,7 +3567,7 @@ { LayerObject *layerObject = [layerList objectAtIndex:l]; list = [layerObject list]; - if ( ![layerObject state] || ![list count] + if ( ![layerObject state] || ![list count] || [layerObject invisible] || (!Prefs_SelectNonEditable && ![layerObject editable]) ) continue; @@ -3328,7 +3593,7 @@ || [gRect sqrDistanceGraphic:g] <= ([g width]/2.0)*([g width]/2.0) ) { [g setSelected:(shift && [g isSelected]) ? NO : YES]; - drawRect = NSUnionRect(rect, drawRect); + drawRect = NSUnionRect([g bounds], drawRect); } } } @@ -3341,7 +3606,8 @@ drawRect = NSInsetRect(drawRect, -enlargeSize, -enlargeSize); //[self flatRedraw:drawRect]; // will be redrawed in mouseDown } - [self unlockFocus]; + //[self unlockFocus]; + [self setNeedsDisplayInRect:drawRect]; // drawing via -drawRect: /* post notification */ if (region.size.width > 0.0 && region.size.height > 0.0) @@ -3355,7 +3621,8 @@ return drawRect; } -/* modified: 2009-09-22 (init region.origin) +/* modified: 2015-07-28 (draw via -drawRect: for SDK 10.10) + * 2009-09-22 (init region.origin) */ - (void)dragMagnify:(NSEvent *)event { NSPoint p, last, start; @@ -3370,7 +3637,8 @@ shift = ([event modifierFlags] & NSShiftKeyMask) ? YES : NO; mustContain = ([event modifierFlags] & NSAlternateKeyMask) ? YES : NO; - [self lockFocus]; + //if ( ! [self lockFocusIfCanDraw] ) + // return NSZeroRect; visibleRect = [self visibleRect]; canScroll = !NSEqualRects(visibleRect, [self bounds]); @@ -3383,8 +3651,7 @@ { if ([event type] == NSPeriodic) event = periodicEventWithLocationSetToPoint(event, p); - p = [event locationInWindow]; - p = [self convertPoint:p fromView:nil]; + p = [self convertPoint:[event locationInWindow] fromView:nil]; if (p.x != last.x || p.y != last.y) { region.origin.x = Min(p.x, start.x); @@ -3394,30 +3661,33 @@ [[self window] disableFlushWindow]; if (oldRegionSet) { oldRegion = NSInsetRect(oldRegion , -1.0 , -1.0); - [self drawRect:oldRegion]; + [self setNeedsDisplayInRect:oldRegion]; // [self drawRect:oldRegion]; } if (canScroll) { [self scrollRectToVisible:region]; [self scrollPointToVisible:p]; } - [[NSColor lightGrayColor] set]; - [NSBezierPath setDefaultLineWidth:1.0/scale]; - [NSBezierPath strokeRect:region]; - //NSFrameRectWithWidth(region, 1.0/scale); + //[[NSColor lightGrayColor] set]; + //[NSBezierPath setDefaultLineWidth:1.0/scale]; + //[NSBezierPath strokeRect:region]; + selectionRect = region; // drawing via -drawRect + [self setNeedsDisplayInRect:region]; // drawing via -drawRect [window enableFlushWindow]; + [self displayIfNeeded]; [window flushWindow]; + //PSWait(); oldRegion = region; oldRegionSet = YES; last = p; - PSWait(); } p = [event locationInWindow]; event = [[self window] nextEventMatchingMask:DRAG_MASK]; } + selectionRect = NSZeroRect; // drawing via -drawRect if (canScroll) stopTimer(&inTimerLoop); - [self unlockFocus]; + //[self unlockFocus]; [self setMagnify:NO]; @@ -3439,10 +3709,10 @@ } - (void)delete:(id)sender -{ int i, l, selectedObjectsCnt = 0, selectedKnobObjectsToRemoveCnt = 0, selectedKnobObjectsCnt = 0; - VGraphic *graphic; - id change; - NSRect rect, drawRect = NSZeroRect; +{ int i, l, selectedObjectsCnt = 0, selectedKnobObjectsToRemoveCnt = 0, selectedKnobObjectsCnt = 0; + VGraphic *graphic; + id change; + NSRect rect, drawRect = NSZeroRect; if ( ![self isSelectionEditable] ) return; @@ -3481,7 +3751,7 @@ /* 1st object in list might have been used for the consecutive paste */ if (originalPaste == [slist objectAtIndex:0]) - originalPaste = nil; + { [originalPaste release]; originalPaste = nil; } for (i=[slist count]-1; i>=0; i--) { @@ -3523,7 +3793,7 @@ /* 1st object in list might have been used for the consecutive paste */ if (originalPaste == [slist objectAtIndex:0]) - originalPaste = nil; + { [originalPaste release]; originalPaste = nil; } for (i=[slist count]-1; i>=0; i--) { @@ -3535,6 +3805,7 @@ { if ( ![(VPolyLine*)graphic removePointWithNum:[graphic selectedKnobIndex]] ) NSLog(@"- delete: we remove the last point of graphic"); + [layerObject setDirty:YES]; } } @@ -3552,8 +3823,8 @@ * Selects all the items in the layerlist. */ - (void)selectAll:(id)sender redraw:(BOOL)redraw -{ int i, iCnt, l; - VGraphic *g; +{ int i, iCnt, l; + VGraphic *g; for ( l=[layerList count]-1; l>=0; l-- ) { NSMutableArray *slist = [slayList objectAtIndex:l]; @@ -3562,6 +3833,7 @@ [slist removeAllObjects]; /* only select layers which are displayed and editable, exception: CAM-Module */ if ( ![(LayerObject*)[layerList objectAtIndex:l] state] || !(iCnt=[list count]) + || [(LayerObject*)[layerList objectAtIndex:l] invisible] || (!Prefs_SelectNonEditable && ![[layerList objectAtIndex:l] editable]) ) continue; @@ -3606,6 +3878,7 @@ if ( redraw && deselected ) { [self flatRedraw:sbounds]; + //[self setNeedsDisplayInRect:sbounds]; if ( sender != self ) [[self window] flushWindow]; } @@ -4133,7 +4406,8 @@ { NSMutableArray *slist = [slayList objectAtIndex:l]; if ( [[layerList objectAtIndex:l] editable] && [slist count]==1 && - [[slist objectAtIndex:0] isMemberOfClass:[VPath class]] ) + (([[slist objectAtIndex:0] isMemberOfClass:[VPath class]] && [[slist objectAtIndex:0] closed]) || + ([[slist objectAtIndex:0] isMemberOfClass:[VPolyLine class]] && [[slist objectAtIndex:0] closed])) ) return YES; } return NO; @@ -4180,15 +4454,24 @@ } return NO; } - /* we need something to paste */ + /* we need something to paste (and a layer to paste to) */ else if ( VHFSelectorIsEqual(action, @selector(paste:)) ) { NSPasteboard *pb = [NSPasteboard generalPasteboard]; + /* something to paste ? */ cnt = [pb changeCount]; if (cnt != cachedPasteboardChangeCount) { cachedPasteboardChangeCount = cnt; pboardHasPasteableType = (e2CenonPasteType([pb types]) != NULL); } + /* editable layer ? */ + if ( pboardHasPasteableType ) + { + for ( l = [layerList count]-1; l >= 0; l-- ) + if ( [[layerList objectAtIndex:l] editable] ) + return YES; + return NO; + } return pboardHasPasteableType; } else if ( VHFSelectorIsEqual(action, @selector(displayDirections:)) ) @@ -4238,7 +4521,7 @@ continue; /* 1st object in list may be used for the consecutive paste */ - originalPaste = nil; + { [originalPaste release]; originalPaste = nil; } group = [VGroup group]; [change noteGroup:group layer:layer]; @@ -4337,7 +4620,7 @@ } /* 1st object in list may be used for the consecutive paste */ - originalPaste = nil; + { [originalPaste release]; originalPaste = nil; } /* join image and path to clip image from path */ @@ -4569,10 +4852,10 @@ * purpose: remove hidden areas from selected elements */ - (void)punch:sender -{ int i, iCnt, l; - NSRect drawRect; - NSMutableArray *tmpList = [NSMutableArray array]; - id change; +{ int i, iCnt, l; + NSRect drawRect; + NSMutableArray *tmpList = [NSMutableArray array]; + id change; /* deselect unfit objects (VText) */ for ( l=[layerList count]-1; l>=0; l-- ) @@ -4599,7 +4882,7 @@ continue; /* 1st object in list may be used for the consecutive paste */ - originalPaste = nil; + { [originalPaste release]; originalPaste = nil; } /* build list of selected objects in the order of list */ for (i=0, iCnt = [[layerObject list] count]; i size.width +TOLERANCE) ? (0.0) : (1.0); + if ( tileDistance.y < 0.0 ) + tileXYDirections.y = (Abs(tileDistance.y) > size.height+TOLERANCE) ? (0.0) : (1.0); + + /* Ja *2.0 */ + if ( tileDistance.x < 0 ) tileDistance.x += 2.0*size.width; + if ( tileDistance.y < 0 ) tileDistance.y += 2.0*size.height; + + if (tileDistance.x < 0.0 && tileXYDirections.x < 1.0) + tileDistance.x = Abs(tileDistance.x); + if (tileDistance.y < 0.0 && tileXYDirections.y < 1.0) + tileDistance.y = Abs(tileDistance.y); + } if ( version >= 3 ) [aDecoder decodeValuesOfObjCTypes:"cif", &gridIsEnabled, &gridUnit, &gridSpacing]; - [self setParameter]; [self resetGrid]; { int l, i; @@ -5161,9 +5467,9 @@ if ( version < 4 ) // < 31.01.00 versions without clipping layer for ( i=[list count]-1; i>=0; i-- ) if ( [[list objectAtIndex:i] isMemberOfClass:[ClipRectangle class]] ) - { NSPoint o, s; - ClipRectangle *cr = [list objectAtIndex:i]; - VRectangle *r = [VRectangle rectangle]; + { NSPoint o, s; + ClipRectangle *cr = [list objectAtIndex:i]; + VRectangle *r = [VRectangle rectangle]; [self addLayerWithName:LAYERCLIPPING_STRING type:LAYER_CLIPPING tag:0 list:nil editable:NO]; @@ -5183,7 +5489,7 @@ if (!tileLimits.x || !tileLimits.y) tile = NO; [self setTileWithLimits:tileLimits limitSize:tileLimitSize distance:tileDistance - moveToOrigin:NO]; + directions:tileXYDirections moveToOrigin:NO]; } return self; @@ -5220,7 +5526,9 @@ } } - (id)propertyList -{ NSMutableDictionary *plist = [NSMutableDictionary dictionaryWithCapacity:9]; +{ NSMutableDictionary *plist = [NSMutableDictionary dictionaryWithCapacity:11]; + + [plist setObject:propertyListFromInt([[self class] version]) forKey:@"v"]; // 2013-01-21 [plist setObject:propertyListFromArray(layerList) forKey:@"layerList"]; @@ -5229,20 +5537,22 @@ [plist setObject:[origin propertyList] forKey:@"origin"]; if (tileOriginList) [plist setObject:@"YES" forKey:@"tile"]; - [plist setObject:propertyListFromNSPoint(tileDistance) forKey:@"tileDistance"]; + { [plist setObject:propertyListFromNSPoint(tileDistance) forKey:@"tileDistance"]; + [plist setObject:propertyListFromNSPoint(tileXYDirections) forKey:@"tileXYDirection"]; + } if (tileLimitSize) [plist setObject:@"YES" forKey:@"tileLimitSize"]; - [plist setObject:propertyListFromNSPoint(tileLimits) forKey:@"tileLimits"]; + [plist setObject:propertyListFromNSPoint(tileLimits) forKey:@"tileLimits"]; if (gridIsEnabled) [plist setObject:@"YES" forKey:@"gridIsEnabled"]; - [plist setObject:propertyListFromInt(gridUnit) forKey:@"gridUnit"]; + [plist setObject:propertyListFromInt(gridUnit) forKey:@"gridUnit"]; [plist setObject:propertyListFromFloat(gridSpacing) forKey:@"gridSpacing"]; return plist; } - (id)initFromPropertyList:(id)plist inDirectory:(NSString *)directory -{ id plistObject, obj; - BOOL tile; - NSString *className; +{ id plistObject, obj; + BOOL tile; + NSString *className; [layerList release]; layerList = arrayFromPropertyList([plist objectForKey:@"layerList"], directory, [self zone]); @@ -5256,16 +5566,41 @@ obj = [NSClassFromString(newClassName(className)) allocWithZone:[self zone]]; origin = [obj initFromPropertyList:plistObject inDirectory:directory]; + [self setParameter]; // tileXYDirections initialized here for new files + tile = ([plist objectForKey:@"tile"] ? YES : NO); - tileDistance = pointFromPropertyList([plist objectForKey:@"tileDistance"]); - tileLimitSize = ([plist objectForKey:@"tileLimitSize"] ? YES : NO); - tileLimits = pointFromPropertyList([plist objectForKey:@"tileLimits"]); + tileDistance = pointFromPropertyList([plist objectForKey:@"tileDistance"]); + tileLimitSize = ([plist objectForKey:@"tileLimitSize"] ? YES : NO); + tileLimits = pointFromPropertyList([plist objectForKey:@"tileLimits"]); + tileXYDirections = pointFromPropertyList([plist objectForKey:@"tileXYDirection"]); + if ( [plist intForKey:@"v"] < 8 ) // 2014-10-21 correct tileDistance to new calculation + { NSSize size = [self tileBounds].size; + + tileXYDirections.x = tileXYDirections.y = 1.0; // right up - init + if ( tileDistance.x < 0.0 ) + tileXYDirections.x = (Abs(tileDistance.x) > size.width +TOLERANCE) ? (0.0) : (1.0); + if ( tileDistance.y < 0.0 ) + tileXYDirections.y = (Abs(tileDistance.y) > size.height+TOLERANCE) ? (0.0) : (1.0); + + /* Ja *2.0 */ + if ( tileDistance.x < 0 ) tileDistance.x += 2.0*size.width; + if ( tileDistance.y < 0 ) tileDistance.y += 2.0*size.height; + + if (tileDistance.x < 0.0 && tileXYDirections.x < 1.0) + tileDistance.x = Abs(tileDistance.x); + if (tileDistance.y < 0.0 && tileXYDirections.y < 1.0) + tileDistance.y = Abs(tileDistance.y); + } + else if ( [plist intForKey:@"v"] == 8 && tileDistance.x == 0.0 && tileDistance.y == 0.0 + && tileLimits.x == 0.0 && tileLimits.y == 0.0 ) // 2016-09-19 correct tileDistance - Default of 4.0.3 was 0 0 + { + tileXYDirections.x = tileXYDirections.y = 1.0; // right up - init + } gridIsEnabled = ([plist objectForKey:@"gridIsEnabled"] ? YES : NO); - gridUnit = [plist floatForKey:@"gridUnit"]; - gridSpacing = [plist floatForKey:@"gridSpacing"]; + gridUnit = [plist floatForKey:@"gridUnit"]; + gridSpacing = [plist floatForKey:@"gridSpacing"]; - [self setParameter]; [self resetGrid]; /* create selected list @@ -5285,7 +5620,7 @@ [self getSelection]; if (tile) [self setTileWithLimits:tileLimits limitSize:tileLimitSize distance:tileDistance - moveToOrigin:NO]; + directions:tileXYDirections moveToOrigin:NO]; return self; } @@ -5321,7 +5656,7 @@ if (![editView superview]) [editView release]; - [cache release]; + [[cacheView window] release]; [cacheImage release]; if (numGridRectsX) { NSZoneFree([self zone], gridListX); Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._DocWindow.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._DocWindow.h differ diff -Nru cenon.app-4.0.2/DocWindow.h cenon.app-4.0.6+ds1/DocWindow.h --- cenon.app-4.0.2/DocWindow.h 2013-07-04 14:19:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/DocWindow.h 2015-10-21 16:17:23.000000000 +0000 @@ -1,7 +1,7 @@ /* DocWindow.h * Cenon document window class * - * Copyright (C) 1995-2013 by vhf interservice GmbH + * Copyright (C) 1995-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-12-02 @@ -9,26 +9,26 @@ * 2010-04-19 (unfoldedHeight) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DOCWINDOW -#define VHF_H_DOCWINDOW +#ifndef CEN_H_DOCWINDOW +#define CEN_H_DOCWINDOW #include @@ -41,16 +41,16 @@ id hCoord; id xCoord; id yCoord; - id unitPopup; // mm, inch, pt + id unitPopup; // mm, inch, pt id tileScrollView; id coordBox; - id document; // the relating document - int unit; // the unit - NSPoint refPoint; // the refernce point for the coordinate display + id document; // the relating document + int unit; // the unit + NSPoint refPoint; // the refernce point for the coordinate display NSTimer *timer; #ifdef __APPLE__ - float unfoldedHeight; // height of unfolded window, if folded + VFloat unfoldedHeight; // height of unfolded window, if folded #endif } @@ -58,8 +58,8 @@ - (void)setDocument:docu; #ifdef __APPLE__ // stuff to fold window into title bar -- (float)unfoldedHeight; -- (void)setUnfoldedHeight:(float)h; +- (VFloat)unfoldedHeight; +- (void)setUnfoldedHeight:(VFloat)h; - (BOOL)isFolded; #endif @@ -84,4 +84,4 @@ @end -#endif // VHF_H_DOCWINDOW +#endif // CEN_H_DOCWINDOW diff -Nru cenon.app-4.0.2/DocWindow.m cenon.app-4.0.6+ds1/DocWindow.m --- cenon.app-4.0.2/DocWindow.m 2012-09-04 17:27:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/DocWindow.m 2015-10-21 16:26:20.000000000 +0000 @@ -1,11 +1,12 @@ /* DocWindow.m * Cenon document window class * - * Copyright (C) 1995-2010 by vhf interservice GmbH + * Copyright (C) 1995-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-12-02 - * Modified: 2010-04-18 (-sendEvent: double click to window bar reduces window to title bar) + * Modified: 2015-10-21 (-sendEvent: disable full screen mode when double clicking title bar of window) + * 2010-04-18 (-sendEvent: double click to window bar reduces window to title bar) * 2010-01-18 (-windowDidBecomeMain: don't display tool panel) * 2010-01-12 (window position and size in grid steps added) * 2009-10-11 (-setDocument: coordinate timer uses -setAcceptsMouseMovedEvents: on Apple + GNUstep) @@ -14,22 +15,22 @@ * info: the first responder of documentWindow is the graphic view (set in document.m) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -48,6 +49,7 @@ @implementation DocWindow + /* returns the document of the window */ - document @@ -69,6 +71,14 @@ [self setDelegate:document]; // so that the document gets NSWindow delegation methods + /* disable full screen mode icon */ + /*if ( [self respondsToSelector:@selector(collectionBehavior)] ) + { NSWindowCollectionBehavior behavior = [self collectionBehavior]; + + behavior &= NSWindowCollectionBehaviorFullScreenPrimary; + [self setCollectionBehavior:behavior]; + }*/ + //[self setMiniwindowImage:[NSImage imageNamed:@"typeCenon"]]; #if defined(GNUSTEP_BASE_VERSION) || defined(__APPLE__) @@ -201,7 +211,7 @@ #ifdef __APPLE__ // Linux has this feature already /* click into title bar, reduces window to it's title bar and vice versa * created: 2010-04-18 - * modified: 2010-04-20 + * modified: 2015-10-21 (disable full screen mode when double clicking title bar of window) */ - (void)sendEvent:(NSEvent *)event { @@ -212,7 +222,7 @@ NSRect contentRect = [contentView frame]; if ( point.y > contentRect.size.height ) // title bar - { float titleHeight = frame.size.height - contentRect.size.height; + { VFloat titleHeight = frame.size.height - contentRect.size.height; NSRect newFrame = frame; int gridSize = Prefs_WindowGrid; @@ -235,7 +245,7 @@ if ( [coordBox isDescendantOf:contentView] ) // coordinate display { NSRect tileFrame, boxFrame; - float coordHeight = [coordBox frame].size.height; + VFloat coordHeight = [coordBox frame].size.height; contentRect = [contentView frame]; tileFrame = [tileScrollView frame]; @@ -248,22 +258,27 @@ } //printf("Document Window mouse down: wf.y = %.0f wf.h = %.0f, vy = %.0f vh = %.0f p.y = %.0f, \n", // frame.origin.y, frame.size.height, contentRect.origin.y, contentRect.size.height, point.y); + return; // nothing more should be done with this event } } + if ( [event type] == NSLeftMouseUp && [event clickCount] == 2 ) + { + return; // disable full screen mode, when double clicking on title bar [Mac OS 10.10] + } [super sendEvent:event]; } -- (float)unfoldedHeight +- (VFloat)unfoldedHeight { return unfoldedHeight; } -- (void)setUnfoldedHeight:(float)h +- (void)setUnfoldedHeight:(VFloat)h { unfoldedHeight = h; } - (BOOL)isFolded { NSRect frame = [self frame]; NSRect contentRect = [[self contentView] frame]; - float titleHeight = frame.size.height - contentRect.size.height; + VFloat titleHeight = frame.size.height - contentRect.size.height; if ( frame.size.height <= titleHeight ) return YES; @@ -272,7 +287,7 @@ - (NSRect)unfoldedFrame { NSRect frame = [self frame]; NSRect contentRect = [[self contentView] frame]; - float titleHeight = frame.size.height - contentRect.size.height; + VFloat titleHeight = frame.size.height - contentRect.size.height; if ( frame.size.height <= titleHeight ) { frame.size.height = unfoldedHeight; diff -Nru cenon.app-4.0.2/dvDrag.m cenon.app-4.0.6+ds1/dvDrag.m --- cenon.app-4.0.2/dvDrag.m 2011-09-01 10:08:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvDrag.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* dvDrag.m * Drag additions for Cenon DocView class * - * Copyright (C) 1997-2003 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-05 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/dvGrid.m cenon.app-4.0.6+ds1/dvGrid.m --- cenon.app-4.0.2/dvGrid.m 2012-06-26 09:45:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvGrid.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* dvGrid.m * Grid additions for Cenon DocView class * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-05 @@ -10,22 +10,22 @@ * 2005-05-19 (line width set to 0.51) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/dvHiddenArea.m cenon.app-4.0.6+ds1/dvHiddenArea.m --- cenon.app-4.0.2/dvHiddenArea.m 2012-07-18 08:11:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvHiddenArea.m 2017-03-24 14:59:40.000000000 +0000 @@ -1,7 +1,7 @@ /* dvHiddenArea.m * Additions for Cenon DocView class to remove hidden areas * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2017 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1996-09-24 @@ -9,22 +9,22 @@ * 2006-02-06 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -44,7 +44,7 @@ @implementation DocView(HiddenArea) -/* remove parts of graphic objects coverd by other graphics +/* remove parts of graphic objects covered by other graphics * first graphic in list is covered by all following graphics in list etc. */ - (void)removeHiddenAreas:(NSMutableArray*)list @@ -69,7 +69,7 @@ oBounds = [og bounds]; - if ( !NSIsEmptyRect(NSIntersectionRect(cBounds , oBounds)) ) + if ( !NSIsEmptyRect(NSIntersectionRect(cBounds, oBounds)) ) { NSColor *cColor = [cg color], *oColor = [og color]; if ( ![cColor isEqual:oColor] ) @@ -328,7 +328,7 @@ VGraphic *cg = *curG; VPath *ng; NSMutableArray *splitListOg = nil; - NSPoint *iPts; + NSPoint *iPts = NULL; /* cg can't be inside a line or curve or part of arc */ if ( !([og isKindOfClass:[VPath class]] && [og filled]) && !([og isKindOfClass:[VArc class]] && Abs([og angle]) == 360 && [og filled]) && !([og isKindOfClass:[VRectangle class]] && [og filled]) ) @@ -365,6 +365,7 @@ ([cg isKindOfClass:[VArc class]] && (Abs([cg angle]) != 360 || ![cg filled])) || [cg isKindOfClass:[VCurve class]] || ([cg isKindOfClass:[VRectangle class]] && ![cg filled]) ) { + if (iCnt) free(iPts); /* when hiddenG is not tiled we must only look if inside og */ if ( [[ng list] count] == 1 ) { NSPoint p; @@ -399,6 +400,7 @@ ([cg isKindOfClass:[VArc class]] && [[ng list] count] == 1) ) { NSPoint p; + if (iCnt) free(iPts); /* cg inside og - cg will removed */ ( [cg isKindOfClass:[VPath class]] ) ? [[[(VPath*)cg list] objectAtIndex:0] getPoint:&p at:0.4] : [cg getPoint:&p at:0.4]; if ( [og isPointInside:p] ) diff -Nru cenon.app-4.0.2/dvPasteboard.m cenon.app-4.0.6+ds1/dvPasteboard.m --- cenon.app-4.0.2/dvPasteboard.m 2010-02-24 03:47:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvPasteboard.m 2016-12-22 16:44:24.000000000 +0000 @@ -1,29 +1,30 @@ /* dvPasteboard.m * Pasteboard additions for Cenon DocView class * - * Copyright (C) 1997-2008 by vhf interservice GmbH + * Copyright (C) 1997-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997 - * modified: 2008-10-21 (pasting of several layers to one layer keeps order of graphics elements) + * modified: 2016-02-26 (originalPast: retain/release) + * 2008-10-21 (pasting of several layers to one layer keeps order of graphics elements) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -50,11 +51,11 @@ int index = 0; while (index < typesCount) - { NSString * currType = [orderedTypes objectAtIndex:index]; + { NSString *currType = [orderedTypes objectAtIndex:index]; - if (e2IncludesType(typesToMatch, currType)) - return currType; - ++index; + if (e2IncludesType(typesToMatch, currType)) + return currType; + ++index; } return nil; } @@ -65,8 +66,8 @@ */ NSString *e2TextPasteType(NSArray *types) { - if (e2IncludesType(types, NSRTFPboardType)) return NSRTFPboardType; - if (e2IncludesType(types, NSStringPboardType)) return NSStringPboardType; + if (e2IncludesType(types, NSRTFPboardType)) return NSRTFPboardType; + if (e2IncludesType(types, NSStringPboardType)) return NSStringPboardType; return nil; } @@ -128,12 +129,12 @@ * to perform this very function). */ + (void)convert:(NSUnarchiver *)unarchiver to:(NSString *)type using:(SEL)writer toPasteboard:(NSPasteboard *)pb -{ NSWindow *w; - NSMutableArray *array; - NSData *data; - DocView *scrapper; - NSRect scrapperFrame = {{0.0, 0.0}, {11.0*72.0, 14.0*72.0}}; - static NSZone *scrapperZone = NULL; +{ NSWindow *w; + NSMutableArray *array; + NSData *data; + DocView *scrapper; + NSRect scrapperFrame = {{0.0, 0.0}, {11.0*72.0, 14.0*72.0}}; + static NSZone *scrapperZone = NULL; if (!scrapperZone) scrapperZone = NSCreateZone(NSPageSize(), NSPageSize(), YES); @@ -329,10 +330,10 @@ if ([slayList count] > 0) { - change = [[CutGraphicsChange alloc] initGraphicView:self]; - [change startChange]; + change = [[CutGraphicsChange alloc] initGraphicView:self]; + [change startChange]; [self copy:sender]; -// lastCutChangeCount = lastCopiedChangeCount; + //lastCutChangeCount = lastCopiedChangeCount; [self delete:sender]; consecutivePastes = 0; [change endChange]; @@ -352,7 +353,8 @@ { NSMutableArray *list = [slayList objectAtIndex:l]; if (list && [list count]) - { originalPaste = [list objectAtIndex:0]; + { [originalPaste release]; + originalPaste = [[list objectAtIndex:0] retain]; break; } } @@ -554,8 +556,7 @@ { NSPoint position; NSRect bounds; if (!center) - { - bounds = [self visibleRect]; + { bounds = [self visibleRect]; position.x = floor(bounds.size.width / 2.0 + 0.5); position.y = floor(bounds.size.height / 2.0 + 0.5); } @@ -576,14 +577,14 @@ * first and second pastes (this is also known as "transform again"). */ - (void)paste:sender andLink:(LinkType)doLink -{ NSArray *pblist; - NSPoint offset; +{ NSArray *pblist; + NSPoint offset; VGraphic *graphic = nil; NSPasteboard *pboard = [NSPasteboard generalPasteboard]; - NSRect originalBounds, secondBounds, rect, bounds; - static VGraphic *secondPaste; + NSRect originalBounds, secondBounds, rect, bounds; + static VGraphic *secondPaste = nil; static NSPoint pasteOffset; - int l; + int l; /* FIXME: We shouldn't insert the pblist in this method. * Instead we should return pblist and insert it here @@ -610,7 +611,8 @@ consecutivePastes = 0; lastPastedChangeCount = [pboard changeCount]; - originalPaste = graphic; + [originalPaste release]; + originalPaste = [graphic retain]; /* keep graphics inside visible rect for 1st paste */ pbBounds = [self boundsOfArray:slayList withKnobs:NO]; @@ -652,7 +654,7 @@ } else if ((consecutivePastes == 2) && graphic) { - originalBounds = [originalPaste bounds]; + originalBounds = [originalPaste bounds]; // FIXME: crash possible if object has been deleted from uncontrolled environment secondBounds = [secondPaste bounds]; pasteOffset.x = secondBounds.origin.x - originalBounds.origin.x; pasteOffset.y = secondBounds.origin.y - originalBounds.origin.y; @@ -670,9 +672,9 @@ /* move selected objects */ for (l=[slayList count]-1; l>=0; l--) - { NSMutableArray *slist = [slayList objectAtIndex:l]; - LayerObject *layer = [layerList objectAtIndex:l]; - int i; + { NSMutableArray *slist = [slayList objectAtIndex:l]; + LayerObject *layer = [layerList objectAtIndex:l]; + int i; for (i=[slist count]-1; i>=0; i--) { VGraphic *g = [slist objectAtIndex:i]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._dvTile.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._dvTile.m differ diff -Nru cenon.app-4.0.2/dvTile.m cenon.app-4.0.6+ds1/dvTile.m --- cenon.app-4.0.2/dvTile.m 2011-12-06 17:11:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvTile.m 2014-11-04 11:57:47.000000000 +0000 @@ -1,30 +1,32 @@ /* dvTile.m * DocView addition for batch production * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-10 - * modified: 2011-09-08 (-setTileWithLimits:, -buildTileCopies: sort sequence from down to up to down) + * modified: 2014-10-21 (-setTileWithLimits:, -buildTileCopies:, tileXYDirection for left/right - up/down) + * 2013-01-22 (-setTileWithLimits:, -buildTileCopies: corrected as assumed) + * 2011-09-08 (-setTileWithLimits:, -buildTileCopies: sort sequence from down to up to down) * 2008-07-24 (Prefs_IncrementSerial removed in -incrementSerialNumbers) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -36,11 +38,10 @@ @implementation DocView(Tile) - (NSMutableArray*)tileOriginList { return tileOriginList; } -- (BOOL)tileLimitSize { return tileLimitSize; } -- (NSPoint)tileDistance { return tileDistance; } -//- (NSPoint)useAbsoluteDistance { return useAbsoluteDistance; } -- (NSPoint)tileLimits { return tileLimits; } -//- (BOOL)mustMoveMasterToOrigin { return moveMasterToOrigin; } +- (BOOL)tileLimitSize { return tileLimitSize; } +- (NSPoint)tileDistance { return tileDistance; } +- (NSPoint)tileXYDirections { return tileXYDirections; } +- (NSPoint)tileLimits { return tileLimits; } - (int)numberOfTiles { int xCnt, yCnt; @@ -59,16 +60,16 @@ return xCnt * yCnt; } - /* * limits the size or number of items in x/y direction * distance the distance between tiles * - * modified: 2005-10-15 + * modified: 2014-10-21 */ - (void)setTileWithLimits:(NSPoint)limits limitSize:(BOOL)limitSize distance:(NSPoint)dist + directions:(NSPoint)dirs moveToOrigin:(BOOL)moveToOrigin { NSRect rect; int l, x, xCnt, y, yCnt; @@ -79,6 +80,10 @@ { setDirty = YES; tileDistance = dist; } + if (tileXYDirections.x != dirs.x || tileXYDirections.y != dirs.y) + { setDirty = YES; + tileXYDirections = dirs; + } if (tileLimits.x != limits.x || tileLimits.y != limits.y) { setDirty = YES; tileLimits = limits; @@ -109,8 +114,6 @@ p.x = pOrigin.x - rect.origin.x; p.y = pOrigin.y - rect.origin.y; - //p.x = tileDistance.x - rect.origin.x; - //p.y = tileDistance.y - rect.origin.y; for (l=[layerList count]-1; l>=0; l--) { NSMutableArray *list = [[layerList objectAtIndex:l] list]; @@ -130,19 +133,27 @@ } /* create tileOriginList */ + pMaster = [self tileBounds].origin; xCnt = (int)(tileLimitSize) ? (limits.x/(rect.size.width + tileDistance.x)) : limits.x; yCnt = (int)(tileLimitSize) ? (limits.y/(rect.size.height + tileDistance.y)) : limits.y; for ( x=0; x=0); (Even(x)) ? (y++) : (y--) ) { TileObject *obj; - NSPoint p; + NSPoint p; obj = [[TileObject allocWithZone:[self zone]] autorelease]; - p.x = pMaster.x/*tileDistance.x*/ + x * (rect.size.width +tileDistance.x); - p.y = pMaster.y/*tileDistance.y*/ + y * (rect.size.height+tileDistance.y); + + if ( !tileXYDirections.x ) // left + p.x = pMaster.x - x * (rect.size.width + tileDistance.x); + else + p.x = pMaster.x + x * (rect.size.width + tileDistance.x); + + if ( !tileXYDirections.y ) // down + p.y = pMaster.y - y * (rect.size.height + tileDistance.y); + else + p.y = pMaster.y + y * (rect.size.height + tileDistance.y); [obj setPosition:p]; [tileOriginList addObject:obj]; } @@ -174,22 +185,22 @@ [self drawAndDisplay]; } -/* modified: 2005-10-15 +/* modified: 2014-10-21 */ - (void)buildTileCopies:(NSPoint)limits limitSize:(BOOL)limitSize distance:(NSPoint)dist + directions:(NSPoint)dirs moveToOrigin:(BOOL)moveToOrigin -{ NSRect rect; - int i, iCnt, l, x, xCnt, y, yCnt, copyCnt = 1; +{ NSRect rect; + int i, iCnt, l, x, xCnt, y, yCnt, copyCnt = 1; NSMutableArray *masterIndexes = [NSMutableArray array]; - NSPoint pOrigin = [origin pointWithNum:0]; + NSPoint pOrigin = [origin pointWithNum:0]; tileDistance = dist; - //tileAbsoluteDistance = absoluteDistance; + tileXYDirections = dirs; tileLimits = limits; tileLimitSize = limitSize; - //tileMoveMasterToOrigin = moveToOrigin; [self serialNumber]; rect = [self tileBounds]; @@ -204,8 +215,6 @@ p.x = pOrigin.x - rect.origin.x; p.y = pOrigin.y - rect.origin.y; - //p.x = tileDistance.x - rect.origin.x; - //p.y = tileDistance.y - rect.origin.y; for (l=[layerList count]-1; l>=0; l--) { NSMutableArray *list = [[layerList objectAtIndex:l] list]; @@ -226,14 +235,22 @@ yCnt = (int)(tileLimitSize) ? (limits.y/(rect.size.height + tileDistance.y)) : limits.y; for ( x=0; x=0); (Even(x)) ? (y++) : (y--) ) { NSPoint p; if ( !x && !y ) continue; - p.x = x * (rect.size.width +tileDistance.x); - p.y = y * (rect.size.height+tileDistance.y); + + if ( !tileXYDirections.x ) // left + p.x = - (x * (rect.size.width + tileDistance.x)); + else + p.x = x * (rect.size.width + tileDistance.x); + + if ( !tileXYDirections.y ) // down + p.y = - (y * (rect.size.height + tileDistance.y)); + else + p.y = y * (rect.size.height + tileDistance.y); + for (l=[layerList count]-1; l>=0; l--) { LayerObject *layer = [layerList objectAtIndex:l]; NSMutableArray *slist = [slayList objectAtIndex:l]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._dvUndo.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._dvUndo.m differ diff -Nru cenon.app-4.0.2/dvUndo.m cenon.app-4.0.6+ds1/dvUndo.m --- cenon.app-4.0.2/dvUndo.m 2012-01-06 16:05:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/dvUndo.m 2016-09-29 10:31:37.000000000 +0000 @@ -1,30 +1,33 @@ /* dvUndo.h * Undo additions for Cenon DocView class * - * Copyright (C) 1999-2009 by vhf interservice GmbH + * Copyright (C) 1999-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999- - * modified: 2009-03-06 (-rotate: -deselectLockedLayers:..) + * modified: 2016-09-21 (-addPointTo:: [layer updateObject:g] added to force recalculation) + * 2015-07-30 (-splitObject:, -addPointTo: [self setNeedsDisplayInRect:] (not -drawRect:)) + * 2013-01-15 (-rotate:, rotate around coordBounds of objects) + * 2009-03-06 (-rotate: -deselectLockedLayers:..) * 2005-07-28 (-addPointTo: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@cenon.de + * http://www.cenon.info */ #include @@ -486,17 +489,31 @@ } - (void)rotate:(float)rotAngle -{ int i, l; - NSRect rect, drawRect; - NSPoint rotCenter; - id change; +{ int i, l, selCount = 0; + NSRect rect, drawRect; + NSPoint rotCenter; + id change; + VGraphic *g = nil; drawRect = [self boundsOfArray:slayList]; [self deselectLockedLayers:YES lockedObjects:YES]; - rect = [self boundsOfArray:slayList withKnobs:NO]; - rotCenter.x = rect.origin.x + rect.size.width / 2.0; - rotCenter.y = rect.origin.y + rect.size.height / 2.0; + /* check for single selected object */ + for (l=[slayList count]-1; l>=0; l--) + { NSMutableArray *slist = [slayList objectAtIndex:l]; + + selCount += [slist count]; + if ( [slist count] == 1 ) + g = [slist objectAtIndex:0]; + } + + if ( selCount == 1 && [g isKindOfClass:[VArc class]] && Abs([g angle]) >= 90.0 ) // single arc >= 90 deg + rotCenter = [g center]; + else + { rect = [self coordBoundsOfArray:slayList]; //rect = [self boundsOfArray:slayList withKnobs:NO]; + rotCenter.x = rect.origin.x + rect.size.width / 2.0; + rotCenter.y = rect.origin.y + rect.size.height / 2.0; + } change = [[RotateGraphicsChange alloc] initGraphicView:self angle:-rotAngle center:rotCenter]; [change startChange]; @@ -524,7 +541,7 @@ /* split object at point * created: 2002-11-27 - * modified: + * modified: 2015-07-30 ([self setNeedsDisplayInRect:] (not -drawRect:)) * * get objects splitted at point * save changes for undo @@ -533,11 +550,11 @@ * redraw affected area (selection only) */ - (void)splitObject:(VGraphic*)g atPoint:(NSPoint)p redraw:(BOOL)redraw -{ id change; - int l, cnt = [slayList count]; - NSRect affectedBounds = [g extendedBoundsWithScale:scale]; // object bounds - NSMutableArray *nglist=nil; - BOOL gIsFilled = [g filled]; +{ id change; + int l, cnt = [slayList count]; + NSRect affectedBounds = [g extendedBoundsWithScale:scale]; // object bounds + NSMutableArray *nglist = nil; + BOOL gIsFilled = [g filled]; change = [[ContourGraphicsChange alloc] initGraphicView:self]; [change startChange]; @@ -550,7 +567,7 @@ continue; if ([[layer list] indexOfObject:g] != NSNotFound) // object in this layer { - if ((nglist=[g getListOfObjectsSplittedAtPoint:p])) + if ( (nglist = [g getListOfObjectsSplittedAtPoint:p]) ) { int i, ngCnt = [nglist count]; /* remove old object from list */ @@ -574,12 +591,12 @@ if (gIsFilled) [self cache:affectedBounds]; else - [self drawRect:affectedBounds]; + [self setNeedsDisplayInRect:affectedBounds]; //[self drawRect:affectedBounds]; } -/* add an Point to object at point for VPath and VPolyLine +/* add a Point to object at point for VPath and VPolyLine * created: 2005-06-26 - * modified: 2005-07-28 + * modified: 2015-07-30 ([self setNeedsDisplayInRect:] (not -drawRect:)) * * get objects splitted at point * save changes for undo @@ -606,7 +623,7 @@ if ([[layer list] indexOfObject:g] != NSNotFound) // object in this layer { if ([(VPath*)g addPointAt:p]) - { + { [layer updateObject:g]; break; } } @@ -617,7 +634,7 @@ if (gIsFilled) [self cache:affectedBounds]; else - [self drawRect:affectedBounds]; + [self setNeedsDisplayInRect:affectedBounds]; //[self drawRect:affectedBounds]; } @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._DXFExportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._DXFExportSub.h differ diff -Nru cenon.app-4.0.2/DXFExportSub.h cenon.app-4.0.6+ds1/DXFExportSub.h --- cenon.app-4.0.2/DXFExportSub.h 2007-05-08 17:37:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/DXFExportSub.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,40 +1,40 @@ /* DXFExportSub.h * Sub class of DXF Export * - * Copyright 2002 by vhf interservice GmbH + * Copyright 2002 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2002-07-15 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DXFEXPORTSUB -#define VHF_H_DXFEXPORTSUB +#ifndef CEN_H_DXFEXPORTSUB +#define CEN_H_DXFEXPORTSUB #include #include @@ -50,4 +50,4 @@ @end -#endif // VHF_H_DXFEXPORTSUB +#endif // CEN_H_DXFEXPORTSUB diff -Nru cenon.app-4.0.2/DXFExportSub.m cenon.app-4.0.6+ds1/DXFExportSub.m --- cenon.app-4.0.2/DXFExportSub.m 2012-01-06 17:52:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/DXFExportSub.m 2016-12-07 15:51:29.000000000 +0000 @@ -1,41 +1,45 @@ /* DXFExportSub.m * subclass of DXFExport * - * Copyright (C) 2002-2010 by vhf interservice GmbH + * Copyright (C) 2002-2016 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 - * modified: 2010-04-03 (-exportArc: export -360 angle correctly (not 0)) + * modified: 2016-12-07 (-exportPath: else missing before endIx=begIx) + * 2015-06-09 (-exportPath: don't use [VPath -getLastObjectOfSubPath:] method for open paths) + * replace deprecated NSFileManager methods + * 2010-04-03 (-exportArc: export -360 angle correctly (not 0)) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include -#include // stringByReplacing -> eps export +#include // stringByReplacing -> eps export +#include // [NSFileManager methods] #include "App.h" #include "DXFExportSub.h" #include "Graphics.h" @@ -109,7 +113,7 @@ - (void)exportCurve:(VCurve*)g { NSAutoreleasePool *pool = [NSAutoreleasePool new]; - VPath *path; + VPath *path; if ( (path = [g flattenedObjectWithFlatness:0.1]) ) { //int i, cnt = [[path list] count]; @@ -129,23 +133,24 @@ - (void)exportText:(VText*)g { NSAutoreleasePool *pool = [NSAutoreleasePool new]; - id text = [g pathRepresentation]; + id text = [g pathRepresentation]; if (Prefs_ExportFlattenText) - { if (text && [text isKindOfClass:[VPath class]]) + { + if (text && [text isKindOfClass:[VPath class]]) [self exportPath:text]; else if (text /*&& [text isKindOfClass:[VGroup class]]*/) [self exportGroup:text]; } else { //int mirror = 0; // 0-not 2-x 4-y 6-x&y - float lCnt = 0.0, degree = [g rotAngle], iangle = [[g font] italicAngle]; // cw to x axis - float pS=[[g font] pointSize], desc=[[g font] descender], lH=[g lineHeight]; + VFloat lCnt = 0.0, degree = [g rotAngle], iangle = [[g font] italicAngle]; // cw to x axis + VFloat pS = [[g font] pointSize], desc = [[g font] descender], lH = [g lineHeight]; NSString *str = [g string]; NSRect bounds = [g textBox], fbounds = [[g font] boundingRectForFont]; // bounds NSPoint o = bounds.origin; // groundline left NSScanner *scanner = [NSScanner scannerWithString:[g string]]; - //float lS = [g lineSpacing]; // pS=[[g font] pointSize]; + //VFloat lS = [g lineSpacing]; // pS=[[g font] pointSize]; // jede zeile einzeln max 256 asci zeichen while (![scanner isAtEnd]) @@ -165,24 +170,24 @@ } - (void)exportPath:(VPath*)path -{ int i, cnt=[[path list] count]; - int closed = ([path filled]) ? (1) : (0); // lines and arcsegments - int begIx=0, endIx=0; - +{ int i, cnt = [[path list] count]; + BOOL closed = ([path filled]) ? YES : NO; // lines and arcsegments + int begIx = 0, endIx = 0; - for (i=0; iendIx ) // each subpath itself ! + if ( !i || i > endIx ) // each subpath itself ! { if (i) // close polyline [self writePolyLineMode:NO :[path width] :closed]; [self writePolyLineMode:YES :[path width] :closed]; begIx = i; - //endIx = [self getLastObjectOfSubPath:begIx]; - endIx = [path getLastObjectOfSubPath:begIx]; // tolerance:TOLERANCE + if ( closed ) + endIx = [path getLastObjectOfSubPath:begIx]; // tolerance:TOLERANCE + else + endIx = begIx; } // end point is start of next graphic ! - but open path @@ -202,7 +207,7 @@ } else if ( [g isKindOfClass:[VRectangle class]] ) { NSAutoreleasePool *pool = [NSAutoreleasePool new]; - VPath *p; + VPath *p; if ( (p = [g pathRepresentation]) ) { int j, gCnt = [[p list] count]; @@ -313,7 +318,7 @@ } else if ( [g isKindOfClass:[VCurve class]] ) { NSAutoreleasePool *pool = [NSAutoreleasePool new]; - VPath *p; + VPath *p; if ( (p = [g flattenedObjectWithFlatness:0.1]) ) { int j, gCnt = [[p list] count]; @@ -334,7 +339,7 @@ } - (void)exportGroup:(VGroup*)group -{ int i, cnt=[[group list] count]; +{ int i, cnt = [[group list] count]; for (i=0; i #include @@ -60,4 +60,4 @@ @end -#endif // VHF_H_DXFIMPORTSUB +#endif // CEN_H_DXFIMPORTSUB diff -Nru cenon.app-4.0.2/DXFImportSub.m cenon.app-4.0.6+ds1/DXFImportSub.m --- cenon.app-4.0.2/DXFImportSub.m 2012-01-06 14:21:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/DXFImportSub.m 2015-09-02 15:04:01.000000000 +0000 @@ -1,42 +1,44 @@ /* DXFImportSub.m * Subclass of DXFImport managing the creation of graphic objects * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-01 - * modified: 2011-04-04 (-addLine3D:... added) + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) + * 2011-04-04 (-addLine3D:... added) * 2007-07-13 (-setBounds: continue nur wenn object removed wird (Versatz)) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "DXFImportSub.h" #include "messages.h" #include "Graphics.h" @@ -298,19 +300,21 @@ /* set the bounds * we move the graphic to 0/0 and scale to acceptable size if necessary - * modified: 2006-12-11 + * modified: 2015-09-02 (Prefs_ImportMoveToOrigin) */ - (void)setBounds:(NSRect)bounds { int i, l, removed = 0; - NSPoint p; + NSPoint p = NSZeroPoint; NSPoint scaleCenter = NSZeroPoint; float factor = 1.0; BOOL scale = NO, delete = YES; bounds = EnlargedRect(bounds, TOLERANCE); - p.x = - bounds.origin.x + MMToInternal(10.0); - p.y = - bounds.origin.y + MMToInternal(10.0); + if ( Prefs_ImportMoveToOrigin ) + { p.x = - bounds.origin.x + MMToInternal(10.0); + p.y = - bounds.origin.y + MMToInternal(10.0); + } #if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( Max(bounds.size.width, bounds.size.height) > 10000.0 ) @@ -344,7 +348,8 @@ else delete = NO; } - [obj moveBy:p]; + if ( p.x != 0.0 || p.y != 0.0 ) + [obj moveBy:p]; if ( scale ) [obj scale:factor :factor withCenter:scaleCenter]; } diff -Nru cenon.app-4.0.2/English.lproj/Contour.xib cenon.app-4.0.6+ds1/English.lproj/Contour.xib --- cenon.app-4.0.2/English.lproj/Contour.xib 2011-04-06 06:57:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/Contour.xib 2016-02-01 16:34:45.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1060 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + App @@ -41,33 +53,29 @@ Contour NSPanel View - {1.79769e+308, 1.79769e+308} - {133.283, 5} + + {133.28299999999999, 5} 256 - - YES + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -78,6 +86,7 @@ 0 NO + NO YES @@ -85,13 +94,14 @@ 260 {{8, 75}, {94, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 0 @@ -102,26 +112,26 @@ 55 - 67239424 + 67108864 67108864 Distance: - + {94, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 55 - 67239424 + 67108864 67108864 @@ -140,9 +150,10 @@ 258 {{6, 43}, {218, 25}} + YES - 67501824 + 67371264 0 @@ -156,48 +167,52 @@ NO NO + NO 289 {{134, 4}, {94, 32}} + YES - 67239424 + 67108864 134217728 Start - -2036186881 + -2036187136 1 DQ 200 25 + NO 265 {{68, 154}, {156, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Replace Source - + LucidaGrande 12 - 16 + 4883 - 1210864127 + 1210863872 2 NSSwitch @@ -208,13 +223,13 @@ 25 - 67239424 + 67108864 67108864 Raster Algorithm - + 1 - 1210864127 + 1210863872 2 @@ -222,26 +237,24 @@ 200 25 - + {156, 19} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - + -1 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -293,8 +306,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -317,20 +330,25 @@ - + + LucidaGrande + 12 + 16 + 257 {{137, 72}, {88, 26}} + YES - -2076049856 + -2076180416 2048 - + - 109199615 + 109199360 1 @@ -362,8 +380,7 @@ OtherViews - - YES + @@ -389,33 +406,36 @@ 2 - + 3 YES YES 1 + NO - + {231, 200} + {{0, 0}, {1920, 1178}} - {133.283, 27} - {1.79769e+308, 1.79769e+308} + {133.28299999999999, 27} + {10000000000000, 10000000000000} + YES - + - - YES + NO + contourPanel - 11 + 11 @@ -423,7 +443,7 @@ - 13 + 13 @@ -431,7 +451,7 @@ - 14 + 14 @@ -439,7 +459,7 @@ - 15 + 15 @@ -447,7 +467,7 @@ - 16 + 16 @@ -455,7 +475,7 @@ - 18 + 18 @@ -463,7 +483,7 @@ - 22 + 22 @@ -471,7 +491,7 @@ - 28 + 28 @@ -479,784 +499,227 @@ - 29 + 29 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + Contour - 4 + 4 - - YES + - + - 6 + 6 - - YES + - + - 8 + 8 - - YES + - + - 9 + 9 - 10 + 10 - - YES + - + - 17 + 17 - - YES + - + - 19 + 19 - - YES + - + - 20 + 20 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 32 + 32 - 33 + 33 - 34 + 34 - - YES + - + - 35 + 35 - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 26 + 26 - 25 + 25 - -3 + -3 Application - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.IBViewBoundsToFrameTransform - 10.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBPluginDependency - 23.IBViewBoundsToFrameTransform - 23.ImportedFromIB2 - 24.IBEditorWindowLastContentRect - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - 8.IBPluginDependency - 8.IBViewBoundsToFrameTransform - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABAwAAAwoIAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDCQAAwsAAAA - - - {{458, 969}, {95, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 934}, {231, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 934}, {231, 200}} - - - {133.283, 5} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDBgAAwjgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCEAAAwrwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 934}, {231, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 36 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - - changeSaveType: - id - - - checkForUpdate: - id - - - doContourPanel: - id - - - import: - id - - - new: - id - - - okContourPanel: - id - - - openDocument: - id - - - restoreSnapshot: - id - - - revertToSaved: - id - - - runGridPanel: - id - - - save: - id - - - saveAs: - id - - - setCurrent2DTool: - id - - - showContourPanel: - id - - - showInfo: - id - - - showInspectorPanel: - id - - - showIntersectionPanel: - id - - - showPrefsPanel: - id - - - showProjectSettingsPanel: - id - - - showTilePanel: - id - - - showToolPanel: - id - - - showTransformPanel: - id - - - showWebPage: - id - - - showWorkingAreaPanel: - id - - - takeSnapshot: - id - - - terminate: - id - - - updateContourPanel: - id - - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - - contourField - id - - - contourPanel - id - - - contourSlider - id - - - contourSwitchMatrix - id - - - contourUnitPopup - id - - - gridPanel - id - - - helpPanel - id - - - iaPopup - id - - - iaaPopup - id - - - iaaRadio - id - - - importASCIIAccessory - id - - - importAccessory - id - - - infoVersionNo - id - - - inspectorPanel - id - - - intersectionPanel - id - - - kindOfVersion - id - - - opaMatrix - id - - - openPanelAccessory - id - - - ppaRadio - id - - - preferencesPanel - id - - - printPanelAccessory - id - - - projectSettingsPanel - id - - - savePanelAccessory - id - - - serialNumber - id - - - spaFormatPopUp - id - - - tilePanel - id - - - toolPanel - id - - - transformPanel - id - - - workingAreaPanel - id - - - IBProjectSource - App.h - - - - App - NSApplication - - setUnit: - id - - - setUnit: - - setUnit: - id - - - - IBUserSource - + ./Classes/App.h FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1273,548 +736,25 @@ - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - - - YES - {128, 128} - {9, 8} - {7, 2} - - + + {1024, 1024} + {11, 11} + {10, 3} + diff -Nru cenon.app-4.0.2/English.lproj/Document.xib cenon.app-4.0.6+ds1/English.lproj/Document.xib --- cenon.app-4.0.2/English.lproj/Document.xib 2013-03-21 12:59:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/Document.xib 2016-02-01 16:00:49.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1040 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButton NSButtonCell @@ -25,17 +24,15 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Document @@ -49,7 +46,7 @@ 15 2 {{225, 310}, {600, 400}} - 813170688 + 544735232 Noname DocWindow View @@ -58,32 +55,27 @@ 256 - - YES + 274 {600, 364} - TileScrollView 270 - - YES + 274 - - YES + 266 - - YES + 274 @@ -92,7 +84,7 @@ - + {{0, 2}, {606, 1}} @@ -130,13 +122,11 @@ 9 - - YES + 274 - - YES + 280 @@ -183,8 +173,7 @@ YES OtherViews - - YES + 5% @@ -246,6 +235,18 @@ + + + 125% + + 1048576 + 2147483647 + + + _popUpItemAction: + 125 + + 150% @@ -390,7 +391,7 @@ 5000 - + 5 3 @@ -478,13 +479,13 @@ NO - + {148, 28} - + {{451, 4}, {148, 28}} @@ -510,13 +511,11 @@ 268 - - YES + 274 - - YES + 260 @@ -551,8 +550,7 @@ YES OtherViews - - YES + @@ -578,7 +576,7 @@ 2 - + 3 YES @@ -590,13 +588,11 @@ 12 - - YES + 274 - - YES + 256 @@ -627,7 +623,7 @@ 256 - {{237, 6}, {18, 15}} + {{237, 6}, {19, 15}} @@ -665,7 +661,7 @@ 256 - {{161, 6}, {18, 15}} + {{161, 6}, {19, 15}} @@ -703,7 +699,7 @@ 256 - {{81, 6}, {18, 15}} + {{81, 6}, {19, 15}} @@ -741,7 +737,7 @@ 256 - {{5, 6}, {18, 15}} + {{5, 6}, {19, 15}} @@ -757,13 +753,13 @@ NO - + {318, 26} - + {{-3, 2}, {318, 26}} @@ -790,13 +786,13 @@ 0 NO - + {378, 28} - + {{5, 4}, {378, 28}} @@ -819,13 +815,13 @@ 0 NO - + {600, 36} - + {{0, 364}, {600, 36}} @@ -852,7 +848,7 @@ 0 NO - + {600, 400} @@ -863,17 +859,17 @@ {10000000000000, 10000000000000} YES - + - - YES + NO + scrollView - 57 + 57 @@ -881,7 +877,7 @@ - 58 + 58 @@ -889,7 +885,7 @@ - 63 + 63 @@ -897,7 +893,7 @@ - 64 + 64 @@ -905,7 +901,7 @@ - 65 + 65 @@ -913,7 +909,7 @@ - 69 + 69 @@ -921,7 +917,7 @@ - 70 + 70 @@ -929,7 +925,7 @@ - 82 + 82 @@ -937,7 +933,7 @@ - 104 + 104 @@ -945,7 +941,7 @@ - 105 + 105 @@ -953,7 +949,7 @@ - 45 + 45 @@ -961,7 +957,7 @@ - 62 + 62 @@ -969,7 +965,7 @@ - 84 + 84 @@ -977,7 +973,7 @@ - 98 + 98 @@ -985,127 +981,114 @@ - 100 + 100 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + DocWindow - 5 + 5 - - YES + - + - 33 + 33 - 102 + 102 - - YES + - + - -3 + -3 Application - 19 + 19 - - YES - + - 16 + 16 - - YES + - + - 17 + 17 - - YES + - + - 36 + 36 - - YES + - + - 108 + 108 - - YES + - + - 24 + 24 - - YES + @@ -1124,190 +1107,184 @@ - + + - 101 + 101 - 78 + 78 - 77 + 77 - 76 + 76 - 74 + 74 - 42 + 42 - 41 + 41 - 37 + 37 - 34 + 34 - 31 + 31 - 29 + 29 - 28 + 28 - 25 + 25 - 22 + 22 - 21 + 21 - 20 + 20 - 14 + 14 - 4 + 4 - 12 + 12 - - YES + - + - 107 + 107 - 97 + 97 - - YES + - + - 109 + 109 - 99 + 99 - - YES + - + - 110 + 110 - 11 + 11 - - YES + - + - 113 + 113 - - YES + - + - 15 + 15 - - YES + - + - 35 + 35 - 32 + 32 - 23 + 23 - 122 + 122 - - YES + @@ -1316,271 +1293,191 @@ - + - 27 + 27 - - YES + - + - 116 + 116 - 43 + 43 - - YES + - + - 119 + 119 - 40 + 40 - - YES + - + - 118 + 118 - 18 + 18 - - YES + - + - 115 + 115 - 39 + 39 - - YES + - + - 117 + 117 - 6 + 6 - - YES + - + - 111 + 111 - 13 + 13 - - YES + - + - 114 + 114 - 9 + 9 - - YES + - + - 112 + 112 - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 11.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 122.IBPluginDependency - 13.IBPluginDependency - 14.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 18.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 22.IBPluginDependency - 23.IBPluginDependency - 24.IBPluginDependency - 25.IBPluginDependency - 27.IBPluginDependency - 28.IBPluginDependency - 29.IBPluginDependency - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 41.IBPluginDependency - 42.IBPluginDependency - 43.IBPluginDependency - 5.IBPluginDependency - 6.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 9.IBPluginDependency - 97.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{484, 690}, {600, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + 123 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{484, 690}, {600, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - + - 122 - - YES + ChangeManager NSResponder @@ -1608,39 +1505,41 @@ TileScrollView NSScrollView + + resPopupListButton + NSPopUpButton + + + resPopupListButton + + resPopupListButton + NSPopUpButton + + IBProjectSource ./Classes/TileScrollView.h - + 0 IBCocoaFramework - + YES + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - lupe - - - YES - {11, 11} - {10, 3} - {14, 14} - - + + {11, 11} + {10, 3} + {14, 14} + diff -Nru cenon.app-4.0.2/English.lproj/LayerDetails.xib cenon.app-4.0.6+ds1/English.lproj/LayerDetails.xib --- cenon.app-4.0.2/English.lproj/LayerDetails.xib 2010-02-09 07:13:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/LayerDetails.xib 2014-10-14 11:35:52.000000000 +0000 @@ -1,31 +1,39 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1060 + 12F45 + 3084 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 3084 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -46,7 +54,7 @@ Layer Details NSPanel View - {1.79769e+308, 1.79769e+308} + {232, 182} @@ -58,9 +66,10 @@ 289 {{168, 4}, {62, 32}} + YES - 67239424 + 67108864 134217728 Set @@ -69,13 +78,14 @@ 16 - -2036186881 + -2036187136 1 DQ 200 25 + NO @@ -94,9 +104,10 @@ {{6, 140}, {48, 48}} + YES - 130560 + 134217728 33554432 NSImage @@ -107,6 +118,7 @@ 0 NO + NO YES @@ -114,9 +126,10 @@ 266 {{8, 76}, {216, 21}} + YES - -1805517312 + -1805647872 0 Name @@ -141,19 +154,21 @@ + NO 266 {{5, 104}, {222, 26}} + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -254,20 +269,22 @@ YES 1 + NO 266 {{6, 44}, {220, 18}} + YES - 67239424 + 67108864 0 use for batch production - 1211912703 + 1211912448 2 NSImage @@ -281,15 +298,17 @@ 200 25 + NO 256 {{0, 135}, {232, 5}} + {0, 0} - 67239424 + 67108864 0 Box @@ -311,10 +330,17 @@ {232, 192} + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {232, 204} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES + + + + 256 + {125, 1} @@ -354,27 +380,29 @@ - delegate - - - - 38 - - - batchSwitch 40 + + + delegate + + + + 38 + YES 0 - + + YES + @@ -464,20 +492,10 @@ YES - - - 256 - {{2, 2}, {125, 1}} - - 60 - - - - 62 @@ -556,103 +574,82 @@ + + 60 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency 17.IBPluginDependency - 17.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBEditorWindowLastContentRect 20.IBPluginDependency - 20.ImportedFromIB2 23.IBPluginDependency - 23.ImportedFromIB2 25.IBPluginDependency - 25.ImportedFromIB2 26.IBPluginDependency - 26.ImportedFromIB2 - 3.IBEditorWindowLastContentRect 3.IBPluginDependency 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize 35.IBPluginDependency - 35.ImportedFromIB2 36.IBPluginDependency - 36.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 4.IBPluginDependency - 4.ImportedFromIB2 59.IBPluginDependency - 59.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 60.IBPluginDependency - 60.ImportedFromIB2 + 62.IBPluginDependency + 63.IBPluginDependency + 64.IBPluginDependency + 65.IBPluginDependency + 66.IBPluginDependency 67.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{323, 913}, {222, 113}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 896}, {232, 192}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{329, 896}, {232, 192}} - - - {232, 182} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + 67 @@ -661,78 +658,47 @@ YES - FirstResponder - - IBUserSource - - - - - LayerDetailsController - NSObject - - YES - - YES - set: - showPanel: - - - YES - id - id - - - - YES - - YES - batchSwitch - nameField - panel - typePopup - - - YES - id - id - id - id - - - - IBProjectSource - LayerDetailsController.h - - - LayerDetailsController NSObject - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/LayerDetailsController.h 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 + + YES + + YES + Cenon + NSMenuCheckmark + NSMenuMixedState + NSSwitch + + + YES + {512, 512} + {11, 11} + {10, 3} + {15, 15} + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/._Localizable.strings and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/._Localizable.strings differ diff -Nru cenon.app-4.0.2/English.lproj/Localizable.strings cenon.app-4.0.6+ds1/English.lproj/Localizable.strings --- cenon.app-4.0.2/English.lproj/Localizable.strings 2007-05-08 14:39:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/Localizable.strings 2014-11-01 17:42:54.000000000 +0000 @@ -0,0 +1,2 @@ +/* Localized String for Cenon: English + */ diff -Nru cenon.app-4.0.2/English.lproj/Main.xib cenon.app-4.0.6+ds1/English.lproj/Main.xib --- cenon.app-4.0.2/English.lproj/Main.xib 2013-03-21 12:52:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/Main.xib 2017-11-21 14:30:34.000000000 +0000 @@ -1,17 +1,16 @@ - + 1050 - 12D78 - 2844 - 1187.37 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButtonCell NSCustomObject @@ -24,1297 +23,1269 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + Main - - YES - - + + + Cenon 1048576 2147483647 - + NSImage NSMenuCheckmark - + NSImage NSMenuMixedState submenuAction: - + Cenon - - YES - - + + + About Cenon ... 1048576 2147483647 - - + + - - + + Preferences ... 1048576 2147483647 - - + + - - + + Project Settings ... s 1572864 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Services 1048576 2147483647 - - + + submenuAction: - - - Services - - - YES - + + Services + _NSServicesMenu - - + + YES YES 1048576 2147483647 - - + + - - + + Hide Cenon h 1048576 2147483647 - - + + - - + + Hide Others 1048576 2147483647 - - + + - - + + Show All 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Quit Cenon q 1048576 2147483647 - - + + - + _NSAppleMenu - - + + File 1048576 2147483647 - - + + submenuAction: - + File - - YES - - + + + New ... n 1048576 2147483647 - - + + - - + + Open ... o 1048576 2147483647 - - + + - - + + Import ... 2147483647 - - + + - - + + Revert To Saved ... u 1048576 2147483647 - - + + - - + + Save s 1048576 2147483647 - - + + - - + + Save As ... S 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Print ... p 1048576 2147483647 - - + + - + - - + + Edit 1048576 2147483647 - - + + submenuAction: - + Edit - - YES - - + + + Cut x 1048576 2147483647 - - + + - - + + Copy c 1048576 2147483647 - - + + - - + + Paste v 1048576 2147483647 - - + + - - + + Delete 1048576 2147483647 - - + + - - + + Undo z 1048576 2147483647 - - + + - - + + Redo Z 1048576 2147483647 - - + + - - + + Build Contour ... 1048576 2147483647 - - + + - - + + Join j 1048576 2147483647 - - + + - - + + Split J 1048576 2147483647 - - + + - - + + Punch/Unite U 1048576 2147483647 - - + + - - + + Group g 1048576 2147483647 - - + + - - + + Ungroup G 1048576 2147483647 - - + + - - + + Mirror m 1048576 2147483647 - - + + - - + + Rotate 90Ëš r 1048576 2147483647 - - + + - - + + Reverse Direction d 1048576 2147483647 - - + + - - + + Set Start y 1048576 2147483647 - - + + - - + + Select Equal e 1048576 2147483647 - - + + - - + + Select Color 1048576 2147483647 - - + + - - + + Select All a 1048576 2147483647 - - + + - + - - + + Format 1048576 2147483647 - - + + submenuAction: - + Format - - YES - - + + + Font 1048576 2147483647 - - + + submenuAction: - + Font - - YES - - + + + Font Panel ... t 1048576 2147483647 - - + + - - + + Bold b 1048576 2147483647 - - + + 2 - - + + Italic i 1048576 2147483647 - - + + 1 - - + + Underline 1048576 2147483647 - - + + - - + + Kern - 1048576 2147483647 - - + + submenuAction: - + Kern - - YES - - + + + Use Default 1048576 2147483647 - - + + - - + + Use None 1048576 2147483647 - - + + - - + + Tighten - - 1048576 + [ + 1572864 2147483647 - - + + - - + + Loosen - - 1048576 + ] + 1572864 2147483647 - - + + - + - - + + Ligature 1048576 2147483647 - - + + submenuAction: - + Ligature - - YES - - + + + Use Default 1048576 2147483647 - - + + - - + + Use None 1048576 2147483647 - - + + - - + + Use All 1048576 2147483647 - - + + - + - - + + Baseline 1048576 2147483647 - - + + submenuAction: - + Baseline - - YES - - + + + Use Default 1048576 2147483647 - - + + - - + + Superscript 1048576 2147483647 - - + + - - + + Subscript 1048576 2147483647 - - + + - - + + Raise 1048576 2147483647 - - + + - - + + Lower 1048576 2147483647 - - + + - + - - + + Copy Font 3 1048576 2147483647 - - + + - - + + Paste Font 4 1048576 2147483647 - - + + - + _NSFontMenu - - + + Text 1048576 2147483647 - - + + submenuAction: - + Text - - YES - - + + + Align Left < 1048576 2147483647 - - + + - - + + Center - 1048576 2147483647 - - + + - - + + Align Right > 1048576 2147483647 - - + + - - + + Show Ruler R 1048576 2147483647 - - + + - - + + Copy Ruler 1 1048576 2147483647 - - + + - - + + Paste Ruler 2 1048576 2147483647 - - + + - - + + Add Link k 1048576 2147483647 - - + + - - + + Convert To Path 1048576 2147483647 - - + + - - + + Bind To Path 1048576 2147483647 - - + + - + - - + + Grid 1048576 2147483647 - - + + submenuAction: - + Grid - - YES - - + + + Turn Grid On * 1048576 2147483647 - - + + 1 - - + + Align to Grid * 1179648 2147483647 - - + + - - + + Set ... * 1572864 2147483647 - - + + - + - - + + Bring To Front 8 1048576 2147483647 - - + + - - + + Bring Forward ( 1048576 2147483647 - - + + - - + + Send To Back 9 1048576 2147483647 - - + + - - + + Send Backward ) 1048576 2147483647 - - + + - - + + Working Area ... A 1048576 2147483647 - - + + - - + + Page Layout ... P 1048576 2147483647 - - + + - + - - + + Tools 1048576 2147483647 - - + + submenuAction: - + Tools - - YES - - + + + Tools ... 2147483647 - - + + - - + + Colors ... C 1048576 2147483647 - - + + - - + + Inspector ... 1 1179648 2147483647 - - + + - - + + Batch Production ... B 1048576 2147483647 - - + + - - + + Transform Panel ... F 1048576 2147483647 - - + + - - + + Intersection Panel ... i 1572864 2147483647 - - + + - - + + Vectorize Images ... V 1048576 2147483647 - - + + - + - - + + Display 1048576 2147483647 - - + + submenuAction: - + Display - - YES - - + + + Show Coordinates c 1572864 2147483647 - - + + 1 - - + + Show Directions D 1048576 2147483647 - - + + 1 - + - - + + Window 1048576 2147483647 - - + + submenuAction: - + Window - - YES - - + + + Arrange in Front 1048576 2147483647 - - + + - - + + Miniaturize Window m 1048576 2147483647 - - + + - - + + Close Window w 1048576 2147483647 - - + + - - + + YES YES 2147483647 - - + + - - + + Take Snapshot ... 2147483647 - - + + - - + + Restore Snapshot ... 2147483647 - - + + - + _NSWindowsMenu - - + + Help 1048576 2147483647 - - + + submenuAction: - - - Help - - - YES - - + + Help + + + Cenon Web Page 2147483647 - - + + - - + + YES Release Notes 2147483647 - - + + 2 - - + + Online FAQ 2147483647 - - + + 1 - - + + Send Feedback ... 2147483647 - - + + 3 - - + + Check for Updates ... 2147483647 - - + + 4 - - + + YES YES 2147483647 - - + + - - + + Cenon Manual ? 1048576 2147483647 - - + + - + - + _NSMainMenu - + NSFontManager - + 3 2 {{214, 567}, {450, 400}} 1618477056 Accessories NSPanel - View + - - + + 256 - - YES - - + + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 5}, {300, 26}} - - + YES - - 67108928 + + -2080374720 1024 - + Helvetica 12 16 - + -2038284288 1 - + LucidaGrande 12 16 + 400 75 - - + + Cenon (.cenon) 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + PostScript (.eps) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Gerber (.gerber) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - - + + DXF (.dxf) 1048576 2147483647 - - + + _popUpItemAction: 3 - + - - + + HPGL (.hpgl) 1048576 2147483647 - - + + _popUpItemAction: 4 - + - - + + TIFF (.tiff) 1048576 2147483647 - - + + _popUpItemAction: 5 - + - - + + Type1 Font (.font) 1048576 2147483647 - - + + _popUpItemAction: 6 - + - + 3 YES @@ -1323,22 +1294,20 @@ NO - + {{2, 2}, {311, 36}} - - + - + {{8, 146}, {315, 54}} - - + {0, 0} 67108864 - 0 + 134217728 Format - - + + 6 System textBackgroundColor @@ -1349,64 +1318,58 @@ 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 260 {{6, 33}, {190, 41}} - - + YES NO 1 5 - - YES - + + -2080374784 134217728 Button - + LucidaGrande 14 16 - -1228652544 2 - + NSImage sortRowULLR - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 1 -1228652544 2 @@ -1416,15 +1379,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 2 -1228652544 2 @@ -1434,15 +1396,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 3 -1228652544 2 @@ -1452,15 +1413,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + -1228652544 2 @@ -1469,29 +1429,30 @@ - 200 - 25 + 400 + 75 - + {38, 38} {0, 0} 1140850688 NSActionCell - + 67108864 134217728 Button - + -2033958912 6 - + - 200 - 25 + 400 + 75 - - + -1 + -1 + 6 System controlColor @@ -1500,69 +1461,68 @@ MC42NjY2NjY2NjY3AA - + - - + + 258 {{5, 5}, {228, 26}} - - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + No character conversion 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + MS-DOS 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + MS-Windows 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1571,14 +1531,13 @@ NO - - + + 260 {{8, 80}, {84, 19}} - - + YES - + 67108864 0 Sort rule: @@ -1587,10 +1546,9 @@ 14 16 - - YES - - + + + 6 System controlTextColor @@ -1602,108 +1560,103 @@ NO - + {{2, 2}, {238, 104}} - - + - + {{8, 13}, {242, 108}} - - + {0, 0} 67108864 - 0 + 134217728 Helvetica-Bold 12 16 - + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 6}, {300, 26}} - - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Selected layer 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + New layer(s) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Existing layer(s) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1712,2789 +1665,2709 @@ NO - + {{2, 2}, {311, 39}} - - + - + {{8, 223}, {315, 57}} - - + {0, 0} 67108864 - 0 + 134217728 Import to - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{49, 7}, {363, 32}} - - + YES NO 1 3 - - YES - + + 67108864 134217728 Examples - - + + LucidaGrande + 12 + 4883 + -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Home Library - - + 1 -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Documents - - + 2 -2038284288 35 + - 200 - 25 + 400 + 75 - + {109, 32} {0, 0} -2080374784 - - + NSActionCell + 67108864 134217728 - + LucidaGrande 13 1044 -2038284288 1 - + + LucidaGrande + 13 + 16 + - 200 - 25 + 400 + 75 -1 -1 - - + + - - + + 268 {{6, 15}, {39, 16}} - - + YES - + 68157504 272630784 Goto: - - - - + + + + NO - + {{2, 2}, {421, 44}} - - + - + {{8, 322}, {425, 48}} - - + {0, 0} 67108864 - 0 + 134217728 - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO YES - + {450, 400} - - {{0, 0}, {2560, 1418}} {10000000000000, 10000000000000} YES - + - - YES + NO + - - showInspectorPanel: - - + + iaPopup + + - 151 + 434 - - openDocument: - - + + iaaPopup + + - 161 + 384 - - new: - - + + iaaRadio + + - 162 + 375 - - showWorkingAreaPanel: - - + + importASCIIAccessory + + - 193 + 374 - - showToolPanel: - - + + importAccessory + + - 198 + 433 - - showTilePanel: - - + + opaMatrix + + - 199 + 579 + + + + openPanelAccessory + + + + 567 savePanelAccessory - - + + - 206 + 206 spaFormatPopUp - - + + - 207 + 207 - runGridPanel: - - + showInfo: + + - 222 + 478 - - importASCIIAccessory - - + + showPrefsPanel: + + - 374 + 481 - - iaaRadio - - + + showProjectSettingsPanel: + + - 375 + 502 - - iaaPopup - - + + terminate: + + - 384 + 484 - showTransformPanel: - - + new: + + - 413 + 162 - showIntersectionPanel: - - + openDocument: + + - 414 + 161 - changeSaveType: - - + runGridPanel: + + - 419 + 222 - - importAccessory - - + + showWorkingAreaPanel: + + - 433 + 193 - - iaPopup - - + + showToolPanel: + + - 434 + 198 - showInfo: - - + showInspectorPanel: + + - 478 + 151 - showPrefsPanel: - - + showTilePanel: + + - 481 + 199 - terminate: - - + showTransformPanel: + + - 484 + 413 - showProjectSettingsPanel: - - + showIntersectionPanel: + + - 502 + 414 showVectorizer: - - - - 556 - - - - openPanelAccessory - - + + - 567 + 556 - - opaMatrix - - + + changeSaveType: + + - 579 + 419 changeOpenLocation: - - + + - 591 + 591 - cut: - - + hide: + + - 135 + 482 - copy: - - + hideOtherApplications: + + - 136 + 483 - paste: - - + import: + + - 137 + 421 - performMiniaturize: - - + revertToSaved: + + - 139 + 195 - performClose: - - + save: + + - 140 + 145 - arrangeInFront: - - + saveAs: + + - 141 + 149 - save: - - + printDocument: + + - 145 + 438 - selectAll: - - + cut: + + - 148 + 135 - saveAs: - - + copy: + + - 149 + 136 - join: - - + paste: + + - 163 + 137 - split: - - + delete: + + - 164 + 165 - delete: - - + undoChange: + + - 165 + 393 - group: - - + redoChange: + + - 166 + 394 - ungroup: - - + buildContour: + + - 167 + 169 - buildContour: - - + join: + + - 169 + 163 - orderFrontColorPanel: - - + split: + + - 170 + 164 - alignLeft: - - + punch: + + - 171 + 210 - alignCenter: - - + group: + + - 172 + 166 - alignRight: - - + ungroup: + + - 173 + 167 - copyRuler: - - + mirror: + + - 174 + 188 - pasteRuler: - - + rotateG: + + - 175 + 192 - toggleRuler: - - + reverse: + + - 176 + 496 - bringToFront: - - + pathSetStartPoint: + + - 177 + 559 - copyFont: - - + selectEqual: + + - 182 + 187 - pasteFont: - - + selectColor: + + - 183 + 200 - underline: - - + selectAll: + + - 184 + 148 - selectEqual: - - + underline: + + - 187 + 184 - mirror: - - + useStandardKerning: + + - 188 + 301 - sendToBack: - - + turnOffKerning: + + - 189 + 300 - rotateG: - - + tightenKerning: + + - 192 + 299 - revertToSaved: - - + loosenKerning: + + - 195 + 298 - displayDirections: - - + useStandardLigatures: + + - 196 + 317 - flatten: - - + turnOffLigatures: + + - 197 + 318 - selectColor: - - + useAllLigatures: + + - 200 + 319 - punch: - - + unscript: + + - 210 + 332 - toggleGrid: - - + superscript: + + - 223 + 331 - loosenKerning: - - + subscript: + + - 298 + 330 - tightenKerning: - - + raiseBaseline: + + - 299 + 329 - turnOffKerning: - - + lowerBaseline: + + - 300 + 328 - useStandardKerning: - - + copyFont: + + - 301 + 182 - useStandardLigatures: - - + pasteFont: + + - 317 + 183 - turnOffLigatures: - - + alignLeft: + + - 318 + 171 - useAllLigatures: - - + alignCenter: + + - 319 + 172 - lowerBaseline: - - + alignRight: + + - 328 + 173 - raiseBaseline: - - + toggleRuler: + + - 329 + 176 - subscript: - - + copyRuler: + + - 330 + 174 - superscript: - - + pasteRuler: + + - 331 + 175 - unscript: - - + addLink: + + - 332 + 551 - changeLayout: - - + flatten: + + - 333 + 197 - undoChange: - - + bindTextToPath: + + - 393 + 397 - redoChange: - - + toggleGrid: + + - 394 + 223 - bindTextToPath: - - + bringToFront: + + - 397 + 177 - import: - - + bringForward: + + - 421 + 490 - printDocument: - - + sendToBack: + + - 438 + 189 - showHelp: - - + sendBackward: + + - 448 + 491 - hide: - - + changeLayout: + + - 482 + 333 - hideOtherApplications: - - + orderFrontColorPanel: + + - 483 + 170 - bringForward: - - + toggleCoordDisplay: + + - 490 + 500 - sendBackward: - - + displayDirections: + + - 491 + 196 - reverse: - - + arrangeInFront: + + - 496 + 141 - toggleCoordDisplay: - - + performMiniaturize: + + - 500 + 139 - restoreSnapshot: - - + performClose: + + - 524 + 140 takeSnapshot: - - + + - 525 + 525 - showWebPage: - - + restoreSnapshot: + + - 543 + 524 showWebPage: - - + + - 545 + 543 showWebPage: - - + + - 546 + 545 - checkForUpdate: - - + showWebPage: + + - 548 + 546 - addLink: - - + checkForUpdate: + + - 551 + 548 - pathSetStartPoint: - - + showHelp: + + - 559 + 448 orderFrontFontPanel: - - + + - 178 + 178 addFontTrait: - - + + - 185 + 185 addFontTrait: - - + + - 186 + 186 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 20 - - - YES - - - - - - - - - + -3 + - MainMenu + Application - 10 - - - YES - - - + 20 + + + + + + + + + + + + + MainMenu - 126 - - - YES - - - - - - - - - + 472 + + + + + - 17 - - + 466 + + + + + + + + + + + + + + + - 41 - - + 477 + + - 73 - - + 476 + + - 94 - - + 501 + + - 407 - - + 467 + + - 409 - - + 473 + + + + + - 40 - - - YES - - - + 474 + + - 30 - - - YES - - - - + 471 + + - 66 - - + 469 + + - 498 - - + 475 + + - 49 - - - YES - - - + 465 + + - 26 - - - YES - - - - - - - - - - - + 468 + + - 13 - - + 464 + + - 51 - - - YES - - - + 86 + + + + + - 35 - - - YES - - - - - - - - - - - + 74 + + + + + + + + + + + + - 79 - - + 33 + + - 88 - - + 19 + + - 98 - - + 420 + + - 107 - - + 4 + + - 115 - - + 113 + + - 124 - - + 96 + + - 291 - - - YES - - - + 437 + + - 294 - - - YES - - - - - - + 435 + + - 292 - - + 52 + + + + + - 293 - - + 38 + + + + + + + + + + + + + + + + + + + + + + + - 295 - - + 65 + + - 297 - - + 50 + + - 311 - - - YES - - - + 15 + + - 316 - - - YES - - - - - + 53 + + - 312 - - + 389 + + - 313 - - + 391 + + - 315 - - + 16 + + - 325 - - - YES - - - + 131 + + - 326 - - - YES - - - - - - - + 64 + + - 320 - - + 129 + + - 321 - - + 48 + + - 323 - - + 121 + + - 324 - - + 25 + + - 327 - - + 8 + + - 59 - - + 494 + + - 72 - - - YES - - - + 557 + + - 58 - - - YES - - - - - - - - - - - + 85 + + - 3 - - + 105 + + - 42 - - + 56 + + - 46 - - + 49 + + + + + - 61 - - + 26 + + + + + + + + + + + + + - 78 - - + 51 + + + + + - 87 - - + 35 + + + + + + + + + + + + + - 106 - - + 124 + + - 395 - - + 107 + + - 103 - - + 88 + + - 123 - - + 79 + + - 213 - - - YES - - - + 291 + + + + + - 216 - - - YES - - - - - + 294 + + + + + + + + - 214 - - + 297 + + - 218 - - + 295 + + - 219 - - + 293 + + - 486 - - + 292 + + - 488 - - + 311 + + + + + - 52 - - - YES - - - + 316 + + + + + + + - 38 - - - YES - - - - - - - - - - - - - - - - - - - - - + 315 + + - 8 - - + 312 + + - 15 - - + 313 + + - 16 - - + 325 + + + + + - 25 - - + 326 + + + + + + + + + - 48 - - + 323 + + - 50 - - + 321 + + - 53 - - + 320 + + - 56 - - + 327 + + - 64 - - + 324 + + - 65 - - + 115 + + - 85 - - + 98 + + - 105 - - + 72 + + + + + - 121 - - + 58 + + + + + + + + + + + + + - 129 - - + 3 + + - 131 - - + 46 + + - 389 - - + 106 + + - 391 - - + 87 + + - 494 - - + 78 + + - 86 - - - YES - - - + 61 + + - 74 - - - YES - - - - - - - - - - + 549 + + - 4 - - + 42 + + - 19 - - + 395 + + - 33 - - + 213 + + + + + - 96 - - + 216 + + + + + + + - 113 - - + 214 + + - 420 - - + 219 + + - 435 - - + 218 + + - 437 - - + 13 + + - 133 - - - YES - - - + 486 + + - 117 - - - YES - - - - - - - - + 123 + + - 6 - - + 488 + + - 116 - - + 103 + + - 128 - - + 59 + + - 445 - - - YES - - - + 10 + + + + + - 447 - - - YES - - - - - - - - - + 126 + + + + + + + + + + + - 446 - - + 41 + + - 472 - - - YES - - - + 94 + + - 466 - - - YES - - - - - - - - - - - - - + 73 + + - 464 - - + 17 + + - 465 - - + 409 + + - 467 - - + 407 + + - 468 - - + 554 + + - 469 - - + 40 + + + + + - 471 - - + 30 + + + + + + - 473 - - - YES - - - + 498 + + - 474 - - + 66 + + - 475 - - + 133 + + + + + - 476 - - + 117 + + + + + + + + + + - 477 - - + 6 + + - 501 - - + 116 + + - 81 - - - Font Manager + 128 + + - 95 - - - YES - - - - Accessories + 516 + + - 47 - - - YES - - - - - - + 517 + + - 67 - - - YES - - - + 518 + + - 338 - - - YES - - - - - + 445 + + + + + - 429 - - - YES - - - + 447 + + + + + + + + + + + - -3 - - - Application + 535 + + - 76 - - - YES - - - + 533 + + - 506 - - - YES - - - + 534 + + - 108 - - - YES - - - - - - - - - + 537 + + - 9 - - + 538 + + - 21 - - + 532 + + - 101 - - + 446 + + - 114 - - + 81 + + + Font Manager - 418 - - + 95 + + + + + + Accessories - 485 - - + 47 + + + + + + + + - 369 - - - YES - - - - - - - - + 67 + + + + + - 510 - - + 76 + + + + + - 376 - - + 506 + + + + + - 372 - - + 108 + + + + + + + + + + + - 371 - - + 9 + + - 370 - - + 485 + + - 365 - - + 114 + + - 377 - - - YES - - - + 101 + + - 508 - - - YES - - - + 21 + + - 380 - - - YES - - - - - + 553 + + - 379 - - + 418 + + - 382 - - + 338 + + + + + + + - 385 - - + 369 + + + + + + + + + + - 356 - - - YES - - - + 510 + + - 507 - - + 365 + + - 432 - - - YES - - - + 370 + + - 509 - - - YES - - - + 371 + + - 424 - - - YES - - - - - + 372 + + - 428 - - + 376 + + - 430 - - + 377 + + + + + - 497 - - + 508 + + + + + - 516 - - + 380 + + + + + + + - 517 - - + 382 + + - 518 - - + 385 + + - 532 - - + 379 + + - 533 - - + 356 + + + + + - 534 - - + 507 + + - 535 - - + 429 + + + + + - 537 - - + 432 + + + + + - 538 - - + 509 + + + + + - 549 - - + 424 + + + + + + + - 553 - - + 430 + + - 554 - - + 428 + + - 557 - - + 497 + + - 560 - - - YES - - - - + 560 + + + + + + - 574 - - - YES - - - - - - + 574 + + + + + + + + - 576 - - + 576 + + - 569 - - + 569 + + - 577 - - + 578 + + - 578 - - + 577 + + - 592 - - - YES - - - + 592 + + + + + - 593 - - + 593 + + - + - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 101.IBPluginDependency - 103.IBPluginDependency - 105.IBAttributePlaceholdersKey - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 121.IBAttributePlaceholdersKey - 121.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 126.IBPluginDependency - 128.IBPluginDependency - 129.IBAttributePlaceholdersKey - 129.IBPluginDependency - 13.IBPluginDependency - 131.IBAttributePlaceholdersKey - 131.IBPluginDependency - 133.IBPluginDependency - 15.IBAttributePlaceholdersKey - 15.IBPluginDependency - 16.IBAttributePlaceholdersKey - 16.IBPluginDependency - 17.IBAttributePlaceholdersKey - 17.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 213.IBPluginDependency - 214.IBPluginDependency - 216.IBPluginDependency - 218.IBPluginDependency - 219.IBPluginDependency - 25.IBAttributePlaceholdersKey - 25.IBPluginDependency - 26.IBPluginDependency - 291.IBPluginDependency - 292.IBPluginDependency - 293.IBPluginDependency - 294.IBPluginDependency - 295.IBPluginDependency - 297.IBPluginDependency - 3.IBPluginDependency - 30.IBPluginDependency - 311.IBPluginDependency - 312.IBPluginDependency - 313.IBPluginDependency - 315.IBPluginDependency - 316.IBPluginDependency - 320.IBPluginDependency - 321.IBPluginDependency - 323.IBPluginDependency - 324.IBPluginDependency - 325.IBPluginDependency - 326.IBPluginDependency - 327.IBPluginDependency - 33.IBPluginDependency - 338.IBPluginDependency - 35.IBPluginDependency - 356.IBPluginDependency - 365.IBPluginDependency - 369.IBPluginDependency - 370.IBPluginDependency - 371.IBPluginDependency - 372.IBPluginDependency - 376.IBPluginDependency - 377.IBPluginDependency - 379.IBPluginDependency - 38.IBPluginDependency - 380.IBPluginDependency - 382.IBPluginDependency - 385.IBPluginDependency - 389.IBPluginDependency - 391.IBPluginDependency - 395.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 407.IBAttributePlaceholdersKey - 407.IBPluginDependency - 409.IBAttributePlaceholdersKey - 409.IBPluginDependency - 41.IBAttributePlaceholdersKey - 41.IBPluginDependency - 418.IBPluginDependency - 42.IBPluginDependency - 420.IBPluginDependency - 424.IBPluginDependency - 428.IBPluginDependency - 429.IBPluginDependency - 430.IBPluginDependency - 432.IBPluginDependency - 435.IBPluginDependency - 437.IBPluginDependency - 445.IBPluginDependency - 446.IBPluginDependency - 447.IBPluginDependency - 46.IBPluginDependency - 464.IBPluginDependency - 465.IBPluginDependency - 466.IBPluginDependency - 467.IBPluginDependency - 468.IBPluginDependency - 469.IBPluginDependency - 47.IBPluginDependency - 471.IBPluginDependency - 472.IBPluginDependency - 473.IBPluginDependency - 474.IBPluginDependency - 475.IBPluginDependency - 476.IBPluginDependency - 477.IBPluginDependency - 48.IBAttributePlaceholdersKey - 48.IBPluginDependency - 485.IBPluginDependency - 486.IBPluginDependency - 488.IBPluginDependency - 49.IBPluginDependency - 494.IBAttributePlaceholdersKey - 494.IBPluginDependency - 497.IBPluginDependency - 498.IBPluginDependency - 50.IBAttributePlaceholdersKey - 50.IBPluginDependency - 501.IBPluginDependency - 506.IBPluginDependency - 507.IBPluginDependency - 508.IBPluginDependency - 509.IBPluginDependency - 51.IBPluginDependency - 510.IBPluginDependency - 516.IBPluginDependency - 517.IBPluginDependency - 518.IBPluginDependency - 52.IBPluginDependency - 53.IBAttributePlaceholdersKey - 53.IBPluginDependency - 532.IBPluginDependency - 533.IBPluginDependency - 534.IBPluginDependency - 535.IBPluginDependency - 537.IBPluginDependency - 538.IBPluginDependency - 549.IBPluginDependency - 553.IBPluginDependency - 554.IBAttributePlaceholdersKey - 554.IBPluginDependency - 557.IBAttributePlaceholdersKey - 557.IBPluginDependency - 56.IBAttributePlaceholdersKey - 56.IBPluginDependency - 560.IBPluginDependency - 569.IBAttributePlaceholdersKey - 569.IBPluginDependency - 574.IBPluginDependency - 576.IBPluginDependency - 577.IBAttributePlaceholdersKey - 577.IBPluginDependency - 578.IBAttributePlaceholdersKey - 578.IBPluginDependency - 58.IBPluginDependency - 59.IBPluginDependency - 592.IBPluginDependency - 593.IBPluginDependency - 6.IBPluginDependency - 61.IBPluginDependency - 64.IBAttributePlaceholdersKey - 64.IBPluginDependency - 65.IBAttributePlaceholdersKey - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 72.IBPluginDependency - 73.IBAttributePlaceholdersKey - 73.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 8.IBAttributePlaceholdersKey - 8.IBPluginDependency - 81.IBPluginDependency - 85.IBAttributePlaceholdersKey - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 9.IBPluginDependency - 94.IBAttributePlaceholdersKey - 94.IBPluginDependency - 95.IBPluginDependency - 95.IBWindowTemplateEditedContentRect - 96.IBPluginDependency - 98.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Select Color - select objects of equal color like already selected objects. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Ungroup - dissolve selected groups - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - UHVuY2ggb3IgVW5pdGUgZmlsbGVkIHNlbGVjdGVkIGdyYXBoaWMgb2JqZWN0cy4KRGlmZmVyZW50IGNv -bG9yZWQgb2JqZWN0cyB3aWxsIGJlIHB1bmNoZWQgZnJvbSB0aGUgY292ZXJlZCBvYmplY3QuCkVxdWFs -IGNvbG9yZWQgYW5kIG92ZXJsYXBwaW5nIG9iamVjdHMgd2lsbCBiZSB1bml0ZWQgaW50byBhIHNpbmds -ZSBwYXRoLg - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Sm9pbiBvciBjb25uZWN0IG11bHRpcGxlIHNlbGVjdGVkIGdyYXBoaWMgb2JqZWN0cyBpbnRvIGEgcGF0 + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Select Color - select objects of equal color like already selected objects. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Ungroup - dissolve selected groups + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + UHVuY2ggb3IgVW5pdGUgc2VsZWN0ZWQgYW5kIGZpbGxlZCBncmFwaGljIG9iamVjdHMuCkRpZmZlcmVu +dCBjb2xvcmVkIG9iamVjdHMgd2lsbCBiZSBwdW5jaGVkIGZyb20gdGhlIGNvdmVyZWQgb2JqZWN0LgpF +cXVhbCBjb2xvcmVkIGFuZCBvdmVybGFwcGluZyBvYmplY3RzIHdpbGwgYmUgdW5pdGVkIGludG8gYSBz +aW5nbGUgcGF0aC4 + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Sm9pbiBvciBjb25uZWN0IG11bHRpcGxlIHNlbGVjdGVkIGdyYXBoaWMgb2JqZWN0cyBpbnRvIGEgcGF0 aC4KRXhwb3NlIGltYWdlIGZyb20gcGF0aC4 - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Paste - insert objects from buffer to the same layer or the first editable layer. - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - QnVpbGQgQ29udG91ciBvciBWZWN0b3JpemUKQnVpbGQgYW4gb3V0bGluZSBvYmplY3Qgd2l0aCBhIGdp + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Paste - insert objects from buffer to the same layer or the first editable layer. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + QnVpbGQgQ29udG91ciBvciBWZWN0b3JpemUKQnVpbGQgYW4gb3V0bGluZSBvYmplY3Qgd2l0aCBhIGdp dmVuIGRpc3RhbmNlIHRvIGFuIG9iamVjdCAoc3Ryb2tlZCBvciBvdXRsaW5lKS4KVmVjdG9yaXplIElt YWdlcy4 - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Batch Production Panel allows you to create a batch or copies of your project - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Mirror - flip selected objects - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Intersection-Panel allows you to create Graphic objects at intersection points of lines, arcs, curves - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Transform-Panel is used to transform selected graphic objects - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Open the Tool Panel - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Group - group selected objects into one group. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Revert direction - revert winding direction of selected objects - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Copy selected objects - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Delete selected objects - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Opens the Vectorizer to vectorize selected Images - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Batch Production Panel allows you to create a batch or copies of your project + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Mirror - flip selected objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Intersection-Panel allows you to create Graphic objects at intersection points of lines, arcs, curves + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Transform-Panel is used to transform selected graphic objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Open the Tool Panel + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Group - group selected objects into one group. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Revert direction - revert winding direction of selected objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Copy selected objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Delete selected objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Opens the Vectorizer to vectorize selected Images + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv ZiBhIHBhdGgKMi4gY2hvc2UgdGhlIG1lbnUgaXRlbQ - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Select All - select all objects on all active layers - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Examples folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Documents folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Your Home-Library folder of Cenon. - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Split selected paths into single graphic objects. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Cut selected objects - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Open the Inspector - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Rotate - rotate selected objects by 90° - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Select Equal - select objects of equal type like already selected objects. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Open the Color Panel - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{320, 656}, {450, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - - + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Select All - select all objects on all active layers + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + ToolTip + + ToolTip + + The Examples folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Documents folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Your Home-Library folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Split selected paths into single graphic objects. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Cut selected objects + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Open the Inspector + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Rotate - rotate selected objects by 90° + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Select Equal - select objects of equal type like already selected objects. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Open the Color Panel + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - + - 593 - - YES + App NSApplication @@ -4503,333 +4376,29 @@ ./Classes/App.h - - FirstResponder - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - - addLink: - id - - - bindTextToPath: - id - - - bringForward: - id - - - bringToFront: - id - - - buildContour: - id - - - changeLayout: - id - - - changeSaveType: - id - - - close: - id - - - displayDirections: - id - - - draw: - id - - - enterSelection: - id - - - execute: - id - - - flatten: - id - - - group: - id - - - import: - id - - - join: - id - - - mirror: - id - - - myAction: - id - - - performResize: - id - - - punch: - id - - - redoChange: - id - - - reverse: - id - - - revertToSaved: - id - - - rotateG: - id - - - save: - id - - - saveAs: - id - - - selectColor: - id - - - selectEqual: - id - - - sendBackward: - id - - - sendToBack: - id - - - setWidth: - id - - - split: - id - - - toggleCoordDisplay: - id - - - toggleGrid: - id - - - undoChange: - id - - - ungroup: - id - - - zoomIn: - id - - - zoomOut: - id - - - - - IBUserSource - - - - + 0 IBCocoaFramework - + YES + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - sortColLLUR - sortColULLR - sortColURLL - sortRowLLUR - sortRowULLR - - - YES - {11, 11} - {10, 3} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - - + + {11, 11} + {10, 3} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + diff -Nru cenon.app-4.0.2/English.lproj/TilePanel+Ref.xib cenon.app-4.0.6+ds1/English.lproj/TilePanel+Ref.xib --- cenon.app-4.0.2/English.lproj/TilePanel+Ref.xib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/TilePanel+Ref.xib 2014-10-14 12:15:25.000000000 +0000 @@ -0,0 +1,1176 @@ + + + + 1080 + 12F45 + 3084 + 1187.40 + 626.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 3084 + + + YES + NSBox + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSView + NSWindowTemplate + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + App + + + FirstResponder + + + NSApplication + + + 3 + 2 + {{469, 338}, {362, 220}} + 1886912512 + Nutzen Fertigung + TilePanel + View + + {299, 184} + + + 256 + + YES + + + 292 + + YES + + + 274 + + YES + + + 256 + {{68, 10}, {62, 45}} + + + + YES + NO + 2 + 1 + + YES + + 341835776 + 0 + 2 + + Helvetica + 12 + 16 + + + 16 + + 67108864 + 67108864 + X: + + + + + + 341835776 + 0 + 2 + + + 16 + + 67108864 + 67108864 + Y: + + + + + + {62, 21} + {1, 3} + 67108864 + NSActionCell + + 341835776 + 0 + + + 16 + + 67108864 + 67108864 + + + + + -1 + -1 + + 3 + MQA + + + + + + 256 + {{6, 61}, {127, 26}} + + + + YES + + 67108928 + 1024 + + LucidaGrande + 12 + 16 + + + -2038284288 + 1 + + + 400 + 75 + + + Anzahl + + 1048576 + 2147483647 + 1 + + NSImage + NSMenuCheckmark + + + NSImage + NSMenuMixedState + + _popUpItemAction: + + + YES + + OtherViews + + YES + + + + Materialgrösse + + 1048576 + 2147483647 + + + _popUpItemAction: + 1 + + + + + 3 + YES + YES + 1 + + NO + + + {{2, 2}, {141, 94}} + + + + + + {{128, 38}, {145, 112}} + + + + {0, 0} + + 67108864 + 0 + Limitierung + + + 6 + System + textBackgroundColor + + + + 3 + MCAwLjgwMDAwMDAxAA + + + + 3 + 0 + 2 + NO + + + + 292 + + YES + + + 274 + + YES + + + 256 + {{5, 10}, {76, 45}} + + + + YES + NO + 2 + 1 + + YES + + 341835776 + 0 + -1234.56 + + + 15 + + 67108864 + 67108864 + X: + + + + + + 341835776 + 0 + 5 + + + 15 + + 67108864 + 67108864 + Y: + + + + + + {76, 21} + {1, 3} + 67108864 + NSActionCell + + 341835776 + 0 + + + 15 + + 67108864 + 67108864 + + + + + -1 + -1 + + + + + + 256 + {{5, 61}, {106, 26}} + + + + YES + + 67108928 + 1024 + + + -2038284288 + 1 + + + 400 + 75 + + + Relativ + + 1048576 + 2147483647 + 1 + + + _popUpItemAction: + + + YES + + OtherViews + + YES + + + + Absolut + + 1048576 + 2147483647 + + + _popUpItemAction: + 1 + + + + + 3 + YES + YES + 1 + + NO + + + + 256 + {{85, 32}, {24, 24}} + + + + _NS:9 + YES + + 67108864 + 134217728 + + + LucidaGrande + 13 + 1044 + + _NS:9 + + 1212436480 + 134 + + NSImage + arrowRight + + + NSImage + arrowLeft + + + + 200 + 25 + + NO + + + + 256 + {{85, 10}, {24, 24}} + + + + _NS:9 + YES + + 67108864 + 134217728 + + + _NS:9 + + 1212436480 + 134 + + NSImage + arrowUp + + + NSImage + arrowDown + + + + 200 + 25 + + NO + + + {{2, 2}, {116, 94}} + + + + + + {{5, 38}, {120, 112}} + + + + {0, 0} + + 67108864 + 0 + Abstand + + + + 3 + MCAwLjgwMDAwMDAxAA + + + + 3 + 0 + 2 + NO + + + + 289 + {{275, 34}, {82, 32}} + + + + YES + + 67108864 + 137887744 + Entfernen + + + -2036187136 + 1 + + 200 + 25 + + NO + + + + 256 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{5, 154}, {64, 64}} + + + + YES + + 134217728 + 33554432 + + NSImage + Cenon + + 0 + 1 + 0 + NO + + NO + YES + + + + 289 + {{275, 107}, {82, 32}} + + + + YES + + 67108864 + 134217728 + Kopie + + + -2036187136 + 1 + + + + 200 + 25 + + NO + + + + 289 + {{275, 8}, {82, 32}} + + + + YES + + 67108864 + 134217728 + Nutzen + + + -2036187136 + 1 + + DQ + 200 + 25 + + NO + + + + 292 + {{6, 14}, {250, 18}} + + + + YES + + 67108864 + 0 + Master-Grafik auf Null schieben + + + 1211912448 + 2 + + NSSwitch + + + + 200 + 25 + + NO + + + {362, 220} + + + + + {{0, 0}, {2560, 1418}} + {299, 206} + {10000000000000, 10000000000000} + YES + + + + + YES + + + tilePanel + + + + 47 + + + + distanceMatrix + + + + 40 + + + + limitsMatrix + + + + 41 + + + + limitsPopUp + + + + 42 + + + + buildCopies: + + + + 43 + + + + set: + + + + 44 + + + + removeTiles: + + + + 45 + + + + updatePanel: + + + + 46 + + + + originSwitch + + + + 62 + + + + distPopup + + + + 63 + + + + setDistancePopup: + + + + 64 + + + + + YES + + 0 + + YES + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 6 + + + YES + + + + Tile + + + 13 + + + YES + + + + + + + + + + + + 7 + + + YES + + + + + + 10 + + + YES + + + + + + + + + 12 + + + YES + + + + + + 18 + + + YES + + + + + + 19 + + + YES + + + + + + 27 + + + YES + + + + + + + 61 + + + YES + + + + + + 66 + + + + + 68 + + + + + 69 + + + + + 70 + + + + + 72 + + + + + -3 + + + Application + + + 8 + + + YES + + + + + + + + 73 + + + + + 9 + + + + + 5 + + + + + 58 + + + YES + + + + + + 67 + + + YES + + + + + + 57 + + + YES + + + + + + + 59 + + + + + 60 + + + + + 28 + + + YES + + + + + + + + 74 + + + + + 30 + + + + + 29 + + + + + 32 + + + YES + + + + + + 71 + + + YES + + + + + + 34 + + + YES + + + + + + + 33 + + + + + 35 + + + + + 75 + + + YES + + + + + + 76 + + + + + 77 + + + YES + + + + + + 78 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 10.IBPluginDependency + 12.IBPluginDependency + 13.IBPluginDependency + 18.IBPluginDependency + 19.IBPluginDependency + 27.IBPluginDependency + 28.IBPluginDependency + 29.IBPluginDependency + 30.IBPluginDependency + 32.IBPluginDependency + 33.IBPluginDependency + 34.IBPluginDependency + 35.IBPluginDependency + 5.IBPluginDependency + 57.IBPluginDependency + 58.IBPluginDependency + 59.IBPluginDependency + 6.IBPluginDependency + 6.IBWindowTemplateEditedContentRect + 60.IBPluginDependency + 61.IBPluginDependency + 66.IBPluginDependency + 67.IBPluginDependency + 68.IBPluginDependency + 69.IBPluginDependency + 7.IBPluginDependency + 70.IBPluginDependency + 71.IBPluginDependency + 72.IBPluginDependency + 73.IBPluginDependency + 74.IBPluginDependency + 75.IBPluginDependency + 76.IBPluginDependency + 77.IBPluginDependency + 78.IBPluginDependency + 8.IBPluginDependency + 9.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 684}, {340, 220}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + + + + + YES + + + + + 78 + + + + YES + + App + NSApplication + + IBProjectSource + ./Classes/App.h + + + + TilePanel + NSPanel + + IBProjectSource + ./Classes/TilePanel.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + YES + + YES + Cenon + NSMenuCheckmark + NSMenuMixedState + arrowDown + arrowLeft + arrowRight + arrowUp + + + YES + {512, 512} + {11, 11} + {10, 3} + {18, 11} + {11, 18} + {11, 18} + {18, 11} + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/._TilePanel.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/._TilePanel.xib differ diff -Nru cenon.app-4.0.2/English.lproj/TilePanel.xib cenon.app-4.0.6+ds1/English.lproj/TilePanel.xib --- cenon.app-4.0.2/English.lproj/TilePanel.xib 2010-08-24 04:02:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/TilePanel.xib 2014-11-04 11:50:52.000000000 +0000 @@ -2,30 +2,38 @@ 1060 - 10F569 - 762 - 1038.29 - 461.00 + 11G63 + 2549 + 1138.51 + 569.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 2549 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -41,12 +49,12 @@ 3 2 - {{92, 340}, {352, 220}} + {{92, 340}, {376, 220}} 1886912512 Batch Production TilePanel View - {1.79769e+308, 1.79769e+308} + {299, 184} @@ -60,7 +68,7 @@ YES - 256 + 274 YES @@ -68,6 +76,8 @@ 256 {{81, 10}, {62, 45}} + + YES 2 1 @@ -138,6 +148,8 @@ 256 {{5, 60}, {141, 26}} + + YES 67239488 @@ -201,10 +213,14 @@ {{2, 2}, {153, 95}} + + - {{110, 38}, {157, 113}} + {{133, 38}, {157, 113}} + + {0, 0} 67239424 @@ -231,8 +247,9 @@ 289 - {{265, 8}, {86, 32}} + {{288, 8}, {86, 32}} + YES 67239424 @@ -256,14 +273,16 @@ YES - 256 + 274 YES 256 - {{8, 10}, {84, 45}} + {{10, 10}, {76, 45}} + + YES 2 1 @@ -300,7 +319,7 @@ - {84, 21} + {76, 21} {1, 3} 67108864 NSActionCell @@ -325,8 +344,10 @@ 256 - {{5, 60}, {90, 26}} + {{5, 61}, {110, 26}} + + YES 67239488 @@ -377,13 +398,79 @@ 1 + + + 256 + {{86, 30}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + LucidaGrande + 13 + 1044 + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowRight + + + + 200 + 25 + + + + + 256 + {{85, 6}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowUp + + + + 200 + 25 + + - {{2, 2}, {100, 95}} + {{2, 2}, {121, 95}} + + - {{5, 38}, {104, 113}} + {{6, 38}, {125, 113}} + + {0, 0} 67239424 @@ -405,8 +492,10 @@ 289 - {{265, 34}, {86, 32}} + {{288, 34}, {86, 32}} + + YES 67239424 @@ -438,9 +527,11 @@ {{0, 156}, {64, 64}} + + YES - 130560 + 134348288 33554432 NSImage @@ -456,8 +547,10 @@ 289 - {{265, 108}, {86, 32}} + {{288, 108}, {86, 32}} + + YES 67239424 @@ -479,6 +572,8 @@ 292 {{6, 14}, {260, 18}} + + YES 67239424 @@ -498,12 +593,15 @@ - {352, 220} + {376, 220} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {1920, 1058}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES @@ -511,6 +609,14 @@ YES + tilePanel + + + + 47 + + + distanceMatrix @@ -567,14 +673,6 @@ - tilePanel - - - - 47 - - - originSwitch @@ -597,13 +695,47 @@ 69 + + + xDirButton + + + + 84 + + + + setXYDirections: + + + + 85 + + + + yDirButton + + + + 86 + + + + setXYDirections: + + + + 87 + YES 0 - + + YES + @@ -634,13 +766,13 @@ YES - - - - + + + + @@ -660,6 +792,8 @@ YES + + @@ -868,60 +1002,65 @@ + + 80 + + + YES + + + + + + 81 + + + YES + + + + + + 82 + + + + + 83 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency 10.IBPluginDependency - 10.ImportedFromIB2 12.IBPluginDependency - 12.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 18.IBPluginDependency - 18.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 27.IBPluginDependency - 27.ImportedFromIB2 28.IBPluginDependency - 28.ImportedFromIB2 29.IBPluginDependency - 29.ImportedFromIB2 30.IBPluginDependency - 30.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 48.IBPluginDependency - 48.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBEditorWindowLastContentRect 6.IBPluginDependency 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize 62.IBPluginDependency - 62.ImportedFromIB2 63.IBPluginDependency - 63.ImportedFromIB2 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBEditorWindowLastContentRect 65.IBPluginDependency - 65.ImportedFromIB2 66.IBPluginDependency - 66.ImportedFromIB2 7.IBPluginDependency - 7.ImportedFromIB2 71.IBPluginDependency 72.IBPluginDependency 73.IBPluginDependency @@ -932,60 +1071,39 @@ 78.IBPluginDependency 79.IBPluginDependency 8.IBPluginDependency - 8.ImportedFromIB2 + 80.IBPluginDependency + 81.IBPluginDependency + 82.IBPluginDependency + 83.IBPluginDependency 9.IBPluginDependency - 9.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{675, 692}, {352, 220}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{675, 692}, {352, 220}} - - - {299, 184} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{678, 775}, {126, 43}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -996,28 +1114,26 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + - 79 + 87 @@ -1025,712 +1141,60 @@ App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - NSPopUpButton IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/App.h TilePanel NSPanel + setXYDirections: + id + + + setXYDirections: + + setXYDirections: + id + + + YES YES - buildCopies: - removeTiles: - set: - setDistancePopup: - updatePanel: - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + NSButton + NSButton - + YES YES - distPopup - distanceMatrix - limitsMatrix - limitsPopUp - originSwitch - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + + xDirButton + NSButton + + + yDirButton + NSButton + IBProjectSource - TilePanel.h - - - - TilePanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + ./Classes/TilePanel.h @@ -1741,16 +1205,11 @@ com.apple.InterfaceBuilder.CocoaPlugin.macosx - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 YES @@ -1759,12 +1218,16 @@ Cenon NSMenuCheckmark NSMenuMixedState + arrowRight + arrowUp - + YES - {128, 128} - {9, 8} - {7, 2} + {512, 512} + {11, 11} + {10, 3} + {11, 18} + {18, 11} Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/._ToolPanel.nib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/._ToolPanel.nib differ diff -Nru cenon.app-4.0.2/English.lproj/ToolPanel.nib/classes.nib cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/classes.nib --- cenon.app-4.0.2/English.lproj/ToolPanel.nib/classes.nib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/classes.nib 2009-06-19 06:00:20.000000000 +0000 @@ -0,0 +1,13 @@ +{ + IBClasses = ( + { + ACTIONS = {setCurrent2DTool = id; }; + CLASS = App; + LANGUAGE = ObjC; + OUTLETS = {toolPanel = id; }; + SUPERCLASS = NSApplication; + }, + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } + ); + IBVersion = 1; +} \ No newline at end of file diff -Nru cenon.app-4.0.2/English.lproj/ToolPanel.nib/info.nib cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/info.nib --- cenon.app-4.0.2/English.lproj/ToolPanel.nib/info.nib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/info.nib 2009-06-19 06:00:20.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + IBDocumentLocation + 379 74 356 240 0 0 1920 1178 + IBFramework Version + 446.1 + IBOpenObjects + + 21 + + IBSystem Version + 8S2167 + IBUsesTextArchiving + + + diff -Nru cenon.app-4.0.2/English.lproj/ToolPanel.nib/keyedobjects.nib cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/keyedobjects.nib --- cenon.app-4.0.2/English.lproj/ToolPanel.nib/keyedobjects.nib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/keyedobjects.nib 2009-06-19 06:00:20.000000000 +0000 @@ -0,0 +1,2088 @@ + + + + + $archiver + NSKeyedArchiver + $objects + + $null + + $class + + CF$UID + 125 + + NSAccessibilityConnectors + + CF$UID + 122 + + NSAccessibilityOidsKeys + + CF$UID + 123 + + NSAccessibilityOidsValues + + CF$UID + 124 + + NSClassesKeys + + CF$UID + 98 + + NSClassesValues + + CF$UID + 99 + + NSConnections + + CF$UID + 84 + + NSFontManager + + CF$UID + 0 + + NSFramework + + CF$UID + 5 + + NSNamesKeys + + CF$UID + 94 + + NSNamesValues + + CF$UID + 95 + + NSNextOid + 61 + NSObjectsKeys + + CF$UID + 91 + + NSObjectsValues + + CF$UID + 93 + + NSOidsKeys + + CF$UID + 100 + + NSOidsValues + + CF$UID + 101 + + NSRoot + + CF$UID + 2 + + NSVisibleWindows + + CF$UID + 6 + + + + $class + + CF$UID + 4 + + NSClassName + + CF$UID + 3 + + + App + + $classes + + NSCustomObject + NSObject + + $classname + NSCustomObject + + IBCocoaFramework + + $class + + CF$UID + 83 + + NS.objects + + + CF$UID + 7 + + + + + $class + + CF$UID + 82 + + NSMinSize + + CF$UID + 81 + + NSScreenRect + + CF$UID + 80 + + NSViewClass + + CF$UID + 11 + + NSWTFlags + -260571136 + NSWindowBacking + 2 + NSWindowClass + + CF$UID + 10 + + NSWindowRect + + CF$UID + 8 + + NSWindowStyleMask + 3 + NSWindowTitle + + CF$UID + 9 + + NSWindowView + + CF$UID + 12 + + + {{1, 409}, {68, 238}} + + NSPanel + View + + $class + + CF$UID + 79 + + NSFrame + + CF$UID + 78 + + NSNextResponder + + CF$UID + 0 + + NSSubviews + + CF$UID + 13 + + + + $class + + CF$UID + 66 + + NS.objects + + + CF$UID + 14 + + + + + $class + + CF$UID + 77 + + NSBackgroundColor + + CF$UID + 71 + + NSCellBackgroundColor + + CF$UID + 73 + + NSCellClass + + CF$UID + 69 + + NSCellSize + + CF$UID + 67 + + NSCells + + CF$UID + 16 + + NSEnabled + + NSFrameSize + + CF$UID + 15 + + NSIntercellSpacing + + CF$UID + 68 + + NSMatrixFlags + 1157627904 + NSNextResponder + + CF$UID + 12 + + NSNumCols + 2 + NSNumRows + 7 + NSProtoCell + + CF$UID + 70 + + NSSelectedCell + + CF$UID + 17 + + NSSuperview + + CF$UID + 12 + + NSvFlags + 256 + + {70, 238} + + $class + + CF$UID + 66 + + NS.objects + + + CF$UID + 17 + + + CF$UID + 27 + + + CF$UID + 30 + + + CF$UID + 33 + + + CF$UID + 36 + + + CF$UID + 39 + + + CF$UID + 42 + + + CF$UID + 45 + + + CF$UID + 48 + + + CF$UID + 51 + + + CF$UID + 54 + + + CF$UID + 57 + + + CF$UID + 60 + + + CF$UID + 63 + + + + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + -2080244224 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 22 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + + Button + + $class + + CF$UID + 21 + + NSName + + CF$UID + 20 + + NSSize + 14 + NSfFlags + 16 + + LucidaGrande + + $classes + + NSFont + NSObject + + $classname + NSFont + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 24 + + + NSImage + toolArrow + + $classes + + NSCustomResource + %NSCustomResource + NSObject + + $classname + NSCustomResource + + + $classes + + NSButtonCell + %NSButtonCell + NSActionCell + NSCell + NSObject + + $classname + NSButtonCell + + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 28 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 7 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 29 + + + toolLine + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 31 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 1 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 32 + + + toolRotate + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 34 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 8 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 35 + + + toolPolyLine + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 37 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 2 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 38 + + + toolCutter + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 40 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 9 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 41 + + + toolArc + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 43 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 3 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 44 + + + toolAddPt + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 46 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 10 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 47 + + + toolRectangle + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 49 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 4 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 50 + + + toolSinking + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 52 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 11 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 53 + + + toolCurve + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 55 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 5 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 56 + + + toolThread + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 58 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 12 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 59 + + + toolText + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 61 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 6 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 62 + + + toolMark + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 6 + NSCellFlags + 67239424 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSControlView + + CF$UID + 14 + + NSKeyEquivalent + + CF$UID + 9 + + NSNormalImage + + CF$UID + 64 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + NSTag + 13 + + + $class + + CF$UID + 25 + + NSClassName + + CF$UID + 23 + + NSResourceName + + CF$UID + 65 + + + toolWeb + + $classes + + NSMutableArray + NSArray + NSObject + + $classname + NSMutableArray + + {35, 34} + {0, 0} + NSActionCell + + $class + + CF$UID + 26 + + NSAlternateContents + + CF$UID + 9 + + NSButtonFlags + -1228652289 + NSButtonFlags2 + 2 + NSCellFlags + -2080244224 + NSCellFlags2 + 134217728 + NSContents + + CF$UID + 18 + + NSKeyEquivalent + + CF$UID + 9 + + NSPeriodicDelay + 200 + NSPeriodicInterval + 25 + NSSupport + + CF$UID + 19 + + + + $class + + CF$UID + 72 + + NSColorSpace + 3 + NSWhite + + MQA= + + + + $classes + + NSColor + NSObject + + $classname + NSColor + + + $class + + CF$UID + 72 + + NSCatalogName + + CF$UID + 74 + + NSColor + + CF$UID + 76 + + NSColorName + + CF$UID + 75 + + NSColorSpace + 6 + + System + controlColor + + $class + + CF$UID + 72 + + NSColorSpace + 3 + NSWhite + + MC42NjY2NjY2OQA= + + + + $classes + + NSMatrix + %NSMatrix + NSControl + NSView + NSResponder + NSObject + + $classname + NSMatrix + + {{1, 9}, {68, 238}} + + $classes + + NSView + NSResponder + NSObject + + $classname + NSView + + {{0, 0}, {1920, 1178}} + {70, 234} + + $classes + + NSWindowTemplate + NSObject + + $classname + NSWindowTemplate + + + $classes + + NSMutableSet + NSSet + NSObject + + $classname + NSMutableSet + + + $class + + CF$UID + 66 + + NS.objects + + + CF$UID + 85 + + + CF$UID + 88 + + + + + $class + + CF$UID + 87 + + NSDestination + + CF$UID + 7 + + NSLabel + + CF$UID + 86 + + NSSource + + CF$UID + 2 + + + toolPanel + + $classes + + NSNibOutletConnector + NSNibConnector + NSObject + + $classname + NSNibOutletConnector + + + $class + + CF$UID + 90 + + NSDestination + + CF$UID + 2 + + NSLabel + + CF$UID + 89 + + NSSource + + CF$UID + 14 + + + setCurrent2DTool: + + $classes + + NSNibControlConnector + NSNibConnector + NSObject + + $classname + NSNibControlConnector + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 39 + + + CF$UID + 17 + + + CF$UID + 45 + + + CF$UID + 27 + + + CF$UID + 60 + + + CF$UID + 33 + + + CF$UID + 12 + + + CF$UID + 14 + + + CF$UID + 7 + + + CF$UID + 57 + + + CF$UID + 48 + + + CF$UID + 54 + + + CF$UID + 51 + + + CF$UID + 63 + + + CF$UID + 42 + + + CF$UID + 30 + + + CF$UID + 36 + + + + + $classes + + NSArray + NSObject + + $classname + NSArray + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 7 + + + CF$UID + 12 + + + CF$UID + 2 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + CF$UID + 14 + + + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 7 + + + CF$UID + 2 + + + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 96 + + + CF$UID + 97 + + + + Tools + File's Owner + + $class + + CF$UID + 92 + + NS.objects + + + + $class + + CF$UID + 92 + + NS.objects + + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 51 + + + CF$UID + 39 + + + CF$UID + 14 + + + CF$UID + 45 + + + CF$UID + 63 + + + CF$UID + 17 + + + CF$UID + 88 + + + CF$UID + 7 + + + CF$UID + 57 + + + CF$UID + 30 + + + CF$UID + 42 + + + CF$UID + 54 + + + CF$UID + 2 + + + CF$UID + 48 + + + CF$UID + 85 + + + CF$UID + 60 + + + CF$UID + 33 + + + CF$UID + 12 + + + CF$UID + 36 + + + CF$UID + 27 + + + + + $class + + CF$UID + 92 + + NS.objects + + + CF$UID + 102 + + + CF$UID + 103 + + + CF$UID + 104 + + + CF$UID + 105 + + + CF$UID + 106 + + + CF$UID + 107 + + + CF$UID + 108 + + + CF$UID + 109 + + + CF$UID + 110 + + + CF$UID + 111 + + + CF$UID + 112 + + + CF$UID + 113 + + + CF$UID + 114 + + + CF$UID + 115 + + + CF$UID + 116 + + + CF$UID + 117 + + + CF$UID + 118 + + + CF$UID + 119 + + + CF$UID + 120 + + + CF$UID + 121 + + + + 55 + 53 + 46 + 54 + 57 + 45 + 58 + 21 + 56 + 47 + 59 + 51 + 1 + 50 + 44 + 49 + 60 + 2 + 48 + 52 + + $class + + CF$UID + 66 + + NS.objects + + + + $class + + CF$UID + 92 + + NS.objects + + + + $class + + CF$UID + 92 + + NS.objects + + + + $classes + + NSIBObjectData + NSObject + + $classname + NSIBObjectData + + + $top + + IB.objectdata + + CF$UID + 1 + + + $version + 100000 + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolArc.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolArc.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolArrow.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolArrow.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolCurve.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolCurve.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolCutter.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolCutter.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolLine.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolLine.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolMark.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolMark.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolPolyLine.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolPolyLine.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolRectangle.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolRectangle.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolRotate.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolRotate.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolSinking.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolSinking.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolText.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolText.tiff differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/English.lproj/ToolPanel.nib/toolWeb.tiff and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/English.lproj/ToolPanel.nib/toolWeb.tiff differ diff -Nru cenon.app-4.0.2/English.lproj/ToolPanel.xib cenon.app-4.0.6+ds1/English.lproj/ToolPanel.xib --- cenon.app-4.0.2/English.lproj/ToolPanel.xib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/ToolPanel.xib 2017-11-21 14:35:13.000000000 +0000 @@ -0,0 +1,709 @@ + + + + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 5056 + + + NSButtonCell + NSCustomObject + NSMatrix + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + + App + + + FirstResponder + + + NSApplication + + + 3 + 2 + {{1, 411}, {70, 236}} + -260571136 + + NSPanel + View + + {70, 212} + + + 256 + + + + 256 + {{0, -2}, {70, 238}} + + + YES + NO + 7 + 2 + + + -2080374784 + 134217728 + Button + + LucidaGrande + 14 + 16 + + + -1228652544 + 6 + + NSImage + toolArrow + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 7 + -1228652544 + 6 + + NSImage + toolLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 1 + -1228652544 + 6 + + NSImage + toolRotate + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 8 + -1228652544 + 6 + + NSImage + toolPolyLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 2 + -1228652544 + 6 + + NSImage + toolCutter + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 9 + -1228652544 + 6 + + NSImage + toolArc + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 3 + -1228652544 + 6 + + NSImage + toolAddPt + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 10 + -1228652544 + 6 + + NSImage + toolRectangle + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 4 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 11 + -1228652544 + 6 + + NSImage + toolCurve + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 5 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 12 + -1228652544 + 6 + + NSImage + toolText + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 6 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 13 + -1228652544 + 6 + + NSImage + toolMark + + + + 200 + 25 + + + {35, 34} + {0, 0} + 1157627904 + NSActionCell + + -2080374784 + 134217728 + Button + + -1228652544 + 2 + + + 200 + 25 + + + + 3 + MQA + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + + {70, 236} + + + + + {{0, 0}, {1920, 1178}} + {70, 234} + {10000000000000, 10000000000000} + YES + + + + NO + + + + toolPanel + + + + 44 + + + + setCurrent2DTool: + + + + 58 + + + + + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 21 + + + + + + Tools + + + 2 + + + + + + + + 46 + + + + + + + + + + + + + + + + + + + + + + 45 + + + + + 47 + + + + + 48 + + + + + 49 + + + + + 50 + + + + + 51 + + + + + 52 + + + + + 53 + + + + + 54 + + + + + 55 + + + + + 56 + + + + + 57 + + + + + 59 + + + + + 60 + + + + + 62 + + + + + -3 + + + Application + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Mode for handling graphic objects + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 737}, {70, 236}} + + + ToolTip + + ToolTip + + SGFuZGxpbmcgTW9kZQpQcmVzc2luZyBDb21tYW5kIGluIGFueSBvdGhlciBtb2RlIGJyaW5ncyB5b3Ug +aW50byBoYW5kbGluZyBtb2RlLCB0ZW1wb3JhcmlseS4 + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Um90YXRlCmdyYWIgZ3JhcGhpYyBvYmplY3QgYXQgYW55IHBvaW50IGFuZCByb3RhdGUgYWJvdXQgaXQn +cyBjZW50ZXI + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Cut - use this tool to cut a selected path + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Web - place an anchor where cutting will not cut the final step + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Sinking - place a sinking + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Thread - place a thread + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + TGluZSAtIGRyYXcgY29uc2VjdXRpdmUgbGluZXMKaGl0dGluZyBhbm90aGVyIHZlcnRleCBvciBhIGRv +dWJsZSBjbGljayB3aWxsIGVuZCB0aGUgbGluZXMuA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + QXJjIC0gZHJhdyBhcmNzIGFuZCBjaXJjbGVz4oCoMS4gY2xpY2sgZGVmaW5lcyBjZW50ZXIKMi4gY2xp +Y2sgZGVmaW5lcyBzdGFydAozLiBjbGljayBkZWZpbmVzIGVuZA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UmVjdGFuZ2xlIC0gZHJhdyBhIHJlY3RhbmdsZQoxLiBjbGljayBkZWZpbmVzIGxvd2VyIGxlZnQgb25l +IGNvcm5lcgoyLiBjbGljayBkZWZpbmVzIG9wcG9zaXRlIGNvcm5lcg + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + QmV6aWVyIEN1cnZlIC0gZHJhdyBiZXppZXIgY3VydmVzCjEuIGNsaWNrIGRlZmluZXMgc3RhcnQKMi4g +Y2xpY2sgZGVmaW5lcyBlbmQKMy4gY2xpY2sgZGVmaW5lcyAxc3QgYW5jaG9yIHBvaW50CjQuIGNsaWNr +IGRlZmluZXMgMm5kIGFuY2hvciBwb2ludA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Text - place a text box for writing text + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Marking - places a mark + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Add Vertex - insert point into a path or polyline + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UG9seUxpbmUgLSBkcmF3IGEgUG9seUxpbmUgb3IgUG9seWdvbgoxLiBjbGljayBzdGFydHMgdGhlIHBv +bHlsaW5lCjIuIGFuZCBtb3JlIGNsaWNrcyBhZGQgbGluZXMgc2VnbWVudHMKMy4gYSBkb3VibGUgY2xp +Y2sgZW5kcyB0aGUgUG9seUxpbmU + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + + + + App + NSApplication + + IBProjectSource + ./Classes/App.h + + + + + 0 + IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + {28, 28} + {28, 28} + {16, 16} + {28, 28} + {28, 28} + {28, 28} + {32, 24} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + + + diff -Nru cenon.app-4.0.2/English.lproj/UpdatePanel.xib cenon.app-4.0.6+ds1/English.lproj/UpdatePanel.xib --- cenon.app-4.0.2/English.lproj/UpdatePanel.xib 2011-02-25 04:44:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/UpdatePanel.xib 2016-02-01 16:55:49.000000000 +0000 @@ -1,30 +1,42 @@ - + - 1040 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSProgressIndicator + NSScrollView + NSScroller + NSSplitView + NSTableColumn + NSTableHeaderView + NSTableView + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + UpdateController @@ -42,33 +54,29 @@ Check for Updates NSPanel View - {1.79769e+308, 1.79769e+308} + {400, 400} 256 - - YES + 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 304}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -79,6 +87,7 @@ 0 NO + NO YES @@ -86,9 +95,10 @@ 289 {{300, 2}, {96, 32}} + YES - 67239424 + 67108864 134217728 Download @@ -97,62 +107,68 @@ 16 - -2036186881 + -2036187136 1 200 25 + NO 289 {{204, 2}, {96, 32}} + YES - 67239424 + 67108864 134217728 Close - -2036186881 + -2036187136 1 DQ 200 25 + NO 292 {{4, 2}, {176, 32}} + YES - 67239424 + 67108864 134217728 Skip this Version - -2036186881 + -2036187136 1 200 25 + NO 266 {{110, 364}, {283, 16}} + YES - 68288064 + 68157504 272630784 A new Version of Cenon is available @@ -180,70 +196,72 @@ + NO 266 {{110, 304}, {283, 51}} + YES - 67239424 + 67108864 4194304 - Cenon V_NEW is now available - you are running Version V_INST. Would you like to update? - + Cenon V_NEW is now available - you are running an older Version V_INST. Would you like to update? + LucidaGrande 12 - 16 + 4883 + NO 274 - - YES + 290 - - YES + - 2304 - - YES + 2322 + 306 {378, 64} + YES + NO + YES 256 {378, 17} + - - + + -2147483392 {{354, 0}, {16, 17}} - - - YES + install 12 12 20 - 75628096 + 75497536 2048 @@ -268,10 +286,10 @@ - 337772096 + 337641536 2048 Text Cell - + 6 @@ -290,7 +308,7 @@ 40 1000 - 75628096 + 75497536 2048 Name @@ -301,10 +319,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -319,7 +337,7 @@ 40 60 - 75628096 + 75497536 67110912 @@ -327,10 +345,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -345,7 +363,7 @@ 50 80 - 75628096 + 75497536 2048 Version @@ -353,10 +371,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -371,7 +389,7 @@ 60 60 - 75628096 + 75497536 67110912 Size @@ -379,10 +397,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -391,7 +409,7 @@ YES - + 3 2 @@ -413,10 +431,12 @@ 0 YES 0 + 1 - + {{1, 17}, {378, 64}} + @@ -427,6 +447,8 @@ -2147483392 {{354, 17}, {15, 48}} + + NO _doScroller: 0.6875 @@ -436,6 +458,8 @@ -2147483392 {{1, 66}, {378, 15}} + + NO 1 _doScroller: @@ -444,45 +468,47 @@ 2304 - - YES + - + {{1, 0}, {378, 17}} + 4 - - + {380, 82} + - 562 + YES + 133682 - QSAAAEEgAABBmAAAQZgAAA + 0.25 + 4 + 1 282 - - YES + - 2304 - - YES + 2322 + 2322 - {363, 14} + {378, 167} + @@ -491,91 +517,90 @@ - - YES + - - 134 + + 166 - 363 + 378 1 - 12261 + 67120613 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 1 6 - {743, 1e+07} - {223, 0} + {743, 10000000} - - {{1, 1}, {363, 167}} + + {{1, 1}, {378, 167}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{364, 1}, {15, 167}} + {{363, 1}, {16, 167}} + + NO _doScroller: 0.99248120300751874 @@ -585,32 +610,42 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{0, 91}, {380, 169}} + - 18 + YES + 133138 + 0.25 + 4 + 1 - + {{10, 37}, {380, 260}} + - + {400, 400} + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 422} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES 1 @@ -624,17 +659,15 @@ View - {1.79769e+308, 1.79769e+308} + {400, 120} - + 256 - - YES + 1290 - {{102, 62}, {286, 20}} 16394 @@ -647,7 +680,7 @@ YES - 67239424 + 67108864 272629760 Downloading NUM items @@ -655,6 +688,7 @@ + NO @@ -663,7 +697,7 @@ YES - 67239424 + 67108864 272629760 Downloading NAME @@ -675,6 +709,7 @@ + NO @@ -683,7 +718,7 @@ YES - 67239424 + 67108864 272629760 SIZE of SIZETOT - TIMELEFT @@ -691,27 +726,24 @@ + NO 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 20}, {96, 96}} YES - 130560 + 134217728 33554432 0 @@ -719,6 +751,7 @@ 0 NO + NO YES @@ -728,39 +761,44 @@ YES - 67239424 + 67108864 134217728 Stop - + - -2038284033 + -2038284288 1 - + + LucidaGrande + 12 + 16 + Gw 200 25 + NO - + {400, 120} - - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 142} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + panel - 90 + 90 @@ -768,7 +806,7 @@ - 91 + 91 @@ -776,7 +814,7 @@ - 92 + 92 @@ -784,7 +822,7 @@ - 95 + 95 @@ -792,15 +830,7 @@ - 96 - - - - tableView - - - - 97 + 96 @@ -808,7 +838,7 @@ - 98 + 98 @@ -816,7 +846,7 @@ - 99 + 99 @@ -824,15 +854,7 @@ - 100 - - - - textView - - - - 106 + 100 @@ -840,7 +862,7 @@ - 119 + 119 @@ -848,7 +870,7 @@ - 126 + 126 @@ -856,7 +878,7 @@ - 127 + 127 @@ -864,7 +886,7 @@ - 128 + 128 @@ -872,7 +894,7 @@ - 129 + 129 @@ -880,47 +902,58 @@ - 130 + 130 - + + + tableView + + + + 97 + + + + textView + + + + 106 + + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + UpdatePanel - 4 + 4 - - YES + @@ -928,546 +961,411 @@ - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 31 + 31 - 33 + 33 - -3 + -3 Application - 37 + 37 - - YES + - + - 38 + 38 - 40 + 40 - - YES + - + - 41 + 41 - 47 + 47 - - YES + - + - 48 + 48 - 51 + 51 - - YES + - + - 52 + 52 - 76 + 76 - - YES + - + - 65 + 65 - - YES + - - + + - 69 + 69 - 68 - - - YES - - - - - - - - - - 67 + 67 - 66 + 66 - 74 - - - YES - - - - - - 71 - - - YES - - - - - - 70 - - - YES - - - - - - 73 - - - - - 72 - - - - - 75 - - - - - 61 + 61 - - YES - + - + + - 64 - - - - - 63 + 63 - 62 + 62 - 77 - - - YES - - - - - - 78 - - - - - 107 - - - YES - - - - - - 108 - - - - - 112 + 112 - - YES + - + ProgressPanel - 113 + 113 - - YES + - + - 114 + 114 - - YES + - + - 115 + 115 - - YES + - + - 116 + 116 - 117 + 117 - 118 + 118 - 120 + 120 - - YES + - + - 121 + 121 - 122 + 122 - - YES + - + - 123 + 123 - 124 + 124 - - YES + - + - 125 + 125 - - - - YES - - YES - -3.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 112.IBEditorWindowLastContentRect - 112.IBPluginDependency - 112.IBWindowTemplateEditedContentRect - 112.ImportedFromIB2 - 112.windowTemplate.hasMinSize - 112.windowTemplate.minSize - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 118.IBPluginDependency - 120.IBPluginDependency - 120.ImportedFromIB2 - 121.IBPluginDependency - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 33.IBPluginDependency - 37.IBAttributePlaceholdersKey - 37.IBPluginDependency - 37.ImportedFromIB2 - 38.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 40.IBAttributePlaceholdersKey - 40.IBPluginDependency - 40.ImportedFromIB2 - 41.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 51.IBPluginDependency - 52.IBPluginDependency - 6.IBAttributePlaceholdersKey - 6.IBPluginDependency - 6.ImportedFromIB2 - 61.IBPluginDependency - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1027}, {400, 120}} - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1027}, {400, 120}} - - - {400, 120} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{386, 603}, {400, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 603}, {400, 400}} - - - {400, 400} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Cancel Update. - + + 68 + + + + + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Cancel Update and don't remind me of this update any more. - + + 74 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Download and Install the checked Packages. - + + 71 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + + 70 + + + + + + + + 77 + + + + + + + + 107 + + + + + + + + 108 + + + + + 78 + + + + + 73 + + + + + 72 + + + + + 75 + + + + + 64 + + + + - - YES - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{386, 1027}, {400, 120}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{386, 603}, {400, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Cancel Update. + - - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Cancel Update and don't remind me of this update any more. + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Download and Install the checked Packages. + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + - 130 - - YES + FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1485,711 +1383,52 @@ - UpdateController - NSObject - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: - - - YES - id - id - id - id - id - - - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id - - YES - - cancel: - id - - - cancelDownload: - id - - - checkForUpdates: - id - - - install: - id - - - skip: - id - + + toggleQuickLookPreviewPanel: + id + + + IBProjectSource + ./Classes/NSTextView.h - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - - infoLabel - id - - - installButton - id - - - panel - id - - - progressIndicator - id - - - progressNameText - id - - - progressPanel - id - - - progressSizeText - id - - - progressTitleText - id - - - skipButton - id - - - tableData - id - - - tableView - id - - - textView - id - - - titleLabel - id - - - - - IBProjectSource - UpdateController.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h + + + UpdateController + NSObject + + IBProjectSource + ./Classes/UpdateController.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSProgressIndicator - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSProgressIndicator.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSSplitView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSSplitView.h - - - - NSTableColumn - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableColumn.h - - - - NSTableHeaderView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSTableHeaderView.h - - - - NSTableView - NSControl - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 Cenon - {128, 128} + {1024, 1024} diff -Nru cenon.app-4.0.2/English.lproj/Vectorizer.xib cenon.app-4.0.6+ds1/English.lproj/Vectorizer.xib --- cenon.app-4.0.2/English.lproj/Vectorizer.xib 2011-05-31 10:31:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/English.lproj/Vectorizer.xib 2017-11-21 14:31:06.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1040 - 10J869 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Vectorizer @@ -41,33 +53,30 @@ Image Vectorization NSPanel View + {300, 200} {220, 200} 256 - - YES + 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -78,6 +87,7 @@ 0 NO + NO YES @@ -85,9 +95,10 @@ 289 {{116, 4}, {112, 32}} + YES - 67239424 + 67108864 134217728 Vectorize @@ -96,35 +107,37 @@ 16 - -2036186881 + -2036187136 1 DQ 200 25 + NO 265 {{68, 154}, {156, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Replace Image - + LucidaGrande 12 - 16 + 4883 - 1210864127 + 1210863872 2 NSSwitch @@ -135,13 +148,13 @@ 25 - 67239424 + 67108864 67108864 Fill Result - + 1 - 1210864127 + 1210863872 2 @@ -149,26 +162,24 @@ 200 25 - + {156, 19} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - + -1 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -220,8 +231,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -244,20 +255,25 @@ - + + LucidaGrande + 12 + 16 + 266 {{101, 77}, {126, 26}} + YES - -2076049856 + -2076180416 2048 - + - 109199615 + 109199360 1 @@ -290,8 +306,7 @@ OtherViews - - YES + Lines @@ -304,7 +319,7 @@ - + 1 3 @@ -312,51 +327,54 @@ YES 1 + NO 268 {{8, 44}, {90, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 10 62 - 67239424 + 67108864 67108864 Tolerance: - + {90, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 62 - 67239424 + 67108864 67108864 - + -1 + -1 3 MQA @@ -368,9 +386,10 @@ 266 {{104, 41}, {120, 26}} + YES - 67501824 + 67371264 0 @@ -384,26 +403,29 @@ YES NO + NO - + {230, 200} + {{0, 0}, {1920, 1178}} {220, 222} {300, 222} + YES - + - - YES + NO + set: - 51 + 51 @@ -411,7 +433,7 @@ - 52 + 52 @@ -419,7 +441,7 @@ - 53 + 53 @@ -427,7 +449,7 @@ - 55 + 55 @@ -435,7 +457,7 @@ - 56 + 56 @@ -443,7 +465,7 @@ - 57 + 57 @@ -451,7 +473,7 @@ - 58 + 58 @@ -459,7 +481,7 @@ - 59 + 59 @@ -467,359 +489,244 @@ - 62 + 62 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + Vectorizer - 4 + 4 - - YES + - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 19 + 19 - - YES + - + - 20 + 20 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 33 + 33 - 34 + 34 - - YES + - + - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 25 + 25 - -3 + -3 Application - 37 + 37 - - YES + - + - 38 + 38 - 39 + 39 - 49 + 49 - - YES + - + - 50 + 50 - + - - YES - - YES - -3.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBAttributePlaceholdersKey - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBAttributePlaceholdersKey - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBAttributePlaceholdersKey - 23.IBPluginDependency - 23.IBViewBoundsToFrameTransform - 23.ImportedFromIB2 - 24.IBEditorWindowLastContentRect - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMaxSize - 3.windowTemplate.hasMinSize - 3.windowTemplate.maxSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 37.IBViewBoundsToFrameTransform - 37.ImportedFromIB2 - 38.IBPluginDependency - 39.IBPluginDependency - 39.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 49.IBAttributePlaceholdersKey - 49.IBPluginDependency - 49.IBViewBoundsToFrameTransform - 49.ImportedFromIB2 - 50.IBPluginDependency - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - check this to fill the resulting graphics - - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - check this to remove the image after vectorization - - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Create Lines or Curves ? - + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + check this to fill the resulting graphics - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCyAAAwswAAA - - - {{421, 995}, {159, 43}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 934}, {230, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 934}, {230, 200}} - - - - {300, 200} - {220, 200} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwrwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Tolerance for creating Curves - + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + check this to remove the image after vectorization - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABC0AAAwoIAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCxAAAwjgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Create Lines or Curves ? - - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 934}, {230, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Tolerance for creating Curves + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 62 - - YES + FirstResponder - NSObject orderFrontNXColorPanel: id @@ -837,650 +744,32 @@ - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - Vectorizer NSObject - - YES - - YES - set: - setTolerance: - setTypePopup: - showPanel: - - - YES - id - id - id - id - - - - YES - - YES - set: - setTolerance: - setTypePopup: - showPanel: - - - YES - - set: - id - - - setTolerance: - id - - - setTypePopup: - id - - - showPanel: - id - - - - - YES - - YES - panel - switchMatrix - tolField - tolSlider - typPopup - - - YES - id - id - id - id - id - - - - YES - - YES - panel - switchMatrix - tolField - tolSlider - typPopup - - - YES - - panel - id - - - switchMatrix - id - - - tolField - id - - - tolSlider - id - - - typPopup - id - - - IBProjectSource - Vectorizer.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h + ./Classes/Vectorizer.h - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - - - YES - {128, 128} - {9, 8} - {7, 2} - - + + {1024, 1024} + {11, 11} + {10, 3} + diff -Nru cenon.app-4.0.2/en.lproj/ToolPanel.xib cenon.app-4.0.6+ds1/en.lproj/ToolPanel.xib --- cenon.app-4.0.2/en.lproj/ToolPanel.xib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/en.lproj/ToolPanel.xib 2013-04-08 14:35:48.000000000 +0000 @@ -0,0 +1,789 @@ + + + + 1080 + 12D78 + 2844 + 1187.37 + 626.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 2844 + + + YES + NSButtonCell + NSCustomObject + NSMatrix + NSView + NSWindowTemplate + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + App + + + FirstResponder + + + NSApplication + + + 3 + 2 + {{1, 411}, {70, 236}} + -260571136 + + NSPanel + View + + {70, 212} + + + 256 + + YES + + + 256 + {{0, -2}, {70, 238}} + + + + YES + NO + 7 + 2 + + YES + + -2080374784 + 134217728 + Button + + LucidaGrande + 14 + 16 + + + -1228652544 + 6 + + NSImage + toolArrow + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 7 + -1228652544 + 6 + + NSImage + toolLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 1 + -1228652544 + 6 + + NSImage + toolRotate + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 8 + -1228652544 + 6 + + NSImage + toolPolyLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 2 + -1228652544 + 6 + + NSImage + toolCutter + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 9 + -1228652544 + 6 + + NSImage + toolArc + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 3 + -1228652544 + 6 + + NSImage + toolAddPt + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 10 + -1228652544 + 6 + + NSImage + toolRectangle + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 4 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 11 + -1228652544 + 6 + + NSImage + toolCurve + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 5 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 12 + -1228652544 + 6 + + NSImage + toolText + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 6 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 13 + -1228652544 + 6 + + NSImage + toolMark + + + + 200 + 25 + + + {35, 34} + {0, 0} + 1157627904 + NSActionCell + + -2080374784 + 134217728 + Button + + -1228652544 + 2 + + + 200 + 25 + + + + 3 + MQA + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + + {70, 236} + + + + + {{0, 0}, {1920, 1178}} + {70, 234} + {10000000000000, 10000000000000} + YES + + + + + YES + + + toolPanel + + + + 44 + + + + setCurrent2DTool: + + + + 58 + + + + + YES + + 0 + + YES + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 21 + + + YES + + + + Tools + + + 2 + + + YES + + + + + + 46 + + + YES + + + + + + + + + + + + + + + + + + + + 45 + + + + + 47 + + + + + 48 + + + + + 49 + + + + + 50 + + + + + 51 + + + + + 52 + + + + + 53 + + + + + 54 + + + + + 55 + + + + + 56 + + + + + 57 + + + + + 59 + + + + + 60 + + + + + 62 + + + + + -3 + + + Application + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 2.IBAttributePlaceholdersKey + 2.IBPluginDependency + 21.IBPluginDependency + 21.IBWindowTemplateEditedContentRect + 21.NSWindowTemplate.visibleAtLaunch + 45.IBAttributePlaceholdersKey + 45.IBPluginDependency + 46.IBPluginDependency + 47.IBAttributePlaceholdersKey + 47.IBPluginDependency + 48.IBAttributePlaceholdersKey + 48.IBPluginDependency + 49.IBAttributePlaceholdersKey + 49.IBPluginDependency + 50.IBAttributePlaceholdersKey + 50.IBPluginDependency + 51.IBAttributePlaceholdersKey + 51.IBPluginDependency + 52.IBAttributePlaceholdersKey + 52.IBPluginDependency + 53.IBAttributePlaceholdersKey + 53.IBPluginDependency + 54.IBAttributePlaceholdersKey + 54.IBPluginDependency + 55.IBAttributePlaceholdersKey + 55.IBPluginDependency + 56.IBAttributePlaceholdersKey + 56.IBPluginDependency + 57.IBAttributePlaceholdersKey + 57.IBPluginDependency + 59.IBAttributePlaceholdersKey + 59.IBPluginDependency + 60.IBAttributePlaceholdersKey + 60.IBPluginDependency + 62.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Mode for handling graphic objects + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 737}, {70, 236}} + + + ToolTip + + ToolTip + + SGFuZGxpbmcgTW9kZQpQcmVzc2luZyBDb21tYW5kIGluIGFueSBvdGhlciBtb2RlIGJyaW5ncyB5b3Ug +aW50byBoYW5kbGluZyBtb2RlLCB0ZW1wb3JhcmlseS4 + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Um90YXRlCmdyYWIgZ3JhcGhpYyBvYmplY3QgYXQgYW55IHBvaW50IGFuZCByb3RhdGUgYWJvdXQgaXQn +cyBjZW50ZXI + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Cut - use this tool to cut a selected path + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Web - place an anchor where cutting will not cut the final step + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Sinking - place a sinking + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Thread - place a thread + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + TGluZSAtIGRyYXcgY29uc2VjdXRpdmUgbGluZXMKaGl0dGluZyBhbm90aGVyIHZlcnRleCBvciBhIGRv +dWJsZSBjbGljayB3aWxsIGVuZCB0aGUgbGluZXMuA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + QXJjIC0gZHJhdyBhcmNzIGFuZCBjaXJjbGVz4oCoMS4gY2xpY2sgZGVmaW5lcyBjZW50ZXIKMi4gY2xp +Y2sgZGVmaW5lcyBzdGFydAozLiBjbGljayBkZWZpbmVzIGVuZA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UmVjdGFuZ2xlIC0gZHJhdyBhIHJlY3RhbmdsZQoxLiBjbGljayBkZWZpbmVzIGxvd2VyIGxlZnQgb25l +IGNvcm5lcgoyLiBjbGljayBkZWZpbmVzIG9wcG9zaXRlIGNvcm5lcg + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + QmV6aWVyIEN1cnZlIC0gZHJhdyBiZXppZXIgY3VydmVzCjEuIGNsaWNrIGRlZmluZXMgc3RhcnQKMi4g +Y2xpY2sgZGVmaW5lcyBlbmQKMy4gY2xpY2sgZGVmaW5lcyAxc3QgYW5jaG9yIHBvaW50CjQuIGNsaWNr +IGRlZmluZXMgMm5kIGFuY2hvciBwb2ludA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Text - place a text box for writing text + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Marking - places a mark + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Add Vertex - insert point into a path or polyline + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UG9seUxpbmUgLSBkcmF3IGEgUG9seUxpbmUgb3IgUG9seWdvbgoxLiBjbGljayBzdGFydHMgdGhlIHBv +bHlsaW5lCjIuIGFuZCBtb3JlIGNsaWNrcyBhZGQgbGluZXMgc2VnbWVudHMKMy4gYSBkb3VibGUgY2xp +Y2sgZW5kcyB0aGUgUG9seUxpbmU + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + + + + + YES + + + + + 62 + + + + YES + + App + NSApplication + + IBProjectSource + ./Classes/App.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + YES + + YES + toolAddPt + toolArc + toolArrow + toolCurve + toolCutter + toolLine + toolMark + toolPolyLine + toolRectangle + toolRotate + toolText + + + YES + {28, 28} + {28, 28} + {16, 16} + {28, 28} + {28, 28} + {28, 28} + {32, 24} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._EPSExport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._EPSExport.h differ diff -Nru cenon.app-4.0.2/EPSExport.h cenon.app-4.0.6+ds1/EPSExport.h --- cenon.app-4.0.2/EPSExport.h 2007-05-08 17:37:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/EPSExport.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,40 +1,40 @@ /* EPSExport.h * EPSExport object * - * Copyright (C) 2000-2002 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1996-03-13 * modified: 2002-07-15 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_EPSEXPORT -#define VHF_H_EPSEXPORT +#ifndef CEN_H_EPSEXPORT +#define CEN_H_EPSEXPORT @interface EPSExport:NSObject { @@ -49,4 +49,4 @@ @end -#endif // VHF_H_EPSEXPORT +#endif // CEN_H_EPSEXPORT Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._EPSExport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._EPSExport.m differ diff -Nru cenon.app-4.0.2/EPSExport.m cenon.app-4.0.6+ds1/EPSExport.m --- cenon.app-4.0.2/EPSExport.m 2012-10-16 11:28:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/EPSExport.m 2016-10-20 09:33:24.000000000 +0000 @@ -1,36 +1,36 @@ /* EPSExport.m * - * Copyright (C) 2000-2012 by vhf interservice GmbH + * Copyright (C) 2000-2016 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2000-12-21 * modified: 2012-09-13 (-writeToFile: workaround: keep scaleFactor >= 1.0 not to clip graphics) * 2012-02-07 (-writeToFile: use writeToFile:...encoding:error:) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -283,15 +283,15 @@ } - (NSString*)epsVText:(VText*)g :(EPSState*)epsState -{ NSString *str = @""; - NSRect b = [g bounds]; - NSPoint o; - NSString *curStr; // , *text = [g string]; - BOOL filled = [g filled]; - float lineHeight = [g lineHeight]; +{ NSString *str = @""; + NSRect b = [g bounds]; + NSPoint o; + NSString *curStr; // , *text = [g string]; + BOOL filled = [g filled]; + VFloat lineHeight = [g lineHeight]; NSScanner *scanner = [NSScanner scannerWithString:[g string]]; NSCharacterSet *skipSet = [NSCharacterSet characterSetWithCharactersInString:@"\n\r"]; - int first = 1; + int first = 1; o = b.origin; o.y += b.size.height - lineHeight; // ??? @@ -318,7 +318,7 @@ str = [str stringByAppendingFormat:@"eofill\n"]; } else - { str = [str stringByAppendingFormat:@"(%@) false charpath\n"]; + { str = [str stringByAppendingFormat:@"(%@) false charpath\n", curStr]; str = [str stringByAppendingFormat:@"stroke\n"]; } [scanner scanCharactersFromSet:skipSet intoString:NULL]; @@ -350,7 +350,8 @@ return NO; } /* rename to backup */ - if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) + if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) + || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) { NSRunAlertPanel(SAVE_TITLE, CANT_CREATE_BACKUP, nil, nil, nil); return NO; } @@ -396,7 +397,7 @@ } #if 0 - //else if ( isDirectory && [fileManager createDirectoryAtPath:filename attributes:nil] ) + //else if ( isDirectory && [fileManager createDirectoryAtPath:filename recursive:NO attributes:nil error:NULL] ) //fileDirectory = [filename stringByDeletingLastPathComponent]; /* save */ //if ([fileManager isWritableFileAtPath:filename]) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._FlippedView.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._FlippedView.h differ diff -Nru cenon.app-4.0.2/FlippedView.h cenon.app-4.0.6+ds1/FlippedView.h --- cenon.app-4.0.2/FlippedView.h 2007-05-08 17:36:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/FlippedView.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* FlippedView.h, FlippedImage * - * Copyright (C) 1997-2002 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-03-13 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_FLIPPEDVIEW -#define VHF_H_FLIPPEDVIEW +#ifndef CEN_H_FLIPPEDVIEW +#define CEN_H_FLIPPEDVIEW #include @@ -44,4 +44,4 @@ - (BOOL)isFlipped; @end -#endif // VHF_H_FLIPPEDVIEW +#endif // CEN_H_FLIPPEDVIEW Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._FlippedView.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._FlippedView.m differ diff -Nru cenon.app-4.0.2/FlippedView.m cenon.app-4.0.6+ds1/FlippedView.m --- cenon.app-4.0.2/FlippedView.m 2007-05-08 17:36:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/FlippedView.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* * FlippedView.m, FlippedImage * - * Copyright (C) 1997 - 2002 by vhf interservice GmbH + * Copyright (C) 1997 - 2002 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-03-13 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "FlippedView.h" diff -Nru cenon.app-4.0.2/French.lproj/Contour.xib cenon.app-4.0.6+ds1/French.lproj/Contour.xib --- cenon.app-4.0.2/French.lproj/Contour.xib 2011-04-06 07:00:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/Contour.xib 2016-02-01 16:34:56.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1040 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + App @@ -41,33 +53,29 @@ Contour NSPanel View - {1.79769e+308, 1.79769e+308} - {133.283, 5} + + {133.28299999999999, 5} 256 - - YES + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -78,6 +86,7 @@ 0 NO + NO YES @@ -85,13 +94,14 @@ 292 {{8, 75}, {96, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 0 @@ -102,26 +112,26 @@ 55 - 67239424 + 67108864 67108864 Distance: - + {96, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 55 - 67239424 + 67108864 67108864 @@ -140,9 +150,10 @@ 290 {{6, 44}, {250, 25}} + YES - 67501824 + 67371264 0 @@ -156,20 +167,22 @@ NO NO + NO 289 {{154, 4}, {106, 32}} + YES - 67239424 + 67108864 134217728 Appliquer - -2036186881 + -2036187136 1 @@ -177,19 +190,21 @@ 200 25 + NO 265 {{99, 154}, {155, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Remplacer la Source @@ -198,7 +213,7 @@ 1044 - 1210864127 + 1210863872 2 NSImage @@ -212,13 +227,13 @@ 25 - 67239424 + 67108864 67108864 Algo. rasterisation 1 - 1210864127 + 1210863872 2 @@ -226,26 +241,24 @@ 200 25 - + {155, 18} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 -1 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -297,8 +310,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -328,19 +341,24 @@ 289 {{157, 72}, {100, 26}} + YES - -2076049856 + -2076180416 2048 - + LucidaGrande 12 - 16 + 4883 - 109199615 + 109199360 1 - + + LucidaGrande + 12 + 16 + @@ -370,8 +388,7 @@ OtherViews - - YES + @@ -397,33 +414,36 @@ 2 - + 3 YES YES 1 + NO - + {264, 200} + {{0, 0}, {1920, 1178}} - {133.283, 27} - {1.79769e+308, 1.79769e+308} + {133.28299999999999, 27} + {10000000000000, 10000000000000} + YES - + - - YES + NO + contourPanel - 11 + 11 @@ -431,7 +451,7 @@ - 13 + 13 @@ -439,7 +459,7 @@ - 14 + 14 @@ -447,7 +467,7 @@ - 15 + 15 @@ -455,7 +475,7 @@ - 16 + 16 @@ -463,7 +483,7 @@ - 18 + 18 @@ -471,7 +491,7 @@ - 22 + 22 @@ -479,7 +499,7 @@ - 28 + 28 @@ -487,778 +507,227 @@ - 29 + 29 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + Contour - 4 + 4 - - YES + - + - 6 + 6 - - YES + - + - 8 + 8 - - YES + - + - 9 + 9 - 10 + 10 - - YES + - + - 17 + 17 - - YES + - + - 19 + 19 - - YES + - + - 20 + 20 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 32 + 32 - 33 + 33 - 34 + 34 - - YES + - + - 35 + 35 - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 26 + 26 - 25 + 25 - -3 + -3 Application - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBEditorWindowLastContentRect - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.maxSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - 8.IBPluginDependency - 8.IBViewBoundsToFrameTransform - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{478, 666}, {106, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 631}, {264, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 631}, {264, 200}} - - - {1.79769e+308, 1.79769e+308} - {133.283, 5} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDMgAAwjgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCYAAAwrwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 631}, {264, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 36 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - - changeSaveType: - id - - - checkForUpdate: - id - - - doContourPanel: - id - - - import: - id - - - new: - id - - - okContourPanel: - id - - - openDocument: - id - - - restoreSnapshot: - id - - - revertToSaved: - id - - - runGridPanel: - id - - - save: - id - - - saveAs: - id - - - setCurrent2DTool: - id - - - showContourPanel: - id - - - showInfo: - id - - - showInspectorPanel: - id - - - showIntersectionPanel: - id - - - showPrefsPanel: - id - - - showProjectSettingsPanel: - id - - - showTilePanel: - id - - - showToolPanel: - id - - - showTransformPanel: - id - - - showWebPage: - id - - - showWorkingAreaPanel: - id - - - takeSnapshot: - id - - - terminate: - id - - - updateContourPanel: - id - - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - - contourField - id - - - contourPanel - id - - - contourSlider - id - - - contourSwitchMatrix - id - - - contourUnitPopup - id - - - gridPanel - id - - - helpPanel - id - - - iaPopup - id - - - iaaPopup - id - - - iaaRadio - id - - - importASCIIAccessory - id - - - importAccessory - id - - - infoVersionNo - id - - - inspectorPanel - id - - - intersectionPanel - id - - - kindOfVersion - id - - - opaMatrix - id - - - openPanelAccessory - id - - - ppaRadio - id - - - preferencesPanel - id - - - printPanelAccessory - id - - - projectSettingsPanel - id - - - savePanelAccessory - id - - - serialNumber - id - - - spaFormatPopUp - id - - - tilePanel - id - - - toolPanel - id - - - transformPanel - id - - - workingAreaPanel - id - - - IBProjectSource - App.h - - - - App - NSApplication - - setUnit: - id - - - setUnit: - - setUnit: - id - - - - IBUserSource - + ./Classes/App.h FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1275,550 +744,26 @@ - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - NSSwitch - - - YES - {128, 128} - {9, 8} - {7, 2} - {15, 15} - - + + {1024, 1024} + {11, 11} + {10, 3} + {15, 15} + diff -Nru cenon.app-4.0.2/French.lproj/Document.xib cenon.app-4.0.6+ds1/French.lproj/Document.xib --- cenon.app-4.0.2/French.lproj/Document.xib 2012-12-30 15:42:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/Document.xib 2016-02-01 16:33:15.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1040 - 12C2037 - 2844 - 1187.34 - 625.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButton NSButtonCell @@ -25,17 +24,15 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Document @@ -58,32 +55,27 @@ 256 - - YES + 274 {600, 364} - TileScrollView 270 - - YES + 274 - - YES + 266 - - YES + 274 @@ -92,7 +84,7 @@ - + {{0, 2}, {606, 1}} @@ -130,13 +122,11 @@ 9 - - YES + 274 - - YES + 280 @@ -183,8 +173,7 @@ YES OtherViews - - YES + 5% @@ -246,6 +235,18 @@ + + + 125% + + 1048576 + 2147483647 + + + _popUpItemAction: + 125 + + 150% @@ -390,7 +391,7 @@ 5000 - + 5 3 @@ -481,13 +482,13 @@ NO - + {148, 28} - + {{451, 4}, {148, 28}} @@ -513,13 +514,11 @@ 268 - - YES + 274 - - YES + 260 @@ -554,8 +553,7 @@ YES OtherViews - - YES + @@ -581,7 +579,7 @@ 2 - + 3 YES @@ -593,13 +591,11 @@ 12 - - YES + 274 - - YES + 256 @@ -760,13 +756,13 @@ NO - + {318, 26} - + {{-3, 2}, {318, 26}} @@ -793,13 +789,13 @@ 0 NO - + {402, 28} - + {{5, 4}, {402, 28}} @@ -822,13 +818,13 @@ 0 NO - + {600, 36} - + {{0, 364}, {600, 36}} @@ -855,7 +851,7 @@ 0 NO - + {600, 400} @@ -866,17 +862,17 @@ {10000000000000, 10000000000000} YES - + - - YES + NO + scrollView - 57 + 57 @@ -884,7 +880,7 @@ - 58 + 58 @@ -892,7 +888,7 @@ - 63 + 63 @@ -900,7 +896,7 @@ - 64 + 64 @@ -908,7 +904,7 @@ - 65 + 65 @@ -916,7 +912,7 @@ - 69 + 69 @@ -924,7 +920,7 @@ - 70 + 70 @@ -932,7 +928,7 @@ - 82 + 82 @@ -940,7 +936,7 @@ - 104 + 104 @@ -948,7 +944,7 @@ - 105 + 105 @@ -956,7 +952,7 @@ - 45 + 45 @@ -964,7 +960,7 @@ - 62 + 62 @@ -972,7 +968,7 @@ - 84 + 84 @@ -980,7 +976,7 @@ - 98 + 98 @@ -988,127 +984,114 @@ - 100 + 100 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + DocWindow - 5 + 5 - - YES + - + - 33 + 33 - 102 + 102 - - YES + - + - -3 + -3 Application - 19 + 19 - - YES - + - 16 + 16 - - YES + - + - 17 + 17 - - YES + - + - 36 + 36 - - YES + - + - 108 + 108 - - YES + - + - 24 + 24 - - YES + @@ -1127,190 +1110,184 @@ - + + - 101 + 101 - 78 + 78 - 77 + 77 - 76 + 76 - 74 + 74 - 42 + 42 - 41 + 41 - 37 + 37 - 34 + 34 - 31 + 31 - 29 + 29 - 28 + 28 - 25 + 25 - 22 + 22 - 21 + 21 - 20 + 20 - 14 + 14 - 4 + 4 - 12 + 12 - - YES + - + - 107 + 107 - 97 + 97 - - YES + - + - 109 + 109 - 99 + 99 - - YES + - + - 110 + 110 - 11 + 11 - - YES + - + - 113 + 113 - - YES + - + - 15 + 15 - - YES + - + - 35 + 35 - 32 + 32 - 23 + 23 - 122 + 122 - - YES + @@ -1319,271 +1296,191 @@ - + - 27 + 27 - - YES + - + - 116 + 116 - 43 + 43 - - YES + - + - 119 + 119 - 40 + 40 - - YES + - + - 118 + 118 - 18 + 18 - - YES + - + - 115 + 115 - 39 + 39 - - YES + - + - 117 + 117 - 6 + 6 - - YES + - + - 111 + 111 - 13 + 13 - - YES + - + - 114 + 114 - 9 + 9 - - YES + - + - 112 + 112 - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 11.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 122.IBPluginDependency - 13.IBPluginDependency - 14.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 18.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 22.IBPluginDependency - 23.IBPluginDependency - 24.IBPluginDependency - 25.IBPluginDependency - 27.IBPluginDependency - 28.IBPluginDependency - 29.IBPluginDependency - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 41.IBPluginDependency - 42.IBPluginDependency - 43.IBPluginDependency - 5.IBPluginDependency - 6.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 9.IBPluginDependency - 97.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{87, 447}, {600, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + 123 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{87, 447}, {600, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - + - 122 - - YES + ChangeManager NSResponder @@ -1611,39 +1508,41 @@ TileScrollView NSScrollView + + resPopupListButton + NSPopUpButton + + + resPopupListButton + + resPopupListButton + NSPopUpButton + + IBProjectSource ./Classes/TileScrollView.h - + 0 IBCocoaFramework - + YES + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - lupe - - - YES - {11, 11} - {10, 3} - {14, 14} - - + + {11, 11} + {10, 3} + {14, 14} + diff -Nru cenon.app-4.0.2/French.lproj/Info.xib cenon.app-4.0.6+ds1/French.lproj/Info.xib --- cenon.app-4.0.2/French.lproj/Info.xib 2013-04-08 14:25:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/Info.xib 2017-11-21 14:35:36.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSCustomObject NSImageCell NSImageView @@ -19,62 +18,55 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{208, 640}, {479, 330}} 1886912512 Cenon info NSPanel - View + {140.04900000000001, 5} - + 256 - - YES - - + + + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {479, 330} - + YES - - 134217728 + + 0 33554432 NSImage @@ -88,84 +80,84 @@ NO YES - - + + 256 {{330, 136}, {136, 30}} - + YES - + 67108864 67108864 UGFyIEdlb3JnIEZsZWlzY2htYW5uCklsb25rYSBGbGVpc2NobWFubg - + Helvetica 12 16 - - + + 3 MAA - + 3 MQA NO - - + + 256 {{298, 116}, {168, 17}} - + YES - + 67108864 67108864 Français: Miguel Saro - - - - + + + + NO - - + + 256 {{218, 8}, {248, 100}} - + YES - + -2080374784 67108864 - dmhmIGludGVyc2VydmljZSBHbWJICkltIE1hcnhsZSAzCkQtNzIxMTkgQWx0aW5nZW4KIGVNYWlsOiBz -ZXJ2aWNlQHZoZi5kZQpJbnRlcm5ldDogd3d3LmNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g -MjAxMyB2aGYgaW50ZXJzZXJ2aWNlIEdtYkggA - + Q2Vub24gR21iSApTY2h3YWJzdHIuIDQ1CjcyMTA4IFJvdHRlbmJ1cmcsIEdlcm1hbnkKIGVNYWlsOiBp +bmZvQENlbm9uLmNvbQpJbnRlcm5ldDogd3d3LkNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g +MjAxNyBDZW5vbiBHbWJIIA + Helvetica 11 16 - - - + + + NO - - + + 256 {{260, 202}, {206, 18}} - + YES - + 67108864 67108864 Graphics Software with Style @@ -174,26 +166,26 @@ 14 16 - - + + 1 MCAwIDAAA - + 1 MSAxIDEAA NO - - + + 256 {{386, 179}, {80, 20}} - + YES - + 67108864 67108864 No. 930205 @@ -202,334 +194,321 @@ 14 16 - - - + + + NO - - + + 256 {{8, 8}, {44, 14}} - + YES - + 67108864 0 Version: - - - - + + + + NO - - + + 256 {{55, 5}, {155, 17}} - + YES - + 67108864 0 - 4.0.0 - - - - + 4.0.6 + + + + NO - + {479, 330} - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {140.04900000000001, 27} {10000000000000, 10000000000000} YES - + - - YES + NO + infoPanel - - + + - 15 + 15 - kindOfVersion - - + infoVersionNo + + - 17 + 30 - serialNumber - - + kindOfVersion + + - 19 + 17 - infoVersionNo - - + serialNumber + + - 30 + 19 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - InfoPanel + Application - 14 - - - YES - - - - - - - - - - + 2 + + + + + + InfoPanel - 4 - - - YES - - - + 14 + + + + + + + + + + + + - 6 - - - YES - - - + 20 + + + + + - 8 - - - YES - - - + 37 + + - 10 - - - YES - - - + 6 + + + + + - 11 - - - YES - - - + 33 + + - 20 - - - YES - - - + 39 + + + + + - 28 - - - YES - - - + 40 + + - 32 - - + 11 + + + + + - 33 - - + 36 + + - 34 - - + 8 + + + + + - 35 - - + 34 + + - 36 - - + 10 + + + + + - 37 - - + 35 + + - 38 - - + 4 + + + + + - -3 - - - Application + 32 + + - 39 - - - YES - - - + 28 + + + + + - 40 - - + 38 + + - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 11.IBPluginDependency - 14.IBPluginDependency - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 20.IBPluginDependency - 28.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 38.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 6.IBPluginDependency - 8.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{354, 786}, {479, 330}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - + - 40 - - YES + App NSApplication @@ -538,13 +517,18 @@ ./Classes/App.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 diff -Nru cenon.app-4.0.2/French.lproj/LayerDetails.xib cenon.app-4.0.6+ds1/French.lproj/LayerDetails.xib --- cenon.app-4.0.2/French.lproj/LayerDetails.xib 2010-08-23 04:41:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/LayerDetails.xib 2014-10-14 11:36:03.000000000 +0000 @@ -1,30 +1,39 @@ - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1060 + 12F45 + 3084 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 3084 - + YES + NSBox + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -45,10 +54,10 @@ Details couches NSPanel View - {1.79769e+308, 1.79769e+308} + {232, 182} - + 256 YES @@ -57,9 +66,10 @@ 289 {{142, 4}, {82, 32}} + YES - 67239424 + 67108864 134217728 Appliquer @@ -68,7 +78,7 @@ 16 - -2036186881 + -2036187136 1 @@ -76,6 +86,7 @@ 200 25 + NO @@ -94,9 +105,10 @@ {{6, 140}, {48, 48}} + YES - 130560 + 134217728 33554432 NSImage @@ -107,6 +119,7 @@ 0 NO + NO YES @@ -114,9 +127,10 @@ 266 {{8, 76}, {216, 21}} + YES - -1805517312 + -1805647872 0 Nom @@ -141,19 +155,21 @@ + NO 266 {{5, 104}, {222, 26}} + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -254,20 +270,22 @@ YES 1 + NO 266 {{6, 44}, {220, 18}} + YES - 67239424 + 67108864 0 Production en tâche de fond - 1211912703 + 1211912448 2 NSImage @@ -281,15 +299,17 @@ 200 25 + NO 256 {{0, 135}, {232, 5}} + {0, 0} - 67239424 + 67108864 0 Box @@ -310,10 +330,18 @@ {232, 192} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {232, 204} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES + + + + 256 + {125, 1} @@ -353,27 +381,29 @@ - delegate - - - - 38 - - - batchSwitch 40 + + + delegate + + + + 38 + YES 0 - + + YES + @@ -463,20 +493,10 @@ YES - - - 256 - {{2, 2}, {125, 1}} - - 60 - - - - 62 @@ -555,49 +575,36 @@ + + 60 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency 17.IBPluginDependency - 17.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBEditorWindowLastContentRect 20.IBPluginDependency - 20.ImportedFromIB2 23.IBPluginDependency - 23.ImportedFromIB2 25.IBPluginDependency - 25.ImportedFromIB2 26.IBPluginDependency - 26.ImportedFromIB2 - 3.IBEditorWindowLastContentRect 3.IBPluginDependency 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.maxSize - 3.windowTemplate.minSize 35.IBPluginDependency - 35.ImportedFromIB2 36.IBPluginDependency - 36.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 4.IBPluginDependency - 4.ImportedFromIB2 59.IBPluginDependency - 59.ImportedFromIB2 6.IBPluginDependency - 6.ImportedFromIB2 60.IBPluginDependency - 60.ImportedFromIB2 62.IBPluginDependency 63.IBPluginDependency 64.IBPluginDependency @@ -605,45 +612,27 @@ 66.IBPluginDependency 67.IBPluginDependency - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{323, 681}, {223, 113}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{113, 616}, {232, 192}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{113, 616}, {232, 192}} - - - {1.79769e+308, 1.79769e+308} - {232, 182} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -655,17 +644,13 @@ YES - - YES - + YES - - YES - + 67 @@ -674,80 +659,30 @@ YES - FirstResponder - NSObject - - IBUserSource - - - - - LayerDetailsController - NSObject - - YES - - YES - set: - showPanel: - - - YES - id - id - - - - YES - - YES - batchSwitch - nameField - panel - typePopup - - - YES - id - id - id - id - - - - IBProjectSource - LayerDetailsController.h - - - LayerDetailsController NSObject - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/LayerDetailsController.h 0 IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 YES @@ -758,11 +693,11 @@ NSMenuMixedState NSSwitch - + YES - {128, 128} - {9, 8} - {7, 2} + {1024, 1024} + {11, 11} + {10, 3} {15, 15} diff -Nru cenon.app-4.0.2/French.lproj/Main.xib cenon.app-4.0.6+ds1/French.lproj/Main.xib --- cenon.app-4.0.2/French.lproj/Main.xib 2013-03-21 12:53:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/Main.xib 2017-11-21 14:30:49.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButtonCell NSCustomObject @@ -24,1294 +23,1270 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + Main - - YES - - + + + Cenon 1048576 2147483647 - + NSImage NSMenuCheckmark - + NSImage NSMenuMixedState submenuAction: - + Cenon - - YES - - + + + A propos de Cenon ... 1048576 2147483647 - - + + - - + + Préférences ... 1048576 2147483647 - - + + - - + + Réglages Projet ... s 1572864 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Services 1048576 2147483647 - - + + submenuAction: - - - Services - - - YES - + + Services + _NSServicesMenu - - + + YES YES 1048576 2147483647 - - + + - - + + Masquer Cenon h 1048576 2147483647 - - + + - - + + Masquer les autres 1048576 2147483647 - - + + - - + + Tout afficher 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Quitter Cenon q 1048576 2147483647 - - + + - + _NSAppleMenu - - + + Fichier 1048576 2147483647 - - + + submenuAction: - + Fichier - - YES - - + + + Nouveau ... n 1048576 2147483647 - - + + - - + + Ouvrir ... o 1048576 2147483647 - - + + - - + + Importer ... 2147483647 - - + + - - + + Revenir à la sauvegarde ... u 1048576 2147483647 - - + + - - + + Sauver s 1048576 2147483647 - - + + - - + + Sauver sous ... S 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Imprimer ... p 1048576 2147483647 - - + + - + - - + + Edition 1048576 2147483647 - - + + submenuAction: - + Edition - - YES - - + + + Couper x 1048576 2147483647 - - + + - - + + Copier c 1048576 2147483647 - - + + - - + + Coller v 1048576 2147483647 - - + + - - + + Supprimer 1048576 2147483647 - - + + - - + + Annuler z 1048576 2147483647 - - + + - - + + Refaire Z 1048576 2147483647 - - + + - - + + Construire le contour... 1048576 2147483647 - - + + - - + + Joindre j 1048576 2147483647 - - + + - - + + Partitioner J 1048576 2147483647 - - + + - - + + Punch U 1048576 2147483647 - - + + - - + + Grouper g 1048576 2147483647 - - + + - - + + Dégrouper G 1048576 2147483647 - - + + - - + + Mirroir m 1048576 2147483647 - - + + - - + + Rotation 90Ëš r 1048576 2147483647 - - + + - - + + Inverser Direction d 1048576 2147483647 - - + + - - + + Set Start y 1048576 2147483647 - - + + - - + + Select Equal e 1048576 2147483647 - - + + - - + + Selection Couleur 1048576 2147483647 - - + + - - + + Tout sélectionner a 1048576 2147483647 - - + + - + - - + + Format 1048576 2147483647 - - + + submenuAction: - + Format - - YES - - + + + Fonte 1048576 2147483647 - - + + submenuAction: - + Fonte - - YES - - + + + Panneau Fonte ... t 1048576 2147483647 - - + + - - + + Gras b 1048576 2147483647 - - + + 2 - - + + Italique i 1048576 2147483647 - - + + 1 - - + + Sousligné 1048576 2147483647 - - + + - - + + Kern 1048576 2147483647 - - + + submenuAction: - + Kern - - YES - - + + + Défaut 1048576 2147483647 - - + + - - + + Inutiliser 1048576 2147483647 - - + + - - + + Tighten - - 1048576 + [ + 1572864 2147483647 - - + + - - + + Loosen - - 1048576 + ] + 1572864 2147483647 - - + + - + - - + + Ligature 1048576 2147483647 - - + + submenuAction: - + Ligature - - YES - - + + + Défaut 1048576 2147483647 - - + + - - + + Inutiliser 1048576 2147483647 - - + + - - + + Tout utiliser 1048576 2147483647 - - + + - + - - + + Ligne de base 1048576 2147483647 - - + + submenuAction: - + Ligne de base - - YES - - + + + Défaut 1048576 2147483647 - - + + - - + + Exposant 1048576 2147483647 - - + + - - + + Indice 1048576 2147483647 - - + + - - + + Plus haut 1048576 2147483647 - - + + - - + + Plus bas 1048576 2147483647 - - + + - + - - + + Copier Fonte 3 1048576 2147483647 - - + + - - + + Coller Fonte 4 1048576 2147483647 - - + + - + _NSFontMenu - - + + Texte 1048576 2147483647 - - + + submenuAction: - + Texte - - YES - - + + + Aligner à gauche < 1048576 2147483647 - - + + - - + + Centrer - 1048576 2147483647 - - + + - - + + Aligner à droite > 1048576 2147483647 - - + + - - + + Afficher la règle R 1048576 2147483647 - - + + - - + + Copier la règle 1 1048576 2147483647 - - + + - - + + Coller la règle 2 1048576 2147483647 - - + + - - + + Ajouter le lien k 1048576 2147483647 - - + + - - + + Convertir en chemin 1048576 2147483647 - - + + - - + + Lier au chemin 1048576 2147483647 - - + + - + - - + + Grille 1048576 2147483647 - - + + submenuAction: - + Grille - - YES - - + + + Afficher grille * 1048576 2147483647 - - + + 1 - - + + Aligner sur la grille * 1179648 2147483647 - - + + - - + + Mettre .. * 1572864 2147483647 - - + + - + - - + + Au premier plan 8 1048576 2147483647 - - + + - - + + Approcher ( 1048576 2147483647 - - + + - - + + Reculer 9 1048576 2147483647 - - + + - - + + Eloigner ) 1048576 2147483647 - - + + - - + + Zone de travail ... A 1048576 2147483647 - - + + - - + + Aspect Page ... P 1048576 2147483647 - - + + - + - - + + Outils 1048576 2147483647 - - + + submenuAction: - + Outils - - YES - - + + + Outils ... 2147483647 - - + + - - + + Couleurs ... C 1048576 2147483647 - - + + - - + + Inspecteur ... 1 1048576 2147483647 - - + + - - + + Tâche de fond ... B 1048576 2147483647 - - + + - - + + Panneau Transformation ... F 1048576 2147483647 - - + + - - + + Panneau Intersection ... i 1572864 2147483647 - - + + - - + + Vectorize Images ... V 1048576 2147483647 - - + + - + - - + + Affichage 1048576 2147483647 - - + + submenuAction: - + Affichage - - YES - - + + + Afficher Coordonnés c 1572864 2147483647 - - + + 1 - - + + Afficher Directions D 1048576 2147483647 - - + + 1 - + - - + + Fenêtre 1048576 2147483647 - - + + submenuAction: - + Fenêtre - - YES - - + + + Arranger au premier plan 1048576 2147483647 - - + + - - + + Miniaturiser m 1048576 2147483647 - - + + - - + + Fermer w 1048576 2147483647 - - + + - - + + YES YES 2147483647 - - + + - - + + Prendre l'image 2147483647 - - + + - - + + Restorer L'image. 2147483647 - - + + - + _NSWindowsMenu - - + + Aide 1048576 2147483647 - - + + submenuAction: - + Aide - - YES - - + + + Page Web de Cenon 2147483647 - - + + - - + + YES Notes de version 2147483647 - - + + 2 - - + + FAQ en ligne 2147483647 - - + + 1 - - + + Renvoyer votre avis 2147483647 - - + + 3 - - + + Vérifier les mises à jour 2147483647 - - + + 4 - - + + YES YES 2147483647 - - + + - - + + Manuel de Cenon ? 1048576 2147483647 - - + + - + - + _NSMainMenu - + NSFontManager - + 3 2 {{182, 585}, {450, 400}} 1618477056 Accessoires NSPanel - View + - + 256 - - YES - - + + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 5}, {338, 26}} - + YES - - 67108928 + + -2080374720 1024 - + Helvetica 12 16 - + -2038284288 1 - + LucidaGrande 12 16 + 400 75 - - + + Cenon (.cenon) 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + PostScript (.eps) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Gerber (.gerber) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - - + + DXF (.dxf) 1048576 2147483647 - - + + _popUpItemAction: 3 - + - - + + HPGL (.hpgl) 1048576 2147483647 - - + + _popUpItemAction: 4 - + - - + + TIFF (.tiff) 1048576 2147483647 - - + + _popUpItemAction: 5 - + - - + + Type1 Font (.font) 1048576 2147483647 - - + + _popUpItemAction: 6 - + - + 3 YES @@ -1320,20 +1295,20 @@ NO - + {{2, 2}, {349, 36}} - + - + {{8, 146}, {353, 54}} - + {0, 0} 67108864 - 0 + 134217728 Format - - + + 6 System textBackgroundColor @@ -1344,63 +1319,58 @@ 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 260 {{6, 33}, {190, 41}} - + YES NO 1 5 - - YES - + + -2080374784 134217728 Button - + LucidaGrande 14 16 - -1228652544 2 - + NSImage sortRowULLR - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 1 -1228652544 2 @@ -1410,15 +1380,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 2 -1228652544 2 @@ -1428,15 +1397,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + 3 -1228652544 2 @@ -1446,15 +1414,14 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + -1228652544 2 @@ -1463,29 +1430,30 @@ - 200 - 25 + 400 + 75 - + {38, 38} {0, 0} 1140850688 NSActionCell - + 67108864 134217728 Button - + -2033958912 6 - + - 200 - 25 + 400 + 75 - - + -1 + -1 + 6 System controlColor @@ -1494,68 +1462,68 @@ MC42NjY2NjY2NjY3AA - + - - + + 258 {{5, 5}, {277, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Sans conversion de caractère 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + MS-DOS 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + MS-Windows 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1564,13 +1532,13 @@ NO - - + + 260 {{8, 80}, {84, 19}} - + YES - + 67108864 0 Règle du tri: @@ -1579,10 +1547,9 @@ 14 16 - - YES - - + + + 6 System controlTextColor @@ -1594,105 +1561,103 @@ NO - + {{2, 2}, {287, 104}} - + - + {{8, 9}, {291, 108}} - + {0, 0} 67108864 - 0 + 134217728 Helvetica-Bold 12 16 - + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 6}, {338, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Couche sélectionnée 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + Nouvelle(s) couche(s) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Couche(s) existante(s) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -1701,2577 +1666,2527 @@ NO - + {{2, 2}, {349, 39}} - + - + {{8, 223}, {353, 57}} - + {0, 0} 67108864 - 0 + 134217728 Importer sur - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 259 {{49, 7}, {327, 32}} - + YES NO 1 3 - - YES - + + 67108864 134217728 Examples - - + + LucidaGrande + 12 + 4883 + -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Home Library - - + 1 -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Documents - - + 2 -2038284288 35 + - 200 - 25 + 400 + 75 - + {109, 32} {0, 0} -2063597568 - - + NSActionCell + 67108864 134217728 - + LucidaGrande 13 1044 -2038284288 1 - + + LucidaGrande + 13 + 16 + - 200 - 25 + 400 + 75 -1 -1 - - + + - - + + 268 {{6, 15}, {39, 16}} - + YES - + 68157504 272630784 Goto: - - - - + + + + NO - + {{2, 2}, {421, 44}} - + - + {{8, 322}, {425, 48}} - + {0, 0} 67108864 - 0 + 134217728 - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO YES - + {450, 400} {{0, 0}, {1920, 1178}} {10000000000000, 10000000000000} YES - + - - YES + NO + - - showInspectorPanel: - - + + iaPopup + + - 151 + 434 - - openDocument: - - + + iaaPopup + + - 161 + 384 - - new: - - + + iaaRadio + + - 162 + 375 - - showWorkingAreaPanel: - - + + importASCIIAccessory + + - 193 + 374 - - showToolPanel: - - + + importAccessory + + - 198 + 433 - - showTilePanel: - - + + opaMatrix + + - 199 + 568 + + + + openPanelAccessory + + + + 566 savePanelAccessory - - + + - 206 + 206 spaFormatPopUp - - + + - 207 + 207 - runGridPanel: - - + showInfo: + + - 222 + 478 - - importASCIIAccessory - - + + showPrefsPanel: + + - 374 + 481 - - iaaRadio - - + + showProjectSettingsPanel: + + - 375 + 502 - - iaaPopup - - + + terminate: + + - 384 + 484 - showTransformPanel: - - + new: + + - 413 + 162 - showIntersectionPanel: - - + openDocument: + + - 414 + 161 - changeSaveType: - - + runGridPanel: + + - 419 + 222 - - importAccessory - - + + showWorkingAreaPanel: + + - 433 + 193 - - iaPopup - - + + showToolPanel: + + - 434 + 198 - showInfo: - - + showInspectorPanel: + + - 478 + 151 - showPrefsPanel: - - + showTilePanel: + + - 481 + 199 - terminate: - - + showTransformPanel: + + - 484 + 413 - showProjectSettingsPanel: - - + showIntersectionPanel: + + - 502 + 414 showVectorizer: - - + + - 555 + 555 - - openPanelAccessory - - + + changeSaveType: + + - 566 + 419 changeOpenLocation: - - + + - 567 + 567 - - opaMatrix - - + + hide: + + - 568 + 482 - cut: - - + hideOtherApplications: + + - 135 + 483 - copy: - - + import: + + - 136 + 421 - paste: - - + revertToSaved: + + - 137 + 195 - performMiniaturize: - - + save: + + - 139 + 145 - performClose: - - + saveAs: + + - 140 + 149 - arrangeInFront: - - + printDocument: + + - 141 + 438 - save: - - + cut: + + - 145 + 135 - selectAll: - - + copy: + + - 148 + 136 - saveAs: - - + paste: + + - 149 + 137 - join: - - + delete: + + - 163 + 165 - split: - - + undoChange: + + - 164 + 393 - delete: - - + redoChange: + + - 165 + 394 - group: - - + buildContour: + + - 166 + 169 - ungroup: - - + join: + + - 167 + 163 - buildContour: - - + split: + + - 169 + 164 - orderFrontColorPanel: - - + punch: + + - 170 + 210 - alignLeft: - - + group: + + - 171 + 166 - alignCenter: - - + ungroup: + + - 172 + 167 - alignRight: - - + mirror: + + - 173 + 188 - copyRuler: - - + rotateG: + + - 174 + 192 - pasteRuler: - - + reverse: + + - 175 + 496 - toggleRuler: - - + pathSetStartPoint: + + - 176 + 557 - bringToFront: - - + selectEqual: + + - 177 + 187 - copyFont: - - + selectColor: + + - 182 + 200 - pasteFont: - - + selectAll: + + - 183 + 148 underline: - - + + - 184 + 184 - selectEqual: - - + useStandardKerning: + + - 187 + 301 - mirror: - - + turnOffKerning: + + - 188 + 300 - sendToBack: - - + tightenKerning: + + - 189 + 299 - rotateG: - - + loosenKerning: + + - 192 + 298 - revertToSaved: - - + useStandardLigatures: + + - 195 + 317 - displayDirections: - - + turnOffLigatures: + + - 196 + 318 - flatten: - - + useAllLigatures: + + - 197 + 319 - selectColor: - - + unscript: + + - 200 + 332 - punch: - - + superscript: + + - 210 + 331 - toggleGrid: - - + subscript: + + - 223 + 330 - loosenKerning: - - + raiseBaseline: + + - 298 + 329 - tightenKerning: - - + lowerBaseline: + + - 299 + 328 - turnOffKerning: - - + copyFont: + + - 300 + 182 - useStandardKerning: - - + pasteFont: + + - 301 + 183 - useStandardLigatures: - - + alignLeft: + + - 317 + 171 - turnOffLigatures: - - + alignCenter: + + - 318 + 172 - useAllLigatures: - - + alignRight: + + - 319 + 173 - lowerBaseline: - - + toggleRuler: + + - 328 + 176 - raiseBaseline: - - + copyRuler: + + - 329 + 174 - subscript: - - + pasteRuler: + + - 330 + 175 - superscript: - - + addLink: + + - 331 + 551 - unscript: - - + flatten: + + - 332 + 197 - changeLayout: - - + bindTextToPath: + + - 333 + 397 - undoChange: - - + toggleGrid: + + - 393 + 223 - redoChange: - - + bringToFront: + + - 394 + 177 - bindTextToPath: - - + bringForward: + + - 397 + 490 - import: - - + sendToBack: + + - 421 + 189 - printDocument: - - + sendBackward: + + - 438 + 491 - showHelp: - - + changeLayout: + + - 448 + 333 - hide: - - + orderFrontColorPanel: + + - 482 + 170 - hideOtherApplications: - - + toggleCoordDisplay: + + - 483 + 500 - bringForward: - - + displayDirections: + + - 490 + 196 - sendBackward: - - + arrangeInFront: + + - 491 + 141 - reverse: - - + performMiniaturize: + + - 496 + 139 - toggleCoordDisplay: - - + performClose: + + - 500 + 140 - restoreSnapshot: - - + takeSnapshot: + + - 524 + 525 - takeSnapshot: - - + restoreSnapshot: + + - 525 + 524 showWebPage: - - + + - 543 + 543 showWebPage: - - + + - 545 + 545 showWebPage: - - + + - 546 + 546 checkForUpdate: - - - - 548 - - - - addLink: - - + + - 551 + 548 - pathSetStartPoint: - - + showHelp: + + - 557 + 448 orderFrontFontPanel: - - + + - 178 + 178 addFontTrait: - - + + - 185 + 185 addFontTrait: - - + + - 186 + 186 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 20 - - - YES - - - - - - - - - + -3 + - MainMenu + Application - 10 - - - YES - - - + 20 + + + + + + + + + + + + + MainMenu - 126 - - - YES - - - - - - - - - + 472 + + + + + - 17 - - + 466 + + + + + + + + + + + + + + + - 41 - - + 477 + + - 73 - - + 476 + + - 94 - - + 501 + + - 407 - - + 467 + + - 409 - - + 473 + + + + + - 40 - - - YES - - - + 474 + + - 30 - - - YES - - - - + 471 + + - 66 - - + 469 + + - 498 - - + 475 + + - 49 - - - YES - - - + 465 + + - 26 - - - YES - - - - - - - - - - - + 468 + + - 13 - - + 464 + + - 51 - - - YES - - - + 86 + + + + + - 35 - - - YES - - - - - - - - - - - + 74 + + + + + + + + + + + + - 79 - - + 33 + + - 88 - - + 19 + + - 98 - - + 420 + + - 107 - - + 4 + + - 115 - - + 113 + + - 124 - - + 96 + + - 291 - - - YES - - - + 437 + + - 294 - - - YES - - - - - - + 435 + + - 292 - - + 52 + + + + + - 293 - - + 38 + + + + + + + + + + + + + + + + + + + + + + + - 295 - - + 65 + + - 297 - - + 50 + + - 311 - - - YES - - - + 15 + + - 316 - - - YES - - - - - + 53 + + - 312 - - + 389 + + - 313 - - + 391 + + - 315 - - + 16 + + - 325 - - - YES - - - + 131 + + - 326 - - - YES - - - - - - - + 64 + + - 320 - - + 129 + + - 321 - - + 48 + + - 323 - - + 121 + + - 324 - - + 25 + + - 327 - - + 8 + + - 59 - - + 494 + + - 72 - - - YES - - - + 556 + + - 58 - - - YES - - - - - - - - - - - + 85 + + - 3 - - + 105 + + - 42 - - + 56 + + - 46 - - + 49 + + + + + - 61 - - + 26 + + + + + + + + + + + + + - 78 - - + 51 + + + + + - 87 - - + 35 + + + + + + + + + + + + + - 106 - - + 124 + + - 395 - - + 107 + + - 103 - - + 88 + + - 123 - - + 79 + + - 213 - - - YES - - - + 291 + + + + + - 216 - - - YES - - - - - + 294 + + + + + + + + - 214 - - + 297 + + - 218 - - + 295 + + - 219 - - + 293 + + - 486 - - + 292 + + - 488 - - + 311 + + + + + - 52 - - - YES - - - + 316 + + + + + + + - 38 - - - YES - - - - - - - - - - - - - - - - - - - - - + 315 + + - 8 - - + 312 + + - 15 - - + 313 + + - 16 - - + 325 + + + + + - 25 - - + 326 + + + + + + + + + - 48 - - + 323 + + - 50 - - + 321 + + - 53 - - + 320 + + - 56 - - + 327 + + - 64 - - + 324 + + - 65 - - + 115 + + - 85 - - + 98 + + - 105 - - + 72 + + + + + - 121 - - + 58 + + + + + + + + + + + + + - 129 - - + 3 + + - 131 - - + 46 + + - 389 - - + 106 + + - 391 - - + 87 + + - 494 - - + 78 + + - 86 - - - YES - - - + 61 + + - 74 - - - YES - - - - - - - - - - + 549 + + - 4 - - + 42 + + - 19 - - + 395 + + - 33 - - + 213 + + + + + - 96 - - + 216 + + + + + + + - 113 - - + 214 + + - 420 - - + 219 + + - 435 - - + 218 + + - 437 - - + 13 + + - 133 - - - YES - - - + 486 + + - 117 - - - YES - - - - - - - - + 123 + + - 6 - - + 488 + + - 116 - - + 103 + + - 128 - - + 59 + + - 445 - - - YES - - - + 10 + + + + + - 447 - - - YES - - - - - - - - - + 126 + + + + + + + + + + + - 446 - - + 41 + + - 472 - - - YES - - - + 94 + + - 466 - - - YES - - - - - - - - - - - - - + 73 + + - 464 - - + 17 + + - 465 - - + 409 + + - 467 - - + 407 + + - 468 - - + 554 + + - 469 - - + 40 + + + + + - 471 - - + 30 + + + + + + - 473 - - - YES - - - + 498 + + - 474 - - + 66 + + - 475 - - + 133 + + + + + - 476 - - + 117 + + + + + + + + + + - 477 - - + 6 + + - 501 - - + 116 + + - 81 - - - Font Manager + 128 + + - 95 - - - YES - - - - Accessories + 516 + + - 47 - - - YES - - - - - - + 517 + + - 67 - - - YES - - - + 518 + + - 338 - - - YES - - - - - + 445 + + + + + - 429 - - - YES - - - + 447 + + + + + + + + + + + - -3 - - - Application + 535 + + - 76 - - - YES - - - + 533 + + - 506 - - - YES - - - + 534 + + - 108 - - - YES - - - - - - - - - + 537 + + - 9 - - + 538 + + - 21 - - + 532 + + - 101 - - + 446 + + - 114 - - + 81 + + + Font Manager - 418 - - + 95 + + + + + + Accessories - 485 - - + 47 + + + + + + + + - 369 - - - YES - - - - - - - - + 67 + + + + + - 510 - - + 76 + + + + + - 376 - - + 506 + + + + + - 372 - - + 108 + + + + + + + + + + + - 371 - - + 9 + + - 370 - - + 485 + + - 365 - - + 114 + + - 377 - - - YES - - - + 101 + + - 508 - - - YES - - - + 21 + + - 380 - - - YES - - - - - + 553 + + - 379 - - + 418 + + - 382 - - + 338 + + + + + + + - 385 - - + 369 + + + + + + + + + + - 356 - - - YES - - - + 510 + + - 507 - - + 365 + + - 432 - - - YES - - - + 370 + + - 509 - - - YES - - - + 371 + + - 424 - - - YES - - - - - + 372 + + - 428 - - + 376 + + - 430 - - + 377 + + + + + - 497 - - + 508 + + + + + - 516 - - + 380 + + + + + + + - 517 - - + 382 + + - 518 - - + 385 + + - 532 - - + 379 + + - 533 - - + 356 + + + + + - 534 - - + 507 + + - 535 - - + 429 + + + + + - 537 - - + 432 + + + + + - 538 - - + 509 + + + + + - 549 - - + 424 + + + + + + + - 553 - - + 430 + + - 554 - - + 428 + + - 556 - - + 497 + + - 558 - - - YES - - - - + 558 + + + + + + - 559 - - - YES - - - + 560 + + + + + + + + - 560 - - - YES - - - - - - + 564 + + - 561 - - + 563 + + - 562 - - + 561 + + - 563 - - + 562 + + - 564 - - + 559 + + + + + - 565 - - + 565 + + - + - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 101.IBPluginDependency - 103.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 121.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 126.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 131.IBPluginDependency - 133.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 213.IBPluginDependency - 214.IBPluginDependency - 216.IBPluginDependency - 218.IBPluginDependency - 219.IBPluginDependency - 25.IBPluginDependency - 26.IBPluginDependency - 291.IBPluginDependency - 292.IBPluginDependency - 293.IBPluginDependency - 294.IBPluginDependency - 295.IBPluginDependency - 297.IBPluginDependency - 3.IBPluginDependency - 30.IBPluginDependency - 311.IBPluginDependency - 312.IBPluginDependency - 313.IBPluginDependency - 315.IBPluginDependency - 316.IBPluginDependency - 320.IBPluginDependency - 321.IBPluginDependency - 323.IBPluginDependency - 324.IBPluginDependency - 325.IBPluginDependency - 326.IBPluginDependency - 327.IBPluginDependency - 33.IBPluginDependency - 338.IBPluginDependency - 35.IBPluginDependency - 356.IBPluginDependency - 365.IBPluginDependency - 369.IBPluginDependency - 370.IBPluginDependency - 371.IBPluginDependency - 372.IBPluginDependency - 376.IBPluginDependency - 377.IBPluginDependency - 379.IBPluginDependency - 38.IBPluginDependency - 380.IBPluginDependency - 382.IBPluginDependency - 385.IBPluginDependency - 389.IBPluginDependency - 391.IBPluginDependency - 395.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 407.IBPluginDependency - 409.IBPluginDependency - 41.IBPluginDependency - 418.IBPluginDependency - 42.IBPluginDependency - 420.IBPluginDependency - 424.IBPluginDependency - 428.IBPluginDependency - 429.IBPluginDependency - 430.IBPluginDependency - 432.IBPluginDependency - 435.IBPluginDependency - 437.IBPluginDependency - 445.IBPluginDependency - 446.IBPluginDependency - 447.IBPluginDependency - 46.IBPluginDependency - 464.IBPluginDependency - 465.IBPluginDependency - 466.IBPluginDependency - 467.IBPluginDependency - 468.IBPluginDependency - 469.IBPluginDependency - 47.IBPluginDependency - 471.IBPluginDependency - 472.IBPluginDependency - 473.IBPluginDependency - 474.IBPluginDependency - 475.IBPluginDependency - 476.IBPluginDependency - 477.IBPluginDependency - 48.IBPluginDependency - 485.IBPluginDependency - 486.IBPluginDependency - 488.IBPluginDependency - 49.IBPluginDependency - 494.IBPluginDependency - 497.IBPluginDependency - 498.IBPluginDependency - 50.IBPluginDependency - 501.IBPluginDependency - 506.IBPluginDependency - 507.IBPluginDependency - 508.IBPluginDependency - 509.IBPluginDependency - 51.IBPluginDependency - 510.IBPluginDependency - 516.IBPluginDependency - 517.IBPluginDependency - 518.IBPluginDependency - 52.IBPluginDependency - 53.IBPluginDependency - 532.IBPluginDependency - 533.IBPluginDependency - 534.IBPluginDependency - 535.IBPluginDependency - 537.IBPluginDependency - 538.IBPluginDependency - 549.IBPluginDependency - 553.IBPluginDependency - 554.IBAttributePlaceholdersKey - 554.IBPluginDependency - 556.IBAttributePlaceholdersKey - 556.IBPluginDependency - 558.IBPluginDependency - 559.IBPluginDependency - 56.IBPluginDependency - 560.IBPluginDependency - 561.IBAttributePlaceholdersKey - 561.IBPluginDependency - 562.IBAttributePlaceholdersKey - 562.IBPluginDependency - 563.IBAttributePlaceholdersKey - 563.IBPluginDependency - 564.IBPluginDependency - 565.IBPluginDependency - 58.IBPluginDependency - 59.IBPluginDependency - 6.IBPluginDependency - 61.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 8.IBPluginDependency - 81.IBPluginDependency - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 9.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 95.IBWindowTemplateEditedContentRect - 96.IBPluginDependency - 98.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Opens the Vectorizer to vectorize selected Images - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Opens the Vectorizer to vectorize selected Images + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + U2V0IFN0YXJ0IC0gc2V0IHN0YXJ0aW5nIHBvaW50IG9mIGEgcGF0aAoxLiBzZWxlY3QgYSBwb2ludCBv ZiBhIHBhdGgKMi4gY2hvc2UgdGhlIG1lbnUgaXRlbQ - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Your Home-Library folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Documents folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Examples folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{319, 233}, {450, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - - + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + ToolTip + + ToolTip + + Your Home-Library folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Documents folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Examples folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - + - 568 - - YES + App NSApplication @@ -4281,328 +4196,130 @@ - FirstResponder - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id + NSDocument + + id + id + id + id + id + id + id + id + id + id + id + id + id + id + + + + browseDocumentVersions: + id + + + duplicateDocument: + id + + + lockDocument: + id + + + moveDocument: + id + + + moveDocumentToUbiquityContainer: + id + + + printDocument: + id + + + renameDocument: + id + + + revertDocumentToSaved: + id + + + runPageLayout: + id + + + saveDocument: + id + + + saveDocumentAs: + id + + + saveDocumentTo: + id + + + saveDocumentToPDF: + id + + + unlockDocument: + id + + + IBProjectSource + ./Classes/NSDocument.h - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - myAction: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - - addLink: - id - - - bindTextToPath: - id - - - bringForward: - id - - - bringToFront: - id - - - buildContour: - id - - - changeLayout: - id - - - changeSaveType: - id - - - close: - id - - - displayDirections: - id - - - draw: - id - - - enterSelection: - id - - - execute: - id - - - flatten: - id - - - group: - id - - - import: - id - - - join: - id - - - mirror: - id - - - myAction: - id - - - performResize: - id - - - punch: - id - - - redoChange: - id - - - reverse: - id - - - revertToSaved: - id - - - rotateG: - id - - - save: - id - - - saveAs: - id - - - selectColor: - id - - - selectEqual: - id - - - sendBackward: - id - - - sendToBack: - id - - - setWidth: - id - - - split: - id - - - toggleCoordDisplay: - id - - - toggleGrid: - id - - - undoChange: - id - - - ungroup: - id - - - zoomIn: - id - - - zoomOut: - id - + + + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + - IBUserSource - + IBProjectSource + ./Classes/NSTextView.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - sortColLLUR - sortColULLR - sortColURLL - sortRowLLUR - sortRowULLR - - - YES - {11, 11} - {10, 3} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - - + + {11, 11} + {10, 3} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/French.lproj/._TilePanel.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/French.lproj/._TilePanel.xib differ diff -Nru cenon.app-4.0.2/French.lproj/TilePanel.xib cenon.app-4.0.6+ds1/French.lproj/TilePanel.xib --- cenon.app-4.0.2/French.lproj/TilePanel.xib 2010-08-24 04:01:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/TilePanel.xib 2014-11-04 11:51:36.000000000 +0000 @@ -2,30 +2,38 @@ 1060 - 10F569 - 762 - 1038.29 - 461.00 + 11G63 + 2549 + 1138.51 + 569.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 2549 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -41,12 +49,12 @@ 3 2 - {{92, 340}, {352, 220}} + {{92, 340}, {376, 220}} 1886912512 Tâche de fond TilePanel View - {1.79769e+308, 1.79769e+308} + {299, 184} @@ -60,7 +68,7 @@ YES - 256 + 274 YES @@ -68,6 +76,8 @@ 256 {{81, 10}, {62, 45}} + + YES 2 1 @@ -138,6 +148,8 @@ 256 {{5, 60}, {141, 26}} + + YES 67239488 @@ -201,10 +213,14 @@ {{2, 2}, {153, 95}} + + - {{110, 38}, {157, 113}} + {{133, 38}, {157, 113}} + + {0, 0} 67239424 @@ -231,8 +247,10 @@ 289 - {{265, 6}, {86, 32}} + {{288, 5}, {86, 32}} + + YES 67239424 @@ -256,14 +274,16 @@ YES - 256 + 274 YES 256 - {{8, 10}, {84, 45}} + {{10, 10}, {76, 45}} + + YES 2 1 @@ -300,7 +320,7 @@ - {84, 21} + {76, 21} {1, 3} 67108864 NSActionCell @@ -325,8 +345,10 @@ 256 - {{5, 60}, {90, 26}} + {{5, 61}, {110, 26}} + + YES 67239488 @@ -377,13 +399,79 @@ 1 + + + 256 + {{86, 30}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + LucidaGrande + 13 + 1044 + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowRight + + + + 200 + 25 + + + + + 256 + {{85, 6}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowUp + + + + 200 + 25 + + - {{2, 2}, {100, 95}} + {{2, 2}, {121, 95}} + + - {{5, 38}, {104, 113}} + {{6, 38}, {125, 113}} + + {0, 0} 67239424 @@ -405,8 +493,10 @@ 289 - {{265, 37}, {86, 32}} + {{288, 34}, {86, 32}} + + YES 67239424 @@ -439,9 +529,11 @@ {{0, 156}, {64, 64}} + + YES - 130560 + 134348288 33554432 NSImage @@ -457,8 +549,10 @@ 289 - {{265, 105}, {86, 32}} + {{288, 108}, {86, 32}} + + YES 67239424 @@ -480,6 +574,8 @@ 292 {{6, 14}, {249, 18}} + + YES 67239424 @@ -503,12 +599,15 @@ - {352, 220} + {376, 220} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {1920, 1058}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES @@ -516,6 +615,14 @@ YES + tilePanel + + + + 47 + + + distanceMatrix @@ -572,14 +679,6 @@ - tilePanel - - - - 47 - - - originSwitch @@ -602,13 +701,47 @@ 69 + + + xDirButton + + + + 84 + + + + yDirButton + + + + 85 + + + + setXYDirections: + + + + 86 + + + + setXYDirections: + + + + 87 + YES 0 - + + YES + @@ -639,13 +772,13 @@ YES - - - - + + + + @@ -665,6 +798,8 @@ YES + + @@ -873,62 +1008,65 @@ + + 80 + + + YES + + + + + + 83 + + + + + 81 + + + YES + + + + + + 82 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency -3.IBPluginDependency 10.IBPluginDependency - 10.ImportedFromIB2 12.IBPluginDependency - 12.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 18.IBPluginDependency - 18.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 27.IBPluginDependency - 27.ImportedFromIB2 28.IBPluginDependency - 28.ImportedFromIB2 29.IBPluginDependency - 29.ImportedFromIB2 30.IBPluginDependency - 30.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBEditorWindowLastContentRect 34.IBPluginDependency - 34.ImportedFromIB2 48.IBPluginDependency - 48.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBEditorWindowLastContentRect 6.IBPluginDependency 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.maxSize - 6.windowTemplate.minSize 62.IBPluginDependency - 62.ImportedFromIB2 63.IBPluginDependency - 63.ImportedFromIB2 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBEditorWindowLastContentRect 65.IBPluginDependency - 65.ImportedFromIB2 66.IBPluginDependency - 66.ImportedFromIB2 7.IBPluginDependency - 7.ImportedFromIB2 71.IBPluginDependency 72.IBPluginDependency 73.IBPluginDependency @@ -939,62 +1077,39 @@ 78.IBPluginDependency 79.IBPluginDependency 8.IBPluginDependency - 8.ImportedFromIB2 + 80.IBPluginDependency + 81.IBPluginDependency + 82.IBPluginDependency + 83.IBPluginDependency 9.IBPluginDependency - 9.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{781, 719}, {185, 43}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{675, 636}, {352, 220}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{675, 636}, {352, 220}} - - - {1.79769e+308, 1.79769e+308} - {299, 184} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{676, 719}, {121, 43}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -1005,28 +1120,26 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + - 79 + 87 @@ -1034,712 +1147,60 @@ App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - NSPopUpButton IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/App.h TilePanel NSPanel + setXYDirections: + id + + + setXYDirections: + + setXYDirections: + id + + + YES YES - buildCopies: - removeTiles: - set: - setDistancePopup: - updatePanel: - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + NSButton + NSButton - + YES YES - distPopup - distanceMatrix - limitsMatrix - limitsPopUp - originSwitch - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + + xDirButton + NSButton + + + yDirButton + NSButton + IBProjectSource - TilePanel.h - - - - TilePanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + ./Classes/TilePanel.h @@ -1750,16 +1211,11 @@ com.apple.InterfaceBuilder.CocoaPlugin.macosx - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 YES @@ -1769,13 +1225,17 @@ NSMenuCheckmark NSMenuMixedState NSSwitch + arrowRight + arrowUp - + YES - {128, 128} - {9, 8} - {7, 2} + {512, 512} + {11, 11} + {10, 3} {15, 15} + {11, 18} + {18, 11} Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/French.lproj/._UpdatePanel.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/French.lproj/._UpdatePanel.xib differ diff -Nru cenon.app-4.0.2/French.lproj/UpdatePanel.xib cenon.app-4.0.6+ds1/French.lproj/UpdatePanel.xib --- cenon.app-4.0.2/French.lproj/UpdatePanel.xib 2011-02-25 04:44:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/French.lproj/UpdatePanel.xib 2016-02-01 16:55:55.000000000 +0000 @@ -1,30 +1,42 @@ - + - 1040 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSProgressIndicator + NSScrollView + NSScroller + NSSplitView + NSTableColumn + NSTableHeaderView + NSTableView + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + UpdateController @@ -42,33 +54,30 @@ Mise à jour NSPanel View - {1.79769e+308, 1.79769e+308} + {400, 400} 256 - - YES + 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 304}, {96, 96}} + + YES - 130560 + 134217728 33554432 NSImage @@ -79,6 +88,7 @@ 0 NO + NO YES @@ -86,9 +96,10 @@ 289 {{299, 2}, {97, 32}} + YES - 67239424 + 67108864 134217728 Installer @@ -97,7 +108,7 @@ 16 - -2036186881 + -2036187136 1 @@ -105,20 +116,23 @@ 200 25 + NO 289 {{203, 2}, {96, 32}} + + YES - 67239424 + 67108864 134217728 Fermer - -2036186881 + -2036187136 1 @@ -126,20 +140,23 @@ 200 25 + NO 292 {{4, 2}, {176, 32}} + + YES - 67239424 + 67108864 134217728 Ignorer cette Version - -2036186881 + -2036187136 1 @@ -147,15 +164,18 @@ 200 25 + NO 266 {{110, 364}, {283, 16}} + + YES - 68288064 + 68157504 272630784 Nouvelle version de Cenon @@ -183,70 +203,75 @@ + NO 266 {{110, 304}, {283, 51}} + + YES - 67239424 + 67108864 4194304 Vous utilisez la version V_INST de Cenon. Voulez-vous faire la mise à jour en version V_NEW? - + LucidaGrande 12 - 16 + 4883 + NO 274 - - YES + 290 - - YES + - 2304 - - YES + 2322 + 306 {378, 64} + + YES + NO + YES 256 {378, 17} + + - - + + -2147483392 {{354, 0}, {16, 17}} - - - YES + install 12 12 20 - 75628096 + 75497536 2048 @@ -271,10 +296,10 @@ - 337772096 + 337641536 2048 Text Cell - + 6 @@ -293,7 +318,7 @@ 40 1000 - 75628096 + 75497536 2048 Nom @@ -304,10 +329,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -322,7 +347,7 @@ 40 60 - 75628096 + 75497536 67110912 @@ -330,10 +355,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -348,7 +373,7 @@ 50 80 - 75628096 + 75497536 2048 Version @@ -356,10 +381,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -374,7 +399,7 @@ 60 60 - 75628096 + 75497536 67110912 Taille @@ -382,10 +407,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -394,7 +419,7 @@ YES - + 3 2 @@ -416,10 +441,12 @@ 0 YES 0 + 1 - + {{1, 17}, {378, 64}} + @@ -430,6 +457,9 @@ -2147483392 {{354, 17}, {15, 48}} + + + NO _doScroller: 0.6875 @@ -439,6 +469,9 @@ -2147483392 {{1, 66}, {378, 15}} + + + NO 1 _doScroller: @@ -447,45 +480,48 @@ 2304 - - YES + - + {{1, 0}, {378, 17}} + 4 - - + {380, 82} - - 562 + + + YES + 133682 - QSAAAEEgAABBmAAAQZgAAA + 0.25 + 4 + 1 282 - - YES + - 2304 - - YES + 2322 + 2322 - {363, 14} + {378, 167} + + @@ -494,91 +530,91 @@ - - YES + - - 134 + + 166 - 363 + 378 1 - 12261 + 67120613 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 1 6 - {743, 1e+07} - {223, 0} + {743, 10000000} - - {{1, 1}, {363, 167}} + + {{1, 1}, {378, 167}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{364, 1}, {15, 167}} + {{363, 1}, {16, 167}} + + + NO _doScroller: 0.99248120300751874 @@ -588,32 +624,45 @@ -2147483392 {{-100, -100}, {87, 18}} + + + NO 1 _doScroller: 1 0.94565218687057495 - + {{0, 91}, {380, 169}} - - 18 + + + YES + 133138 + 0.25 + 4 + 1 - + {{10, 37}, {380, 260}} + + - + {400, 400} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 422} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES 1 @@ -627,17 +676,15 @@ View - {1.79769e+308, 1.79769e+308} + {400, 120} - + 256 - - YES + 1290 - {{102, 62}, {286, 20}} 16394 @@ -650,7 +697,7 @@ YES - 67239424 + 67108864 272629760 Téléchargement de NUM items @@ -658,6 +705,7 @@ + NO @@ -666,7 +714,7 @@ YES - 67239424 + 67108864 272629760 Téléchargement NAME @@ -678,6 +726,7 @@ + NO @@ -686,7 +735,7 @@ YES - 67239424 + 67108864 272629760 SIZE of SIZETOT - TIMELEFT @@ -694,27 +743,24 @@ + NO 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{1, 20}, {96, 96}} YES - 130560 + 134217728 33554432 0 @@ -722,6 +768,7 @@ 0 NO + NO YES @@ -731,39 +778,44 @@ YES - 67239424 + 67108864 134217728 Arrêt - + - -2038284033 + -2038284288 1 - + + LucidaGrande + 12 + 16 + Gw 200 25 + NO - + {400, 120} - - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 142} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + panel - 90 + 90 @@ -771,7 +823,7 @@ - 91 + 91 @@ -779,7 +831,7 @@ - 92 + 92 @@ -787,7 +839,7 @@ - 95 + 95 @@ -795,15 +847,7 @@ - 96 - - - - tableView - - - - 97 + 96 @@ -811,7 +855,7 @@ - 98 + 98 @@ -819,7 +863,7 @@ - 99 + 99 @@ -827,15 +871,7 @@ - 100 - - - - textView - - - - 106 + 100 @@ -843,7 +879,7 @@ - 119 + 119 @@ -851,7 +887,7 @@ - 126 + 126 @@ -859,7 +895,7 @@ - 127 + 127 @@ -867,7 +903,7 @@ - 128 + 128 @@ -875,7 +911,7 @@ - 129 + 129 @@ -883,47 +919,58 @@ - 130 + 130 - + + + tableView + + + + 97 + + + + textView + + + + 106 + + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + UpdatePanel - 4 + 4 - - YES + @@ -931,550 +978,411 @@ - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 31 + 31 - 33 + 33 - -3 + -3 Application - 37 + 37 - - YES + - + - 38 + 38 - 40 + 40 - - YES + - + - 41 + 41 - 47 + 47 - - YES + - + - 48 + 48 - 51 + 51 - - YES + - + - 52 + 52 - 76 + 76 - - YES + - + - 65 + 65 - - YES + - - + + - 69 + 69 - 68 - - - YES - - - - - - - - - - 67 + 67 - 66 + 66 - 74 - - - YES - - - - - - 71 - - - YES - - - - - - 70 - - - YES - - - - - - 73 - - - - - 72 - - - - - 75 - - - - - 61 + 61 - - YES - + - + + - 64 - - - - - 63 + 63 - 62 + 62 - 77 - - - YES - - - - - - 78 - - - - - 107 - - - YES - - - - - - 108 - - - - - 112 + 112 - - YES + - + ProgressPanel - 113 + 113 - - YES + - + - 114 + 114 - - YES + - + - 115 + 115 - - YES + - + - 116 + 116 - 117 + 117 - 118 + 118 - 120 + 120 - - YES + - + - 121 + 121 - 122 + 122 - - YES + - + - 123 + 123 - 124 + 124 - - YES + - + - 125 + 125 - - - - YES - - YES - -3.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 112.IBEditorWindowLastContentRect - 112.IBPluginDependency - 112.IBWindowTemplateEditedContentRect - 112.ImportedFromIB2 - 112.windowTemplate.hasMinSize - 112.windowTemplate.maxSize - 112.windowTemplate.minSize - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 118.IBPluginDependency - 120.IBPluginDependency - 120.ImportedFromIB2 - 121.IBPluginDependency - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.maxSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 33.IBPluginDependency - 37.IBAttributePlaceholdersKey - 37.IBPluginDependency - 37.ImportedFromIB2 - 38.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 40.IBAttributePlaceholdersKey - 40.IBPluginDependency - 40.ImportedFromIB2 - 41.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 51.IBPluginDependency - 52.IBPluginDependency - 6.IBAttributePlaceholdersKey - 6.IBPluginDependency - 6.ImportedFromIB2 - 61.IBPluginDependency - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1028}, {400, 120}} - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1028}, {400, 120}} - - - {1.79769e+308, 1.79769e+308} - {400, 120} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{385, 604}, {400, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - {{385, 604}, {400, 400}} - - - {1.79769e+308, 1.79769e+308} - {400, 400} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Annuler mise à jour - + + 68 + + + + + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Annuler cette mise à jour et ne plus la proposer - + + 74 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Télécharger et installer les paquets vérifiés. - + + 71 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + + 70 + + + + + + + + 77 + + + + + + + + 107 + + + + + + + + 108 + + + + + 78 + + + + + 73 + + + + + 72 + + + + + 75 + + + + + 64 + + + + - - YES - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{386, 1028}, {400, 120}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{385, 604}, {400, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Annuler mise à jour + - - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Annuler cette mise à jour et ne plus la proposer + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Télécharger et installer les paquets vérifiés. + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + - 130 - - YES + FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1492,711 +1400,52 @@ - UpdateController - NSObject - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: - - - YES - id - id - id - id - id - - - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id - - YES - - cancel: - id - - - cancelDownload: - id - - - checkForUpdates: - id - - - install: - id - - - skip: - id - + + toggleQuickLookPreviewPanel: + id + + + IBProjectSource + ./Classes/NSTextView.h - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - - infoLabel - id - - - installButton - id - - - panel - id - - - progressIndicator - id - - - progressNameText - id - - - progressPanel - id - - - progressSizeText - id - - - progressTitleText - id - - - skipButton - id - - - tableData - id - - - tableView - id - - - textView - id - - - titleLabel - id - - - - - IBProjectSource - UpdateController.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h + + + UpdateController + NSObject + + IBProjectSource + ./Classes/UpdateController.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSProgressIndicator - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSProgressIndicator.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSSplitView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSSplitView.h - - - - NSTableColumn - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableColumn.h - - - - NSTableHeaderView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSTableHeaderView.h - - - - NSTableView - NSControl - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 Cenon - {128, 128} + {1024, 1024} diff -Nru cenon.app-4.0.2/functions.h cenon.app-4.0.6+ds1/functions.h --- cenon.app-4.0.2/functions.h 2012-03-09 12:52:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/functions.h 2014-08-17 16:06:05.000000000 +0000 @@ -1,33 +1,33 @@ /* functions.h * Common Cenon functions * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 * modified: 2012-01-05 (NSMenuItem) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_FUNCTIONS -#define VHF_H_FUNCTIONS +#ifndef CEN_H_FUNCTIONS +#define CEN_H_FUNCTIONS #include @@ -66,4 +66,4 @@ NSString *vhfStringFromRGBColor(NSColor *color); NSColor *vhfRGBColorFromString(NSString *string); -#endif // VHF_H_FUNCTIONS +#endif // CEN_H_FUNCTIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._functions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._functions.m differ diff -Nru cenon.app-4.0.2/functions.m cenon.app-4.0.6+ds1/functions.m --- cenon.app-4.0.2/functions.m 2012-09-25 15:17:33.000000000 +0000 +++ cenon.app-4.0.6+ds1/functions.m 2014-11-07 17:14:04.000000000 +0000 @@ -1,35 +1,36 @@ /* functions.m * Common Cenon functions * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 * modified: 2012-01-05 (NSMenuItem) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include #include #include #include +#include // NSFileManager additions #include "functions.h" #include "locations.h" @@ -166,7 +167,8 @@ break; path = [path stringByAppendingPathComponent:folder]; - array = [fileManager directoryContentsAtPath:path]; + //array = [fileManager directoryContentsAtPath:path]; + array = [fileManager contentsOfDirectoryAtPath:path]; for ( j = [array count]-1; j >= 0; j-- ) { NSString *name = [array objectAtIndex:j]; NSString *filePath = [path stringByAppendingPathComponent:name]; @@ -186,7 +188,7 @@ /* B. files in sub-folders */ else if ( searchSubFolders ) // sub-folder { NSString *subpath = vhfPathWithPathComponents(path, name, nil); - NSArray *subArray = [fileManager directoryContentsAtPath:subpath]; + NSArray *subArray = [fileManager contentsOfDirectoryAtPath:subpath]; int s; for ( s = [subArray count]-1; s >= 0; s-- ) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._GerberExportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._GerberExportSub.h differ diff -Nru cenon.app-4.0.2/GerberExportSub.h cenon.app-4.0.6+ds1/GerberExportSub.h --- cenon.app-4.0.2/GerberExportSub.h 2007-05-08 17:36:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/GerberExportSub.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,40 +1,40 @@ /* GerberExportSub.h * Subclass of Gerber export * - * Copyright 2002 by vhf interservice GmbH + * Copyright 2002 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2002-07-15 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_GERBEREXPORTSUB -#define VHF_H_GERBEREXPORTSUB +#ifndef CEN_H_GERBEREXPORTSUB +#define CEN_H_GERBEREXPORTSUB #include #include @@ -50,4 +50,4 @@ @end -#endif // VHF_H_GERBEREXPORTSUB +#endif // CEN_H_GERBEREXPORTSUB diff -Nru cenon.app-4.0.2/GerberExportSub.m cenon.app-4.0.6+ds1/GerberExportSub.m --- cenon.app-4.0.2/GerberExportSub.m 2012-01-06 17:58:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/GerberExportSub.m 2015-07-01 17:48:14.000000000 +0000 @@ -1,42 +1,44 @@ /* GerberExportSub.m * Sub class of Gerber export * - * Copyright (C) 2002-2012 by vhf interservice GmbH + * Copyright (C) 2002-2015 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 - * modified: 2008-12-02 (fix: export paths stacked on each other) + * modified: 2015-07-01 (-exportToFile: select tool for path elements) + * 2008-12-02 (fix: export paths stacked on each other) * 2008-06-21 (fixes) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include #include // stringByReplacing -> eps export +#include // NSFileManager #include "App.h" #include "GerberExportSub.h" #include "Graphics.h" @@ -185,7 +187,7 @@ inside = (subPathsInCnt > 1) ? [[subpathsIns objectAtIndex:j] intValue] : 0; /* !b - we draw only the black one which have no realy no inside ; b - we draw only the white one */ - if ( (inside == b) ) + if ( inside == b ) { somethingToDraw = YES; break; } @@ -412,7 +414,7 @@ - (BOOL)exportToFile:(NSString*)filename -{ BOOL savedOk = NO; +{ BOOL savedOk = NO; NSString *backupFilename; NSFileManager *fileManager = [NSFileManager defaultManager]; @@ -424,12 +426,15 @@ return NO; } /* rename to backup */ - if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) + if ( ([fileManager fileExistsAtPath:backupFilename] && + ![fileManager removeFileAtPath:backupFilename error:NULL]) + || ([fileManager fileExistsAtPath:filename] && + ![fileManager movePath:filename toPath:backupFilename error:NULL]) ) { NSRunAlertPanel(SAVE_TITLE, CANT_CREATE_BACKUP, nil, nil, nil); return NO; } - //else if ( isDirectory && [fileManager createDirectoryAtPath:filename attributes:nil] ) + //else if ( isDirectory && [fileManager createDirectoryAtPath:filename recursive:NO attributes:nil error:NULL] ) //fileDirectory = [filename stringByDeletingLastPathComponent]; /* save */ // if ([fileManager isWritableFileAtPath:filename]) @@ -475,12 +480,12 @@ { /* count how many times each path is inside all others */ for (j=0; j < polyCnt; j++) - { id gr = [[[gList objectAtIndex:polygonIs[j]] list] objectAtIndex:0]; - NSPoint pt = [gr pointWithNum:0]; - int inside = 0; + { id gr = [[[gList objectAtIndex:polygonIs[j]] list] objectAtIndex:0]; + NSPoint pt = [gr pointWithNum:0]; + int inside = 0; for (k=0; k < polyCnt; k++) - { NSRect kbounds = polyBounds[k]; + { NSRect kbounds = polyBounds[k]; if ( j == k ) continue; @@ -510,9 +515,9 @@ } } - /* draw graphics, but polygons, outside bounds of polygons */ - /* draw polygons from outside to inside */ - /* draw graphics inside bounds of polygons */ + /* 1. draw graphics, except polygons outside bounds of polygons */ + /* 2. draw polygons from outside to inside */ + /* 3. draw graphics inside bounds of polygons */ for (k=0; k < 3; k++) { /* draw polygons from outside to inside */ @@ -523,8 +528,9 @@ { BOOL drawed = NO; for (j=0; j 1) ? pathsIns[j] : 0; /* b == inside; we draw from outside to inside */ @@ -532,6 +538,7 @@ continue; drawed = YES; + [self writeCircleTool:(w > 0.0) ? w : 1.0]; // 2015-07-01: set tool for paths too [self exportPath:sp]; } if ( b >= maxInside ) // if (drawed == NO) @@ -561,6 +568,8 @@ w += [(VArc*)g radius]*2.0; [self writeCircleTool:w]; } + else // 2015-07-01: set tool for path elements too + [self writeCircleTool:(w > 0.0) ? w : 1.0]; if ( [g isKindOfClass:[VLine class]] ) [self writeLine:[g pointWithNum:0] :[g pointWithNum:1]]; @@ -574,10 +583,10 @@ [self exportCurve:(VCurve*)g]; else if ( [g isKindOfClass:[VPath class]] ) NSLog(@"GerberExportSub.m: exportToFile, exportPath\n");/*[self exportPath:(VPath*)g];*/ - else if ( [g isKindOfClass:[VGroup class]] ) - [self exportGroup:(VGroup*)g]; - else if ( [g isKindOfClass:[VText class]] ) - [self exportText:(VText*)g]; + else if ( [g isKindOfClass:[VGroup class]] ) + [self exportGroup:(VGroup*)g]; + else if ( [g isKindOfClass:[VText class]] ) + [self exportText:(VText*)g]; } } } @@ -588,14 +597,14 @@ /* restore backup */ if (!savedOk) { - [fileManager removeFileAtPath:filename handler:nil]; // remove what we just started to write - [fileManager movePath:backupFilename toPath:filename handler:nil]; // restore backup + [fileManager removeFileAtPath:filename error:NULL]; // remove what we just started to write + [fileManager movePath:backupFilename toPath:filename error:NULL]; // restore backup NSRunAlertPanel(SAVE_TITLE, CANT_SAVE, nil, nil, nil); } else { if (Prefs_RemoveBackups) - [fileManager removeFileAtPath:backupFilename handler:nil]; + [fileManager removeFileAtPath:backupFilename error:NULL]; } return YES; } diff -Nru cenon.app-4.0.2/GerberImportSub.h cenon.app-4.0.6+ds1/GerberImportSub.h --- cenon.app-4.0.2/GerberImportSub.h 2012-01-15 15:18:51.000000000 +0000 +++ cenon.app-4.0.6+ds1/GerberImportSub.h 2015-09-02 13:12:45.000000000 +0000 @@ -1,48 +1,51 @@ /* GerberImportSub.m * Subclass of Gerber import * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 - * modified: 2002-07-15 + * modified: 2015-09-02 (origin) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_GERBERIMPORTSUB -#define VHF_H_GERBERIMPORTSUB +#ifndef CEN_H_GERBERIMPORTSUB +#define CEN_H_GERBERIMPORTSUB #include #include @interface GerberImportSub:GerberImport { + NSPoint boundsOrigin; // origin we move graphics to in -setBounds: } +- (void)setOrigin:(NSPoint)point; + /* subclassed from super class */ - allocateList; /* allocate a list */ @@ -64,4 +67,4 @@ @end -#endif // VHF_H_GERBERIMPORTSUB +#endif // CEN_H_GERBERIMPORTSUB diff -Nru cenon.app-4.0.2/GerberImportSub.m cenon.app-4.0.6+ds1/GerberImportSub.m --- cenon.app-4.0.2/GerberImportSub.m 2012-01-15 15:19:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/GerberImportSub.m 2015-09-02 13:35:51.000000000 +0000 @@ -1,47 +1,64 @@ /* GerberImportSub.m * Subclass of Gerber-import managing the creation of graphic objects * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 - * modified: 2003-06-26 + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "GerberImportSub.h" #include "Graphics.h" #include "GraphicObjects.subproj/HiddenArea.h" @implementation GerberImportSub +/* origin graphics will be moved to in -setBounds + * created: 2015-09-02 + */ +- (void)setOrigin:(NSPoint)point +{ + boundsOrigin = point; +} + + +- init +{ + self = [super init]; + boundsOrigin = NSMakePoint(MMToInternal(10.0), MMToInternal(10.0)); + return self; +} + /* allocate a list */ - allocateList @@ -501,15 +518,21 @@ /* set the bounds * we move the graphic to 0/0 + * modified: 2015-09-02 (Prefs_ImportMoveToOrigin, boundsOrigin) */ - (void)setBounds:(NSRect)bounds -{ int i; - NSPoint p; +{ //DocView *view = [[(App*)NSApp currentDocument] documentView]; + //NSPoint origin = ((view) ? [[view origin] pointWithNum:0] : NSMakePoint(10.0, 10.0)); - p.x = - bounds.origin.x + MMToInternal(10.0); - p.y = - bounds.origin.y + MMToInternal(10.0); - for (i=[(NSArray*)list count]-1; i>=0; i--) - [[list objectAtIndex:i] moveBy:p]; + if ( Prefs_ImportMoveToOrigin ) + { int i; + NSPoint p; + + p.x = - bounds.origin.x + boundsOrigin.x; //MMToInternal(10.0); + p.y = - bounds.origin.y + boundsOrigin.y; //MMToInternal(10.0); + for (i=[(NSArray*)list count]-1; i>=0; i--) + [[list objectAtIndex:i] moveBy:p]; + } } @end diff -Nru cenon.app-4.0.2/German.lproj/Contour.xib cenon.app-4.0.6+ds1/German.lproj/Contour.xib --- cenon.app-4.0.2/German.lproj/Contour.xib 2011-04-06 06:57:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/Contour.xib 2016-02-01 16:34:49.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1060 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + App @@ -41,25 +53,25 @@ Kontur NSPanel View - {1.79769e+308, 1.79769e+308} - {124.79, 5} + + {124.79000000000001, 5} 256 - - YES + 260 {{8, 75}, {90, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 0 @@ -70,26 +82,26 @@ 52 - 67239424 + 67108864 67108864 Abstand: - + {90, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 52 - 67239424 + 67108864 67108864 @@ -108,9 +120,10 @@ 258 {{6, 44}, {218, 25}} + YES - 67501824 + 67371264 0 @@ -124,47 +137,47 @@ NO NO + NO 289 {{134, 5}, {94, 32}} + YES - 67239424 + 67108864 134217728 Start - -2036186881 + -2036187136 1 DQ 200 25 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -175,6 +188,7 @@ 0 NO + NO YES @@ -182,22 +196,23 @@ 265 {{68, 154}, {156, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Ersetze Original - + LucidaGrande 12 - 16 + 4883 - 1210864127 + 1210863872 2 NSSwitch @@ -208,13 +223,13 @@ 25 - 67239424 + 67108864 67108864 Raster Algorithmus - + 1 - 1210864127 + 1210863872 2 @@ -222,26 +237,24 @@ 200 25 - + {156, 19} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 Replace Source - + -1 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -293,8 +306,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -317,20 +330,25 @@ - + + LucidaGrande + 12 + 16 + 257 {{137, 72}, {88, 26}} + YES - -2076049856 + -2076180416 2048 - + - 109199615 + 109199360 1 @@ -362,8 +380,7 @@ OtherViews - - YES + @@ -389,33 +406,36 @@ 2 - + 3 YES YES 1 + NO - + {230, 200} + {{0, 0}, {1920, 1178}} - {124.79, 27} - {1.79769e+308, 1.79769e+308} + {124.79000000000001, 27} + {10000000000000, 10000000000000} + YES - + - - YES + NO + contourPanel - 11 + 11 @@ -423,7 +443,7 @@ - 13 + 13 @@ -431,7 +451,7 @@ - 14 + 14 @@ -439,7 +459,7 @@ - 15 + 15 @@ -447,7 +467,7 @@ - 16 + 16 @@ -455,7 +475,7 @@ - 18 + 18 @@ -463,7 +483,7 @@ - 22 + 22 @@ -471,7 +491,7 @@ - 28 + 28 @@ -479,774 +499,227 @@ - 29 + 29 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 4 + 4 - - YES + - + Contour - 8 + 8 - - YES + - + - 2 + 2 - - YES + - + - 7 + 7 - 5 + 5 - - YES + - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 20 + 20 - - YES + - + - 19 + 19 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 32 + 32 - 33 + 33 - 34 + 34 - - YES + - + - 35 + 35 - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 26 + 26 - 25 + 25 - -3 + -3 Application - - - - YES - - YES - -3.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.IBViewBoundsToFrameTransform - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 4.IBEditorWindowLastContentRect - 4.IBPluginDependency - 4.IBWindowTemplateEditedContentRect - 4.ImportedFromIB2 - 4.windowTemplate.hasMinSize - 4.windowTemplate.minSize - 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwrwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 911}, {230, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 911}, {230, 200}} - - - {124.79, 5} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDHAAAwjgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 911}, {230, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 36 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - - changeSaveType: - id - - - checkForUpdate: - id - - - doContourPanel: - id - - - import: - id - - - new: - id - - - okContourPanel: - id - - - openDocument: - id - - - restoreSnapshot: - id - - - revertToSaved: - id - - - runGridPanel: - id - - - save: - id - - - saveAs: - id - - - setCurrent2DTool: - id - - - showContourPanel: - id - - - showInfo: - id - - - showInspectorPanel: - id - - - showIntersectionPanel: - id - - - showPrefsPanel: - id - - - showProjectSettingsPanel: - id - - - showTilePanel: - id - - - showToolPanel: - id - - - showTransformPanel: - id - - - showWebPage: - id - - - showWorkingAreaPanel: - id - - - takeSnapshot: - id - - - terminate: - id - - - updateContourPanel: - id - - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - - contourField - id - - - contourPanel - id - - - contourSlider - id - - - contourSwitchMatrix - id - - - contourUnitPopup - id - - - gridPanel - id - - - helpPanel - id - - - iaPopup - id - - - iaaPopup - id - - - iaaRadio - id - - - importASCIIAccessory - id - - - importAccessory - id - - - infoVersionNo - id - - - inspectorPanel - id - - - intersectionPanel - id - - - kindOfVersion - id - - - opaMatrix - id - - - openPanelAccessory - id - - - ppaRadio - id - - - preferencesPanel - id - - - printPanelAccessory - id - - - projectSettingsPanel - id - - - savePanelAccessory - id - - - serialNumber - id - - - spaFormatPopUp - id - - - tilePanel - id - - - toolPanel - id - - - transformPanel - id - - - workingAreaPanel - id - - - IBProjectSource - App.h - - - - App - NSApplication - - setUnit: - id - - - setUnit: - - setUnit: - id - - - - IBUserSource - + ./Classes/App.h FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1263,548 +736,25 @@ - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - - - YES - {128, 128} - {9, 8} - {7, 2} - - + + {1024, 1024} + {11, 11} + {10, 3} + diff -Nru cenon.app-4.0.2/German.lproj/Document.xib cenon.app-4.0.6+ds1/German.lproj/Document.xib --- cenon.app-4.0.2/German.lproj/Document.xib 2012-12-30 15:41:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/Document.xib 2016-02-01 16:00:53.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1040 - 12C2037 - 2844 - 1187.34 - 625.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButton NSButtonCell @@ -25,17 +24,15 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Document @@ -58,32 +55,27 @@ 256 - - YES + 274 {600, 364} - TileScrollView 266 - - YES + 274 - - YES + 266 - - YES + 274 @@ -92,7 +84,7 @@ - + {{0, 2}, {606, 1}} @@ -130,13 +122,11 @@ 265 - - YES + 274 - - YES + 272 @@ -183,8 +173,7 @@ YES OtherViews - - YES + 5% @@ -246,6 +235,18 @@ + + + 125% + + 1048576 + 2147483647 + + + _popUpItemAction: + 125 + + 150% @@ -390,7 +391,7 @@ 5000 - + 5 3 @@ -478,13 +479,13 @@ NO - + {142, 28} - + {{457, 3}, {142, 28}} @@ -510,13 +511,11 @@ 268 - - YES + 274 - - YES + 268 @@ -551,8 +550,7 @@ YES OtherViews - - YES + @@ -578,7 +576,7 @@ 2 - + 3 YES @@ -747,13 +745,13 @@ NO - + {436, 27} - + {{5, 4}, {436, 27}} @@ -776,13 +774,13 @@ 0 NO - + {600, 36} - + {{0, 364}, {600, 36}} @@ -809,7 +807,7 @@ 0 NO - + {600, 400} @@ -820,17 +818,17 @@ {10000000000000, 10000000000000} YES - + - - YES + NO + scrollView - 57 + 57 @@ -838,7 +836,7 @@ - 58 + 58 @@ -846,7 +844,7 @@ - 63 + 63 @@ -854,7 +852,7 @@ - 64 + 64 @@ -862,7 +860,7 @@ - 65 + 65 @@ -870,7 +868,7 @@ - 69 + 69 @@ -878,7 +876,7 @@ - 70 + 70 @@ -886,7 +884,7 @@ - 82 + 82 @@ -894,7 +892,7 @@ - 104 + 104 @@ -902,7 +900,7 @@ - 105 + 105 @@ -910,7 +908,7 @@ - 45 + 45 @@ -918,7 +916,7 @@ - 62 + 62 @@ -926,7 +924,7 @@ - 84 + 84 @@ -934,7 +932,7 @@ - 98 + 98 @@ -942,99 +940,89 @@ - 100 + 100 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + DocWindow - 5 + 5 - - YES + - + - 33 + 33 - 102 + 102 - - YES + - + - -3 + -3 Application - 19 + 19 - - YES - + - 16 + 16 - - YES + - + - 17 + 17 - - YES + @@ -1044,32 +1032,29 @@ - + - 36 + 36 - - YES + - + - 108 + 108 - - YES + - + - 24 + 24 - - YES + @@ -1088,445 +1073,361 @@ - + + - 101 + 101 - 78 + 78 - 77 + 77 - 76 + 76 - 74 + 74 - 42 + 42 - 41 + 41 - 37 + 37 - 34 + 34 - 31 + 31 - 29 + 29 - 28 + 28 - 25 + 25 - 22 + 22 - 21 + 21 - 20 + 20 - 14 + 14 - 4 + 4 - 12 + 12 - - YES + - + - 107 + 107 - 97 + 97 - - YES + - + - 109 + 109 - 99 + 99 - - YES + - + - 110 + 110 - 11 + 11 - - YES + - + - 113 + 113 - - YES + - + - 15 + 15 - - YES + - + - 35 + 35 - 32 + 32 - 23 + 23 - 13 + 13 - - YES + - + - 114 + 114 - 9 + 9 - - YES + - + - 112 + 112 - 39 + 39 - - YES + - + - 117 + 117 - 6 + 6 - - YES + - + - 111 + 111 - 40 + 40 - - YES + - + - 118 + 118 - 18 + 18 - - YES + - + - 115 + 115 - 27 + 27 - - YES + - + - 116 + 116 - 43 + 43 - - YES + - + - 119 + 119 - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 11.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 13.IBPluginDependency - 14.IBPluginDependency - 15.IBPluginDependency - 16.IBPluginDependency - 17.IBPluginDependency - 18.IBPluginDependency - 19.IBPluginDependency - 20.IBPluginDependency - 21.IBPluginDependency - 22.IBPluginDependency - 23.IBPluginDependency - 24.IBPluginDependency - 25.IBPluginDependency - 27.IBPluginDependency - 28.IBPluginDependency - 29.IBPluginDependency - 31.IBPluginDependency - 32.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 40.IBPluginDependency - 41.IBPluginDependency - 42.IBPluginDependency - 43.IBPluginDependency - 5.IBPluginDependency - 6.IBPluginDependency - 74.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 9.IBPluginDependency - 97.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 711}, {600, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + 120 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 711}, {600, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - + - 119 - - YES + ChangeManager NSResponder @@ -1554,39 +1455,41 @@ TileScrollView NSScrollView + + resPopupListButton + NSPopUpButton + + + resPopupListButton + + resPopupListButton + NSPopUpButton + + IBProjectSource ./Classes/TileScrollView.h - + 0 IBCocoaFramework - + YES + com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - lupe - - - YES - {11, 11} - {10, 3} - {14, 14} - - + + {11, 11} + {10, 3} + {14, 14} + diff -Nru cenon.app-4.0.2/German.lproj/LayerDetails.xib cenon.app-4.0.6+ds1/German.lproj/LayerDetails.xib --- cenon.app-4.0.2/German.lproj/LayerDetails.xib 2010-02-09 07:15:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/LayerDetails.xib 2014-10-14 11:35:55.000000000 +0000 @@ -2,30 +2,38 @@ 1060 - 10C540 - 740 - 1038.25 - 458.00 + 12F45 + 3084 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 3084 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -41,12 +49,12 @@ 3 2 - {{459, 355}, {232, 192}} + {{224, 356}, {232, 192}} 1886912512 Lagen Details NSPanel View - {1.79769e+308, 1.79769e+308} + {232, 192} @@ -58,9 +66,10 @@ 289 {{168, 4}, {62, 32}} + YES - 67239424 + 67108864 134217728 OK @@ -69,13 +78,14 @@ 16 - -2036186881 + -2036187136 1 DQ 200 25 + NO @@ -94,9 +104,11 @@ {{6, 140}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -107,16 +119,19 @@ 0 NO + NO YES 266 - {{8, 73}, {216, 21}} + {{8, 75}, {216, 21}} + + YES - -1805517312 + -1805647872 0 Name @@ -141,19 +156,22 @@ + NO 266 - {{5, 101}, {222, 26}} + {{5, 104}, {222, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -255,20 +273,23 @@ YES 1 + NO 266 - {{6, 39}, {220, 18}} + {{6, 44}, {220, 18}} + + YES - 67239424 + 67108864 0 für Nutzen verwenden - 1211912703 + 1211912448 2 NSImage @@ -282,15 +303,18 @@ 200 25 + NO 256 {{0, 135}, {232, 5}} + + {0, 0} - 67239424 + 67108864 0 Box @@ -312,10 +336,18 @@ {232, 192} + + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {232, 214} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES + + + + 256 + {125, 1} @@ -355,27 +387,29 @@ - delegate - - - - 38 - - - batchSwitch 42 + + + delegate + + + + 38 + YES 0 - + + YES + @@ -465,20 +499,10 @@ YES - - - 256 - {{2, 2}, {125, 1}} - - 41 - - - - 44 @@ -557,103 +581,82 @@ + + 41 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency 17.IBPluginDependency - 17.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBEditorWindowLastContentRect 20.IBPluginDependency - 20.ImportedFromIB2 23.IBPluginDependency - 23.ImportedFromIB2 25.IBPluginDependency - 25.ImportedFromIB2 26.IBPluginDependency - 26.ImportedFromIB2 - 3.IBEditorWindowLastContentRect 3.IBPluginDependency 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize 35.IBPluginDependency - 35.ImportedFromIB2 36.IBPluginDependency - 36.ImportedFromIB2 37.IBPluginDependency - 37.ImportedFromIB2 39.IBPluginDependency - 39.ImportedFromIB2 4.IBPluginDependency - 4.ImportedFromIB2 40.IBPluginDependency - 40.ImportedFromIB2 41.IBPluginDependency - 41.ImportedFromIB2 + 44.IBPluginDependency + 45.IBPluginDependency + 46.IBPluginDependency + 47.IBPluginDependency + 48.IBPluginDependency 49.IBPluginDependency 6.IBPluginDependency - 6.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{323, 887}, {400, 113}} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 873}, {232, 192}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{329, 873}, {232, 192}} - - - {232, 192} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + 49 @@ -662,82 +665,47 @@ YES - FirstResponder - - IBUserSource - - - - LayerDetailsController NSObject - - YES - - YES - set: - showPanel: - - - YES - id - id - - - - YES - - YES - batchSwitch - nameField - panel - typePopup - - - YES - id - id - id - id - - IBProjectSource - LayerDetailsController.h - - - - LayerDetailsController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/LayerDetailsController.h 0 + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.macosx com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 + + YES + + YES + Cenon + NSMenuCheckmark + NSMenuMixedState + NSSwitch + + + YES + {512, 512} + {11, 11} + {10, 3} + {15, 15} + + diff -Nru cenon.app-4.0.2/German.lproj/Localizable.strings cenon.app-4.0.6+ds1/German.lproj/Localizable.strings --- cenon.app-4.0.2/German.lproj/Localizable.strings 2012-03-09 10:02:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/Localizable.strings 2015-07-09 16:55:22.000000000 +0000 @@ -1,5 +1,5 @@ /* Localized String for Cenon: German - * Copyright 199? - 2012 by vhf interservice GmbH + * Copyright 199? - 2015 by Cenon GmbH * * modified: 2012-03-09 (""Cenon User-Library will be moved..." added) * 2011-07-05 (Import: "You need to install GhostScript..." added, "DXF File exceeds maximum size!..." fixed) @@ -48,6 +48,7 @@ "Modify" = "Ändern"; "Keep" = "Erhalten"; "Skip" = "Ãœberspringen"; +"New" = "Neu"; /* */ "Could not start module." = "Das Modul kann nicht gestartet werden."; diff -Nru cenon.app-4.0.2/German.lproj/Main.xib cenon.app-4.0.6+ds1/German.lproj/Main.xib --- cenon.app-4.0.2/German.lproj/Main.xib 2013-03-22 12:56:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/Main.xib 2017-11-21 14:30:40.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSBox NSButtonCell NSCustomObject @@ -24,61 +23,56 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + NSFontManager - + 11 2 {{188, 544}, {450, 400}} 1618477056 Accessories NSPanel - View + - + 256 - - YES - - + + + 256 - - YES - - + + + 274 - - YES - - + + + 260 {{12, 88}, {143, 18}} - + YES - + 67108864 0 Sortierung: @@ -87,9 +81,8 @@ 14 16 - - YES - + + 6 System controlColor @@ -98,7 +91,7 @@ MC42NjY2NjY2NjY3AA - + 6 System controlTextColor @@ -110,45 +103,44 @@ NO - - + + 260 {{10, 44}, {190, 38}} - + YES NO 1 5 - - YES - + + -2080374784 134217728 Button - + LucidaGrande 14 16 - + -1228652544 2 - + NSImage sortRowULLR - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + + 1 -1228652544 2 @@ -158,15 +150,15 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + + 2 -1228652544 2 @@ -176,15 +168,15 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + + 3 -1228652544 2 @@ -194,15 +186,15 @@ - 200 - 25 + 400 + 75 - + 67108864 134217728 Button - - + + 4 -1228652544 2 @@ -212,106 +204,106 @@ - 200 - 25 + 400 + 75 - + {38, 38} {0, 0} 1140850688 NSActionCell - + 67108864 134217728 Button - + -2033958912 2 - + - 200 - 25 + 400 + 75 - - - + + + - - + + 258 {{9, 9}, {192, 26}} - + YES - - 67108928 + + -2080374720 1024 - + Helvetica 12 16 - + -2038284288 1 - + LucidaGrande 12 16 + 400 75 - - + + Keine Umlaut Konvertierung 1048576 2147483647 1 - + NSImage NSMenuCheckmark - + NSImage NSMenuMixedState _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + MS-DOS 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + MS-Windows 1048576 2147483647 - - + + _popUpItemAction: 2 - + - + 3 YES @@ -320,26 +312,26 @@ NO - + {{2, 2}, {275, 116}} - + - + {{8, 16}, {279, 120}} - + {0, 0} 67108864 - 0 + 134217728 Helvetica-Bold 12 16 - + 6 System textBackgroundColor @@ -350,134 +342,132 @@ 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{5, 5}, {298, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Cenon (.cenon) 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + PostScript (.eps) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Gerber (.gerber) 1048576 2147483647 - - + + _popUpItemAction: 2 - + - - + + DXF (.dxf) 1048576 2147483647 - - + + _popUpItemAction: 3 - + - - + + HPGL (.hpgl) 1048576 2147483647 - - + + _popUpItemAction: 4 - + - - + + TIFF (.tiff) 1048576 2147483647 - - + + _popUpItemAction: 5 - + - - + + Type1 Font (.font) 1048576 2147483647 - - + + _popUpItemAction: 6 - + - + 3 YES @@ -486,104 +476,102 @@ NO - + {{2, 2}, {309, 36}} - + - + {{8, 146}, {313, 54}} - + {0, 0} 67108864 - 0 + 134217728 Format - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 258 {{6, 5}, {298, 26}} - + YES - - 67108928 + + -2080374720 1024 - - + + -2038284288 1 - + + 400 75 - - + + Selektierte Lage 1048576 2147483647 1 - - + + _popUpItemAction: - + YES - + OtherViews - - YES - - - + + + + Neue Lage(n) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - - + + Bestehende Lage(n) 1048576 2147483647 - - + + _popUpItemAction: 1 - + - + 3 YES @@ -592,170 +580,178 @@ NO - + {{2, 2}, {309, 36}} - + - + {{8, 226}, {313, 54}} - + {0, 0} 67108864 - 0 + 134217728 Importiere auf - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 2 NO - - + + 258 - - YES - - + + + 274 - - YES - - + + + 259 {{82, 7}, {330, 32}} - + YES NO 1 3 - - YES - + + 67108864 134217728 Beispiele - - + + LucidaGrande + 12 + 4883 + + -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 User Library - - + + 1 -2038284288 35 + - 200 - 25 + 400 + 75 - + 67108864 134217728 Dokumente - - + + 2 -2038284288 35 + - 200 - 25 + 400 + 75 - + {110, 32} {0, 0} -2080374784 - - + NSActionCell + 67108864 134217728 - + LucidaGrande 13 1044 -2038284288 1 - + + LucidaGrande + 13 + 16 + - 200 - 25 + 400 + 75 -1 -1 - - + + - - + + 268 {{6, 15}, {69, 16}} - + YES - + 68157504 272630784 Gehe nach: - - - - + + + + NO - + {{2, 2}, {421, 44}} - + - + {{8, 322}, {425, 48}} - + {0, 0} 67108864 - 0 + 134217728 - - + + 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 3 0 0 NO YES - + {450, 400} @@ -764,3670 +760,3576 @@ {10000000000000, 10000000000000} YES - + Main - - YES - - + + + Cenon 1048576 2147483647 - - + + submenuAction: - + Cenon - - YES - - + + + Ãœber Cenon ... 1048576 2147483647 - - + + - - + + Voreinstellungen ... 1048576 2147483647 - - + + - - + + Projekteinstellungen ... s 1572864 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Dienste 1048576 2147483647 - - + + submenuAction: - + Dienste - - YES - + _NSServicesMenu - - + + YES YES 1048576 2147483647 - - + + - - + + Verstecke Cenon h 1048576 2147483647 - - + + - - + + Verstecke Andere 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Beende Cenon q 1048576 2147483647 - - + + - + _NSAppleMenu - - + + Datei 1048576 2147483647 - - + + submenuAction: - + Datei - - YES - - + + + Neu ... n 1048576 2147483647 - - + + - - + + Öffnen ... o 1048576 2147483647 - - + + - - + + Import ... 2147483647 - - + + - - + + Speichern s 1048576 2147483647 - - + + - - + + Speichern Als ... S 1048576 2147483647 - - + + - - + + Zurück zum Gespeicherten ... u 1048576 2147483647 - - + + - - + + YES YES 1048576 2147483647 - - + + - - + + Drucken ... p 1048576 2147483647 - - + + - + - - + + Bearbeiten 1048576 2147483647 - - + + submenuAction: - + Bearbeiten - - YES - - + + + Ausschneiden x 1048576 2147483647 - - + + - - + + Kopieren c 1048576 2147483647 - - + + - - + + Einfügen v 1048576 2147483647 - - + + - - + + Entfernen 1048576 2147483647 - - + + - - + + Undo z 1048576 2147483647 - - + + - - + + Redo Z 1048576 2147483647 - - + + - - + + Bilde Kontur … 1048576 2147483647 - - + + - - + + Verbinden j 1048576 2147483647 - - + + - - + + Zerlegen J 1048576 2147483647 - - + + - - + + Ausstanzen/Vereinigen U 1048576 2147483647 - - + + - - + + Gruppieren g 1048576 2147483647 - - + + - - + + Gruppe auflösen G 1048576 2147483647 - - + + - - + + Spiegeln m 1048576 2147483647 - - + + - - + + Drehen 90Ëš r 1048576 2147483647 - - + + - - + + Richtung umdrehen d 1048576 2147483647 - - + + - - + + Startpunkt festlegen y 1048576 2147483647 - - + + - - + + Gleiche Elemente e 1048576 2147483647 - - + + - - + + Gleiche Farben 1048576 2147483647 - - + + - - + + Alles selektieren a 1048576 2147483647 - - + + - + - - + + Format 1048576 2147483647 - - + + submenuAction: - + Format - - YES - - + + + Schrift 1048576 2147483647 - - + + submenuAction: - + Schrift - - YES - - + + + Schriftauswahl ... t 1048576 2147483647 - - + + - - + + Fett b 1048576 2147483647 - - + + 2 - - + + Kursiv i 1048576 2147483647 - - + + 1 - - + + Unterstrichen 1048576 2147483647 - - + + - - + + Kerning 1048576 2147483647 - - + + submenuAction: - + Kerning - - YES - - + + + Voreinstellungen 1048576 2147483647 - - + + - - + + Kein Kerning 1048576 2147483647 - - + + - - + + Dichter - - 1048576 + [ + 1572864 2147483647 - - + + - - + + Lockerer - - 1048576 + ] + 1572864 2147483647 - - + + - + - - + + Ligaturen 1048576 2147483647 - - + + submenuAction: - + Ligaturen - - YES - - + + + Normal 1048576 2147483647 - - + + - - + + Nicht verwenden 1048576 2147483647 - - + + - - + + Alle verwenden 1048576 2147483647 - - + + - + - - + + Baseline 1048576 2147483647 - - + + submenuAction: - + Baseline - - YES - - + + + Voreinstellungen 1048576 2147483647 - - + + - - + + Superscript 1048576 2147483647 - - + + - - + + Subscript 1048576 2147483647 - - + + - - + + Hochstellen 1048576 2147483647 - - + + - - + + Tiefstellen 1048576 2147483647 - - + + - + - - + + Schrift kopieren 3 1048576 2147483647 - - + + - - + + Schrift einfügen 4 1048576 2147483647 - - + + - + _NSFontMenu - - + + Text 1048576 2147483647 - - + + submenuAction: - + Text - - YES - - + + + Linksbündig < 1048576 2147483647 - - + + - - + + Zentriert - 1048576 2147483647 - - + + - - + + Rechtsbündig > 1048576 2147483647 - - + + - - + + Lineal anzeigen R 1048576 2147483647 - - + + - - + + Lineal kopieren 1 1048576 2147483647 - - + + - - + + Lineal einfügen 2 1048576 2147483647 - - + + - - + + Link erzeugen k 1048576 2147483647 - - + + - - + + In Pfade zerlegen 1048576 2147483647 - - + + - - + + Auf Pfad legen 1048576 2147483647 - - + + - + - - + + Gitter 1048576 2147483647 - - + + submenuAction: - + Gitter - - YES - - + + + Gitter einschalten * 1048576 2147483647 - - + + 1 - - + + Auf Gitter ausrichten * 1179648 2147483647 - - + + - - + + Setzen ... * 1572864 2147483647 - - + + - + - - + + Nach vorne stellen 8 1048576 2147483647 - - + + - - + + Eins nach vorne stellen ( 1048576 2147483647 - - + + - - + + Nach hinten stellen 9 1048576 2147483647 - - + + - - + + Eins nach hinten stellen ) 1048576 2147483647 - - + + - - + + Arbeitsbereich ... A 1048576 2147483647 - - + + - - + + Seitenlayout ... P 1048576 2147483647 - - + + - + - - + + Werkzeuge 1048576 2147483647 - - + + submenuAction: - + Werkzeuge - - YES - - + + + Werkzeuge ... 2147483647 - - + + - - + + Farben ... C 1048576 2147483647 - - + + - - + + Inspektor ... 1 1179648 2147483647 - - + + - - + + Nutzen Fertigung ... B 1048576 2147483647 - - + + - - + + Transform-Panel ... F 1048576 2147483647 - - + + - - + + Schnitt-Panel ... i 1572864 2147483647 - - + + - - + + Vektorisieren ... V 1048576 2147483647 - - + + - + - - + + Darstellung 1048576 2147483647 - - + + submenuAction: - + Darstellung - - YES - - + + + Koordinaten an c 1572864 2147483647 - - + + 1 - - + + Richtungen darstellen D 1048576 2147483647 - - + + 1 - + - - + + Fenster 1048576 2147483647 - - + + submenuAction: - + Fenster - - YES - - + + + Nach vorne stellen 1048576 2147483647 - - + + - - + + Minifenster m 1048576 2147483647 - - + + - - + + Schließe Fenster w 1048576 2147483647 - - + + - - + + YES YES 2147483647 - - + + - - + + Schnappschuss ... 2147483647 - - + + - - + + Schnappschuss Restaurieren ... 2147483647 - - + + - + _NSWindowsMenu - - + + Hilfe 1048576 2147483647 - - + + submenuAction: - + Hilfe - - YES - - + + + Cenon Web Seite 2147483647 - - + + - - + + YES Release Notes 2147483647 - - + + 2 - - + + Online FAQ 2147483647 - - + + 1 - - + + Feedback ... 2147483647 - - + + 3 - - + + Updates ... 2147483647 - - + + 4 - - + + YES YES 2147483647 - - + + - - + + Cenon Hilfe ? 1048576 2147483647 - - + + - + - + _NSMainMenu - + - - YES - - - showInspectorPanel: - - - - 151 - + NO + - - openDocument: - - + + iaPopup + + - 161 + 369 - - new: - - + + iaaPopup + + - 162 + 319 - - showWorkingAreaPanel: - - + + iaaRadio + + - 193 + 308 - - showToolPanel: - - + + importASCIIAccessory + + - 198 + 309 - - showTilePanel: - - + + importAccessory + + - 199 + 368 - - runGridPanel: - - + + opaMatrix + + - 220 + 485 - iaaRadio - - + openPanelAccessory + + - 308 + 484 - importASCIIAccessory - - + savePanelAccessory + + - 309 + 357 - iaaPopup - - + spaFormatPopUp + + - 319 + 358 - showTransformPanel: - - + changeSaveType: + + - 339 + 356 - showIntersectionPanel: - - + changeOpenLocation: + + - 340 + 486 - changeSaveType: - - + showInfo: + + - 356 + 402 - - savePanelAccessory - - + + showPrefsPanel: + + - 357 + 404 - - spaFormatPopUp - - + + showProjectSettingsPanel: + + - 358 + 429 - - importAccessory - - + + terminate: + + - 368 + 405 - - iaPopup - - + + new: + + - 369 + 162 - showInfo: - - + openDocument: + + - 402 + 161 - showPrefsPanel: - - + runGridPanel: + + - 404 + 220 - terminate: - - + showWorkingAreaPanel: + + - 405 + 193 - showProjectSettingsPanel: - - + showToolPanel: + + - 429 + 198 - checkForUpdate: - - + showInspectorPanel: + + - 454 + 151 - showVectorizer: - - + showTilePanel: + + - 472 + 199 - - openPanelAccessory - - + + showTransformPanel: + + - 484 + 339 - - opaMatrix - - + + showIntersectionPanel: + + - 485 + 340 - changeOpenLocation: - - + showVectorizer: + + - 486 + 472 - cut: - - + checkForUpdate: + + - 135 + 454 - copy: - - + hide: + + - 136 + 400 - paste: - - + hideOtherApplications: + + - 137 + 401 - performMiniaturize: - - + import: + + - 139 + 360 - performClose: - - + save: + + - 140 + 145 - arrangeInFront: - - + saveAs: + + - 141 + 149 - save: - - + revertToSaved: + + - 145 + 195 - selectAll: - - + printDocument: + + - 148 + 407 - saveAs: - - + cut: + + - 149 + 135 - join: - - + copy: + + - 163 + 136 - split: - - + paste: + + - 164 + 137 delete: - - + + - 165 + 165 - group: - - + undoChange: + + - 166 + 324 - ungroup: - - + redoChange: + + - 167 + 325 buildContour: - - + + - 169 + 169 - orderFrontColorPanel: - - + join: + + - 170 + 163 - alignLeft: - - + split: + + - 171 + 164 - alignCenter: - - + punch: + + - 172 + 210 - alignRight: - - + group: + + - 173 + 166 - copyRuler: - - + ungroup: + + - 174 + 167 - pasteRuler: - - + mirror: + + - 175 + 188 - toggleRuler: - - + rotateG: + + - 176 + 192 - bringToFront: - - + reverse: + + - 177 + 419 - copyFont: - - + pathSetStartPoint: + + - 182 + 475 - pasteFont: - - + selectEqual: + + - 183 + 187 - underline: - - + selectColor: + + - 184 + 200 - selectEqual: - - + selectAll: + + - 187 + 148 - mirror: - - + underline: + + - 188 + 184 - sendToBack: - - + useStandardKerning: + + - 189 + 281 - rotateG: - - + turnOffKerning: + + - 192 + 280 - revertToSaved: - - + tightenKerning: + + - 195 + 279 - displayDirections: - - + loosenKerning: + + - 196 + 278 - flatten: - - + useStandardLigatures: + + - 197 + 468 - selectColor: - - + turnOffLigatures: + + - 200 + 470 - punch: - - + useAllLigatures: + + - 210 + 469 - toggleGrid: - - + unscript: + + - 219 + 294 - loosenKerning: - - + superscript: + + - 278 + 293 - tightenKerning: - - + subscript: + + - 279 + 292 - turnOffKerning: - - + raiseBaseline: + + - 280 + 291 - useStandardKerning: - - + lowerBaseline: + + - 281 + 290 - lowerBaseline: - - + copyFont: + + - 290 + 182 - raiseBaseline: - - + pasteFont: + + - 291 + 183 - subscript: - - + alignLeft: + + - 292 + 171 - superscript: - - + alignCenter: + + - 293 + 172 - unscript: - - + alignRight: + + - 294 + 173 - changeLayout: - - + toggleRuler: + + - 295 + 176 - undoChange: - - + copyRuler: + + - 324 + 174 - redoChange: - - + pasteRuler: + + - 325 + 175 - bindTextToPath: - - + addLink: + + - 328 + 456 - import: - - + flatten: + + - 360 + 197 - hide: - - + bindTextToPath: + + - 400 + 328 - hideOtherApplications: - - + toggleGrid: + + - 401 + 219 - printDocument: - - + bringToFront: + + - 407 + 177 bringForward: - - + + - 413 + 413 + + + + sendToBack: + + + + 189 sendBackward: - - + + - 414 + 414 - reverse: - - + changeLayout: + + - 419 + 295 - toggleCoordDisplay: - - + orderFrontColorPanel: + + - 423 + 170 - showHelp: - - + toggleCoordDisplay: + + - 427 + 423 - restoreSnapshot: - - + displayDirections: + + - 442 + 196 - takeSnapshot: - - + arrangeInFront: + + - 443 + 141 - showWebPage: - - + performMiniaturize: + + - 450 + 139 - showWebPage: - - + performClose: + + - 451 + 140 - showWebPage: - - + takeSnapshot: + + - 452 + 443 - addLink: - - + restoreSnapshot: + + - 456 + 442 - useStandardLigatures: - - + showWebPage: + + - 468 + 450 - useAllLigatures: - - + showWebPage: + + - 469 + 451 - turnOffLigatures: - - + showWebPage: + + - 470 + 452 - pathSetStartPoint: - - + showHelp: + + - 475 + 427 orderFrontFontPanel: - - + + - 178 + 178 addFontTrait: - - + + - 185 + 185 addFontTrait: - - + + - 186 + 186 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 41 - + -3 + + + Application + + + 41 + Font Manager - 58 - - - YES - - + 58 + + + + Accessories - 80 - - - YES - - - - - - + 80 + + + + + + + + - 300 - - - YES - - - - - + 300 + + + + + + + - 343 - - - YES - - - + 305 + + + + + - 361 - - - YES - - - + 431 + + - 89 - - - YES - - - - - - - - - - - MainMenu + 301 + + + + + + + + + + - 7 - - - YES - - - + 435 + + - 121 - - - YES - - - - - - - - + 302 + + - 47 - - + 303 + + - 66 - - + 304 + + - 123 - - + 306 + + - 14 - - - YES - - - + 310 + + - 127 - - - YES - - - - - - - - - + 311 + + + + + - 30 - - + 432 + + + + + - 76 - - + 312 + + + + + + + - 88 - - + 315 + + - 132 - - + 314 + + - 335 - - + 316 + + - 337 - - + 343 + + + + + - 19 - - - YES - - - + 351 + + + + + - 129 - - - YES - - - - + 433 + + + + + - 117 - - + 346 + + + + + + + + + + + - 421 - - + 353 + + - 29 - - - YES - - - + 352 + + - 61 - - - YES - - - - - - - - - - - + 347 + + - 18 - - + 344 + + - 21 - - - YES - - - + 350 + + - 59 - - - YES - - - - - - - - - - - + 457 + + - 9 - - + 349 + + - 49 - - + 361 + + + + + - 72 - - + 366 + + + + + - 73 - - + 434 + + + + + - 103 - - + 367 + + + + + + + - 122 - - + 363 + + - 126 - - + 362 + + - 326 - - + 420 + + - 24 - - + 476 + + + + + + - 37 - - + 478 + + + + + + + + - 44 - - + 482 + + - 48 - - - YES - - - + 481 + + - 114 - - - YES - - - - - - - - - - - + 479 + + - 3 - - + 480 + + - 69 - - + 477 + + + + + - 86 - - + 483 + + - 87 - - + 89 + + + + + + + + + + + + + MainMenu - 107 - - + 391 + + + + + - 119 - - + 392 + + + + + + + + + + + + + + - 271 - - - YES - - - + 393 + + - 272 - - - YES - - - - - - + 398 + + - 273 - - + 428 + + - 274 - - + 386 + + - 275 - - + 390 + + + + + - 276 - - + 387 + + - 283 - - - YES - - - + 396 + + - 285 - - - YES - - - - - - - + 389 + + - 282 - - + 397 + + - 284 - - + 388 + + - 286 - - + 399 + + - 287 - - + 82 + + + + + - 289 - - + 63 + + + + + + + + + + + + - 213 - - - YES - - - + 32 + + - 217 - - - YES - - - - - + 13 + + - 214 - - + 359 + + - 215 - - + 124 + + - 218 - - + 101 + + - 409 - - + 62 + + - 411 - - + 408 + + - 82 - - - YES - - - + 406 + + - 63 - - - YES - - - - - - - - - - + 90 + + + + + - 13 - - + 68 + + + + + + + + + + + + + + + + + + + + + + + - 32 - - + 92 + + - 62 - - + 70 + + - 101 - - + 51 + + - 124 - - + 40 + + - 359 - - + 320 + + - 406 - - + 322 + + - 408 - - + 22 + + - 90 - - - YES - - - + 131 + + - 68 - - - YES - - - - - - - - - - - - - - - - - - - - - + 111 + + - 22 - - + 99 + + - 35 - - + 84 + + - 40 - - + 67 + + - 43 - - + 43 + + - 51 - - + 35 + + - 60 - - + 417 + + - 67 - - + 473 + + - 70 - - + 98 + + - 83 - - + 83 + + - 84 - - + 60 + + - 92 - - + 29 + + + + + - 98 - - + 61 + + + + + + + + + + + + + - 99 - - + 48 + + + + + - 111 - - + 114 + + + + + + + + + + + + + - 131 - - + 119 + + - 320 - - + 87 + + - 322 - - + 86 + + - 417 - - + 69 + + - 391 - - - YES - - - + 271 + + + + + - 392 - - - YES - - - - - - - - - - - - + 272 + + + + + + + + - 386 - - + 273 + + - 388 - - + 276 + + - 389 - - + 274 + + - 390 - - - YES - - - + 275 + + - 387 - - + 463 + + + + + - 393 - - + 464 + + + + + + + - 396 - - + 465 + + - 397 - - + 467 + + - 398 - - + 466 + + - 399 - - + 283 + + + + + - 428 - - + 285 + + + + + + + + + - 424 - - - YES - - - + 284 + + - 425 - - - YES - - - - - - - - - + 282 + + - 426 - - + 289 + + - -3 - - - Application + 286 + + - 305 - - - YES - - - + 287 + + - 431 - - - - - 301 - - - YES - - - - - - - - + 3 + + - 435 - - + 107 + + - 310 - - + 21 + + + + + - 306 - - + 59 + + + + + + + + + + + + + - 304 - - + 103 + + - 303 - - + 9 + + - 302 - - + 126 + + - 311 - - - YES - - - + 122 + + - 432 - - - YES - - - + 73 + + - 312 - - - YES - - - - - + 72 + + - 314 - - + 455 + + - 315 - - + 49 + + - 316 - - + 326 + + - 366 - - - YES - - - + 213 + + + + + - 434 - - - YES - - - + 217 + + + + + + + - 367 - - - YES - - - - - + 215 + + - 362 - - + 218 + + - 363 - - + 214 + + - 420 - - + 44 + + - 436 - - + 409 + + - 437 - - + 18 + + - 438 - - + 411 + + - 444 - - + 37 + + - 445 - - + 24 + + - 446 - - + 14 + + + + + - 447 - - + 127 + + + + + + + + + + + - 448 - - + 76 + + - 449 - - + 132 + + - 455 - - + 30 + + - 463 - - - YES - - - + 88 + + - 464 - - - YES - - - - - + 335 + + - 465 - - + 337 + + - 466 - - + 471 + + - 467 - - + 19 + + + + + - 471 - - + 129 + + + + + + - 473 - - + 421 + + - 351 - - - YES - - - + 117 + + - 433 - - - YES - - - + 7 + + + + + - 346 - - - YES - - - - - - - - - + 121 + + + + + + + + + + - 457 - - + 123 + + - 353 - - + 66 + + - 352 - - + 47 + + - 350 - - + 436 + + - 349 - - + 437 + + - 347 - - + 438 + + - 344 - - + 424 + + + + + - 476 - - - YES - - - - + 425 + + + + + + + + + + + - 477 - - - YES - - - + 444 + + - 478 - - - YES - - - - - - + 445 + + - 479 - - + 446 + + - 480 - - + 447 + + - 481 - - + 448 + + - 482 - - + 449 + + - 483 - - + 426 + + - + - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 101.IBPluginDependency - 103.IBPluginDependency - 107.IBPluginDependency - 111.IBAttributePlaceholdersKey - 111.IBPluginDependency - 114.IBPluginDependency - 117.IBPluginDependency - 119.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 131.IBAttributePlaceholdersKey - 131.IBPluginDependency - 132.IBPluginDependency - 14.IBPluginDependency - 18.IBPluginDependency - 19.IBPluginDependency - 21.IBPluginDependency - 213.IBPluginDependency - 214.IBPluginDependency - 215.IBPluginDependency - 217.IBPluginDependency - 218.IBPluginDependency - 22.IBAttributePlaceholdersKey - 22.IBPluginDependency - 24.IBPluginDependency - 271.IBPluginDependency - 272.IBPluginDependency - 273.IBPluginDependency - 274.IBPluginDependency - 275.IBPluginDependency - 276.IBPluginDependency - 282.IBPluginDependency - 283.IBPluginDependency - 284.IBPluginDependency - 285.IBPluginDependency - 286.IBPluginDependency - 287.IBPluginDependency - 289.IBPluginDependency - 29.IBPluginDependency - 3.IBPluginDependency - 30.IBPluginDependency - 300.IBPluginDependency - 301.IBPluginDependency - 302.IBPluginDependency - 303.IBPluginDependency - 304.IBPluginDependency - 305.IBPluginDependency - 306.IBPluginDependency - 310.IBPluginDependency - 311.IBPluginDependency - 312.IBPluginDependency - 314.IBPluginDependency - 315.IBPluginDependency - 316.IBPluginDependency - 32.IBPluginDependency - 320.IBPluginDependency - 322.IBPluginDependency - 326.IBPluginDependency - 335.IBPluginDependency - 337.IBPluginDependency - 343.IBPluginDependency - 344.IBPluginDependency - 346.IBPluginDependency - 347.IBPluginDependency - 349.IBPluginDependency - 35.IBAttributePlaceholdersKey - 35.IBPluginDependency - 350.IBPluginDependency - 351.IBPluginDependency - 352.IBPluginDependency - 353.IBPluginDependency - 359.IBPluginDependency - 361.IBPluginDependency - 362.IBPluginDependency - 363.IBPluginDependency - 366.IBPluginDependency - 367.IBPluginDependency - 37.IBPluginDependency - 386.IBPluginDependency - 387.IBPluginDependency - 388.IBPluginDependency - 389.IBPluginDependency - 390.IBPluginDependency - 391.IBPluginDependency - 392.IBPluginDependency - 393.IBPluginDependency - 396.IBPluginDependency - 397.IBPluginDependency - 398.IBPluginDependency - 399.IBPluginDependency - 40.IBAttributePlaceholdersKey - 40.IBPluginDependency - 406.IBPluginDependency - 408.IBPluginDependency - 409.IBPluginDependency - 41.IBPluginDependency - 411.IBPluginDependency - 417.IBAttributePlaceholdersKey - 417.IBPluginDependency - 420.IBPluginDependency - 421.IBPluginDependency - 424.IBPluginDependency - 425.IBPluginDependency - 426.IBPluginDependency - 428.IBPluginDependency - 43.IBAttributePlaceholdersKey - 43.IBPluginDependency - 431.IBPluginDependency - 432.IBPluginDependency - 433.IBPluginDependency - 434.IBPluginDependency - 435.IBPluginDependency - 436.IBPluginDependency - 437.IBPluginDependency - 438.IBPluginDependency - 44.IBPluginDependency - 444.IBPluginDependency - 445.IBPluginDependency - 446.IBPluginDependency - 447.IBPluginDependency - 448.IBPluginDependency - 449.IBPluginDependency - 455.IBPluginDependency - 457.IBPluginDependency - 463.IBPluginDependency - 464.IBPluginDependency - 465.IBPluginDependency - 466.IBPluginDependency - 467.IBPluginDependency - 47.IBPluginDependency - 471.IBAttributePlaceholdersKey - 471.IBPluginDependency - 473.IBAttributePlaceholdersKey - 473.IBPluginDependency - 476.IBPluginDependency - 477.IBPluginDependency - 478.IBPluginDependency - 479.IBAttributePlaceholdersKey - 479.IBPluginDependency - 48.IBPluginDependency - 480.IBAttributePlaceholdersKey - 480.IBPluginDependency - 481.IBAttributePlaceholdersKey - 481.IBPluginDependency - 482.IBPluginDependency - 483.IBPluginDependency - 49.IBPluginDependency - 51.IBAttributePlaceholdersKey - 51.IBPluginDependency - 58.IBPluginDependency - 58.IBWindowTemplateEditedContentRect - 59.IBPluginDependency - 60.IBAttributePlaceholdersKey - 60.IBPluginDependency - 61.IBPluginDependency - 62.IBPluginDependency - 63.IBPluginDependency - 66.IBPluginDependency - 67.IBAttributePlaceholdersKey - 67.IBPluginDependency - 68.IBPluginDependency - 68.notes - 69.IBPluginDependency - 7.IBPluginDependency - 70.IBAttributePlaceholdersKey - 70.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 76.IBPluginDependency - 80.IBPluginDependency - 82.IBPluginDependency - 83.IBAttributePlaceholdersKey - 83.IBPluginDependency - 84.IBAttributePlaceholdersKey - 84.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 9.IBPluginDependency - 90.IBPluginDependency - 92.IBAttributePlaceholdersKey - 92.IBPluginDependency - 98.IBAttributePlaceholdersKey - 98.IBPluginDependency - 99.IBAttributePlaceholdersKey - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Zerlegen - zerlegt alle selektierten Pfade in Einzelteile. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - VmVyYmluZGUgb2RlciBWZXJlaW5pZ2UgbWVocmVyZSBzZWxla3RpZXJ0ZSBHcmFmaWstRWxlbWVudGUg + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Zerlegen - zerlegt alle selektierten Pfade in Einzelteile. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + VmVyYmluZGUgb2RlciBWZXJlaW5pZ2UgbWVocmVyZSBzZWxla3RpZXJ0ZSBHcmFmaWstRWxlbWVudGUg enUgZWluZW0gUGZhZC4KRWluIHNlbGVrdGllcnRlcyBJbWFnZSB3aXJkIG1pdCBlaW5lbSBzZWxla3Rp ZXJ0ZW0gUGZhZCBmcmVpZ2VzdGVsbHQuA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - QmlsZGUgS29udHVyIG9kZXIgVmVrdG9yaXNpZXJlIEJpbGQKRXJ6ZXVnZSBPdXRsaW5lLU9iamVrdGUg + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + QmlsZGUgS29udHVyIG9kZXIgVmVrdG9yaXNpZXJlIEJpbGQKRXJ6ZXVnZSBPdXRsaW5lLU9iamVrdGUg bWl0IGdlZ2ViZW5lbiBBYnN0YW5kIHp1IGFsbGVuIHNlbGVrdGllcnRlbiBFbGVtZW50ZW4gKGdlc3Ry b2tlZCBvZGVyIE91dGxpbmUpLgpCaWxkZXIgd2VyZGVuIHZla3RvcmlzaWVydC4 - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Drehen - alle selektierten Elemente werden um 90° gedreht. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Entfernen - entferne alle selektierten Elemente. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Richtung Umdrehen - die Drehrichtung aller selektierten Elemente wird umgedreht. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Spiegeln - alle selektierten Elemente werden gespiegelt. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Opens the Vectorizer to vectorize selected Images - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - U3RhcnRwdW5rdCBlaW5lcyBQZmFkZXMgZmVzdGxlZ2VuCjEuIGdld8O8bnNjaHRlbiBTdGFydHB1bmt0 + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Drehen - alle selektierten Elemente werden um 90° gedreht. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Entfernen - entferne alle selektierten Elemente. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Richtung Umdrehen - die Drehrichtung aller selektierten Elemente wird umgedreht. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Spiegeln - alle selektierten Elemente werden gespiegelt. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Opens the Vectorizer to vectorize selected Images + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + U3RhcnRwdW5rdCBlaW5lcyBQZmFkZXMgZmVzdGxlZ2VuCjEuIGdld8O8bnNjaHRlbiBTdGFydHB1bmt0 IHNlbGVrdGllcmVuCjIuIGFscyBTdGFydHB1bmt0IGZlc3RsZWdlbg - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Your Home-Library folder of Cenon. - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Documents folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - The Examples folder of Cenon. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Einfügen - füge Elemente aus dem Puffer auf die gleiche oder die erste editierbare Lage ein. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{320, 239}, {450, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Alle Elemente auf allen sichtbaren (und editierbaren) Lagen werden selektiert. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Gruppe Auflösen - alle selektierten Gruppen werden aufgelöst. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Kopieren - kopiere selektierte Elemente in den Puffer. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Alle Elemente mit gleicher Farbe zu bereits selektierten Elementen werden selektiert. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Gruppieren - alle selektierten Elemente werden in einer Gruppe zusammen-gefasst. - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Ausschneiden - verschiebe selektierte Elemente in den Puffer. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Alle gleichartigen Elemente zu bereits selektierten Elementen werden selektiert. - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - QXVzc3RhbnplbiBvZGVyIFZlcmVpbmlnZW4gZ2Vmw7xsbHRlIEVsZW1lbnRlLuKAqEJlaSB1bnRlcnNj + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + ToolTip + + ToolTip + + Your Home-Library folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Documents folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + The Examples folder of Cenon. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Einfügen - füge Elemente aus dem Puffer auf die gleiche oder die erste editierbare Lage ein. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Alle Elemente auf allen sichtbaren (und editierbaren) Lagen werden selektiert. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Gruppe Auflösen - alle selektierten Gruppen werden aufgelöst. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Kopieren - kopiere selektierte Elemente in den Puffer. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Alle Elemente mit gleicher Farbe zu bereits selektierten Elementen werden selektiert. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Gruppieren - alle selektierten Elemente werden in einer Gruppe zusammen-gefasst. + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Ausschneiden - verschiebe selektierte Elemente in den Puffer. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + Alle gleichartigen Elemente zu bereits selektierten Elementen werden selektiert. + + + com.apple.InterfaceBuilder.CocoaPlugin + + + ToolTip + + ToolTip + + QXVzc3RhbnplbiBvZGVyIFZlcmVpbmlnZW4gZ2Vmw7xsbHRlIEVsZW1lbnRlLuKAqEJlaSB1bnRlcnNj aGllZGxpY2hlciBGYXJiZSB3aXJkIGRhcyBvYmVyZSBFbGVtZW50IGF1cyBkZW0gdW50ZXJlbiBFbGVt ZW50IGF1c2dlc3Rhbnp0LgpCZWkgZ2xlaWNoZXIgRmFyYmUgd2VyZGVuIMO8YmVybGFwcGVuZGUgRWxl bWVudGUgenUgZWluZW0gUGZhZCB2ZXJlaW5pZ3QuA - - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - - + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - + - 486 - - YES + App NSApplication @@ -4436,322 +4338,29 @@ ./Classes/App.h - - FirstResponder - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - addLink: - bindTextToPath: - bringForward: - bringToFront: - buildContour: - changeLayout: - changeSaveType: - close: - displayDirections: - draw: - enterSelection: - execute: - flatten: - group: - import: - join: - mirror: - performResize: - punch: - redoChange: - reverse: - revertToSaved: - rotateG: - save: - saveAs: - selectColor: - selectEqual: - sendBackward: - sendToBack: - setWidth: - split: - toggleCoordDisplay: - toggleGrid: - undoChange: - ungroup: - zoomIn: - zoomOut: - - - YES - - addLink: - id - - - bindTextToPath: - id - - - bringForward: - id - - - bringToFront: - id - - - buildContour: - id - - - changeLayout: - id - - - changeSaveType: - id - - - close: - id - - - displayDirections: - id - - - draw: - id - - - enterSelection: - id - - - execute: - id - - - flatten: - id - - - group: - id - - - import: - id - - - join: - id - - - mirror: - id - - - performResize: - id - - - punch: - id - - - redoChange: - id - - - reverse: - id - - - revertToSaved: - id - - - rotateG: - id - - - save: - id - - - saveAs: - id - - - selectColor: - id - - - selectEqual: - id - - - sendBackward: - id - - - sendToBack: - id - - - setWidth: - id - - - split: - id - - - toggleCoordDisplay: - id - - - toggleGrid: - id - - - undoChange: - id - - - ungroup: - id - - - zoomIn: - id - - - zoomOut: - id - - - - - IBUserSource - - - - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - sortColLLUR - sortColULLR - sortColURLL - sortRowLLUR - sortRowULLR - - - YES - {11, 11} - {10, 3} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - {28, 28} - - + + {11, 11} + {10, 3} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/German.lproj/._TilePanel.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/German.lproj/._TilePanel.xib differ diff -Nru cenon.app-4.0.2/German.lproj/TilePanel.xib cenon.app-4.0.6+ds1/German.lproj/TilePanel.xib --- cenon.app-4.0.2/German.lproj/TilePanel.xib 2010-02-09 07:37:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/TilePanel.xib 2014-11-04 11:52:39.000000000 +0000 @@ -1,31 +1,39 @@ - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1070 + 11G63 + 2549 + 1138.51 + 569.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 2549 - + YES - + NSBox + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSView + NSWindowTemplate YES com.apple.InterfaceBuilder.CocoaPlugin - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + YES @@ -41,12 +49,12 @@ 3 2 - {{469, 338}, {340, 220}} + {{469, 338}, {360, 220}} 1886912512 Nutzen Fertigung TilePanel View - {1.79769e+308, 1.79769e+308} + {299, 184} @@ -60,7 +68,7 @@ YES - 256 + 274 YES @@ -68,6 +76,9 @@ 256 {{68, 10}, {62, 45}} + + + 2 YES 2 1 @@ -138,6 +149,9 @@ 256 {{6, 61}, {127, 26}} + + + 2 YES 67239488 @@ -201,10 +215,16 @@ {{2, 2}, {141, 94}} + + + 2 - {{112, 38}, {145, 112}} + {{133, 38}, {145, 112}} + + + 2 {0, 0} 67239424 @@ -235,14 +255,17 @@ YES - 256 + 274 YES 256 - {{8, 10}, {82, 45}} + {{10, 10}, {76, 45}} + + + 2 YES 2 1 @@ -279,7 +302,7 @@ - {82, 21} + {76, 21} {1, 3} 67108864 NSActionCell @@ -304,8 +327,11 @@ 256 - {{5, 61}, {88, 26}} + {{5, 61}, {110, 26}} + + + 2 YES 67239488 @@ -356,13 +382,81 @@ 1 + + + 256 + {{86, 30}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + LucidaGrande + 13 + 1044 + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowRight + + + + 200 + 25 + + + + + 256 + {{85, 6}, {29, 30}} + + + + 2 + _NS:9 + YES + + 67108864 + 134217728 + + + _NS:9 + + 1212436480 + 130 + + NSImage + arrowUp + + + + 200 + 25 + + - {{2, 2}, {98, 94}} + {{2, 2}, {121, 94}} + + + 2 - {{5, 38}, {102, 112}} + {{6, 38}, {125, 112}} + + + 2 {0, 0} 67239424 @@ -384,8 +478,11 @@ 289 - {{256, 34}, {82, 32}} + {{276, 34}, {82, 32}} + + + 2 YES 67239424 @@ -417,9 +514,12 @@ {{0, 155}, {64, 64}} + + + 2 YES - 130560 + 134348288 33554432 NSImage @@ -435,8 +535,11 @@ 289 - {{256, 107}, {82, 32}} + {{276, 108}, {82, 32}} + + + 2 YES 67239424 @@ -456,8 +559,10 @@ 289 - {{256, 8}, {82, 32}} + {{276, 5}, {82, 32}} + + 2 YES 67239424 @@ -478,6 +583,9 @@ 292 {{6, 14}, {250, 18}} + + + 2 YES 67239424 @@ -497,12 +605,16 @@ - {340, 220} + {360, 220} + + + 2 - {{0, 0}, {1920, 1178}} + {{0, 0}, {1920, 1058}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES @@ -510,6 +622,14 @@ YES + tilePanel + + + + 47 + + + distanceMatrix @@ -566,14 +686,6 @@ - tilePanel - - - - 47 - - - originSwitch @@ -596,13 +708,47 @@ 64 + + + xDirButton + + + + 79 + + + + yDirButton + + + + 80 + + + + setXYDirections: + + + + 81 + + + + setXYDirections: + + + + 82 + YES 0 - + + YES + @@ -635,11 +781,11 @@ YES - - + + @@ -659,6 +805,8 @@ YES + + @@ -867,134 +1015,138 @@ + + 75 + + + YES + + + + + + 76 + + + + + 77 + + + YES + + + + + + 78 + + + YES YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency 10.IBPluginDependency - 10.ImportedFromIB2 12.IBPluginDependency - 12.ImportedFromIB2 13.IBPluginDependency - 13.ImportedFromIB2 18.IBPluginDependency - 18.ImportedFromIB2 19.IBPluginDependency - 19.ImportedFromIB2 27.IBPluginDependency - 27.ImportedFromIB2 28.IBPluginDependency - 28.ImportedFromIB2 29.IBPluginDependency - 29.ImportedFromIB2 30.IBPluginDependency - 30.ImportedFromIB2 32.IBPluginDependency - 32.ImportedFromIB2 33.IBPluginDependency - 33.ImportedFromIB2 34.IBPluginDependency - 34.ImportedFromIB2 35.IBPluginDependency - 35.ImportedFromIB2 5.IBPluginDependency - 5.ImportedFromIB2 57.IBPluginDependency - 57.ImportedFromIB2 58.IBPluginDependency - 58.ImportedFromIB2 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect 6.IBPluginDependency 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize 60.IBPluginDependency - 60.ImportedFromIB2 61.IBPluginDependency - 61.ImportedFromIB2 + 66.IBPluginDependency + 67.IBPluginDependency + 68.IBPluginDependency + 69.IBPluginDependency 7.IBPluginDependency - 7.ImportedFromIB2 + 70.IBPluginDependency + 71.IBPluginDependency + 72.IBPluginDependency + 73.IBPluginDependency + 74.IBPluginDependency + 75.IBPluginDependency + 76.IBPluginDependency + 77.IBPluginDependency + 78.IBPluginDependency 8.IBPluginDependency - 8.ImportedFromIB2 9.IBPluginDependency - 9.ImportedFromIB2 - + YES com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 684}, {340, 220}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin {{329, 684}, {340, 220}} - - - {299, 184} com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin YES - - YES - + YES - - YES - + - 74 + 82 @@ -1002,228 +1154,90 @@ App NSApplication - - YES - - YES - changeSaveType: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWorkingAreaPanel: - takeSnapShot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/App.h TilePanel NSPanel + setXYDirections: + id + + + setXYDirections: + + setXYDirections: + id + + + YES YES - buildCopies: - removeTiles: - set: - setDistancePopup: - updatePanel: - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + NSButton + NSButton - + YES YES - distPopup - distanceMatrix - limitsMatrix - limitsPopUp - originSwitch - - - YES - id - id - id - id - id + xDirButton + yDirButton + + + YES + + xDirButton + NSButton + + + yDirButton + NSButton + IBProjectSource - TilePanel.h - - - - TilePanel - NSPanel - - IBUserSource - + ./Classes/TilePanel.h 0 - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - + IBCocoaFramework com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 YES - ../Cenon.xcodeproj 3 + + YES + + YES + Cenon + NSMenuCheckmark + NSMenuMixedState + arrowRight + arrowUp + + + YES + {512, 512} + {11, 11} + {10, 3} + {11, 18} + {18, 11} + + diff -Nru cenon.app-4.0.2/German.lproj/ToolPanel.xib cenon.app-4.0.6+ds1/German.lproj/ToolPanel.xib --- cenon.app-4.0.2/German.lproj/ToolPanel.xib 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/ToolPanel.xib 2017-11-21 14:35:17.000000000 +0000 @@ -0,0 +1,711 @@ + + + + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 5056 + + + NSButtonCell + NSCustomObject + NSMatrix + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + + App + + + FirstResponder + + + NSApplication + + + 3 + 2 + {{1, 411}, {70, 236}} + -260571136 + + NSPanel + View + + {70, 212} + + + 256 + + + + 256 + {{0, -2}, {70, 238}} + + + YES + NO + 7 + 2 + + + -2080374784 + 134217728 + Button + + LucidaGrande + 14 + 16 + + + -1228652544 + 6 + + NSImage + toolArrow + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 7 + -1228652544 + 6 + + NSImage + toolLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 1 + -1228652544 + 6 + + NSImage + toolRotate + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 8 + -1228652544 + 6 + + NSImage + toolPolyLine + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 2 + -1228652544 + 6 + + NSImage + toolCutter + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 9 + -1228652544 + 6 + + NSImage + toolArc + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 3 + -1228652544 + 6 + + NSImage + toolAddPt + + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 10 + -1228652544 + 6 + + NSImage + toolRectangle + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 4 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 11 + -1228652544 + 6 + + NSImage + toolCurve + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 5 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 12 + -1228652544 + 6 + + NSImage + toolText + + + + 200 + 25 + + + 603979776 + 134217728 + + + + 6 + -1228128256 + 6 + + + 200 + 25 + + + 67108864 + 134217728 + Button + + + 13 + -1228652544 + 6 + + NSImage + toolMark + + + + 200 + 25 + + + {35, 34} + {0, 0} + 1157627904 + NSActionCell + + -2080374784 + 134217728 + Button + + -1228652544 + 2 + + + 200 + 25 + + + + 3 + MQA + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + + {70, 236} + + + + + {{0, 0}, {2560, 1417}} + {70, 234} + {10000000000000, 10000000000000} + YES + + + + NO + + + + toolPanel + + + + 44 + + + + setCurrent2DTool: + + + + 58 + + + + + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 21 + + + + + + Tools + + + 2 + + + + + + + + 46 + + + + + + + + + + + + + + + + + + + + + + 45 + + + + + 47 + + + + + 48 + + + + + 49 + + + + + 50 + + + + + 51 + + + + + 52 + + + + + 53 + + + + + 54 + + + + + 55 + + + + + 56 + + + + + 57 + + + + + 59 + + + + + 60 + + + + + 62 + + + + + -3 + + + Application + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Mode for handling graphic objects + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 737}, {70, 236}} + + + ToolTip + + ToolTip + + QmVkaWVubW9kdXMKSW4gamVkZW0gYW5kZXJlbiBNb2R1cyBrb21tZW4gU2llIGluIGRlbiBCZWRpZW5t +b2R1cywgdm9yw7xiZXJnZWhlbmQgbWl0IERyw7xja2VuIGRlciBLb21tYW5kb3Rhc3RlLCBkYXVlcmhh +ZnQgbWl0IERyw7xja2VuIGRlciByZWNodGVuIE1hdXN0YXN0ZS4 + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + RHJlaHVuZwpHcmFmaWsgaXJnZW5kd28gc2VsZWt0aWVyZW4gdW5kIHVtIGRhcyBaZW50cnVtIGRyZWhl +bi4 + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Schneiden - zerschneidet einen selektierten Pfad an der angeklickten Position. + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Steg - plaziert einen Steg, der erst bei der letzten Fräsung ausgelassen wird. + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Senkung - plaziert eine Senkung + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Gewinde - plaziert ein Gewinde + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Linie - zeichnet aufeinanderfolgende Linien; Wird mit treffen eines anderen Stützpunktes oder Doppelklick beendet. + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + S3JlaXMgLSB6ZWljaG5ldCBLcmVpc2UgdW5kIEtyZWlzYXVzc2Nobml0dGXigKgxLiBLbGljayBkZWZp +bmllcnQgZGFzIFplbnRydW0KMi4gS2xpY2sgZGVmaW5pZXJ0IGRlbiBTdGFydHB1bmt0CjMuIEtsaWNr +IGRlZmluaWVydCBkZW4gRW5kcHVua3Q + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UmVjaHRlY2sgLSB6ZWljaG5ldCBlaW4gUmVjaHRlY2sKMS4gS2xpY2sgZGVmaW5pZXJ0IGRpZSB1bnRl +cmUgbGlua2UgRWNrZQoyLiBLbGljayBkZWZpbmllcnQgZGllIGRpYWdvbmFsZSBFY2tlA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + QmV6aWVyIEt1cnZlIC0gemVpY2huZXQgYmV6aWVyIEt1cnZlbgoxLiBLbGljayBkZWZpbmllcnQgZGVu +IFN0YXJ0cHVua3QKMi4gS2xpY2sgZGVmaW5pZXJ0IGRlbiBFbmRwdW5rdAozLiBLbGljayBkZWZpbmll +cnQgZGVuIDF0ZW4gQW5rZXJwdW5rdAo0LiBLbGljayBkZWZpbmllcnQgZGVuIDJ0ZW4gQW5rZXJwdW5r +dA + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Text - plaziert eine Textbox zum Hereinschreiben + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Markierung - plaziert eine Markierung + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Stützpunkt hinzufügen - erzeugt einen neuen Stützpunkt an der angeklickten Position bei einem selektierten Pfad oder einer Polilinie. + + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + UG9saUxpbmllIC0gemVpY2huZXQgZWluZSBQb2xpTGluaWUgb2RlciBlaW4gUG9saWdvbgoxLiBLbGlj +ayBzdGFydGV0IGRpZSBQb2xpbGluaWUKMi4gdW5kIGZvbGdlbmRlIEtsaWNrcyBhZGRpZXJ0IGxpbmll +biBTZWdtZW50ZQozLiBlaW4gRG9wcGVsa2xpY2sgYmVlbmRldCBkaWUgUG9saWxpbmllA + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + + + + App + NSApplication + + IBProjectSource + ./Classes/App.h + + + + + 0 + IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + {28, 28} + {28, 28} + {16, 16} + {28, 28} + {28, 28} + {28, 28} + {32, 24} + {28, 28} + {28, 28} + {28, 28} + {28, 28} + + + diff -Nru cenon.app-4.0.2/German.lproj/UpdatePanel.xib cenon.app-4.0.6+ds1/German.lproj/UpdatePanel.xib --- cenon.app-4.0.2/German.lproj/UpdatePanel.xib 2011-02-25 04:44:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/UpdatePanel.xib 2016-02-01 16:55:52.000000000 +0000 @@ -1,30 +1,42 @@ - + - 1040 - 10H574 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSImageCell + NSImageView + NSProgressIndicator + NSScrollView + NSScroller + NSSplitView + NSTableColumn + NSTableHeaderView + NSTableView + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + UpdateController @@ -42,33 +54,29 @@ Cenon Updates NSPanel View - {1.79769e+308, 1.79769e+308} + {400, 400} 256 - - YES + 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 304}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -79,6 +87,7 @@ 0 NO + NO YES @@ -86,9 +95,10 @@ 289 {{300, 2}, {96, 32}} + YES - 67239424 + 67108864 134217728 Download @@ -97,62 +107,68 @@ 16 - -2036186881 + -2036187136 1 200 25 + NO 289 {{202, 2}, {100, 32}} + YES - 67239424 + 67108864 134217728 Schliessen - -2036186881 + -2036187136 1 DQ 200 25 + NO 292 {{4, 2}, {176, 32}} + YES - 67239424 + 67108864 134217728 Diese Version auslassen - -2036186881 + -2036187136 1 200 25 + NO 266 {{110, 364}, {283, 16}} + YES - 68288064 + 68157504 272630784 Eine neue Version von Cenon ist verfügbar @@ -180,70 +196,72 @@ + NO 266 {{110, 304}, {283, 51}} + YES - 67239424 + 67108864 4194304 - Cenon V_NEW ist jetzt verfügbar - Sie betreiben Version V_INST. Möchten Sie aktualisieren? - + Cenon V_NEW ist jetzt verfügbar - Sie betreiben eine ältere Version V_INST. Möchten Sie aktualisieren? + LucidaGrande 12 - 16 + 4883 + NO 274 - - YES + 290 - - YES + - 2304 - - YES + 2322 + 306 {378, 64} + YES + NO + YES 256 {378, 17} + - - + + -2147483392 {{354, 0}, {16, 17}} - - - YES + install 12 12 20 - 75628096 + 75497536 2048 @@ -268,10 +286,10 @@ - 337772096 + 337641536 2048 Text Cell - + 6 @@ -290,7 +308,7 @@ 40 1000 - 75628096 + 75497536 2048 Name @@ -301,10 +319,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -319,7 +337,7 @@ 40 60 - 75628096 + 75497536 67110912 @@ -327,10 +345,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -345,7 +363,7 @@ 50 80 - 75628096 + 75497536 2048 Version @@ -353,10 +371,10 @@ - 337772096 + 337641536 2048 Text Cell - + @@ -371,7 +389,7 @@ 60 60 - 75628096 + 75497536 67110912 Grösse @@ -379,10 +397,10 @@ - 337772096 + 337641536 67110912 Text Cell - + @@ -391,7 +409,7 @@ YES - + 3 2 @@ -413,10 +431,12 @@ 0 YES 0 + 1 - + {{1, 17}, {378, 64}} + @@ -427,6 +447,8 @@ -2147483392 {{354, 17}, {15, 48}} + + NO _doScroller: 0.6875 @@ -436,6 +458,8 @@ -2147483392 {{1, 66}, {378, 15}} + + NO 1 _doScroller: @@ -444,45 +468,47 @@ 2304 - - YES + - + {{1, 0}, {378, 17}} + 4 - - + {380, 82} + - 562 + YES + 133682 - QSAAAEEgAABBmAAAQZgAAA + 0.25 + 4 + 1 282 - - YES + - 2304 - - YES + 2322 + 2322 - {363, 14} + {378, 167} + @@ -491,91 +517,90 @@ - - YES + - - 134 + + 166 - 363 + 378 1 - 12261 + 67120613 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 1 6 - {743, 1e+07} - {223, 0} + {743, 10000000} - - {{1, 1}, {363, 167}} + + {{1, 1}, {378, 167}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{364, 1}, {15, 167}} + {{363, 1}, {16, 167}} + + NO _doScroller: 0.99248120300751874 @@ -585,32 +610,42 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{0, 91}, {380, 169}} + - 18 + YES + 133138 + 0.25 + 4 + 1 - + {{10, 37}, {380, 260}} + - + {400, 400} + - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 422} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES 1 @@ -624,17 +659,15 @@ View - {1.79769e+308, 1.79769e+308} + {400, 120} - + 256 - - YES + 1290 - {{102, 62}, {286, 20}} 16394 @@ -647,7 +680,7 @@ YES - 67239424 + 67108864 272629760 Downloading NUM Dateien @@ -655,6 +688,7 @@ + NO @@ -663,7 +697,7 @@ YES - 67239424 + 67108864 272629760 Downloading NAME @@ -675,6 +709,7 @@ + NO @@ -683,7 +718,7 @@ YES - 67239424 + 67108864 272629760 SIZE von SIZETOT - TIMELEFT @@ -691,27 +726,24 @@ + NO 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 20}, {96, 96}} YES - 130560 + 134217728 33554432 0 @@ -719,6 +751,7 @@ 0 NO + NO YES @@ -728,39 +761,44 @@ YES - 67239424 + 67108864 134217728 Stop - + - -2038284033 + -2038284288 1 - + + LucidaGrande + 12 + 16 + Gw 200 25 + NO - + {400, 120} - - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {400, 142} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + panel - 90 + 90 @@ -768,7 +806,7 @@ - 91 + 91 @@ -776,7 +814,7 @@ - 92 + 92 @@ -784,7 +822,7 @@ - 95 + 95 @@ -792,15 +830,7 @@ - 96 - - - - tableView - - - - 97 + 96 @@ -808,7 +838,7 @@ - 98 + 98 @@ -816,7 +846,7 @@ - 99 + 99 @@ -824,15 +854,7 @@ - 100 - - - - textView - - - - 106 + 100 @@ -840,7 +862,7 @@ - 119 + 119 @@ -848,7 +870,7 @@ - 126 + 126 @@ -856,7 +878,7 @@ - 127 + 127 @@ -864,7 +886,7 @@ - 128 + 128 @@ -872,7 +894,7 @@ - 129 + 129 @@ -880,47 +902,58 @@ - 130 + 130 - + + + tableView + + + + 97 + + + + textView + + + + 106 + + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + UpdatePanel - 4 + 4 - - YES + @@ -928,546 +961,411 @@ - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 31 + 31 - 33 + 33 - -3 + -3 Application - 37 + 37 - - YES + - + - 38 + 38 - 40 + 40 - - YES + - + - 41 + 41 - 47 + 47 - - YES + - + - 48 + 48 - 51 + 51 - - YES + - + - 52 + 52 - 76 + 76 - - YES + - + - 65 + 65 - - YES + - - + + - 69 + 69 - 68 - - - YES - - - - - - - - - - 67 + 67 - 66 + 66 - 74 - - - YES - - - - - - 71 - - - YES - - - - - - 70 - - - YES - - - - - - 73 - - - - - 72 - - - - - 75 - - - - - 61 + 61 - - YES - + - + + - 64 - - - - - 63 + 63 - 62 + 62 - 77 - - - YES - - - - - - 78 - - - - - 107 - - - YES - - - - - - 108 - - - - - 112 + 112 - - YES + - + ProgressPanel - 113 + 113 - - YES + - + - 114 + 114 - - YES + - + - 115 + 115 - - YES + - + - 116 + 116 - 117 + 117 - 118 + 118 - 120 + 120 - - YES + - + - 121 + 121 - 122 + 122 - - YES + - + - 123 + 123 - 124 + 124 - - YES + - + - 125 + 125 - - - - YES - - YES - -3.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 112.IBEditorWindowLastContentRect - 112.IBPluginDependency - 112.IBWindowTemplateEditedContentRect - 112.ImportedFromIB2 - 112.windowTemplate.hasMinSize - 112.windowTemplate.minSize - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 118.IBPluginDependency - 120.IBPluginDependency - 120.ImportedFromIB2 - 121.IBPluginDependency - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMinSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 33.IBPluginDependency - 37.IBAttributePlaceholdersKey - 37.IBPluginDependency - 37.ImportedFromIB2 - 38.IBPluginDependency - 4.IBPluginDependency - 4.ImportedFromIB2 - 40.IBAttributePlaceholdersKey - 40.IBPluginDependency - 40.ImportedFromIB2 - 41.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 51.IBPluginDependency - 52.IBPluginDependency - 6.IBAttributePlaceholdersKey - 6.IBPluginDependency - 6.ImportedFromIB2 - 61.IBPluginDependency - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1027}, {400, 120}} - com.apple.InterfaceBuilder.CocoaPlugin - {{386, 1027}, {400, 120}} - - - {400, 120} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{387, 602}, {400, 400}} - com.apple.InterfaceBuilder.CocoaPlugin - {{387, 602}, {400, 400}} - - - {400, 400} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Update beenden. - + + 68 + + + + + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Update beenden. Bitte erinnere mich nicht mehr an dieses Update. - + + 74 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Die ausgewählten Pakete werden zur Installation heruntergeladen. - + + 71 + + + + + - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - + + 70 + + + + + + + + 77 + + + + + + + + 107 + + + + + + + + 108 + + + + + 78 + + + + + 73 + + + + + 72 + + + + + 75 + + + + + 64 + + + + - - YES - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{386, 1027}, {400, 120}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{387, 602}, {400, 400}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Update beenden. + - - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Update beenden. Bitte erinnere mich nicht mehr an dieses Update. + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Die ausgewählten Pakete werden zur Installation heruntergeladen. + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + - 130 - - YES + FirstResponder - NSObject orderFrontNXColorPanel: id @@ -1485,711 +1383,52 @@ - UpdateController - NSObject - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: - - - YES - id - id - id - id - id - - - - YES - - YES - cancel: - cancelDownload: - checkForUpdates: - install: - skip: + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id - - YES - - cancel: - id - - - cancelDownload: - id - - - checkForUpdates: - id - - - install: - id - - - skip: - id - + + toggleQuickLookPreviewPanel: + id + + + IBProjectSource + ./Classes/NSTextView.h - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - infoLabel - installButton - panel - progressIndicator - progressNameText - progressPanel - progressSizeText - progressTitleText - skipButton - tableData - tableView - textView - titleLabel - - - YES - - infoLabel - id - - - installButton - id - - - panel - id - - - progressIndicator - id - - - progressNameText - id - - - progressPanel - id - - - progressSizeText - id - - - progressTitleText - id - - - skipButton - id - - - tableData - id - - - tableView - id - - - textView - id - - - titleLabel - id - - - - - IBProjectSource - UpdateController.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h + + + UpdateController + NSObject + + IBProjectSource + ./Classes/UpdateController.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSProgressIndicator - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSProgressIndicator.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSSplitView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSSplitView.h - - - - NSTableColumn - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableColumn.h - - - - NSTableHeaderView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSTableHeaderView.h - - - - NSTableView - NSControl - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 Cenon - {128, 128} + {1024, 1024} diff -Nru cenon.app-4.0.2/German.lproj/Vectorizer.xib cenon.app-4.0.6+ds1/German.lproj/Vectorizer.xib --- cenon.app-4.0.2/German.lproj/Vectorizer.xib 2011-05-31 10:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/German.lproj/Vectorizer.xib 2017-11-21 14:31:10.000000000 +0000 @@ -1,29 +1,41 @@ - + - 1040 - 10J869 - 823 - 1038.35 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 823 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES + Vectorizer @@ -41,33 +53,30 @@ Vektorisieren NSPanel View + {300, 200} {220, 200} 256 - - YES + 268 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{0, 104}, {96, 96}} + YES - 130560 + 134217728 33554432 NSImage @@ -78,6 +87,7 @@ 0 NO + NO YES @@ -85,9 +95,10 @@ 289 {{116, 4}, {112, 32}} + YES - 67239424 + 67108864 134217728 Vektorisieren @@ -96,35 +107,37 @@ 16 - -2036186881 + -2036187136 1 DQ 200 25 + NO 265 {{68, 154}, {156, 40}} + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Bild ersetzen - + LucidaGrande 12 - 16 + 4883 - 1210864127 + 1210863872 2 NSSwitch @@ -135,13 +148,13 @@ 25 - 67239424 + 67108864 67108864 Ergebnis füllen - + 1 - 1210864127 + 1210863872 2 @@ -149,26 +162,24 @@ 200 25 - + {156, 19} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - + -1 - 1210864127 + 1210863872 2 549453824 {18, 18} - - YES - - YES + + @@ -220,8 +231,8 @@ ZSBDb21wdXRlciwgSW5jLiwgMjAwNQAAAAA - - + + 3 MCAwAA @@ -244,20 +255,25 @@ - + + LucidaGrande + 12 + 16 + 266 {{101, 77}, {126, 26}} + YES - -2076049856 + -2076180416 2048 - + - 109199615 + 109199360 1 @@ -290,8 +306,7 @@ OtherViews - - YES + Linien @@ -304,7 +319,7 @@ - + 1 3 @@ -312,51 +327,54 @@ YES 1 + NO 268 {{8, 44}, {88, 21}} + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 10 62 - 67239424 + 67108864 67108864 Toleranz: - + {88, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 62 - 67239424 + 67108864 67108864 - + -1 + -1 3 MQA @@ -368,9 +386,10 @@ 266 {{104, 41}, {120, 26}} + YES - 67501824 + 67371264 0 @@ -384,26 +403,29 @@ YES NO + NO - + {230, 200} + {{0, 0}, {1920, 1178}} {220, 222} {300, 222} + YES - + - - YES + NO + set: - 51 + 51 @@ -411,7 +433,7 @@ - 52 + 52 @@ -419,7 +441,7 @@ - 53 + 53 @@ -427,7 +449,7 @@ - 55 + 55 @@ -435,7 +457,7 @@ - 56 + 56 @@ -443,7 +465,7 @@ - 57 + 57 @@ -451,7 +473,7 @@ - 58 + 58 @@ -459,7 +481,7 @@ - 59 + 59 @@ -467,359 +489,244 @@ - 62 + 62 - + - - YES + - 0 - - YES - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 3 + 3 - - YES + - + Vectorizer - 4 + 4 - - YES + - + - 6 + 6 - - YES + - + - 17 + 17 - - YES + - + - 19 + 19 - - YES + - + - 20 + 20 - 21 + 21 - 23 + 23 - - YES + - + - 31 + 31 - 33 + 33 - 34 + 34 - - YES + - + - 36 + 36 - 24 + 24 - - YES + - + - 27 + 27 - 25 + 25 - -3 + -3 Application - 37 + 37 - - YES + - + - 38 + 38 - 39 + 39 - 49 + 49 - - YES + - + - 50 + 50 - + - - YES - - YES - -3.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBAttributePlaceholdersKey - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBAttributePlaceholdersKey - 21.IBPluginDependency - 21.ImportedFromIB2 - 23.IBAttributePlaceholdersKey - 23.IBPluginDependency - 23.IBViewBoundsToFrameTransform - 23.ImportedFromIB2 - 24.IBEditorWindowLastContentRect - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 27.IBPluginDependency - 27.ImportedFromIB2 - 3.IBEditorWindowLastContentRect - 3.IBPluginDependency - 3.IBWindowTemplateEditedContentRect - 3.ImportedFromIB2 - 3.windowTemplate.hasMaxSize - 3.windowTemplate.hasMinSize - 3.windowTemplate.maxSize - 3.windowTemplate.minSize - 31.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 37.IBViewBoundsToFrameTransform - 37.ImportedFromIB2 - 38.IBPluginDependency - 39.IBPluginDependency - 39.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 49.IBAttributePlaceholdersKey - 49.IBPluginDependency - 49.IBViewBoundsToFrameTransform - 49.ImportedFromIB2 - 50.IBPluginDependency - 6.IBPluginDependency - 6.IBViewBoundsToFrameTransform - 6.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - check this to fill the resulting graphics - - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - check this to remove the image after vectorization - - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Create Lines or Curves ? - + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + check this to fill the resulting graphics - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCyAAAwswAAA - - - {{422, 994}, {126, 43}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{330, 711}, {230, 200}} - com.apple.InterfaceBuilder.CocoaPlugin - {{330, 711}, {230, 200}} - - - - {300, 200} - {220, 200} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwrwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Tolerance for creating Curves - + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + check this to remove the image after vectorization - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCzAAAwsAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCxAAAwjgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Create Lines or Curves ? - - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{330, 711}, {230, 200}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Tolerance for creating Curves + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 62 - - YES + FirstResponder - NSObject orderFrontNXColorPanel: id @@ -837,650 +744,32 @@ - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - Vectorizer NSObject - - YES - - YES - set: - setTolerance: - setTypePopup: - showPanel: - - - YES - id - id - id - id - - - - YES - - YES - set: - setTolerance: - setTypePopup: - showPanel: - - - YES - - set: - id - - - setTolerance: - id - - - setTypePopup: - id - - - showPanel: - id - - - - - YES - - YES - panel - switchMatrix - tolField - tolSlider - typPopup - - - YES - id - id - id - id - id - - - - YES - - YES - panel - switchMatrix - tolField - tolSlider - typPopup - - - YES - - panel - id - - - switchMatrix - id - - - tolField - id - - - tolSlider - id - - - typPopup - id - - - IBProjectSource - Vectorizer.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h + ./Classes/Vectorizer.h - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../Cenon.xcodeproj 3 - - YES - - YES - Cenon - NSMenuCheckmark - NSMenuMixedState - - - YES - {128, 128} - {9, 8} - {7, 2} - - + + {1024, 1024} + {11, 11} + {10, 3} + diff -Nru cenon.app-4.0.2/GNUmakefile cenon.app-4.0.6+ds1/GNUmakefile --- cenon.app-4.0.2/GNUmakefile 2013-04-08 14:38:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/GNUmakefile 2016-05-27 14:46:15.000000000 +0000 @@ -1,31 +1,33 @@ # GNUmakefile: makefile for Cenon # -# Copyright (C) 2000-2013 by vhf interservice GmbH +# Copyright (C) 2000-2016 by Cenon GmbH # Author: Georg Fleischmann # -# modified: 2013-02-13 (Vectorizer.m added) +# modified: 2015-02-23 (ToolPanel.xib localized) +# 2014-07-04 (GNUSTEP_INSTALLATION_DOMAIN removed) +# 2013-02-13 (Vectorizer.m added) # 2011-12-03 (ICUTImportSub.m, h added) # 2011-04-06 (Vectorizer.xib added) # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the -# License requires that the copyright notices and this notice -# be preserved on all copies. +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the License +# requires that the copyright notices and this notice be +# preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de -GNUSTEP_INSTALLATION_DOMAIN=LOCAL +#GNUSTEP_INSTALLATION_DOMAIN=LOCAL #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT) #GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles @@ -33,7 +35,7 @@ # packages (RPM) PACKAGE_NAME = Cenon -VERSION = 4.0.2 +VERSION = 4.0.5 APP_NAME = Cenon @@ -90,7 +92,7 @@ VHFImport/*.prolog VHFImport/*.trailer \ CharConversion CropMarks \ SinkingMetrics.plist \ - ToolPanel.xib Info.xib \ + Info.xib \ InspectorPanel.subproj/button*.tiff InspectorPanel.subproj/ip*.tiff \ PreferencesPanel.subproj/General.bproj/General.prefs \ PreferencesPanel.subproj/Import.bproj/Import.prefs \ @@ -99,7 +101,7 @@ Cenon_LOCALIZED_RESOURCE_FILES = \ Contour.nib Document.nib Main.xib \ PrintPanelAccessory.nib \ - TilePanel.nib WorkingAreaPanel.nib \ + TilePanel.nib ToolPanel.xib WorkingAreaPanel.nib \ IntersectionPanel.nib GridPanel.nib LayerDetails.nib \ Localizable.strings Operations.strings \ Vectorizer.xib Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._GNUmakefile.postamble and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._GNUmakefile.postamble differ diff -Nru cenon.app-4.0.2/GNUmakefile.postamble cenon.app-4.0.6+ds1/GNUmakefile.postamble --- cenon.app-4.0.2/GNUmakefile.postamble 2013-04-10 17:49:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/GNUmakefile.postamble 2013-10-05 10:17:12.000000000 +0000 @@ -21,6 +21,7 @@ after-install:: # copy library #rm -R $(GNUSTEP_LIBRARY)/$(APP_NAME) + #mkdir $(GNUSTEP_LIBRARY)/ cp -R Library/$(APP_NAME)/ $(GNUSTEP_LIBRARY)/ # set permissions (rrr) chmod -R ugo+rX $(GNUSTEP_APPS)/$(APP_NAME).* Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._ClipRectangle.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._ClipRectangle.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/ClipRectangle.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/ClipRectangle.h --- cenon.app-4.0.2/GraphicObjects.subproj/ClipRectangle.h 2008-06-08 02:59:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/ClipRectangle.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* ClipRectangle.h * Cenon 2-D Clip rectangle * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-09-17 * modified: 2008-06-08 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_CLIPRECTANGLE -#define VHF_H_CLIPRECTANGLE +#ifndef CEN_H_CLIPRECTANGLE +#define CEN_H_CLIPRECTANGLE #include "VGraphic.h" @@ -53,4 +53,4 @@ @end -#endif // VHF_H_CLIPRECTANGLE +#endif // CEN_H_CLIPRECTANGLE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._ClipRectangle.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._ClipRectangle.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/ClipRectangle.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/ClipRectangle.m --- cenon.app-4.0.2/GraphicObjects.subproj/ClipRectangle.m 2007-05-08 17:37:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/ClipRectangle.m 2015-07-30 13:09:15.000000000 +0000 @@ -1,29 +1,29 @@ /* ClipRectangle.m * Cenon 2-D Clip rectangle * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-09-17 - * modified: 2006-01-11 + * modified: 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -62,16 +62,20 @@ selectedKnob = -1; } +/* create + * modified: 2015-07-30 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSPeriodicMask - (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, rSize, p, lastPoint = NSZeroPoint; - id window = [view window]; - ClipRectangle *drawRectangleGraphic; - BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; - float grid = 1.0/*(float)[view rasterSpacing]*/; - int windowNum = [event windowNumber]; - // BOOL alternate = [NXApp alternate]; +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, rSize, p, lastPoint = NSZeroPoint; + id window = [view window]; + ClipRectangle *drawRectangleGraphic; + BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; + float grid = 1.0/*(float)[view rasterSpacing]*/; + int windowNum = [event windowNumber]; + //BOOL alternate = [NXApp alternate]; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; // [drawRectangleGraphic setUseColor:YES]; // [self setUseColor:YES]; @@ -82,7 +86,7 @@ [view hitEdge:&start spare:self]; /* snap to point */ start = [view grid:start]; /* set on grid */ viewBounds = [view visibleRect]; /* get the bounds of the view */ - [view lockFocus]; /* and lock the focus on view */ + //[view lockFocus]; /* and lock the focus on view */ [self setVertices:start :start]; drawRectangleGraphic = [self copy]; @@ -95,7 +99,8 @@ StartTimer(inTimerLoop); /* now entering the tracking loop */ - while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) + while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) + && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) { /* Since MouseMoved event is never send we use a periodic event instead */ if ( [event type] == NSPeriodic ) @@ -109,7 +114,7 @@ lastPoint = drawPoint; /* delete line from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( ([event type] == NSLeftMouseDragged)&&(!dragging) ) dragging = YES; @@ -118,8 +123,8 @@ viewBounds = [view bounds]; } gridPoint = drawPoint; - hitEdge = [view hitEdge:&gridPoint spare:self]; /* snap to point */ - gridPoint = [view grid:gridPoint]; /* fix position to grid¼ */ + hitEdge = [view hitEdge:&gridPoint spare:self]; // snap to point + gridPoint = [view grid:gridPoint]; // fix position to grid [window displayCoordinate:gridPoint ref:NO]; @@ -138,24 +143,30 @@ drawBounds = [drawRectangleGraphic extendedBoundsWithScale:[view scaleFactor]]; gridBounds = NSUnionRect(drawBounds , gridBounds); - if ( NSContainsRect(viewBounds , gridBounds) ) /* line inside view ? */ - { [drawRectangleGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + [tmpGraphics removeAllObjects]; + if ( NSContainsRect(viewBounds, gridBounds) ) // line inside view ? + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawRectangleGraphic]; // shadow rectangle + [tmpGraphics addObject:self]; // on the grid + //[drawRectangleGraphic drawWithPrincipal:view]; + //[self drawWithPrincipal:view]; } else - drawPoint = gridPoint = start; /* else set line invalid */ + drawPoint = gridPoint = start; // else set line invalid [window flushWindow]; } event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; [drawRectangleGraphic release]; last = gridPoint; - if ( fabs(last.x-start.x) <= grid && fabs(last.y-start.y) <= grid ) /* no length -> not valid */ + if ( fabs(last.x-start.x) <= grid && fabs(last.y-start.y) <= grid ) // no length -> invalid ok = NO; else if ( (!dragging && [event type]==NSLeftMouseDown)||(dragging && [event type]==NSLeftMouseUp) ) { /* double click or out of window -> not valid */ @@ -168,7 +179,7 @@ if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if (!ok) { [view display]; diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/GNUmakefile cenon.app-4.0.6+ds1/GraphicObjects.subproj/GNUmakefile --- cenon.app-4.0.2/GraphicObjects.subproj/GNUmakefile 2011-04-06 07:07:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/GNUmakefile 2014-08-17 15:37:31.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the Graphic Objects subproject # -# Copyright (C) 2000-2011 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2011-04-05 (VCurveFit.m, h added) # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._HiddenArea.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._HiddenArea.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/HiddenArea.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/HiddenArea.h --- cenon.app-4.0.2/GraphicObjects.subproj/HiddenArea.h 2007-05-08 17:37:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/HiddenArea.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* HiddenArea.h * Object for calculation of hidden areas * - * Copyright (C) 1999-2006 by vhf interservice GmbH + * Copyright (C) 1999-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1998-03-26 * modified: 2006-02-06 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_HIDDENAREA -#define VHF_H_HIDDENAREA +#ifndef CEN_H_HIDDENAREA +#define CEN_H_HIDDENAREA @interface HiddenArea:NSObject @@ -42,4 +42,4 @@ @end -#endif // VHF_H_HIDDENAREA +#endif // CEN_H_HIDDENAREA diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/HiddenArea.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/HiddenArea.m --- cenon.app-4.0.2/GraphicObjects.subproj/HiddenArea.m 2012-01-06 16:16:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/HiddenArea.m 2017-04-13 17:10:42.000000000 +0000 @@ -1,29 +1,30 @@ /* HiddenArea.m * Object for calculation of hidden areas * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2017 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1996-09-24 - * modified: 2006-11-07 + * modified: 2017-04-11 (-removePartsOf:hiddenBy: not splitted rectangles fixed) + * 2017-04-10 (-removePartsOf:hiddenBy: exception fixed) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -98,13 +99,13 @@ { cf = [icg filled]; cFillColor = [[(VPath*)icg fillColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; - cEndColor = [[(VPath*)icg endColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; + cEndColor = [[(VPath*)icg endColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; } cBounds = [icg bounds]; /* look if the cg lies under one of the other (o) graphics - * if the two graphics has the same colour they will be united later ! + * if the two graphics have the same color they will be united later ! * else: the hidden areas of the hidden graphic will be removed or the hole hiddenG */ for ( o=c+1; o < (int)[list count]; o++ ) @@ -145,13 +146,13 @@ { of = [iog filled]; oFillColor = [[(VPath*)iog fillColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; - oEndColor = [[(VPath*)iog endColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; + oEndColor = [[(VPath*)iog endColor] colorUsingColorSpaceName:@"NSCalibratedRGBColorSpace"]; } - if (!(((((cw && cw == ow) || (!cw && !ow && !cf && !of)) && [cColor isEqual:oColor]) || + if ( !(((((cw && cw == ow) || (!cw && !ow && !cf && !of)) && [cColor isEqual:oColor]) || (!cw && !ow && cf && cf == of)) && - ((cf >= 1 && cf == of && [cFillColor isEqual:oFillColor]) || (!cf && !of)) && // fillColors - ((cf > 1 && cf == of && [cEndColor isEqual:oEndColor]) || (cf <= 1 && cf == of)))) // endColors + ((cf >= 1 && cf == of && [cFillColor isEqual:oFillColor]) || (!cf && !of)) && // fillColors + ((cf > 1 && cf == of && [cEndColor isEqual:oEndColor]) || (cf <= 1 && cf == of))) ) // endColors // if ( ![cColor isEqual:oColor] ) { if ( [self removePartsOf:&icg hiddenBy:iog] ) @@ -707,9 +708,16 @@ } } if ( ![[ng list] count] ) - { if ( [cg isKindOfClass:[VPath class]] ) + { + if ( [cg isKindOfClass:[VPath class]] ) for (i=0; i<(int)[[(VPath*)cg list] count]; i++) [[ng list] addObject:[[[[(VPath*)cg list] objectAtIndex:i] copy] autorelease]]; + else if ( [cg isKindOfClass:[VRectangle class]] )// rectangle in single parts ! + { VPath *path = [(VRectangle*)cg pathRepresentation]; + + for (i=0; i<(int)[[path list] count]; i++) + [[ng list] addObject:[[[[path list] objectAtIndex:i] copy] autorelease]]; + } else [[ng list] addObject:[[cg copy] autorelease]]; } @@ -794,10 +802,16 @@ free(iPts); } if ( !splitListOg ) - { splitListOg = [NSMutableArray allocWithZone:[self zone]]; + { splitListOg = [NSMutableArray new]; if ( [og isKindOfClass:[VPath class]] ) for (i=0; i<(int)[[(VPath*)og list] count]; i++) [splitListOg addObject:[[[[(VPath*)og list] objectAtIndex:i] copy] autorelease]]; + else if ( [og isKindOfClass:[VRectangle class]] )// rectangle in single parts ! + { VPath *path = [(VRectangle*)og pathRepresentation]; + + for (i=0; i<(int)[[path list] count]; i++) + [splitListOg addObject:[[[[path list] objectAtIndex:i] copy] autorelease]]; + } else [splitListOg addObject:[[og copy] autorelease]]; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._PathContour.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._PathContour.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/PathContour.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/PathContour.h --- cenon.app-4.0.2/GraphicObjects.subproj/PathContour.h 2007-05-08 17:37:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/PathContour.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* PathContour.h * Object to build contour of paths using a raster algorithm (scan) * - * Copyright (C) 2000-2006 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2000-02-23 * modified: 2006-02-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PATHCONTOUR -#define VHF_H_PATHCONTOUR +#ifndef CEN_H_PATHCONTOUR +#define CEN_H_PATHCONTOUR #include "VPath.h" #include "VImage.h" @@ -42,4 +42,4 @@ @end -#endif // VHF_H_PATHCONTOUR +#endif // CEN_H_PATHCONTOUR Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._PathContour.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._PathContour.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/PathContour.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/PathContour.m --- cenon.app-4.0.2/GraphicObjects.subproj/PathContour.m 2012-10-16 15:02:30.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/PathContour.m 2015-09-02 17:51:46.000000000 +0000 @@ -1,31 +1,34 @@ /* PathContour.m * Object to build contour of paths and images using a raster algorithm (scan) * - * Copyright (C) 2000-2011 by vhf interservice GmbH + * Copyright (C) 2000-2015 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2000-02-23 - * modified: 2011-04-06 (-contourImage:with: whiteStop for jpg - white tolerances) + * modified: 2015-09-02 (-contourImage:with:- contourPath::, -contourList::, conRect.size < 8000 instead 10000) + * 2015-03-05 (-contourImage:with:- contourPath::, -contourList::, -invertData LONG casts corrected) + * 2015-01-08 (-contourImage:with:- contourPath::, -contourList:: retina display factor recognized) + * 2011-04-06 (-contourImage:with: whiteStop for jpg - white tolerances) * 2010-03-03 (-contourPath:with: setDirectionCCW:) * 2008-04-18 (optimizePath close now) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -35,7 +38,9 @@ #include "VGraphic.h" #include "PathContour.h" -#define DEBUG_CONTUR 0 +#define DEBUG_CONTUR 0 +#define DEBUG_CONTUR_TIME 0 +#define DEBUG_CONTUR_2 0 /* Private methods */ @@ -47,8 +52,8 @@ @implementation PathContour //static NSBitmapImageRep *bitmapImageRep; -static int size, bytesPerRow; -static unsigned char *data, black=0, white=255, whiteStop=240; +static int size, bytesPerRow; +static unsigned char *data, black = 0, white = 255, whiteStop = 240; static int Arc2cnt = 5, Arc2y[5] = {-2, -1, 0, 1, 2}, Arc2x[5] = {-2, -2, -2, -2, -2}, @@ -232,183 +237,6 @@ Arc46x[93] = {-10,-13,-16,-19,-21,-23,-25,-26,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-38,-39,-40,-40,-41,-41,-42,-42,-43,-43,-43,-44,-44,-44,-45,-45,-45,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-45,-45,-45,-44,-44,-44,-43,-43,-43,-42,-42,-41,-41,-40,-40,-39,-38,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-26,-25,-23,-21,-19,-16,-13,-10}, Arc46rowcnt[93] = {20,26,32,38,42,46,50,52,54,56,60,62,64,66,68,70,72,74,76,76,78,80,80,82,82,84,84,86,86,86,88,88,88,90,90,90,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,90,90,90,88,88,88,86,86,86,84,84,82,82,80,80,78,76,76,74,72,70,68,66,64,62,60,56,54,52,50,46,42,38,32,26,20}; -#if 0 -static int Arc2Y[4] = {-1, 0, 1, 2}, Arc2X[4] = {-2, -2, -2, -2}, Arc2Cnt = 4, - Arc3Y[12] = {-2, -1, 0, 1, 2, 3, -2, -1, 0, 1, 2, 3}, Arc3Cnt = 12, - Arc3X[12] = {-3, -3, -3, -3, -3, -3, -1, -1, -1, -1, -1, -1}, - Arc4Y[16] = {-3, -2, -1, 0, 1, 2, 3, 4, -3, -2, -1, 0, 1, 2, 3, 4}, Arc4Cnt = 16, - Arc4X[16] = {-3, -4, -4, -4, -4, -4, -4, -3, -1, 0, 0, 0, 0, 0, 0, -1}; -static int -Arc5cnt = 10, -Arc5y[10] = {-4, -3, -2, -1, 0, 1, 2, 3, 4, 5}, -Arc5x[10] = {-3, -4, -5, -5, -5, -5, -5, -5, -4, -3}, -Arc5rowcnt[10] = {6,8,10,10,10,10,10,10,8,6}, -Arc6cnt = 12, -Arc6y[12] = {-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, -Arc6x[12] = {-3,-5,-5,-6,-6,-6,-6,-6,-6,-5,-5,-3}, -Arc6rowcnt[12] = {6,10,10,12,12,12,12,12,12,10,10,6}, -Arc7cnt = 14, -Arc7y[14] = {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7}, -Arc7x[14] = {-3,-5,-6,-6,-7,-7,-7,-7,-7,-7,-6,-6,-5,-3}, -Arc7rowcnt[14] = {6,10,12,12,14,14,14,14,14,14,12,12,10,6}, -Arc8cnt = 16, -Arc8y[16] = {-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8}, -Arc8x[16] = {-3,-5,-6,-7,-7,-8,-8,-8,-8,-8,-8,-7,-7,-6,-5,-3}, -Arc8rowcnt[16] = {6,10,12,14,14,16,16,16,16,16,16,14,14,12,10,6}, -Arc9cnt = 18, -Arc9y[18] = {-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9}, -Arc9x[18] = {-4,-6,-7,-8,-8,-9,-9,-9,-9,-9,-9,-9,-9,-8,-8,-7,-6,-4}, -Arc9rowcnt[18] = {8,12,14,16,16,18,18,18,18,18,18,18,18,16,16,14,12,8}, -Arc10cnt = 20, -Arc10y[20] = {-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10}, -Arc10x[20] = {-5,-6,-8,-8,-9,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9,-8,-8,-6,-5}, -Arc10rowcnt[20] = {10,12,16,16,18,20,20,20,20,20,20,20,20,20,20,18,16,16,12,10}, -Arc11cnt = 22, -Arc11y[22] = {-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11}, -Arc11x[22] = {-5,-6,-8,-9,-9,-10,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-10,-9,-9,-8,-6,-5}, -Arc11rowcnt[22] = {10,12,16,18,18,20,22,22,22,22,22,22,22,22,22,22,20,18,18,16,12,10}, -Arc12cnt = 24, -Arc12y[24] = {-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12}, -Arc12x[24] = {-5,-7,-8,-9,-10,-11,-11,-12,-12,-12,-12,-12,-12,-12,-12,-12,-12,-11,-11,-10,-9,-8,-7,-5}, -Arc12rowcnt[24] = {10,14,16,18,20,22,22,24,24,24,24,24,24,24,24,24,24,22,22,20,18,16,14,10}, -Arc13cnt = 26, -Arc13y[26] = {-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13}, -Arc13x[26] = {-5,-7,-9,-10,-11,-11,-12,-12,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-12,-12,-11,-11,-10,-9,-7,-5}, -Arc13rowcnt[26] = {10,14,18,20,22,22,24,24,26,26,26,26,26,26,26,26,26,26,24,24,22,22,20,18,14,10}, -Arc14cnt = 28, -Arc14y[28] = {-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14}, -Arc14x[28] = {-5,-7,-9,-10,-11,-12,-12,-13,-13,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-13,-13,-12,-12,-11,-10,-9,-7,-5}, -Arc14rowcnt[28] = {10,14,18,20,22,24,24,26,26,28,28,28,28,28,28,28,28,28,28,26,26,24,24,22,20,18,14,10}, -Arc15cnt = 30, -Arc15y[30] = {-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}, -Arc15x[30] = {-5,-8,-9,-11,-12,-12,-13,-14,-14,-14,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-14,-14,-14,-13,-12,-12,-11,-9,-8,-5}, -Arc15rowcnt[30] = {10,16,18,22,24,24,26,28,28,28,30,30,30,30,30,30,30,30,30,30,28,28,28,26,24,24,22,18,16,10}, -Arc16cnt = 32, -Arc16y[32] = {-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}, -Arc16x[32] = {-5,-8,-9,-11,-12,-13,-13,-14,-15,-15,-15,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-15,-15,-15,-14,-13,-13,-12,-11,-9,-8,-5}, -Arc16rowcnt[32] = {10,16,18,22,24,26,26,28,30,30,30,32,32,32,32,32,32,32,32,32,32,30,30,30,28,26,26,24,22,18,16,10}, -Arc17cnt = 34, -Arc17y[34] = {-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}, -Arc17x[34] = {-5,-8,-10,-11,-13,-13,-14,-15,-15,-16,-16,-16,-17,-17,-17,-17,-17,-17,-17,-17,-17,-17,-16,-16,-16,-15,-15,-14,-13,-13,-11,-10,-8,-5}, -Arc17rowcnt[34] = {10,16,20,22,26,26,28,30,30,32,32,32,34,34,34,34,34,34,34,34,34,34,32,32,32,30,30,28,26,26,22,20,16,10}, -Arc18cnt = 36, -Arc18y[36] = {-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}, -Arc18x[36] = {-5,-8,-10,-11,-13,-14,-14,-15,-16,-16,-17,-17,-17,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-17,-17,-17,-16,-16,-15,-14,-14,-13,-11,-10,-8,-5}, -Arc18rowcnt[36] = {10,16,20,22,26,28,28,30,32,32,34,34,34,36,36,36,36,36,36,36,36,36,36,34,34,34,32,32,30,28,28,26,22,20,16,10}, -Arc19cnt = 38, -Arc19y[38] = {-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}, -Arc19x[38] = {-5,-9,-10,-12,-13,-14,-15,-16,-16,-17,-18,-18,-18,-18,-19,-19,-19,-19,-19,-19,-19,-19,-19,-19,-18,-18,-18,-18,-17,-16,-16,-15,-14,-13,-12,-10,-9,-5}, -Arc19rowcnt[38] = {10,18,20,24,26,28,30,32,32,34,36,36,36,36,38,38,38,38,38,38,38,38,38,38,36,36,36,36,34,32,32,30,28,26,24,20,18,10}, -Arc20cnt = 40, -Arc20y[40] = {-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}, -Arc20x[40] = {-5,-9,-10,-12,-13,-15,-15,-16,-17,-17,-18,-19,-19,-19,-19,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-19,-19,-19,-19,-18,-17,-17,-16,-15,-15,-13,-12,-10,-9,-5}, -Arc20rowcnt[40] = {10,18,20,24,26,30,30,32,34,34,36,38,38,38,38,40,40,40,40,40,40,40,40,40,40,38,38,38,38,36,34,34,32,30,30,26,24,20,18,10}, -Arc21cnt = 42, -Arc21y[42] = {-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21}, -Arc21x[42] = {-5,-9,-11,-12,-14,-15,-16,-17,-17,-18,-19,-19,-20,-20,-20,-20,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-20,-20,-20,-20,-19,-19,-18,-17,-17,-16,-15,-14,-12,-11,-9,-5}, -Arc21rowcnt[42] = {10,18,22,24,28,30,32,34,34,36,38,38,40,40,40,40,42,42,42,42,42,42,42,42,42,42,40,40,40,40,38,38,36,34,34,32,30,28,24,22,18,10}, -Arc22cnt = 44, -Arc22y[44] = {-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22}, -Arc22x[44] = {-5,-9,-11,-12,-14,-15,-16,-17,-18,-18,-19,-20,-20,-21,-21,-21,-21,-22,-22,-22,-22,-22,-22,-22,-22,-22,-22,-21,-21,-21,-21,-20,-20,-19,-18,-18,-17,-16,-15,-14,-12,-11,-9,-5}, -Arc22rowcnt[44] = {10,18,22,24,28,30,32,34,36,36,38,40,40,42,42,42,42,44,44,44,44,44,44,44,44,44,44,42,42,42,42,40,40,38,36,36,34,32,30,28,24,22,18,10}, -Arc23cnt = 46, -Arc23y[46] = {-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23}, -Arc23x[46] = {-5,-10,-11,-13,-14,-16,-17,-18,-18,-19,-20,-20,-21,-22,-22,-22,-22,-22,-23,-23,-23,-23,-23,-23,-23,-23,-23,-23,-22,-22,-22,-22,-22,-21,-20,-20,-19,-18,-18,-17,-16,-14,-13,-11,-10,-5}, -Arc23rowcnt[46] = {10,20,22,26,28,32,34,36,36,38,40,40,42,44,44,44,44,44,46,46,46,46,46,46,46,46,46,46,44,44,44,44,44,42,40,40,38,36,36,34,32,28,26,22,20,10}, -Arc24cnt = 48, -Arc24y[48] = {-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24}, -Arc24x[48] = {-5,-10,-11,-13,-14,-16,-17,-18,-19,-19,-20,-21,-21,-22,-23,-23,-23,-23,-23,-24,-24,-24,-24,-24,-24,-24,-24,-24,-24,-23,-23,-23,-23,-23,-22,-21,-21,-20,-19,-19,-18,-17,-16,-14,-13,-11,-10,-5}, -Arc24rowcnt[48] = {10,20,22,26,28,32,34,36,38,38,40,42,42,44,46,46,46,46,46,48,48,48,48,48,48,48,48,48,48,46,46,46,46,46,44,42,42,40,38,38,36,34,32,28,26,22,20,10}, -Arc25cnt = 50, -Arc25y[50] = {-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25}, -Arc25x[50] = {-5,-10,-12,-13,-15,-16,-18,-19,-19,-20,-21,-21,-22,-23,-23,-24,-24,-24,-24,-24,-25,-25,-25,-25,-25,-25,-25,-25,-25,-25,-24,-24,-24,-24,-24,-23,-23,-22,-21,-21,-20,-19,-19,-18,-16,-15,-13,-12,-10,-5}, -Arc25rowcnt[50] = {10,20,24,26,30,32,36,38,38,40,42,42,44,46,46,48,48,48,48,48,50,50,50,50,50,50,50,50,50,50,48,48,48,48,48,46,46,44,42,42,40,38,38,36,32,30,26,24,20,10}, -Arc26cnt = 52, -Arc26y[52] = {-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26}, -Arc26x[52] = {-5,-10,-12,-14,-15,-16,-18,-19,-20,-20,-21,-22,-23,-23,-24,-24,-25,-25,-25,-25,-25,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-25,-25,-25,-25,-25,-24,-24,-23,-23,-22,-21,-20,-20,-19,-18,-16,-15,-14,-12,-10,-5}, -Arc26rowcnt[52] = {10,20,24,28,30,32,36,38,40,40,42,44,46,46,48,48,50,50,50,50,50,52,52,52,52,52,52,52,52,52,52,50,50,50,50,50,48,48,46,46,44,42,40,40,38,36,32,30,28,24,20,10}, -Arc27cnt = 54, -Arc27y[54] = {-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27}, -Arc27x[54] = {-5,-10,-12,-14,-15,-17,-18,-20,-20,-21,-22,-22,-23,-24,-24,-25,-25,-26,-26,-26,-26,-26,-27,-27,-27,-27,-27,-27,-27,-27,-27,-27,-26,-26,-26,-26,-26,-25,-25,-24,-24,-23,-22,-22,-21,-20,-20,-18,-17,-15,-14,-12,-10,-5}, -Arc27rowcnt[54] = {10,20,24,28,30,34,36,40,40,42,44,44,46,48,48,50,50,52,52,52,52,52,54,54,54,54,54,54,54,54,54,54,52,52,52,52,52,50,50,48,48,46,44,44,42,40,40,36,34,30,28,24,20,10}, -Arc28cnt = 56, -Arc28y[56] = {-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28}, -Arc28x[56] = {-5,-10,-13,-14,-16,-17,-19,-20,-21,-22,-22,-23,-24,-24,-25,-26,-26,-26,-27,-27,-27,-27,-27,-28,-28,-28,-28,-28,-28,-28,-28,-28,-28,-27,-27,-27,-27,-27,-26,-26,-26,-25,-24,-24,-23,-22,-22,-21,-20,-19,-17,-16,-14,-13,-10,-5}, -Arc28rowcnt[56] = {10,20,26,28,32,34,38,40,42,44,44,46,48,48,50,52,52,52,54,54,54,54,54,56,56,56,56,56,56,56,56,56,56,54,54,54,54,54,52,52,52,50,48,48,46,44,44,42,40,38,34,32,28,26,20,10}, -Arc29cnt = 58, -Arc29y[58] = {-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29}, -Arc29x[58] = {-5,-10,-13,-14,-16,-17,-19,-20,-21,-22,-23,-23,-24,-25,-25,-26,-27,-27,-27,-28,-28,-28,-28,-28,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-28,-28,-28,-28,-28,-27,-27,-27,-26,-25,-25,-24,-23,-23,-22,-21,-20,-19,-17,-16,-14,-13,-10,-5}, -Arc29rowcnt[58] = {10,20,26,28,32,34,38,40,42,44,46,46,48,50,50,52,54,54,54,56,56,56,56,56,58,58,58,58,58,58,58,58,58,58,56,56,56,56,56,54,54,54,52,50,50,48,46,46,44,42,40,38,34,32,28,26,20,10}, -Arc30cnt = 60, -Arc30y[60] = {-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30}, -Arc30x[60] = {-5,-10,-13,-15,-16,-18,-19,-21,-22,-23,-23,-24,-25,-25,-26,-27,-27,-28,-28,-28,-29,-29,-29,-29,-29,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29,-29,-29,-29,-29,-28,-28,-28,-27,-27,-26,-25,-25,-24,-23,-23,-22,-21,-19,-18,-16,-15,-13,-10,-5}, -Arc30rowcnt[60] = {10,20,26,30,32,36,38,42,44,46,46,48,50,50,52,54,54,56,56,56,58,58,58,58,58,60,60,60,60,60,60,60,60,60,60,58,58,58,58,58,56,56,56,54,54,52,50,50,48,46,46,44,42,38,36,32,30,26,20,10}, -Arc31cnt = 62, -Arc31y[62] = {-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31}, -Arc31x[62] = {-5,-10,-13,-15,-16,-18,-19,-21,-22,-23,-24,-24,-25,-26,-26,-27,-28,-28,-29,-29,-29,-30,-30,-30,-30,-30,-31,-31,-31,-31,-31,-31,-31,-31,-31,-31,-30,-30,-30,-30,-30,-29,-29,-29,-28,-28,-27,-26,-26,-25,-24,-24,-23,-22,-21,-19,-18,-16,-15,-13,-10,-5}, -Arc31rowcnt[62] = {10,20,26,30,32,36,38,42,44,46,48,48,50,52,52,54,56,56,58,58,58,60,60,60,60,60,62,62,62,62,62,62,62,62,62,62,60,60,60,60,60,58,58,58,56,56,54,52,52,50,48,48,46,44,42,38,36,32,30,26,20,10}, -Arc32cnt = 64, -Arc32y[64] = {-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32}, -Arc32x[64] = {-5,-10,-14,-15,-17,-18,-20,-21,-23,-24,-24,-25,-26,-26,-27,-28,-28,-29,-30,-30,-30,-30,-31,-31,-31,-31,-31,-32,-32,-32,-32,-32,-32,-32,-32,-32,-32,-31,-31,-31,-31,-31,-30,-30,-30,-30,-29,-28,-28,-27,-26,-26,-25,-24,-24,-23,-21,-20,-18,-17,-15,-14,-10,-5}, -Arc32rowcnt[64] = {10,20,28,30,34,36,40,42,46,48,48,50,52,52,54,56,56,58,60,60,60,60,62,62,62,62,62,64,64,64,64,64,64,64,64,64,64,62,62,62,62,62,60,60,60,60,58,56,56,54,52,52,50,48,48,46,42,40,36,34,30,28,20,10}, -Arc33cnt = 66, -Arc33y[66] = {-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33}, -Arc33x[66] = {-5,-10,-14,-15,-17,-18,-20,-21,-23,-24,-25,-25,-26,-27,-27,-28,-29,-29,-30,-31,-31,-31,-31,-32,-32,-32,-32,-32,-33,-33,-33,-33,-33,-33,-33,-33,-33,-33,-32,-32,-32,-32,-32,-31,-31,-31,-31,-30,-29,-29,-28,-27,-27,-26,-25,-25,-24,-23,-21,-20,-18,-17,-15,-14,-10,-5}, -Arc33rowcnt[66] = {10,20,28,30,34,36,40,42,46,48,50,50,52,54,54,56,58,58,60,62,62,62,62,64,64,64,64,64,66,66,66,66,66,66,66,66,66,66,64,64,64,64,64,62,62,62,62,60,58,58,56,54,54,52,50,50,48,46,42,40,36,34,30,28,20,10}, -Arc34cnt = 68, -Arc34y[68] = {-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34}, -Arc34x[68] = {-5,-10,-14,-16,-18,-20,-21,-22,-23,-25,-25,-26,-27,-28,-29,-29,-30,-30,-31,-31,-32,-32,-32,-32,-33,-33,-33,-33,-33,-34,-34,-34,-34,-34,-34,-34,-34,-34,-34,-33,-33,-33,-33,-33,-32,-32,-32,-32,-31,-31,-30,-30,-29,-29,-28,-27,-26,-25,-25,-23,-22,-21,-20,-18,-16,-14,-10,-5}, -Arc34rowcnt[68] = {10,20,28,32,36,40,42,44,46,50,50,52,54,56,58,58,60,60,62,62,64,64,64,64,66,66,66,66,66,68,68,68,68,68,68,68,68,68,68,66,66,66,66,66,64,64,64,64,62,62,60,60,58,58,56,54,52,50,50,46,44,42,40,36,32,28,20,10}, -Arc35cnt = 70, -Arc35y[70] = {-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35}, -Arc35x[70] = {-5,-10,-15,-16,-18,-20,-21,-23,-24,-25,-26,-27,-28,-28,-29,-30,-30,-31,-31,-32,-33,-33,-33,-33,-33,-34,-34,-34,-34,-34,-35,-35,-35,-35,-35,-35,-35,-35,-35,-35,-34,-34,-34,-34,-34,-33,-33,-33,-33,-33,-32,-31,-31,-30,-30,-29,-28,-28,-27,-26,-25,-24,-23,-21,-20,-18,-16,-15,-10,-5}, -Arc35rowcnt[70] = {10,20,30,32,34,40,42,46,48,50,52,54,56,56,58,60,60,62,62,64,66,66,66,66,66,68,68,68,68,68,70,70,70,70,70,70,70,70,70,70,68,68,68,68,68,66,66,66,66,66,64,62,62,60,60,58,56,56,54,52,50,48,46,42,40,34,32,30,20,10}, -Arc36cnt = 72, -Arc36y[72] = {-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36}, -Arc36x[72] = {-9,-12,-15,-17,-18,-20,-22,-23,-24,-25,-26,-27,-28,-29,-30,-30,-31,-31,-32,-33,-33,-34,-34,-34,-35,-35,-35,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-36,-35,-35,-35,-34,-34,-34,-33,-33,-32,-31,-31,-30,-30,-29,-28,-27,-26,-25,-24,-23,-22,-20,-18,-17,-15,-12,-9}, -Arc36rowcnt[72] = {18,24,30,34,38,40,44,46,48,50,52,54,56,58,60,60,62,62,64,66,66,68,68,68,70,70,70,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,70,70,70,68,68,68,66,66,64,62,62,60,60,58,56,54,52,50,48,46,44,40,38,34,30,24,18}, -Arc37cnt = 74, -Arc37y[74] = {-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37}, -Arc37x[74] = {-9,-12,-15,-17,-19,-21,-22,-23,-24,-26,-27,-28,-28,-29,-30,-31,-32,-32,-33,-33,-34,-34,-35,-35,-35,-36,-36,-36,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-37,-36,-36,-36,-35,-35,-35,-34,-34,-33,-33,-32,-32,-31,-30,-29,-28,-28,-27,-26,-24,-23,-22,-21,-19,-17,-15,-12,-9}, -Arc37rowcnt[74] = {18,24,30,34,38,42,44,46,48,52,54,56,56,58,60,62,64,64,66,66,68,68,70,70,70,72,72,72,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,72,72,72,70,70,70,68,68,66,66,64,64,62,60,58,56,56,54,52,48,46,44,42,38,34,30,24,18}, -Arc38cnt = 76, -Arc38y[76] = {-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38}, -Arc38x[76] = {-9,-12,-15,-17,-19,-21,-22,-24,-25,-26,-27,-28,-29,-30,-31,-31,-32,-33,-33,-34,-34,-35,-35,-36,-36,-36,-37,-37,-37,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-38,-37,-37,-37,-36,-36,-36,-35,-35,-34,-34,-33,-33,-32,-31,-31,-30,-29,-28,-27,-26,-25,-24,-22,-21,-19,-17,-15,-12,-9}, -Arc38rowcnt[76] = {18,24,30,34,38,42,44,48,50,52,54,56,58,60,62,62,64,66,66,68,68,70,70,72,72,72,74,74,74,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,74,74,74,72,72,72,70,70,68,68,66,66,64,62,62,60,58,56,54,52,50,48,44,42,38,34,30,24,18}, -Arc39cnt = 78, -Arc39y[78] = {-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39}, -Arc39x[78] = {-9,-12,-15,-17,-19,-21,-23,-24,-25,-26,-28,-29,-29,-30,-31,-32,-33,-33,-34,-34,-35,-35,-36,-36,-37,-37,-37,-38,-38,-38,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-39,-38,-38,-38,-37,-37,-37,-36,-36,-35,-35,-34,-34,-33,-33,-32,-31,-30,-29,-29,-28,-26,-25,-24,-23,-21,-19,-17,-15,-12,-9}, -Arc39rowcnt[78] = {18,24,30,34,38,42,46,48,50,52,56,58,58,60,62,64,66,66,68,68,70,70,72,72,74,74,74,76,76,76,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,76,76,76,74,74,74,72,72,70,70,68,68,66,66,64,62,60,58,58,56,52,50,48,46,42,38,34,30,24,18}, -Arc40cnt = 80, -Arc40y[80] = {-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40}, -Arc40x[80] = {-9,-12,-16,-18,-19,-21,-23,-24,-25,-27,-28,-29,-30,-31,-31,-32,-33,-34,-34,-35,-35,-36,-37,-37,-38,-38,-38,-38,-39,-39,-39,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-39,-39,-39,-38,-38,-38,-38,-37,-37,-36,-35,-35,-34,-34,-33,-32,-31,-31,-30,-29,-28,-27,-25,-24,-23,-21,-19,-18,-16,-12,-9}, -Arc40rowcnt[80] = {18,24,32,34,38,42,46,48,50,52,56,58,60,62,62,64,66,68,68,70,70,72,74,74,76,76,76,76,78,78,78,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,78,78,78,76,76,76,76,74,74,72,70,70,68,68,66,64,62,62,60,58,56,52,50,48,46,42,38,34,32,24,18}, -Arc41cnt = 82, -Arc41y[82] = {-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41}, -Arc41x[82] = {-9,-13,-16,-18,-20,-22,-23,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-34,-35,-36,-36,-37,-37,-38,-38,-39,-39,-39,-40,-40,-40,-40,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-41,-40,-40,-40,-40,-39,-39,-39,-38,-38,-37,-37,-36,-36,-35,-34,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-23,-22,-20,-18,-16,-13,-9}, -Arc41rowcnt[82] = {18,26,32,36,40,44,46,50,52,54,56,58,60,62,64,66,68,68,70,72,72,74,74,76,76,78,78,78,80,80,80,80,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,80,80,80,80,78,78,78,76,76,74,74,72,72,70,68,68,66,64,62,60,58,56,54,52,50,46,44,40,36,32,26,18}, -Arc42cnt = 84, -Arc42y[84] = {-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42}, -Arc42x[84] = {-9,-13,-16,-18,-20,-22,-24,-25,-26,-27,-29,-30,-31,-32,-32,-33,-34,-35,-36,-36,-37,-37,-38,-38,-39,-39,-40,-40,-40,-41,-41,-41,-41,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-42,-41,-41,-41,-41,-40,-40,-40,-39,-39,-38,-38,-37,-37,-36,-36,-35,-34,-33,-32,-32,-31,-30,-29,-27,-26,-25,-24,-22,-20,-18,-16,-13,-9}, -Arc42rowcnt[84] = {18,26,32,36,40,44,48,50,52,54,58,60,62,64,64,66,68,70,72,72,74,74,76,76,78,78,80,80,80,82,82,82,82,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,82,82,82,82,80,80,80,78,78,76,76,74,74,72,72,70,68,66,64,64,62,60,58,54,52,50,48,44,40,36,32,26,18}, -Arc43cnt = 86, -Arc43y[86] = {-42,-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43}, -Arc43x[86] = {-10,-13,-16,-18,-20,-22,-24,-25,-27,-28,-29,-30,-31,-32,-33,-34,-35,-35,-36,-37,-37,-38,-38,-39,-39,-40,-40,-41,-41,-41,-42,-42,-42,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-43,-42,-42,-42,-41,-41,-41,-40,-40,-39,-39,-38,-38,-37,-37,-36,-35,-35,-34,-33,-32,-31,-30,-29,-28,-27,-25,-24,-22,-20,-18,-16,-13,-10}, -Arc43rowcnt[86] = {20,26,32,36,40,44,48,50,54,56,58,60,62,64,66,68,70,70,72,74,74,76,76,78,78,80,80,82,82,82,84,84,84,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,84,84,84,82,82,82,80,80,78,78,76,76,74,74,72,70,70,68,66,64,62,60,58,56,54,50,48,44,40,36,32,26,20}, -Arc44cnt = 88, -Arc44y[88] = {-43,-42,-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44}, -Arc44x[88] = {-10,-13,-16,-19,-20,-22,-24,-26,-27,-28,-29,-31,-32,-33,-33,-34,-35,-36,-37,-37,-38,-38,-39,-39,-40,-41,-41,-41,-42,-42,-42,-43,-43,-43,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-44,-43,-43,-43,-42,-42,-42,-41,-41,-41,-40,-39,-39,-38,-38,-37,-37,-36,-35,-34,-33,-33,-32,-31,-29,-28,-27,-26,-24,-22,-20,-19,-16,-13,-10}, -Arc44rowcnt[88] = {20,26,32,38,40,44,48,52,54,56,58,62,64,66,66,68,70,72,74,74,76,76,78,78,80,82,82,82,84,84,84,86,86,86,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,86,86,86,84,84,84,82,82,82,80,78,78,76,76,74,74,72,70,68,66,66,64,62,58,56,54,52,48,44,40,38,32,26,20}, -Arc45cnt = 90, -Arc45y[90] = {-44,-43,-42,-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45}, -Arc45x[90] = {-10,-13,-16,-19,-21,-23,-24,-26,-27,-28,-30,-31,-32,-33,-34,-35,-35,-36,-37,-38,-38,-39,-40,-40,-41,-41,-42,-42,-42,-43,-43,-43,-44,-44,-44,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-45,-44,-44,-44,-43,-43,-43,-42,-42,-42,-41,-41,-40,-40,-39,-38,-38,-37,-36,-35,-35,-34,-33,-32,-31,-30,-28,-27,-26,-24,-23,-21,-19,-16,-13,-10}, -Arc45rowcnt[90] = {20,26,32,38,42,46,48,52,54,56,60,62,64,66,68,70,70,72,74,76,76,78,80,80,82,82,84,84,84,86,86,86,88,88,88,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,88,88,88,86,86,86,84,84,84,82,82,80,80,78,76,76,74,72,70,70,68,66,64,62,60,56,54,52,48,46,42,38,32,26,20}, -Arc46cnt = 92, -Arc46y[92] = {-45,-44,-43,-42,-41,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46}, -Arc46x[92] = {-10,-13,-16,-19,-21,-23,-25,-26,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-38,-39,-40,-40,-41,-41,-42,-42,-43,-43,-43,-44,-44,-44,-45,-45,-45,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-46,-45,-45,-45,-44,-44,-44,-43,-43,-43,-42,-42,-41,-41,-40,-40,-39,-38,-38,-37,-36,-35,-34,-33,-32,-31,-30,-29,-28,-26,-25,-23,-21,-19,-16,-13,-10}, -Arc46rowcnt[92] = {20,26,32,38,42,46,50,52,54,56,60,62,64,66,68,70,72,74,76,76,78,80,80,82,82,84,84,86,86,86,88,88,88,90,90,90,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,90,90,90,88,88,88,86,86,86,84,84,82,82,80,80,78,76,76,74,72,70,68,66,64,62,60,56,54,52,50,46,42,38,32,26,20}; -#endif - /* * 4 2 6 * 0 8 1 @@ -418,66 +246,74 @@ /* pixel(nxp) has left, right, up or down a white pixel at its side -> return YES */ #define SameGradients(grad, grad0) \ -( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ - ((Diff(grad.x, 0)0 && grad0.y>0))) || \ +( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ + ((Diff(grad.x, 0)0 && grad0.y>0))) || \ (Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0 && grad0.y>0)) &&\ Diff(grad.x, 0)>TOLERANCE && Diff(grad0.x, 0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.03) || \ (Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0 && grad0.x>0)) &&\ Diff(grad.y, 0)>TOLERANCE && Diff(grad0.y, 0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.03) || \ - (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.01 && \ + (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && grad.y != 0 && grad0.y != 0 && \ + Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.01 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) || \ - (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.01 && \ + (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && grad.x != 0 && grad0.x != 0 && \ + Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.01 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) ) #define NearlySameGradients(grad, grad0) \ -( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ - ((Diff(grad.x, 0)0 && grad0.y>0))) || \ +( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ + ((Diff(grad.x, 0)0 && grad0.y>0))) || \ (Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0 && grad0.y>0)) &&\ Diff(grad.x, 0)>TOLERANCE && Diff(grad0.x, 0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.3) || \ (Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0 && grad0.x>0)) &&\ Diff(grad.y, 0)>TOLERANCE && Diff(grad0.y, 0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.3) || \ - (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.25 && \ + (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && grad.y != 0 && grad0.y != 0 && \ + Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.25 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) || \ - (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.25 && \ + (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && grad.x != 0 && grad0.x != 0 && \ + Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.25 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) ) #define NNSameGradients(grad, grad0) \ -( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ - ((Diff(grad.x, 0)0 && grad0.y>0))) || \ +( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ + ((Diff(grad.x, 0)0 && grad0.y>0))) || \ (Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0 && grad0.y>0)) &&\ Diff(grad.x, 0)>TOLERANCE && Diff(grad0.x, 0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.5) || \ (Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0 && grad0.x>0)) &&\ Diff(grad.y, 0)>TOLERANCE && Diff(grad0.y, 0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.5) || \ - (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.5 && \ + (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && grad.y != 0 && grad0.y != 0 && \ + Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.5 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) || \ - (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.5 && \ + (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && grad.x != 0 && grad0.x != 0 && \ + Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.5 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) ) #define NNNNSameGradients(grad, grad0) \ -( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ - ((Diff(grad.x, 0)0 && grad0.y>0))) || \ +( ((Diff(grad.y, 0)0 && grad0.x>0))) || \ + ((Diff(grad.x, 0)0 && grad0.y>0))) || \ (Abs(grad.x) < Abs(grad.y) && grad.y != 0 && grad0.y != 0 && ((grad.y<0 && grad0.y<0) || (grad.y>0 && grad0.y>0)) &&\ Diff(grad.x, 0)>TOLERANCE && Diff(grad0.x, 0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.65) || \ (Abs(grad.x) > Abs(grad.y) && grad.x != 0 && grad0.x != 0 && ((grad.x<0 && grad0.x<0) || (grad.x>0 && grad0.x>0)) &&\ Diff(grad.y, 0)>TOLERANCE && Diff(grad0.y, 0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.65) || \ - (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.65 && \ + (Diff(grad.x, 0.0)>TOLERANCE && Diff(grad0.x, 0.0)>TOLERANCE && grad.y != 0 && grad0.y != 0 && \ + Diff(grad.x/grad.y, grad0.x/grad0.y) < 0.65 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) || \ - (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.65 && \ + (Diff(grad.y, 0.0)>TOLERANCE && Diff(grad0.y, 0.0)>TOLERANCE && grad.x != 0 && grad0.x != 0 && \ + Diff(grad.y/grad.x, grad0.y/grad0.x) < 0.65 && \ ((grad.x < 0 && grad0.x < 0) || (grad.x > 0 && grad0.x > 0) || \ (grad.y < 0 && grad0.y < 0) || (grad.y > 0 && grad0.y > 0))) ) @@ -486,7 +322,10 @@ unsigned char everything=255; for (i=0; i= whiteStop) ? (white) : (black); *(data+i) ^= everything; + } } /* modified: 02.02.00 @@ -499,12 +338,15 @@ { case 0: return; case 1: - *((WORD*)(data+byteX-bytesPerRow-1)) = 0; // intBlack - *((WORD*)(data+byteX-1)) = 0; // intBlack - *((WORD*)(data+byteX+bytesPerRow-1)) = 0; // intBlack - *((WORD*)(data+byteX-bytesPerRow)) = 0; // intBlack - *((WORD*)(data+byteX)) = 0; // intBlack - *((WORD*)(data+byteX+bytesPerRow)) = 0; // intBlack + *(data+byteX-bytesPerRow-1) = col; + *(data+byteX-1) = col; + *(data+byteX+bytesPerRow-1) = col; + *(data+byteX-bytesPerRow) = col; + *(data+byteX) = col; + *(data+byteX+bytesPerRow) = col; + *(data+byteX-bytesPerRow+1) = col; + *(data+byteX+1) = col; + *(data+byteX+bytesPerRow+1) = col; break; case 2: for (j=0; j 3; k+=2, j+=2) { VGraphic *l1=[[path list] objectAtIndex:j]; VGraphic *l2=[[path list] objectAtIndex:j+1]; - NSPoint m1, m2; + NSPoint m1, m2; [(VLine*)l1 getVertices:&s1 :&e1]; [(VLine*)l2 getVertices:&s2 :&e2]; @@ -1748,7 +1590,7 @@ for (j=i-lineCnt, k=0; k 3; k+=2, j+=2) { VGraphic *l1=[[path list] objectAtIndex:j]; VGraphic *l2=[[path list] objectAtIndex:j+1]; - NSPoint m1, m2; + NSPoint m1, m2; [(VLine*)l1 getVertices:&s1 :&e1]; [(VLine*)l2 getVertices:&s2 :&e2]; @@ -1790,7 +1632,7 @@ for (j=i-lineCnt, k=0; k 3; k+=2, j+=2) { VGraphic *l1=[[path list] objectAtIndex:j]; VGraphic *l2=[[path list] objectAtIndex:j+1]; - NSPoint m1, m2; + NSPoint m1, m2; [(VLine*)l1 getVertices:&s1 :&e1]; [(VLine*)l2 getVertices:&s2 :&e2]; @@ -1878,7 +1720,7 @@ for (j=i-lineCnt, k=0; k 3; k+=2, j+=2) { VGraphic *l1=[[path list] objectAtIndex:j]; VGraphic *l2=[[path list] objectAtIndex:j+1]; - NSPoint m1, m2; + NSPoint m1, m2; [(VLine*)l1 getVertices:&s1 :&e1]; [(VLine*)l2 getVertices:&s2 :&e2]; @@ -2828,10 +2670,8 @@ NSPoint moveP, center; NSBitmapImageRep *bitmapImage; -#if DEBUG_CONTUR - NSColor *nxGray; - nxGray = [NSColor colorWithCalibratedRed:0.335 green:0.335 blue:0.335 alpha:1.0]; -printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif nxBlack = [NSColor colorWithCalibratedRed:0.0 green:0.0 blue:0.0 alpha:1.0]; @@ -2875,10 +2715,10 @@ s += 1.0; bytes = (wi*s) * (h*s); // 1 byte is one pixel; - if ( wi*s > 10000 || h*s > 10000 ) + if ( wi*s > 8000 || h*s > 8000 ) break; // too big !!! } - if ( conRect.size.width > 10000 || conRect.size.height > 10000 ) // good bye + if ( conRect.size.width > 8000 || conRect.size.height > 8000 ) // good bye { [oPathCopy release]; return path; } /* need our half width/minWidth in pixel and scaled */ @@ -2952,17 +2792,15 @@ right = rect.size.width = (int)(conRect.size.width); /* our with scale and bounds calculated width */ height = rect.size.height = (int)(conRect.size.height); -//[[NSColor redColor] set]; // test apple -//NSRectFill(NSMakeRect(1, 1, 1, 1)); - bitmapImage = [[NSBitmapImageRep allocWithZone:[self zone]] initWithFocusedViewRect:rect]; // apple - if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1) + if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1 || + ([bitmapImage bytesPerRow]/[bitmapImage samplesPerPixel]) > rect.size.width) { NSBitmapImageRep *abitmap; if ([bitmapImage bitsPerSample] == 8) // meshed - { int ny, width; + { int xl,ny, width; int bpr = [bitmapImage bytesPerRow], spp = 1, abpr; int bpp = [bitmapImage bytesPerPlane]; unsigned char *planes[5]; @@ -2984,11 +2822,26 @@ if (![bitmapImage isPlanar]) spp = [bitmapImage bitsPerPixel]/8; width = bpr / spp; // bytesPerRow / samplesPerPixel - for (y=0, ny=0; y rect.size.width) // retina display factor two + { + for (y=0, ny=0; y one of our pixels */ if ( *(data+byteX-1) == black || *(data+byteX+bytesPerRow) == black || - *(data+byteX+1) == black || *(data+byteX-bytesPerRow) == black ) + *(data+byteX+1) == black || *(data+byteX-bytesPerRow) == black ) { NSPoint nxp = {x, y}; pts[pCnt] = nxp; pCnt++; -//#if DEBUG_CONTUR -//NSRectFill(NSMakeRect(x, y, 1, 1)); -//#endif } } if ( pCnt ) @@ -3088,8 +2896,8 @@ } free(pts); } // lineArray, lineCnt -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif /* correct path */ @@ -3136,13 +2944,43 @@ [win close]; [bitmapImage release]; [oPathCopy release]; -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif [path setDirectionCCW:[oPath isDirectionCCW]]; return path; } +-(NSBitmapImageRep*)scaleImageRep:(NSBitmapImageRep*)srcRep toSize:(NSSize)size +{ NSGraphicsContext *context; + NSBitmapImageRep *newRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:NULL + pixelsWide:size.width + pixelsHigh:size.height + bitsPerSample:[srcRep bitsPerSample] + samplesPerPixel:[srcRep samplesPerPixel] + hasAlpha:[srcRep hasAlpha] // must have alpha! + isPlanar:[srcRep isPlanar] + colorSpaceName:[srcRep colorSpaceName] + bytesPerRow:0 /*size.width*/ + bitsPerPixel:0 /*[srcRep bitsPerPixel]*/ ]; + + [NSGraphicsContext saveGraphicsState]; + + context = [NSGraphicsContext graphicsContextWithBitmapImageRep:newRep]; + [NSGraphicsContext setCurrentContext:context]; + + // do not use drawAtPoint: !! it does not respect resolution due to a bug + [srcRep drawInRect:NSMakeRect( 0, 0, [newRep pixelsWide], [newRep pixelsHigh])]; + /*[srcRep drawInRect:NSMakeRect( 0, 0, [newRep pixelsWide], [newRep pixelsHigh]) + fromRect:NSMakeRect( 0, 0, [srcRep pixelsWide], [srcRep pixelsHigh]) // scales double + operation:NSCompositeCopy fraction:1.0 respectFlipped:YES hints:nil];*/ + + [NSGraphicsContext restoreGraphicsState]; + //[newRep setSize:[srcRep size]]; // this sets the resolution of the source + //[newRep autorelease]; // if needed + return newRep; +} + - (VPath*)contourImage:(VImage*)image width:(float)width { VPath *path; NSRect conRect, bounds, rect; @@ -3154,11 +2992,9 @@ NSPoint moveP, center; NSBitmapImageRep *bitmapImage; unsigned char color, *data2; -#if DEBUG_CONTUR - NSColor *nxGray, *nxWhite; - nxGray = [NSColor colorWithCalibratedRed:0.335 green:0.335 blue:0.335 alpha:1.0]; - nxWhite = [NSColor colorWithCalibratedRed:1.0 green:1.0 blue:1.0 alpha:1.0]; - printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); + +#if DEBUG_CONTUR_TIME + printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif nxBlack = [NSColor colorWithCalibratedRed:0.0 green:0.0 blue:0.0 alpha:1.0]; @@ -3177,7 +3013,7 @@ bounds.origin = [image origin]; imageSize = [image size]; - scaleX = bounds.size.width/imageSize.width; + scaleX = bounds.size.width /imageSize.width; scaleY = bounds.size.height/imageSize.height; /* need our half width/minWidth in pixel and scaled */ @@ -3186,7 +3022,7 @@ ( (w2-((int)w2)) > 0.5 ) ? (w2Int = w2 + 1) : (w2Int = w2); // if ( !w2Int ) w2Int = 1; - if ( w2Int > 46 ) // must scale origninalSize -> to hold the Verhaeltnisse + if ( w2Int > 46 ) // must scale origninalSize -> to keep the ratio { while ( w2Int > 46 ) { @@ -3194,14 +3030,14 @@ ( scaleX < scaleY ) ? (w2 = Abs(w)*scaleX/2.0) : (w2 = Abs(w)*scaleY/2.0); ( (w2-((int)w2)) > 0.5 ) ? (w2Int = w2 + 1) : (w2Int = w2); } - bounds.size.width = imageSize.width*scaleX; + bounds.size.width = imageSize.width*scaleX; bounds.size.height = imageSize.height*scaleY; } - conRect.size.width = bounds.size.width + 2*w2Int + 20; - conRect.size.height = bounds.size.height + 2*w2Int + 20; /* need a little space for our contour */ + conRect.size.width = bounds.size.width + 2*w2Int + 20; + conRect.size.height = bounds.size.height + 2*w2Int + 20; // need a little space for our contour conRect.origin.x = conRect.origin.y = w2Int+10.0; - if ( conRect.size.width > 10000 || conRect.size.height > 10000 ) // good bye + if ( conRect.size.width > 8000 || conRect.size.height > 8000 ) // good bye return path; /* build an offscreen window @@ -3209,11 +3045,11 @@ */ win = [[NSWindow alloc] initWithContentRect:conRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreRetained defer:NO]; [win setDynamicDepthLimit:NO]; - [win setDepthLimit:NSBestDepth(NSCalibratedWhiteColorSpace, 8, 8, YES, NULL)]; + [win setDepthLimit:NSBestDepth(NSCalibratedWhiteColorSpace, 8, 8, YES, NULL)]; // same on 10.8 and 10.10 [win setBackgroundColor:[NSColor whiteColor]]; #if DEBUG_CONTUR -[win makeKeyAndOrderFront:self]; /* weglassen wenn nicht gesehen werden soll */ + [win makeKeyAndOrderFront:self]; /* weglassen wenn nicht gesehen werden soll */ #endif conView = [win contentView]; [conView display]; @@ -3225,23 +3061,28 @@ */ [conView lockFocus]; #ifdef __APPLE__ -[[NSGraphicsContext currentContext] setShouldAntialias:NO]; + [[NSGraphicsContext currentContext] setShouldAntialias:NO]; #endif - [[image image] compositeToPoint:conRect.origin operation:NSCompositeSourceOver]; // NSCompositeCopy + [[image image] drawAtPoint:conRect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[[image image] compositeToPoint:conRect.origin operation:NSCompositeSourceOver]; // NSCompositeCopy /* get pixel information into data (char string) */ rect.origin = NSZeroPoint; - right = rect.size.width = (int)(conRect.size.width); /* our with scale and bounds calculated width */ + right = rect.size.width = (int)(conRect.size.width); // our calculated width including scale and bounds height = rect.size.height = (int)(conRect.size.height); [[NSColor grayColor] set]; NSRectFill(NSMakeRect(2, 2, 1, 1)); // hack to force 8 bit gray bitmap bitmapImage = [[NSBitmapImageRep allocWithZone:[self zone]] initWithFocusedViewRect:rect]; + [conView unlockFocus]; // 2014-12-17 moved to here, right after drawing + [win close]; // 2014-12-17 + // apple - if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1) + if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1 || + ([bitmapImage bytesPerRow]/[bitmapImage samplesPerPixel]) > rect.size.width) { NSBitmapImageRep *abitmap; if ([bitmapImage bitsPerSample] == 8) // meshed - { int ny, width; + { int xl, ny, width; int bpr = [bitmapImage bytesPerRow], spp = 1, abpr; int bpp = [bitmapImage bytesPerPlane]; unsigned char *planes[5]; @@ -3263,17 +3104,32 @@ if (![bitmapImage isPlanar]) spp = [bitmapImage bitsPerPixel]/8; width = bpr / spp; // bytesPerRow / samplesPerPixel - for (y=0, ny=0; y rect.size.width) // retina display factor two { - for (x=0; x contour inside path + // w > 0 -> contour outside path + // ( w < 0 ) ? (color = black) : (color = white); + ( w < 0 ) ? (color = white) : (color = black); + + data2 = malloc(size * sizeof(unsigned char)); + data2 = memcpy(data2, data, size); // copy !! allways the same !!! + +#if 0 // debug drawArcInData start = 10.0; // (gdb) x/100tb data - for (y=start; y= whiteStop ) - *(data+byteX) = white; // the color does nt matter - else - *(data+byteX) = black; // the color does nt matter -#if DEBUG_CONTUR -//NSRectFill(NSMakeRect(x, y, 1, 1)); -#endif - } + *(data+byteX) = ( w < 0 ) ? black : white; } } - // w < 0 -> contour inside path - // w > 0 -> contour outside path -// ( w < 0 ) ? (color = black) : (color = white); - ( w < 0 ) ? (color = white) : (color = black); - - data2 = malloc(size * sizeof(unsigned char)); - data2 = memcpy(data2, data, size); // copy !! allways the same !!! - -#if DEBUG_CONTUR -if ( w < 0 ) [nxWhite set]; else [nxBlack set]; -[nxGray set]; #endif + start = 10.0; // (gdb) x/100tb data for (y=start; y one of our pixels */ + /* we are black AND l d r OR u is a white pixel -> one of our pixels */ if ( *(data2+byteX-1) == white || *(data2+byteX+bytesPerRow) == white || *(data2+byteX+1) == white || *(data2+byteX-bytesPerRow) == white ) { [self drawArcInDataAt:(byteY+x) radius:w2Int color:color]; -#if DEBUG_CONTUR -PSarc(x, y, w2Int, 0.0, 360.0); PSfill(); -#endif } } } free(data2); +#if DEBUG_CONTUR_2 +[[bitmapImage TIFFRepresentation] writeToFile:@"/tmp/contourImage.tiff" atomically:YES]; // debug only + + +#if 0 // debug drawArcInData + + [conView unlockFocus]; + [win close]; + [[image image] setSize:imageSize]; // set to old great + [bitmapImage release]; + +return path; +#endif // debug drawArcInData + +#endif + [self invertData]; bytesPerRowHalf = bytesPerRow/2.0; @@ -3443,9 +3214,6 @@ NSPoint *pts; pts = malloc(right * sizeof(NSPoint)); -#if DEBUG_CONTUR -[nxBlack set]; -#endif /* vectorize contour */ start = 10.0; for (y=start; y one of our pixels */ @@ -3506,9 +3232,6 @@ { NSPoint nxp = {x, y}; pts[pCnt] = nxp; pCnt++; -#if DEBUG_CONTUR -//NSRectFill(NSMakeRect(x, y, 1, 1)); -#endif } } if ( pCnt ) @@ -3516,16 +3239,19 @@ } free(pts); } // lineArray, lineCnt -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); + +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif [self optimizePath:path :w2Int]; /* move and scale path to old greatness */ /* move and scale path and linePath and *fillPath to old great */ - moveP.x = -(bounds.origin.x - w2Int - 9.0); // dont know why 9.0 insteat 10.0 is correct - but it is - moveP.y = -(bounds.origin.y - w2Int - 9.0); // w2Int+10.0 -> think: lower left coner of image is IN/AT composite pt + //moveP.x = -(bounds.origin.x - w2Int - 9.0); // dont know why 9.0 insteat 10.0 is correct - but it is + moveP.x = -(bounds.origin.x - w2Int - 10.0); // dont know why 9.0 insteat 10.0 is correct - but it is + //moveP.y = -(bounds.origin.y - w2Int - 9.0); // w2Int+10.0 -> think: lower left coner of image is IN/AT composite pt + moveP.y = -(bounds.origin.y - w2Int - 10.0); // w2Int+10.0 -> think: lower left coner of image is IN/AT composite pt moveP.x = -moveP.x; moveP.y = -moveP.y; center = bounds.origin; @@ -3534,12 +3260,12 @@ [path moveBy:moveP]; [path scale:scaleX :scaleY withCenter:center]; - [conView unlockFocus]; - [win close]; + //[conView unlockFocus]; + //[win close]; [[image image] setSize:imageSize]; // set to old great [bitmapImage release]; -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif return path; } @@ -3559,10 +3285,8 @@ NSPoint moveP, center; NSBitmapImageRep *bitmapImage; -#if DEBUG_CONTUR - NSColor *nxGray; - nxGray = [NSColor colorWithCalibratedRed:0.335 green:0.335 blue:0.335 alpha:1.0]; -printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec Start\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif if (!cnt) @@ -3625,10 +3349,10 @@ s += 1.0; bytes = (wi*s) * (h*s); // 1 byte is one pixel; - if ( wi*s > 10000 || h*s > 10000 ) // > 10000 + if ( wi*s > 8000 || h*s > 8000 ) // > 10000 break; // too big !!! } - if ( conRect.size.width > 10000 || conRect.size.height > 10000 ) // good bye > 10000 + if ( conRect.size.width > 8000 || conRect.size.height > 8000 ) // good bye > 10000 return nil; w2 = Abs(w+maxW)*scale/2.0; @@ -3850,17 +3574,15 @@ right = rect.size.width = (int)(conRect.size.width); /* our with scale and bounds calculated width */ height = rect.size.height = (int)(conRect.size.height); -//[[NSColor redColor] set]; // test apple -//NSRectFill(NSMakeRect(1, 1, 1, 1)); - bitmapImage = [[NSBitmapImageRep allocWithZone:[self zone]] initWithFocusedViewRect:rect]; // apple - if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1) + if ([bitmapImage bitsPerPixel] > 8 || ![bitmapImage isPlanar] || [bitmapImage samplesPerPixel] > 1 || + ([bitmapImage bytesPerRow]/[bitmapImage samplesPerPixel]) > rect.size.width) { NSBitmapImageRep *abitmap; if ([bitmapImage bitsPerSample] == 8) // meshed - { int ny, width; + { int xl, ny, width; int bpr = [bitmapImage bytesPerRow], spp = 1, abpr; int bpp = [bitmapImage bytesPerPlane]; unsigned char *planes[5]; @@ -3882,11 +3604,26 @@ if (![bitmapImage isPlanar]) spp = [bitmapImage bitsPerPixel]/8; width = bpr / spp; // bytesPerRow / samplesPerPixel - for (y=0, ny=0; y rect.size.width) // retina display factor two + { + for (y=0, ny=0; y one of our pixels */ if ( *(data+byteX-1) == black || *(data+byteX+bytesPerRow) == black || - *(data+byteX+1) == black || *(data+byteX-bytesPerRow) == black ) + *(data+byteX+1) == black || *(data+byteX-bytesPerRow) == black ) { NSPoint nxp = {x, y}; pts[pCnt] = nxp; pCnt++; @@ -3985,8 +3680,8 @@ } free(pts); } // lineArray, lineCnt -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec vor Optimieren\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif /* correct path */ @@ -4040,8 +3735,8 @@ [conView unlockFocus]; [win close]; [bitmapImage release]; -#if DEBUG_CONTUR -printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] cString]); +#if DEBUG_CONTUR_TIME +printf("%s Hour.Min.Sec End\n\n", [[[NSCalendarDate date] descriptionWithCalendarFormat:@"%H.%M.%S"] UTF8String]); #endif return path; } diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/PerformanceMap.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/PerformanceMap.h --- cenon.app-4.0.2/GraphicObjects.subproj/PerformanceMap.h 2012-01-15 15:13:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/PerformanceMap.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* PerformanceMap.h * Map of graphic objects for optimized access * - * Copyright (C) 1993-2012 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: T+T Hennerich (1993), Georg Fleischmann (2001) * * created: 1993, 2001-08-17 * modified: 2006-02-06 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PERFORMANCEMAP -#define VHF_H_PERFORMANCEMAP +#ifndef CEN_H_PERFORMANCEMAP +#define CEN_H_PERFORMANCEMAP #include #include "VGraphic.h" @@ -74,4 +74,4 @@ @end -#endif // VHF_H_PERFORMANCEMAP +#endif // CEN_H_PERFORMANCEMAP diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/PerformanceMap.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/PerformanceMap.m --- cenon.app-4.0.2/GraphicObjects.subproj/PerformanceMap.m 2012-01-06 16:25:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/PerformanceMap.m 2015-07-30 13:13:40.000000000 +0000 @@ -1,29 +1,29 @@ /* PerformanceMap.m * Map of graphic objects for optimized access * - * Copyright (C) 1993-2008 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: T+T Hennerich (1993), Georg Fleischmann (2001-), Ilonka Fleischmann (2005-) * * created: 1993 T+T Hennerich, 2001-08-17 Georg Fleischmann * modified: 2008-05-03 (autorelease pool) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -33,10 +33,10 @@ #include "VImage.h" // VImage class #include "VRectangle.h" // -isPointInside -#define MIN_SIZE 30 // minimum width and height of segment -#define MAXCAPACITY 20 // maximum number of objects in segment (default) -#define INCREASECAPACITY 10 // amount to increase maximum number of objects in segment -#define MINSIZECAPACITY 15000 +#define MIN_SIZE 30 // minimum width and height of segment +#define MAXCAPACITY 20 // maximum number of objects in segment (default) +#define INCREASECAPACITY 10 // amount to increase maximum number of objects in segment +#define MINSIZECAPACITY 15000 @implementation PerformanceMap @@ -60,17 +60,17 @@ [string appendFormat:@"PerformanceMap: bounds = {%.2f %.2f %.2f %.2f} segments = %d objects = %d", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height, - [segmentList count], [graphicList count]]; + (unsigned)[segmentList count], (unsigned)[graphicList count]]; return string; } - (NSString*)descriptionRecursive { static int recursionCnt = 0; NSMutableString *string = [NSMutableString string]; - int i; + int i; [string appendFormat:@"%d PerformanceMap: bounds = {%.2f %.2f %.2f %.2f} segments = %d objects = %d", recursionCnt, bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height, - [segmentList count], [graphicList count]]; + (unsigned)[segmentList count], (unsigned)[graphicList count]]; if ([graphicList count]) [string appendFormat:@"\n%@", [graphicList description]]; else Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VArc.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VArc.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VArc.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VArc.h --- cenon.app-4.0.2/GraphicObjects.subproj/VArc.h 2007-05-08 17:37:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VArc.h 2015-08-29 14:15:17.000000000 +0000 @@ -1,33 +1,33 @@ /* VArc.h * 2-D Arc object * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-03-13 - * modified: 2006-11-24 + * modified: 2014-11-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VARC -#define VHF_H_VARC +#ifndef CEN_H_VARC +#define CEN_H_VARC #include "VGraphic.h" #include "VPath.h" @@ -40,24 +40,24 @@ @interface VArc: VGraphic { - NSPoint center; // origin - NSPoint start; // startpoint - float angle; // angle in degree (-360.0 to 360.0) - int selectedKnob; // index of the selected knob (0 - 3 or -1) - int filled; // 1 = fill, 2 = graduated filled + NSPoint center; // origin + NSPoint start; // startpoint + float angle; // angle in degree (-360.0 to 360.0) + int selectedKnob; // index of the selected knob (0 - 3 or -1) + int filled; // 1 = fill, 2 = graduated filled /* the variables below will not be saved, we generate them for faster drawing */ - float radius; // radius - float begAngle; // begin angle - NSPoint end; // endpoint - NSColor *fillColor; // fillColor if we are filled - NSColor *endColor; // endColor if we are graduated/radial filled - float graduateAngle; // angle of graduate filling - float stepWidth; // stepWidth the color will change by graduate/radial filling - NSPoint radialCenter; // the center position for radial filling in percent to the bounds - NSMutableArray *graduateList; // list holding the graduate filling graphic objects - BOOL graduateDirty; // if we must update the graduateList (calculate the graduate filling new) - NSRect coordBounds; /* our coord bounding box */ + float radius; // radius + float begAngle; // begin angle + NSPoint end; // endpoint + NSColor *fillColor; // fillColor if we are filled + NSColor *endColor; // endColor if we are graduated/radial filled + float graduateAngle; // angle of graduate filling + float stepWidth; // stepWidth the color will change by graduate/radial filling + NSPoint radialCenter; // the center position for radial filling in percent to the bounds + NSMutableArray *graduateList; // list holding the graduate filling graphic objects + BOOL graduateDirty; // if we must update the graduateList (calculate the graduate filling new) + NSRect coordBounds; // our coord bounding box } /* class methods */ @@ -109,6 +109,8 @@ - (id)clippedFrom:(VGraphic*)cg; +- (id)contourOpenLeftOrRight:(float)w; + @end -#endif // VHF_H_VARC +#endif // CEN_H_VARC Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VArc.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VArc.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VArc.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VArc.m --- cenon.app-4.0.2/GraphicObjects.subproj/VArc.m 2013-08-12 10:17:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VArc.m 2016-09-10 11:02:58.000000000 +0000 @@ -1,11 +1,21 @@ /* VArc.m * 2-D Arc object * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-03-13 - * modified: 2013-08-09 (-getListOfObjectsSplittedFrom:pArray: pt on radius check Tolerance corrected) + * modified: 2016-05-23 (-parallelObject:... no s,e difference -> nil) + * 2016-03-11 (-propertyList, return nil if !angle) + * 2016-03-03 (-contour:, fix to change from 2015-08-10 for open not filled part of arc) + * 2015-12-02 (-getListOfObjectsSplittedFrom::, check ps[i] to center with radius*3.0*TOLERANCE) + * 2015-08-21 (-parallelObject:... Diff(angle, an) > 50.0 part with more checks) + * 2015-08-10 (-contour:, -pathRepresentation open not filled part of arc allways ccw like line/curve) + * 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2014-10-09 (-setDirectionCCW: only if angle < 360, -contourOpenLeftOrRight: new) + * 2014-08-29 (-clippedWithRect: for NSContainsRect use coordBounds instead bounds) + * 2014-02-06 (-contour: use real start of full arc, instead at 0 degree) + * 2013-08-09 (-getListOfObjectsSplittedFrom:pArray: pt on radius check Tolerance corrected) * 2013-02-14 (Diff() > 0.0001 - Apple floats) * 2012-01-20 (-intersectArc:::: use special tolerance to compare angles) * 2011-07-11 (-sqrDistance...: all corrected or new) @@ -17,22 +27,22 @@ * 2008-08-27 2008-10-16 (-getListOfObjectsSplittedFrom...) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -255,13 +265,16 @@ * Sqr(e.x-c.x) + Sqr(e.y-c.y) = Sqr(s.x-c.x) + Sqr(s.y-c.y) * -> c.y = ... * modified: 2010-05-29 (calculation of c: cast to double to make it work well on Apple) + * modified: 2016-05-23 (no s,e difference -> nil) */ - parallelObject:(NSPoint)begP :(NSPoint)endP :(NSPoint)newBeg :(NSPoint)newEnd { VArc *arc = [[self copy] autorelease]; float ba, ea, an; NSPoint c = center, s = newBeg, e = newEnd; - if ( Diff(e.y, s.y) > Diff(e.x, s.x) ) // new radius y > new radius x + if ( Diff(e.y, s.y) <= TOLERANCE && Diff(e.x, s.x) <= TOLERANCE ) + return nil; // no length between start and end point -> no arc anymore - 360 arc do not arrive here + else if ( Diff(e.y, s.y) > Diff(e.x, s.x) ) // new radius y > new radius x { double cx = center.x, sx = newBeg.x, sy = newBeg.y, ex = newEnd.x, ey = newEnd.y; //c.y = (Sqr(e.x-c.x)-Sqr(s.x-c.x)-Sqr(s.y)+Sqr(e.y)) / (2.0*e.y-2.0*s.y); @@ -305,6 +318,7 @@ { if (ba <= ea) ba += 360.0; an = ea - ba; } + [arc setCenter:c start:s angle:an]; /* If angles are extremely different we just place a line from start to end. * This may happen if the passed beg/end points are twisted @@ -313,7 +327,8 @@ * maybe also check if s/e switched the quadrant compared to start/end * (ex: start.y < center.y but s.y > c.y) ? */ - if ( Diff(angle, an) > 50.0 ) + if ( Diff(angle, an) > 50.0 && + (((angle > 0.0 && an < 0.0) || (angle < 0.0 && an > 0.0)) || [arc length] < TOLERANCE*10.0) ) { float dx, dy, newDx, newDy; /*VLine *line = [VLine lineWithPoints:s :e]; @@ -348,8 +363,6 @@ || (dy > 0.0 && newDy < 0.0) || (dy < 0.0 && newDy > 0.0) ) { (an > 0) ? (an = -(360 - an)) : (an = 360 + an); }*/ } - - [arc setCenter:c start:s angle:an]; return arc; } @@ -1143,9 +1156,9 @@ //#define CRVRADIUSTOL (45.0*TOLERANCE)*(45.0*TOLERANCE) // too big #define CRVRADIUSTOL (30.0*TOLERANCE)*(30.0*TOLERANCE) #define WHTOL 300.0*TOLERANCE // 200.0 -int distancePointCurveIsRadius(float r2, NSPoint *pc, NSPoint *point, NSRect *aBounds, float ts, float te, int *iCnt, NSPoint *iPts, float *dists) +int distancePointCurveIsRadius(double r2, NSPoint *pc, NSPoint *point, NSRect *aBounds, double ts, double te, int *iCnt, NSPoint *iPts, double *dists) { NSPoint pc1[4], pc2[4], p[8], iPoint = NSZeroPoint; - float t, dist = MAXCOORD, newDist, tdiff = Diff(ts, te)/6.0; // -> 7 pts including s/e + double t, dist = MAXCOORD, newDist, tdiff = Diff(ts, te)/6.0; // -> 7 pts including s/e NSRect bounds; int cnt=0; @@ -1276,7 +1289,7 @@ - (int)tangentIntersectionCurve:(NSPoint*)pc :(int*)iCnt :(NSPoint*)iPts { int rVal; NSRect cBounds, aBounds; - float r2 = radius*radius, dists[2]; + double r2 = radius*radius, dists[2]; /* a quick check for possible intersection */ cBounds = fastBoundsOfCurve(pc); @@ -1677,7 +1690,7 @@ pts1 = NSZoneMalloc([self zone], (n1+1)*sizeof(NSPoint)); - tplus1 = 1.0/(double)n1; + tplus1 = (n1 == 0) ? 1.0 : (1.0/(double)n1); for (i=0, t=0; i 3.0*grid || Diff(center.y, drawPoint.y) > 3.0*grid) ) @@ -2134,8 +2152,7 @@ [view scrollPointToVisible:drawPoint]; /* fix position to grid */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -2150,13 +2167,16 @@ gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; [drawArcGraphic setCenter:startP start:drawPoint angle:360.0]; drawBounds = [drawArcGraphic extendedBoundsWithScale:[view scaleFactor]]; - gridBounds = NSUnionRect(drawBounds, gridBounds); // the united rect of the two rects we need to redraw the view + gridBounds = NSUnionRect(drawBounds, gridBounds); // the united rect of the two rects we need to redraw the view // [drawArcGraphic getBounds:&drawBounds withKnobs:YES]; // get the bounds of the drawn line // NXUnionRect(&drawBounds, &gridBounds); + [tmpGraphics removeAllObjects]; if ( NSContainsRect(viewBounds, gridBounds) ) // arc inside view ? - { [drawArcGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawArcGraphic]; //[drawArcGraphic drawWithPrincipal:view]; // shadow + [tmpGraphics addObject:self]; //[self drawWithPrincipal:view]; // on the grid } else drawPoint = gridPoint = start; // else set line invalid @@ -2179,14 +2199,15 @@ else if ( [event windowNumber] != windowNum ) ok = NO; else - ok = NSMouseInRect(gridPoint , viewBounds , NO); + ok = NSMouseInRect(gridPoint, viewBounds , NO); } /* get end point of arc */ if ( ok ) { event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; - while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) + while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) + && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) { /* Since MouseMoved event is never send we use a periodic event instead */ if ( [event type] == NSPeriodic ) @@ -2200,21 +2221,21 @@ lastPoint = drawPoint; /* delete arc from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; // [view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( ([event type] == NSLeftMouseDragged) && (!dragging) && (Diff(start.x, drawPoint.x) > 3.0*grid || Diff(start.y, drawPoint.y) > 3.0*grid) ) dragging = YES; [view scrollPointToVisible:drawPoint]; gridPoint = drawPoint; - if (![view hitEdge:&gridPoint spare:self]) // snap to point + if (![view hitEdge:&gridPoint spare:self]) // snap to point if ( SqrDistPoints(gridPoint, start) <= snap*snap ) { gridPoint = start; vhfPlaySound(@"Pop"); } [window displayCoordinate:gridPoint ref:NO]; - gridPoint = [view grid:gridPoint]; // fix position to grid + gridPoint = [view grid:gridPoint]; // fix position to grid ea = vhfAngleOfPointRelativeCenter(gridPoint, center); an = ea - begAngle; @@ -2230,14 +2251,14 @@ // an = 360.0-an; [drawArcGraphic setCenter:center start:start angle:an]; drawBounds = [drawArcGraphic extendedBoundsWithScale:[view scaleFactor]]; - gridBounds = NSUnionRect(drawBounds, gridBounds); // the united rect of the two rects we need to redraw the view + gridBounds = NSUnionRect(drawBounds, gridBounds); // the united rect of the two rects we need to redraw the view if ( NSContainsRect(viewBounds , gridBounds) ) // arc inside view ? { [drawArcGraphic drawWithPrincipal:view]; [self drawWithPrincipal:view]; } else - drawPoint = gridPoint = start; // else set line invalid + drawPoint = gridPoint = start; // else set line invalid [window flushWindow]; } @@ -2245,6 +2266,7 @@ } } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; last = gridPoint; @@ -2263,7 +2285,7 @@ if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if (!ok) { @@ -2283,13 +2305,13 @@ [window postEvent:eventup atStart:1]; // up [window postEvent:event atStart:1]; // down } - [view display]; + [view display]; return NO; } dirty = YES; [self setSelected:YES]; - [view cacheGraphic:self]; /* add to graphic cache */ + //[view cacheGraphic:self]; // add to graphics cache (disabled: 2015-07-30) return YES; } @@ -2369,8 +2391,8 @@ - (void)setCenter:(NSPoint)p start:(NSPoint)s angle:(float)a { center = p; - start = s; - angle = a; + start = s; + angle = a; [self calcAddedValues]; coordBounds = NSZeroRect; dirty = YES; @@ -2470,8 +2492,8 @@ * purpose: draw the graphic rotated around p with x and y */ - (void)drawAtAngle:(float)a withCenter:(NSPoint)cp in:view -{ NSPoint p; - NSBezierPath *bPath = [NSBezierPath bezierPath]; +{ NSPoint p; + NSBezierPath *bPath = [NSBezierPath bezierPath]; p = vhfPointRotatedAroundCenter(center, -a, cp); @@ -2575,7 +2597,7 @@ [arc setFilled:NO]; [[pathG list] addObject:arc]; - if ( abs(angle) < 360.0 ) + if ( Abs(angle) < 360.0 && filled ) { line = [VLine line]; [line setVertices:end :center]; @@ -2788,7 +2810,7 @@ * scroll. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num != 0 && pt_num != 1) @@ -3168,11 +3190,12 @@ return NO; } -/* created: 07.04.98 +/* created: 1998-04-07 + * modified: 2014-11-03 */ - (void)setDirectionCCW:(BOOL)ccw { - if ( ccw != [self isDirectionCCW] ) + if ( (filled || Abs(angle) >= 360.0) && ccw != [self isDirectionCCW] ) [self changeDirection]; } @@ -3181,6 +3204,79 @@ return (angle >= 0) ? YES : NO; } +- (id)contourOpenLeftOrRight:(float)w +{ VArc *arc; + float r; + NSPoint p, ps[4]; + + if ( [self filled] ) + { + if ( Abs(angle) < 360.0-TOLERANCE ) + { VPath *cPath, *path = [self pathRepresentation]; + + cPath = [path contour:w]; + return cPath; + } + + arc = [VArc arc]; + + r = (width + w) / 2.0; // the amount of growth/shrink + //if ( radius+r < 0.0 ) + if ( radius+r < 0.0 && Diff(radius+r, 0.0) > 0.0001 ) // 2013-08-12 + { NSLog(@"VArc contour: Tool diameter exceeding diameter of arc!"); + return nil; + } + p.x = center.x + Max(0.0, radius+r); // we limit the shrink to zero + p.y = center.y; + [arc setWidth:0.0]; + [arc setColor:color]; + [arc setCenter:center start:p angle:angle]; + [arc setBegAngle:begAngle]; + [arc setSelected:[self isSelected]]; + return arc; + } + else if ( (w == 0.0 && width == 0.0) /*|| (w<0.0 && -w >= width)*/ ) + { arc = [VArc arc]; + [arc setWidth:0.0]; + [arc setColor:color]; + [arc setCenter:center start:start angle:angle]; + [arc setSelected:[self isSelected]]; + return arc; + } + + r = Abs((width + w) / 2.0); /* the amount of growth */ + + if ( Abs(angle) >= 360.0 ) + { + arc = [VArc arc]; + if ((w > 0.0 && angle > 0.0) || (w < 0.0 && angle < 0.0)) + p.x = center.x+radius+r; + else + p.x = center.x+radius-r; + p.y = center.y; + [arc setCenter:center start:p angle:360.0]; + [arc setBegAngle:begAngle]; + } + else + { + if ((w > 0.0 && angle > 0.0) || (w < 0.0 && angle < 0.0)) + ps[0].x = center.x+radius+r; + else + ps[0].x = center.x+radius-r; + ps[0].y = center.y; + vhfRotatePointAroundCenter(&ps[0], center, begAngle); + + arc = [VArc arc]; + [arc setCenter:center start:ps[0] angle:angle]; + } + + [arc setWidth:0.0]; + [arc setColor:color]; + [arc setSelected:[self isSelected]]; + + return arc; +} + /* * return a path representing the outline of us * the path holds at least two curves and two arcs @@ -3222,6 +3318,7 @@ [arc setWidth:0.0]; [arc setColor:color]; [arc setCenter:center start:p angle:angle]; + [arc setBegAngle:begAngle]; [arc setSelected:[self isSelected]]; return arc; } @@ -3250,16 +3347,18 @@ p.x = center.x+radius+r; p.y = center.y; [arc setCenter:center start:p angle:360.0]; + [arc setBegAngle:begAngle]; [list addObject:arc]; if ( radius > r ) { arc = [VArc arc]; p.x = center.x+radius-r; p.y = center.y; [arc setCenter:center start:p angle:360.0]; + [arc setBegAngle:begAngle]; [list addObject:arc]; } } - else + else // allways ccw ! like line and curve { ps[0].x = center.x+radius+r; ps[0].y = center.y; @@ -3281,20 +3380,23 @@ p.x = (ps[0].x+ps[1].x)/2.0; p.y = (ps[0].y+ps[1].y)/2.0; arc = [VArc arc]; - [arc setCenter:p start:ps[1] angle:(angle>=0.0) ? 180.0 : -180.0]; + //[arc setCenter:p start:ps[1] angle:(angle>=0.0) ? 180.0 : -180.0]; + [arc setCenter:p start:(angle>=0.0) ? (ps[1]) : (ps[0]) angle:180.0]; + [list addObject:arc]; arc = [VArc arc]; - [arc setCenter:center start:ps[0] angle:angle]; + [arc setCenter:center start:(angle>=0.0) ? (ps[0]) : (ps[1]) angle:angle]; // new start is end [list addObject:arc]; p.x = (ps[2].x+ps[3].x)/2.0; p.y = (ps[2].y+ps[3].y)/2.0; arc = [VArc arc]; - [arc setCenter:p start:ps[3] angle:(angle>=0.0) ? 180.0 : -180.0]; + //[arc setCenter:p start:ps[3] angle:(angle>=0.0) ? 180.0 : -180.0]; + [arc setCenter:p start:(angle>=0.0) ? (ps[3]) : (ps[2]) angle:180.0]; [list addObject:arc]; arc = [VArc arc]; - [arc setCenter:center start:ps[2] angle:-angle]; + [arc setCenter:center start:(angle>=0.0) ? (ps[2]) : (ps[3]) angle:-angle]; [list addObject:arc]; } @@ -3410,7 +3512,7 @@ for (i=0; i Max(3.5*TOLERANCE, radius/3000.0) ) // 3000.0 + double SqrDistPoints - if ( Diff (SqrDistPoints(ps[i], center), r2) > Max(3.5*TOLERANCE, radius*TOLERANCE) ) // 2013-08-12 + if ( Diff (SqrDistPoints(ps[i], center), r2) > Max(3.5*TOLERANCE, radius*3.0*TOLERANCE) ) // 2013-08-12,*TOL 2015-12-02, *3.0 { cnt = removePointFromArray(ps[i], ps, cnt); i--; } @@ -3853,7 +3955,8 @@ int iCnt = 0, i, j; VGroup *group = [VGroup group]; - if (NSContainsRect(rect, [self bounds])) // object entirely inside rect + // if (NSContainsRect(rect, [self bounds])) // object entirely inside rect + if (NSContainsRect(rect, [self coordBounds])) // object entirely inside rect return self; if (!NSIntersectsRect(rect, [self bounds])) // object entirely outside rect return nil; @@ -5264,6 +5367,9 @@ - (id)propertyList { NSMutableDictionary *plist = [super propertyList]; + if (!angle) + return nil; + [plist setObject:propertyListFromNSPoint(center) forKey:@"center"]; [plist setObject:propertyListFromNSPoint(start) forKey:@"start"]; if (angle != 360.0) @@ -5286,7 +5392,7 @@ { [super initFromPropertyList:plist inDirectory:directory]; center = pointFromPropertyList([plist objectForKey:@"center"]); - start = pointFromPropertyList([plist objectForKey:@"start"]); + start = pointFromPropertyList([plist objectForKey:@"start"]); if ( !(angle = [plist floatForKey:@"angle"])) angle = 360.0; // default; filled = [plist intForKey:@"filled"]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VCrosshairs.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VCrosshairs.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCrosshairs.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCrosshairs.h --- cenon.app-4.0.2/GraphicObjects.subproj/VCrosshairs.h 2007-05-08 17:37:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCrosshairs.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* * VCrosshairs.h * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-03-29 * modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VCROSSHAIRS -#define VHF_H_VCROSSHAIRS +#ifndef CEN_H_VCROSSHAIRS +#define CEN_H_VCROSSHAIRS #include "VGraphic.h" @@ -54,4 +54,4 @@ @end -#endif // VHF_H_VCROSSHAIRS +#endif // CEN_H_VCROSSHAIRS diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCrosshairs.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCrosshairs.m --- cenon.app-4.0.2/GraphicObjects.subproj/VCrosshairs.m 2012-01-08 14:27:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCrosshairs.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* VCrosshairs.m * - * Copyright (C) 1996-2009 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-03-29 * modified: 2009-12-25 (description added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCurveFit.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurveFit.h --- cenon.app-4.0.2/GraphicObjects.subproj/VCurveFit.h 2011-04-05 06:54:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurveFit.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* VCurveFit.h - Objective-C Frontend for curve fitting code * - * Copyright (C) 2011 by vhf interservice GmbH + * Copyright (C) 2011 by Cenon GmbH * Author: Georg Fleischmann * * created: 2011-04-05 * modified: 2011-04-05 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VCURVEFIT -#define VHF_H_VCURVEFIT +#ifndef CEN_H_VCURVEFIT +#define CEN_H_VCURVEFIT #include "VPath.h" @@ -43,4 +43,4 @@ @end -#endif // VHF_H_VCURVEFIT +#endif // CEN_H_VCURVEFIT diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCurveFit.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurveFit.m --- cenon.app-4.0.2/GraphicObjects.subproj/VCurveFit.m 2011-05-31 10:09:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurveFit.m 2014-12-19 13:15:45.000000000 +0000 @@ -3,25 +3,25 @@ * Author: Georg Fleischmann * * created: 2011-04-05 (based on CurveFit.c from Graphics Gems) - * modified: 2011-04-05 + * modified: 2014-07-04 (*pts = NULL) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ /* Piecewise cubic fitting code @@ -87,7 +87,7 @@ /* turn lines into optimized curves */ - (VPath*)fitGraphic:(VGraphic*)g maxError:(double)maxError -{ Point2 *pts = nil; +{ Point2 *pts = NULL; int i, nPts = 0; VPath *path = nil; @@ -437,16 +437,19 @@ det_X_C1 = X[0] * C[1][1] - X[1] * C[0][1]; /* Finally, derive alpha values */ - if (det_C0_C1 == 0.0) { + if (det_C0_C1 == 0.0) det_C0_C1 = (C[0][0] * C[1][1]) * 10e-12; + if (det_C0_C1 == 0.0) + alpha_l = alpha_r = -1.0; // 2014-12-19: this case would created nan curve points before + else + { alpha_l = det_X_C1 / det_C0_C1; + alpha_r = det_C0_X / det_C0_C1; } - alpha_l = det_X_C1 / det_C0_C1; - alpha_r = det_C0_X / det_C0_C1; /* If alpha negative, use the Wu/Barsky heuristic (see text) */ /* (if alpha is 0, you get coincident control points that lead to * divide by zero in any subsequent NewtonRaphsonRootFind() call. */ - if (alpha_l < 1.0e-6 || alpha_r < 1.0e-6) + if ( alpha_l < 1.0e-6 || alpha_r < 1.0e-6 ) { double dist = V2DistanceBetween2Points(d[last], d[first]) / 3.0; bezCurve[0] = d[first]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VCurve.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VCurve.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCurve.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurve.h --- cenon.app-4.0.2/GraphicObjects.subproj/VCurve.h 2008-01-15 03:43:27.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurve.h 2014-11-03 16:36:03.000000000 +0000 @@ -1,33 +1,33 @@ /* VCurve.h * 2-D Bezier curve * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2002-07-07 + * modified: 2014-10-13 (float -> VFloat) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VCURVE -#define VHF_H_VCURVE +#ifndef CEN_H_VCURVE +#define CEN_H_VCURVE #include "VGraphic.h" @@ -41,7 +41,7 @@ NSRect fastBoundsOfCurve(const NSPoint ps[4]); NSRect boundsOfCurve( const NSPoint pc[4] ); -int tileCurveAt(const NSPoint pc[4], float t, NSPoint *pc1, NSPoint *pc2); +int tileCurveAt(const NSPoint pc[4], VFloat t, NSPoint *pc1, NSPoint *pc2); float pointOnCurveNextToPoint(NSPoint *curvePoint, const NSPoint *pc, const NSPoint *point); @interface VCurve:VGraphic @@ -68,13 +68,15 @@ - (int)intersectLine:(NSPoint*)pArray :(NSPoint)pl0 :(NSPoint)pl1; - (int)intersectCurve:(NSPoint*)pArray :(NSPoint)pc0 :(NSPoint)pc1 :(NSPoint)pc2 :(NSPoint)pc3; - (double)getTForPointOnCurve:(NSPoint)point; -- splittedObjectsAt:(float)t; +- splittedObjectsAt:(VFloat)t; - flattenedObjectWithFlatness:(float)flatness; - (NSPoint)appendToBezierPath:(NSBezierPath*)bPath currentPoint:(NSPoint)currentPoint; - (void)updateBounds; - (int)selectedKnobIndex; +- (id)contourOpenLeftOrRight:(float)w; + @end -#endif // VHF_H_VCURVE +#endif // CEN_H_VCURVE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VCurve.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VCurve.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VCurve.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurve.m --- cenon.app-4.0.2/GraphicObjects.subproj/VCurve.m 2012-07-18 08:15:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VCurve.m 2016-09-10 11:03:34.000000000 +0000 @@ -1,33 +1,39 @@ /* VCurve.m * 2-D Bezier curve * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2012-04-23 (-sqrDistanceLine:, -sqrDistanceLine::::, -length - corrected) + * modified: 2015-11-20 (-contourOpenLeftOrRight: return nil if no length + * 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2015-07-22 (-gradientAt:, -gradientNear: fix handle p2,p3 in start/end, -getListOfObjectsSplittedFrom.. 0.00001) + * 2014-10-09 (-contourOpenLeftOrRight: new) + * 2014-09-11 (-gradientAt: handle p2,p3 in start/end, intersectCurves() 15.0 instead 20.0) + * 2014-08-29 (-a lot of float -> VFloat) + * 2012-04-23 (-sqrDistanceLine:, -sqrDistanceLine::::, -length - corrected) * 2011-07-11 (-sqrDistance...; corrected) * 2011-03-11 (-contour: build outline of stroke width + 0 distance) * 2010-02-18 (exit editing with right mouse click) * 2008-08-06 (-getListOfObjectsSplittedFrom::) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -67,7 +73,7 @@ * purpose: split 'curve' at 't' * return: number of curve segments in 'curves' */ -int tileCurveAt(const NSPoint pc[4], float t, NSPoint *pc1, NSPoint *pc2) +int tileCurveAt(const NSPoint pc[4], VFloat t, NSPoint *pc1, NSPoint *pc2) { NSPoint p; /* p0 of 1st curve */ @@ -186,7 +192,7 @@ float pointOnCurveNextToPoint(NSPoint *curvePoint, const NSPoint *pc, const NSPoint *point) { NSPoint cp[4], pc1[4], pc2[4]; int i; - float dist, newDist; + VFloat dist, newDist; NSRect bounds; /* split curve @@ -274,13 +280,13 @@ */ if (bounds1.size.width+bounds1.size.height > 100.0*TOLERANCE && bounds2.size.width+bounds2.size.height > 100.0*TOLERANCE) { - if (SqrDistPoints(pc1[0], pc2[0]) < (20.0*TOLERANCE)*(20.0*TOLERANCE)) // 10.0 + if (SqrDistPoints(pc1[0], pc2[0]) < (15.0*TOLERANCE)*(15.0*TOLERANCE)) // 20.0 (10.0 to small !) { points[iCnt++] = pc1[0] = pc2[0];} - else if (SqrDistPoints(pc1[0], pc2[3]) < (20.0*TOLERANCE)*(20.0*TOLERANCE)) + else if (SqrDistPoints(pc1[0], pc2[3]) < (15.0*TOLERANCE)*(15.0*TOLERANCE)) { points[iCnt++] = pc1[0] = pc2[3];} - if (SqrDistPoints(pc1[3], pc2[0]) < (20.0*TOLERANCE)*(20.0*TOLERANCE)) + if (SqrDistPoints(pc1[3], pc2[0]) < (15.0*TOLERANCE)*(15.0*TOLERANCE)) { points[iCnt++] = pc1[3] = pc2[0];} - else if (SqrDistPoints(pc1[3], pc2[3]) < (20.0*TOLERANCE)*(20.0*TOLERANCE)) + else if (SqrDistPoints(pc1[3], pc2[3]) < (15.0*TOLERANCE)*(15.0*TOLERANCE)) { points[iCnt++] = pc1[3] = pc2[3];} bounds1 = fastBoundsOfCurve(pc1); bounds2 = fastBoundsOfCurve(pc2); @@ -655,21 +661,23 @@ } /* create - * modified: 2010-02-18 (exit with right mouse click) + * modified: 2015-07-30 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:] (not -drawRect:), lockFocus removed) + * 2010-02-18 (exit with right mouse click) */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSRightMouseDownMask|NSPeriodicMask - (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, lastPoint = NSZeroPoint, hitPoint; - id window = [view window]; - VCurve *drawCurveGraphic; - BOOL ok = YES, dragging = NO, hitEdge = NO, p3HitEdge = NO, inTimerLoop = NO; - float grid = 1.0 / [view scaleFactor]; // minimum accepted length - int windowNum = [event windowNumber]; - NSEvent *nextEvent = nil; - VLine *drawFirstControlLine = [VLine line]; - VLine *drawSecondControlLine = [VLine line]; - BOOL alternate = [(App*)NSApp alternate]; +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, lastPoint = NSZeroPoint, hitPoint; + id window = [view window]; + VCurve *drawCurveGraphic; + BOOL ok = YES, dragging = NO, hitEdge = NO, p3HitEdge = NO, inTimerLoop = NO; + VFloat grid = 1.0 / [view scaleFactor]; // minimum accepted length + int windowNum = [event windowNumber]; + NSEvent *nextEvent = nil; + VLine *drawFirstControlLine = [VLine line]; + VLine *drawSecondControlLine = [VLine line]; + BOOL alternate = [(App*)NSApp alternate]; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; [[(App*)NSApp inspectorPanel] loadGraphic:self]; // set the values of the inspector to self @@ -685,7 +693,7 @@ else start = gridPoint; viewBounds = [view visibleRect]; // get the bounds of the view - [view lockFocus]; // and lock the focus on view + //[view lockFocus]; // and lock the focus on view [self setVertices:start :start :start :start]; drawCurveGraphic = [[self copy] autorelease]; @@ -697,7 +705,7 @@ event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; StartTimer(inTimerLoop); /* now entering the tracking loop - * get endpoint of curve + * 1. get endpoint of curve */ while ( [event type] != NSLeftMouseDown && [event type] != NSRightMouseDown && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) @@ -713,8 +721,8 @@ { lastPoint = drawPoint; - /* delete line from screen */ - [view drawRect:gridBounds]; + /* delete curve from screen */ + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( ([event type] == NSLeftMouseDragged)&&(!dragging) && (Diff(p0.x, drawPoint.x) > 3.0*grid || Diff(p0.y, drawPoint.y) > 3.0*grid) ) @@ -746,9 +754,14 @@ drawBounds = [drawCurveGraphic extendedBoundsWithScale:[view scaleFactor]]; gridBounds = NSUnionRect(drawBounds , gridBounds); + [tmpGraphics removeAllObjects]; if ( NSContainsRect(viewBounds , gridBounds) ) - { [drawCurveGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawCurveGraphic]; // shadow curve + [tmpGraphics addObject:self]; // on the grid + //[drawCurveGraphic drawWithPrincipal:view]; + //[self drawWithPrincipal:view]; } else drawPoint = gridPoint = start; // else set line invalid @@ -757,6 +770,7 @@ } nextEvent = (event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]); } + [tmpGraphics removeAllObjects]; if ( [event type] == NSRightMouseDown || (fabs(gridPoint.x-start.x) <= grid && fabs(gridPoint.y-start.y) <= grid) ) // no length -> not valid @@ -795,13 +809,12 @@ { lastPoint = drawPoint; - /* delete line from screen */ - [view drawRect:gridBounds]; + /* delete curve from screen */ + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; /* fix position to grid */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -821,11 +834,17 @@ drawBounds = [drawCurveGraphic extendedBoundsWithScale:[view scaleFactor]]; gridBounds = NSUnionRect(drawBounds , gridBounds); - if ( NSContainsRect(viewBounds , gridBounds) ) - { [drawFirstControlLine drawWithPrincipal:view]; -//[self drawControls:(NSRect)rect direct:YES scaleFactor:(float)scaleFactor]; - [drawCurveGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + [tmpGraphics removeAllObjects]; + if ( NSContainsRect(viewBounds, gridBounds) ) + { + [tmpGraphics addObject:drawFirstControlLine]; // 1. control line + //[tmpGraphics addObject:drawSecondControlLine]; // 2. control line + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawCurveGraphic]; // shadow curve + [tmpGraphics addObject:self]; // on the grid + //[drawFirstControlLine drawWithPrincipal:view]; + //[drawCurveGraphic drawWithPrincipal:view]; + //[self drawWithPrincipal:view]; } else drawPoint = gridPoint = start; // else set line invalid @@ -837,6 +856,7 @@ inMode:NSEventTrackingRunLoopMode dequeue:YES]; } } + [tmpGraphics removeAllObjects]; if ( [event type] == NSLeftMouseDown ) { @@ -848,6 +868,7 @@ else ok = NO; + /* 3. 2nd control point */ if ( ok ) { [drawSecondControlLine setColor:[NSColor lightGrayColor]]; @@ -870,12 +891,11 @@ lastPoint = drawPoint; /* delete curve from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; /* fix position to grid */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -896,15 +916,22 @@ /* the united rect of the two rect's we need to redraw the view */ gridBounds = NSUnionRect(drawBounds , gridBounds); - /* if line is not inside view we set it invalid */ + /* if curve is inside view we draw it */ + [tmpGraphics removeAllObjects]; if ( NSContainsRect(viewBounds , gridBounds) ) - { [drawFirstControlLine drawWithPrincipal:view]; - [drawSecondControlLine drawWithPrincipal:view]; - [drawCurveGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + { + [tmpGraphics addObject:drawFirstControlLine]; // 1. control line + [tmpGraphics addObject:drawSecondControlLine]; // 2. control line + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawCurveGraphic]; // shadow curve + [tmpGraphics addObject:self]; // on the grid + //[drawFirstControlLine drawWithPrincipal:view]; + //[drawSecondControlLine drawWithPrincipal:view]; + //[drawCurveGraphic drawWithPrincipal:view]; + //[self drawWithPrincipal:view]; } else - drawPoint = gridPoint = start; // else set line invalid + drawPoint = gridPoint = start; // else set invalid [window flushWindow]; } @@ -914,6 +941,7 @@ } } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; last = gridPoint; @@ -930,7 +958,7 @@ else if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if (!ok) { @@ -958,7 +986,7 @@ } dirty = YES; - [view cacheGraphic:self]; // add to graphic cache + //[view cacheGraphic:self]; // add to graphic cache if ( !p3HitEdge && !alternate && [event type] != NSRightMouseDown ) [window postEvent:nextEvent atStart:1]; // init new line @@ -1064,7 +1092,7 @@ /* calculate a, b, c of the curve segment */ if (!solveEquation3(m, x123, abcX) || !solveEquation3(m, y123, abcY)) - { NSLog(@"VCurve, - calcVerticesFromPoints: %f %f %f %f", pv0, pv1, pv2, pv3); + { NSLog(@"VCurve, - calcVerticesFromPoints: {%f, %f} {%f, %f} {%f, %f} {%f, %f}", pv0.x, pv0.y, pv1.x, pv1.y, pv2.x, pv2.y, pv3.x, pv3.y); return; } @@ -1320,7 +1348,7 @@ * purpose: return the gradient (delta x, y) of the curve at t */ - (NSPoint)gradientAt:(float)t -{ float ax, bx, cx, ay, by, cy; +{ VFloat ax, bx, cx, ay, by, cy; NSPoint p; /* represent the curve with the equations @@ -1345,19 +1373,38 @@ p.x = 3.0*ax*t*t + 2.0*bx*t + cx; p.y = 3.0*ay*t*t + 2.0*by*t + cy; - if ( !p.x && !p.y && (t == 0.0 || t == 1.0) ) + if ( (!p.x || !p.y) && (t == 0.0 || t == 1.0) ) { - if ( SqrDistPoints(p0, p1) < TOLERANCE && SqrDistPoints(p2, p3) < TOLERANCE ) - { p.x = p3.x - p0.x; + if ( (t == 0.0 && SqrDistPoints(p0, p1) > TOLERANCE) || + (t == 1.0 && SqrDistPoints(p2, p3) > TOLERANCE) ) // long tangents - ok + { + return p; + } + else if ( SqrDistPoints(p0, p1) < TOLERANCE && SqrDistPoints(p2, p3) < TOLERANCE ) // line + { + p.x = p3.x - p0.x; p.y = p3.y - p0.y; } - else if ( SqrDistPoints(p0, p1) < TOLERANCE ) - { p.x = p2.x - p0.x; - p.y = p2.y - p0.y; - } - else if ( SqrDistPoints(p2, p3) < TOLERANCE ) - { p.x = p3.x - p1.x; - p.y = p3.y - p1.y; + /* differ t == 0/1 ! */ + else // checking tangential curve pts are short + // double tt=(!t) ? (0.05) : (0.95); // not smaller than 0.05 + { double tt=(!t) ? (0.01) : (0.99); // 0.05 is too much ! + + /* get the gradient at 0.05 instead 0 */ + p.x = 3.0*ax*tt*tt + 2.0*bx*tt + cx; + p.y = 3.0*ay*tt*tt + 2.0*by*tt + cy; + + if ( (!p.x || !p.y) && (t == 0.0 || t == 1.0) ) + { + if ( SqrDistPoints(p0, p1) < TOLERANCE ) + { p.x = (t == 0.0) ? (p2.x - p0.x) : (p3.x - p2.x); + p.y = (t == 0.0) ? (p2.y - p0.y) : (p3.y - p2.y); + } + else if ( SqrDistPoints(p2, p3) < TOLERANCE ) + { p.x = (t == 1.0) ? (p3.x - p1.x) : (p1.x - p0.x); + p.y = (t == 1.0) ? (p3.y - p1.y) : (p1.y - p0.y); + } + } } } return p; @@ -1365,15 +1412,20 @@ - (NSPoint)gradientNear:(float)t { NSPoint grad = NSMakePoint(0.0, 0.0); + float te = t; if ( t<0.5 ) /* calc to beg */ { - for ( ; !grad.x && !grad.y && t<=1.0; t+=1.0/3.0 ) + te = (te+0.3 > 1.0 ) ? (1.0) : (te+0.3); + //for ( ; !grad.x && !grad.y && t<=1.0; t+=1.0/3.0 ) + for ( ; !grad.x && !grad.y && t<=te; t+=0.01 ) grad = [self gradientAt:t]; } else { - for ( ; !grad.x && !grad.y && t>=0.0; t-=1.0/3.0 ) + te = (te-0.3 < 0.0 ) ? (0.0) : (te-0.3); + //for ( ; !grad.x && !grad.y && t>=0.0; t-=1.0/3.0 ) + for ( ; !grad.x && !grad.y && t>=te; t-=0.01 ) grad = [self gradientAt:t]; } return grad; @@ -1793,9 +1845,9 @@ pts0 = NSZoneMalloc([self zone], (n0+1)*sizeof(NSPoint)); pts1 = NSZoneMalloc([self zone], (n1+1)*sizeof(NSPoint)); - tplus0 = 1.0/(double)n0; - tplus1 = 1.0/(double)n1; - + tplus0 = (n0 == 0) ? 1.0 : (1.0/(double)n0); + tplus1 = (n1 == 0) ? 1.0 : (1.0/(double)n1); + /* distance between all points - smallest is our */ for (i=0, t=0; i= width) ) @@ -2909,7 +3064,7 @@ return pathG; } -- splittedObjectsAt:(float)t +- splittedObjectsAt:(VFloat)t { NSPoint pc[4], pc1[4], pc2[4]; VCurve *c1, *c2; @@ -2923,14 +3078,13 @@ } - (NSMutableArray*)getListOfObjectsSplittedFromGraphic:g -{ NSMutableArray *splitList = nil; - int i, cnt, iCnt; - float v0; - NSPoint last, *ps, *iPts; - double *tValues, t, t0, t1, matrix[3][3], x123[3], y123[3], abcX[3], abcY[3]; - int n1, n2; - BOOL pointsOK = NO; - NSAutoreleasePool *pool; +{ NSMutableArray *splitList = nil; + int i, cnt, iCnt; + NSPoint last, *ps, *iPts; + double *tValues, t, t0, t1, matrix[3][3], x123[3], y123[3], abcX[3], abcY[3]; + int n1, n2; + BOOL pointsOK = NO; + NSAutoreleasePool *pool; if ( !(iCnt = [self getIntersections:&iPts with:g]) ) return nil; @@ -2957,7 +3111,7 @@ */ for (i=0, cnt=0; i 1.000001) + if ((t = [self getTForPointOnCurve:ps[i]]) < 0.0 || t > 1.000001) { int j; for (j=i; j+1 < iCnt; j++) @@ -2966,6 +3120,8 @@ if (i+1 #include @@ -65,7 +66,7 @@ /* class methods */ -+ (float)maxKnobSizeWithScale:(float)scaleFactor; ++ (VFloat)maxKnobSizeWithScale:(VFloat)scaleFactor; + (void)showFastKnobFills; + (void)initialize; + (VGraphic*)graphic; @@ -141,14 +142,17 @@ - (void)drawKnobs:(NSRect)rect direct:(BOOL)direct scaleFactor:(float)scaleFactor; // knobs only - (BOOL)isDirectionCCW; +- (void)setDirectionCCW:(BOOL)ccw; - (void)drawDirectionAtScale:(float)scaleFactor; - (void)drawStartAtScale:(float)scaleFactor; - (NSRect)coordBounds; // exact bounds of coordinates (no width) +- (NSPoint)coordCenter; - (NSRect)bounds; // bounds including width and vertices (never zero) -- (NSRect)extendedBoundsWithScale:(float)scaleFactor; // bounds including width and knobs +- (NSRect)extendedBoundsWithScale:(VFloat)scaleFactor; // bounds including width and knobs - (NSRect)boundsAtAngle:(float)angle withCenter:(NSPoint)cp; -- (NSRect)maximumBounds; // bounds including rotation +//- (NSRect)maximumBounds; // bounds including rotation around center of bounds +- (NSRect)maxBoundsWithCenter:(NSPoint)center; // bounds including rotation around center - (NSRect)scrollRect:(int)pt_num inView:(id)aView; - (void)constrainPoint:(NSPoint*)aPt andNumber:(int)pt_num toView:aView; @@ -209,4 +213,4 @@ @end -#endif // VHF_H_VGRAPHICS +#endif // CEN_H_VGRAPHICS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VGraphic.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VGraphic.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VGraphic.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGraphic.m --- cenon.app-4.0.2/GraphicObjects.subproj/VGraphic.m 2013-08-18 09:33:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGraphic.m 2016-08-18 07:32:12.000000000 +0000 @@ -1,34 +1,36 @@ /* VGraphic.m * Graphic object - root class * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * WWW: http://www.cenon.info * * created: 1996-01-29 - * modified: 2011-05-28 (excluded, -isExcluded, -setExcluded:, +initialize: version=5) + * modified: 2016-05-24 (-objectsOfClass:inArray: add objects from inside groups = recursive) + * 2013-01-15 (-coordCenter added) + * 2011-05-28 (excluded, -isExcluded, -setExcluded:, +initialize: version=5) * 2011-04-06 (-drawStartAtScale: added) * 2011-03-04 (-size, -setSize: default implementation to make it work for all objects) * 2010-07-28 (-setLabel:, -label added, version = 4) * 2010-07-08 (-transform: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: cenon@vhf.de - * http://www.vhf.biz + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -56,7 +58,7 @@ static int dkgrayRectCount = 0; -+ (float)maxKnobSizeWithScale:(float)scaleFactor ++ (VFloat)maxKnobSizeWithScale:(VFloat)scaleFactor { return (KNOBSIZE+4.0) / scaleFactor; // 2008-02-25: was 2.0 } @@ -221,14 +223,28 @@ return nil; } +/* modified: 2016-08-18 (recursive) + */ + (NSArray*)objectsOfClass:(Class)cls inArray:(NSArray*)array { int i; NSMutableArray *mArray = nil; for ( i=[array count]-1; i>=0; i-- ) - { VGraphic *g = [array objectAtIndex:i]; + { VGraphic *g = [array objectAtIndex:i]; - if ( [g isMemberOfClass:cls] ) + if ( [g isMemberOfClass:[VGroup class]] ) + { NSArray *aArray = [VGraphic objectsOfClass:cls inArray:[(VGroup*)g list]]; + int j; + + for ( j=[aArray count]-1; j>=0; j-- ) + { VGraphic *g = [aArray objectAtIndex:j]; + + if ( !mArray ) + mArray = [NSMutableArray array]; + [mArray addObject:g]; + } + } + else if ( [g isMemberOfClass:cls] ) { if ( !mArray ) mArray = [NSMutableArray array]; @@ -257,6 +273,7 @@ - copy { NSMutableData *data = [[NSMutableData alloc] init]; NSArchiver *ts; + NSUnarchiver *ua; id g; /* writes the path to a NSData object and reads it back from it */ @@ -264,9 +281,9 @@ [ts encodeRootObject:self]; [ts release]; - ts = [[NSUnarchiver alloc] initForReadingWithData:data]; - g = [[ts decodeObject] retain]; - [ts release]; + ua = [[NSUnarchiver alloc] initForReadingWithData:data]; + g = [[ua decodeObject] retain]; + [ua release]; [data release]; [g setDirty:YES]; @@ -453,7 +470,7 @@ return nil; } -/* created: 05.03.97 +/* created: 1997-03-05 */ - (void)drawAtAngle:(float)angle in:view { @@ -465,7 +482,7 @@ [self drawWithPrincipal:view]; } -/* created: 05.03.97 +/* created: 1997-03-05 */ - (void)rotate:(float)angle { @@ -499,7 +516,7 @@ } -/* modified: 05.03.97 +/* modified: 1997-03-05 */ - (void)mirror { @@ -595,7 +612,8 @@ /* direction */ -- (BOOL)isDirectionCCW { return isDirectionCCW; } +- (BOOL)isDirectionCCW { return isDirectionCCW; } +- (void)setDirectionCCW:(BOOL)ccw { /*NSLog(@"setDirectionCCW: not implemented");*/ } // there are checks for respondsToSelector ! - (void)drawDirectionAtScale:(float)scaleFactor { NSPoint p0, p; float a, scale = 1.0 / scaleFactor; @@ -658,6 +676,18 @@ { return NSZeroRect; } +/* created: 2013-01-15 + * purpose: needed for rotating and mirroring + */ +- (NSPoint)coordCenter; +{ NSRect rect; + NSPoint p; + + rect = [self coordBounds]; + p.x = rect.origin.x + rect.size.width/2.0; + p.y = rect.origin.y + rect.size.height/2.0; + return p; +} /* bounds of object including width and vertices * never becomes zero! */ @@ -673,19 +703,37 @@ /* bounds including width and knob size * never becomes zero! */ -- (NSRect)extendedBoundsWithScale:(float)scaleFactor +- (NSRect)extendedBoundsWithScale:(VFloat)scaleFactor { NSRect bRect = [self bounds]; - float knobsize = -[VGraphic maxKnobSizeWithScale:scaleFactor]/2.0; + VFloat knobsize = -[VGraphic maxKnobSizeWithScale:scaleFactor]/2.0; bRect = NSInsetRect(bRect, knobsize, knobsize); bRect = NSIntegralRect(bRect); return bRect; } -/* maximum possible bounds (bounds for all angles of rotation) +/* maximum possible bounds (bounds for all angles of rotation around center of bounds) */ -- (NSRect)maximumBounds -{ float dx, dy; +- (NSRect)maxBoundsWithCenter:(NSPoint)center +{ VFloat x, y, w, h, l2; + NSRect rect; + + rect = [self bounds]; + x = rect.origin.x; + y = rect.origin.y; + w = rect.size.width; + h = rect.size.height; + l2 = SqrDistPoints(center, rect.origin); + l2 = Max(SqrDistPoints(center, NSMakePoint(x, y+h)), l2); + l2 = Max(SqrDistPoints(center, NSMakePoint(x+w, y)), l2); + l2 = Max(SqrDistPoints(center, NSMakePoint(x+w, y+h)), l2); + rect.size.width = rect.size.height = sqrt(l2) * 2.0; + rect.origin.x = center.x - rect.size.width / 2.0; + rect.origin.y = center.y - rect.size.height / 2.0; + return rect; +} +/*- (NSRect)maximumBounds +{ VFloat dx, dy; NSRect rect; rect = [self bounds]; @@ -697,7 +745,7 @@ rect.origin.x -= rect.size.width /2.0; rect.origin.y -= rect.size.height/2.0; return rect; -} +}*/ /* created: 22.10.95 * modified: @@ -896,13 +944,13 @@ */ - (int)getIntersections:(NSPoint**)ppArray with:g { - NSLog(@"VGraphic, -getIntersections: not implemented!"); + NSLog(@"VGraphic, -getIntersections: not implemented for class %@ !", [self className]); return 0; } - (void)getPointBeside:(NSPoint*)point :(int)left :(float)dist { - NSLog(@"VGraphic, -getPointOnSide::: not implemented!"); + NSLog(@"VGraphic, -getPointOnSide::: not implemented for class %@ !", [self className]); } - uniteWith:(VGraphic*)ug @@ -917,17 +965,17 @@ - (float)sqrDistanceGraphic:g :(NSPoint*)pg1 :(NSPoint*)pg2 { - NSLog(@"VGraphic, -sqrDistanceGraphic::: not implemented!"); + NSLog(@"VGraphic, -sqrDistanceGraphic::: not implemented for class %@ !", [self className]); return MAXCOORD; } - (float)sqrDistanceGraphic:g { - NSLog(@"VGraphic, -sqrDistanceGraphic: not implemented!"); + NSLog(@"VGraphic, -sqrDistanceGraphic: not implemented for class %@ !", [self className]); return MAXCOORD; } - (float)distanceGraphic:g { - NSLog(@"VGraphic, -distanceGraphic: not implemented!"); + NSLog(@"VGraphic, -distanceGraphic: not implemented for class %@ !", [self className]); return MAXCOORD; } diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VGroup.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGroup.h --- cenon.app-4.0.2/GraphicObjects.subproj/VGroup.h 2012-01-15 15:15:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGroup.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* VGroup.h * Group of graphic objects * - * Copyright (C) 1996-2010 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2010-07-08 + * modified: 2014-07-04 (-setList:(NSMutableArray*)aList mutable in header too) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VGROUP -#define VHF_H_VGROUP +#ifndef CEN_H_VGROUP +#define CEN_H_VGROUP #include "VGraphic.h" @@ -67,7 +67,7 @@ - (float)stepWidth; - (void)setRadialCenter:(NSPoint)rc; - (NSPoint)radialCenter; -- (void)setList:(NSArray*)aList; +- (void)setList:(NSMutableArray*)aList; - (void)addObject:(VGraphic*)g; - (void)add:(NSArray*)addList; - (NSMutableArray*)list; @@ -89,4 +89,4 @@ @end -#endif // VHF_H_VGROUP +#endif // CEN_H_VGROUP Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VGroup.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VGroup.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VGroup.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGroup.m --- cenon.app-4.0.2/GraphicObjects.subproj/VGroup.m 2012-08-12 14:10:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VGroup.m 2015-05-14 11:38:11.000000000 +0000 @@ -1,11 +1,12 @@ /* VGroup.m * Group of graphic objects * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2012-08-12 (-setSize: use coordBounds for correct scaling) + * modified: 2014-09-02 (-setDirectionCCW:, -changeDirection new) + * 2012-08-12 (-setSize: use coordBounds for correct scaling) * 2012-07-17 (*pts=NULL, *iPts=NULL initialized) * 2012-04-20 (-coordBounds zero size Bounds are not recognized) * 2010-07-08 (relocated -setList:) @@ -16,22 +17,22 @@ * - if the group is handled when Alternate is pressed then the objects inside are handled * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -112,7 +113,7 @@ group = [[VGroup allocWithZone:[self zone]] init]; [group setSelected:isSelected]; - [group setLocked:isLocked]; + [group setLocked:NO]; // was: isLocked /* [group setFilled:filled optimize:NO]; [group setWidth:width]; [group setColor:color]; @@ -1192,15 +1193,47 @@ return (BOOL)hit; } +/* modified: 2014-09-02 + * must be set allways, new, we do not now the direction anyway for text ! + * else we need two functions, the same for new paths (not Apple, text) + */ +- (void)setDirectionCCW:(BOOL)ccw +{ int i; + + for (i=[list count]-1; i>=0; i--) + { id obj = [list objectAtIndex:i]; + + if ([obj respondsToSelector:@selector(setDirectionCCW:)] ) + [obj setDirectionCCW:ccw]; + } + isDirectionCCW = ccw; + dirty = YES; +} + +/* modified: 2014-09-01 + */ +- (void)changeDirection +{ int i; + + for (i=[list count]-1; i>=0; i--) + { id obj = [list objectAtIndex:i]; + + if ([obj respondsToSelector:@selector(setDirectionCCW:)] ) + [obj setDirectionCCW:(isDirectionCCW) ? 0 : 1]; + } + isDirectionCCW = (isDirectionCCW) ? 0 : 1; + dirty = YES; +} + /* * return a path representing the outline of us * the path holds two lines and two arcs * if we need not build a contour a copy of self is returned */ - contour:(float)w -{ VGroup *group; - NSMutableArray *glist; - int i, cnt; +{ VGroup *group; + NSMutableArray *glist; + int i, cnt; group = [VGroup group]; [group setColor:color]; @@ -1329,7 +1362,9 @@ for (i=[list count]-1; i>=0; i--) { id gp = [list objectAtIndex:i]; - if ( (dist=[gp sqrDistanceGraphic:g]) < distance) + if ( [gp isKindOfClass: [VText class]] || [gp isKindOfClass: [VImage class]] ) + continue; + if ( (dist = [gp sqrDistanceGraphic:g]) < distance) distance = dist; } return distance; diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VImage.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VImage.h --- cenon.app-4.0.2/GraphicObjects.subproj/VImage.h 2012-01-06 17:28:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VImage.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* VImage.h * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1998-03-22 * modified: 2008-07-20 (+fileExtensionForFileType) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VIMAGE -#define VHF_H_VIMAGE +#ifndef CEN_H_VIMAGE +#define CEN_H_VIMAGE #include "VGraphic.h" #include "VPath.h" @@ -38,7 +38,7 @@ #define PT_LR 3 #ifdef GNUSTEP_BASE_VERSION -# define USE_VHF_CLIPPING YES +# define USE_CEN_CLIPPING YES #endif typedef enum @@ -69,7 +69,7 @@ int fileType; // the file type (tiff, jpg, gif, etc.) float compressionFactor; BOOL compressionDirty; -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING NSImage *clipImage; // we save the clip image, because it so slow #endif } @@ -110,4 +110,4 @@ @end -#endif // VHF_H_VIMAGE +#endif // CEN_H_VIMAGE diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VImage.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VImage.m --- cenon.app-4.0.2/GraphicObjects.subproj/VImage.m 2012-01-30 11:55:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VImage.m 2015-07-30 13:11:29.000000000 +0000 @@ -1,10 +1,13 @@ /* VImage.m * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann + * WWW: http://www.cenon.info * * created: 1998-03-22 - * modified: 2012-01-30 (-drawWithPrincipal: if principal is nil -> set scale = 1.0) + * modified: 2015-03-05 (-setImage: set originalSize correct now) + * 2013-01-17 (-copy [[clipPath copy] autorelease]) + * 2012-01-30 (-drawWithPrincipal: if principal is nil -> set scale = 1.0) * 2010-04-14 (-initWithRepresentations: 10.6 keep image size despite using rep size) * 2010-02-25 (-initWithRepresentations: workaround for Mac OS 10.6 problem with image sizes < pixel size) * 2010-01-29 (-writeFilesToDirectory: modified type converion to work with Mac OS 10.6) @@ -12,22 +15,22 @@ * 2008-07-20 (other file types added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -262,19 +265,36 @@ [nImage setFileType:fileType]; [nImage setCompressionFactor:compressionFactor]; if (clipPath) - [nImage join:clipPath]; + [nImage join:[[clipPath copy] autorelease]]; return nImage; } - (void)setImage:(NSImage*)nImage -{ +{ originalSize = NSZeroSize; + if ( image ) [image release]; -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING [clipImage release]; clipImage = nil; #endif image = [nImage retain]; - originalSize = [image size]; + + { int i; + NSArray *imageReps; + + /* get bitmap of image */ + imageReps = [image representations]; + for (i=0; i<(int)[imageReps count]; i++) + { id bitmapRep = [imageReps objectAtIndex:i]; + + if ( [bitmapRep isKindOfClass:[NSBitmapImageRep class]] ) + { originalSize = [bitmapRep size]; + break; + } + } + } + if (originalSize.width == 0) + originalSize = [image size]; dirty = YES; } - (NSImage*)image { return image; } @@ -432,7 +452,7 @@ { NSString *filename = [[[[[self class] currentView] document] filename] stringByAppendingPathComponent:[imageFile lastPathComponent]]; -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING [clipImage release]; clipImage = nil; #endif @@ -555,7 +575,7 @@ [self setSelected:YES]; [self setDirty:YES]; [clipPath release]; clipPath = nil; -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING [clipImage release]; clipImage = nil; #endif } @@ -616,11 +636,11 @@ } - (BOOL)compositeAntialiased:(float)scale toPoint:(NSPoint)p -{ NSPoint imageScale; - int i; - float sumScale = 1.0, pW, pH; - NSArray *imageReps; - NSBitmapImageRep *bmImageRep = nil; +{ NSPoint imageScale; + int i; + float sumScale = 1.0, pW, pH; + NSArray *imageReps; + NSBitmapImageRep *bmImageRep = nil; /* get bitmap of image */ imageReps = [image representations]; @@ -639,17 +659,17 @@ else return NO; /* antialiase image ? */ - imageScale.x = size.width / pW; // originalSize.width; + imageScale.x = size.width / pW; // originalSize.width; imageScale.y = size.height / pH; // originalSize.height; sumScale = 1 / (imageScale.x * scale); if ( Diff(imageScale.x, imageScale.y) < TOLERANCE && (sumScale-floor(sumScale)) < TOLERANCE && sumScale >= 2 && sumScale <= 20 ) - { int bits = sumScale; - int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; - long abypplane, lx, ly, rgba[4]; + { int bits = sumScale; + int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; + long abypplane, lx, ly, rgba[4]; unsigned char *data[5], *aplanes[5]; - NSString *csname; - NSImage *aImage; + NSString *csname; + NSImage *aImage; NSBitmapImageRep *abitmap; /* analyse bitmap (mash planar 2,3,4 components) */ @@ -710,7 +730,8 @@ } } [aImage addRepresentation:abitmap]; - [aImage compositeToPoint:p operation:NSCompositeSourceOver]; + [aImage drawAtPoint:p fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[aImage compositeToPoint:p operation:NSCompositeSourceOver]; [aImage release]; [abitmap release]; return YES; @@ -720,9 +741,9 @@ #endif // OpenStep + GNUstep - (BOOL)compositeInRect:(NSRect)rect toPoint:(NSPoint)p withScale:(float)scale -{ int i; - NSArray *imageReps; - NSBitmapImageRep *bmImageRep = nil; +{ int i; + NSArray *imageReps; + NSBitmapImageRep *bmImageRep = nil; if (!rect.size.width || !rect.size.height) return NO; @@ -738,14 +759,14 @@ } } if (bmImageRep) - { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; - long abypplane, lx, ly, abpr, oColumns; - unsigned char *data[5], *aplanes[5]; - float xf, yf; - NSString *csname; - NSImage *aImage; - NSBitmapImageRep *abitmap; - NSSize imageSize = [((thumbImage && VHFIsDrawingToScreen())?thumbImage:image) size]; + { int y, x, bps, bppixel, bpr, ha, pl, bypplane, spp, oRows, rows, bitspr, columns; + long abypplane, lx, ly, abpr, oColumns; + unsigned char *data[5], *aplanes[5]; + float xf, yf; + NSString *csname; + NSImage *aImage; + NSBitmapImageRep *abitmap; + NSSize imageSize = [((thumbImage && VHFIsDrawingToScreen())?thumbImage:image) size]; /* analyse bitmap (mash planar 234 components) */ bypplane = [bmImageRep bytesPerPlane]; @@ -809,7 +830,8 @@ } } [aImage addRepresentation:abitmap]; - [aImage compositeToPoint:rect.origin operation:NSCompositeSourceOver]; // rect.origin + [aImage drawAtPoint:rect.origin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[aImage compositeToPoint:rect.origin operation:NSCompositeSourceOver]; // rect.origin [aImage release]; [abitmap release]; return YES; @@ -822,20 +844,20 @@ * we create an alpha image with the clipping path having inside alpha = 1.0 * We return no autoreleased image here !!! */ -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING #define MAX_SIDESTEPS 20 // maximum number of side-steps before giving up - (NSImage*)clipImage:(NSImage*)anImage withPath:(VGraphic*)cPath scale:(float)scale -{ int i, cnt; - NSArray *imageReps; +{ int i, cnt; + NSArray *imageReps; NSBitmapImageRep *aBitmap = nil, *cBitmap; - NSImage *cImage; - NSString *csname = nil; - int spp, w, h, alphaIx; - float y, yMin, yMax; - NSRect bRect; - VLine *line = [VLine line]; - NSPoint *pts, p0, p1; - unsigned char *planes[5], *aPlanes[5]; + NSImage *cImage; + NSString *csname = nil; + int spp, w, h, alphaIx; + float y, yMin, yMax; + NSRect bRect; + VLine *line = [VLine line]; + NSPoint *pts = NULL, p0, p1; + unsigned char *planes[5], *aPlanes[5]; /* get bitmap of image */ imageReps = [anImage representations]; @@ -1093,7 +1115,7 @@ { NSPoint p; NSSize currentSize; NSRect bounds, rect; - float scale = (principal) ? [principal scaleFactor] : 1.0; + VFloat scale = (principal) ? [principal scaleFactor] : 1.0; NSBezierPath *bPath; BOOL releaseImage = NO; NSImage *sepImage = nil; // color separated image @@ -1103,8 +1125,8 @@ bounds.origin = origin; bounds.size = size; - bounds.size.width *= scale; - bounds.size.height *= scale; + //bounds.size.width *= scale; // this is needed with compositeToPoint: only ! + //bounds.size.height *= scale; [super drawWithPrincipal:principal]; // set color @@ -1180,7 +1202,7 @@ */ if (clipPath) // clip with clipPath gsave { -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING /* GNUstep (X11) doesn't support complex clipping * so we clip our image ourself * FIXME: We should do the complex clip only, if we have a complex path (?) @@ -1192,7 +1214,8 @@ if ( (sepClipImage = [self clipImage:sepImage withPath:clipPath scale:scale]) ) { [sepClipImage setSize:NSMakeSize(floor(size.width*scale), floor(size.height*scale))]; - [sepClipImage compositeToPoint:p operation:NSCompositeSourceOver]; + [sepClipImage drawAtPoint:p fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[sepClipImage compositeToPoint:p operation:NSCompositeSourceOver]; [sepClipImage release]; } [sepImage release]; @@ -1203,7 +1226,8 @@ withPath:clipPath scale:scale]) ) { [clipImage setSize:NSMakeSize(floor(size.width*scale), floor(size.height*scale))]; - [clipImage compositeToPoint:p operation:NSCompositeSourceOver]; + [clipImage drawAtPoint:p fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[clipImage compositeToPoint:p operation:NSCompositeSourceOver]; return; } } @@ -1259,7 +1283,8 @@ [NSBezierPath fillRect:NSMakeRect(bounds.origin.x, bounds.origin.y, size.width, size.height)]; } // FIXME: relief above should be removed and image should be composited pale else - [img compositeToPoint:p operation:NSCompositeSourceOver]; + [img drawAtPoint:p fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; + //[img compositeToPoint:p operation:NSCompositeSourceOver]; // needs bounds.size scaled ! PSgrestore(); } /* Color separation @@ -1279,11 +1304,12 @@ p = rect.origin; rect.origin.x = (rect.origin.x - pOld.x)*scale; rect.origin.y = (rect.origin.y - pOld.y)*scale; - rect.size.width *= scale; // important - rect.size.height *= scale; + //rect.size.width *= scale; // needed with -compositeToPoint: only + //rect.size.height *= scale; if (sepImage /*&& !VHFIsDrawingToScreen() && [principal separationColor]*/) - { [sepImage compositeToPoint:p fromRect:rect operation:NSCompositeSourceOver]; + { [sepImage drawAtPoint:p fromRect:rect operation:NSCompositeSourceOver fraction:1.0]; + //[sepImage compositeToPoint:p fromRect:rect operation:NSCompositeSourceOver]; [sepImage release]; } else if ( [principal mustDrawPale] && relief ) // draw a light green rect instead @@ -1294,8 +1320,11 @@ [NSBezierPath fillRect:NSMakeRect(bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height)]; } // FIXME: relief above should be removed and image should be composited pale else - [((thumbImage && VHFIsDrawingToScreen()) ? thumbImage : image) - compositeToPoint:p fromRect:rect operation:NSCompositeSourceOver]; + { NSImage *img = ((thumbImage && VHFIsDrawingToScreen()) ? thumbImage : image); + + [img drawAtPoint:p fromRect:rect operation:NSCompositeSourceOver fraction:1.0]; + //[img compositeToPoint:p fromRect:rect operation:NSCompositeSourceOver]; + } } } /* display huge images with work around @@ -1312,7 +1341,7 @@ rect = NSIntersectionRect(bounds, [principal visibleRect]); #endif if (rect.size.width && rect.size.height) - { rect.size.width *= scale; // important + { rect.size.width *= scale; // needed with -composite...: only rect.size.height *= scale; [self compositeInRect:rect toPoint:p withScale:scale]; } @@ -1393,7 +1422,7 @@ * third points are selected, then they are used by themselves. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num == -1) @@ -2191,7 +2220,7 @@ { if (clipPath) { [clipPath release]; -#ifdef USE_VHF_CLIPPING +#ifdef USE_CEN_CLIPPING [clipImage release]; #endif } diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VLine3D.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine3D.h --- cenon.app-4.0.2/GraphicObjects.subproj/VLine3D.h 2011-04-04 03:02:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine3D.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* VLine3D.h * 3-D line object * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-19 * modified: 2011-04-04 (-line3DWithPoints: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VLINE3D -#define VHF_H_VLINE3D +#ifndef CEN_H_VLINE3D +#define CEN_H_VLINE3D #include "VLine.h" @@ -49,4 +49,4 @@ @end -#endif // VHF_H_VLINE3D +#endif // CEN_H_VLINE3D diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VLine3D.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine3D.m --- cenon.app-4.0.2/GraphicObjects.subproj/VLine3D.m 2012-01-06 17:33:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine3D.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* VLine3D.m * 3-D line object * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 * modified: 2011-04-04 (lineWithPoints: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -127,7 +127,7 @@ } - (void)drawWithPrincipal:principal -{ float defaultWidth = [NSBezierPath defaultLineWidth]; +{ VFloat defaultWidth = [NSBezierPath defaultLineWidth]; [super drawWithPrincipal:principal]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VLine.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VLine.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VLine.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine.h --- cenon.app-4.0.2/GraphicObjects.subproj/VLine.h 2008-01-12 09:40:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine.h 2014-11-03 16:33:16.000000000 +0000 @@ -1,33 +1,33 @@ /* VLine.m * 2-D Line object * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-19 - * modified: 2002-07-07 + * modified: 2014-11-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VLINE -#define VHF_H_VLINE +#ifndef CEN_H_VLINE +#define CEN_H_VLINE #include "VGraphic.h" @@ -57,6 +57,8 @@ - (NSPoint)appendToBezierPath:(NSBezierPath*)bPath currentPoint:(NSPoint)currentPoint; - (int)intersectLine:(NSPoint*)pArray :(NSPoint)pl0 :(NSPoint)pl1; +- (id)contourOpenLeftOrRight:(float)w; + @end -#endif // VHF_H_VLINE +#endif // CEN_H_VLINE diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VLine.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine.m --- cenon.app-4.0.2/GraphicObjects.subproj/VLine.m 2012-07-18 08:27:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VLine.m 2015-07-30 12:56:22.000000000 +0000 @@ -1,30 +1,32 @@ /* VLine.m * 2-D Line object * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 - * modified: 2011-07-11 (-sqrDistanceGraphic:::, -sqrDistanceGraphic:; some new graphics recognized) + * modified: 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2014-10-09 (-contourOpenLeftOrRight: new) + * 2011-07-11 (-sqrDistanceGraphic:::, -sqrDistanceGraphic:; some new graphics recognized) * 2010-02-18 (exit with right mouse click added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -121,34 +123,36 @@ } /* create - * modified: 2010-02-18 (exit with right mouse click) + * modified: 2015-07-29 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2010-02-18 (exit with right mouse click) */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSRightMouseDownMask|NSPeriodicMask - (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, lastPoint, hitPoint; - id window = [view window]; - VLine *drawLineGraphic; - BOOL ok = YES, dragging = NO, hitEdge = NO; - float grid = 1.0 / [view scaleFactor]; // minimum accepted length - int windowNum = [event windowNumber]; - BOOL alternate = [(App*)NSApp alternate], inTimerLoop = NO; +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, lastPoint, hitPoint; + id window = [view window]; + VLine *drawLineGraphic; // this is a shadow line showing the actual mouse position (off the grid) + BOOL ok = YES, dragging = NO, hitEdge = NO; + VFloat grid = 1.0 / [view scaleFactor]; // minimum accepted length + int windowNum = [event windowNumber]; + BOOL alternate = [(App*)NSApp alternate], inTimerLoop = NO; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; - [[(App*)NSApp inspectorPanel] loadGraphic:self]; // set the values of the inspector to self + [[(App*)NSApp inspectorPanel] loadGraphic:self]; // set the values of the inspector to self /* get start location, convert window to view coordinates */ start = [view convertPoint:[event locationInWindow] fromView:nil]; hitPoint = start; - hitEdge = [view hitEdge:&hitPoint spare:self]; // snap to point - gridPoint = [view grid:start]; // set on grid + hitEdge = [view hitEdge:&hitPoint spare:self]; // snap to point + gridPoint = [view grid:start]; // set on grid if ( hitEdge && ((gridPoint.x == start.x && gridPoint.y == start.y) || (SqrDistPoints(hitPoint, start) < SqrDistPoints(gridPoint, start))) ) start = hitPoint; // we took the nearer one if we got a hitPoint else start = gridPoint; - viewBounds = [view visibleRect]; // get the bounds of the view - [view lockFocus]; // and lock the focus on view + viewBounds = [view visibleRect]; // get the bounds of the view + //[view lockFocus]; // and lock the focus on view [self setVertices:start :start]; drawLineGraphic = [[self copy] autorelease]; @@ -179,7 +183,7 @@ lastPoint = drawPoint; /* delete line from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( (!dragging) && ([event type] == NSLeftMouseDragged) && (Diff(p0.x, p1.x) > 3.0*grid || Diff(p0.y, p1.y) > 3.0*grid) ) @@ -190,9 +194,8 @@ viewBounds = [view bounds]; } - /* fix position to grid¼ */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + /* fix position to grid */ + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -212,23 +215,29 @@ gridBounds = NSUnionRect(drawBounds, gridBounds); /* if line is not inside view we set it invalid */ - if ( NSContainsRect(viewBounds , gridBounds) ) - { [drawLineGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + [tmpGraphics removeAllObjects]; + if ( NSContainsRect(viewBounds, gridBounds) ) + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawLineGraphic]; //[drawLineGraphic drawWithPrincipal:view]; // shadow line + [tmpGraphics addObject:self]; //[self drawWithPrincipal:view]; // on the grid } else drawPoint = gridPoint = start; [window flushWindow]; } - event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; + event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] + inMode:NSEventTrackingRunLoopMode dequeue:YES]; } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; + last = gridPoint; if ( fabs(last.x-start.x) <= grid && fabs(last.y-start.y) <= grid ) /* no length -> not valid */ ok = NO; - else if ( (!dragging && [event type]==NSLeftMouseDown)||(dragging && [event type]==NSLeftMouseUp) ) + else if ( (!dragging && [event type]==NSLeftMouseDown) || (dragging && [event type]==NSLeftMouseUp) ) { if ([event clickCount] > 1 || [event windowNumber] != windowNum) // double click or outside window ok = NO; @@ -239,7 +248,7 @@ if ( [event type] == NSAppKitDefined || [event type] == NSSystemDefined ) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if ( !ok ) { @@ -268,7 +277,7 @@ } dirty = YES; - //[view cacheGraphic:self]; // add to graphic cache + //[view cacheGraphic:self]; // add to graphics cache if ( !hitEdge && !alternate ) [window postEvent:event atStart:1]; // init new line @@ -609,7 +618,7 @@ */ - (void)drawWithPrincipal:principal { NSColor *oldColor = nil; - float defaultWidth; + VFloat defaultWidth; /* colorSeparation */ if (!VHFIsDrawingToScreen() && [principal separationColor]) @@ -697,7 +706,7 @@ * third points are selected, then they are used by themselves. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num == -1) @@ -730,7 +739,7 @@ - (void)constrainPoint:(NSPoint *)aPt andNumber:(int)pt_num toView:(DocView*)aView { NSPoint viewMax; NSRect viewRect; - float margin = MARGIN / [aView scaleFactor]; + VFloat margin = MARGIN / [aView scaleFactor]; viewRect = [aView bounds]; viewMax.x = viewRect.origin.x + viewRect.size.width; @@ -898,6 +907,51 @@ return NO; } +- (id)contourOpenLeftOrRight:(float)w +{ VLine *line; + float r, dx, dy, c; + NSPoint ps[4]; + + /* no correction */ + if ( (w == 0.0 && width == 0.0) ) + { line = [VLine line]; + [line setWidth:Abs(w)]; + [line setColor:color]; + [line setVertices:p0 :p1]; + [line setSelected:[self isSelected]]; + return line; + } + + r = Abs((width + w) / 2.0); /* the amount of growth */ + + dx = p1.x - p0.x; + dy = p1.y - p0.y; + if (dx == 0.0 && dy == 0.0) + dx = 1.0; + c = sqrt(dx*dx+dy*dy); + ps[0].x = p0.x + dy*r/c; + ps[0].y = p0.y - dx*r/c; + ps[1].x = p0.x - dy*r/c; + ps[1].y = p0.y + dx*r/c; + ps[2].x = p1.x - dy*r/c; + ps[2].y = p1.y + dx*r/c; + ps[3].x = p1.x + dy*r/c; + ps[3].y = p1.y - dx*r/c; + + line = [VLine line]; + + if ( w >= 0.0 ) // right of line - outside correction + [line setVertices:ps[0] :ps[3]]; + else // left of line - inside correction + [line setVertices:ps[1] :ps[2]]; + + [line setWidth:0.0]; + [line setColor:color]; + [line setSelected:[self isSelected]]; + + return line; +} + /* * return a path representing the outline of us * the path holds two lines and two arcs diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VMark.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VMark.h --- cenon.app-4.0.2/GraphicObjects.subproj/VMark.h 2010-07-28 04:46:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VMark.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* VMark.h * Drill marker or any other marking * - * Copyright (C) 1996-2007 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-13 * modified: 2003-06-18 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VMARK -#define VHF_H_VMARK +#ifndef CEN_H_VMARK +#define CEN_H_VMARK #include "VGraphic.h" @@ -60,4 +60,4 @@ @end -#endif // VHF_H_VMARK +#endif // CEN_H_VMARK diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VMark.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VMark.m --- cenon.app-4.0.2/GraphicObjects.subproj/VMark.m 2012-01-08 14:02:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VMark.m 2015-07-30 11:40:40.000000000 +0000 @@ -1,7 +1,7 @@ /* VMark.m * Drill marker or any other marking * - * Copyright (C) 1996-2010 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-13 @@ -9,22 +9,22 @@ * 2009-12-25 (description added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -119,7 +119,7 @@ viewBounds = [view visibleRect]; // get the bounds of the view - ok = NSMouseInRect(origin , viewBounds , NO); + ok = NSMouseInRect(origin, viewBounds , NO); if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; @@ -143,7 +143,7 @@ */ - (void)drawAtAngle:(float)angle withCenter:(NSPoint)cp in:view { NSPoint p; - float radius = 5.0; + VFloat radius = 5.0; [color set]; [NSBezierPath setDefaultLineWidth:1.0/[view scaleFactor]]; @@ -241,7 +241,7 @@ * third points are selected, then they are used by themselves. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num == -1) diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VPath.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPath.h --- cenon.app-4.0.2/GraphicObjects.subproj/VPath.h 2012-01-15 15:23:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPath.h 2014-10-14 15:18:24.000000000 +0000 @@ -1,7 +1,7 @@ /* VPath.h * complex path * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-19 @@ -9,26 +9,26 @@ * 2008-07-25 (-contour:useRaster:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VPATH -#define VHF_H_VPATH +#ifndef CEN_H_VPATH +#define CEN_H_VPATH #include "VGraphic.h" @@ -108,13 +108,15 @@ - (id)contour:(float)w useRaster:(BOOL)useRaster; - (id)contour:(float)w inlay:(BOOL)inlay splitCurves:(BOOL)splitCurves useRaster:(BOOL)useRaster; - (id)contour:(float)w inlay:(BOOL)inlay splitCurves:(BOOL)splitCurves; +- (id)contourOpenLeftOrRight:(float)w; - (id)contourOpen:(float)w; - (id)clippedWithRect:(NSRect)rect close:(BOOL)close; - (void)optimizeList:(NSMutableArray*)olist; - (id)clippedFrom:(VGraphic*)cg; - (VPath*)contourWithPixel:(float)w; -- (int)getLastObjectOfSubPath2:(int)startIx; // work with open paths +- (int)getFirstObjectOfSubPath:(int)ix; +- (int)getLastObjectOfSubPath2:(int)startIx; // works with open paths - (int)getLastObjectOfSubPath:(int)startIx; - (int)directionOfSubPath:(int)startIx :(int)endIx; - (NSRect)coordBoundsOfSubPath:(int)startIx :(int)endIx; @@ -124,4 +126,4 @@ @end -#endif // VHF_H_VPATH +#endif // CEN_H_VPATH Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VPath.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VPath.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VPath.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPath.m --- cenon.app-4.0.2/GraphicObjects.subproj/VPath.m 2012-12-12 14:24:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPath.m 2017-03-29 08:54:32.000000000 +0000 @@ -1,11 +1,27 @@ /* VPath.m * complex path * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann, Ilonka Fleischmann * * created: 1996-01-29 - * modified: 2012-12-12 (-drawGraduatedWithPrincipal: alpha added, another rounding problem exposed) + * modified: 2016-09-30 (-getLastObjectOfSubPath2: 30.0 * TOLERANCE instead 15) + * 2016-09-28 (-getFirstObjectOfSubPath: fixed also if first object have a distance) + * 2016-09-21 (-directionOfSubPath:: now we check more than one point) + * 2016-09-21 (-optimizeSubPathsToClosedPath:::: if ( j > k ) wrong - removed) + * 2016-09-20 (-contour:inlay:splitCurves: inlay calculation both with splitCurves:YES works a lot better) + * 2016-07-21 (-contourOpenLeftOrRight: inside correction => change direction to counter feed (against rotation)) + * 2016-03-07 (-removeFaultGraphicsInSubpaths:,-optimizeSubPathsToClosedPath::: subPathCnt added for resizing array + * 2015-11-20 (-subPathInsidePath:: break also for second for loop by check pts with tpoints + * 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2015-07-24 (-uniteWith: bigger tol, and new removing part for ug) + * 2015-01-08 (-drawWithPrincipal: division with zero - principal is nil scaleFactor fixed) + * 2014-10-09 (-contourOpenLeftOrRight: new) + * 2014-10-05 (-optimizeSubPathsToClosedPath: a lot fixes) + * 2014-08-29 (orthPointAtBegOrEnd(), -contour:inlay:splitCurves: VFloat instead float) + * 2014-02-17 (-optimizeSubPathsToClosedPath: some fixes) + * 2014-02-18 (if (f && !width && (filled > 1 && antialias) )) + * 2012-12-12 (-drawGraduatedWithPrincipal: alpha added, another rounding problem exposed) * 2012-10-25 (-optimizePath: change position of inserted line for one -closeGapBetween::) * 2012-08-14 (-subPathInsidePath:: on check alot better) * 2012-07-17 (*pts = NULL, *iPts = NULL initialized) @@ -28,22 +44,22 @@ * 2008-07-25 (-contour:inlay:removeLoops: does not call -contourWithPixel any more !) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -72,18 +88,17 @@ - (BOOL)closeGapBetween:(VGraphic*)g1 and:(VGraphic*)g2; - (int)isPointInsideOrOn:(NSPoint)p dist:(float)dist; - (int)isPointInsideOrOn:(NSPoint)p dist:(float)dist subPath:(int)begIx :(int)endIx; -//- (int)getLastObjectOfSubPath:(int)startIx; +- (int)getLastObjectOfSubPath:(int)startIx tolerance:(double)tolerance; //- (int)directionOfSubPath:(int)startIx :(int)endIx; - (void)optimize; //- (BOOL)subPathInsidePath:(int)begIx :(int)endIx; -- (void)optimizeSubPathsToClosedPath:(VPath*)path :(float)w :(int*)subPathSplitted; +- (void)optimizeSubPathsToClosedPath:(VPath*)path :(float)w :(BOOL**)subPathSplitted :(int)subPathCnt; - (void)removeFaultGraphicsInSubpaths:(VPath*)path :(float)w; - (void)setDirectionCCW:(BOOL)ccw; - (id)contourOpen:(float)w; -- (int)getFirstObjectOfSubPath:(int)ix; - (void)changeDirectionOfSubPath:(int)startIx :(int)endIx; -//- (int)getLastObjectOfSubPath:(int)startIx tolerance:(float)tolerance; +- (id)contourReal:(float)w inlay:(BOOL)inlay splitCurves:(BOOL)splitCurves; // TEST ONLY ! @end @implementation VPath @@ -149,6 +164,7 @@ graduateList = nil; graduateDirty = YES; coordBounds = bounds = NSZeroRect; +// numPoints = 0; return self; } @@ -235,26 +251,33 @@ dirty = YES; } +/* create + * modified: 2015-07-30 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSPeriodicMask - (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, lastPoint = NSZeroPoint; - id window = [view window]; - BOOL ok = YES, dragging = NO, inTimerLoop = NO; - float grid = 1.0/*(float)[view rasterSpacing]*/; - int windowNum = [event windowNumber]; - NSColor *col = [self color]; +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, lastPoint = NSZeroPoint; + id window = [view window]; + VPath *drawPathGraphic; // this is a shadow path showing the actual mouse position (off the grid) + BOOL ok = YES, dragging = NO, inTimerLoop = NO; + VFloat grid = 1.0 /*(float)[view rasterSpacing]*/; + int windowNum = [event windowNumber]; + NSColor *col = [self color]; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; - [[(App*)NSApp inspectorPanel] loadGraphic:self]; /* set the values of the inspector to self */ + [[(App*)NSApp inspectorPanel] loadGraphic:self]; /* set the values of the inspector to self */ start = [event locationInWindow]; - start = [view convertPoint:start fromView:nil]; /* convert window to view coordinates */ - [view hitEdge:&start spare:self]; /* snap to point */ - start = [view grid:start]; /* set on grid */ - viewBounds = [view visibleRect]; /* get the bounds of the view */ - [view lockFocus]; /* and lock the focus on view */ + start = [view convertPoint:start fromView:nil]; /* convert window to view coordinates */ + [view hitEdge:&start spare:self]; /* snap to point */ + start = [view grid:start]; /* set on grid */ + viewBounds = [view visibleRect]; /* get the bounds of the view */ + //[view lockFocus]; /* and lock the focus on view */ [self setRectangle:start :start]; + drawPathGraphic = [[self copy] autorelease]; + [drawPathGraphic setColor:[NSColor lightGrayColor]]; gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; last = start; @@ -263,7 +286,8 @@ StartTimer(inTimerLoop); /* now entering the tracking loop */ - while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) + while ( ((!dragging && [event type] != NSLeftMouseDown) || (dragging && [event type] != NSLeftMouseUp)) + && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) { /* Since MouseMoved event is never send we use a periodic event instead */ if ( [event type] == NSPeriodic ) @@ -277,7 +301,7 @@ lastPoint = drawPoint; /* delete line from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( ([event type] == NSLeftMouseDragged)&&(!dragging) ) dragging = YES; @@ -286,26 +310,29 @@ { [view scrollPointToVisible:drawPoint]; viewBounds = [view bounds]; } - gridPoint = drawPoint; /* snap to point */ + gridPoint = drawPoint; [view hitEdge:&gridPoint spare:self]; /* fix position to grid */ gridPoint = [view grid:gridPoint]; [window displayCoordinate:gridPoint ref:NO]; - [self setColor:[NSColor lightGrayColor]]; - [self setRectangle:start :drawPoint]; - drawBounds = [self extendedBoundsWithScale:[view scaleFactor]]; - if ( NSContainsRect(viewBounds , drawBounds) ) /* line inside view ? */ - [self drawWithPrincipal:view]; - [self setColor:col]; [self setRectangle:start :gridPoint]; - gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; - /* if line is not inside view we set it invalid */ - if ( NSContainsRect(viewBounds , gridBounds) ) - [self drawWithPrincipal:view]; + gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; // get bounds of the grid line + [drawPathGraphic setRectangle:start :drawPoint]; + drawBounds = [drawPathGraphic extendedBoundsWithScale:[view scaleFactor]]; + /* the united rect of the two rect¬s we need to redraw the view */ + gridBounds = NSUnionRect(drawBounds, gridBounds); + + [tmpGraphics removeAllObjects]; + /* if path is inside view draw it */ + if ( NSContainsRect(viewBounds, gridBounds) ) /* line inside view ? */ + { + [tmpGraphics addObject:drawPathGraphic]; // shadow path + [tmpGraphics addObject:self]; // on the grid + } else drawPoint = gridPoint = start; /* the united rect of the two rects we need to redraw the view */ @@ -316,6 +343,7 @@ event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; last = gridPoint; if ( fabs(last.x-start.x) <= grid && fabs(last.y-start.y) <= grid ) /* no length -> not valid */ @@ -325,13 +353,13 @@ if ([event clickCount] > 1 || [event windowNumber] != windowNum) ok = NO; else - ok = NSMouseInRect(gridPoint , viewBounds , NO); + ok = NSMouseInRect(gridPoint, viewBounds , NO); } if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if (!ok) { [view display]; @@ -339,7 +367,7 @@ } dirty = YES; - [view cacheGraphic:self]; // add to graphic cache + //[view cacheGraphic:self]; // add to graphic cache return YES; } @@ -2588,7 +2616,7 @@ } /* created: 1995-09-19 - * modified: 2008-08-26 + * modified: 2014-02-18 (if (f && !width && (filled > 1 && antialias) )) * purpose: draw the path */ #define DEBUG_TRACE 0 @@ -2614,7 +2642,9 @@ #if !defined(__APPLE__) // OpenStep 4.2, linux - FIXME: should be without antialiasing if (f && !(width || !filled)) continue; // stroke run: nothing to stroke #else // TODO: this is a workaround to make 0-width fillings visible, we should better add a wireframe mode - if (f && !width && (filled > 1 || ! antialias) ) + // 4.0.2: if (f && !width && (filled > 1 || ! antialias) ) + // this is also called from drawGraduatedWithPrincipal with antialias == NO ! + if (f && !width && (filled > 1 && antialias) ) // [4.0.2] was: (.. || ! antialias) (???) continue; // stroke run: nothing to stroke and color shading -> skip #endif if ( !f && filled == 2 && (graduateDirty || !graduateList)) @@ -2642,7 +2672,8 @@ col = (!f || (!width && filled)) ? fillColor : color; w = (!f) ? (0.0) : ((width > 0.0) ? width : [NSBezierPath defaultLineWidth]); // width if ( filled && width == 0.0 ) // if filled and no stroke width, we stroke very thin to make everything visible - { w = 0.1/[principal scaleFactor]; + { + w = 0.1 / (([principal scaleFactor]) ? ([principal scaleFactor]) : (1.0)); if ( ! antialias && !f ) w = 0.0; } @@ -2683,11 +2714,12 @@ for (i=0; i TOLERANCE || Diff(le.y, s.y) > TOLERANCE) ) + if ( !i || (Diff(le.x, s.x) > TOLERANCE || Diff(le.y, s.y) > TOLERANCE) ) // Start points [[list objectAtIndex:i] drawDirectionAtScale:[principal scaleFactor]/2.0]; //[[list objectAtIndex:i] drawStartAtScale:[principal scaleFactor]]; - else + else if ( Diff(s.x, e.x) > 100.0*TOLERANCE || Diff(s.y, e.y) > 100.0*TOLERANCE ) [[list objectAtIndex:i] drawDirectionAtScale:[principal scaleFactor]]; le = [[list objectAtIndex:i] pointWithNum:MAXINT]; } @@ -2711,6 +2743,7 @@ NSPoint p0, p1, ls, le, p0e, p1e, p0End; VLine *line0, *line1, *line2, *line3; NSColor *endCol = fillColor, *startCol = endColor; + // FIXME: the color as double will convert float->double on 32 Bit, which doesn't work well any more (better VFloat) double colDiff1 = 1.0, colDiff2 = 1.0, colDiff3 = 1.0, colDiff4 = 1.0; double colStep1 = 1.0, colStep2 = 1.0, colStep3 = 1.0, colStep4 = 1.0, alphaStep = 1.0; double curCol1 = 1.0, curCol2 = 1.0, curCol3 = 1.0, curCol4 = 1.0, curAlpha = 1.0; @@ -2967,6 +3000,8 @@ dx = Diff(p0.x, p0End.x)/(double)steps; dy = Diff(p0.y, p0End.y)/(double)steps; } + if ( steps == 0.0 ) + steps = 1.0; colDiff1 = Diff(curCol1, endCol1); colDiff2 = Diff(curCol2, endCol2); colDiff3 = Diff(curCol3, endCol3); @@ -3164,6 +3199,8 @@ fsteps = rRadius / rStepWidth; steps = ((int)fsteps) + ((fsteps-((int)fsteps) > 0.0) ? 1 : 0); steps --; // for startCol + if ( steps <= 0 ) + steps = 1; pool1 = [NSAutoreleasePool new]; @@ -4038,8 +4075,8 @@ end = [[list objectAtIndex:i] pointWithNum:MAXINT]; if ( !i || SqrDistPoints(beg, end) > (TOLERANCE*5)*(TOLERANCE*5) ) // small tolerance { begIx = i; - if (i) - begIx += 1; // dist to i -> i + if ( i || (!i && SqrDistPoints(beg, end) > (TOLERANCE*5)*(TOLERANCE*5)) ) + begIx += 1; // dist to i -> i+1 return begIx; } beg = [[list objectAtIndex:i] pointWithNum:0]; @@ -4067,7 +4104,8 @@ for ( i=startIx+1; i we stay in sub-path + } + endIx = i; + return endIx; + } + } + return startIx; +} + #define GradientNear(g, t) ([g isKindOfClass:[VCurve class]]) ? [g gradientNear:t] : [g gradientAt:t] static NSPoint orthPointAt(id g, float r, int dirInd, float at) @@ -4139,7 +4202,7 @@ * */ - (int)directionOfSubPath:(int)startIx :(int)endIx -{ int i, j; +{ int i, j, istep = (endIx-startIx)/7, intersection = NO, ccw = 0, cw = 0; float dirInd = 1.0, d = 0.3; // right = 1.0 left = -1.0 ????? VLine *tLine = [VLine line]; NSRect cBnds; @@ -4153,10 +4216,15 @@ return [(VPolyLine*)obj isDirectionCCW]; return 1; } - for ( i=startIx; i<=endIx; i++ ) + + /* dirInd = 1.0 - right */ + /* check four points like this, three identic -> ok */ + for ( i=startIx; i<=endIx; (intersection || (endIx-startIx) < 10) ? (i++) : (i+=istep) ) { id objI = [list objectAtIndex:i]; NSPoint oPt, beg = [objI pointAt:0.5]; // gradient at start - int cnt, intersection = NO, inside=-1; + int cnt, inside=-1; //, intersection = NO; + + intersection = NO; /* get pt orthogonal pt right of objI */ oPt = orthPointAt(objI, d, dirInd, 0.5); // 0 is Beg @@ -4189,19 +4257,30 @@ continue; // on ? /* outside - ccw - 1 */ if ( !inside ) - return 1; + ccw++; // return 1; /* inside - cw - 0 */ else - return 0; + cw++; // return 0; } + if ( ccw || cw ) + { + if (ccw > cw) + return 1; // more are ccw + else if (cw > ccw) + return 0; + } + dirInd = -1,0; // left + intersection = NO; /* check for points left of graphics */ - for ( i=startIx; i<=endIx; i++ ) + for ( i=startIx; i<=endIx; (intersection || (endIx-startIx) < 10) ? (i++) : (i+=istep) ) { id objI = [list objectAtIndex:i]; NSPoint oPt, beg = [objI pointAt:0.5]; // gradient at start int cnt, intersection = NO, inside=-1; + intersection = NO; + /* get pt orthogonal pt right of objI */ oPt = orthPointAt(objI, d, dirInd, 0.5); // 0 is Beg [tLine setVertices:beg :oPt]; @@ -4233,11 +4312,18 @@ continue; // on ? /* outside - cw - 0 */ if ( !inside ) - return 0; + cw++; // return 0; /* inside - ccw - 1 */ else - return 1; + ccw++; // return 1; } + if ( ccw || cw ) + { + if (ccw > cw) + return 1; // more are ccw + else if (cw > ccw) + return 0; + } cBnds = [self coordBoundsOfSubPath:startIx :endIx]; if ( !(Diff(startIx, endIx) <= 10 && (cBnds.size.width < 10.0*TOLERANCE || cBnds.size.height < 10.0*TOLERANCE)) ) NSLog(@"VPath.m: -directionOfSubPath: cant determine direction Bnds: o.x:%.2f o.y:%.2f s.w:%.2f s.h:%.2f", @@ -4455,13 +4541,6 @@ && (Diff(lEnd.y, gBnds.origin.y) <= 100.0*TOLERANCE || Diff(lEnd.y, gBnds.origin.y+gBnds.size.height) <= 100.0*TOLERANCE) ) { - k++; - [[list objectAtIndex:k] getPoint:&end at:0.4]; - - lBeg.y = lEnd.y = end.y; - lBeg.x = bRect.origin.x -10.0; - lEnd.x = bRect.origin.x + bRect.size.width + 10.0; - [(VLine*)lineG setVertices:lBeg :lEnd]; s = 1; on++; // iCnt = -1; no sidestep ! break; @@ -4525,14 +4604,20 @@ /* if one intersection point is identical with one tpoint -> -1 */ for ( j=0 ; j 1 && [g isKindOfClass:[VPolyLine class]] ) { int p, nPts = [g numPoints]; @@ -4583,10 +4668,10 @@ continue; // do not add } else if ( [g isKindOfClass:[VPolyLine class]] ) - { int k, pCnt = [(VPolyLine*)g ptsCount], stop = 0; + { int p, pCnt = [(VPolyLine*)g ptsCount], stop = 0; - for (k=1; k k ) from to correction - wrong - removed) */ -- (void)optimizeSubPathsToClosedPath:(VPath*)path :(float)w :(int*)subPathSplitted -{ int i, listCnt = [[path list] count], addedAtEnd[listCnt], addCnt = 0, noticeJ = -1, noticeK = -1; - float tol = 10.0*TOLERANCE; // 5.0 +- (void)optimizeSubPathsToClosedPath:(VPath*)path :(float)w :(BOOL**)subPathSplitted :(int)subPathCnt +{ int i, listCnt = [[path list] count], scnt = listCnt*5, oldSubPathCnt = subPathCnt; + int *addedAtEnd = NULL, addCnt = 0, noticeJ = -1, noticeK = -1; + float tol = 15.0*TOLERANCE; // 5.0 // 10.0 // 11.0 BOOL openPath = NO; /* remove subPaths were all graphics are selected */ @@ -5069,26 +5150,24 @@ if (startJ >= spCnt) { [[sp list] removeAllObjects]; - subPathSplitted[i] = NO; // time + (*subPathSplitted)[i] = NO; // time continue; } } - /* joine subPaths with each other */ + /* join subPaths with each other */ + addedAtEnd = NSZoneMalloc((NSZone*)[(NSObject*)NSApp zone], scnt * sizeof(int)); for (i=0, listCnt = [[path list] count]; i minL*/ ) { startJ = j; @@ -5099,38 +5178,38 @@ if (startJ >= spCnt) { [[sp list] removeAllObjects]; - subPathSplitted[i] = NO; // time + (*subPathSplitted)[i] = NO; // time continue; } /* subPathSplitted -> look for a not selected graphic - and next for a selected graphic */ startG = [[sp list] objectAtIndex:startJ]; for (j=startJ; j 1 && + Diff(SqrDistPoints(ce, s), 0.0) <= TOLERANCE ) + { int to = (((l-1) < 0) ? (spCnt-1):(l-1)); + int from = ((j+1) < spCnt) ? (j+1) : (0); +#if 1 +// NSLog(@"-optimizeSubPathsToClosedPath::: remove inside selected loop"); + for (m=to; m >= ((!to || to < from) ? 0:from); m--) + { + [[sp list] removeObjectAtIndex:m]; + spCnt--; + /* we removed befor j -> j move one down in list !!! */ + if (m < from) { from--; to--; } // to hold state of to < from + if (m < j) j--; + if (m < startJ) startJ--; + + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! + } + } + j--; // one back if point hit other path +#endif + stop = YES; break; } /* end of selected graphics in sp */ else { int o, backSelected = 0; - VGraphic *lgm1, *lgm2; + VGraphic *lgm1, *lgm2, *cgp1, *cgp2; int from = -1, to = -1; - int possCnt = 2, possibleSi[3], possibleEi[3]; - NSPoint possibleS[3], possibleE[3], em1, em2; - NSPoint nsp1 = [cgp2 pointWithNum:0]/*, nsm1 = [curG pointWithNum:0]*/; - float sqrTolTen = (10.0*TOLERANCE)*(10.0*TOLERANCE); + int possCntS = 2, possCntE = 2, possCntE1 = 2; + int possibleSi[3], possibleEi[3], possibleEi1[3]; + NSPoint possibleS[3], possibleE[3], possibleE1[3], em1, em2, csp1, csp2; + NSPoint nsp1 = [ngp1 pointWithNum:0]/*, nsm1 = [curG pointWithNum:0]*/; +// float sqrTolTen = (10.0*TOLERANCE)*(10.0*TOLERANCE); /* check distance around - one/two graphic above end of selected graphic(s) */ lgm1 = [[sp list] objectAtIndex:(((l-1) < 0) ? (spCnt-1):(l-1))]; @@ -5169,17 +5270,36 @@ lgm2 = [[sp list] objectAtIndex:(((l-2) < 0) ? (spCnt+(l-2)):(l-2))]; em2 = [lgm2 pointWithNum:MAXINT]; + /* check distance around - one/two graphic above start of selected graphic(s) */ + cgp1 = [[sp list] objectAtIndex:((j+1) < spCnt) ? (j+1) : (0)]; + csp1 = [cgp1 pointWithNum:0]; + cgp2 = [[sp list] objectAtIndex:(((j+2) < spCnt) ? (j+2) : ((j+2) - spCnt))]; + csp2 = [cgp2 pointWithNum:0]; + + if (!selectedGs) + possCntS = possCntE = possCntE1 = 1; // one graphic is selected +/* else + { if ( [ngp1 length] > 0.2 ) + possCntS = 1; + if ( [lgm2 length] > 0.2 ) + possCntE = 1; + if ( [cgp2 length] > 0.2 ) + possCntE1 = 1; + } +*/ + /* flexible test graphic between start/end of not selected graphics - k */ possibleS[0] = ns; possibleSi[0] = k; // nextG start possibleS[1] = nsp1; possibleSi[1] = ((k+1) < spCnt) ? (k+1) : (0); // nextG+1 start + /* end of selected graphics - l */ possibleE[0] = em1; possibleEi[0] = ((l-1) < 0)?(spCnt-1):(l-1); // lgm1 end possibleE[1] = em2; // lgm2 end possibleEi[1] = ((l-2) < 0) ? (((l-2) == -1) ? (spCnt-1):(spCnt-2)) : (l-2); - if (!selectedGs) - possCnt = 1; // only one point pair possible - only one graphic is selected - else // if (selectedGs == 1) - possCnt = 2; + /* start of selected graphics - j */ + possibleE1[0] = csp1; possibleEi1[0] = ((j+1) < spCnt) ? (j+1) : (0); // curG +1 + possibleE1[1] = csp2; // cgp2 start + possibleEi1[1] = (((j+2) < spCnt) ? (j+2) : ((j+2) - spCnt)); /* check if backward are selected elements in sp path !!!!! */ from = ((l-1) < 0) ? (spCnt-1) : (l-1); @@ -5202,7 +5322,7 @@ int notSelected = 0, selected = 0, oSpCnt, oStart = -1; NSPoint oStartPt = NSZeroPoint; - if (o == i || !subPathSplitted[o]) + if (o == i || !(*subPathSplitted)[o]) continue; oSp = [[path list] objectAtIndex:o]; @@ -5228,9 +5348,11 @@ if ((oStart == -1 || secondTime == NO) && (([nlG isSelected] && (![nlGm1 isSelected] || ![nlGm2 isSelected])) || (![nlG isSelected] && ([nlGm1 isSelected] || [nlGm2 isSelected]))) && - (pointWithToleranceInArray(nls, tol, possibleE, possCnt) || - pointWithToleranceInArray(nls, tol, possibleS, possCnt))) + (pointWithToleranceInArray(nls, tol, possibleE, possCntE) || + pointWithToleranceInArray(nls, tol, possibleS, possCntS) || + pointWithToleranceInArray(nls, tol, possibleE1, possCntE1))) { + hitted = YES; if (oStart != -1) secondTime = YES; // else we got a loop oStart = n; oStartPt = nls; @@ -5243,56 +5365,103 @@ notSelected = 0; } } + if (oStart != -1 && ![nlG isSelected]) + notSelected++; // too much not selected elements to remove ! no join + else if (oStart != -1 && [nlG isSelected]) + selected++; // too much selected elements ! no join +#if 0 if (oStart != -1 && oStartIsSelected == YES && ![nlG isSelected]) notSelected++; // too much not selected elements to remove ! no join else if (oStart != -1 && oStartIsSelected == NO && [nlG isSelected]) selected++; // too much selected elements ! no join +#endif /* lg is selected and close to nextG(k) start OR to lgm1 end */ if (oStart != -1 && +// ((oStartIsSelected == YES && notSelected > 2 && backSelected < 3) || +// (oStartIsSelected == YES && notSelected < 3) || +///* wichtig ? */ (oStartIsSelected == NO && selected < 3)) && ((oStartIsSelected == YES && notSelected > 2 && backSelected < 3) || (oStartIsSelected == YES && notSelected < 3) || - (oStartIsSelected == NO && selected < 3)) && + (oStartIsSelected == NO && notSelected && selected < 5 && + selected TOLERANCE && - ((pointWithToleranceInArray(oStartPt, tol, possibleE, possCnt) && - pointWithToleranceInArray(nle, tol, possibleS, possCnt)) || - (pointWithToleranceInArray(oStartPt, tol, possibleS, possCnt) && - pointWithToleranceInArray(nle, tol, possibleE, possCnt)))) + ((pointWithToleranceInArray(oStartPt, tol, possibleE, possCntE) && + pointWithToleranceInArray(nle, tol, possibleS, possCntS)) || + (pointWithToleranceInArray(oStartPt, tol, possibleS, possCntS) && + pointWithToleranceInArray(nle, tol, possibleE, possCntE)) || + (pointWithToleranceInArray(oStartPt, tol, possibleE1, possCntE1) && + pointWithToleranceInArray(nle, tol, possibleS, possCntS)) || + (pointWithToleranceInArray(oStartPt, tol, possibleS, possCntS) && + pointWithToleranceInArray(nle, tol, possibleE1, possCntE1)))) { BOOL changeDirection = NO; int at = j+1, q; +/* check next three graphics */ + from = to = -1; /* remove graphics - from current subPath - sp */ - if (pointWithToleranceInArray(oStartPt, tol, possibleE, possCnt)) + if (pointWithToleranceInArray(oStartPt, tol, possibleE, possCntE)) { - for (q=0; q= ((!to || to < from) ? 0:from); m--) @@ -5300,7 +5469,7 @@ [[sp list] removeObjectAtIndex:m]; spCnt--; /* we removed befor j -> j move one down in list !!! */ - if (m < from) { from--; to--; } + if (m < from) { from--; to--; } // to hold state to < from if (m < j) j--; if (m < startJ) startJ--; if (m < at) at--; @@ -5312,9 +5481,10 @@ } /* sort graphics from oSp into sp */ changeDirection = NO; - if (pointWithToleranceInArray(nle, tol, possibleS, possCnt)) + //if (pointWithToleranceInArray(nle, tol, possibleS, possCnt)) + if (pointWithToleranceInArray(oStartPt, tol, possibleE, possCntE)) { - if (oStartIsSelected == YES) + if (oStartIsSelected == YES) // { from = (n+1 < oSpCnt) ? (n+1) : 0; // n if remove to = ((oStart-1) < 0) ? (oSpCnt-1):(oStart-1); @@ -5325,7 +5495,7 @@ changeDirection = YES; } } - else + else if (pointWithToleranceInArray(nle, tol, possibleE, possCntE)) { if (oStartIsSelected == YES) { from = (n+1 < oSpCnt) ? (n+1) : 0; to = ((oStart-1) < 0) ? (oSpCnt-1):(oStart-1); @@ -5336,7 +5506,33 @@ from = oStart; } } - /* insert other subPath (from oStart to -end- (n) || to - from) */ + else if (pointWithToleranceInArray(oStartPt, tol, possibleE1, possCntE1)) + { + if (oStartIsSelected == YES) + { + to = (n+1 < oSpCnt) ? (n+1) : 0; // n if remove + from = ((oStart-1) < 0) ? (oSpCnt-1):(oStart-1); + changeDirection = YES; + } + else + { from = oStart; + to = n; + } + } + else if (pointWithToleranceInArray(nle, tol, possibleE1, possCntE1)) + { + if (oStartIsSelected == YES) // + { + from = (n+1 < oSpCnt) ? (n+1) : 0; // n if remove + to = ((oStart-1) < 0) ? (oSpCnt-1):(oStart-1); + } + else + { from = n; + to = oStart; + changeDirection = YES; + } + } + /* insert other subPath - not Selected part */ /* at cur subPath j+1 */ /* remove graphics in other subPath */ if (!spCnt) @@ -5351,7 +5547,7 @@ //if (notSelected > 2) { [[oSp list] removeObjectAtIndex:m]; oSpCnt--; - if (m < from) { from--; to--; } + if (m < from) { from--; to--; } // to hold state of to < from } if (!m && to < from) // we step over 0 - second part until from ! { m = oSpCnt; @@ -5372,11 +5568,11 @@ } /* remove other subPath graphics */ /* and subPathSplitted[o] = NO */ - if (notSelected < 3) + /*if (!notSelected)*/ if (notSelected < 3) { [[oSp list] removeAllObjects]; - subPathSplitted[o] = NO; // time + (*subPathSplitted)[o] = NO; // time } - added = YES; + added = YES; hitted = NO; // j = -1; // start new for removes at begin of sp with this oSp break; } @@ -5390,46 +5586,72 @@ break; // l loop } if (stop == YES || added == YES) - break; // k loop - look for next selectedG + break; // k loop - look for next selectedG - !!!!!!!!! else loop for k !!!??? } + else + break; // not selected Graphic ! + +//else NSLog(@"-optimizeSubPathsToClosedPath: Gap in oSp"); } + if (added == YES) + break; // j loop } - /*move subPath at end of list perhaps two other paths must first join with each other + /* move subPath at end of list perhaps two other paths must first join with each other * to get the right points */ - if (subPathSplitted[i] == YES) + if (!added && (*subPathSplitted)[i] == YES) // !added - new { for (j=0; j 1 && !valueInArray(i, addedAtEnd, addCnt)) + if (selected > 1 && (!valueInArray(i, addedAtEnd, addCnt) || + (hitted && cntIsIntValueInArray(i, addedAtEnd, addCnt) < 5))) // loop else { [[path list] insertObject:sp atIndex:listCnt]; [[path list] removeObjectAtIndex:i]; - subPathSplitted[listCnt] = subPathSplitted[i]; - for (k=i; k= 0) ? (addedAtEnd[k]-1) : (listCnt-1); // indexes step one back or around + if (valueInArray(i, addedAtEnd, addCnt)) + { + for (k=0; k scnt) + addedAtEnd = NSZoneRealloc((NSZone*)[(NSObject*)NSApp zone], addedAtEnd, (scnt+=5) * sizeof(int)); + + addedAtEnd[addCnt++] = listCnt-1; // new one i--; break; } else if (selected > 1) + { if (added == YES) + i--; break; + } } } } + else if (added == YES) + i--; } + NSZoneFree((NSZone*)[(NSObject*)NSApp zone], addedAtEnd); + addedAtEnd = NULL; + +//return; + tol = 10.0*TOLERANCE; // 5.0 // 10.0 // 11.0 /* search for overlaps inside subPath * and for loops */ for (i=0, listCnt = [[path list] count]; i minL*/ ) { startJ = j; @@ -5451,7 +5673,7 @@ if (startJ >= spCnt) { [[sp list] removeAllObjects]; - subPathSplitted[i] = NO; // time + (*subPathSplitted)[i] = NO; // time continue; } /* search for a selected graphic after a not selected graphic */ @@ -5463,49 +5685,51 @@ if ([curG isSelected]) continue; - ce = [curG pointWithNum:MAXINT]; + ce = [curG pointWithNum:MAXINT]; // last not selected graphic - break in k loop for (k=((j+1 < spCnt)?(j+1):0); k<((j+1 < spCnt)?spCnt:startJ); k++) { VGraphic *nextG = [[sp list] objectAtIndex:k]; NSPoint ns, ne; float distance = MAXCOORD; - int l, m, n; + int l, m, n; ns = [nextG pointWithNum:0]; ne = [nextG pointWithNum:MAXINT]; distance = SqrDistPoints(ce, ns); if (Diff(distance, 0.0) <= TOLERANCE && ![nextG isSelected]) { - break; // nothing to do graphics laying correct + break; // graphics laying correct - with break curG is allways last not selected graphic } - else if ([nextG isSelected]) - { int selectedGs = 0; - VGraphic *cgp2, *cgp3; - NSPoint cep3; + else if ([nextG isSelected]) // collect possibleS - START searching + { int selectedGs = 0; + VGraphic *ngp1, *ngp2; + int possCnt = 4, possibleSi[4], possibleEi[4]; + NSPoint possibleS[4], possibleE[4]; + NSPoint nsp1, nsp2, nsm1 = [curG pointWithNum:0]; + double sqrTolTen = (10.0*TOLERANCE)*(10.0*TOLERANCE); /* check distance around - one/two graphics behind selected graphic(s) */ - cgp2 = [[sp list] objectAtIndex:(((k+1) < spCnt) ? (k+1):(0))]; - cgp3 = [[sp list] objectAtIndex:(((k+2) < spCnt) ? (k+2) : ((k+2) - spCnt))]; - cep3 = [cgp3 pointWithNum:MAXINT]; + ngp1 = [[sp list] objectAtIndex:(((k+1) < spCnt) ? (k+1):(0))]; + nsp1 = [ngp1 pointWithNum:0]; + ngp2 = [[sp list] objectAtIndex:(((k+2) < spCnt) ? (k+2) : ((k+2) - spCnt))]; + nsp2 = [ngp2 pointWithNum:0]; + + possibleS[0] = nsm1; possibleSi[0] = ((k-1) < 0)?(spCnt-1):(k-1); // nextG-1 start (curG) + possibleS[1] = ns; possibleSi[1] = k; // nextG start + possibleS[2] = nsp1; possibleSi[2] = ((k+1) < spCnt) ? (k+1) : (0); // nextG+1 start + possibleS[3] = nsp2; possibleSi[3] = ((k+2) < spCnt) ? (k+2) : (0); // nextG+2 start + /* search for an endpoint to possibleS - SEARCH */ for (l=((k+1 < spCnt) ? (k+1):0); l < ((k+1 < spCnt) ? spCnt:k); l++) { VGraphic *lg = [[sp list] objectAtIndex:l]; NSPoint s, e; + int r, from = -1, to = -1; s = [lg pointWithNum:0]; e = [lg pointWithNum:MAXINT]; - /* lg is selected */ - if ([lg isSelected]) - { - selectedGs++; - if (l+1 >= spCnt) - l = -1; // so we go on at 0 - if (l == k) - break; // one time around !!! - continue; - } - /* lg close to curG end !! - loop */ - else if (Diff(SqrDistPoints(ce, s), 0.0) <= TOLERANCE) + + /* lg close to curG end !! - loop - only one graphic between selected graphics ? */ + if ( ![lg isSelected] && Diff(SqrDistPoints(ce, s), 0.0) <= TOLERANCE ) { int from = k; // nextG int to = ((l-1) < 0)?(spCnt-1):(l-1); // l-1 @@ -5525,172 +5749,332 @@ } break; } - /* search for overlaps - * and loops which are need more tolerance to find + /* lg is selected OR not - hit possibleS Array - loop */ + // else if ( [lg isSelected] ) + + /* s of lg inside possibleS Array */ + for (r=0; r 1 && !(l == 0 && possibleSi[r] == spCnt-1) + && !(l == spCnt-1 && possibleSi[r] == 0) ) + { + to = ((l-1) < 0)?(spCnt-1):(l-1); // we need lg + from = possibleSi[r]; + /* if ( j > k ) // wrong ! + { from = l; + to = possibleSi[r]; + }*/ + break; + } + } + if (to != -1) + { + /* remove objects from from to to */ + for (m=to; m >= ((!to || to < from) ? 0:from); m--) + { + [[sp list] removeObjectAtIndex:m]; + spCnt--; + if (m < from) { from--; to--; } + if (m < j) j--; // we removed befor j -> j and k and l move one down in list !!! + if (m < startJ) startJ--; + + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! + } + } + j--; // one back to be sure have a not selected Graphic + // or [lg setSelected:NO]; + break; + } + /* + * lg do not close a loop */ - else - { VGraphic *lgm1, *lgm2; - NSPoint em1; - int from = -1, to = -1; - int km2 = ((k-2) < 0) ? (spCnt+(k-2)) : (k-2); - int kp3 = ((k+3) < spCnt) ? (k+3) : ((k+3) - spCnt); - BOOL removeLoop = NO; + else if ([lg isSelected]) + { selectedGs++; + if (l+1 >= spCnt) + l = -1; // so we go on at 0 + if (l == k) + break; // one time around !!! + continue; + } + /* + * nothing found until next not selected graphic + * + * search for loops which are need more tolerance to find + * and search for overlaps which build a new subpath + */ + else if ( ![lg isSelected] ) + { VGraphic *lgm1, *lgm2,*lgp1; + int km2 = ((k-2) < 0) ? (spCnt+(k-2)) : (k-2); + int kp3 = ((k+3) < spCnt) ? (k+3) : ((k+3) - spCnt); + BOOL removeLoop = NO; + int q, r, sStart = -1, notSelected=0; + BOOL removed = NO; + NSPoint em2, em1, ep1, sStartPt = {0.0, 0.0}; + float sqrTolTen = (10.0*TOLERANCE)*(10.0*TOLERANCE); /* check distance around - one/two graphic above end of selected graphic(s) */ + lgm2 = [[sp list] objectAtIndex:(((l-2) < 0) ? (spCnt+(l-2)):(l-2))]; + em2 = [lgm2 pointWithNum:MAXINT]; lgm1 = [[sp list] objectAtIndex:(((l-1) < 0) ? (spCnt-1):(l-1))]; em1 = [lgm1 pointWithNum:MAXINT]; - lgm2 = [[sp list] objectAtIndex:(((l-2) < 0) ? (spCnt+(l-2)):(l-2))]; + lgp1 = [[sp list] objectAtIndex:(((l+1) < spCnt) ? (l+1):(0))]; + ep1 = [lgp1 pointWithNum:MAXINT]; - { int sStart = -1, notSelected=0, from = -1, to = -1; - int possCnt = 3, possibleSi[3], possibleEi[3]; - BOOL removed = NO; - NSPoint possibleS[3], possibleE[3], sStartPt = {0.0, 0.0}; - NSPoint nsp1 = [cgp2 pointWithNum:0], em2 = [lgm2 pointWithNum:MAXINT]; - NSPoint nsm1 = [curG pointWithNum:0]; - float sqrTolTen = (10.0*TOLERANCE)*(10.0*TOLERANCE); - - possibleS[0] = ns; possibleSi[0] = k; // nextG start - possibleS[1] = nsp1; possibleSi[1] = ((k+1) < spCnt) ? (k+1) : (0); // nextG+1 start - possibleS[2] = nsm1; possibleSi[2] = ((k-1) < 0)?(spCnt-1):(k-1); // nextG-1 start - - possibleE[0] = em1; possibleEi[0] = ((l-1) < 0)?(spCnt-1):(l-1); // lgm1 end - possibleE[1] = em2; // lgm2 end - possibleEi[1] = ((l-2) < 0) ? (((l-2) == -1) ? (spCnt-1):(spCnt-2)) : (l-2); - possibleE[2] = e; possibleEi[2] = l; // lg end - - /* search for other graphics which hit possibleE/S */ - for (n=((l+1 < spCnt) ? (l+1):0); n < ((l+1 < spCnt) ? spCnt:k); n++) - { VGraphic *nlG = [[sp list] objectAtIndex:n]; - NSPoint nls, nle; + possibleE[0] = em2; // lgm2 end + possibleEi[0] = ((l-2) < 0) ? (((l-2) == -1) ? (spCnt-1):(spCnt-2)) : (l-2); + possibleE[1] = em1; possibleEi[1] = ((l-1) < 0)?(spCnt-1):(l-1); // lgm1 end + possibleE[2] = e; possibleEi[2] = l; // lg end + possibleE[3] = ep1; possibleEi[3] = ((l+1) < spCnt) ? (l+1):(0); // lgp1 end - if (n == k) - break; // one round finished - nls = [nlG pointWithNum:0]; - nle = [nlG pointWithNum:MAXINT]; - /* nlg is selected and hit a point from possibleE array */ - if ((sStart == -1 || notSelected > 2) && [nlG isSelected] && - (Diff(j, n) > 2 && Diff(Diff(j, n), spCnt) > 2) && - (Diff(l, n) > 2 && Diff(Diff(l, n), spCnt) > 2) && - pointWithToleranceInArray(nls, tol, possibleE, possCnt) ) +//lg, lgm1, lgm2 allready checked !?, but importand for overlaps ! + +#if 1 + //if (selectedGs) // not only one selected graphic ! > 2 ? + { + /* check possibleS possibleE to each other ! */ + for (q=0; q 2 && !(possibleEi[r] == 0 && possibleSi[q] == spCnt-1) + && !(possibleEi[r] == spCnt-1 && possibleSi[q] == 0) ) { - sStart = n; sStartPt = nls; - notSelected = 0; // second try perhaps + to = possibleEi[r]; + from = possibleSi[q]; + /* if ( j > k ) // wrong ! + { from = possibleEi[r]; + to = possibleSi[q]; + }*/ + break; } - if (sStart != -1 && ![nlG isSelected]) - notSelected++; // too much not selected elements to remove ! - /* nlg is hit a point from possibleS array */ - if (sStart != -1 /*&& notSelected < 3*/ && - (Diff(j, n) > 2 && Diff(Diff(j, n), spCnt) > 2) && - (Diff(l, n) > 2 && Diff(Diff(l, n), spCnt) > 2) && - Diff(SqrDistPoints(sStartPt, nle), 0.0) > TOLERANCE && - pointWithToleranceInArray(nle, tol, possibleS, possCnt) ) - { VPath *subP = nil; - int q, sEnd1 = -1; - - removed = YES; - for (q=0; q= ((!to || to < from) ? 0:from); m--) + { + [[sp list] removeObjectAtIndex:m]; + spCnt--; + if (m < from) { from--; to--; } + if (m < j) j--; // we removed befor j -> j and k and l move one down in list !!! + if (m < startJ) startJ--; + + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! + } + } + break; + } + } +#endif + +if (!removed ) +{ //int sStartEi = -1; + + /* search for other graphics which hit possibleE/S - OVERLAPS */ +// for (n=((l+1 < spCnt) ? (l+1):0); n < ((l+1 < spCnt) ? spCnt:k); n++) + for (n=((j-1 < 0) ? (spCnt-1):(j-1)); n >= 0; n--) + { VGraphic *nlG = [[sp list] objectAtIndex:n]; + NSPoint nls, nle; + +// if (n == k) + if (n == l) + break; // one round finished + nls = [nlG pointWithNum:0]; + nle = [nlG pointWithNum:MAXINT]; + /* nlg is selected and hit a point from possibleE array */ + if ((sStart == -1 || notSelected > 2) && [nlG isSelected] && + (Diff(j, n) > 1 && Diff(Diff(j, n), spCnt) > 1) && + (Diff(l, n) > 1 && Diff(Diff(l, n), spCnt) > 1) && + pointWithToleranceInArray(nle, tol, possibleS, possCnt) ) +// ( pointWithToleranceInArray(nls, tol, possibleE, possCnt) ) + { + /*for (q=0; q= ((!to || to < from) ? 0:from); m--) - { - [[sp list] removeObjectAtIndex:m]; - spCnt--; - /* we removed befor j -> j move one down in list !!! */ - if (m < from) { from--; to--; } - if (m < j) j--; - if (m < startJ) startJ--; - if (m < n) n--; - if (m < sStart) sStart--; - if (m < sEnd1) sEnd1--; + }*/ - if (!m && to < from) // we step over 0 - second part until from ! - { m = spCnt; - to = from+1; // little hack mh - second part until from ! - } +// sStart = n; sStartPt = nls; + sStart = n; sStartPt = nle; + notSelected = 0; // second try perhaps + } +/* length */ if (sStart != -1 && ![nlG isSelected] && SqrDistPoints(nls,nle) > 100.0*TOLERANCE) + notSelected++; // too much not selected elements to remove ? + /* nlg is hit a point from possibleS array */ + if (sStart != -1 /*&& notSelected < 3*/ && + (Diff(j, n) > 1 && Diff(Diff(j, n), spCnt) > 1) && +/* 2 */ (Diff(l, n) > 1 && Diff(Diff(l, n), spCnt) > 1) && + Diff(SqrDistPoints(sStartPt, nls), 0.0) > TOLERANCE && + pointWithToleranceInArray(nls, tol, possibleE, possCnt) ) +//( Diff(SqrDistPoints(sStartPt, nle), 0.0) > TOLERANCE && +// pointWithToleranceInArray(nle, tol, possibleS, possCnt) ) + { VPath *subP = nil; + int q, sEnd1 = -1; + +#if 0 // n++ + for (q=0; q= 3) - { subP = [VPath path]; - [subP setColor:[sp color]]; - [subP setWidth:[sp width]]; - [subP setFilled:[sp filled]]; + for (q=0; q= ((!to || to < from) ? 0:from) && spCnt > m; m--) - { VGraphic *g = [[sp list] objectAtIndex:m]; - - if (notSelected >= 3) - [[subP list] insertObject:g atIndex:0]; // backwart ! - [[sp list] removeObjectAtIndex:m]; - spCnt--; - if (m < from) { from--; to--; } - if (m < j) j--; - if (m < startJ) startJ--; - if (m < sStart) sStart--; - if (m < sEnd1) sEnd1--; +#endif +#if 1 // n-- - if (!m && to < from) // we step over 0 - second part until from ! - { m = spCnt; - to = from+1; // little hack mh - second part until from ! - } + for (q=0; q= 3) - { [[path list] addObject:subP]; - subPathSplitted[listCnt] = YES; - listCnt++; + for (q=0; q= ((!to || to < from) ? 0:from); m--) + { + [[sp list] removeObjectAtIndex:m]; + spCnt--; + /* we removed befor j -> j move one down in list !!! */ + if (m < from) { from--; to--; } + if (m < j) j--; + if (m < startJ) startJ--; + if (m < n) n--; + if (m < sStart) sStart--; + if (m < sEnd1) sEnd1--; + + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! + } + } + /* than we build a new subPath and add other graphics to this + * so we can remove the rest of selected graphics later in i loop + */ + if (notSelected >= 1) // 3 + { subP = [VPath path]; [subP setColor:[sp color]]; [subP setWidth:[sp width]]; [subP setFilled:[sp filled]]; - from = sEnd1; - to = ((sStart-1) < 0) ? (spCnt-1):(sStart-1); // bevor second selection - for (m=to; m >= ((!to || to < from) ? 0:from) && spCnt > m; m--) - { VGraphic *g = [[sp list] objectAtIndex:m]; + } +// from = sStart; // first second selected Graphic +// to = n; + from = n; // first second selected Graphic - backsearch + to = sStart; + for (m=to; m >= ((!to || to < from) ? 0:from) && spCnt > m; m--) + { VGraphic *g = [[sp list] objectAtIndex:m]; + if (notSelected >= 1) // 3 [[subP list] insertObject:g atIndex:0]; // backwart ! - [[sp list] removeObjectAtIndex:m]; // remove from cur sp - spCnt--; - if (m < from) { from--; to--; } - if (m < j) j--; - if (m < startJ) startJ--; - if (!m && to < from) // we step over 0 - second part until from ! - { m = spCnt; - to = from+1; // little hack mh - second part until from ! - } + [[sp list] removeObjectAtIndex:m]; + spCnt--; + if (m < from) { from--; to--; } + if (m < j) j--; + if (m < startJ) startJ--; +// if (m < sStart) sStart--; + if (m < n) n--; + if (m < sEnd1) sEnd1--; + + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! } - [[path list] addObject:subP]; - subPathSplitted[listCnt] = YES; + } + if (notSelected >= 1) // 3 + { [[path list] addObject:subP]; + if ( listCnt+1 > subPathCnt ) + *subPathSplitted = NSZoneRealloc((NSZone*)[(NSObject*)NSApp zone], *subPathSplitted, (subPathCnt+=5) * sizeof(BOOL)); + (*subPathSplitted)[listCnt] = YES; listCnt++; - j--; // check from curG new !! - break; } - if (n+1 >= spCnt) - n = -1; // so we go on at 0 - } - if (removed) + /* sort graphics behind/after overlap (overlap allways create two supPaths) + * in a new subPath */ + subP = [VPath path]; + [subP setColor:[sp color]]; + [subP setWidth:[sp width]]; + [subP setFilled:[sp filled]]; + from = sEnd1; +// to = ((sStart-1) < 0) ? (spCnt-1):(sStart-1); // bevor second selection + to = ((n-1) < 0) ? (spCnt-1):(n-1); // bevor second selection + for (m=to; m >= ((!to || to < from) ? 0:from) && spCnt > m; m--) + { VGraphic *g = [[sp list] objectAtIndex:m]; + + [[subP list] insertObject:g atIndex:0]; // backwart ! + [[sp list] removeObjectAtIndex:m]; // remove from cur sp + spCnt--; + if (m < from) { from--; to--; } + if (m < j) j--; + if (m < startJ) startJ--; + if (!m && to < from) // we step over 0 - second part until from ! + { m = spCnt; + to = from+1; // little hack mh - second part until from ! + } + } + [[path list] addObject:subP]; + if ( listCnt+1 > subPathCnt ) + *subPathSplitted = NSZoneRealloc((NSZone*)[(NSObject*)NSApp zone], *subPathSplitted, (subPathCnt+=5) * sizeof(BOOL)); + (*subPathSplitted)[listCnt] = YES; + listCnt++; + j--; // check from curG new !! break; - } + } +// if (n+1 >= spCnt) +// n = -1; // so we go on at 0 + if (n-1 < 0) + n = spCnt; // so we go on at spCnt-1 + } // n loop - overlaps +} + if (removed) + break; + + km2 = ((k-2) < 0) ? (spCnt+(k-2)) : (k-2); + kp3 = ((k+6) < spCnt) ? (k+6) : ((k+6) - spCnt); /* now (no overlap) we search for a loop * which start/end points not exactly at notSelected/selected frontiers + * possibleS Part - from inside selected Graphics (k+x) until k-3 + * possibleE Part - from inside selected Graphics (l-x) until l+3 */ + /*if (spCnt < selectedGs+8) // correct km2 { if (spCnt < selectedGs+3) @@ -5701,33 +6085,47 @@ km2 = ((k-2) < 0) ? (spCnt+(k-2)) : (k-2); // two back }*/ - if (selectedGs < 4) // correct kp3 + if (selectedGs < 7) // correct kp3 { - if (selectedGs < 1) + if (selectedGs < 3) kp3 = k; // none forward - else if (selectedGs < 2) + else if (selectedGs < 3) // 3 kp3 = ((k+1) < spCnt) ? (k+1) : ((k+1) - spCnt); // one forward - else // if (selectedGs <= 4) + else if (selectedGs < 4) kp3 = ((k+2) < spCnt) ? (k+2) : ((k+2) - spCnt); // two forward + else if (selectedGs < 5) + kp3 = ((k+3) < spCnt) ? (k+3) : ((k+3) - spCnt); // three forward + else if (selectedGs < 6) + kp3 = ((k+4) < spCnt) ? (k+4) : ((k+4) - spCnt); // four forward + else //if (selectedGs < 7) + kp3 = ((k+5) < spCnt) ? (k+5) : ((k+5) - spCnt); // five forward } for (n=kp3; n >= ((kp3 < km2) ? 0 : km2); n--) { VGraphic *gn = [[sp list] objectAtIndex:n]; // -- NSPoint gns = [gn pointWithNum:0]; int o, lp1 = ((l+1) < spCnt) ? (l+1) : ((l+1) - spCnt); -// int lm3 = (((l-3) < 0) ? (spCnt+(l-3)) : (l-3)); - int lm3 = ((n+1) < spCnt) ? (n+1) : ((n+1) - spCnt); - - if (selectedGs < 4) // correct lm3 +// int lm3 = ((n+1) < spCnt) ? (n+1) : ((n+1) - spCnt); + int lm3 = ((n+2) < spCnt) ? (n+2) : ((n+2) - spCnt); +/* + if (selectedGs < 12) // correct lm3 { - if (selectedGs < 1) + if (selectedGs < 6) lm3 = l; // none backward - else if (selectedGs < 2) + else if (selectedGs < 7) lm3 = (((l-1) < 0) ? (spCnt+(l-1)) : (l-1)); // one backward - else // if (selectedGs <= 4) + else if (selectedGs < 8) lm3 = (((l-2) < 0) ? (spCnt+(l-2)) : (l-2)); // two backward + else if (selectedGs < 9) + lm3 = (((l-3) < 0) ? (spCnt+(l-3)) : (l-3)); // three backward + else if (selectedGs < 10) + lm3 = (((l-4) < 0) ? (spCnt+(l-4)) : (l-4)); // four backward + else if (selectedGs < 11) + lm3 = (((l-5) < 0) ? (spCnt+(l-5)) : (l-5)); // five backward + else // if (selectedGs < 12) + lm3 = (((l-65) < 0) ? (spCnt+(l-6)) : (l-6)); // six backward } - +*/ if (n == (((j-1) < 0)?(spCnt-1):(j-1)) || n == (((j-2) < 0) ? (spCnt+(j-2)) : (j-2))) lm3 = k; // else perhaps we remove only bevor j !! @@ -5776,7 +6174,7 @@ { o = -1; lm3 = lp1-1; // hack to stop at lp1 - after spCnt } - } + } // oloop if (removeLoop) break; if (!n && kp3 < km2) // -- @@ -5786,7 +6184,7 @@ } break; } - } + } // l loop break; } else if (Diff(distance, 0.0) > TOLERANCE) @@ -5796,10 +6194,10 @@ noticeJ = j; openPath = YES; } - continue; + break; // break, instead continue ! go on ! } - } - } + } // k loop + } // j loop } if (openPath) NSLog(@"VPath.m - optimizeSubPathsToClosedPath j:%d k:%d", noticeJ, noticeK); @@ -5861,7 +6259,26 @@ spCnt++; } else if (dist > TOLERANCE*TOLERANCE && !openPath) - { + { int k, notSelectedGs = 0; + + /* check for notSelected with length check !*/ + for (k=0; k 100.0*TOLERANCE ) + { notSelectedGs++; +// if ( notSelectedGs > 2 ) +// break; + } + } + if (notSelectedGs < 6 && (float)notSelectedGs/(float)spCnt < 0.1) // remove sp + { [[sp list] removeAllObjects]; + break; + } openPath = YES; noticeJ = j; noticeK = i; @@ -5870,6 +6287,11 @@ } if ( openPath ) NSLog(@"VPath - optimizeSubPathsToClosedPath -- i: %d j: %d", noticeK, noticeJ); + + if ( subPathCnt != oldSubPathCnt ) + { NSZoneFree((NSZone*)[(NSObject*)NSApp zone], *subPathSplitted); + *subPathSplitted = NULL; + } } /* here we split graphics which intersect each other @@ -5878,8 +6300,12 @@ * AND we set graphics which start/middle/end point is laying too near to hold the distance of tool width */ - (void)removeFaultGraphicsInSubpaths:(VPath*)path :(float)w -{ int i, listCnt, subPathSplitted[[[path list] count]+Min(10, [[path list] count])]; - float r; +{ int i, listCnt; + int subPathCnt = [[path list] count] + Max(5, [[path list] count]); + BOOL *subPathSplitted = NULL; + float r; + + subPathSplitted = NSZoneMalloc((NSZone*)[(NSObject*)NSApp zone], subPathCnt * sizeof(BOOL)); /* we need more subPathSplitted[] for possible additions in - optimizeSubPathsToClosedPath */ @@ -5892,7 +6318,7 @@ */ for ( i=0, listCnt = [[path list] count]; i=0; j-- ) + for ( j=0; j= 15.0*TOLERANCE) + { VLine *line = [VLine new]; + + [line setVertices:sGap :[gThis pointWithNum:0]]; + [[pathCopy list] insertObject:line atIndex:i]; + i++; + listCnt = [[pathCopy list] count]; + } + sGap = NSZeroPoint; + len = 0; + } } /* what we do here: @@ -6301,8 +6754,8 @@ { subPath = [VPath path]; [[path list] addObject:subPath]; begIx = i; - //endIx = [self getLastObjectOfSubPath:begIx]; - endIx = [pathCopy getLastObjectOfSubPath:begIx]; // tolerance:TOLERANCE + //endIx = [pathCopy getLastObjectOfSubPath:begIx]; + endIx = [pathCopy getLastObjectOfSubPath:begIx tolerance:TOLERANCE]; // tolerance:TOLERANCE cnt = 0; // counter for cutIndex array @@ -6561,7 +7014,7 @@ /* neu */ #if 1 - /* intersect parallel of gThis with parallel of gNext. Intersection point: begO + /* intersect parallel of gThis with parallel of gNext. Intersection point: endO */ else { VGraphic *nG, *thG; @@ -6657,6 +7110,7 @@ } } } + /* if (splitCurves) // debugging only */ [self removeFaultGraphicsInSubpaths:path :w]; @@ -6960,6 +7414,177 @@ } #endif +- (id)contourOpenLeftOrRight:(float)w +{ VPath *path = [VPath path]; + int i, cnt = [list count], to = -1, from = -1; + VFloat cw = Abs((w + width)), oldWidth = 0.0, r=0.0; + NSPoint opS, opE; + + /* we just return a copy */ + if ( (Diff(w, 0.0) < 0.0001 && width == 0.0) ) + return [[self copy] autorelease]; + + if ( [self closed] ) + { BOOL dir = [self isDirectionCCW]; + + if ( w < 0.0 && !dir ) + w = -w; // correction to left (inside) needed + else if ( w > 0.0 && !dir ) + w = -w; // correction to right(outside here) needed + + [self setFilled:YES]; + path = [self contour:w inlay:NO splitCurves:YES]; + [self setFilled:NO]; + return path; + } + + /* remove Elements with no length + * the problem is that we destroy our closed path! + */ + for ( i=0, cnt = [list count]; i [gr setWidth:0.0]; // nachher alten fillstyle wieder setzen ??? + oldWidth = [gr width]; + [gr setWidth:0.0]; + ng = [gr contour:cw]; + [gr setWidth:oldWidth]; + if ( [ng isKindOfClass:[VPath class]] ) // line, open arc + [(VPath*)ng setFilled:YES optimize:NO]; // allready optimized + else // full arc, rectangle + [ng setFilled:YES]; // need objects filled for uniteAreas + [[path list] addObject:ng]; + } + + // unite these elements + { HiddenArea *hiddenArea = [HiddenArea new]; + [hiddenArea uniteAreas:[path list]]; + [hiddenArea release]; + } + // unfill + [path unnest]; + [path setFilled:NO]; + + + /* search s/e on right/left side - remove elements from e to start */ + r = cw / 2.0; // the amount of growth + + /* orthpoint right/left of start */ + opS = orthPointAtBegOrEnd([[self list] objectAtIndex:0], r, ((w < 0) ? (-1.0):(1.0)), 0); + /* orthpoint right/left of end */ + opE = orthPointAtBegOrEnd([[self list] objectAtIndex:cnt-1], r, ((w < 0) ? (-1.0):(1.0)), 1); + + cnt = [[path list] count]; + /* should be both a 180 degree arc */ + /* search opS (end of Graphic) inside path - to */ + for (i=0; i < cnt; i++) + { + if ( w > 0.0 && + SqrDistPoints(opS, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) < 25.0*TOLERANCE) + { to = i; + break; + } + else if ( w < 0.0 && + SqrDistPoints(opS, [[[path list] objectAtIndex:i] pointWithNum:0]) < 25.0*TOLERANCE) + { from = i; + break; + } + } + /* search opE (start of Graphic) inside path - from */ + for (i=0; i < cnt; i++) + { + if ( w > 0.0 && + SqrDistPoints(opE, [[[path list] objectAtIndex:i] pointWithNum:0]) < 25.0*TOLERANCE) + { from = i; + break; + } + else if ( w < 0.0 && + SqrDistPoints(opE, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) < 25.0*TOLERANCE) + { to = i; + break; + } + } + + if ( from == -1 || to == -1 ) + return path; + +# if 0 + { + /* second try search missing from/to with other opSE */ + if (from == -1) // start not found + { + } + if (to == -1) // end not found + { VGraphic *lastG = [[self list] objectAtIndex:[[self list] count]-1]; + NSMutableArray *nglist=nil; + VArc *arc = [VArc arc]; + NSPoint *pts, e = [lastG pointWithNum:MAXINT]; + double distTol = (Abs(w)/4.0)*(Abs(w)/4.0); + + [arc setCenter:e start:NSMakePoint(e.x+Abs(w/2.0), e.y) angle:360.0]; + if ( [lastG getIntersections:&pts with:arc] ) // only one possible (else to short) + { + if ((nglist=[lastG getListOfObjectsSplittedAtPoint:pts[0]])) + { + /* orthpoint right/left of shortened end */ + opE = orthPointAtBegOrEnd([nglist objectAtIndex:0], r, ((w < 0) ? (-1.0):(1.0)), 1); + /* search opE (start of Graphic) inside path - to*/ + for (i=0; i < cnt; i++) + { + if ( w > 0.0 && + SqrDistPoints(opS, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) + < distTol) + { to = i; + break; + } + else if ( w < 0.0 && + SqrDistPoints(opE, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) + < distTol) + { to = i; + break; + } + } + } + } + } + if ( from == -1 || to == -1 ) + return path; + } +# endif + + /* remove from to to */ + for (i=to; i >= ((!to || to < from) ? 0:from); i--) + { + [[path list] removeObjectAtIndex:i]; + cnt--; + /* we removed befor j -> j move one down in list !!! */ + if (i < from) { from--; to--; } + + if (!i && to < from) // we step over 0 - second part until from ! + { i = cnt; + to = from+1; // little hack mh - second part until from ! + } + } + if (w < 0.0) // inside need a correction so we can also milling again direction (Gegenlauf) + [path changeDirection]; + return path; +} + /* Build Contour of unfilled path * modified: 2011-03-11 (build outline with stroke width + distance) */ @@ -9144,7 +9769,7 @@ { int i, j = 0, k, l, endIx=0, uStartIs[1000], startI, listCnt, uStartIsCnt = 0, uListCnt; int sPairsCnt = 0, ePairsCnt = 0, sPairsCnts[500], ePairsCnts[500]; int removedFromUg = 0, removedFromNg = 0, sCnt=0, eCnt=0, startIs[1000], endIs[1000]; - float tol = (10.0*TOLERANCE); + float tol = 20.0*TOLERANCE; VPath *ng; NSMutableArray *splitListG, *splitListUg; NSPoint p, startPts[1000], endPts[1000]; // start/end point of removed graphic(s) @@ -9188,7 +9813,7 @@ [splitListUg addObject:[[ug copy] autorelease]]; } - /* get startIndexes from splitListUg */ + /* get startIndexes from splitListUg to subpaths */ uStartIsCnt = 1; uStartIs[0] = 0; uListCnt = [splitListUg count]; @@ -9224,12 +9849,14 @@ } /* first remove graphics from splitListUg inside self */ +#if 0 // so war es for (i=0; i<[splitListUg count]; i++) { VGraphic *gr = [splitListUg objectAtIndex:i]; p = [gr pointAt:0.4]; if ( [self isPointInside:p] ) - { [splitListUg removeObjectAtIndex:i]; + { + [splitListUg removeObjectAtIndex:i]; /* correct all uStartIs behind i */ for (k=0; k < uStartIsCnt; k++) if (uStartIs[k] > i) uStartIs[k] -= 1; @@ -9237,7 +9864,91 @@ removedFromUg++; } } - /* we must check if we remove a hole subpath */ +#endif + +#if 1 // alternative 2015-07-24 + { + VFloat maxLength = 0.0, le; + int sI = -1, eI = -1; + + k = 0; + + for (i=0; i<[splitListUg count]; i++) + { VGraphic *gr = [splitListUg objectAtIndex:i]; + + p = [gr pointAt:0.4]; + if ( [self isPointInside:p] ) + { VGraphic *g=[splitListUg objectAtIndex:i]; + + if (first) + { sI = i; first = NO; } + + le = SqrDistPoints([g pointWithNum:0], [g pointWithNum:MAXINT]); + if ( le > maxLength ) + maxLength = le; + } + else if (!first) + { eI = i; + if (eI-1 == sI) + { [splitListUg removeObjectAtIndex:sI]; + /* correct all uStartIs behind i */ + for (k=0; k < uStartIsCnt; k++) + if (uStartIs[k] > sI) uStartIs[k] -= 1; + i--; + removedFromUg++; + } + else // more than one + { + for (j=eI-1; j >= sI; j--) + { VGraphic *g=[splitListUg objectAtIndex:j]; + + le = SqrDistPoints([g pointWithNum:0], [g pointWithNum:MAXINT]); + if ( (j == eI-1 || j == sI) && le < maxLength ) + continue; // do not remove first and last short graphic from + + [splitListUg removeObjectAtIndex:j]; + /* correct all uStartIs behind i */ + for (k=0; k < uStartIsCnt; k++) + if (uStartIs[k] > j) uStartIs[k] -= 1; + i--; + removedFromUg++; + } + } + maxLength = 0.0; + first = YES; + } + } + if (!first && eI == -1) // last removing part + { + eI = i-1; + if (eI-1 == sI) + { [splitListUg removeObjectAtIndex:sI]; + /* correct all uStartIs behind i */ + for (k=0; k < uStartIsCnt; k++) + if (uStartIs[k] > sI) uStartIs[k] -= 1; + removedFromUg++; + } + else // more than one + { + for (j=eI-1; j >= sI; j--) + { VGraphic *g=[splitListUg objectAtIndex:j]; + + le = SqrDistPoints([g pointWithNum:0], [g pointWithNum:MAXINT]); + if ( (j == eI-1 || j == sI) && le < maxLength ) + continue; // do not remove first and last short graphic + + [splitListUg removeObjectAtIndex:j]; + /* correct all uStartIs behind i */ + for (k=0; k < uStartIsCnt; k++) + if (uStartIs[k] > j) uStartIs[k] -= 1; + removedFromUg++; + } + } + } + } +#endif // alternative + + /* check if we removed a whole subpath */ for (i=0; i< uStartIsCnt-1; i++) { if (uStartIs[i] == uStartIs[i+1]) @@ -9245,7 +9956,7 @@ for (l=i; l < uStartIsCnt-1; l++) uStartIs[l] = uStartIs[l+1]; uStartIsCnt--; - i--; // perhaps we remove two or three + i--; // perhaps we removed two or three } } /* searching for our startI (not inside ug) */ @@ -9474,7 +10185,7 @@ } } } - /* we must check if we remove a hole subpath */ + /* check if we removed a whole subpath */ for (i=0; i< uStartIsCnt-1; i++) { if (uStartIs[i] == uStartIs[i+1]) diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VPolyLine.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPolyLine.h --- cenon.app-4.0.2/GraphicObjects.subproj/VPolyLine.h 2010-07-22 03:19:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPolyLine.h 2014-11-03 16:38:33.000000000 +0000 @@ -1,33 +1,33 @@ /* VPolyLine.h * Object of connected lines, either open or closed * - * Copyright (C) 2001-2010 by vhf interservice GmbH + * Copyright (C) 2001-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2001-07-31 - * modified: 2008-10-11 + * modified: 2012-10-29 (-pointWithNumBecomeStartPoint: new) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_VPOLYLINE -#define VHF_H_VPOLYLINE +#ifndef CEN_H_VPOLYLINE +#define CEN_H_VPOLYLINE #include "VGraphic.h" #include "VPath.h" @@ -74,6 +74,7 @@ - (void)addPoint:(NSPoint)pt atNum:(int)pt_num; - (BOOL)removePoint:(NSPoint)pt; - (BOOL)removePointWithNum:(int)pt_num; +- (void)pointWithNumBecomeStartPoint:(int)pt_num; // makes point the start point of the polyline - (void)truncate; - (void)getEndPoints:(NSPoint*)p1 :(NSPoint*)p2; - (float)length; @@ -89,7 +90,8 @@ - (void)join:obj; - (VPath*)pathRepresentation; - (int)intersections:(NSPoint**)pArray withRect:(NSRect)rect; +- (id)contourOpenLeftOrRight:(float)w; @end -#endif // VHF_H_VPOLYLINE +#endif // CEN_H_VPOLYLINE diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VPolyLine.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPolyLine.m --- cenon.app-4.0.2/GraphicObjects.subproj/VPolyLine.m 2012-07-18 08:13:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VPolyLine.m 2017-03-29 09:55:11.000000000 +0000 @@ -1,33 +1,41 @@ /* VPolyLine.m * Object of connected lines, either open or closed * - * Copyright (C) 2001-2012 by vhf interservice GmbH + * Copyright (C) 2001-2017 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2001-07-31 - * modified: 2012-07-17 (*pts = NULL, *iPts = NULL initialized, if(iPts free())) + * modified: 2016-07-21 (-contourOpenLeftOrRight: for inside correction we change direction for also milling again direction (Gegenlauf)) + * 2015-08-06 (-contourOpenLeftOrRight: closed PolyLines saver calculated) + * 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2014-10-09 (-contourOpenLeftOrRight: new) + * 2014-09-02 (-setDirectionCCW: corrected) + * 2014-07-26 (-movePoint:by: start/end points moved both if near enough) + * 2014-07-22 (-initFromPropertyList: check return value to handle nan entries) + * 2012-10-29 (-pointWithNumBecomeStartPoint: new) + * 2012-07-17 (*pts = NULL, *iPts = NULL initialized, if(iPts free())) * 2011-08-25 (-contour:inlay:splitCurves: (w == 0.0 && width == 0.0) instead of !w) * 2010-07-22 (-scale width fixed, -transform added) * 2010-02-18 (exit editing with right mouse click) * 2008-12-01 (drar unfilled with stroke color) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.cenon.info */ #include @@ -38,8 +46,8 @@ #include "HiddenArea.h" #include "../App.h" #include "../DocView.h" -#include "../DocWindow.h" // create:in: -#include "../Inspectors.h" // create:in: +#include "../DocWindow.h" // create:in: +#include "../Inspectors.h" // create:in: @interface VPolyLine(PrivateMethods) - (void)setParameter; @@ -49,6 +57,22 @@ @implementation VPolyLine +static NSPoint orthPointAt(id g, float r, int dirInd, float at) +{ float b; + NSPoint p, grad, orthP; + + p = [g pointAt:at]; /* point of object */ + grad = [g gradientAt:at]; // GradientNear(g, at); /* gradient of line at */ + + if ( !(b = sqrt(grad.x*grad.x+grad.y*grad.y)) ) + orthP = p; + else + { orthP.x = p.x + grad.y*r*dirInd/b; + orthP.y = p.y - grad.x*r*dirInd/b; + } + return orthP; +} + /* */ static NSPoint orthPointAtBegOrEnd(id g, float r, int dirInd, BOOL end) @@ -478,18 +502,20 @@ } /* create - * modified: 2010-02-18 (exit with right mouse click) + * modified: 2015-07-30 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2010-02-18 (exit with right mouse click) */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSRightMouseDownMask|NSPeriodicMask -- (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, lastPoint, hitPoint, addedDrawPoint, goodDrawPoint; - id window = [view window]; - VLine *drawLineGraphic, *drawSnapLine; - BOOL ok = YES, dragging = NO, hitEdge = NO; - float grid = 1.0 / [view scaleFactor]; // minimum accepted length - int windowNum = [event windowNumber]; - BOOL inTimerLoop = NO; +- (BOOL)create:(NSEvent*)event in:(DocView*)view +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, lastPoint, hitPoint, addedDrawPoint, goodDrawPoint; + id window = [view window]; + VLine *drawLineGraphic, *drawSnapLine; + BOOL ok = YES, dragging = NO, hitEdge = NO; + VFloat grid = 1.0 / [view scaleFactor]; // minimum accepted length + int windowNum = [event windowNumber]; + BOOL inTimerLoop = NO; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; [[(App*)NSApp inspectorPanel] loadGraphic:self]; // set the values of the inspector to self @@ -505,7 +531,7 @@ else start = gridPoint; viewBounds = [view visibleRect]; // get the bounds of the view - [view lockFocus]; // and lock the focus on view + //[view lockFocus]; // and lock the focus on view [self addPoint:start]; drawLineGraphic = [VLine lineWithPoints:start :start]; @@ -542,7 +568,7 @@ lastPoint = drawPoint; /* delete line from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( (!dragging) && ([event type] == NSLeftMouseDragged) && (Diff(addedDrawPoint.x, drawPoint.x) > 3.0 || @@ -557,8 +583,7 @@ viewBounds = [view bounds]; } /* fix position to grid */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -569,23 +594,29 @@ [window displayCoordinate:gridPoint ref:NO]; - [drawLineGraphic setVertices:last :drawPoint]; - [drawSnapLine setVertices:last :gridPoint]; + [drawLineGraphic setVertices:last :drawPoint]; // shadow line + [drawSnapLine setVertices:last :gridPoint]; // grid line drawBounds = [drawLineGraphic extendedBoundsWithScale:[view scaleFactor]]; - gridBounds = [drawSnapLine extendedBoundsWithScale:[view scaleFactor]]; + gridBounds = [drawSnapLine extendedBoundsWithScale:[view scaleFactor]]; /* the united rect of the two rects we need to redraw the view */ gridBounds = NSUnionRect(drawBounds, gridBounds); /* if line is not inside view we set it invalid */ + [tmpGraphics removeAllObjects]; if ( NSContainsRect(viewBounds, gridBounds) ) - { [drawLineGraphic drawWithPrincipal:view]; - [drawSnapLine drawWithPrincipal:view]; + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawLineGraphic]; // shadow line + [tmpGraphics addObject:drawSnapLine]; // on the grid + //[drawLineGraphic drawWithPrincipal:view]; + //[drawSnapLine drawWithPrincipal:view]; goodDrawPoint = drawPoint; } else drawPoint = gridPoint = NSMakePoint(-1.0, -1.0); - [self drawWithPrincipal:view]; + [tmpGraphics addObject:self]; // draw PolyLine + //[self drawWithPrincipal:view]; [window flushWindow]; } @@ -612,12 +643,17 @@ if (ok) { [self addPoint:gridPoint]; + [tmpGraphics removeAllObjects]; + [tmpGraphics addObject:self]; // draw PolyLine + [view setNeedsDisplayInRect:gridBounds]; + [window flushWindow]; addedDrawPoint = goodDrawPoint; } if ( [event type] == NSRightMouseDown || dragging ) break; } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; last = gridPoint; @@ -653,7 +689,7 @@ if ( [event type] == NSAppKitDefined || [event type] == NSSystemDefined ) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; /* we duplicate the last click which ends the line, * so we can directly execute user actions in Tool-Panel etc. @@ -667,9 +703,8 @@ context:[event context] eventNumber:[event eventNumber] clickCount:1 pressure:[event pressure]]; - - [window postEvent:eventup atStart:1]; // up - [window postEvent:event atStart:1]; // down + [window postEvent:eventup atStart:1]; // up + [window postEvent:event atStart:1]; // down } if ( !ok ) { @@ -700,7 +735,7 @@ } ptslist[count++] = ptslist[0]; } - [self setDirectionCCW:[self isDirectionCCW]]; + [self setDirectionCCW:isDirectionCCW]; } filled = flag; dirty = YES; @@ -883,6 +918,33 @@ return YES; } +- (void)pointWithNumBecomeStartPoint:(int)pt_num +{ int i, j; + NSPoint plist[count]; + + if ( count <= pt_num || !pt_num || pt_num == count-1 ) + return; + + if ( ![self closed] ) // only start / end points ! + { + if ( pt_num == [self numPoints]-1 ) + [self changeDirection]; + return; + } + + /* attention closed - point 0 == count-1 ! */ + /* pt_num until end from start until pt_num */ + + for (i=0; i<=pt_num; i++) + plist[i] = ptslist[i]; // notice pts until/incl pt_num + + for (i=pt_num, j=0; i 0.0) ? width : [NSBezierPath defaultLineWidth]); // width if ( filled && width == 0.0 ) // if filled and no stroke width, we stroke very thin to make everything visible - w = 0.1/[principal scaleFactor]; + w = 0.1 / scaleFactor; /* colorSeparation */ if (!VHFIsDrawingToScreen() && [principal separationColor]) col = [self separationColor:col]; // get individual separation color if ( [principal mustDrawPale] ) - { CGFloat h, s, b, a; + { VFloat h, s, b, a; [[col colorUsingColorSpaceName:NSDeviceRGBColorSpace] getHue:&h saturation:&s brightness:&b alpha:&a]; [[NSColor colorWithCalibratedHue:h saturation:s brightness:(b<0.5) ? 0.5 : b alpha:a] set]; @@ -1336,7 +1513,7 @@ * third points are selected, then they are used by themselves. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num == -1) @@ -1361,7 +1538,7 @@ - (void)constrainPoint:(NSPoint *)aPt andNumber:(int)pt_num toView:(DocView*)aView { NSPoint viewMax; NSRect viewRect; - float margin = MARGIN / [aView scaleFactor]; + VFloat margin = MARGIN / [aView scaleFactor]; viewRect = [aView bounds]; viewMax.x = viewRect.origin.x + viewRect.size.width; @@ -1423,9 +1600,10 @@ { if (pt_num >= count) pt_num = count-1; + if ( filled && (!pt_num || pt_num == count-1) && + ptslist[0].x == ptslist[count-1].x && ptslist[0].y == ptslist[count-1].y ) + [self changePoint: (!pt_num) ? (count-1) : (0) :pt]; [self changePoint:pt_num :pt]; - if ( filled && !pt_num ) - [self changePoint:count-1 :pt]; } /* The pt argument holds the relative point change @@ -1460,7 +1638,6 @@ return ptslist[count-1]; if (pt_num < 0) return NSMakePoint( 0.0, 0.0); - return ptslist[pt_num]; } @@ -1594,6 +1771,116 @@ return [[self pathRepresentation] contour:w]; } +- (id)contourOpenLeftOrRight:(float)w +{ VPath *path = [VPath path]; + int i, cnt = count, to = -1, from = -1; + VFloat cw = Abs((w + width)), r=0.0; + NSPoint opS, opE; + NSAutoreleasePool *pool = nil; + VLine *line = [VLine line]; + + /* we just return a copy */ + if ( (Diff(w, 0.0) < 0.0001 && width == 0.0) ) + return [[self copy] autorelease]; + + if ( [self closed] ) + { BOOL dir = [self isDirectionCCW]; + + if ( w < 0.0 && !dir ) + w = -w; // correction to left (inside) needed + else if ( w > 0.0 && !dir ) + w = -w; // correction to right(outside here) needed + + [self setFilled:YES]; + path = [self contour:w]; + [self setFilled:NO]; + return path; + } + + pool = [NSAutoreleasePool new]; + [path setColor:[self color]]; + // build contour of all lines in polyline + for (i=0; i 0.0 && + SqrDistPoints(opS, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) < 25.0*TOLERANCE) + { to = i; + break; + } + else if ( w < 0.0 && + SqrDistPoints(opS, [[[path list] objectAtIndex:i] pointWithNum:0]) < 25.0*TOLERANCE) + { from = i; + break; + } + } + + /* search opE (start of Graphic) inside path - from */ + for (i=0; i < cnt; i++) + { + if ( w > 0.0 && + SqrDistPoints(opE, [[[path list] objectAtIndex:i] pointWithNum:0]) < 25.0*TOLERANCE) + { from = i; + break; + } + else if ( w < 0.0 && + SqrDistPoints(opE, [[[path list] objectAtIndex:i] pointWithNum:MAXINT]) < 25.0*TOLERANCE) + { to = i; + break; + } + } + + if ( from == -1 || to == -1 ) + return path; + + /* remove from to to */ + //cnt = [[path list] count]; + for (i=to; i >= ((!to || to < from) ? 0:from); i--) + { + [[path list] removeObjectAtIndex:i]; + cnt--; + /* we removed befor j -> j move one down in list !!! */ + if (i < from) { from--; to--; } + + if (!i && to < from) // we step over 0 - second part until from ! + { i = cnt; + to = from+1; // little hack mh - second part until from ! + } + } + if (w < 0.0) // inside need a correction so we can also milling again direction (Gegenlauf) + [path changeDirection]; + return path; +} + - (id)contourOpen:(float)w { VPath *path = [VPath path]; int i; @@ -3161,7 +3448,7 @@ } - (id)initFromPropertyList:(id)plist inDirectory:(NSString *)directory { id pData; - int i=0; + int i = 0; [super initFromPropertyList:plist inDirectory:directory]; count = [plist intForKey:@"count"]; @@ -3177,8 +3464,12 @@ while ( ![scanner isAtEnd] ) { double d; - [scanner scanDouble:&d]; ptslist[i].x = d; - [scanner scanDouble:&d]; ptslist[i].y = d; + if ( ! [scanner scanDouble:&d] ) + break; + ptslist[i].x = d; + if ( ! [scanner scanDouble:&d] ) + break; + ptslist[i].y = d; i++; } } diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VRectangle.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VRectangle.h --- cenon.app-4.0.2/GraphicObjects.subproj/VRectangle.h 2011-09-01 10:26:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VRectangle.h 2015-08-11 15:18:45.000000000 +0000 @@ -1,33 +1,33 @@ /* * VRectangle.h * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-14 * modified: 2008-06-08 2011-08-07 (-setDirectionCCW:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VRECTANGLE -#define VHF_H_VRECTANGLE +#ifndef CEN_H_VRECTANGLE +#define CEN_H_VRECTANGLE #include "VGraphic.h" #include "VPath.h" @@ -84,9 +84,10 @@ - (BOOL)isPointInside:(NSPoint)p; - (int)isPointInsideOrOn:(NSPoint)p; - (NSPoint)appendToBezierPath:(NSBezierPath*)bPath currentPoint:(NSPoint)currentPoint; +- (id)contourOpenLeftOrRight:(float)w; -- (void)setDirectionCCW:(BOOL)ccw; +//- (void)setDirectionCCW:(BOOL)ccw; @end -#endif // VHF_H_VRECTANGLE +#endif // CEN_H_VRECTANGLE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VRectangle.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VRectangle.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VRectangle.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VRectangle.m --- cenon.app-4.0.2/GraphicObjects.subproj/VRectangle.m 2013-08-16 14:29:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VRectangle.m 2016-07-25 06:53:58.000000000 +0000 @@ -1,33 +1,36 @@ /* VRectangle.m * 2-D Rectangle object * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * WWW: http://www.cenon.info * * created: 1996-09-17 - * modified: 2013-08-13 (-hit:fuzz: rotate p back before let path do the job) + * modified: 2016-07-23 (-copy: call -setDirectionCCW:isDirectionCCW for the correct Direction of the copy) + * 2015-08-06 (-contourOpenLeftOrRight: new) + * 2015-07-30 (-create: add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + * 2013-08-13 (-hit:fuzz: rotate p back before let path do the job) * 2010-07-17 (-transform added, -scale: scales width correctly with negative scales (flip)) * 2010-03-03 (-copy setDirectionCCW, -pathRepresentation edges build with r, not radius) * 2006-02-08 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.biz - * http://www.vhf.biz + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -86,7 +89,7 @@ /* deep copy * * created: 2001-02-15 - * modified: 2012-01-06 + * modified: 2016-07-25 (-setDirectionCCW:) */ - copy { VRectangle *rectangle = [[VRectangle allocWithZone:[self zone]] init]; @@ -104,6 +107,7 @@ [rectangle setStepWidth:stepWidth]; [rectangle setRadialCenter:radialCenter]; [rectangle setRotAngle:rotAngle]; + [rectangle setDirectionCCW:isDirectionCCW]; return rectangle; } @@ -133,31 +137,35 @@ return (size.x + size.y) * 2.0; } +/* create + * modified: 2015-07-30 (add temporary lines to [DocView tmpGraphics], [self setNeedsDisplayInRect:], lockFocus removed) + */ #define CREATEEVENTMASK NSLeftMouseDraggedMask|NSLeftMouseDownMask|NSLeftMouseUpMask|NSPeriodicMask - (BOOL)create:(NSEvent *)event in:(DocView*)view -{ NSRect viewBounds, gridBounds, drawBounds; - NSPoint start, last, gridPoint, drawPoint, rSize, p, lastPoint = NSZeroPoint, hitPoint; - id window = [view window]; - VRectangle *drawRectangleGraphic; - BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; - float grid = 1.0 / [view scaleFactor]; // minimum accepted length - int windowNum = [event windowNumber]; - // BOOL alternate = [NXApp alternate]; +{ NSRect viewBounds, gridBounds, drawBounds; + NSPoint start, last, gridPoint, drawPoint, rSize, p, lastPoint = NSZeroPoint, hitPoint; + id window = [view window]; + VRectangle *drawRectangleGraphic; + BOOL ok = YES, dragging = NO, hitEdge = NO, inTimerLoop = NO; + VFloat grid = 1.0 / [view scaleFactor]; // minimum accepted length + int windowNum = [event windowNumber]; + //BOOL alternate = [NXApp alternate]; + NSMutableArray *tmpGraphics = [[view class] tmpGraphics]; - [[(App*)NSApp inspectorPanel] loadGraphic:self]; /* set the values of the inspector to self */ + [[(App*)NSApp inspectorPanel] loadGraphic:self]; // set the values of the inspector to self - start = [view convertPoint:[event locationInWindow] fromView:nil]; /* convert window to view coordinates */ + start = [view convertPoint:[event locationInWindow] fromView:nil]; // convert window to view coordinates hitPoint = start; - hitEdge = [view hitEdge:&hitPoint spare:self]; // snap to point - gridPoint = [view grid:start]; // set on grid + hitEdge = [view hitEdge:&hitPoint spare:self]; // snap to point + gridPoint = [view grid:start]; // set on grid if ( hitEdge && ((gridPoint.x == start.x && gridPoint.y == start.y) || (SqrDistPoints(hitPoint, start) < SqrDistPoints(gridPoint, start))) ) - start = hitPoint; // we took the nearer one if we got a hitPoint + start = hitPoint; // we took the nearer one if we got a hitPoint else start = gridPoint; - viewBounds = [view visibleRect]; /* get the bounds of the view */ - [view lockFocus]; /* and lock the focus on view */ + viewBounds = [view visibleRect]; // get the bounds of the view + //[view lockFocus]; // and lock the focus on view [self setVertices:start :start]; drawRectangleGraphic = [[self copy] autorelease]; @@ -171,8 +179,8 @@ /* now entering the tracking loop */ while ( ((!dragging && [event type] != NSLeftMouseDown) || - (dragging && [event type] != NSLeftMouseUp )) && - [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) + (dragging && [event type] != NSLeftMouseUp )) + && [event type] != NSAppKitDefined && [event type] != NSSystemDefined ) { /* Since MouseMoved event is never send we use a periodic event instead */ if ( [event type] == NSPeriodic ) @@ -186,7 +194,7 @@ lastPoint = drawPoint; /* delete line from screen */ - [view drawRect:gridBounds]; + [view setNeedsDisplayInRect:gridBounds]; //[view drawRect:gridBounds]; drawPoint = [view convertPoint:drawPoint fromView:nil]; if ( ([event type] == NSLeftMouseDragged)&&(!dragging) && (Diff(origin.x, drawPoint.x) > 3.0*grid || Diff(origin.y, drawPoint.y) > 3.0*grid) ) @@ -196,8 +204,7 @@ viewBounds = [view bounds]; } /* fix position to grid */ - gridPoint = drawPoint; - gridPoint = [view grid:gridPoint]; + gridPoint = [view grid:drawPoint]; /* snap to point */ hitPoint = drawPoint; hitEdge = [view hitEdge:&hitPoint spare:self]; @@ -213,7 +220,7 @@ rSize.x = Diff(gridPoint.x, start.x); rSize.y = Diff(gridPoint.y, start.y); [self setVertices:p :rSize]; - gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; // get bounds of the grid line + gridBounds = [self extendedBoundsWithScale:[view scaleFactor]]; // get bounds of the grid line p.x = Min(start.x, drawPoint.x); p.y = Min(start.y, drawPoint.y); @@ -223,9 +230,14 @@ drawBounds = [drawRectangleGraphic extendedBoundsWithScale:[view scaleFactor]]; gridBounds = NSUnionRect(drawBounds, gridBounds); - if ( NSContainsRect(viewBounds, gridBounds) ) // line inside view ? - { [drawRectangleGraphic drawWithPrincipal:view]; - [self drawWithPrincipal:view]; + [tmpGraphics removeAllObjects]; + if ( NSContainsRect(viewBounds, gridBounds) ) // rectangle inside view ? + { + if ( drawPoint.x != gridPoint.x || drawPoint.y != gridPoint.y ) + [tmpGraphics addObject:drawRectangleGraphic]; // shadow rectangle + [tmpGraphics addObject:self]; // on the grid + //[drawRectangleGraphic drawWithPrincipal:view]; + //[self drawWithPrincipal:view]; } else drawPoint = gridPoint = start; // else set line invalid @@ -235,6 +247,7 @@ event = [NSApp nextEventMatchingMask:CREATEEVENTMASK untilDate:[NSDate distantFuture] inMode:NSEventTrackingRunLoopMode dequeue:YES]; } StopTimer(inTimerLoop); + [tmpGraphics removeAllObjects]; last = gridPoint; @@ -246,13 +259,13 @@ if ([event clickCount] > 1 || [event windowNumber] != windowNum) ok = NO; else - ok = NSMouseInRect(gridPoint , viewBounds , NO); + ok = NSMouseInRect(gridPoint, viewBounds , NO); } if ([event type] == NSAppKitDefined || [event type] == NSSystemDefined) ok = NO; - [view unlockFocus]; + //[view unlockFocus]; if (!ok) { @@ -279,7 +292,7 @@ return NO; } dirty = YES; - [view cacheGraphic:self]; + //[view cacheGraphic:self]; return YES; } @@ -865,7 +878,7 @@ * third points are selected, then they are used by themselves. */ - (NSRect)scrollRect:(int)pt_num inView:(id)aView -{ float knobsize; +{ VFloat knobsize; NSRect aRect; if (pt_num == -1) @@ -1167,6 +1180,25 @@ dirty = YES; } +- (id)contourOpenLeftOrRight:(float)w +{ VGraphic *g = [VPath path]; + BOOL dir = [self isDirectionCCW]; + + /* we just return a copy */ + if ( (Diff(w, 0.0) < 0.0001 && width == 0.0) ) + return [[self copy] autorelease]; + + if ( w < 0.0 && !dir ) + w = -w; // correction to left (inside) needed + else if ( w > 0.0 && !dir ) + w = -w; // correction to right(outside here) needed + + [self setFilled:YES]; + g = [self contour:w]; + [self setFilled:NO]; + return g; +} + /* * return a path representing the outline of us * modified: 2010-03-03 (setDirectionCCW:) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VSinking.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VSinking.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VSinking.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VSinking.h --- cenon.app-4.0.2/GraphicObjects.subproj/VSinking.h 2007-05-08 17:37:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VSinking.h 2015-04-17 16:48:46.000000000 +0000 @@ -1,33 +1,33 @@ /* VSinking.h * Sinking * - * Copyright (C) 2000-2005 by vhf interservice GmbH + * Copyright (C) 2000-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-09-18 * modified: 2005-10-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VSINKING -#define VHF_H_VSINKING +#ifndef CEN_H_VSINKING +#define CEN_H_VSINKING #include "VGraphic.h" @@ -45,15 +45,15 @@ @interface VSinking: VGraphic { - NSPoint origin; - NSString *name; /* nominal diameter */ - float d1; /* diameter */ - float d2; /* head diameter */ - float t1; /* head height */ - float t2; /* head brim */ - float stepSize; /* size of steps for head */ - int type; /* medium or fine */ - int unit; /* metric or inch */ + NSPoint origin; + NSString *name; // nominal diameter + float d1; // diameter + float d2; // head diameter + float t1; // head height + float t2; // head brim + float stepSize; // size of steps for head + int type; // medium or fine + int unit; // metric or inch } /* class methods */ @@ -85,4 +85,4 @@ @end -#endif // VHF_H_VSINKING +#endif // CEN_H_VSINKING diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VSinking.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VSinking.m --- cenon.app-4.0.2/GraphicObjects.subproj/VSinking.m 2012-01-08 14:02:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VSinking.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,6 +1,6 @@ /* VSinking.m * - * Copyright (C) 2000-2010 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-09-18 @@ -9,22 +9,22 @@ * 2009-02-11 (initialize new sinking in point, not mm) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -158,8 +158,8 @@ * purpose: draw the graphic rotated around p with x and y */ - (void)drawAtAngle:(float)angle withCenter:(NSPoint)cp in:view -{ NSPoint p; - float radius = d1 / 2.0; +{ NSPoint p; + float radius = d1 / 2.0; NSBezierPath *bPath = [NSBezierPath bezierPath]; [bPath setLineWidth:1.0/[view scaleFactor]]; @@ -197,8 +197,8 @@ * draws the thread */ - (void)drawWithPrincipal:principal -{ float radius = d1 / 2.0; - NSBezierPath *bPath = [NSBezierPath bezierPath]; +{ VFloat radius = d1 / 2.0; + NSBezierPath *bPath = [NSBezierPath bezierPath]; [super drawWithPrincipal:principal]; [bPath setLineWidth:0.0]; @@ -336,10 +336,10 @@ [aCoder encodeValuesOfObjCTypes:"ii", &type, &unit]; } - (id)initWithCoder:(NSCoder *)aDecoder -{ int version; +{ //int version; [super initWithCoder:aDecoder]; - version = [aDecoder versionForClassName:@"VSinking"]; + //version = [aDecoder versionForClassName:@"VSinking"]; //[aDecoder decodeValuesOfObjCTypes:"{NSPoint=ff}", &origin]; origin = [aDecoder decodePoint]; // 2012-01-08 [aDecoder decodeValuesOfObjCTypes:"@", &name]; diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VText.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VText.h --- cenon.app-4.0.2/GraphicObjects.subproj/VText.h 2012-01-08 13:51:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VText.h 2015-07-25 16:58:48.000000000 +0000 @@ -1,33 +1,34 @@ /* VText.h * 2-D Text object * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-15 - * modified: 2010-07-28 (+valueForKey:inArray:) + * modified: 2015-07-25 ( added) + * 2010-07-28 (+valueForKey:inArray:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ -#ifndef VHF_H_VTEXT -#define VHF_H_VTEXT +#ifndef CEN_H_VTEXT +#define CEN_H_VTEXT #include "VGraphic.h" #include "VPath.h" @@ -43,7 +44,7 @@ #define PT_UPPERRIGHT 6 #define PT_UPPERMID 7 -@interface VText:VGraphic +@interface VText:VGraphic { NSMutableAttributedString *attributedString; // text (attributes string) NSFont *font; // the font object @@ -70,6 +71,7 @@ + (VText*)textGraphic; + (NSTextView*)sharedText; + (NSString*)valueForKey:(NSString*)key inArray:(NSArray*)array; +- initWithFile:(NSString*)fileName; /* text methods */ - (NSColor*)fillColor; @@ -108,10 +110,10 @@ - (NSFont*)font; - (NSRect)textBox; // raw bounds of text box - (void)setTextBox:(NSRect)rect; -- (float)fontSize; -- (void)setFontSize:(float)v; -- (float)lineHeight; -- (void)setLineHeight:(float)v; +- (VFloat)fontSize; +- (void)setFontSize:(VFloat)v; +- (VFloat)lineHeight; +- (void)setLineHeight:(VFloat)v; - (BOOL)centerVertical; - (void)setCenterVertical:(BOOL)flag; - (BOOL)fitHorizontal; @@ -137,4 +139,4 @@ @end -#endif // VHF_H_VTEXT +#endif // CEN_H_VTEXT diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VText.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VText.m --- cenon.app-4.0.2/GraphicObjects.subproj/VText.m 2012-03-08 13:55:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VText.m 2015-11-18 17:52:25.000000000 +0000 @@ -1,11 +1,15 @@ /* VText.m * 2-D Text object * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-15 - * modified: 2012-02-28 (-drawWithPrincipal: set frame twice to make mirrored text visible) + * modified: 2015-11-18 (-textDidEndEditing: locked text is not jummping around any more) + * 2015-11-17 (-drawWithPrincipal:): ceil(bounds.size.width) to make text visible on Mac OS 10.8 - 10.10 + * 2014-09-02 (-setDirectionCCW:, -getFlattenedObjectAt:.. new, set direction to group object) + * 2014-07-06 (-initWithFile: dummy added) + * 2012-02-28 (-drawWithPrincipal: set frame twice to make mirrored text visible) * 2012-01-04 (-textDidEndEditing: if locked, we don't adjust the size of the text box) * 2010-07-29 (-drawWithPrincipal:...) move -setTextContainerInset: before -setFrame to make mirror on Apple visible * 2010-07-28 (+valueForKey:inArray:) new @@ -15,22 +19,22 @@ * 2009-01-27 (-textDidEndEditing: remove empty text) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ #include @@ -186,8 +190,21 @@ return [super init]; } +/* init from file + * + * created: 2014-07-06 + * modified: + */ +- initWithFile:(NSString*)fileName +{ + [super init]; + NSLog(@"TODO: VText: -initWithFile:"); + // TODO + return self; +} + /* - * created: 25.09.95 + * created: 1995-09-25 * purpose: initializes all the stuff needed after a -read: */ - (void)setParameter @@ -668,9 +685,11 @@ { updateRect = [graphicView convertRect:updateRect fromView:editView]; - [graphicView lockFocus]; - [graphicView drawRect:updateRect]; - [graphicView unlockFocus]; + //[graphicView lockFocus]; + //[graphicView drawRect:updateRect]; + //[graphicView unlockFocus]; + [graphicView setNeedsDisplayInRect:updateRect]; + [graphicView displayIfNeeded]; [[graphicView window] flushWindow]; } @@ -713,7 +732,7 @@ - (void)scale:(float)x :(float)y withCenter:(NSPoint)cp { aspectRatio *= y/x; - bounds.size.width *= x; + bounds.size.width *= x; bounds.size.height *= y; bounds.origin.x = ScaleValue(bounds.origin.x, cp.x, x); bounds.origin.y = ScaleValue(bounds.origin.y, cp.y, y); @@ -748,7 +767,7 @@ /* set our vertices */ - (void)setFont:(NSFont *)aFont -{ float lineHeight; +{ VFloat lineHeight; if ( !aFont ) return; @@ -773,24 +792,24 @@ /* set and return capHeight, because pointSize has the descender in it */ -- (void)setFontSize:(float)v -{ float capHeight = [[self font] capHeight]; +- (void)setFontSize:(VFloat)v +{ VFloat capHeight = [[self font] capHeight]; - if ( capHeight == 0.0) // GNUstep workaround + if ( capHeight <= 0.0) // workaround: sometimes this is really wrong capHeight = [[self font] ascender]; [self setFont:[NSFont fontWithName:[[self font] fontName] size:v * [[self font] pointSize] / capHeight ]]; dirty = YES; } -- (float)fontSize -{ float capHeight = [[self font] capHeight]; +- (VFloat)fontSize +{ VFloat capHeight = [[self font] capHeight]; - if ( capHeight == 0.0) // GNUstep workaround + if ( capHeight <= 0.0) // workaround capHeight = [[self font] ascender]; return capHeight; } -- (void)setLineHeight:(float)v +- (void)setLineHeight:(VFloat)v { NSMutableParagraphStyle *paraStyle; if ( attributedString ) @@ -810,10 +829,10 @@ dirty = YES; } } -- (float)lineHeight +- (VFloat)lineHeight { if (attributedString) - { float lh; + { VFloat lh; if ( [attributedString length] && (lh = [[attributedString attribute:NSParagraphStyleAttributeName @@ -852,10 +871,10 @@ /* reduce kerning to fit text in width of text box */ - (void)kernToFitHorizontal -{ NSLayoutManager *lm = [drawText layoutManager]; - NSRect rect; - int lines, l, i; - float f, min = -bounds.size.width/2.0, max = 0.0; +{ NSLayoutManager *lm = [drawText layoutManager]; + NSRect rect; + int lines, l, i; + float f, min = -bounds.size.width/2.0, max = 0.0; if ( !fitHorizontal ) return; @@ -1007,8 +1026,16 @@ dirty = YES; } +- (void)setDirectionCCW:(BOOL)ccw +{ + if ( ccw != isDirectionCCW ) + isDirectionCCW = (isDirectionCCW) ? 0 : 1; +} + /* * draws the text + * + * modified: 2015-11-17 (-drawWithPrincipal:): ceil(bounds.size.width) to make text visible on Mac OS 10.8 - 10.10 */ - (void)drawWithPrincipal:principal { id window = [principal window]; @@ -1092,7 +1119,13 @@ [[drawText textStorage] endEditing]; [drawText setTextContainerInset:NSMakeSize(0.0, 0.0)]; // 2010-07-29: moved before setFrame: for Apple mirror [drawText setFrame:bounds]; - [drawText setFrame:bounds]; // 2012-02-28: well, without this extra invitation Apple doesn't draw mirrored text ! + //[drawText setFrame:bounds]; // 2012-02-28: well, without this extra invitation Apple doesn't draw mirrored text ! + if ( aspectRatio < 0.0 ) // mirrored text workaround for Mac OS 10.8 - 10.10: width must be integer or is invisible + { NSRect r = bounds; + r.size.width = ceil(r.size.width); // OS 10.8 - 10.10: this line makes mirrored text visible (after resize) + [drawText setFrame:r]; + //[drawText sizeToFit]; // OS 10.8 - 10.10: this line make mirrored text visible after resize + } //[drawText writeRTFDToFile:@"/tmp/text.rtf" atomically:NO]; // debugging //[drawText setFrame:bounds]; @@ -1119,6 +1152,43 @@ [window setAutodisplay:saveAutoDisplay]; //[[NSView focusView] setNeedsDisplay:NO]; [drawText scaleUnitSquareToSize:NSMakeSize(1.0, 1.0/aspectRatio)]; + + /* Debugging: display mirrored text with a workaround */ + /*{ NSBezierPath *bezierPath = [NSBezierPath bezierPath]; + int cnt = [lm numberOfGlyphs], i; + NSRect bRect = bounds; + VFloat yOffset = 0.0; + + if ( aspectRatio < 0.0 ) // mirrored text + yOffset -= bounds.size.height; // Apple needs that + for (i=0; i= 0) diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VTextPath.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VTextPath.h --- cenon.app-4.0.2/GraphicObjects.subproj/VTextPath.h 2012-01-06 17:46:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VTextPath.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* VTextPath.h * 2-D Textpath - text written on path * - * Copyright (C) 2000-2012 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-31 * modified: 2002-07-09 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VTEXTPATH -#define VHF_H_VTEXTPATH +#ifndef CEN_H_VTEXTPATH +#define CEN_H_VTEXTPATH #include "VText.h" #include "VPath.h" @@ -73,4 +73,4 @@ @end -#endif // VHF_H_VTEXTPATH +#endif // CEN_H_VTEXTPATH diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VTextPath.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VTextPath.m --- cenon.app-4.0.2/GraphicObjects.subproj/VTextPath.m 2012-01-06 17:48:44.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VTextPath.m 2016-12-19 16:59:00.000000000 +0000 @@ -1,29 +1,32 @@ /* VTextPath.m * 2-D Textpath - text written on path * - * Copyright (C) 2000-2012 by vhf interservice GmbH + * Copyright (C) 2000-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-31 - * modified: 2011-05-30 (-label, -setLabel: forwarded to path object) + * modified: 2016-12-19 (-getFlattenedObjectAt: handle return char within text) + * 2016-10-20 (-setFontSize:, -fontSize: float -> VFloat) + * 2014-09-02 (-getFlattenedObjectAt:.. set direction of text to group object) + * 2011-05-30 (-label, -setLabel: forwarded to path object) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de * * TODO: this implementation is too inflexible and too hard to maintain. * We now forward everything to our path object or text that we don't @@ -114,11 +117,11 @@ - (void)incrementSerialNumberBy:(int)o { [text incrementSerialNumberBy:o]; dirty = YES; } -- (void)setFontSize:(float)v { [text setFontSize:v]; dirty = YES; } -- (float)fontSize { return [text fontSize]; } +- (void)setFontSize:(VFloat)v { [text setFontSize:v]; dirty = YES; } +- (VFloat)fontSize { return [text fontSize]; } - (void)setColor:(NSColor*)col { [text setColor:col]; } -- (NSColor*)color { return [text color]; } +- (NSColor*)color { return [text color]; } - (NSColor*)fillColor { return [text fillColor]; } - (void)setFillColor:(NSColor*)col; { [text setFillColor:col]; } @@ -278,10 +281,10 @@ //x = [text characterOffsetAtIndex:i]; x = rect.origin.x; - p = [path pointAt:x/length]; + p = [path pointAt:((length > 0.0) ? x/length : 0.0)]; charText = [text subTextWithRange:NSMakeRange(i, 1)]; [charText moveTo:NSMakePoint(p.x, p.y+[[charText font] descender])]; - g = [path gradientAt:(x+rect.size.width/2.0)/length]; + g = [path gradientAt:((length > 0.0) ? (x+rect.size.width/2.0)/length : 0.0)]; angle = (Diff(g.x/2.0, 0.0)0.0) || (g.x<0.0 && g.y<0.0) ) // 2nd, and 3rd quadrant angle += 180.0; @@ -302,14 +305,14 @@ */ - (NSRect)coordBounds { NSRect bRect = [path coordBounds]; - float h = [text lineHeight]; + VFloat h = [text lineHeight]; bRect = NSInsetRect(bRect, -h, -h); return bRect; } - (NSRect)bounds { NSRect bRect = [path bounds]; - float h = [text lineHeight]; + VFloat h = [text lineHeight]; bRect = NSInsetRect(bRect, -h, -h); return bRect; @@ -470,7 +473,7 @@ - (id)getFlattenedObjectAt:(NSPoint)offset withOffset:(int)o { VText *tmpText; int i, charCnt = [text stringLength]; - float length, x, angle; + VFloat length, x, angle; NSPoint p, g; VText *charText; VGroup *group = [VGroup group]; @@ -502,8 +505,15 @@ if ( (g.x<0.0 && g.y>0.0) || (g.x<0.0 && g.y<0.0) ) // 2nd, and 3rd quadrant angle += 180.0; [charText setAngle:-angle withCenter:p]; - [[group list] addObject:[charText getFlattenedObject]]; + { VPath *charPath = [charText getFlattenedObject]; + + if ( charPath && [charPath count] ) + [[group list] addObject:charPath]; + //else + // NSLog(@"getFlattenedObjectAt: no result for string '%@'", [charText string]); + } } + [group setDirectionCCW:[text isDirectionCCW]]; [path moveBy:NSMakePoint(-offset.x, -offset.y)]; // restore path position @@ -518,10 +528,10 @@ [aCoder encodeValuesOfObjCTypes:"c", &showPath]; } - (id)initWithCoder:(NSCoder *)aDecoder -{ int version; +{ //int version; [super initWithCoder:aDecoder]; - version = [aDecoder versionForClassName:@"VTextPath"]; + //version = [aDecoder versionForClassName:@"VTextPath"]; [aDecoder decodeValuesOfObjCTypes:"@", &text]; [aDecoder decodeValuesOfObjCTypes:"@", &path]; [aDecoder decodeValuesOfObjCTypes:"c", &showPath]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VThread.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VThread.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VThread.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VThread.h --- cenon.app-4.0.2/GraphicObjects.subproj/VThread.h 2007-05-08 17:37:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VThread.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* VThread.m * screw thread * - * Copyright (C) 2000-2002 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-12 * modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VTHREAD -#define VHF_H_VTHREAD +#ifndef CEN_H_VTHREAD +#define CEN_H_VTHREAD #include "VArc.h" @@ -55,4 +55,4 @@ @end -#endif // VHF_H_VTHREAD +#endif // CEN_H_VTHREAD diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VThread.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VThread.m --- cenon.app-4.0.2/GraphicObjects.subproj/VThread.m 2011-05-30 10:38:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VThread.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* VThread.m * screw thread * - * Copyright (C) 2000-2005 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-12 * modified: 2005-10-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VWeb.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VWeb.h differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VWeb.h cenon.app-4.0.6+ds1/GraphicObjects.subproj/VWeb.h --- cenon.app-4.0.2/GraphicObjects.subproj/VWeb.h 2007-05-08 17:37:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VWeb.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* * VWeb.h * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-05-03 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_VWEB -#define VHF_H_VWEB +#ifndef CEN_H_VWEB +#define CEN_H_VWEB #include "VMark.h" @@ -39,4 +39,4 @@ @end -#endif // VHF_H_VWEB +#endif // CEN_H_VWEB Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/GraphicObjects.subproj/._VWeb.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/GraphicObjects.subproj/._VWeb.m differ diff -Nru cenon.app-4.0.2/GraphicObjects.subproj/VWeb.m cenon.app-4.0.6+ds1/GraphicObjects.subproj/VWeb.m --- cenon.app-4.0.2/GraphicObjects.subproj/VWeb.m 2007-05-08 17:37:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/GraphicObjects.subproj/VWeb.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* * VWeb.m * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-05-03 * modified: 2002-07-09 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Graphics.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Graphics.h differ diff -Nru cenon.app-4.0.2/Graphics.h cenon.app-4.0.6+ds1/Graphics.h --- cenon.app-4.0.2/Graphics.h 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/Graphics.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* Graphics.h * Common header of graphic objects * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-29 * modified: 2002-07-19 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_GRAPHICS -#define VHF_H_GRAPHICS +#ifndef CEN_H_GRAPHICS +#define CEN_H_GRAPHICS #include "GraphicObjects.subproj/VGraphic.h" #include "GraphicObjects.subproj/VMark.h" @@ -48,4 +48,4 @@ #include "GraphicObjects.subproj/VImage.h" #include "GraphicObjects.subproj/VSinking.h" -#endif // VHF_H_GRAPHICS +#endif // CEN_H_GRAPHICS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AddPointGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AddPointGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AddPointGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/AddPointGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/AddPointGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AddPointGraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* AddPointGraphicsChange.h * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2005 * modified: 2005-07-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface AddPointGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AddPointGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AddPointGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AddPointGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/AddPointGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/AddPointGraphicsChange.m 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AddPointGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* AddPointGraphicsChange.m * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2005 * modified: 2005-06-29 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AlignGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AlignGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AlignGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/AlignGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/AlignGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AlignGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* AlignGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface AlignGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AlignGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AlignGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AlignGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/AlignGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/AlignGraphicsChange.m 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AlignGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* AlignGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AngleGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AngleGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AngleGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/AngleGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/AngleGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AngleGraphicsChange.h 2015-10-27 17:33:57.000000000 +0000 @@ -1,28 +1,29 @@ /* AngleGraphicsChange.h + * GraphicsChange -> SimpleGraphicsChange -> AngleGraphicsChange * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface AngleGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._AngleGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._AngleGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/AngleGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/AngleGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/AngleGraphicsChange.m 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/AngleGraphicsChange.m 2015-10-27 17:34:14.000000000 +0000 @@ -1,28 +1,29 @@ /* AngleGraphicsChange.m + * GraphicsChange -> SimpleGraphicsChange -> AngleGraphicsChange * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._BringToFrontGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._BringToFrontGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/BringToFrontGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/BringToFrontGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/BringToFrontGraphicsChange.h 2007-05-08 17:37:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/BringToFrontGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* BringToFrontGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface BringToFrontGraphicsChange: ReorderGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._BringToFrontGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._BringToFrontGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/BringToFrontGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/BringToFrontGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/BringToFrontGraphicsChange.m 2007-05-08 17:37:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/BringToFrontGraphicsChange.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* BringToFrontGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ChangeDetail.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ChangeDetail.h --- cenon.app-4.0.2/graphicsUndo.subproj/ChangeDetail.h 2012-08-12 16:47:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ChangeDetail.h 2015-07-30 14:12:15.000000000 +0000 @@ -1,6 +1,6 @@ /* ChangeDetail.h * - * Copyright (C) 1993-2012 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 @@ -160,9 +160,9 @@ @interface AddPointChangeDetail: ChangeDetail { - VGraphic *oldGraphic; // VPath - int oldIx, pt_num; // VPath, VPolyLine - NSPoint newPoint; // VPath and VPolyLine + VGraphic *oldGraphic; // VPath + int oldIx, pt_num; // VPath, VPolyLine + NSPoint newPoint; // VPath and VPolyLine } - (void)recordIt; - (BOOL)useNestedDetails; @@ -172,9 +172,9 @@ @interface RemovePointChangeDetail: ChangeDetail { - VGraphic *removedGr; // VPath - int removedIx, changedIx[2], remPt_num, chPt_num[2]; // VPath, VPolyLine - NSPoint removedPt, changedPt[2]; // VPath and VPolyLine + VGraphic *removedGr; // VPath + int removedIx, changedIx[2], remPt_num, chPt_num[2]; // VPath, VPolyLine + NSPoint removedPt, changedPt[2]; // VPath and VPolyLine } - (void)recordIt; - (BOOL)useNestedDetails; diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ChangeDetail.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ChangeDetail.m --- cenon.app-4.0.2/graphicsUndo.subproj/ChangeDetail.m 2012-08-12 16:46:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ChangeDetail.m 2015-11-25 16:34:19.000000000 +0000 @@ -1,10 +1,11 @@ /* ChangeDetail.m * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files - * modified: 2011-05-28 (ExcludeChangeDetail added) + * modified: 2015-11-25 (FillChangeDetail: -personalChangeExpected: selector(setFilled:)) + * 2011-05-28 (ExcludeChangeDetail added) * * The ChangeDetail.h and ChangeDetail.m files contain * the @interfaces and @implementations for the 11 @@ -16,6 +17,7 @@ * ChangeDetail * ArrowChangeDetail * DimensionsChangeDetail + * ExcludeChangeDetail * FillColorChangeDetail * FillModeChangeDetail * LineCapChangeDetail @@ -28,22 +30,22 @@ * RadialCenterChangeDetail * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" @@ -65,25 +67,25 @@ if ([graphic isKindOfClass:[VGroup class]] && [self useNestedDetails]) { detailsDetails = [[NSMutableArray alloc] init]; - subGraphics = [(VGroup *)graphic list]; - count = [subGraphics count]; - changeExpected = NO; - for (i = 0; i < count; i++) - { changeDetail = [[[aChange changeDetailClass] alloc] initGraphic:[subGraphics objectAtIndex:i] change:aChange]; // here the changeExpected of the changeDetail will set ! + subGraphics = [(VGroup *)graphic list]; + count = [subGraphics count]; + changeExpected = NO; + for (i = 0; i < count; i++) + { changeDetail = [[[aChange changeDetailClass] alloc] initGraphic:[subGraphics objectAtIndex:i] change:aChange]; // here the changeExpected of the changeDetail will set ! if (![changeDetail changeExpected]) // check if changeExpected from changeDetail ! { [changeDetail release]; // no changeDetail for this object (line but radialCenter Change) continue; } - changeExpected = YES; // changeExpected || [changeDetail changeExpected]; - [detailsDetails addObject:changeDetail]; + changeExpected = YES; // changeExpected || [changeDetail changeExpected]; + [detailsDetails addObject:changeDetail]; [changeDetail release]; - } + } } else { detailsDetails = nil; - changeExpected = [self personalChangeExpected]; + changeExpected = [self personalChangeExpected]; } return self; } @@ -267,7 +269,7 @@ } - (BOOL)personalChangeExpected { - if (![graphic respondsToSelector:@selector(setFilled)]) + if (![graphic respondsToSelector:@selector(setFilled:)]) return NO; return ([graphic filled] != [(FillGraphicsChange*)change fill]); } @@ -281,7 +283,7 @@ { default: oldColor = [[graphic color] copy]; break; case 1: oldColor = [[(VPolyLine*)graphic fillColor] copy]; break; - case 2: oldColor = [[(VPolyLine*)graphic endColor] copy]; + case 2: oldColor = [[(VPolyLine*)graphic endColor] copy]; } } - (void)undoIt @@ -376,7 +378,7 @@ } - (BOOL)personalChangeExpected { - if (![graphic respondsToSelector:@selector(setLength)]) + if (![graphic respondsToSelector:@selector(setLength:)]) return NO; return ([graphic length] != [(LengthGraphicsChange*)change length]); } @@ -454,12 +456,12 @@ { float distance = MAXCOORD; newPoint = [change point]; - if ([graphic isKindOfClass:[VPath class]]) // notice the hole old graphic+index (we cant recreate) + if ([graphic isKindOfClass:[VPath class]]) // notice the hole old graphic+index (we cant recreate) { newPoint = [(VPath*)graphic nearestPointOnObject:&oldIx distance:&distance toPoint:newPoint]; oldGraphic = [[[(VPath*)graphic list] objectAtIndex:oldIx] copy]; } - else // VPolyLine + else if ([graphic isKindOfClass:[VPolyLine class]]) // VPolyLine { newPoint = [(VPolyLine*)graphic nearestPointInPtlist:&pt_num distance:&distance toPoint:newPoint]; pt_num += 1; // pt_num is from point befor newPoint ! } @@ -479,7 +481,7 @@ [[(VPath*)graphic list] insertObject:oldGraphic atIndex:oldIx]; /* update path bounds ! hier nicht ganz so wichtig */ } - else // VPolyLine + else if ([graphic isKindOfClass:[VPolyLine class]]) // VPolyLine { [(VPolyLine*)graphic removePointWithNum:pt_num]; } @@ -487,7 +489,8 @@ - (void)redoIt { /* VPolyLine and Vpath the same */ - [(VPolyLine*)graphic addPointAt:newPoint]; + if ([graphic isKindOfClass:[VPath class]] || [graphic isKindOfClass:[VPolyLine class]]) // VPath or VPolyLine + [(VPolyLine*)graphic addPointAt:newPoint]; } @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._ColorGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._ColorGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ColorGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ColorGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/ColorGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ColorGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* ColorGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface ColorGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._ColorGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._ColorGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ColorGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ColorGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/ColorGraphicsChange.m 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ColorGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* ColorGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ContourGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ContourGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/ContourGraphicsChange.h 2011-04-06 10:37:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ContourGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,6 +1,6 @@ /* ContourGraphicsChange.h * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 @@ -8,22 +8,22 @@ * 2006-11-24 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface ContourGraphicsChange: GraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ContourGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ContourGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/ContourGraphicsChange.m 2012-01-06 16:33:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ContourGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,6 +1,6 @@ /* ContourGraphicsChange.h * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 @@ -13,22 +13,22 @@ * * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._CreateGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._CreateGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/CreateGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/CreateGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/CreateGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/CreateGraphicsChange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* CreateGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_CREATEGRAPHICSCHANGE -#define VHF_H_CREATEGRAPHICSCHANGE +#ifndef CEN_H_CREATEGRAPHICSCHANGE +#define CEN_H_CREATEGRAPHICSCHANGE #include "../LayerObject.h" @@ -46,4 +46,4 @@ @end -#endif // VHF_H_CREATEGRAPHICSCHANGE +#endif // CEN_H_CREATEGRAPHICSCHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._CreateGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._CreateGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/CreateGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/CreateGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/CreateGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/CreateGraphicsChange.m 2014-11-01 17:20:27.000000000 +0000 @@ -1,28 +1,28 @@ /* CreateGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" @@ -67,7 +67,7 @@ { [layer addObject:graphic]; [graphicView cache:[graphic extendedBoundsWithScale:[graphicView scaleFactor]]]; - [[(App*)NSApp inspectorPanel] loadGraphic:[graphicView slayList]]; + [[(App*)NSApp inspectorPanel] loadList:[graphicView slayList]]; [super redoChange]; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._CutGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._CutGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/CutGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/CutGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/CutGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/CutGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* CutGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface CutGraphicsChange: DeleteGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._CutGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._CutGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/CutGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/CutGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/CutGraphicsChange.m 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/CutGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* CutGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._DeleteGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._DeleteGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DeleteGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/DeleteGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/DeleteGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DeleteGraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* DeleteGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface DeleteGraphicsChange : GraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DeleteGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/DeleteGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/DeleteGraphicsChange.m 2012-01-06 16:33:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DeleteGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* DeleteGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._DimensionsGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._DimensionsGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DimensionsGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/DimensionsGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/DimensionsGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DimensionsGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* DimensionsGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface DimensionsGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._DimensionsGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._DimensionsGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DimensionsGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/DimensionsGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/DimensionsGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DimensionsGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* DimensionsGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._DragPointGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._DragPointGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DragPointGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/DragPointGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/DragPointGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DragPointGraphicsChange.h 2015-07-31 16:20:28.000000000 +0000 @@ -1,37 +1,37 @@ /* DragPointGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface DragPointGraphicsChange: GraphicsChange { - VGraphic *graphic; - int ptNum; - NSPoint oldPoint; - NSPoint newPoint; - BOOL control; + VGraphic *graphic; + int ptNum; + NSPoint oldPoint; + NSPoint newPoint; + BOOL control; } - initGraphicView:aGraphicView graphic:aGraphic; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._DragPointGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._DragPointGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/DragPointGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/DragPointGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/DragPointGraphicsChange.m 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/DragPointGraphicsChange.m 2015-07-31 16:25:19.000000000 +0000 @@ -1,28 +1,28 @@ /* DragPointGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" @@ -48,6 +48,7 @@ - (void)saveBeforeChange { + [super saveBeforeChange]; //graphics = [[NSMutableArray alloc] init]; //[graphics addObject:graphic]; //ptNum = [graphic selectedKnobIndex]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._EndEditingGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._EndEditingGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/EndEditingGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/EndEditingGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/EndEditingGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/EndEditingGraphicsChange.h 2014-08-17 15:37:28.000000000 +0000 @@ -5,29 +5,29 @@ * swaps the contents of the VText back into the field editor * so that it is ready to edit. * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../Graphics.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._EndEditingGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._EndEditingGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/EndEditingGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/EndEditingGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/EndEditingGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/EndEditingGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* EndEditingGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ExcludeGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ExcludeGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/ExcludeGraphicsChange.h 2011-05-28 09:19:44.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ExcludeGraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* ExcludeGraphicsChange.h * - * Copyright (C) 2011 by vhf interservice GmbH + * Copyright (C) 2011 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2011-05-28 * modified: 2011-05-28 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface ExcludeGraphicsChange: SimpleGraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ExcludeGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ExcludeGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/ExcludeGraphicsChange.m 2011-05-28 09:21:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ExcludeGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* ExcludeGraphicsChange.m * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2011-05-28 * modified: 2011-05-28 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._FillGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._FillGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/FillGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/FillGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/FillGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/FillGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* FillGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface FillGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._FillGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._FillGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/FillGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/FillGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/FillGraphicsChange.m 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/FillGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* FillGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._GraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._GraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/GraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/GraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/GraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/GraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* GraphicsChange.h * keeps track of changes in the graphic objects * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface GraphicsChange: Change diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/GraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/GraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/GraphicsChange.m 2012-01-06 16:34:27.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/GraphicsChange.m 2015-07-31 16:28:36.000000000 +0000 @@ -1,29 +1,29 @@ /* GraphicsChange.m * keeps track of changes in the graphic objects * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" @@ -60,9 +60,9 @@ { [clayList release]; [graphicsToChange release]; - if (changeDetails != nil) { - [changeDetails removeAllObjects]; - [changeDetails release]; + if (changeDetails != nil) + { [changeDetails removeAllObjects]; + [changeDetails release]; } [super dealloc]; @@ -76,24 +76,24 @@ NSArray *slayList; if (!graphicsToChange) - slayList = [graphicView slayList]; + slayList = [graphicView slayList]; else - slayList = graphicsToChange; + slayList = graphicsToChange; for ( l=0, count=0; l<(int)[slayList count]; l++ ) count += [(NSArray*)[slayList objectAtIndex:l] count]; if (count == 0) [self disable]; else { - changeDetailClass = [self changeDetailClass]; - if (changeDetailClass != nil) - changeDetails = [[NSMutableArray alloc] init]; - else - changeExpected = YES; - clayList = [[NSMutableArray alloc] init]; + changeDetailClass = [self changeDetailClass]; + if (changeDetailClass != nil) + changeDetails = [[NSMutableArray alloc] init]; + else + changeExpected = YES; + clayList = [[NSMutableArray alloc] init]; for ( l=0; l<(int)[slayList count]; l++ ) - { NSArray *list = [slayList objectAtIndex:l]; - NSMutableArray *cList = [NSMutableArray array]; + { NSArray *list = [slayList objectAtIndex:l]; + NSMutableArray *cList = [NSMutableArray array]; [clayList addObject:cList]; for (i = 0; i < (int)[list count]; i++) @@ -107,7 +107,7 @@ [changeDetail release]; } } - } + } } if (!changeExpected) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._GroupGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._GroupGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/GroupGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/GroupGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/GroupGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/GroupGraphicsChange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* GroupGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_GROUPGRAPHICSCHANGE -#define VHF_H_GROUPGRAPHICSCHANGE +#ifndef CEN_H_GROUPGRAPHICSCHANGE +#define CEN_H_GROUPGRAPHICSCHANGE #include @@ -42,4 +42,4 @@ @end -#endif // VHF_H_GROUPGRAPHICSCHANGE +#endif // CEN_H_GROUPGRAPHICSCHANGE diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/GroupGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/GroupGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/GroupGraphicsChange.m 2012-01-06 16:36:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/GroupGraphicsChange.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* GroupGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._JoinGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._JoinGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/JoinGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/JoinGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/JoinGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/JoinGraphicsChange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* JoinGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_JOINGRAPHICSCHANGE -#define VHF_H_JOINGRAPHICSCHANGE +#ifndef CEN_H_JOINGRAPHICSCHANGE +#define CEN_H_JOINGRAPHICSCHANGE #include @@ -43,4 +43,4 @@ @end -#endif // VHF_H_JOINGRAPHICSCHANGE +#endif // CEN_H_JOINGRAPHICSCHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._JoinGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._JoinGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/JoinGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/JoinGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/JoinGraphicsChange.m 2012-03-01 10:01:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/JoinGraphicsChange.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* JoinGraphicsChange.m * - * Copyright (C) 1993-2012 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2012-02-28 (-undo, -redo, correct directions of graphic) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LabelGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/LabelGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/LabelGraphicsChange.h 2011-05-30 05:12:33.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LabelGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* LabelGraphicsChange.h * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2003-06-18 * modified: 2011-05-30 (now LabelGraphicsChange) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface LabelGraphicsChange : SimpleGraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LabelGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/LabelGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/LabelGraphicsChange.m 2011-05-30 05:12:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LabelGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* LabelGraphicsChange.m * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2003-06-18 * modified: 2011-05-30 (renamed to LabelGraphicsChange, using methods -label, -setLabel:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._LengthGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._LengthGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LengthGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/LengthGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/LengthGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LengthGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* LengthGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface LengthGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._LengthGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._LengthGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LengthGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/LengthGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/LengthGraphicsChange.m 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LengthGraphicsChange.m 2015-10-27 17:41:39.000000000 +0000 @@ -1,28 +1,30 @@ /* LengthGraphicsChange.m + * GraphicsChange -> SimpleGraphicsChange -> LengthGraphicsChange + * see also: LengthChangeDetail * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LocalizableStringsForGraphicsUndo.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/LocalizableStringsForGraphicsUndo.h --- cenon.app-4.0.2/graphicsUndo.subproj/LocalizableStringsForGraphicsUndo.h 2011-05-30 05:13:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LocalizableStringsForGraphicsUndo.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* LocalizableStringsForGraphicsUndo.h * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1996 * modified: 2011-05-28 (EXCLUDE_OP added, NAME_OP -> LABEL_OP) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO -#define VHF_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO +#ifndef CEN_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO +#define CEN_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO #include @@ -71,4 +71,4 @@ #define STEPWIDTH_OP NSLocalizedStringFromTable(@"Step Width", @"Operations", "The operation of changing the stepwidth of a graduate or radial filling.") #define RADIALCENTER_OP NSLocalizedStringFromTable(@"Radial Center", @"Operations", "The operation of changing the radial center of a radial filling.") -#endif // VHF_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO +#endif // CEN_H_LOCALIZABLESTRINGSFORGRAPHICSUNDO Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._LockGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._LockGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LockGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/LockGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/LockGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LockGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* LockGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface LockGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._LockGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._LockGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/LockGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/LockGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/LockGraphicsChange.m 2007-05-08 17:37:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/LockGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* LockGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MirrorGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MirrorGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MirrorGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/MirrorGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/MirrorGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MirrorGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* MirrorGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface MirrorGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MirrorGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MirrorGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MirrorGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/MirrorGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/MirrorGraphicsChange.m 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MirrorGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* MirrorGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MixGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MixGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MixGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/MixGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/MixGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MixGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* MixGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface MixGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MixGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MixGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MixGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/MixGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/MixGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MixGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* MixGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MoveGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MoveGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MoveGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/MoveGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* MoveGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface MoveGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MoveGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MoveGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MoveGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/MoveGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveGraphicsChange.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,28 +1,28 @@ /* MoveGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MoveLayerGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MoveLayerGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MoveLayerGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveLayerGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/MoveLayerGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveLayerGraphicsChange.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,32 +1,32 @@ /* MoveLayerGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MOVELAYERGRAPHICSCHANGE -#define VHF_H_MOVELAYERGRAPHICSCHANGE +#ifndef CEN_H_MOVELAYERGRAPHICSCHANGE +#define CEN_H_MOVELAYERGRAPHICSCHANGE #include "../LayerObject.h" @@ -45,4 +45,4 @@ @end -#endif // VHF_H_MOVELAYERGRAPHICSCHANGE +#endif // CEN_H_MOVELAYERGRAPHICSCHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MoveLayerGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MoveLayerGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MoveLayerGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveLayerGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/MoveLayerGraphicsChange.m 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MoveLayerGraphicsChange.m 2014-11-01 17:21:55.000000000 +0000 @@ -1,28 +1,28 @@ /* MoveLayerGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" @@ -130,7 +130,7 @@ } [graphicView drawAndDisplay]; - [[(App*)NSApp inspectorPanel] loadGraphic:[graphicView slayList]]; + [[(App*)NSApp inspectorPanel] loadList:[graphicView slayList]]; [super redoChange]; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MovePointGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MovePointGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MovePointGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/MovePointGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/MovePointGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MovePointGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* MovePointGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface MovePointGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._MovePointGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._MovePointGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/MovePointGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/MovePointGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/MovePointGraphicsChange.m 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/MovePointGraphicsChange.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,28 +1,28 @@ /* MovePointGraphicsChange.m * - * Copyright (C) 1993-2006 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2006-11-24 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._PasteGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._PasteGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/PasteGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/PasteGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/PasteGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/PasteGraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* PasteGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface PasteGraphicsChange : GraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._PasteGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._PasteGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/PasteGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/PasteGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/PasteGraphicsChange.m 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/PasteGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* PasteGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._PunchGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._PunchGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/PunchGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/PunchGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/PunchGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/PunchGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* PunchGraphicsChange.h * - * Copyright (C) 1993-2006 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2006-11-03 * modified: 2006-11-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface PunchGraphicsChange: GraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/PunchGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/PunchGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/PunchGraphicsChange.m 2012-01-06 16:32:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/PunchGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,6 +1,6 @@ /* PunchGraphicsChange.h * - * Copyright (C) 1993-2006 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 2006-11-03 @@ -12,22 +12,22 @@ * * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RadialCenterGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RadialCenterGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RadialCenterGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadialCenterGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/RadialCenterGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadialCenterGraphicsChange.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,32 +1,32 @@ /* RadialCenterGraphicsChange.m * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2002-07-15 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_RADIALCENTERGRAPHICSCHANGE -#define VHF_H_RADIALCENTERGRAPHICSCHANGE +#ifndef CEN_H_RADIALCENTERGRAPHICSCHANGE +#define CEN_H_RADIALCENTERGRAPHICSCHANGE @interface RadialCenterGraphicsChange : SimpleGraphicsChange { @@ -40,4 +40,4 @@ @end -#endif // VHF_H_RADIALCENTERGRAPHICSCHANGE +#endif // CEN_H_RADIALCENTERGRAPHICSCHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RadialCenterGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RadialCenterGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RadialCenterGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadialCenterGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/RadialCenterGraphicsChange.m 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadialCenterGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* RadialCenterGraphicsChange.m * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2002-07-15 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RadiusGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RadiusGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RadiusGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadiusGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/RadiusGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadiusGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* RadiusGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface RadiusGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RadiusGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RadiusGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RadiusGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadiusGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/RadiusGraphicsChange.m 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RadiusGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* RadiusGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RemovePointGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RemovePointGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RemovePointGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/RemovePointGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/RemovePointGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RemovePointGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* RemovePointGraphicsChange.h * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2005 * modified: 2005-07-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface RemovePointGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RemovePointGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RemovePointGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RemovePointGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/RemovePointGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/RemovePointGraphicsChange.m 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RemovePointGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* RemovePointGraphicsChange.m * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2005 * modified: 2005-07-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._ReorderGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._ReorderGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ReorderGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ReorderGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/ReorderGraphicsChange.h 2007-05-08 17:36:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ReorderGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* ReorderGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface ReorderGraphicsChange : GraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ReorderGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ReorderGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/ReorderGraphicsChange.m 2012-01-06 16:41:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ReorderGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* ReorderGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RotateGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RotateGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RotateGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/RotateGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/RotateGraphicsChange.h 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RotateGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* RotateGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface RotateGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._RotateGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._RotateGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/RotateGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/RotateGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/RotateGraphicsChange.m 2007-05-08 17:37:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/RotateGraphicsChange.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* RotateGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._ScaleGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._ScaleGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ScaleGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/ScaleGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/ScaleGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ScaleGraphicsChange.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* ScaleGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface ScaleGraphicsChange: SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._ScaleGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._ScaleGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/ScaleGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/ScaleGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/ScaleGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/ScaleGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* ScaleGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._SendToBackGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._SendToBackGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SendToBackGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/SendToBackGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/SendToBackGraphicsChange.h 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SendToBackGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* SendToBackGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface SendToBackGraphicsChange : ReorderGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._SendToBackGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._SendToBackGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SendToBackGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/SendToBackGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/SendToBackGraphicsChange.m 2007-05-08 17:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SendToBackGraphicsChange.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,28 +1,28 @@ /* SendToBackGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._SimpleGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._SimpleGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SimpleGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/SimpleGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/SimpleGraphicsChange.h 2007-05-08 17:37:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SimpleGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* SimpleGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface SimpleGraphicsChange: GraphicsChange diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SimpleGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/SimpleGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/SimpleGraphicsChange.m 2012-08-12 14:43:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SimpleGraphicsChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* SimpleGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SplitGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/SplitGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/SplitGraphicsChange.h 2012-03-01 10:06:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SplitGraphicsChange.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* SplitGraphicsChange.h * - * Copyright (C) 1993-2012 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2012-02-24 (-noteList: added fixed with this) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface SplitGraphicsChange : Change Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._SplitGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._SplitGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/SplitGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/SplitGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/SplitGraphicsChange.m 2012-03-01 10:06:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/SplitGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* SplitGraphicsChange.m * - * Copyright (C) 1993-2012 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2012-02-24 (-noteList: added fixed with this) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._StepWidthGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._StepWidthGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/StepWidthGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/StepWidthGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/StepWidthGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/StepWidthGraphicsChange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* StepWidthGraphicsChange.h * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2002-07-15 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_STEPWIDTHGRAPHICSCHANGE -#define VHF_H_STEPWIDTHGRAPHICSCHANGE +#ifndef CEN_H_STEPWIDTHGRAPHICSCHANGE +#define CEN_H_STEPWIDTHGRAPHICSCHANGE @interface StepWidthGraphicsChange : SimpleGraphicsChange { @@ -40,4 +40,4 @@ @end -#endif // VHF_H_STEPWIDTHGRAPHICSCHANGE +#endif // CEN_H_STEPWIDTHGRAPHICSCHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._StepWidthGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._StepWidthGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/StepWidthGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/StepWidthGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/StepWidthGraphicsChange.m 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/StepWidthGraphicsChange.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* StepWidthGraphicsChange.m * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Authors: Ilonka Fleischmann * * created: 2002-07-15 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/undo.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/undo.h --- cenon.app-4.0.2/graphicsUndo.subproj/undo.h 2011-05-30 05:14:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/undo.h 2015-10-27 17:32:59.000000000 +0000 @@ -1,32 +1,32 @@ /* undo.h * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2011-05-28 (ExcludeGraphicsChange added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_UNDO -#define VHF_H_UNDO +#ifndef CEN_H_UNDO +#define CEN_H_UNDO #include #include @@ -49,7 +49,7 @@ #include "EndEditingGraphicsChange.h" #include "UngroupGraphicsChange.h" -#include "GraphicsChange.h" +#include "GraphicsChange.h" // Super Class of the ones below #include "ContourGraphicsChange.h" # include "JoinGraphicsChange.h" # include "PunchGraphicsChange.h" @@ -62,7 +62,7 @@ #include "GroupGraphicsChange.h" #include "PasteGraphicsChange.h" -#include "SimpleGraphicsChange.h" +#include "SimpleGraphicsChange.h" // Super class of the ones below, Sub-Class off Graphics Change #include "AlignGraphicsChange.h" #include "MoveLayerGraphicsChange.h" #include "LabelGraphicsChange.h" @@ -90,4 +90,4 @@ //#include "PerformVTextsChange.h" #include "LocalizableStringsForGraphicsUndo.h" -#endif // VHF_H_UNDO +#endif // CEN_H_UNDO Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._UngroupGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._UngroupGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/UngroupGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/UngroupGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/UngroupGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/UngroupGraphicsChange.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* UngroupGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface UngroupGraphicsChange : Change diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/UngroupGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/UngroupGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/UngroupGraphicsChange.m 2012-01-06 16:54:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/UngroupGraphicsChange.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,28 +1,28 @@ /* UngroupGraphicsChange.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._WidthGraphicsChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._WidthGraphicsChange.h differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/WidthGraphicsChange.h cenon.app-4.0.6+ds1/graphicsUndo.subproj/WidthGraphicsChange.h --- cenon.app-4.0.2/graphicsUndo.subproj/WidthGraphicsChange.h 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/WidthGraphicsChange.h 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* WidthGraphicsChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ @interface WidthGraphicsChange : SimpleGraphicsChange Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/graphicsUndo.subproj/._WidthGraphicsChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/graphicsUndo.subproj/._WidthGraphicsChange.m differ diff -Nru cenon.app-4.0.2/graphicsUndo.subproj/WidthGraphicsChange.m cenon.app-4.0.6+ds1/graphicsUndo.subproj/WidthGraphicsChange.m --- cenon.app-4.0.2/graphicsUndo.subproj/WidthGraphicsChange.m 2007-05-08 17:36:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/graphicsUndo.subproj/WidthGraphicsChange.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* WidthGraphicsChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undo.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._GridPanel.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._GridPanel.h differ diff -Nru cenon.app-4.0.2/GridPanel.h cenon.app-4.0.6+ds1/GridPanel.h --- cenon.app-4.0.2/GridPanel.h 2007-05-08 17:36:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/GridPanel.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* GridPanel.m * Panel for setting up the grid * - * Copyright (C) 1997-2002 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-08-24 * modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/GridPanel.m cenon.app-4.0.6+ds1/GridPanel.m --- cenon.app-4.0.2/GridPanel.m 2012-06-17 17:18:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/GridPanel.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,7 +1,7 @@ /* GridPanel.m * Panel for setting up the grid * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-08-24 @@ -9,22 +9,22 @@ * 2010-07-16 ("." as decimal separator) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._HPGLExportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._HPGLExportSub.h differ diff -Nru cenon.app-4.0.2/HPGLExportSub.h cenon.app-4.0.6+ds1/HPGLExportSub.h --- cenon.app-4.0.2/HPGLExportSub.h 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/HPGLExportSub.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,40 +1,40 @@ /* HPGLExportSub.h * Sub class of HPGL export * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2002-07-15 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_HPGLEXPORTSUB -#define VHF_H_HPGLEXPORTSUB +#ifndef CEN_H_HPGLEXPORTSUB +#define CEN_H_HPGLEXPORTSUB #include #include @@ -50,4 +50,4 @@ @end -#endif // VHF_H_HPGLEXPORTSUB +#endif // CEN_H_HPGLEXPORTSUB diff -Nru cenon.app-4.0.2/HPGLExportSub.m cenon.app-4.0.6+ds1/HPGLExportSub.m --- cenon.app-4.0.2/HPGLExportSub.m 2012-01-06 17:58:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/HPGLExportSub.m 2015-06-09 16:04:46.000000000 +0000 @@ -1,36 +1,36 @@ /* HPGLExportSub.m * Sub class of HPGL export * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2005-11-17 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -298,12 +298,13 @@ return NO; } /* rename to backup */ - if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) + if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) + || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) { NSRunAlertPanel(SAVE_TITLE, CANT_CREATE_BACKUP, nil, nil, nil); return NO; } - //else if ( isDirectory && [fileManager createDirectoryAtPath:filename attributes:nil] ) + //else if ( isDirectory && [fileManager createDirectoryAtPath:filename recursive:NO attributes:nil error:NULL] ) //fileDirectory = [filename stringByDeletingLastPathComponent]; /* save */ // if ([fileManager isWritableFileAtPath:filename]) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._HPGLImportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._HPGLImportSub.h differ diff -Nru cenon.app-4.0.2/HPGLImportSub.h cenon.app-4.0.6+ds1/HPGLImportSub.h --- cenon.app-4.0.2/HPGLImportSub.h 2007-05-08 17:37:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/HPGLImportSub.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,40 +1,40 @@ /* HPGLImportSub.m * Subclass of HPGL import * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 * modified: 2002-07-15 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_HPGLIMPORTSUB -#define VHF_H_HPGLIMPORTSUB +#ifndef CEN_H_HPGLIMPORTSUB +#define CEN_H_HPGLIMPORTSUB #include #include @@ -56,4 +56,4 @@ @end -#endif // VHF_H_HPGLIMPORTSUB +#endif // CEN_H_HPGLIMPORTSUB diff -Nru cenon.app-4.0.2/HPGLImportSub.m cenon.app-4.0.6+ds1/HPGLImportSub.m --- cenon.app-4.0.2/HPGLImportSub.m 2012-01-06 14:36:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/HPGLImportSub.m 2015-09-02 15:03:44.000000000 +0000 @@ -1,40 +1,41 @@ /* HPGLImportSub.m * Subclass of HPGL-import managing the creation of graphic objects * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 - * modified: 2005-01-06 + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "HPGLImportSub.h" #include "Graphics.h" @@ -139,16 +140,20 @@ /* set the bounds * we move the graphic to 0/0 + * modified: 2015-09-02 (Prefs_ImportMoveToOrigin) */ - (void)setBounds:(NSRect)bounds -{ int i; - NSPoint p; - NSMutableArray *array = [self list]; - - p.x = - bounds.origin.x + MMToInternal(10.0); - p.y = - bounds.origin.y + MMToInternal(10.0); - for (i=[array count]-1; i>=0; i--) +{ int i; + NSPoint p; + NSMutableArray *array = [self list]; + + if ( Prefs_ImportMoveToOrigin ) + { + p.x = - bounds.origin.x + MMToInternal(10.0); + p.y = - bounds.origin.y + MMToInternal(10.0); + for (i=[array count]-1; i>=0; i--) [[array objectAtIndex:i] moveBy:p]; + } } @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon_128x128.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon_128x128.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_128x128@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_128x128@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_128x128.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_128x128.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_16x16@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_16x16@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_16x16.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_16x16.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_256x256@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_256x256@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_256x256.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_256x256.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_32x32@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_32x32@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_32x32.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_32x32.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_512x512@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_512x512@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon.iconset/icon_512x512.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon.iconset/icon_512x512.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon_iconutils.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon_iconutils.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/._CenonMirrored.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/._CenonMirrored.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/CenonMirrored.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/CenonMirrored.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/._Cenon_.okInDebugicns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/._Cenon_.okInDebugicns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/Cenon_.okInDebugicns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/Cenon_.okInDebugicns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/._typeCenon_1024x1024.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/._typeCenon_1024x1024.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon_1024x1024.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon_1024x1024.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon_128x128.icns and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon_128x128.icns differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_128x128@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_128x128@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_128x128.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_128x128.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_16x16@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_16x16@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_16x16.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_16x16.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_256x256@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_256x256@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_256x256.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_256x256.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_32x32@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_32x32@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_32x32.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_32x32.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_512x512@2x.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_512x512@2x.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/Icons/typeCenon.iconset/icon_512x512.png and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/Icons/typeCenon.iconset/icon_512x512.png differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._ICUTImportSub.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._ICUTImportSub.h differ diff -Nru cenon.app-4.0.2/ICUTImportSub.h cenon.app-4.0.6+ds1/ICUTImportSub.h --- cenon.app-4.0.2/ICUTImportSub.h 2012-06-29 07:32:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/ICUTImportSub.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,40 +1,40 @@ /* ICUTImportSub.m * Subclass of icut import * - * Copyright (C) 2011-2012 by vhf interservice GmbH + * Copyright (C) 2011-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2011-09-16 * modified: 2012-06-22 (shape added, any layer with names possible) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_ICUTIMPORTSUB -#define VHF_H_ICUTIMPORTSUB +#ifndef CEN_H_ICUTIMPORTSUB +#define CEN_H_ICUTIMPORTSUB #include #include @@ -64,4 +64,4 @@ @end -#endif // VHF_H_ICUTIMPORTSUB +#endif // CEN_H_ICUTIMPORTSUB Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._ICUTImportSub.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._ICUTImportSub.m differ diff -Nru cenon.app-4.0.2/ICUTImportSub.m cenon.app-4.0.6+ds1/ICUTImportSub.m --- cenon.app-4.0.2/ICUTImportSub.m 2012-06-29 07:33:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/ICUTImportSub.m 2015-09-02 15:05:24.000000000 +0000 @@ -1,40 +1,42 @@ /* ICUTImportSub.m * Subclass of icut-import managing the creation of graphic objects * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2011-09-16 - * modified: 2012-06-22 (shape added, any layer with names possible) + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) + * 2012-06-22 (shape added, any layer with names possible) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "ICUTImportSub.h" #include "Graphics.h" #include "DocView.h" @@ -239,19 +241,22 @@ /* set the bounds * we move the graphic to 0/0 + * modified: 2015-09-02 (Prefs_ImportMoveToOrigin) */ - (void)setBounds:(NSRect)bounds -{ int i, j; - NSPoint p; - NSMutableArray *array = [self list]; // LayerObjects ! - - p.x = - bounds.origin.x + MMToInternal(10.0); - p.y = - bounds.origin.y + MMToInternal(10.0); - for (i=[array count]-1; i>=0; i--) - { NSMutableArray *llist = [[array objectAtIndex:i] list]; +{ int i, j; + NSPoint p; + NSMutableArray *array = [self list]; // LayerObjects ! + + if ( Prefs_ImportMoveToOrigin ) + { p.x = - bounds.origin.x + MMToInternal(10.0); + p.y = - bounds.origin.y + MMToInternal(10.0); + for (i=[array count]-1; i>=0; i--) + { NSMutableArray *llist = [[array objectAtIndex:i] list]; - for (j=[llist count]-1; j>=0; j--) - [[llist objectAtIndex:j] moveBy:p]; + for (j=[llist count]-1; j>=0; j--) + [[llist objectAtIndex:j] moveBy:p]; + } } if ( originUL ) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-CenExport.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-CenExport.plist differ diff -Nru cenon.app-4.0.2/Info-CenExport.plist cenon.app-4.0.6+ds1/Info-CenExport.plist --- cenon.app-4.0.2/Info-CenExport.plist 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-CenExport.plist 2014-11-13 15:46:40.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + VHFExport + CFBundleGetInfoString + + CFBundleIconFile + + CFBundleIdentifier + com.Cenon.Export + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + CENE + CFBundleVersion + 1.0.1 + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-CenImport.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-CenImport.plist differ diff -Nru cenon.app-4.0.2/Info-CenImport.plist cenon.app-4.0.6+ds1/Info-CenImport.plist --- cenon.app-4.0.2/Info-CenImport.plist 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-CenImport.plist 2016-02-11 11:12:01.000000000 +0000 @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + VHFImport + CFBundleGetInfoString + + CFBundleIconFile + + CFBundleIdentifier + com.Cenon.Import + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + CENI + CFBundleVersion + 1.0.1 + + diff -Nru cenon.app-4.0.2/Info-Cenon.plist cenon.app-4.0.6+ds1/Info-Cenon.plist --- cenon.app-4.0.2/Info-Cenon.plist 2012-12-30 15:43:32.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-Cenon.plist 2017-01-06 11:13:00.000000000 +0000 @@ -57,6 +57,7 @@ DIN drl DRL + nc CFBundleTypeIconFile typeDIN.icns @@ -144,6 +145,8 @@ cut CUT + icut + ICUT CFBundleTypeIconFile typeICut.icns @@ -206,7 +209,7 @@ CFBundleExecutable Cenon CFBundleGetInfoString - Cenon. Copyright (C) 1992 - 2013 vhf interservice GmbH + Cenon. Copyright (C) 1992 - 2017 Cenon GmbH CFBundleHelpBookFolder CFBundleHelpBookName @@ -214,7 +217,7 @@ CFBundleIconFile Cenon.icns CFBundleIdentifier - de.vhf.Cenon + com.Cenon CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -222,15 +225,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.0.2 + 4.0.6 CFBundleSignature CENO CFBundleVersion - 4.0.2 + 4.0.6 LSApplicationCategoryType public.app-category.graphics-design - NSHumanReadableCopyright - Copyright (C) 1992 - 2013 vhf interservice GmbH NSExtensions ai @@ -294,6 +295,10 @@ ps.tiff + NSHighResolutionCapable + + NSHumanReadableCopyright + Copyright (C) 1992 - 2017 Cenon GmbH NSMainNibFile Main NSPrincipalClass Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-Export_prefs.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-Export_prefs.plist differ diff -Nru cenon.app-4.0.2/Info-Export_prefs.plist cenon.app-4.0.6+ds1/Info-Export_prefs.plist --- cenon.app-4.0.2/Info-Export_prefs.plist 2012-11-12 17:50:58.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-Export_prefs.plist 2014-10-06 14:53:17.000000000 +0000 @@ -11,7 +11,7 @@ CFBundleIconFile CFBundleIdentifier - de.vhf.Cenon.prefs.export + com.Cenon.prefs.export CFBundleInfoDictionaryVersion 6.0 CFBundleName Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-General_prefs.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-General_prefs.plist differ diff -Nru cenon.app-4.0.2/Info-General_prefs.plist cenon.app-4.0.6+ds1/Info-General_prefs.plist --- cenon.app-4.0.2/Info-General_prefs.plist 2012-11-12 17:50:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-General_prefs.plist 2014-10-06 14:52:59.000000000 +0000 @@ -11,7 +11,7 @@ CFBundleIconFile CFBundleIdentifier - de.vhf.Cenon.prefs.general + com.Cenon.prefs.general CFBundleInfoDictionaryVersion 6.0 CFBundleName Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-Import_prefs.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-Import_prefs.plist differ diff -Nru cenon.app-4.0.2/Info-Import_prefs.plist cenon.app-4.0.6+ds1/Info-Import_prefs.plist --- cenon.app-4.0.2/Info-Import_prefs.plist 2012-11-12 17:50:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-Import_prefs.plist 2014-10-06 14:53:08.000000000 +0000 @@ -11,7 +11,7 @@ CFBundleIconFile CFBundleIdentifier - de.vhf.Cenon.prefs.import + com.Cenon.prefs.import CFBundleInfoDictionaryVersion 6.0 CFBundleName Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-VHFExport.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-VHFExport.plist differ diff -Nru cenon.app-4.0.2/Info-VHFExport.plist cenon.app-4.0.6+ds1/Info-VHFExport.plist --- cenon.app-4.0.2/Info-VHFExport.plist 2012-01-31 13:27:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-VHFExport.plist 2014-11-13 15:46:40.000000000 +0000 @@ -5,13 +5,13 @@ CFBundleDevelopmentRegion English CFBundleExecutable - + VHFExport CFBundleGetInfoString CFBundleIconFile CFBundleIdentifier - de.vhf.VHFExport + com.Cenon.Export CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -21,7 +21,7 @@ CFBundleShortVersionString 1.0.1 CFBundleSignature - VHFE + CENE CFBundleVersion 1.0.1 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Info-VHFImport.plist and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Info-VHFImport.plist differ diff -Nru cenon.app-4.0.2/Info-VHFImport.plist cenon.app-4.0.6+ds1/Info-VHFImport.plist --- cenon.app-4.0.2/Info-VHFImport.plist 2012-01-31 13:27:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info-VHFImport.plist 2014-11-13 15:46:27.000000000 +0000 @@ -5,13 +5,13 @@ CFBundleDevelopmentRegion English CFBundleExecutable - + VHFImport CFBundleGetInfoString CFBundleIconFile CFBundleIdentifier - de.vhf.VHFImport + com.Cenon.Import CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -21,7 +21,7 @@ CFBundleShortVersionString 1.0.0 CFBundleSignature - VHFI + CENI CFBundleVersion 1.0.1 diff -Nru cenon.app-4.0.2/Info.xib cenon.app-4.0.6+ds1/Info.xib --- cenon.app-4.0.2/Info.xib 2013-04-08 14:25:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/Info.xib 2017-11-21 14:35:26.000000000 +0000 @@ -1,17 +1,16 @@ - + - 1080 - 12D78 - 2844 - 1187.37 + 1050 + 12F2560 + 5056 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 5056 - - YES + NSCustomObject NSImageCell NSImageView @@ -19,62 +18,55 @@ NSTextFieldCell NSView NSWindowTemplate - - - YES + + com.apple.InterfaceBuilder.CocoaPlugin - + PluginDependencyRecalculationVersion - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{208, 672}, {479, 330}} 1886912512 Cenon Info NSPanel - View + {140.04900000000001, 5} - + 256 - - YES - - + + + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {479, 330} - + YES - - 134217728 + + 0 33554432 NSImage @@ -88,14 +80,14 @@ NO YES - - + + 256 {{322, 136}, {144, 30}} - + YES - + 67108864 67108864 YnkgR2VvcmcgRmxlaXNjaG1hbm4KSWxvbmthIEZsZWlzY2htYW5uA @@ -104,50 +96,50 @@ 12 16 - - + + 3 MAA - + 3 MQA NO - - + + 256 {{210, 8}, {256, 100}} - + YES - + -2080374784 67108864 - dmhmIGludGVyc2VydmljZSBHbWJICkltIE1hcnhsZSAzCkQtNzIxMTkgQWx0aW5nZW4KIGVNYWlsOiBz -ZXJ2aWNlQHZoZi5kZQpJbnRlcm5ldDogd3d3LmNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g -MjAxMyB2aGYgaW50ZXJzZXJ2aWNlIEdtYkggA - + Q2Vub24gR21iSApTY2h3YWJzdHIuIDQ1CjcyMTA4IFJvdHRlbmJ1cmcsIEdlcm1hbnkKIGVNYWlsOiBp +bmZvQENlbm9uLmNvbQpJbnRlcm5ldDogd3d3LkNlbm9uLmluZm8KCkNvcHlyaWdodCDCqSAxOTkzIC0g +MjAxNyBDZW5vbiBHbWJIIA + Helvetica 11 16 - - - + + + NO - - + + 256 {{260, 202}, {206, 18}} - + YES - + 67108864 67108864 Graphics Software with Style @@ -156,26 +148,26 @@ 14 16 - - + + 1 MCAwIDAAA - + 1 MSAxIDEAA NO - - + + 256 {{386, 179}, {80, 20}} - + YES - + 67108864 67108864 No. 930205 @@ -184,323 +176,309 @@ 14 16 - - - + + + NO - - + + 256 {{8, 8}, {44, 14}} - + YES - + 67108864 0 Version: - - - - + + + + NO - - + + 256 {{55, 5}, {155, 17}} - + YES - + 67108864 0 - 4.0.2 - - - - + 4.0.6 + + + + NO - + {479, 330} - {{0, 0}, {1920, 1178}} + {{0, 0}, {2560, 1418}} {140.04900000000001, 27} {10000000000000, 10000000000000} YES - + - - YES + NO + infoPanel - - + + - 15 + 15 - kindOfVersion - - + infoVersionNo + + - 17 + 30 - serialNumber - - + kindOfVersion + + - 19 + 17 - infoVersionNo - - + serialNumber + + - 30 + 19 showWebPage: - - + + - 40 + 40 - + - - YES + - 0 - - YES - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - InfoPanel + Application - 14 - - - YES - - - - - - - - - + 2 + + + + + + InfoPanel - 4 - - - YES - - - + 14 + + + + + + + + + + + - 6 - - - YES - - - + 20 + + + + + - 8 - - - YES - - - + 38 + + - 10 - - - YES - - - + 6 + + + + + - 11 - - - YES - - - + 34 + + - 20 - - - YES - - - + 11 + + + + + - 28 - - - YES - - - + 37 + + - 33 - - + 8 + + + + + - 34 - - + 35 + + - 35 - - + 10 + + + + + - 36 - - + 36 + + - 37 - - + 4 + + + + + - 38 - - + 33 + + - 39 - - + 28 + + + + + - -3 - - - Application + 39 + + - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 10.IBPluginDependency - 11.IBPluginDependency - 14.IBPluginDependency - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 20.IBPluginDependency - 28.IBPluginDependency - 33.IBPluginDependency - 34.IBPluginDependency - 35.IBPluginDependency - 36.IBPluginDependency - 37.IBPluginDependency - 38.IBPluginDependency - 39.IBPluginDependency - 4.IBPluginDependency - 6.IBPluginDependency - 8.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 815}, {479, 330}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - + - 40 - - YES + App NSApplication @@ -509,13 +487,18 @@ ./Classes/App.h - + 0 IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES 3 diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllAcc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllAcc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllAcc.xib 2010-08-23 09:06:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllAcc.xib 2016-02-01 15:45:14.000000000 +0000 @@ -1,1014 +1,56 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{302, 248}, {165, 333}} - 1879048192 - Tilbehør - IPAllAcc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 306 - - YES - - - 256 - {165, 293} - - - - {165, 293} - - {0, 0} - - 67239424 - 0 - - - LucidaGrande - 11 - 3100 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 0 - 3 - 0 - NO - - - - 266 - {{5, 297}, {155, 26}} - - YES - - 67239488 - 1024 - - LucidaGrande - 12 - 16 - - - -2038284033 - 1 - - - - 400 - 75 - - - Ingen - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - allAccWindow - - - - 26 - - - - accView - - - - 148 - - - - accPopup - - - - 156 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAllAcc - - - 16 - - - YES - - - - - - - 146 - - - YES - - - - - 149 - - - YES - - - - - - 158 - - - YES - - - - - - 150 - - - YES - - - - - - 155 - - - - - -3 - - - Application - - - - - YES - - YES - -3.IBPluginDependency - 146.IBPluginDependency - 146.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 155.IBPluginDependency - 155.ImportedFromIB2 - 158.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{336, 433}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{336, 433}, {165, 333}} - - - {167, 394} - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - - - YES - {9, 8} - {7, 2} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllFilling.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllFilling.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllFilling.xib 2010-08-23 07:24:33.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllFilling.xib 2016-02-01 15:44:04.000000000 +0000 @@ -1,34 +1,43 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButton + NSButtonCell + NSColorWell + NSCustomObject + NSCustomView + NSForm + NSFormCell + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +55,22 @@ AllFilling IPAllFilling View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 266 {{5, 297}, {155, 26}} + + YES - 67239488 + 67108928 1024 LucidaGrande @@ -68,7 +78,7 @@ 16 - -2038284033 + -2038284288 1 @@ -96,8 +106,7 @@ YES OtherViews - - YES + @@ -147,32 +156,33 @@ 4 - + 3 YES YES 1 + NO 266 - - YES + - 256 - - YES + 274 + 257 {{60, 4}, {72, 21}} + + YES - 67501824 + 67371264 0 @@ -190,15 +200,18 @@ NO NO + NO 258 {{4, 5}, {35, 21}} + + YES - -1805517312 + -1805647872 0 0 @@ -223,15 +236,18 @@ + NO 257 {{44, 6}, {11, 18}} + + YES - 67239424 + 67108864 134217728 Felt @@ -240,7 +256,7 @@ 16 - 138690815 + 138690560 0 NSImage @@ -254,22 +270,25 @@ 200 25 + NO 257 {{136, 6}, {11, 18}} + + 1 YES - 67239424 + 67108864 134217728 Felt 1 - 138690815 + 138690560 0 NSImage @@ -283,17 +302,22 @@ 200 25 + NO - + {{2, 2}, {152, 30}} + + - + {{5, 121}, {156, 48}} + + {0, 0} - 67239424 + 67108864 0 Graduer vinkel @@ -312,42 +336,43 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES 1 MSAxIDEAA - + {{2, 2}, {152, 38}} + + - + {{5, 237}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Farve @@ -366,39 +391,40 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES - + {{2, 2}, {152, 38}} + + - + {{5, 175}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Graduer farve @@ -419,39 +445,41 @@ 266 {{8, 8}, {112, 21}} + + YES + NO 1 1 - - YES + - 343014977 + 342884417 1024 68.353515625 - 67239424 + 67108864 67108864 Trinbredde - + {112, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 68.353515625 - 67239424 + 67108864 67108864 Field: @@ -476,14 +504,16 @@ 265 {{126, 10}, {12, 18}} + + YES - 67239424 + 67108864 134217728 Felt - 138690815 + 138690560 0 @@ -492,22 +522,25 @@ 200 25 + NO 265 {{147, 10}, {12, 18}} + + 1 YES - 67239424 + 67108864 134217728 Felt 1 - 138690815 + 138690560 0 @@ -516,15 +549,18 @@ 200 25 + NO 264 {{4, 59}, {82, 32}} + + YES - -2079195584 + -2079326144 134218752 UmFkaWFsCkNlbnRlcg @@ -540,34 +576,40 @@ + NO 265 {{84, 38}, {74, 74}} + + SliderBox NSView - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allFillingWindow - 44 + 44 @@ -575,7 +617,7 @@ - 112 + 112 @@ -583,7 +625,7 @@ - 113 + 113 @@ -591,7 +633,7 @@ - 114 + 114 @@ -599,7 +641,7 @@ - 115 + 115 @@ -607,7 +649,7 @@ - 116 + 116 @@ -615,7 +657,7 @@ - 117 + 117 @@ -623,7 +665,7 @@ - 118 + 118 @@ -631,7 +673,7 @@ - 119 + 119 @@ -639,7 +681,7 @@ - 121 + 121 @@ -647,7 +689,7 @@ - 122 + 122 @@ -655,7 +697,7 @@ - 123 + 123 @@ -663,7 +705,7 @@ - 124 + 124 @@ -671,7 +713,7 @@ - 134 + 134 @@ -679,7 +721,7 @@ - 135 + 135 @@ -687,7 +729,7 @@ - 138 + 138 @@ -695,7 +737,7 @@ - 139 + 139 @@ -703,7 +745,7 @@ - 152 + 152 @@ -711,7 +753,7 @@ - 168 + 168 @@ -719,7 +761,7 @@ - 169 + 169 @@ -727,7 +769,7 @@ - 170 + 170 @@ -735,7 +777,7 @@ - 171 + 171 @@ -743,45 +785,42 @@ - 172 + 172 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllFilling - 36 + 36 - - YES + @@ -791,1172 +830,333 @@ - + - 84 + 84 - - YES + - + - 102 + 102 - - YES + - + - 106 + 106 - - YES + - + - 109 + 109 - - YES + - + - 131 + 131 - - YES + - + - 132 + 132 - 136 + 136 - - YES + - + - 137 + 137 - - YES + - + - 142 + 142 - - YES + - + - 167 + 167 - 175 + 175 - - YES + - + - 180 + 180 - 181 + 181 - 182 + 182 - 183 + 183 - 86 + 86 - - YES + - + - 173 + 173 - 95 + 95 - 89 + 89 - 88 + 88 - 85 + 85 - -3 + -3 Application - 98 + 98 - - YES + - + - 177 + 177 - 96 + 96 - - YES + - + - 176 + 176 - 101 + 101 - - YES + - + - 178 + 178 - 105 + 105 - - YES + - + - 179 + 179 - 107 + 107 - 110 + 110 - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 106.IBPluginDependency - 106.ImportedFromIB2 - 107.IBPluginDependency - 107.ImportedFromIB2 - 109.IBPluginDependency - 109.ImportedFromIB2 - 110.IBPluginDependency - 110.ImportedFromIB2 - 131.IBPluginDependency - 131.ImportedFromIB2 - 132.IBPluginDependency - 132.ImportedFromIB2 - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 167.IBPluginDependency - 167.ImportedFromIB2 - 173.IBPluginDependency - 173.ImportedFromIB2 - 175.IBPluginDependency - 176.IBPluginDependency - 177.IBPluginDependency - 178.IBPluginDependency - 179.IBPluginDependency - 180.IBPluginDependency - 181.IBPluginDependency - 182.IBPluginDependency - 183.IBPluginDependency - 36.IBPluginDependency - 36.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - 95.IBPluginDependency - 95.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 502}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 502}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 502}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 183 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + IPAllFilling IPBasicLevel - - YES - - YES - setAngle: - setEndColor: - setFillColor: - setFillState: - setRadialCenter: - setStepWidth: - update: - - - YES - id - id - id - id - id - id - id - - - YES - - YES - angleButtonLeft - angleButtonRight - angleField - angleSlider - colorWell - colorWellGraduated - fillPopup - radialCenterText - sliderBox - stepButtonLeft - stepButtonRight - stepForm - - - YES - id - id - id - id - id - id - id - id - id - id - id - id + fillPopup + NSPopUpButton + + + fillPopup + + fillPopup + NSPopUpButton IBProjectSource - InspectorPanel.subproj/IPAllFilling.h - - - - IPAllFilling - IPBasicLevel - - IBUserSource - + ./Classes/IPAllFilling.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/InspectorPanel.h SliderBox NSView - - target - id - IBProjectSource - InspectorPanel.subproj/SliderBox.h - - - - SliderBox - NSView - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h + ./Classes/SliderBox.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - + + {11, 11} + {10, 3} + {11, 18} + {11, 18} + {11, 18} + {11, 18} + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllLayers.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllLayers.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllLayers.xib 2010-02-09 07:58:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllLayers.xib 2016-02-01 15:37:48.000000000 +0000 @@ -1,34 +1,35 @@ - + - 1060 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSCustomView + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +47,22 @@ Lag IPAllLayers View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 290 {{2, 56}, {160, 32}} + + YES - 67239424 + 67108864 137887744 Flyt til lag @@ -69,34 +71,36 @@ 16 - -2038284033 + -2038284288 1 200 25 + NO 274 - - YES + - 2048 - - YES + 2066 + 258 {104, 124} + + MoveMatrix - - {{1, 1}, {131, 236}} + + {{1, 1}, {146, 236}} + @@ -108,8 +112,11 @@ 256 - {{132, 1}, {15, 236}} + {{131, 1}, {16, 236}} + + + NO _doScroller: 1 @@ -120,28 +127,37 @@ -2147483392 {{-100, -100}, {98, 18}} + + + NO 1 _doScroller: - + {{8, 88}, {148, 238}} - - 18 + + + 133138 QSAAAEEgAABBcAAAQXAAAA + 0.25 + 4 + 1 290 {{8, 36}, {148, 21}} + + YES - -1805517312 + -1805647872 0 Navn pÃ¥ lag @@ -163,74 +179,76 @@ + NO 292 {{2, 2}, {79, 32}} + + YES - 67239424 + 67108864 137887744 Ny - -2038284033 + -2038284288 1 200 25 + NO 289 {{83, 2}, {79, 32}} + + YES - 67239424 + 67108864 137887744 Fjern - -2038284033 + -2038284288 1 200 25 + NO - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allLayersWindow - 44 - - - - moveMatrix - - - - 102 + 44 @@ -238,7 +256,7 @@ - 103 + 103 @@ -246,7 +264,7 @@ - 104 + 104 @@ -254,7 +272,7 @@ - 105 + 105 @@ -262,7 +280,7 @@ - 106 + 106 @@ -270,291 +288,218 @@ - 107 + 107 - + + + moveMatrix + + + + 102 + + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllLayers - 36 + 36 - - YES + - + - 96 + 96 - - YES + - + - 97 + 97 - - YES - + - + + - 98 - - - - - 99 + 99 - - YES + - + - 100 + 100 - - YES + - + - 101 + 101 - - YES + - + - 109 + 109 - 110 + 110 - 111 + 111 - 112 + 112 - 113 + 113 - 114 + 114 - -3 + -3 Application - - - - YES - - YES - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 100.ImportedFromIB2 - 101.IBPluginDependency - 101.ImportedFromIB2 - 113.IBShouldRemoveOnLegacySave - 114.IBShouldRemoveOnLegacySave - 36.IBPluginDependency - 36.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - {{329, 479}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 479}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + 98 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 479}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 114 - - YES + - FirstResponder + IPAllLayers + IPBasicLevel - IBUserSource - + IBProjectSource + ./Classes/IPAllLayers.h - IPAllLayers + IPBasicLevel NSPanel - - YES - - YES - changeLayer: - newLayer: - removeLayer: - setName: - - - YES - id - id - id - id - - - - YES - - YES - moveMatrix - nameField - - - YES - id - id - - - IBUserSource - + IBProjectSource + ./Classes/IPBasicLevel.h InspectorPanel - NSPanel - - allLayersWindow - id - + IPBasicLevel - IBUserSource - + IBProjectSource + ./Classes/InspectorPanel.h MoveMatrix NSMatrix - IBUserSource - + IBProjectSource + ./Classes/MoveMatrix.h - + 0 + IBCocoaFramework + YES + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - 3 diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllStrokeWidth.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllStrokeWidth.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPAllStrokeWidth.xib 2010-08-23 08:56:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPAllStrokeWidth.xib 2016-02-01 15:44:46.000000000 +0000 @@ -1,1448 +1,139 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{351, 391}, {165, 333}} - 1879048192 - Strøgbredde - IPAllStrokeWidth - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 100 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 184}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Bredde - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 266 - - YES - - YES - NSColor pasteboard type - - - {{5, 5}, {142, 30}} - - YES - YES - - 1 - MSAxIDEAA - - - - {{2, 2}, {152, 38}} - - - - {{5, 237}, {156, 57}} - - {0, 0} - - 67239424 - 0 - Farve - - LucidaGrande - 12 - 16 - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{29, 297}, {110, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Ingen strøg - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Strøget - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - widthSlider - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - widthField - - - - 40 - - - - colorWell - - - - 41 - - - - setWidth: - - - - 42 - - - - setWidth: - - - - 43 - - - - allStrokeWindow - - - - 44 - - - - setColor: - - - - 45 - - - - delegate - - - - 80 - - - - strokePopup - - - - 92 - - - - setStrokeState: - - - - 93 - - - - widthButtonLeft - - - - 94 - - - - widthButtonRight - - - - 95 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - IPAllStrokeWidth - - - 36 - - - YES - - - - - - - - 14 - - - YES - - - - - - - - - 84 - - - YES - - - - - - 86 - - - YES - - - - - - 101 - - - YES - - - - - - 90 - - - YES - - - - - - - 88 - - - - - 87 - - - - - -3 - - - Application - - - 24 - - - YES - - - - - - 100 - - - - - 5 - - - YES - - - - - - 98 - - - - - 23 - - - YES - - - - - - 99 - - - - - 4 - - - YES - - - - - - 97 - - - - - 35 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 90.IBPluginDependency - 90.ImportedFromIB2 - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{315, 456}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{315, 456}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 101 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllStrokeWidth - IPBasicLevel - - YES - - YES - setColor: - setStrokeState: - setWidth: - update: - - - YES - id - id - id - id - - - - YES - - YES - colorWell - strokePopup - widthButtonLeft - widthButtonRight - widthField - widthSlider - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllStrokeWidth.h - - - - IPAllStrokeWidth - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPArc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPArc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPArc.xib 2011-09-01 10:02:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPArc.xib 2016-02-01 15:43:27.000000000 +0000 @@ -1,2639 +1,356 @@ - - - - 1040 - 10J869 - 851 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{412, 288}, {165, 333}} - 1879048192 - Bue - IPArc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Center - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 207}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Radius - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - -360 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - -360 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 103}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Vinkel - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 180 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 180 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 155}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Startvinkel - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - LÃ¥s - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 77}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - arcWindow - - - - 44 - - - - centerXField - - - - 46 - - - - setCenterX: - - - - 48 - - - - setCenterX: - - - - 49 - - - - setCenterX: - - - - 50 - - - - setCenterY: - - - - 52 - - - - setCenterY: - - - - 53 - - - - radiusField - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - setRadius: - - - - 57 - - - - angleField - - - - 58 - - - - begAngleField - - - - 59 - - - - setBegAngle: - - - - 60 - - - - setBegAngle: - - - - 61 - - - - setBegAngle: - - - - 62 - - - - setBegAngle: - - - - 63 - - - - setAngle: - - - - 64 - - - - setAngle: - - - - 65 - - - - setAngle: - - - - 66 - - - - setAngle: - - - - 67 - - - - begAngleSlider - - - - 68 - - - - angleSlider - - - - 69 - - - - centerYField - - - - 74 - - - - setCenterY: - - - - 75 - - - - delegate - - - - 79 - - - - delegate - - - - 81 - - - - delegate - - - - 82 - - - - delegate - - - - 83 - - - - nextKeyView - - - - 102 - - - - nextKeyView - - - - 103 - - - - nextKeyView - - - - 104 - - - - setLock: - - - - 108 - - - - setExcluded: - - - - 110 - - - - excludeSwitch - - - - 111 - - - - lockSwitch - - - - 112 - - - - labelField - - - - 116 - - - - setLabel: - - - - 117 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Arc - - - 36 - - - YES - - - - - - - - - - - 7 - - - YES - - - - - - - - 12 - - - YES - - - - - - - - - - 21 - - - YES - - - - - - - - - 30 - - - YES - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 85 - - - - - 22 - - - YES - - - - - - 87 - - - - - 6 - - - YES - - - - - - 86 - - - - - 33 - - - YES - - - - - - 91 - - - - - 11 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 89 - - - - - 32 - - - YES - - - - - - 90 - - - - - 72 - - - YES - - - - - - - - 101 - - - - - 73 - - - - - 3 - - - - - 26 - - - YES - - - - - - 93 - - - - - 28 - - - YES - - - - - - 94 - - - - - 29 - - - YES - - - - - - 95 - - - - - 9 - - - YES - - - - - - 92 - - - - - 25 - - - YES - - - - - - 99 - - - - - 15 - - - YES - - - - - - 97 - - - - - 19 - - - YES - - - - - - 98 - - - - - 8 - - - YES - - - - - - 96 - - - - - 105 - - - YES - - - - - - - - 107 - - - - - 100 - - - - - 109 - - - - - 113 - - - YES - - - - - - - 114 - - - - - 115 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 11.IBPluginDependency - 11.ImportedFromIB2 - 113.IBPluginDependency - 113.IBViewBoundsToFrameTransform - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBPluginDependency - 28.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 32.IBPluginDependency - 32.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 73.IBPluginDependency - 73.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 9.IBPluginDependency - 9.ImportedFromIB2 - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{667, 702}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{667, 702}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADCOAAAwsYAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 117 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPArc - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPCrosshairs.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPCrosshairs.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPCrosshairs.xib 2011-05-30 07:38:24.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPCrosshairs.xib 2016-02-01 15:46:00.000000000 +0000 @@ -1,1600 +1,143 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{476, 391}, {165, 333}} - 1880621056 - HÃ¥rkryds - IPCrosshairs - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{132, 30}, {16, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 259}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{56, 6}, {104, 19}} - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - crosshairsWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 40 - - - - setLock: - - - - 42 - - - - lockSwitch - - - - 43 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Crosshairs - - - 15 - - - YES - - - - - - - 5 - - - YES - - - - - - - - - - 41 - - - YES - - - - - - 49 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 46 - - - - - 2 - - - YES - - - - - - 45 - - - - - 18 - - - YES - - - - - - 48 - - - - - 16 - - - YES - - - - - - 47 - - - - - 36 - - - YES - - - - - - - - 50 - - - - - 37 - - - - - 13 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 45.IBPluginDependency - 46.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 49.IBPluginDependency - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{399, 364}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{399, 364}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 50 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCrosshairs - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xField - yField - - - YES - id - id - - - - YES - - YES - xField - yField - - - YES - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCrosshairs.h - - - - IPCrosshairs - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/._IPCurve.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/._IPCurve.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPCurve.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPCurve.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPCurve.xib 2012-03-11 10:48:24.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPCurve.xib 2016-02-01 15:46:43.000000000 +0000 @@ -1,3134 +1,477 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{404, 389}, {165, 375}} - 1879048192 - Kurve - IPCurve - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Startpunkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 230}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Kontrol point 1 - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 158}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Kontrol point 2 - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 86}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Slutpunkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - LÃ¥s - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 60}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - curveWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - xc1Field - - - - 55 - - - - yc1Field - - - - 56 - - - - delegate - - - - 57 - - - - setControlX: - - - - 58 - - - - setControlY: - - - - 59 - - - - setControlX: - - - - 60 - - - - setControlX: - - - - 61 - - - - setControlY: - - - - 62 - - - - setControlY: - - - - 63 - - - - xButtonLeft - - - - 64 - - - - xButtonRight - - - - 65 - - - - yButtonLeft - - - - 66 - - - - yButtonRight - - - - 67 - - - - xc1ButtonLeft - - - - 68 - - - - xc1ButtonRight - - - - 69 - - - - yc1ButtonLeft - - - - 70 - - - - yc1ButtonRight - - - - 71 - - - - xc2Field - - - - 90 - - - - yc2Field - - - - 91 - - - - xeField - - - - 92 - - - - yeField - - - - 93 - - - - setControlY: - - - - 94 - - - - setPointX: - - - - 95 - - - - setPointY: - - - - 96 - - - - setControlX: - - - - 97 - - - - setControlX: - - - - 98 - - - - setControlY: - - - - 99 - - - - setControlY: - - - - 100 - - - - setPointX: - - - - 101 - - - - setPointX: - - - - 102 - - - - setPointY: - - - - 103 - - - - setPointY: - - - - 104 - - - - setControlX: - - - - 105 - - - - nextKeyView - - - - 128 - - - - nextKeyView - - - - 129 - - - - nextKeyView - - - - 130 - - - - delegate - - - - 131 - - - - delegate - - - - 132 - - - - setLock: - - - - 136 - - - - setExcluded: - - - - 138 - - - - lockSwitch - - - - 139 - - - - excludeSwitch - - - - 140 - - - - setLabel: - - - - 144 - - - - labelField - - - - 145 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Curve - - - 6 - - - YES - - - - - - - - - - - 16 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - - 72 - - - YES - - - - - - - - - - 81 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 109 - - - - - 10 - - - YES - - - - - - 108 - - - - - 7 - - - YES - - - - - - 107 - - - - - 17 - - - YES - - - - - - 110 - - - - - 36 - - - YES - - - - - - - - 124 - - - - - 37 - - - - - 15 - - - - - 53 - - - YES - - - - - - 115 - - - - - 46 - - - YES - - - - - - 112 - - - - - 51 - - - YES - - - - - - 114 - - - - - 47 - - - YES - - - - - - 113 - - - - - 49 - - - YES - - - - - - - - 125 - - - - - 52 - - - - - 50 - - - - - 74 - - - YES - - - - - - 116 - - - - - 80 - - - YES - - - - - - 119 - - - - - 79 - - - YES - - - - - - 118 - - - - - 78 - - - YES - - - - - - 117 - - - - - 75 - - - YES - - - - - - - - 126 - - - - - 77 - - - - - 76 - - - - - 87 - - - YES - - - - - - 121 - - - - - 88 - - - YES - - - - - - 122 - - - - - 83 - - - YES - - - - - - 120 - - - - - 89 - - - YES - - - - - - 123 - - - - - 84 - - - YES - - - - - - - - 127 - - - - - 86 - - - - - 85 - - - - - 133 - - - YES - - - - - - - - 135 - - - - - 111 - - - - - 137 - - - - - 141 - - - YES - - - - - - - 142 - - - - - 143 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 133.IBViewBoundsToFrameTransform - 14.IBPluginDependency - 14.ImportedFromIB2 - 141.IBPluginDependency - 141.IBViewBoundsToFrameTransform - 141.ImportedFromIB2 - 142.IBPluginDependency - 143.IBPluginDependency - 143.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 74.IBPluginDependency - 74.ImportedFromIB2 - 75.IBPluginDependency - 75.ImportedFromIB2 - 76.IBPluginDependency - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - 78.ImportedFromIB2 - 79.IBPluginDependency - 79.ImportedFromIB2 - 80.IBPluginDependency - 80.ImportedFromIB2 - 81.IBPluginDependency - 81.ImportedFromIB2 - 83.IBPluginDependency - 83.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{526, 527}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{526, 527}, {165, 375}} - - - {167, 394} - - P4AAAL+AAABCNAAAwiAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADB6AAAwoAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 145 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCurve - IPBasicLevel - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - - setControlX: - id - - - setControlY: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - xc1ButtonLeft - id - - - xc1ButtonRight - id - - - xc1Field - id - - - xc2Field - id - - - xeField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - yc1ButtonLeft - id - - - yc1ButtonRight - id - - - yc1Field - id - - - yc2Field - id - - - yeField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCurve.h - - - - IPCurve - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPGroup.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPGroup.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPGroup.xib 2011-05-30 09:29:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPGroup.xib 2016-02-01 15:47:20.000000000 +0000 @@ -1,2204 +1,279 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 2 - {{173, 391}, {165, 333}} - 1879048192 - Gruppe - IPGroup - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Str. - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 162}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - groupWindow - - - - 16 - - - - xField - - - - 26 - - - - wField - - - - 36 - - - - setPointX: - - - - 38 - - - - setPointX: - - - - 39 - - - - setPointX: - - - - 40 - - - - setPointY: - - - - 42 - - - - setPointY: - - - - 43 - - - - setSizeW: - - - - 44 - - - - setSizeW: - - - - 45 - - - - setSizeW: - - - - 46 - - - - setSizeH: - - - - 48 - - - - setSizeH: - - - - 49 - - - - yField - - - - 55 - - - - hField - - - - 56 - - - - setPointY: - - - - 57 - - - - setSizeH: - - - - 58 - - - - delegate - - - - 62 - - - - delegate - - - - 63 - - - - nextKeyView - - - - 76 - - - - setLock: - - - - 80 - - - - setExcluded: - - - - 82 - - - - lockSwitch - - - - 83 - - - - excludeSwitch - - - - 84 - - - - setLabel: - - - - 88 - - - - labelField - - - - 89 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Group - - - 8 - - - YES - - - - - - - - - 19 - - - YES - - - - - - - - - - 31 - - - YES - - - - - - - - - - -3 - - - Application - - - 25 - - - YES - - - - - - 68 - - - - - 24 - - - YES - - - - - - 67 - - - - - 22 - - - YES - - - - - - 66 - - - - - 18 - - - YES - - - - - - 65 - - - - - 51 - - - YES - - - - - - - - 74 - - - - - 52 - - - - - 23 - - - - - 34 - - - YES - - - - - - 71 - - - - - 35 - - - YES - - - - - - 72 - - - - - 29 - - - YES - - - - - - 69 - - - - - 33 - - - YES - - - - - - 70 - - - - - 53 - - - YES - - - - - - - - 75 - - - - - 54 - - - - - 30 - - - - - 77 - - - YES - - - - - - - - 79 - - - - - 73 - - - - - 81 - - - - - 85 - - - YES - - - - - - - 86 - - - - - 87 - - - - - - - YES - - YES - -3.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 31.IBPluginDependency - 31.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 77.IBViewBoundsToFrameTransform - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 85.IBViewBoundsToFrameTransform - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{441, 318}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{441, 318}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBUAAAwuwAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwzYAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 89 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPGroup - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - setSizeH: - id - - - setSizeW: - id - - - update: - id - - - - - YES - - YES - hField - wField - xField - yField - - - YES - id - id - id - id - - - - YES - - YES - hField - wField - xField - yField - - - YES - - hField - id - - - wField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPGroup.h - - - - IPGroup - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPImage.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPImage.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPImage.xib 2011-05-30 09:38:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPImage.xib 2016-02-01 15:48:06.000000000 +0000 @@ -1,2720 +1,329 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{761, 385}, {165, 333}} - 1879048192 - Billede - IPImage - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - B: - - - - - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Str. - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - -2080244224 - 67108864 - Aftryk - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - - YES - - - 256 - - YES - - - 256 - {{6, 8}, {140, 21}} - - YES - - -1805517248 - 1024 - VImage1.tiff - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 33}} - - - - {{5, 138}, {156, 52}} - - {0, 0} - - 67239424 - 0 - Navn - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{5, 104}, {155, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - TIFF (LZW) - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - 11 - - - YES - - OtherViews - - YES - - - BMP - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - GIF - - 1048576 - 2147483647 - - - _popUpItemAction: - 2 - - - - - JPG - - 1048576 - 2147483647 - - - _popUpItemAction: - 3 - - - - - PNG - - 1048576 - 2147483647 - - - _popUpItemAction: - 4 - - - - - TIFF (ukomprimeret) - - 1048576 - 2147483647 - - - _popUpItemAction: - 10 - - - - - - TIFF (PackBits) - - 1048576 - 2147483647 - - - _popUpItemAction: - 12 - - - - - 5 - 3 - YES - YES - 1 - - - - - 265 - {{8, 76}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - 5 - - - 107.16015625 - - 67239424 - 67108864 - Komprimering (%) - - - - - - {150, 22} - {1, 8} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 107.16015625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - imageWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - widthField - - - - 28 - - - - heightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setWidth: - - - - 36 - - - - setHeight: - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - setHeight: - - - - 40 - - - - setHeight: - - - - 41 - - - - delegate - - - - 63 - - - - delegate - - - - 64 - - - - nameField - - - - 141 - - - - setName: - - - - 142 - - - - compPopUp - - - - 168 - - - - factorField - - - - 169 - - - - setCompressionType: - - - - 170 - - - - setCompressionFactor: - - - - 171 - - - - thumbSwitch - - - - 174 - - - - setThumbnail: - - - - 175 - - - - lockSwitch - - - - 176 - - - - setLock: - - - - 177 - - - - setExcluded: - - - - 198 - - - - excludeSwitch - - - - 199 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Image - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - 172 - - - - - 173 - - - - - 139 - - - YES - - - - - - 158 - - - YES - - - - - - 164 - - - YES - - - - - - - 167 - - - - - 192 - - - YES - - - - - - 195 - - - - - 196 - - - - - 159 - - - YES - - - - - - - - - - - - 181 - - - - - 180 - - - - - 179 - - - - - 178 - - - - - 162 - - - - - 161 - - - - - 160 - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 186 - - - - - 11 - - - YES - - - - - - 184 - - - - - 5 - - - YES - - - - - - 183 - - - - - 21 - - - YES - - - - - - 185 - - - - - 13 - - - YES - - - - - - - - 193 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 188 - - - - - 3 - - - YES - - - - - - 187 - - - - - 20 - - - YES - - - - - - 190 - - - - - 19 - - - YES - - - - - - 189 - - - - - 18 - - - YES - - - - - - - - 194 - - - - - 15 - - - - - 12 - - - - - 138 - - - YES - - - - - - 191 - - - - - 197 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 11.IBPluginDependency - 11.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 158.IBPluginDependency - 158.ImportedFromIB2 - 159.IBEditorWindowLastContentRect - 159.IBPluginDependency - 159.ImportedFromIB2 - 160.IBPluginDependency - 160.ImportedFromIB2 - 161.IBPluginDependency - 161.ImportedFromIB2 - 162.IBPluginDependency - 162.ImportedFromIB2 - 164.IBPluginDependency - 164.ImportedFromIB2 - 167.IBPluginDependency - 167.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 172.IBPluginDependency - 172.ImportedFromIB2 - 173.IBPluginDependency - 173.ImportedFromIB2 - 178.IBPluginDependency - 178.ImportedFromIB2 - 179.IBPluginDependency - 179.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 180.IBPluginDependency - 180.ImportedFromIB2 - 181.IBPluginDependency - 181.ImportedFromIB2 - 183.IBPluginDependency - 184.IBPluginDependency - 185.IBPluginDependency - 186.IBPluginDependency - 187.IBPluginDependency - 188.IBPluginDependency - 189.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 190.IBPluginDependency - 191.IBPluginDependency - 192.IBPluginDependency - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 65.IBPluginDependency - 65.IBViewBoundsToFrameTransform - 65.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{462, 295}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{462, 295}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{456, 282}, {205, 143}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCnAAAwjAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 199 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPImage - IPBasicLevel - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - - setCompressionFactor: - id - - - setCompressionType: - id - - - setHeight: - id - - - setName: - id - - - setThumbnail: - id - - - setWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - - compPopUp - id - - - factorField - id - - - heightField - id - - - nameField - id - - - thumbSwitch - id - - - widthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPImage.h - - - - IPImage - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPLine.xib 2012-03-07 08:07:24.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPLine.xib 2016-02-01 15:42:20.000000000 +0000 @@ -1,2758 +1,390 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{330, 288}, {165, 333}} - 1879048192 - Linie - IPLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Startpunkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 92}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Slutpunkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Vinkel - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 164}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Længde - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {104, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lås - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {104, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 66}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - lineWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 43 - - - - angleField - - - - 66 - - - - angleSlider - - - - 67 - - - - endXField - - - - 68 - - - - endYField - - - - 69 - - - - lengthField - - - - 70 - - - - setAngle: - - - - 71 - - - - delegate - - - - 73 - - - - setAngle: - - - - 74 - - - - setAngle: - - - - 75 - - - - setAngle: - - - - 76 - - - - setLength: - - - - 77 - - - - setLength: - - - - 78 - - - - setLength: - - - - 79 - - - - delegate - - - - 80 - - - - delegate - - - - 81 - - - - setEndX: - - - - 82 - - - - setEndY: - - - - 83 - - - - setEndX: - - - - 84 - - - - setEndX: - - - - 85 - - - - setEndY: - - - - 86 - - - - setEndY: - - - - 87 - - - - nextKeyView - - - - 107 - - - - nextKeyView - - - - 108 - - - - nextKeyView - - - - 109 - - - - setLock: - - - - 113 - - - - setExcluded: - - - - 115 - - - - excludeSwitch - - - - 116 - - - - setLabel: - - - - 120 - - - - labelField - - - - 121 - - - - lockSwitch - - - - 122 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Line - - - 15 - - - YES - - - - - - - - - - - 5 - - - YES - - - - - - - - - - 51 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - 60 - - - YES - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 90 - - - - - 2 - - - YES - - - - - - 89 - - - - - 18 - - - YES - - - - - - 92 - - - - - 16 - - - YES - - - - - - 91 - - - - - 36 - - - YES - - - - - - - - 105 - - - - - 37 - - - - - 13 - - - - - 50 - - - YES - - - - - - 97 - - - - - 47 - - - YES - - - - - - 95 - - - - - 45 - - - YES - - - - - - 94 - - - - - 49 - - - YES - - - - - - 96 - - - - - 53 - - - YES - - - - - - - - 106 - - - - - 48 - - - - - 46 - - - - - 55 - - - YES - - - - - - 98 - - - - - 57 - - - YES - - - - - - 100 - - - - - 56 - - - YES - - - - - - 99 - - - - - 58 - - - YES - - - - - - 101 - - - - - 64 - - - YES - - - - - - 104 - - - - - 61 - - - YES - - - - - - 102 - - - - - 63 - - - YES - - - - - - 103 - - - - - 110 - - - YES - - - - - - - - 112 - - - - - 93 - - - - - 114 - - - - - 117 - - - YES - - - - - - - 118 - - - - - 119 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 117.IBPluginDependency - 117.IBViewBoundsToFrameTransform - 117.ImportedFromIB2 - 118.IBPluginDependency - 118.ImportedFromIB2 - 119.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwpIAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{358, 425}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{358, 425}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 122 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPLine - IPBasicLevel - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - - setAngle: - id - - - setEndX: - id - - - setEndY: - id - - - setLength: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - endXField - id - - - endYField - id - - - lengthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPLine.h - - - - IPLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPMark.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPMark.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPMark.xib 2011-05-30 11:31:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPMark.xib 2016-02-01 15:48:42.000000000 +0000 @@ -1,2080 +1,226 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{279, 330}, {165, 333}} - 1879048192 - Mærke - IPMark - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 58}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 58}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 34}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 34}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 7}, {102, 71}} - - YES - 3 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - -1805517312 - 0 - 0 - - - 2 - YES - - - - - {102, 21} - {0, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 257 - {{112, 10}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 10}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 82}} - - - - {{5, 231}, {156, 100}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 58}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - 3-D markør - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAAwAAAAMAAAAD -AAAAAwAAAAMAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE1NTW4ZmZm/29vb/9zc3P/ -c3Nz/3Jycv9ycnL/cnJy/3Jycv9vb2//ZWVl/yUlJZ8AAAAiAAAAAAAAAAAAAAAAAAAAAkNDQ5W3t7f/ -+fn5//z8/P/8/Pz//Pz8//z8/P/8/Pz//Pz8//z8/P/8/Pz/+fn5/8DAwP9UVFS7AAAAAgAAAAAAAAAB -AAAACJGRkf/c3Nz/8/Pz//T09P/19fX/9fX1//T09P/09PT/9PT0//T09P/09PT/8/Pz/97e3v+JiYn/ -AAAACAAAAAEAAAABAAAAEIGBgf/f39//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//u7u7/ -7u7u/9/f3/+SkpL/AAAAEAAAAAEAAAABAAAAFZGRkf/d3d3/7Ozs/+zs7P/t7e3/7e3t/+3t7f/t7e3/ -7Ozs/+7u7v/t7e3/7Ozs/9/f3/+QkJD/AAAAFAAAAAEAAAABAAAAGJ6env/b29v/6enp/+np6f/q6ur/ -6+vr/+rq6v/q6ur/6urq/+rq6v/q6ur/6Ojo/9jY2P+bm5v/AAAAGAAAAAEAAAABAAAAG6CgoP/T09P/ -2tra/9ra2v/b29v/29vb/9vb2//Z2dn/29vb/9nZ2f/a2tr/2tra/9HR0f+ioqL/AAAAGwAAAAEAAAAB -AAAAHKurq//a2tr/39/f/9/f3//g4OD/4ODg/+Dg4P/h4eH/39/f/9/f3//f39//4ODg/9fX1/+mpqb/ -AAAAHAAAAAEAAAACAAAAHrS0tP/j4+P/5ubm/+Xl5f/m5ub/5+fn/+fn5//n5+f/6enp/+fn5//n5+f/ -6Ojo/93d3f+tra3/AAAAHgAAAAIAAAACAAAAILi4uP/p6en/7e3t//Dw8P/w8PD/8PDw/+3t7f/t7e3/ -8fHx/+zs7P/v7+//7e3t/+bm5v+0tLT/AAAAIAAAAAIAAAABAAAAILu7u//v7+//9/f3//b29v/4+Pj/ -9vb2//b29v/29vb/9/f3//f39//39/f/9/f3//Dw8P+7u7v/AAAAIAAAAAEAAAABAAAAHY2Njej4+Pj/ -/////////////////////////////////////////////////v7+//n5+f+Tk5PoAAAAHQAAAAEAAAAB -AAAAEjo6Oq28vLz3/////////////////////////////////////////////////////7u7u/c/Pz+r -AAAAEgAAAAEAAAAAAAAACAAAAEEAAACZAAAAxgAAANMAAADVAAAA1gAAANQAAADWAAAA2AAAANgAAADT -AAAAxQAAAJkAAABBAAAACAAAAAAAAAAAAAAAAgAAAA0AAAAlAAAANgAAAEEAAABDAAAAQwAAAEMAAABE -AAAAQwAAAEQAAABBAAAANgAAACUAAAANAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAYAAAAG -AAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAwAAAAMAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - 3 - MCAwAA - - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Lås - - - 1 - -936619521 - 0 - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -1 - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {4, 2} - -2080374784 - NSActionCell - - 67239424 - 67108864 - Lock - - -1 - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 205}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - markWindow - - - - 26 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - delegate - - - - 46 - - - - xField - - - - 50 - - - - setPointX: - - - - 51 - - - - yField - - - - 52 - - - - setPointY: - - - - 53 - - - - zSwitch - - - - 60 - - - - zField - - - - 61 - - - - zLeftButton - - - - 62 - - - - zRightButton - - - - 63 - - - - lockSwitch - - - - 64 - - - - setPointZ: - - - - 65 - - - - setPointZ: - - - - 66 - - - - setPointZ: - - - - 67 - - - - setLock: - - - - 74 - - - - setPointZ: - - - - 75 - - - - setExcluded: - - - - 87 - - - - labelField - - - - 91 - - - - setLabel: - - - - 92 - - - - excludeSwitch - - - - 93 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Mark - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - - - 56 - - - YES - - - - - - - - - 43 - - - - - 57 - - - - - 68 - - - YES - - - - - - - 71 - - - - - 84 - - - - - 85 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 78 - - - - - 2 - - - YES - - - - - - 77 - - - - - 18 - - - YES - - - - - - 80 - - - - - 16 - - - YES - - - - - - 79 - - - - - 39 - - - YES - - - - - - - - - 83 - - - - - 49 - - - - - 48 - - - - - 47 - - - - - 54 - - - YES - - - - - - 81 - - - - - 55 - - - YES - - - - - - 82 - - - - - 86 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 43.IBPluginDependency - 43.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.IBViewBoundsToFrameTransform - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 68.IBPluginDependency - 68.IBViewBoundsToFrameTransform - 68.ImportedFromIB2 - 71.IBPluginDependency - 71.ImportedFromIB2 - 77.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 80.IBPluginDependency - 81.IBPluginDependency - 82.IBPluginDependency - 83.IBPluginDependency - 84.IBPluginDependency - 85.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{546, 203}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{546, 203}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCdAAAwjAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAw1UAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 93 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPMark - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPPath.xib 2011-05-30 09:49:51.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPPath.xib 2016-02-01 15:49:07.000000000 +0000 @@ -1,2679 +1,378 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{439, 351}, {165, 333}} - 1879048192 - Sti - IPPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 604110336 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 604110336 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 116}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Valgt punkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Str. - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 90}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - pathWindow - - - - 27 - - - - xField - - - - 29 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointX: - - - - 33 - - - - setPointY: - - - - 35 - - - - setPointY: - - - - 36 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - originXField - - - - 67 - - - - originYField - - - - 68 - - - - sizeWidthField - - - - 69 - - - - sizeHeightField - - - - 70 - - - - setOriginX: - - - - 71 - - - - setOriginY: - - - - 72 - - - - setOriginX: - - - - 73 - - - - setOriginX: - - - - 74 - - - - setOriginY: - - - - 75 - - - - setOriginY: - - - - 76 - - - - setSizeWidth: - - - - 77 - - - - setSizeHeight: - - - - 78 - - - - setSizeWidth: - - - - 79 - - - - setSizeWidth: - - - - 80 - - - - setSizeHeight: - - - - 81 - - - - setSizeHeight: - - - - 82 - - - - nextKeyView - - - - 86 - - - - nextKeyView - - - - 87 - - - - xButtonLeft - - - - 89 - - - - xButtonRight - - - - 90 - - - - yButtonLeft - - - - 91 - - - - yButtonRight - - - - 92 - - - - delegate - - - - 110 - - - - delegate - - - - 111 - - - - delegate - - - - 112 - - - - setLock: - - - - 116 - - - - setExcluded: - - - - 118 - - - - excludeSwitch - - - - 120 - - - - setLabel: - - - - 124 - - - - labelField - - - - 125 - - - - lockSwitch - - - - 126 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 7 - - - YES - - - - Path - - - 13 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 63 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - - -3 - - - Application - - - 16 - - - YES - - - - - - 97 - - - - - 8 - - - YES - - - - - - 95 - - - - - 3 - - - YES - - - - - - 94 - - - - - 12 - - - YES - - - - - - 96 - - - - - 39 - - - YES - - - - - - - - 107 - - - - - 40 - - - - - 9 - - - - - 61 - - - YES - - - - - - 100 - - - - - 66 - - - YES - - - - - - 102 - - - - - 64 - - - YES - - - - - - 101 - - - - - 58 - - - YES - - - - - - 99 - - - - - 50 - - - YES - - - - - - - - 108 - - - - - 60 - - - - - 59 - - - - - 56 - - - YES - - - - - - 105 - - - - - 49 - - - YES - - - - - - 103 - - - - - 52 - - - YES - - - - - - 104 - - - - - 62 - - - YES - - - - - - 106 - - - - - 54 - - - YES - - - - - - - - 109 - - - - - 57 - - - - - 51 - - - - - 113 - - - YES - - - - - - - - 115 - - - - - 98 - - - - - 117 - - - - - 121 - - - YES - - - - - - - 122 - - - - - 123 - - - - - - - YES - - YES - -3.IBPluginDependency - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 121.IBPluginDependency - 121.IBViewBoundsToFrameTransform - 121.ImportedFromIB2 - 122.IBPluginDependency - 123.IBPluginDependency - 123.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 62.IBPluginDependency - 62.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBPluginDependency - 65.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 7.IBEditorWindowLastContentRect - 7.IBPluginDependency - 7.IBWindowTemplateEditedContentRect - 7.ImportedFromIB2 - 7.windowTemplate.hasMinSize - 7.windowTemplate.minSize - 8.IBPluginDependency - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADCGAAAwsoAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{567, 180}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{567, 180}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 126 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPath - IPBasicLevel - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setOriginX: - id - - - setOriginY: - id - - - setPointX: - id - - - setPointY: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - originXField - id - - - originYField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPath.h - - - - IPPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPPolyLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPPolyLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPPolyLine.xib 2011-05-30 10:02:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPPolyLine.xib 2016-02-01 15:49:55.000000000 +0000 @@ -1,1841 +1,188 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{403, 387}, {165, 333}} - 1879048192 - MangeLinie - IPPolyLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Valgt punkt - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - polyLineWindow - - - - 48 - - - - xButtonLeft - - - - 128 - - - - xButtonRight - - - - 129 - - - - yButtonLeft - - - - 130 - - - - yButtonRight - - - - 131 - - - - setLock: - - - - 142 - - - - lockSwitch - - - - 144 - - - - excludeSwitch - - - - 145 - - - - setLabel: - - - - 149 - - - - labelField - - - - 150 - - - - setExcluded: - - - - 151 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - PolyLine - - - 6 - - - YES - - - - - - - - 16 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 135 - - - - - 10 - - - YES - - - - - - 134 - - - - - 7 - - - YES - - - - - - 133 - - - - - 17 - - - YES - - - - - - 136 - - - - - 36 - - - YES - - - - - - - - 138 - - - - - 37 - - - - - 15 - - - - - 139 - - - YES - - - - - - - - 141 - - - - - 137 - - - - - 143 - - - - - 146 - - - YES - - - - - - - 147 - - - - - 148 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 136.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 146.IBPluginDependency - 146.IBViewBoundsToFrameTransform - 146.ImportedFromIB2 - 147.IBPluginDependency - 147.ImportedFromIB2 - 148.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{807, 651}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{807, 651}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAAAAAAAAwz0AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 151 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPolyLine - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPolyLine.h - - - - IPPolyLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPRectangle.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPRectangle.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPRectangle.xib 2011-05-30 10:15:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPRectangle.xib 2016-02-01 15:50:20.000000000 +0000 @@ -1,2767 +1,381 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{339, 263}, {165, 333}} - 1879048192 - Rektangel - IPRectangle - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - 0 - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Nederste venstre - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - B: - - - - - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Str. - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1804468672 - 1024 - 0 - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 88}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Hjørne radius - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 3}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - 6 - System - controlTextColor - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Vinkel - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lås - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - {{8, 62}, {150, 22}} - - YES - 1 - 1 - - YES - - -1804468672 - 205521920 - - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - rectangleWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - sizeWidthField - - - - 28 - - - - sizeHeightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setSizeWidth: - - - - 36 - - - - setSizeHeight: - - - - 37 - - - - setSizeWidth: - - - - 38 - - - - setSizeWidth: - - - - 39 - - - - setSizeHeight: - - - - 40 - - - - setSizeHeight: - - - - 41 - - - - radiusField - - - - 53 - - - - setRadius: - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - delegate - - - - 76 - - - - delegate - - - - 77 - - - - delegate - - - - 78 - - - - angleSlider - - - - 106 - - - - setAngle: - - - - 107 - - - - setAngle: - - - - 108 - - - - setAngle: - - - - 109 - - - - delegate - - - - 111 - - - - angleField - - - - 112 - - - - setAngle: - - - - 113 - - - - setLock: - - - - 136 - - - - setExcluded: - - - - 138 - - - - lockSwitch - - - - 139 - - - - excludeSwitch - - - - 140 - - - - setLabel: - - - - 144 - - - - labelField - - - - 145 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Rectangle - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 50 - - - YES - - - - - - - - 99 - - - YES - - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 118 - - - - - 11 - - - YES - - - - - - 116 - - - - - 5 - - - YES - - - - - - 115 - - - - - 21 - - - YES - - - - - - 117 - - - - - 13 - - - YES - - - - - - - - 131 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 120 - - - - - 3 - - - YES - - - - - - 119 - - - - - 20 - - - YES - - - - - - 122 - - - - - 19 - - - YES - - - - - - 121 - - - - - 18 - - - YES - - - - - - - - 132 - - - - - 15 - - - - - 12 - - - - - 45 - - - YES - - - - - - 123 - - - - - 48 - - - YES - - - - - - 124 - - - - - 52 - - - YES - - - - - - 125 - - - - - 103 - - - YES - - - - - - 129 - - - - - 104 - - - YES - - - - - - 130 - - - - - 101 - - - YES - - - - - - 127 - - - - - 102 - - - YES - - - - - - 128 - - - - - 133 - - - YES - - - - - - - - 135 - - - - - 126 - - - - - 137 - - - - - 141 - - - YES - - - - - - - 142 - - - - - 143 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 104.IBPluginDependency - 104.ImportedFromIB2 - 11.IBPluginDependency - 11.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 130.IBPluginDependency - 131.IBPluginDependency - 132.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 141.IBPluginDependency - 141.IBViewBoundsToFrameTransform - 141.ImportedFromIB2 - 142.IBPluginDependency - 143.IBPluginDependency - 143.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.IBViewBoundsToFrameTransform - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 134}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 134}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwqQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABCnAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 145 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPRectangle - IPBasicLevel - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - - setAngle: - id - - - setRadius: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - radiusField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPRectangle.h - - - - IPRectangle - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/._IPSinking.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/._IPSinking.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPSinking.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPSinking.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPSinking.xib 2012-03-11 10:48:27.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPSinking.xib 2016-02-01 15:50:59.000000000 +0000 @@ -1,2535 +1,315 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{623, 331}, {165, 375}} - 1879048192 - Synkende - IPSinking - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{3, 4}, {143, 117}} - - YES - 5 - 1 - - YES - - 341966400 - 67109888 - - - LucidaGrande - 12 - 16 - - - 108.5546875 - - 67239424 - 67108864 - Hul Ø (d1): - - - - - - 341966400 - 67109888 - - - - 108.5546875 - - 67239424 - 67108864 - Grund Ø (d2): - - - - - - 341966400 - 67109888 - - - - 108.5546875 - - 67239424 - 67108864 - Grundhøjde (t1): - - - - - - 341966400 - 67109888 - - - - 108.5546875 - - 67239424 - 67108864 - Grundskygge (t2): - - - - - - 341966400 - 67109888 - - - - 108.5546875 - - 67239424 - 67108864 - Trin str.: - - - - - - {143, 21} - {1, 3} - 67633152 - NSActionCell - - 341966400 - 67109888 - - - 108.5546875 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - - 258 - {{5, 122}, {144, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Brugerdefineret - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {152, 150}} - - - - {{4, 76}, {156, 168}} - - {0, 0} - - 67239424 - 0 - Metrisk - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{77, 7}, {70, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Tomme - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - - 260 - {{6, 4}, {66, 31}} - - YES - 1 - 2 - - YES - - -2080244224 - 134217728 - - - - 918831359 - 6 - - NSImage - sinkingMedium - - - - 200 - 25 - - - 67239424 - 134217728 - - - - 1 - 918831359 - 6 - - NSImage - sinkingFine - - - - 200 - 25 - - - {31, 31} - {4, 4} - 1140850688 - NSActionCell - - 67239424 - 134217728 - - - -2033958657 - 2 - - - - 200 - 25 - - - - - - - {{2, 2}, {152, 39}} - - - - {{4, 244}, {156, 58}} - - {0, 0} - - 67239424 - 0 - Type - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{7, 50}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 84410368 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lås - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - sinkingWindow - - - - 36 - - - - positionXField - - - - 38 - - - - setPositionX: - - - - 40 - - - - setPositionX: - - - - 41 - - - - setPositionX: - - - - 42 - - - - setPositionY: - - - - 44 - - - - setPositionY: - - - - 45 - - - - positionYField - - - - 68 - - - - setPositionY: - - - - 69 - - - - delegate - - - - 73 - - - - unitPopUp - - - - 100 - - - - typeMatrix - - - - 104 - - - - metricsMatrix - - - - 123 - - - - setType: - - - - 124 - - - - setUnit: - - - - 125 - - - - setDiameter: - - - - 126 - - - - setMetrics: - - - - 127 - - - - diameterPopUp - - - - 128 - - - - setLabel: - - - - 149 - - - - labelField - - - - 150 - - - - setLock: - - - - 155 - - - - setExcluded: - - - - 156 - - - - excludeSwitch - - - - 157 - - - - lockSwitch - - - - 158 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Sinking - - - 14 - - - YES - - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - 105 - - - YES - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 132 - - - - - 26 - - - YES - - - - - - 133 - - - - - 20 - - - YES - - - - - - 131 - - - - - 31 - - - YES - - - - - - 134 - - - - - 66 - - - YES - - - - - - - - 138 - - - - - 67 - - - - - 34 - - - - - 112 - - - YES - - - - - - - - - - - 139 - - - - - 129 - - - - - 116 - - - - - 115 - - - - - 114 - - - - - 113 - - - - - 117 - - - YES - - - - - - 135 - - - YES - - - - - - 121 - - - YES - - - - - - 122 - - - - - 91 - - - YES - - - - - - 137 - - - YES - - - - - - 93 - - - YES - - - - - - - 94 - - - - - 96 - - - - - 102 - - - YES - - - - - - - - 140 - - - - - 103 - - - - - 97 - - - - - 146 - - - YES - - - - - - - 147 - - - - - 148 - - - - - 151 - - - YES - - - - - - - - 152 - - - - - 153 - - - - - 154 - - - - - - - YES - - YES - -3.IBPluginDependency - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 121.IBEditorWindowLastContentRect - 121.IBPluginDependency - 121.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 - 131.IBPluginDependency - 132.IBPluginDependency - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 139.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 146.IBPluginDependency - 146.IBViewBoundsToFrameTransform - 146.ImportedFromIB2 - 147.IBPluginDependency - 148.IBPluginDependency - 148.ImportedFromIB2 - 151.IBViewBoundsToFrameTransform - 153.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 91.IBPluginDependency - 91.ImportedFromIB2 - 93.IBPluginDependency - 93.ImportedFromIB2 - 94.IBPluginDependency - 94.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{673, 221}, {172, 23}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBEAAAwkQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - P4AAAL+AAABCVAAAwZgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{584, 475}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{584, 475}, {165, 375}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPSinking - IPBasicLevel - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - - setDiameter: - id - - - setMetrics: - id - - - setPositionX: - id - - - setPositionY: - id - - - setType: - id - - - setUnit: - id - - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - id - id - id - id - id - id - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - - diameterPopUp - id - - - metricsMatrix - id - - - positionXField - id - - - positionYField - id - - - typeMatrix - id - - - unitPopUp - id - - - - - IBProjectSource - InspectorPanel.subproj/IPSinking.h - - - - IPSinking - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - sinkingFine - sinkingMedium - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - {28, 28} - {28, 28} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPTextPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPTextPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPTextPath.xib 2011-05-30 06:24:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPTextPath.xib 2016-02-01 15:41:25.000000000 +0000 @@ -1,1382 +1,89 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{547, 254}, {165, 333}} - 1879048192 - Tekst til sti - IPTextPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 274 - - YES - - - 256 - {165, 333} - - - - {{-3, 0}, {165, 333}} - - {0, 0} - - 67239424 - 0 - Box - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 0 - 0 - 0 - NO - - - - 289 - {{50, 6}, {110, 72}} - - YES - 4 - 1 - - YES - - 67239424 - 67108864 - Vis sti - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Serienummer - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textPathWindow - - - - 26 - - - - pathView - - - - 92 - - - - setLock: - - - - 102 - - - - setSerialNumber: - - - - 103 - - - - setShowPath: - - - - 104 - - - - excludeSwitch - - - - 106 - - - - setExcluded: - - - - 107 - - - - lockSwitch - - - - 108 - - - - serialNumberSwitch - - - - 109 - - - - showPathSwitch - - - - 110 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - TextPath - - - 16 - - - YES - - - - - - - 90 - - - YES - - - - - -3 - - - Application - - - 97 - - - YES - - - - - - - - - - 96 - - - - - 94 - - - - - 95 - - - - - 101 - - - - - 105 - - - - - - - YES - - YES - -3.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 90.IBPluginDependency - 90.IBViewBoundsToFrameTransform - 90.ImportedFromIB2 - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{326, 248}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{326, 248}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCSAAAwpwAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 110 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPTextPath - IPBasicLevel - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - id - id - id - - - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - - setSerialNumber: - id - - - setShowPath: - id - - - update: - id - - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - id - id - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - - serialNumberSwitch - id - - - showPathSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPTextPath.h - - - - IPTextPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - YES - - YES - lockSwitch - pathView - - - YES - id - id - - - - YES - - YES - lockSwitch - pathView - - - YES - - lockSwitch - id - - - pathView - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPText.xib 2011-05-31 05:28:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPText.xib 2016-02-01 15:51:26.000000000 +0000 @@ -1,2684 +1,364 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{505, 263}, {165, 333}} - 1879048192 - Tekst - IPText - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Vinkel - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Kassestr. - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{30, 8}, {130, 90}} - - YES - 5 - 1 - - YES - - 67239424 - 67108864 - Serienummer - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Tilpas horisontalt - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Centrer vertikalt - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {130, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 114}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textWindow - - - - 26 - - - - angleField - - - - 36 - - - - setAngle: - - - - 37 - - - - setAngle: - - - - 38 - - - - setAngle: - - - - 39 - - - - setAngle: - - - - 40 - - - - angleSlider - - - - 41 - - - - xField - - - - 129 - - - - yField - - - - 130 - - - - sizeWidthField - - - - 131 - - - - sizeHeightField - - - - 132 - - - - setPointX: - - - - 133 - - - - setPointY: - - - - 134 - - - - setSizeWidth: - - - - 135 - - - - setSizeHeight: - - - - 136 - - - - setPointX: - - - - 137 - - - - setPointX: - - - - 138 - - - - setPointY: - - - - 139 - - - - setPointY: - - - - 140 - - - - setSizeWidth: - - - - 141 - - - - setSizeWidth: - - - - 142 - - - - setSizeHeight: - - - - 143 - - - - setSizeHeight: - - - - 144 - - - - nextKeyView - - - - 164 - - - - nextKeyView - - - - 165 - - - - delegate - - - - 166 - - - - delegate - - - - 167 - - - - delegate - - - - 168 - - - - setLock: - - - - 175 - - - - setCenterVertical: - - - - 176 - - - - setFitHorizontal: - - - - 177 - - - - setSerialNumber: - - - - 178 - - - - excludeSwitch - - - - 180 - - - - serialNumberSwitch - - - - 181 - - - - fitHorizontalSwitch - - - - 182 - - - - centerVerticalSwitch - - - - 183 - - - - lockSwitch - - - - 184 - - - - setExcluded: - - - - 185 - - - - setLabel: - - - - 189 - - - - labelField - - - - 190 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - Text - - - 16 - - - YES - - - - - - - - - - 5 - - - YES - - - - - - - - - 111 - - - YES - - - - - - - - - - 126 - - - YES - - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 146 - - - - - 24 - - - YES - - - - - - 149 - - - - - 14 - - - YES - - - - - - 147 - - - - - 17 - - - YES - - - - - - 148 - - - - - 116 - - - YES - - - - - - 156 - - - - - 118 - - - YES - - - - - - 157 - - - - - 114 - - - YES - - - - - - 155 - - - - - 113 - - - YES - - - - - - 154 - - - - - 119 - - - YES - - - - - - - - 162 - - - - - 117 - - - - - 112 - - - - - 120 - - - YES - - - - - - 158 - - - - - 127 - - - YES - - - - - - 160 - - - - - 128 - - - YES - - - - - - 161 - - - - - 124 - - - YES - - - - - - 159 - - - - - 123 - - - YES - - - - - - - - 163 - - - - - 125 - - - - - 122 - - - - - 169 - - - YES - - - - - - - - - - - 174 - - - - - 153 - - - - - 152 - - - - - 151 - - - - - 150 - - - - - 179 - - - - - 186 - - - YES - - - - - - - 187 - - - - - 188 - - - - - - - YES - - YES - -3.IBPluginDependency - 111.IBPluginDependency - 111.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 118.IBPluginDependency - 118.ImportedFromIB2 - 119.IBPluginDependency - 119.ImportedFromIB2 - 120.IBPluginDependency - 120.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 123.ImportedFromIB2 - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 125.ImportedFromIB2 - 126.IBPluginDependency - 126.ImportedFromIB2 - 127.IBPluginDependency - 127.ImportedFromIB2 - 128.IBPluginDependency - 128.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 146.IBPluginDependency - 147.IBPluginDependency - 148.IBPluginDependency - 149.IBPluginDependency - 150.IBPluginDependency - 151.IBPluginDependency - 152.IBPluginDependency - 153.IBPluginDependency - 154.IBPluginDependency - 155.IBPluginDependency - 156.IBPluginDependency - 157.IBPluginDependency - 158.IBPluginDependency - 159.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 160.IBPluginDependency - 161.IBPluginDependency - 162.IBPluginDependency - 163.IBPluginDependency - 169.IBViewBoundsToFrameTransform - 17.IBPluginDependency - 17.ImportedFromIB2 - 186.IBPluginDependency - 186.IBViewBoundsToFrameTransform - 186.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 188.IBPluginDependency - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 24.IBPluginDependency - 24.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABB8AAAwpwAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAQAAAwwQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{494, 249}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{494, 249}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 190 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPText - IPBasicLevel - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setAngle: - id - - - setCenterVertical: - id - - - setFitHorizontal: - id - - - setPointX: - id - - - setPointY: - id - - - setSerialNumber: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - centerVerticalSwitch - id - - - fitHorizontalSwitch - id - - - serialNumberSwitch - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPText.h - - - - IPText - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPThread.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPThread.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPThread.xib 2011-05-30 10:37:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPThread.xib 2016-02-01 15:55:58.000000000 +0000 @@ -1,2263 +1,242 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{376, 283}, {165, 333}} - 1879048192 - Tråd - IPThread - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Center - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 21}} - - YES - - -1805517312 - 0 - 6 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Nominel diameter - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - Drej venstre - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Lås - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 186}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - threadWindow - - - - 36 - - - - centerXField - - - - 38 - - - - setCenterX: - - - - 40 - - - - setCenterX: - - - - 41 - - - - setCenterX: - - - - 42 - - - - setCenterY: - - - - 44 - - - - setCenterY: - - - - 45 - - - - diameterField - - - - 46 - - - - setDiameter: - - - - 47 - - - - setDiameter: - - - - 48 - - - - setDiameter: - - - - 49 - - - - centerYField - - - - 68 - - - - setCenterY: - - - - 69 - - - - delegate - - - - 73 - - - - delegate - - - - 74 - - - - nextKeyView - - - - 96 - - - - setLock: - - - - 101 - - - - setLeftTurn: - - - - 102 - - - - setExcluded: - - - - 104 - - - - leftTurnSwitch - - - - 105 - - - - lockSwitch - - - - 106 - - - - excludeSwitch - - - - 107 - - - - setLabel: - - - - 111 - - - - labelField - - - - 112 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Thread - - - 14 - - - YES - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 87 - - - - - 26 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 86 - - - - - 31 - - - YES - - - - - - 89 - - - - - 66 - - - YES - - - - - - - - 95 - - - - - 67 - - - - - 34 - - - - - 17 - - - YES - - - - - - 92 - - - - - 4 - - - YES - - - - - - 90 - - - - - 15 - - - YES - - - - - - 91 - - - - - 97 - - - YES - - - - - - - - - 100 - - - - - 93 - - - - - 94 - - - - - 103 - - - - - 108 - - - YES - - - - - - - 109 - - - - - 110 - - - - - - - YES - - YES - -3.IBPluginDependency - 108.IBPluginDependency - 108.IBViewBoundsToFrameTransform - 108.ImportedFromIB2 - 109.IBPluginDependency - 110.IBPluginDependency - 110.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADCSAAAwzYAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{358, 426}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{358, 426}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCSAAAwigAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 112 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPThread - IPArc - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - id - id - id - id - - - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - - setDiameter: - id - - - setExternal: - id - - - setLeftTurn: - id - - - setPitch: - id - - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - id - id - id - id - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - - diameterField - id - - - externalSwitch - id - - - leftTurnSwitch - id - - - pitchField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPThread.h - - - - IPThread - IPArc - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - id - id - id - - - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - - setCenterX: - id - - - setCenterY: - id - - - setLock: - id - - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - id - id - id - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - - centerXField - id - - - centerYField - id - - - lockSwitch - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPWeb.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPWeb.xib --- cenon.app-4.0.2/InspectorPanel.subproj/Danish.lproj/IPWeb.xib 2011-05-30 11:28:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/Danish.lproj/IPWeb.xib 2016-02-01 15:56:31.000000000 +0000 @@ -1,1905 +1,184 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{349, 209}, {165, 333}} - 1879048192 - Web - IPWeb - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Felt - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Felt - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Oprindelse - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - LÃ¥s - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 36.947265625 - - 67239424 - 67108864 - Navn: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 36.947265625 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - webWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 59 - - - - setLock: - - - - 71 - - - - setExcluded: - - - - 73 - - - - lockSwitch - - - - 74 - - - - excludeSwitch - - - - 75 - - - - setLabel: - - - - 79 - - - - labelField - - - - 80 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Web - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 63 - - - - - 2 - - - YES - - - - - - 62 - - - - - 18 - - - YES - - - - - - 65 - - - - - 16 - - - YES - - - - - - 64 - - - - - 39 - - - YES - - - - - - - - 67 - - - - - 40 - - - - - 13 - - - - - 68 - - - YES - - - - - - - - 70 - - - - - 66 - - - - - 72 - - - - - 76 - - - YES - - - - - - - 77 - - - - - 78 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 76.IBPluginDependency - 76.IBViewBoundsToFrameTransform - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{861, 619}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{861, 619}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBoAAAwwoAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 80 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPWeb - IPMark - - update: - id - - - update: - - update: - id - - - - IBProjectSource - InspectorPanel.subproj/IPWeb.h - - - - IPWeb - IPMark - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - id - id - id - - - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - - setLock: - id - - - setPointX: - id - - - setPointY: - id - - - - - YES - - YES - lockSwitch - xField - yField - - - YES - id - id - id - - - - YES - - YES - lockSwitch - xField - yField - - - YES - - lockSwitch - id - - - xField - id - - - yField - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllAcc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllAcc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllAcc.xib 2010-08-23 09:06:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllAcc.xib 2016-02-01 15:45:30.000000000 +0000 @@ -1,990 +1,56 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - YES - - YES - - - YES - - - - YES - - - - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{302, 248}, {165, 333}} - 1879048192 - Accessory - IPAllAcc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 306 - - YES - - - 256 - {165, 293} - - - - {165, 293} - - {0, 0} - - 67239424 - 0 - - - LucidaGrande - 11 - 3100 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 3 - 0 - NO - - - - 266 - {{5, 297}, {155, 26}} - - YES - - 67239488 - 1024 - - LucidaGrande - 12 - 16 - - - -2038284033 - 1 - - - - 400 - 75 - - - None - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - allAccWindow - - - - 26 - - - - accView - - - - 148 - - - - accPopup - - - - 156 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAllAcc - - - 16 - - - YES - - - - - - - 146 - - - YES - - - - - 149 - - - YES - - - - - - 158 - - - YES - - - - - - 150 - - - YES - - - - - - 155 - - - - - -3 - - - Application - - - - - YES - - YES - 146.ImportedFromIB2 - 149.ImportedFromIB2 - 150.ImportedFromIB2 - 155.ImportedFromIB2 - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - - - YES - - - - - - {{483, 272}, {165, 333}} - {{483, 272}, {165, 333}} - - - {167, 394} - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - - - YES - {9, 8} - {7, 2} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllFilling.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllFilling.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllFilling.xib 2010-08-23 07:22:33.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllFilling.xib 2016-02-01 15:43:52.000000000 +0000 @@ -1,34 +1,43 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 - YES - - YES - - - YES - - - - YES - + com.apple.InterfaceBuilder.CocoaPlugin + 5056 - + + NSBox + NSButton + NSButtonCell + NSColorWell + NSCustomObject + NSCustomView + NSForm + NSFormCell + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +55,22 @@ AllFilling IPAllFilling View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 266 {{5, 297}, {155, 26}} + + YES - 67239488 + 67108928 1024 LucidaGrande @@ -68,7 +78,7 @@ 16 - -2038284033 + -2038284288 1 @@ -96,8 +106,7 @@ YES OtherViews - - YES + @@ -147,32 +156,33 @@ 4 - + 3 YES YES 1 + NO 266 - - YES + - 256 - - YES + 274 + 257 {{60, 4}, {72, 21}} + + YES - 67501824 + 67371264 0 @@ -190,15 +200,18 @@ NO NO + NO 258 {{4, 5}, {35, 21}} + + YES - -1805517312 + -1805647872 0 0 @@ -223,15 +236,18 @@ + NO 257 {{44, 6}, {11, 18}} + + YES - 67239424 + 67108864 134217728 Cell @@ -240,7 +256,7 @@ 16 - 138690815 + 138690560 0 NSImage @@ -254,22 +270,25 @@ 200 25 + NO 257 {{136, 6}, {11, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 NSImage @@ -283,17 +302,22 @@ 200 25 + NO - + {{2, 2}, {152, 30}} + + - + {{5, 121}, {156, 48}} + + {0, 0} - 67239424 + 67108864 0 Graduate Angle @@ -312,42 +336,43 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES 1 MSAxIDEAA - + {{2, 2}, {152, 38}} + + - + {{5, 237}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Color @@ -366,39 +391,40 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES - + {{2, 2}, {152, 38}} + + - + {{5, 175}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Graduate Color @@ -419,39 +445,41 @@ 266 {{8, 8}, {112, 21}} + + YES + NO 1 1 - - YES + - 343014977 + 342884417 1024 62 - 67239424 + 67108864 67108864 Stepwidth - + {112, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 62 - 67239424 + 67108864 67108864 Field: @@ -476,14 +504,16 @@ 265 {{126, 10}, {12, 18}} + + YES - 67239424 + 67108864 134217728 Cell - 138690815 + 138690560 0 @@ -492,22 +522,25 @@ 200 25 + NO 265 {{147, 10}, {12, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 @@ -516,15 +549,18 @@ 200 25 + NO 264 {{4, 59}, {82, 32}} + + YES - -2079195584 + -2079326144 134218752 UmFkaWFsCkNlbnRlcg @@ -540,34 +576,40 @@ + NO 265 {{84, 38}, {74, 74}} + + SliderBox NSView - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allFillingWindow - 44 + 44 @@ -575,7 +617,7 @@ - 112 + 112 @@ -583,7 +625,7 @@ - 113 + 113 @@ -591,7 +633,7 @@ - 114 + 114 @@ -599,7 +641,7 @@ - 115 + 115 @@ -607,7 +649,7 @@ - 116 + 116 @@ -615,7 +657,7 @@ - 117 + 117 @@ -623,7 +665,7 @@ - 118 + 118 @@ -631,7 +673,7 @@ - 119 + 119 @@ -639,7 +681,7 @@ - 121 + 121 @@ -647,7 +689,7 @@ - 122 + 122 @@ -655,7 +697,7 @@ - 123 + 123 @@ -663,7 +705,7 @@ - 124 + 124 @@ -671,7 +713,7 @@ - 134 + 134 @@ -679,7 +721,7 @@ - 135 + 135 @@ -687,7 +729,7 @@ - 138 + 138 @@ -695,7 +737,7 @@ - 139 + 139 @@ -703,7 +745,7 @@ - 152 + 152 @@ -711,7 +753,7 @@ - 168 + 168 @@ -719,7 +761,7 @@ - 169 + 169 @@ -727,7 +769,7 @@ - 170 + 170 @@ -735,7 +777,7 @@ - 171 + 171 @@ -743,45 +785,42 @@ - 172 + 172 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllFilling - 36 + 36 - - YES + @@ -791,1096 +830,333 @@ - + - 84 + 84 - - YES + - + - 102 + 102 - - YES + - + - 106 + 106 - - YES + - + - 109 + 109 - - YES + - + - 131 + 131 - - YES + - + - 132 + 132 - 136 + 136 - - YES + - + - 137 + 137 - - YES + - + - 142 + 142 - - YES + - + - 167 + 167 - 175 + 175 - - YES + - + - 180 + 180 - 181 + 181 - 182 + 182 - 183 + 183 - 86 + 86 - - YES + - + - 173 + 173 - 95 + 95 - 89 + 89 - 88 + 88 - 85 + 85 - -3 + -3 Application - 98 + 98 - - YES + - + - 177 + 177 - 96 + 96 - - YES + - + - 176 + 176 - 101 + 101 - - YES + - + - 178 + 178 - 105 + 105 - - YES + - + - 179 + 179 - 107 + 107 - 110 + 110 - - - - YES - - YES - 10.IBEditorWindowLastContentRect - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.ImportedFromIB2 - 102.ImportedFromIB2 - 105.ImportedFromIB2 - 106.ImportedFromIB2 - 107.ImportedFromIB2 - 109.ImportedFromIB2 - 110.ImportedFromIB2 - 131.ImportedFromIB2 - 132.ImportedFromIB2 - 136.ImportedFromIB2 - 137.ImportedFromIB2 - 142.ImportedFromIB2 - 167.ImportedFromIB2 - 173.ImportedFromIB2 - 36.ImportedFromIB2 - 84.ImportedFromIB2 - 85.ImportedFromIB2 - 86.ImportedFromIB2 - 88.ImportedFromIB2 - 89.ImportedFromIB2 - 95.ImportedFromIB2 - 96.ImportedFromIB2 - 98.ImportedFromIB2 - - - YES - {{332, 479}, {165, 333}} - {{332, 479}, {165, 333}} - - - {167, 394} - - - - - - - - - - - - - - - - - - - - - - - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 479}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 183 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + IPAllFilling IPBasicLevel - - YES - - YES - setAngle: - setEndColor: - setFillColor: - setFillState: - setRadialCenter: - setStepWidth: - update: - - - YES - id - id - id - id - id - id - id - - - YES - - YES - angleButtonLeft - angleButtonRight - angleField - angleSlider - colorWell - colorWellGraduated - fillPopup - radialCenterText - sliderBox - stepButtonLeft - stepButtonRight - stepForm - - - YES - id - id - id - id - id - id - id - id - id - id - id - id + fillPopup + NSPopUpButton + + + fillPopup + + fillPopup + NSPopUpButton IBProjectSource - InspectorPanel.subproj/IPAllFilling.h - - - - IPAllFilling - IPBasicLevel - - IBUserSource - + ./Classes/IPAllFilling.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/InspectorPanel.h SliderBox NSView - - target - id - IBProjectSource - InspectorPanel.subproj/SliderBox.h - - - - SliderBox - NSView - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h + ./Classes/SliderBox.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - + + {11, 11} + {10, 3} + {11, 18} + {11, 18} + {11, 18} + {11, 18} + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllLayers.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllLayers.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllLayers.xib 2010-01-17 09:36:24.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllLayers.xib 2016-02-01 15:37:07.000000000 +0000 @@ -1,157 +1,178 @@ - + - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSCustomView + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES - + + InspectorPanel - + FirstResponder - + NSApplication - + 1 1 {{501, 360}, {165, 333}} - 1880621056 + 1884815360 Layers IPAllLayers - View - {1.79769e+308, 1.79769e+308} - {167, 394} - + + + {165, 333} + 256 - - YES - - + + + 290 {{2, 56}, {160, 32}} - + + + + {250, 750} YES - - 67239424 - 137887744 + + 67108864 + 134217728 Move to Layer - + Helvetica 12 16 - - -2038284033 + + -2038284288 1 - + + LucidaGrande + 12 + 16 + + - 200 - 25 + 400 + 75 + NO - - + + 274 - - YES - - - 2048 - - YES - - + + + + 2066 + + + 258 {104, 124} - + + + MoveMatrix - + {{1, 1}, {146, 236}} - - - - + + + + + 3 MQA 4 - - + + -2147483392 - {{132, 1}, {15, 236}} - - + {{-100, -100}, {98, 18}} + + + + NO + 1 + _doScroller: - 1 - 0.9838709831237793 - - + + -2147483392 - {{-100, -100}, {98, 18}} - - 1 - + {{132, 1}, {15, 236}} + + + + NO + _doScroller: + 1 - + {{8, 88}, {148, 238}} - - - 530 - - - + + + + 133650 + + + QSAAAEEgAABBcAAAQXAAAA + 0.25 + 4 + 1 - - + + 290 {{8, 36}, {148, 21}} - + + + YES - - -1805517312 + + -1805647871 0 Layer Name - - + + YES 6 System textBackgroundColor - + 6 @@ -163,549 +184,362 @@ + NO - - + + 292 {{2, 2}, {79, 32}} - + + + + {250, 750} YES - - 67239424 - 137887744 + + 67108864 + 134217728 New - - - -2038284033 + + + -2038284288 1 - + + - 200 - 25 + 400 + 75 + NO - - + + 289 {{83, 2}, {79, 32}} - + + + + {250, 750} YES - - 67239424 - 137887744 + + 67108864 + 134217728 Remove - - - -2038284033 + + + -2038284288 1 - + + - 200 - 25 + 400 + 75 + NO - + {165, 333} + + - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {{0, 0}, {2560, 1418}} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allLayersWindow - - - - 44 - - - - moveMatrix - - - - 102 - - - - nameField - - + + - 103 + 44 changeLayer: - - + + - 104 + 104 setName: - - + + - 105 + 105 newLayer: - - + + - 106 + 106 removeLayer: - - + + - 107 + 107 - + + + nameField + + + + 103 + + + + moveMatrix + + + + 102 + + - - YES + - 0 - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 10 - - - YES - - + -3 + - IPAllLayers - - - 36 - - - YES - - - - - - - - - - 96 - - - YES - - - - - - 97 - - - YES - - - - - - - - 98 - - - - - 99 - - - YES - - - - - - 100 - - - YES - - - - - - 101 - - - YES - - - - - - 109 - - - - - 110 - - - - - 111 - - - - - 112 - - - - - 113 - - - - - 114 - - + Application - -3 - + 10 + + + + - Application + IPAllLayers - - - - YES - - YES - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 100.ImportedFromIB2 - 101.IBPluginDependency - 101.ImportedFromIB2 - 113.IBShouldRemoveOnLegacySave - 114.IBShouldRemoveOnLegacySave - 36.IBPluginDependency - 36.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - {{329, 789}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 789}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - + + 36 + + + + + + + + + + + + 96 + + + + + + + + 109 + + + + + 97 + + + + + + + + + + 114 + + + + + 113 + + + + + 99 + + + + + + + + 110 + + + + + 100 + + + + + + + + 111 + + + + + 101 + + + + + + + + 112 + + + + + 98 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - YES - - + - 114 - - YES - - FirstResponder - - IBUserSource - - - + IPAllLayers IPBasicLevel - - YES - - YES - changeLayer: - displayChanged: - newLayer: - removeLayer: - setName: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - docView - lastLayerList - moveMatrix - nameField - - - YES - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/IPAllLayers.h - - - - IPAllLayers - IPBasicLevel - - IBUserSource - + ./Classes/IPAllLayers.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - + ./Classes/InspectorPanel.h MoveMatrix NSMatrix - - YES - - YES - activeCell - delegate - - - YES - id - id - - IBProjectSource - MoveMatrix.h - - - - MoveMatrix - NSMatrix - - IBUserSource - + ./Classes/MoveMatrix.h - + 0 + IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllStrokeWidth.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllStrokeWidth.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPAllStrokeWidth.xib 2010-08-23 08:57:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPAllStrokeWidth.xib 2016-02-01 15:44:35.000000000 +0000 @@ -1,1448 +1,139 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{351, 391}, {165, 333}} - 1879048192 - StrokeWidth - IPAllStrokeWidth - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 100 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 184}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Width - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 266 - - YES - - YES - NSColor pasteboard type - - - {{5, 5}, {142, 30}} - - YES - YES - - 1 - MSAxIDEAA - - - - {{2, 2}, {152, 38}} - - - - {{5, 237}, {156, 57}} - - {0, 0} - - 67239424 - 0 - Color - - LucidaGrande - 12 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{29, 297}, {110, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Not Stroked - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Stroked - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - widthSlider - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - widthField - - - - 40 - - - - colorWell - - - - 41 - - - - setWidth: - - - - 42 - - - - setWidth: - - - - 43 - - - - allStrokeWindow - - - - 44 - - - - setColor: - - - - 45 - - - - strokePopup - - - - 92 - - - - setStrokeState: - - - - 93 - - - - widthButtonLeft - - - - 94 - - - - widthButtonRight - - - - 95 - - - - delegate - - - - 102 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - IPAllStrokeWidth - - - 36 - - - YES - - - - - - - - 14 - - - YES - - - - - - - - - 84 - - - YES - - - - - - 86 - - - YES - - - - - - 101 - - - YES - - - - - - 90 - - - YES - - - - - - - 88 - - - - - 87 - - - - - -3 - - - Application - - - 24 - - - YES - - - - - - 100 - - - - - 5 - - - YES - - - - - - 98 - - - - - 23 - - - YES - - - - - - 99 - - - - - 4 - - - YES - - - - - - 97 - - - - - 35 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 90.IBPluginDependency - 90.ImportedFromIB2 - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{399, 364}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{399, 364}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 102 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllStrokeWidth - IPBasicLevel - - YES - - YES - setColor: - setStrokeState: - setWidth: - update: - - - YES - id - id - id - id - - - - YES - - YES - colorWell - strokePopup - widthButtonLeft - widthButtonRight - widthField - widthSlider - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllStrokeWidth.h - - - - IPAllStrokeWidth - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/._IPArc.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/._IPArc.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPArc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPArc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPArc.xib 2011-09-01 09:59:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPArc.xib 2016-02-01 15:43:08.000000000 +0000 @@ -1,2639 +1,355 @@ - - - - 1040 - 10J869 - 851 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{412, 288}, {165, 333}} - 1879048192 - Arc - IPArc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Center - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 207}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Radius - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - -360 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - -360 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 103}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 180 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 180 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 155}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Start Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 77}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - arcWindow - - - - 44 - - - - centerXField - - - - 46 - - - - setCenterX: - - - - 48 - - - - setCenterX: - - - - 49 - - - - setCenterX: - - - - 50 - - - - setCenterY: - - - - 52 - - - - setCenterY: - - - - 53 - - - - radiusField - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - setRadius: - - - - 57 - - - - angleField - - - - 58 - - - - begAngleField - - - - 59 - - - - setBegAngle: - - - - 60 - - - - setBegAngle: - - - - 61 - - - - setBegAngle: - - - - 62 - - - - setBegAngle: - - - - 63 - - - - setAngle: - - - - 64 - - - - setAngle: - - - - 65 - - - - setAngle: - - - - 66 - - - - setAngle: - - - - 67 - - - - begAngleSlider - - - - 68 - - - - angleSlider - - - - 69 - - - - centerYField - - - - 74 - - - - setCenterY: - - - - 75 - - - - delegate - - - - 79 - - - - delegate - - - - 81 - - - - delegate - - - - 82 - - - - delegate - - - - 83 - - - - nextKeyView - - - - 103 - - - - nextKeyView - - - - 104 - - - - nextKeyView - - - - 105 - - - - setLock: - - - - 109 - - - - setExcluded: - - - - 111 - - - - excludeSwitch - - - - 112 - - - - lockSwitch - - - - 113 - - - - setLabel: - - - - 118 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Arc - - - 36 - - - YES - - - - - - - - - - - 7 - - - YES - - - - - - - - 12 - - - YES - - - - - - - - - - 21 - - - YES - - - - - - - - - 30 - - - YES - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 85 - - - - - 22 - - - YES - - - - - - 87 - - - - - 6 - - - YES - - - - - - 86 - - - - - 33 - - - YES - - - - - - 91 - - - - - 11 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 89 - - - - - 32 - - - YES - - - - - - 90 - - - - - 72 - - - YES - - - - - - - - 101 - - - - - 73 - - - - - 3 - - - - - 26 - - - YES - - - - - - 93 - - - - - 28 - - - YES - - - - - - 94 - - - - - 29 - - - YES - - - - - - 95 - - - - - 9 - - - YES - - - - - - 92 - - - - - 25 - - - YES - - - - - - 99 - - - - - 15 - - - YES - - - - - - 97 - - - - - 19 - - - YES - - - - - - 98 - - - - - 8 - - - YES - - - - - - 96 - - - - - 106 - - - YES - - - - - - - - 108 - - - - - 100 - - - - - 110 - - - - - 114 - - - YES - - - - - - - 115 - - - - - 116 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 106.IBViewBoundsToFrameTransform - 11.IBPluginDependency - 11.ImportedFromIB2 - 114.IBPluginDependency - 114.IBViewBoundsToFrameTransform - 114.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 116.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBPluginDependency - 28.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 32.IBPluginDependency - 32.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 73.IBPluginDependency - 73.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 9.IBPluginDependency - 9.ImportedFromIB2 - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 703}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 703}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCzAAAwcAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABA4AAAwy8AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 118 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPArc - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPCrosshairs.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPCrosshairs.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPCrosshairs.xib 2011-05-30 07:38:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPCrosshairs.xib 2016-02-01 15:45:49.000000000 +0000 @@ -1,1600 +1,143 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{476, 391}, {165, 333}} - 1880621056 - Crosshairs - IPCrosshairs - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{132, 30}, {16, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 259}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{56, 6}, {104, 19}} - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - crosshairsWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 40 - - - - setLock: - - - - 42 - - - - lockSwitch - - - - 43 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Crosshairs - - - 15 - - - YES - - - - - - - 5 - - - YES - - - - - - - - - - 41 - - - YES - - - - - - 49 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 46 - - - - - 2 - - - YES - - - - - - 45 - - - - - 18 - - - YES - - - - - - 48 - - - - - 16 - - - YES - - - - - - 47 - - - - - 36 - - - YES - - - - - - - - 50 - - - - - 37 - - - - - 13 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 45.IBPluginDependency - 46.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 49.IBPluginDependency - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{651, 88}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{651, 88}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 50 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCrosshairs - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xField - yField - - - YES - id - id - - - - YES - - YES - xField - yField - - - YES - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCrosshairs.h - - - - IPCrosshairs - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/._IPCurve.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/._IPCurve.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPCurve.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPCurve.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPCurve.xib 2012-03-11 10:45:14.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPCurve.xib 2016-02-01 15:46:22.000000000 +0000 @@ -1,3121 +1,473 @@ - - - - 1040 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{404, 389}, {165, 375}} - 1879048192 - Curve - IPCurve - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Start Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 230}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Control Point 1 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 158}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Control Point 2 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 86}, {156, 72}} - - {0, 0} - - 67239424 - 0 - End Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - - - - - - - 266 - {{7, 60}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - curveWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - xc1Field - - - - 55 - - - - yc1Field - - - - 56 - - - - delegate - - - - 57 - - - - setControlX: - - - - 58 - - - - setControlY: - - - - 59 - - - - setControlX: - - - - 60 - - - - setControlX: - - - - 61 - - - - setControlY: - - - - 62 - - - - setControlY: - - - - 63 - - - - xButtonLeft - - - - 64 - - - - xButtonRight - - - - 65 - - - - yButtonLeft - - - - 66 - - - - yButtonRight - - - - 67 - - - - xc1ButtonLeft - - - - 68 - - - - xc1ButtonRight - - - - 69 - - - - yc1ButtonLeft - - - - 70 - - - - yc1ButtonRight - - - - 71 - - - - xc2Field - - - - 90 - - - - yc2Field - - - - 91 - - - - xeField - - - - 92 - - - - yeField - - - - 93 - - - - setControlY: - - - - 94 - - - - setPointX: - - - - 95 - - - - setPointY: - - - - 96 - - - - setControlX: - - - - 97 - - - - setControlX: - - - - 98 - - - - setControlY: - - - - 99 - - - - setControlY: - - - - 100 - - - - setPointX: - - - - 101 - - - - setPointX: - - - - 102 - - - - setPointY: - - - - 103 - - - - setPointY: - - - - 104 - - - - setControlX: - - - - 105 - - - - nextKeyView - - - - 128 - - - - nextKeyView - - - - 129 - - - - nextKeyView - - - - 130 - - - - setLock: - - - - 134 - - - - setExcluded: - - - - 136 - - - - lockSwitch - - - - 137 - - - - excludeSwitch - - - - 138 - - - - setLabel: - - - - 142 - - - - labelField - - - - 143 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Curve - - - 6 - - - YES - - - - - - - - - - - 16 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - - 72 - - - YES - - - - - - - - - - 81 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 109 - - - - - 10 - - - YES - - - - - - 108 - - - - - 7 - - - YES - - - - - - 107 - - - - - 17 - - - YES - - - - - - 110 - - - - - 36 - - - YES - - - - - - - - 124 - - - - - 37 - - - - - 15 - - - - - 53 - - - YES - - - - - - 115 - - - - - 46 - - - YES - - - - - - 112 - - - - - 51 - - - YES - - - - - - 114 - - - - - 47 - - - YES - - - - - - 113 - - - - - 49 - - - YES - - - - - - - - 125 - - - - - 52 - - - - - 50 - - - - - 74 - - - YES - - - - - - 116 - - - - - 80 - - - YES - - - - - - 119 - - - - - 79 - - - YES - - - - - - 118 - - - - - 78 - - - YES - - - - - - 117 - - - - - 75 - - - YES - - - - - - - - 126 - - - - - 77 - - - - - 76 - - - - - 87 - - - YES - - - - - - 121 - - - - - 88 - - - YES - - - - - - 122 - - - - - 83 - - - YES - - - - - - 120 - - - - - 89 - - - YES - - - - - - 123 - - - - - 84 - - - YES - - - - - - - - 127 - - - - - 86 - - - - - 85 - - - - - 131 - - - YES - - - - - - - - 133 - - - - - 111 - - - - - 135 - - - - - 139 - - - YES - - - - - - - 140 - - - - - 141 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 131.IBViewBoundsToFrameTransform - 139.IBPluginDependency - 139.IBViewBoundsToFrameTransform - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 141.IBPluginDependency - 141.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 74.IBPluginDependency - 74.ImportedFromIB2 - 75.IBPluginDependency - 75.ImportedFromIB2 - 76.IBPluginDependency - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - 78.ImportedFromIB2 - 79.IBPluginDependency - 79.ImportedFromIB2 - 80.IBPluginDependency - 80.ImportedFromIB2 - 81.IBPluginDependency - 81.ImportedFromIB2 - 83.IBPluginDependency - 83.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 563}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 563}, {165, 375}} - - - {167, 394} - - P4AAAL+AAABBoAAAwhgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBcAAAwp4AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 143 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCurve - IPBasicLevel - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - - setControlX: - id - - - setControlY: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - xc1ButtonLeft - id - - - xc1ButtonRight - id - - - xc1Field - id - - - xc2Field - id - - - xeField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - yc1ButtonLeft - id - - - yc1ButtonRight - id - - - yc1Field - id - - - yc2Field - id - - - yeField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCurve.h - - - - IPCurve - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPGroup.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPGroup.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPGroup.xib 2011-05-30 09:30:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPGroup.xib 2016-02-01 15:47:04.000000000 +0000 @@ -1,2208 +1,279 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 2 - {{173, 391}, {165, 333}} - 1879048192 - Group - IPGroup - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origin - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Size - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 162}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - groupWindow - - - - 16 - - - - xField - - - - 26 - - - - wField - - - - 36 - - - - setPointX: - - - - 38 - - - - setPointX: - - - - 39 - - - - setPointX: - - - - 40 - - - - setPointY: - - - - 42 - - - - setPointY: - - - - 43 - - - - setSizeW: - - - - 44 - - - - setSizeW: - - - - 45 - - - - setSizeW: - - - - 46 - - - - setSizeH: - - - - 48 - - - - setSizeH: - - - - 49 - - - - yField - - - - 55 - - - - hField - - - - 56 - - - - setPointY: - - - - 57 - - - - setSizeH: - - - - 58 - - - - delegate - - - - 62 - - - - delegate - - - - 63 - - - - nextKeyView - - - - 76 - - - - setLock: - - - - 80 - - - - setExcluded: - - - - 82 - - - - lockSwitch - - - - 83 - - - - excludeSwitch - - - - 84 - - - - setLabel: - - - - 88 - - - - labelField - - - - 89 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Group - - - 8 - - - YES - - - - - - - - - 19 - - - YES - - - - - - - - - - 31 - - - YES - - - - - - - - - - -3 - - - Application - - - 25 - - - YES - - - - - - 68 - - - - - 24 - - - YES - - - - - - 67 - - - - - 22 - - - YES - - - - - - 66 - - - - - 18 - - - YES - - - - - - 65 - - - - - 51 - - - YES - - - - - - - - 74 - - - - - 52 - - - - - 23 - - - - - 34 - - - YES - - - - - - 71 - - - - - 35 - - - YES - - - - - - 72 - - - - - 29 - - - YES - - - - - - 69 - - - - - 33 - - - YES - - - - - - 70 - - - - - 53 - - - YES - - - - - - - - 75 - - - - - 54 - - - - - 30 - - - - - 77 - - - YES - - - - - - - - 79 - - - - - 73 - - - - - 81 - - - - - 85 - - - YES - - - - - - - 86 - - - - - 87 - - - - - - - YES - - YES - -3.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 31.IBPluginDependency - 31.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 77.IBViewBoundsToFrameTransform - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 85.IBViewBoundsToFrameTransform - 85.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 87.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 513}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 513}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCWAAAwrYAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwzYAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 89 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPGroup - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - setSizeH: - id - - - setSizeW: - id - - - update: - id - - - - - YES - - YES - hField - wField - xField - yField - - - YES - id - id - id - id - - - - YES - - YES - hField - wField - xField - yField - - - YES - - hField - id - - - wField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPGroup.h - - - - IPGroup - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPImage.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPImage.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPImage.xib 2011-05-30 09:34:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPImage.xib 2016-02-01 15:47:55.000000000 +0000 @@ -1,2745 +1,329 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{761, 385}, {165, 333}} - 1879048192 - Image - IPImage - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origin - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - W: - - - - - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Size - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - -2080244224 - 67108864 - Thumbnail - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - - YES - - - 256 - - YES - - - 256 - {{6, 8}, {140, 21}} - - YES - - -1805517248 - 1024 - VImage1.tiff - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 33}} - - - - {{5, 138}, {156, 52}} - - {0, 0} - - 67239424 - 0 - Name - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{5, 104}, {155, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - TIFF (LZW) - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - 11 - - - YES - - OtherViews - - YES - - - BMP - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - GIF - - 1048576 - 2147483647 - - - _popUpItemAction: - 2 - - - - - JPG - - 1048576 - 2147483647 - - - _popUpItemAction: - 3 - - - - - PNG - - 1048576 - 2147483647 - - - _popUpItemAction: - 4 - - - - - TIFF (uncompressed) - - 1048576 - 2147483647 - - - _popUpItemAction: - 10 - - - - - - TIFF (PackBits) - - 1048576 - 2147483647 - - - _popUpItemAction: - 12 - - - - - 5 - 3 - YES - YES - 1 - - - - - 265 - {{8, 76}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - 5 - - - 101 - - 67239424 - 67108864 - Compression (%) - - - - - - {150, 22} - {1, 8} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 101 - - 67239424 - 67108864 - Field: - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - imageWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - widthField - - - - 28 - - - - heightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setWidth: - - - - 36 - - - - setHeight: - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - setHeight: - - - - 40 - - - - setHeight: - - - - 41 - - - - delegate - - - - 63 - - - - delegate - - - - 64 - - - - nameField - - - - 141 - - - - setName: - - - - 142 - - - - compPopUp - - - - 168 - - - - factorField - - - - 169 - - - - setCompressionType: - - - - 170 - - - - setCompressionFactor: - - - - 171 - - - - thumbSwitch - - - - 174 - - - - setThumbnail: - - - - 175 - - - - lockSwitch - - - - 176 - - - - setLock: - - - - 177 - - - - setExcluded: - - - - 198 - - - - excludeSwitch - - - - 199 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Image - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - 172 - - - - - 173 - - - - - 139 - - - YES - - - - - - 158 - - - YES - - - - - - 164 - - - YES - - - - - - - 167 - - - - - 192 - - - YES - - - - - - 195 - - - - - 196 - - - - - 159 - - - YES - - - - - - - - - - - - 181 - - - - - 180 - - - - - 179 - - - - - 178 - - - - - 162 - - - - - 161 - - - - - 160 - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 186 - - - - - 11 - - - YES - - - - - - 184 - - - - - 5 - - - YES - - - - - - 183 - - - - - 21 - - - YES - - - - - - 185 - - - - - 13 - - - YES - - - - - - - - 193 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 188 - - - - - 3 - - - YES - - - - - - 187 - - - - - 20 - - - YES - - - - - - 190 - - - - - 19 - - - YES - - - - - - 189 - - - - - 18 - - - YES - - - - - - - - 194 - - - - - 15 - - - - - 12 - - - - - 138 - - - YES - - - - - - 191 - - - - - 197 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 11.IBPluginDependency - 11.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 158.IBPluginDependency - 158.ImportedFromIB2 - 159.IBPluginDependency - 159.ImportedFromIB2 - 160.IBPluginDependency - 160.ImportedFromIB2 - 161.IBPluginDependency - 161.ImportedFromIB2 - 162.IBPluginDependency - 162.ImportedFromIB2 - 164.IBPluginDependency - 164.ImportedFromIB2 - 167.IBPluginDependency - 167.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 172.IBAttributePlaceholdersKey - 172.IBPluginDependency - 172.ImportedFromIB2 - 173.IBAttributePlaceholdersKey - 173.IBPluginDependency - 173.ImportedFromIB2 - 178.IBPluginDependency - 178.ImportedFromIB2 - 179.IBPluginDependency - 179.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 180.IBPluginDependency - 180.ImportedFromIB2 - 181.IBPluginDependency - 181.ImportedFromIB2 - 183.IBPluginDependency - 184.IBPluginDependency - 185.IBPluginDependency - 186.IBPluginDependency - 187.IBPluginDependency - 188.IBPluginDependency - 189.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 190.IBPluginDependency - 191.IBPluginDependency - 192.IBPluginDependency - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 197.IBAttributePlaceholdersKey - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 65.IBPluginDependency - 65.IBViewBoundsToFrameTransform - 65.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{494, 248}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{494, 248}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Display Thumbnail image to save memory - - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Prevent accidental editing - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Exclude object from processing - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCnAAAwjAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 199 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPImage - IPBasicLevel - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - - setCompressionFactor: - id - - - setCompressionType: - id - - - setHeight: - id - - - setName: - id - - - setThumbnail: - id - - - setWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - - compPopUp - id - - - factorField - id - - - heightField - id - - - nameField - id - - - thumbSwitch - id - - - widthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPImage.h - - - - IPImage - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine3D.gmodel cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine3D.gmodel --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine3D.gmodel 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine3D.gmodel 2008-12-09 21:46:31.000000000 +0000 @@ -0,0 +1,1690 @@ +{ + "Object 1" = {elements = ("Object 2"); isa = NSMutableArray; }; + "Object 2" = { + className = InspectorPanel; + isa = IMCustomObject; + realObject = "Object 3"; + }; + "Object 3" = { + delegate = nil; + isa = NSApplication; + keyWindow = nil; + mainMenu = nil; + mainWindow = nil; + windows = "Object 4"; + }; + "Object 4" = { + elements = ("Object 5", "Object 9", "Object 11"); + isa = NSMutableArray; + }; + "Object 5" = { + backgroundColor = "Object 8"; + backingType = 0; + contentFrame = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + contentView = "Object 6"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = NO; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = NSWindow; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=0.000000; height=0.000000}"; + representedFilename = ""; + styleMask = 0; + title = ""; + }; + "Object 6" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + frame = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 5"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = nil; + }; + "Object 7" = {elements = (); isa = NSMutableArray; }; + "Object 8" = { + catalogName = System; + colorName = controlColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 9" = { + backgroundColor = "Object 8"; + backingType = 0; + contentFrame = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + contentView = "Object 10"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = NO; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = NSWindow; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=0.000000; height=0.000000}"; + representedFilename = ""; + styleMask = 0; + title = ""; + }; + "Object 10" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + frame = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 9"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = nil; + }; + "Object 11" = { + backgroundColor = "Object 8"; + backingType = 1; + contentFrame = "{x=6.000000; y=280.000000; width=165.000000; height=333.000000}"; + contentView = "Object 12"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = YES; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = IPLine3D; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=165.000000; height=392.000000}"; + representedFilename = ""; + styleMask = 1; + title = Line3D; + }; + "Object 12" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=165.000000; height=333.000000}"; + frame = "{x=1.000000; y=1.000000; width=165.000000; height=333.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 11"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 13"; + superview = nil; + }; + "Object 13" = { + elements = ("Object 14", "Object 42", "Object 46", "Object 67"); + isa = NSMutableArray; + }; + "Object 14" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=99.000000}"; + contentView = "Object 16"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=232.000000; width=156.000000; height=99.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = "Start Point"; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 15" = {isa = NSFont; name = Helvetica; size = 12.000000; }; + "Object 16" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=81.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=81.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 14"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 17"; + superview = "Object 14"; + }; + "Object 17" = { + elements = ( + "Object 18", + "Object 22", + "Object 26", + "Object 28", + "Object 30", + "Object 38", + "Object 40" + ); + isa = NSMutableArray; + }; + "Object 18" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 19"; + frame = "{x=112.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 19" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 20" = { + isa = NSImage; + name = arrowLeft; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 21" = { + isa = NSImage; + name = arrowLeftH; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 22" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 23"; + frame = "{x=136.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 23" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 24" = { + isa = NSImage; + name = arrowRight; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 25" = { + isa = NSImage; + name = arrowRightH; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 26" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 27"; + frame = "{x=112.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 27" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 28" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 29"; + frame = "{x=136.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 29" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 30" = { + action = nil; + allowsEmptySelection = NO; + autoresizesSubviews = NO; + autoresizingMask = 0; + autosizesCells = NO; + backgroundColor = "Object 8"; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=71.000000}"; + cell = nil; + cellBackgroundColor = "Object 8"; + cellClass = NSActionCell; + cellSize = "{width=100.000000; height=21.000000}"; + cells = "Object 34"; + delegate = nil; + doubleAction = nil; + drawsBackground = NO; + drawsCellBackground = NO; + errorAction = nil; + frame = "{x=4.000000; y=5.000000; width=100.000000; height=71.000000}"; + ignoresMultiClick = NO; + intercellSpacing = "{width=4.000000; height=4.000000}"; + interfaceStyle = 0; + isAutoscroll = NO; + isEnabled = YES; + isSelectionByRect = YES; + isa = NSMatrix; + mode = 3; + nextKeyView = nil; + nextResponder = "Object 16"; + numberOfColumns = 1; + numberOfRows = 3; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + prototype = "Object 31"; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + target = nil; + }; + "Object 31" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 32" = { + catalogName = System; + colorName = textBackgroundColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 33" = { + catalogName = System; + colorName = controlTextColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 34" = { + elements = ("Object 35", "Object 36", "Object 37"); + isa = NSMutableArray; + }; + "Object 35" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 36" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 1; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 37" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 38" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 39"; + frame = "{x=112.000000; y=7.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 39" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 40" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 41"; + frame = "{x=136.000000; y=7.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 41" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 42" = { + autoresizesSubviews = NO; + autoresizingMask = 9; + bounds = "{x=0.000000; y=0.000000; width=58.000000; height=16.000000}"; + cell = "Object 43"; + frame = "{x=102.000000; y=8.000000; width=58.000000; height=16.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + tag = 0; + }; + "Object 43" = { + action = nil; + alignment = 1; + alternateImage = "Object 45"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 3; + image = "Object 44"; + imagePosition = 3; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 1; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = Lock; + type = 1; + wraps = YES; + }; + "Object 44" = {isa = NSImage; name = NSSwitch; }; + "Object 45" = {isa = NSImage; name = NSHighlightedSwitch; }; + "Object 46" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=99.000000}"; + contentView = "Object 47"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=77.000000; width=156.000000; height=99.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = "End Point"; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 47" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=81.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=81.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 46"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 48"; + superview = "Object 46"; + }; + "Object 48" = { + elements = ( + "Object 49", + "Object 51", + "Object 53", + "Object 55", + "Object 57", + "Object 63", + "Object 65" + ); + isa = NSMutableArray; + }; + "Object 49" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 50"; + frame = "{x=112.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 50" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 51" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 52"; + frame = "{x=136.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 52" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 53" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 54"; + frame = "{x=112.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 54" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 55" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 56"; + frame = "{x=136.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 56" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 57" = { + action = nil; + allowsEmptySelection = NO; + autoresizesSubviews = NO; + autoresizingMask = 0; + autosizesCells = NO; + backgroundColor = "Object 8"; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=71.000000}"; + cell = nil; + cellBackgroundColor = "Object 8"; + cellClass = NSActionCell; + cellSize = "{width=100.000000; height=21.000000}"; + cells = "Object 59"; + delegate = nil; + doubleAction = nil; + drawsBackground = NO; + drawsCellBackground = NO; + errorAction = nil; + frame = "{x=4.000000; y=6.000000; width=100.000000; height=71.000000}"; + ignoresMultiClick = NO; + intercellSpacing = "{width=4.000000; height=4.000000}"; + interfaceStyle = 0; + isAutoscroll = NO; + isEnabled = YES; + isSelectionByRect = YES; + isa = NSMatrix; + mode = 3; + nextKeyView = nil; + nextResponder = "Object 47"; + numberOfColumns = 1; + numberOfRows = 3; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + prototype = "Object 58"; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + target = nil; + }; + "Object 58" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 59" = { + elements = ("Object 60", "Object 61", "Object 62"); + isa = NSMutableArray; + }; + "Object 60" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 61" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 1; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 62" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 63" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 64"; + frame = "{x=112.000000; y=8.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 64" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 65" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 66"; + frame = "{x=136.000000; y=8.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 66" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 67" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=48.000000}"; + contentView = "Object 68"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=180.000000; width=156.000000; height=48.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = Length; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 68" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=30.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=30.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 67"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 69"; + superview = "Object 67"; + }; + "Object 69" = { + elements = ("Object 70", "Object 72", "Object 74"); + isa = NSMutableArray; + }; + "Object 70" = { + autoresizesSubviews = NO; + autoresizingMask = 2; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=21.000000}"; + cell = "Object 71"; + delegate = nil; + errorAction = nil; + frame = "{x=4.000000; y=4.000000; width=100.000000; height=21.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSTextField; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 0; + }; + "Object 71" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 0; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 72" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 73"; + frame = "{x=112.000000; y=6.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 0; + }; + "Object 73" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 74" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 75"; + frame = "{x=136.000000; y=6.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 1; + }; + "Object 75" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 76" = { + elements = ( + "Object 77", + "Object 79", + "Object 81", + "Object 83", + "Object 84", + "Object 85", + "Object 87", + "Object 88", + "Object 90", + "Object 91", + "Object 93", + "Object 95", + "Object 97", + "Object 99", + "Object 101", + "Object 103", + "Object 105", + "Object 106", + "Object 107", + "Object 108", + "Object 109", + "Object 111", + "Object 113", + "Object 114", + "Object 115", + "Object 116", + "Object 117", + "Object 119", + "Object 121", + "Object 123", + "Object 124", + "Object 126", + "Object 127" + ); + isa = NSMutableArray; + }; + "Object 77" = { + destination = "Object 11"; + isa = IMOutletConnector; + label = "Object 78"; + source = "Object 2"; + }; + "Object 78" = {isa = NSString; string = line3DWindow; }; + "Object 79" = { + destination = "Object 35"; + isa = IMOutletConnector; + label = "Object 80"; + source = "Object 11"; + }; + "Object 80" = {isa = NSString; string = xField; }; + "Object 81" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 35"; + }; + "Object 82" = {isa = NSString; string = "setPointX:"; }; + "Object 83" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 18"; + }; + "Object 84" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 22"; + }; + "Object 85" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 26"; + }; + "Object 86" = {isa = NSString; string = "setPointY:"; }; + "Object 87" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 28"; + }; + "Object 88" = { + destination = "Object 36"; + isa = IMOutletConnector; + label = "Object 89"; + source = "Object 11"; + }; + "Object 89" = {isa = NSString; string = yField; }; + "Object 90" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 36"; + }; + "Object 91" = { + destination = "Object 42"; + isa = IMOutletConnector; + label = "Object 92"; + source = "Object 11"; + }; + "Object 92" = {isa = NSString; string = lockSwitch; }; + "Object 93" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 94"; + source = "Object 42"; + }; + "Object 94" = {isa = NSString; string = "setLock:"; }; + "Object 95" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 30"; + }; + "Object 96" = {isa = NSString; string = delegate; }; + "Object 97" = { + destination = "Object 60"; + isa = IMOutletConnector; + label = "Object 98"; + source = "Object 11"; + }; + "Object 98" = {isa = NSString; string = endXField; }; + "Object 99" = { + destination = "Object 61"; + isa = IMOutletConnector; + label = "Object 100"; + source = "Object 11"; + }; + "Object 100" = {isa = NSString; string = endYField; }; + "Object 101" = { + destination = "Object 70"; + isa = IMOutletConnector; + label = "Object 102"; + source = "Object 11"; + }; + "Object 102" = {isa = NSString; string = lengthField; }; + "Object 103" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 70"; + }; + "Object 104" = {isa = NSString; string = "setLength:"; }; + "Object 105" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 72"; + }; + "Object 106" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 74"; + }; + "Object 107" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 70"; + }; + "Object 108" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 57"; + }; + "Object 109" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 60"; + }; + "Object 110" = {isa = NSString; string = "setEndX:"; }; + "Object 111" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 61"; + }; + "Object 112" = {isa = NSString; string = "setEndY:"; }; + "Object 113" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 49"; + }; + "Object 114" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 51"; + }; + "Object 115" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 53"; + }; + "Object 116" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 55"; + }; + "Object 117" = { + destination = "Object 62"; + isa = IMOutletConnector; + label = "Object 118"; + source = "Object 11"; + }; + "Object 118" = {isa = NSString; string = endZField; }; + "Object 119" = { + destination = "Object 37"; + isa = IMOutletConnector; + label = "Object 120"; + source = "Object 11"; + }; + "Object 120" = {isa = NSString; string = zField; }; + "Object 121" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 122"; + source = "Object 37"; + }; + "Object 122" = {isa = NSString; string = "setPointZ:"; }; + "Object 123" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 122"; + source = "Object 38"; + }; + "Object 124" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 62"; + }; + "Object 125" = {isa = NSString; string = "setEndZ:"; }; + "Object 126" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 63"; + }; + "Object 127" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 65"; + }; + RootObject = {Connections = "Object 76"; Objects = "Object 1"; isa = GMModel; }; + TopLevelObjects = (RootObject); + Version = 1; +} diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine3D.nib/data.classes cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine3D.nib/data.classes --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine3D.nib/data.classes 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine3D.nib/data.classes 2008-12-09 21:46:30.000000000 +0000 @@ -0,0 +1,27 @@ +"App" = {ACTIONS = {}; OUTLETS = {inspectorPanel = id; }; SUPERCLASS = NSApplication; }; +"FirstResponder" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSObject; }; +"IPLine3D" = { + ACTIONS = { + "setEndX:" = id; + "setEndY:" = id; + "setEndZ:" = id; + "setLength:" = id; + "setLock:" = id; + "setPointX:" = id; + "setPointY:" = id; + "setPointZ:" = id; + }; + OUTLETS = { + endXField = id; + endYField = id; + endZField = id; + lengthField = id; + lockSwitch = id; + xField = id; + yField = id; + zField = id; + }; + SUPERCLASS = NSPanel; +}; +"InspectorPanel" = {ACTIONS = {}; OUTLETS = {line3DWindow = id; }; SUPERCLASS = NSPanel; }; +"SurfaceWell" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSColorWell; }; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine3D.nib/objects.nib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine3D.nib/objects.nib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPLine.xib 2011-05-31 05:23:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPLine.xib 2016-02-01 16:15:00.000000000 +0000 @@ -1,2784 +1,391 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{330, 288}, {165, 333}} - 1879048192 - Line - IPLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Start Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 92}, {156, 72}} - - {0, 0} - - 67239424 - 0 - End Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 164}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Length - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - Lock - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 66}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - lineWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 43 - - - - angleField - - - - 66 - - - - angleSlider - - - - 67 - - - - endXField - - - - 68 - - - - endYField - - - - 69 - - - - lengthField - - - - 70 - - - - setAngle: - - - - 71 - - - - delegate - - - - 73 - - - - setAngle: - - - - 74 - - - - setAngle: - - - - 75 - - - - setAngle: - - - - 76 - - - - setLength: - - - - 77 - - - - setLength: - - - - 78 - - - - setLength: - - - - 79 - - - - delegate - - - - 80 - - - - delegate - - - - 81 - - - - setEndX: - - - - 82 - - - - setEndY: - - - - 83 - - - - setEndX: - - - - 84 - - - - setEndX: - - - - 85 - - - - setEndY: - - - - 86 - - - - setEndY: - - - - 87 - - - - nextKeyView - - - - 108 - - - - nextKeyView - - - - 109 - - - - nextKeyView - - - - 110 - - - - setLock: - - - - 114 - - - - lockSwitch - - - - 116 - - - - setExcluded: - - - - 126 - - - - excludeSwitch - - - - 127 - - - - setLabel: - - - - 131 - - - - labelField - - - - 132 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Line - - - 15 - - - YES - - - - - - - - - - - 5 - - - YES - - - - - - - - - - 51 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - 60 - - - YES - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 90 - - - - - 2 - - - YES - - - - - - 89 - - - - - 18 - - - YES - - - - - - 92 - - - - - 16 - - - YES - - - - - - 91 - - - - - 36 - - - YES - - - - - - - - 105 - - - - - 37 - - - - - 13 - - - - - 50 - - - YES - - - - - - 97 - - - - - 47 - - - YES - - - - - - 95 - - - - - 45 - - - YES - - - - - - 94 - - - - - 49 - - - YES - - - - - - 96 - - - - - 53 - - - YES - - - - - - - - 106 - - - - - 48 - - - - - 46 - - - - - 55 - - - YES - - - - - - 98 - - - - - 57 - - - YES - - - - - - 100 - - - - - 56 - - - YES - - - - - - 99 - - - - - 58 - - - YES - - - - - - 101 - - - - - 64 - - - YES - - - - - - 104 - - - - - 61 - - - YES - - - - - - 102 - - - - - 63 - - - YES - - - - - - 103 - - - - - 111 - - - YES - - - - - - - - 113 - - - - - 93 - - - - - 125 - - - - - 128 - - - YES - - - - - - - 129 - - - - - 130 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 111.IBViewBoundsToFrameTransform - 125.IBAttributePlaceholdersKey - 128.IBPluginDependency - 128.IBViewBoundsToFrameTransform - 128.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 130.IBPluginDependency - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBAttributePlaceholdersKey - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCnAAAwjAAAA - - - ToolTip - - ToolTip - - Exclude object from processing - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBIAAAwpIAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{358, 781}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{358, 781}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Prevent accidental editing - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 132 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPLine - IPBasicLevel - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - - setAngle: - id - - - setEndX: - id - - - setEndY: - id - - - setLength: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - endXField - id - - - endYField - id - - - lengthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPLine.h - - - - IPLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPMark.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPMark.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPMark.xib 2011-05-30 07:27:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPMark.xib 2016-02-01 15:48:32.000000000 +0000 @@ -1,2103 +1,226 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{279, 330}, {165, 333}} - 1879048192 - Mark - IPMark - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 58}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 58}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 34}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 34}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 7}, {102, 71}} - - YES - 3 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - -1805517312 - 0 - 0 - - - 2 - YES - - - - - {102, 21} - {0, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 257 - {{112, 10}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 10}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 82}} - - - - {{5, 231}, {156, 100}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{70, 8}, {90, 58}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - 3-D Marker - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAAwAAAAMAAAAD -AAAAAwAAAAMAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE1NTW4ZmZm/29vb/9zc3P/ -c3Nz/3Jycv9ycnL/cnJy/3Jycv9vb2//ZWVl/yUlJZ8AAAAiAAAAAAAAAAAAAAAAAAAAAkNDQ5W3t7f/ -+fn5//z8/P/8/Pz//Pz8//z8/P/8/Pz//Pz8//z8/P/8/Pz/+fn5/8DAwP9UVFS7AAAAAgAAAAAAAAAB -AAAACJGRkf/c3Nz/8/Pz//T09P/19fX/9fX1//T09P/09PT/9PT0//T09P/09PT/8/Pz/97e3v+JiYn/ -AAAACAAAAAEAAAABAAAAEIGBgf/f39//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//u7u7/ -7u7u/9/f3/+SkpL/AAAAEAAAAAEAAAABAAAAFZGRkf/d3d3/7Ozs/+zs7P/t7e3/7e3t/+3t7f/t7e3/ -7Ozs/+7u7v/t7e3/7Ozs/9/f3/+QkJD/AAAAFAAAAAEAAAABAAAAGJ6env/b29v/6enp/+np6f/q6ur/ -6+vr/+rq6v/q6ur/6urq/+rq6v/q6ur/6Ojo/9jY2P+bm5v/AAAAGAAAAAEAAAABAAAAG6CgoP/T09P/ -2tra/9ra2v/b29v/29vb/9vb2//Z2dn/29vb/9nZ2f/a2tr/2tra/9HR0f+ioqL/AAAAGwAAAAEAAAAB -AAAAHKurq//a2tr/39/f/9/f3//g4OD/4ODg/+Dg4P/h4eH/39/f/9/f3//f39//4ODg/9fX1/+mpqb/ -AAAAHAAAAAEAAAACAAAAHrS0tP/j4+P/5ubm/+Xl5f/m5ub/5+fn/+fn5//n5+f/6enp/+fn5//n5+f/ -6Ojo/93d3f+tra3/AAAAHgAAAAIAAAACAAAAILi4uP/p6en/7e3t//Dw8P/w8PD/8PDw/+3t7f/t7e3/ -8fHx/+zs7P/v7+//7e3t/+bm5v+0tLT/AAAAIAAAAAIAAAABAAAAILu7u//v7+//9/f3//b29v/4+Pj/ -9vb2//b29v/29vb/9/f3//f39//39/f/9/f3//Dw8P+7u7v/AAAAIAAAAAEAAAABAAAAHY2Njej4+Pj/ -/////////////////////////////////////////////////v7+//n5+f+Tk5PoAAAAHQAAAAEAAAAB -AAAAEjo6Oq28vLz3/////////////////////////////////////////////////////7u7u/c/Pz+r -AAAAEgAAAAEAAAAAAAAACAAAAEEAAACZAAAAxgAAANMAAADVAAAA1gAAANQAAADWAAAA2AAAANgAAADT -AAAAxQAAAJkAAABBAAAACAAAAAAAAAAAAAAAAgAAAA0AAAAlAAAANgAAAEEAAABDAAAAQwAAAEMAAABE -AAAAQwAAAEQAAABBAAAANgAAACUAAAANAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAYAAAAG -AAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAwAAAAMAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - 3 - MCAwAA - - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Lock - - - 1 - -936619521 - 0 - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -1 - -936619521 - 0 - - 200 - 25 - - - {90, 18} - {4, 2} - -2080374784 - NSActionCell - - 67239424 - 67108864 - Lock - - -1 - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 193}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - markWindow - - - - 26 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - delegate - - - - 46 - - - - xField - - - - 50 - - - - setPointX: - - - - 51 - - - - yField - - - - 52 - - - - setPointY: - - - - 53 - - - - zSwitch - - - - 60 - - - - zField - - - - 61 - - - - zLeftButton - - - - 62 - - - - zRightButton - - - - 63 - - - - lockSwitch - - - - 64 - - - - setPointZ: - - - - 65 - - - - setPointZ: - - - - 66 - - - - setPointZ: - - - - 67 - - - - setLock: - - - - 74 - - - - setPointZ: - - - - 75 - - - - labelField - - - - 86 - - - - setLabel: - - - - 87 - - - - setExcluded: - - - - 90 - - - - excludeSwitch - - - - 91 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Mark - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - - - 56 - - - YES - - - - - - - - - 43 - - - - - 57 - - - - - 68 - - - YES - - - - - - - 71 - - - - - 84 - - - - - 85 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 78 - - - - - 2 - - - YES - - - - - - 77 - - - - - 18 - - - YES - - - - - - 80 - - - - - 16 - - - YES - - - - - - 79 - - - - - 39 - - - YES - - - - - - - - - 83 - - - - - 49 - - - - - 48 - - - - - 47 - - - - - 54 - - - YES - - - - - - 81 - - - - - 55 - - - YES - - - - - - 82 - - - - - 89 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 43.IBAttributePlaceholdersKey - 43.IBPluginDependency - 43.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.IBViewBoundsToFrameTransform - 56.ImportedFromIB2 - 57.IBAttributePlaceholdersKey - 57.IBPluginDependency - 57.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 71.IBPluginDependency - 71.ImportedFromIB2 - 77.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 80.IBPluginDependency - 81.IBPluginDependency - 82.IBPluginDependency - 83.IBPluginDependency - 84.IBPluginDependency - 85.IBPluginDependency - 89.IBAttributePlaceholdersKey - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{693, 42}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{693, 42}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Activate Z position of marker - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCnAAAwjAAAA - - - - ToolTip - - ToolTip - - Prevent accidental editing - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Exclude object from processing - - - - - - YES - - - YES - - - - - YES - - - YES - - - - 91 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPMark - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPPath.xib 2011-05-30 09:44:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPPath.xib 2016-02-01 15:49:22.000000000 +0000 @@ -1,2687 +1,378 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{439, 351}, {165, 333}} - 1879048192 - Path - IPPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 116}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Selected Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 4194304 - 50 - - - YES - - - - - -1805517312 - 4194304 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origin - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Size - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 90}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - pathWindow - - - - 27 - - - - xField - - - - 29 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointX: - - - - 33 - - - - setPointY: - - - - 35 - - - - setPointY: - - - - 36 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 48 - - - - originXField - - - - 67 - - - - originYField - - - - 68 - - - - sizeWidthField - - - - 69 - - - - sizeHeightField - - - - 70 - - - - setOriginX: - - - - 71 - - - - setOriginY: - - - - 72 - - - - setOriginX: - - - - 73 - - - - setOriginX: - - - - 74 - - - - setOriginY: - - - - 75 - - - - setOriginY: - - - - 76 - - - - setSizeWidth: - - - - 77 - - - - setSizeHeight: - - - - 78 - - - - setSizeWidth: - - - - 79 - - - - setSizeWidth: - - - - 80 - - - - setSizeHeight: - - - - 81 - - - - setSizeHeight: - - - - 82 - - - - nextKeyView - - - - 86 - - - - nextKeyView - - - - 87 - - - - xButtonLeft - - - - 89 - - - - xButtonRight - - - - 90 - - - - yButtonLeft - - - - 91 - - - - yButtonRight - - - - 92 - - - - delegate - - - - 110 - - - - delegate - - - - 111 - - - - setLock: - - - - 115 - - - - setExcluded: - - - - 117 - - - - lockSwitch - - - - 118 - - - - excludeSwitch - - - - 119 - - - - setLabel: - - - - 123 - - - - labelField - - - - 124 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 7 - - - YES - - - - Path - - - 13 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 63 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - - -3 - - - Application - - - 16 - - - YES - - - - - - 97 - - - - - 8 - - - YES - - - - - - 95 - - - - - 3 - - - YES - - - - - - 94 - - - - - 12 - - - YES - - - - - - 96 - - - - - 39 - - - YES - - - - - - - - 107 - - - - - 40 - - - - - 9 - - - - - 61 - - - YES - - - - - - 100 - - - - - 66 - - - YES - - - - - - 102 - - - - - 64 - - - YES - - - - - - 101 - - - - - 58 - - - YES - - - - - - 99 - - - - - 50 - - - YES - - - - - - - - 108 - - - - - 60 - - - - - 59 - - - - - 56 - - - YES - - - - - - 105 - - - - - 49 - - - YES - - - - - - 103 - - - - - 52 - - - YES - - - - - - 104 - - - - - 62 - - - YES - - - - - - 106 - - - - - 54 - - - YES - - - - - - - - 109 - - - - - 57 - - - - - 51 - - - - - 112 - - - YES - - - - - - - - 114 - - - - - 98 - - - - - 116 - - - - - 120 - - - YES - - - - - - - 121 - - - - - 122 - - - - - - - YES - - YES - -3.IBPluginDependency - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 112.IBViewBoundsToFrameTransform - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 120.IBViewBoundsToFrameTransform - 120.ImportedFromIB2 - 121.IBPluginDependency - 122.IBPluginDependency - 122.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 62.IBPluginDependency - 62.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBPluginDependency - 65.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 7.IBEditorWindowLastContentRect - 7.IBPluginDependency - 7.IBWindowTemplateEditedContentRect - 7.ImportedFromIB2 - 7.windowTemplate.hasMinSize - 7.windowTemplate.minSize - 8.IBPluginDependency - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCSAAAwigAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBIAAAwsQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 674}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 674}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 124 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPath - IPBasicLevel - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setOriginX: - id - - - setOriginY: - id - - - setPointX: - id - - - setPointY: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - originXField - id - - - originYField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPath.h - - - - IPPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPPolyLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPPolyLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPPolyLine.xib 2011-05-30 10:19:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPPolyLine.xib 2016-02-01 16:05:37.000000000 +0000 @@ -1,1841 +1,188 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{403, 387}, {165, 333}} - 1879048192 - PolyLine - IPPolyLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Selected Point - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - polyLineWindow - - - - 48 - - - - xButtonLeft - - - - 128 - - - - xButtonRight - - - - 129 - - - - yButtonLeft - - - - 130 - - - - yButtonRight - - - - 131 - - - - setLock: - - - - 142 - - - - setExcluded: - - - - 144 - - - - excludeSwitch - - - - 146 - - - - lockSwitch - - - - 147 - - - - setLabel: - - - - 151 - - - - labelField - - - - 152 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - PolyLine - - - 6 - - - YES - - - - - - - - 16 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 135 - - - - - 10 - - - YES - - - - - - 134 - - - - - 7 - - - YES - - - - - - 133 - - - - - 17 - - - YES - - - - - - 136 - - - - - 36 - - - YES - - - - - - - - 138 - - - - - 37 - - - - - 15 - - - - - 139 - - - YES - - - - - - - - 141 - - - - - 137 - - - - - 143 - - - - - 148 - - - YES - - - - - - - 149 - - - - - 150 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 136.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 148.IBPluginDependency - 148.IBViewBoundsToFrameTransform - 148.ImportedFromIB2 - 149.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{735, 724}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{735, 724}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABAQAAAwxsAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 152 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPolyLine - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPolyLine.h - - - - IPPolyLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPRectangle.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPRectangle.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPRectangle.xib 2011-05-30 10:10:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPRectangle.xib 2016-02-01 15:50:07.000000000 +0000 @@ -1,2790 +1,384 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{339, 263}, {165, 333}} - 1879048192 - Rectangle - IPRectangle - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - 0 - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Lower Left - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - W: - - - - - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Size - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1804468672 - 1024 - 0 - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 88}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Corner Radius - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 3}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - 6 - System - controlTextColor - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - {{8, 62}, {150, 22}} - - YES - 1 - 1 - - YES - - -1804468672 - 205521920 - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - rectangleWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - sizeWidthField - - - - 28 - - - - sizeHeightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setSizeWidth: - - - - 36 - - - - setSizeHeight: - - - - 37 - - - - setSizeWidth: - - - - 38 - - - - setSizeWidth: - - - - 39 - - - - setSizeHeight: - - - - 40 - - - - setSizeHeight: - - - - 41 - - - - radiusField - - - - 53 - - - - setRadius: - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - delegate - - - - 76 - - - - delegate - - - - 77 - - - - delegate - - - - 78 - - - - angleSlider - - - - 106 - - - - setAngle: - - - - 107 - - - - setAngle: - - - - 108 - - - - setAngle: - - - - 109 - - - - delegate - - - - 111 - - - - angleField - - - - 112 - - - - setAngle: - - - - 113 - - - - nextKeyView - - - - 134 - - - - nextKeyView - - - - 135 - - - - nextKeyView - - - - 136 - - - - setLock: - - - - 140 - - - - setExcluded: - - - - 142 - - - - lockSwitch - - - - 143 - - - - excludeSwitch - - - - 144 - - - - setLabel: - - - - 148 - - - - labelField - - - - 149 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Rectangle - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 50 - - - YES - - - - - - - - 99 - - - YES - - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 118 - - - - - 11 - - - YES - - - - - - 116 - - - - - 5 - - - YES - - - - - - 115 - - - - - 21 - - - YES - - - - - - 117 - - - - - 13 - - - YES - - - - - - - - 131 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 120 - - - - - 3 - - - YES - - - - - - 119 - - - - - 20 - - - YES - - - - - - 122 - - - - - 19 - - - YES - - - - - - 121 - - - - - 18 - - - YES - - - - - - - - 132 - - - - - 15 - - - - - 12 - - - - - 45 - - - YES - - - - - - 123 - - - - - 48 - - - YES - - - - - - 124 - - - - - 52 - - - YES - - - - - - 125 - - - - - 103 - - - YES - - - - - - 129 - - - - - 104 - - - YES - - - - - - 130 - - - - - 101 - - - YES - - - - - - 127 - - - - - 102 - - - YES - - - - - - 128 - - - - - 137 - - - YES - - - - - - - - 139 - - - - - 126 - - - - - 141 - - - - - 145 - - - YES - - - - - - - 146 - - - - - 147 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 104.IBPluginDependency - 104.ImportedFromIB2 - 11.IBPluginDependency - 11.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 130.IBPluginDependency - 131.IBPluginDependency - 132.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 145.IBPluginDependency - 145.IBViewBoundsToFrameTransform - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.IBViewBoundsToFrameTransform - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{630, 111}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{630, 111}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwqQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABCnAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 149 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPRectangle - IPBasicLevel - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - - setAngle: - id - - - setRadius: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - radiusField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPRectangle.h - - - - IPRectangle - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/._IPSinking.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/._IPSinking.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPSinking.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPSinking.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPSinking.xib 2012-03-11 10:45:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPSinking.xib 2016-10-14 17:32:23.000000000 +0000 @@ -1,2533 +1,315 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{623, 331}, {165, 375}} - 1879048192 - Sinking - IPSinking - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{2, 4}, {144, 117}} - - YES - 5 - 1 - - YES - - 341966400 - 67109888 - - - LucidaGrande - 12 - 16 - - - 104 - - 67239424 - 67108864 - Hole Ø (d1): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Head Ø (d2): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Head Height (t1): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Head Brim (t2): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Step Size: - - - - - - {144, 21} - {1, 3} - 67633152 - NSActionCell - - 341966400 - 67109888 - - - 104 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - - 258 - {{5, 122}, {144, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Custom - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {152, 150}} - - - - {{4, 76}, {156, 168}} - - {0, 0} - - 67239424 - 0 - Metrics - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{77, 7}, {70, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Inch - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - - 260 - {{6, 4}, {66, 31}} - - YES - 1 - 2 - - YES - - -2080244224 - 134217728 - medium - - - 918831359 - 6 - - NSImage - sinkingMedium - - - - 200 - 25 - - - 67239424 - 134217728 - medium - - - 1 - 918831359 - 6 - - NSImage - sinkingFine - - - - 200 - 25 - - - {31, 31} - {4, 4} - 1140850688 - NSActionCell - - 67239424 - 134217728 - - - -2033434369 - 2 - - - - 200 - 25 - - - - - - - {{2, 2}, {152, 39}} - - - - {{4, 244}, {156, 58}} - - {0, 0} - - 67239424 - 0 - Type - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 50}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - sinkingWindow - - - - 36 - - - - positionXField - - - - 38 - - - - setPositionX: - - - - 40 - - - - setPositionX: - - - - 41 - - - - setPositionX: - - - - 42 - - - - setPositionY: - - - - 44 - - - - setPositionY: - - - - 45 - - - - positionYField - - - - 68 - - - - setPositionY: - - - - 69 - - - - delegate - - - - 73 - - - - unitPopUp - - - - 100 - - - - typeMatrix - - - - 104 - - - - metricsMatrix - - - - 123 - - - - setType: - - - - 124 - - - - setUnit: - - - - 125 - - - - setDiameter: - - - - 126 - - - - setMetrics: - - - - 127 - - - - diameterPopUp - - - - 128 - - - - lockSwitch - - - - 151 - - - - excludeSwitch - - - - 152 - - - - labelField - - - - 156 - - - - setLabel: - - - - 157 - - - - setLock: - - - - 158 - - - - setExcluded: - - - - 159 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Sinking - - - 14 - - - YES - - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - 105 - - - YES - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 132 - - - - - 26 - - - YES - - - - - - 133 - - - - - 20 - - - YES - - - - - - 131 - - - - - 31 - - - YES - - - - - - 134 - - - - - 66 - - - YES - - - - - - - - 138 - - - - - 67 - - - - - 34 - - - - - 112 - - - YES - - - - - - - - - - - 139 - - - - - 129 - - - - - 116 - - - - - 115 - - - - - 114 - - - - - 113 - - - - - 117 - - - YES - - - - - - 135 - - - YES - - - - - - 121 - - - YES - - - - - - 122 - - - - - 91 - - - YES - - - - - - 137 - - - YES - - - - - - 93 - - - YES - - - - - - - 94 - - - - - 96 - - - - - 102 - - - YES - - - - - - - - 140 - - - - - 103 - - - - - 97 - - - - - 147 - - - YES - - - - - - - - 148 - - - - - 149 - - - - - 150 - - - - - 153 - - - YES - - - - - - - 154 - - - - - 155 - - - - - - - YES - - YES - -3.IBPluginDependency - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 121.IBPluginDependency - 121.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 - 131.IBPluginDependency - 132.IBPluginDependency - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 139.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 147.IBViewBoundsToFrameTransform - 149.IBPluginDependency - 153.IBPluginDependency - 153.IBViewBoundsToFrameTransform - 153.ImportedFromIB2 - 154.IBPluginDependency - 154.ImportedFromIB2 - 155.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 91.IBPluginDependency - 91.ImportedFromIB2 - 93.IBPluginDependency - 93.ImportedFromIB2 - 94.IBPluginDependency - 94.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCWAAAwrYAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCXAAAwhQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{964, 316}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{964, 316}, {165, 375}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 159 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPSinking - IPBasicLevel - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - - setDiameter: - id - - - setMetrics: - id - - - setPositionX: - id - - - setPositionY: - id - - - setType: - id - - - setUnit: - id - - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - id - id - id - id - id - id - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - - diameterPopUp - id - - - metricsMatrix - id - - - positionXField - id - - - positionYField - id - - - typeMatrix - id - - - unitPopUp - id - - - - - IBProjectSource - InspectorPanel.subproj/IPSinking.h - - - - IPSinking - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - sinkingFine - sinkingMedium - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - {28, 28} - {28, 28} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPTextPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPTextPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPTextPath.xib 2011-05-30 07:32:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPTextPath.xib 2016-02-01 15:55:20.000000000 +0000 @@ -1,1411 +1,89 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{547, 254}, {165, 333}} - 1879048192 - Text on a Path - IPTextPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 274 - - YES - - - 256 - {165, 333} - - - - {165, 333} - - {0, 0} - - 67239424 - 0 - Box - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 0 - 0 - NO - - - - 289 - {{40, 8}, {120, 72}} - - YES - 4 - 1 - - YES - - 67239424 - 67108864 - Show Path - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Serial Number - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {120, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - Show Path - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textPathWindow - - - - 26 - - - - setLock: - - - - 100 - - - - setExcluded: - - - - 102 - - - - lockSwitch - - - - 103 - - - - excludeSwitch - - - - 104 - - - - pathView - - - - 106 - - - - setSerialNumber: - - - - 117 - - - - setShowPath: - - - - 118 - - - - showPathSwitch - - - - 119 - - - - serialNumberSwitch - - - - 120 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - TextPath - - - 16 - - - YES - - - - - - - -3 - - - Application - - - 105 - - - - - 111 - - - YES - - - - - - - - - - 116 - - - - - 101 - - - - - 95 - - - - - 94 - - - - - 96 - - - - - - - YES - - YES - -3.IBPluginDependency - 101.IBAttributePlaceholdersKey - 105.IBPluginDependency - 105.IBViewBoundsToFrameTransform - 105.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 94.IBAttributePlaceholdersKey - 94.IBPluginDependency - 95.IBAttributePlaceholdersKey - 95.IBPluginDependency - 96.IBAttributePlaceholdersKey - 96.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Exclude object from processing - - - com.apple.InterfaceBuilder.CocoaPlugin - - - com.apple.InterfaceBuilder.CocoaPlugin - - {{325, 250}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{325, 250}, {165, 333}} - - - {167, 394} - - ToolTip - - ToolTip - - Serial Number - within a batch, numbers will be increased - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Prevent accidental editing - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Show Text and Path - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 120 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPTextPath - IPBasicLevel - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - id - id - id - - - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - - setSerialNumber: - id - - - setShowPath: - id - - - update: - id - - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - id - id - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - - serialNumberSwitch - id - - - showPathSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPTextPath.h - - - - IPTextPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - YES - - YES - lockSwitch - pathView - - - YES - id - id - - - - YES - - YES - lockSwitch - pathView - - - YES - - lockSwitch - id - - - pathView - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPText.xib 2011-05-31 05:20:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPText.xib 2016-02-01 15:51:39.000000000 +0000 @@ -1,2729 +1,364 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{505, 263}, {165, 333}} - 1879048192 - Text - IPText - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origin - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Box Size - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{8, 8}, {152, 90}} - - YES - 5 - 1 - - YES - - 67239424 - 67108864 - Serial Number - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Fit horizontal - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Center vertical - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {152, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - Serial Number - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 114}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textWindow - - - - 26 - - - - angleField - - - - 36 - - - - setAngle: - - - - 37 - - - - setAngle: - - - - 38 - - - - setAngle: - - - - 39 - - - - setAngle: - - - - 40 - - - - angleSlider - - - - 41 - - - - delegate - - - - 82 - - - - xField - - - - 129 - - - - yField - - - - 130 - - - - sizeWidthField - - - - 131 - - - - sizeHeightField - - - - 132 - - - - setPointX: - - - - 133 - - - - setPointY: - - - - 134 - - - - setSizeWidth: - - - - 135 - - - - setSizeHeight: - - - - 136 - - - - setPointX: - - - - 137 - - - - setPointX: - - - - 138 - - - - setPointY: - - - - 139 - - - - setPointY: - - - - 140 - - - - setSizeWidth: - - - - 141 - - - - setSizeWidth: - - - - 142 - - - - setSizeHeight: - - - - 143 - - - - setSizeHeight: - - - - 144 - - - - delegate - - - - 164 - - - - nextKeyView - - - - 165 - - - - delegate - - - - 166 - - - - nextKeyView - - - - 167 - - - - setLock: - - - - 171 - - - - setExcluded: - - - - 173 - - - - excludeSwitch - - - - 174 - - - - lockSwitch - - - - 175 - - - - setCenterVertical: - - - - 187 - - - - setFitHorizontal: - - - - 188 - - - - setSerialNumber: - - - - 189 - - - - serialNumberSwitch - - - - 190 - - - - fitHorizontalSwitch - - - - 191 - - - - centerVerticalSwitch - - - - 192 - - - - setLabel: - - - - 196 - - - - labelField - - - - 197 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - Text - - - 16 - - - YES - - - - - - - - - - 5 - - - YES - - - - - - - - - 111 - - - YES - - - - - - - - - - 126 - - - YES - - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 146 - - - - - 24 - - - YES - - - - - - 149 - - - - - 14 - - - YES - - - - - - 147 - - - - - 17 - - - YES - - - - - - 148 - - - - - 116 - - - YES - - - - - - 156 - - - - - 118 - - - YES - - - - - - 157 - - - - - 114 - - - YES - - - - - - 155 - - - - - 113 - - - YES - - - - - - 154 - - - - - 119 - - - YES - - - - - - - - 162 - - - - - 117 - - - - - 112 - - - - - 120 - - - YES - - - - - - 158 - - - - - 127 - - - YES - - - - - - 160 - - - - - 128 - - - YES - - - - - - 161 - - - - - 124 - - - YES - - - - - - 159 - - - - - 123 - - - YES - - - - - - - - 163 - - - - - 125 - - - - - 122 - - - - - 180 - - - YES - - - - - - - - - - - 186 - - - - - 172 - - - - - 153 - - - - - 152 - - - - - 151 - - - - - 150 - - - - - 193 - - - YES - - - - - - - 194 - - - - - 195 - - - - - - - YES - - YES - -3.IBPluginDependency - 111.IBPluginDependency - 111.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 118.IBPluginDependency - 118.ImportedFromIB2 - 119.IBPluginDependency - 119.ImportedFromIB2 - 120.IBPluginDependency - 120.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 123.ImportedFromIB2 - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 125.ImportedFromIB2 - 126.IBPluginDependency - 126.ImportedFromIB2 - 127.IBPluginDependency - 127.ImportedFromIB2 - 128.IBPluginDependency - 128.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 146.IBPluginDependency - 147.IBPluginDependency - 148.IBPluginDependency - 149.IBPluginDependency - 150.IBAttributePlaceholdersKey - 150.IBPluginDependency - 151.IBAttributePlaceholdersKey - 151.IBPluginDependency - 152.IBAttributePlaceholdersKey - 152.IBPluginDependency - 153.IBAttributePlaceholdersKey - 153.IBPluginDependency - 154.IBPluginDependency - 155.IBPluginDependency - 156.IBPluginDependency - 157.IBPluginDependency - 158.IBPluginDependency - 159.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 160.IBPluginDependency - 161.IBPluginDependency - 162.IBPluginDependency - 163.IBPluginDependency - 17.IBPluginDependency - 17.ImportedFromIB2 - 172.IBAttributePlaceholdersKey - 193.IBPluginDependency - 193.IBViewBoundsToFrameTransform - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 24.IBPluginDependency - 24.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Serial Number - within a batch, numbers will be increased - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Reduce kerning until text fits into width of text box - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Center text vertically within text box - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Prevent accidental editing - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Exclude object from processing - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCCAAAwwkAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{495, 605}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{495, 605}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 197 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPText - IPBasicLevel - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setAngle: - id - - - setCenterVertical: - id - - - setFitHorizontal: - id - - - setPointX: - id - - - setPointY: - id - - - setSerialNumber: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - centerVerticalSwitch - id - - - fitHorizontalSwitch - id - - - serialNumberSwitch - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPText.h - - - - IPText - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPThread.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPThread.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPThread.xib 2011-05-30 11:18:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPThread.xib 2016-02-01 15:55:37.000000000 +0000 @@ -1,2267 +1,242 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{376, 283}, {165, 333}} - 1879048192 - Thread - IPThread - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Center - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 21}} - - YES - - -1805517312 - 0 - 6 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Nominal Diameter - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - Left turn - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Excluded - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 186}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - threadWindow - - - - 36 - - - - centerXField - - - - 38 - - - - setCenterX: - - - - 40 - - - - setCenterX: - - - - 41 - - - - setCenterX: - - - - 42 - - - - setCenterY: - - - - 44 - - - - setCenterY: - - - - 45 - - - - diameterField - - - - 46 - - - - setDiameter: - - - - 47 - - - - setDiameter: - - - - 48 - - - - setDiameter: - - - - 49 - - - - centerYField - - - - 68 - - - - setCenterY: - - - - 69 - - - - delegate - - - - 73 - - - - delegate - - - - 74 - - - - nextKeyView - - - - 96 - - - - setLock: - - - - 101 - - - - setLeftTurn: - - - - 102 - - - - setExcluded: - - - - 104 - - - - leftTurnSwitch - - - - 105 - - - - lockSwitch - - - - 106 - - - - excludeSwitch - - - - 107 - - - - setLabel: - - - - 111 - - - - labelField - - - - 112 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Thread - - - 14 - - - YES - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 87 - - - - - 26 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 86 - - - - - 31 - - - YES - - - - - - 89 - - - - - 66 - - - YES - - - - - - - - 95 - - - - - 67 - - - - - 34 - - - - - 17 - - - YES - - - - - - 92 - - - - - 4 - - - YES - - - - - - 90 - - - - - 15 - - - YES - - - - - - 91 - - - - - 108 - - - YES - - - - - - - 109 - - - - - 110 - - - - - 97 - - - YES - - - - - - - - - 100 - - - - - 103 - - - - - 93 - - - - - 94 - - - - - - - YES - - YES - -3.IBPluginDependency - 108.IBPluginDependency - 108.IBViewBoundsToFrameTransform - 108.ImportedFromIB2 - 109.IBPluginDependency - 110.IBPluginDependency - 110.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAQAAAwzgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{460, 313}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{460, 313}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCkgAAwjAAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 129 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPThread - IPArc - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - id - id - id - id - - - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - - setDiameter: - id - - - setExternal: - id - - - setLeftTurn: - id - - - setPitch: - id - - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - id - id - id - id - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - - diameterField - id - - - externalSwitch - id - - - leftTurnSwitch - id - - - pitchField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPThread.h - - - - IPThread - IPArc - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - id - id - id - - - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - - setCenterX: - id - - - setCenterY: - id - - - setLock: - id - - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - id - id - id - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - - centerXField - id - - - centerYField - id - - - lockSwitch - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPWeb.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPWeb.xib --- cenon.app-4.0.2/InspectorPanel.subproj/English.lproj/IPWeb.xib 2011-05-30 11:27:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/English.lproj/IPWeb.xib 2016-02-01 15:56:18.000000000 +0000 @@ -1,1909 +1,184 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{349, 209}, {165, 333}} - 1879048192 - Web - IPWeb - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Lock - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{10, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - webWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 59 - - - - setLock: - - - - 71 - - - - setExcluded: - - - - 73 - - - - lockSwitch - - - - 74 - - - - excludeSwitch - - - - 75 - - - - setLabel: - - - - 79 - - - - labelField - - - - 80 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Web - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 63 - - - - - 2 - - - YES - - - - - - 62 - - - - - 18 - - - YES - - - - - - 65 - - - - - 16 - - - YES - - - - - - 64 - - - - - 39 - - - YES - - - - - - - - 67 - - - - - 40 - - - - - 13 - - - - - 68 - - - YES - - - - - - - - 70 - - - - - 66 - - - - - 72 - - - - - 76 - - - YES - - - - - - - 77 - - - - - 78 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBViewBoundsToFrameTransform - 76.IBPluginDependency - 76.IBViewBoundsToFrameTransform - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{903, 540}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{903, 540}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCcAAAwcAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBIAAAwugAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 80 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPWeb - IPMark - - update: - id - - - update: - - update: - id - - - - IBProjectSource - InspectorPanel.subproj/IPWeb.h - - - - IPWeb - IPMark - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - id - id - id - - - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - - setLock: - id - - - setPointX: - id - - - setPointY: - id - - - - - YES - - YES - lockSwitch - xField - yField - - - YES - id - id - id - - - - YES - - YES - lockSwitch - xField - yField - - - YES - - lockSwitch - id - - - xField - id - - - yField - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAccText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAccText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAccText.xib 2010-08-23 09:10:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAccText.xib 2016-02-01 16:01:55.000000000 +0000 @@ -1,1279 +1,139 @@ - - - - 1060 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - IPAllAcc - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{475, 340}, {165, 333}} - 1879048192 - Texte - IPAccText - View - {1.79769e+308, 1.79769e+308} - {165, 333} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 10}, {12, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{133, 10}, {12, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 258 - {{8, 9}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 1 - MCAwIDAAA - - - - - {{2, 2}, {151, 38}} - - - - {{5, 209}, {155, 56}} - - {0, 0} - - 67239424 - 0 - Hauteur ligne - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 10}, {12, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{133, 10}, {12, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{8, 9}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {151, 38}} - - - - {{5, 269}, {155, 56}} - - {0, 0} - - 67239424 - 0 - Taille Fonte - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {{1, 1}, {165, 333}} - - {{0, 0}, {1920, 1178}} - {165, 355} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - accTextWindow - - - - 26 - - - - lineHeightField - - - - 44 - - - - setLineHeight: - - - - 45 - - - - setLineHeight: - - - - 46 - - - - setLineHeight: - - - - 47 - - - - fontSizeField - - - - 53 - - - - setFontSize: - - - - 54 - - - - setFontSize: - - - - 55 - - - - setFontSize: - - - - 56 - - - - delegate - - - - 83 - - - - delegate - - - - 84 - - - - fontButtonLeft - - - - 85 - - - - fontButtonRight - - - - 86 - - - - lineButtonLeft - - - - 87 - - - - lineButtonRight - - - - 88 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAccText - - - 16 - - - YES - - - - - - - 9 - - - YES - - - - - - - - 48 - - - YES - - - - - - - - -3 - - - Application - - - 23 - - - YES - - - - - - 92 - - - - - 6 - - - YES - - - - - - 90 - - - - - 7 - - - YES - - - - - - 91 - - - - - 49 - - - YES - - - - - - 93 - - - - - 50 - - - YES - - - - - - 94 - - - - - 52 - - - YES - - - - - - 95 - - - - - - - YES - - YES - -3.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.maxSize - 20.windowTemplate.minSize - 23.IBPluginDependency - 23.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - {1.79769e+308, 1.79769e+308} - {165, 333} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 95 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAccText - IPBasicLevel - - YES - - YES - setFontSize: - setLineHeight: - update: - - - YES - id - id - id - - - - YES - - YES - fontButtonLeft - fontButtonRight - fontSizeField - lineButtonLeft - lineButtonRight - lineHeightField - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAccText.h - - - - IPAccText - IPBasicLevel - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllAcc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllAcc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllAcc.xib 2010-08-23 09:07:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllAcc.xib 2016-02-01 15:45:20.000000000 +0000 @@ -1,1010 +1,56 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{302, 248}, {165, 333}} - 1879048192 - Accessoire - IPAllAcc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 306 - - YES - - - 256 - {165, 293} - - - - {165, 293} - - {0, 0} - - 67239424 - 0 - - - LucidaGrande - 11 - 3100 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 3 - 0 - NO - - - - 266 - {{5, 297}, {155, 26}} - - YES - - 67239488 - 1024 - - LucidaGrande - 12 - 16 - - - -2038284033 - 1 - - - - 400 - 75 - - - Aucun - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {{1, 1}, {165, 333}} - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - allAccWindow - - - - 26 - - - - accView - - - - 148 - - - - accPopup - - - - 156 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAllAcc - - - 16 - - - YES - - - - - - - 146 - - - YES - - - - - 149 - - - YES - - - - - - 158 - - - YES - - - - - - 150 - - - YES - - - - - - 155 - - - - - -3 - - - Application - - - - - YES - - YES - -3.IBPluginDependency - 146.IBPluginDependency - 146.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 155.IBPluginDependency - 155.ImportedFromIB2 - 158.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.maxSize - 20.windowTemplate.minSize - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - {1.79769e+308, 1.79769e+308} - {167, 394} - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - - - YES - {9, 8} - {7, 2} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllFilling.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllFilling.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllFilling.xib 2010-08-23 07:25:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllFilling.xib 2016-02-01 15:44:10.000000000 +0000 @@ -1,34 +1,43 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButton + NSButtonCell + NSColorWell + NSCustomObject + NSCustomView + NSForm + NSFormCell + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +55,22 @@ Remplissage IPAllFilling View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 266 {{5, 297}, {155, 26}} + + YES - 67239488 + 67108928 1024 LucidaGrande @@ -68,7 +78,7 @@ 16 - -2038284033 + -2038284288 1 @@ -96,8 +106,7 @@ YES OtherViews - - YES + @@ -147,32 +156,33 @@ 4 - + 3 YES YES 1 + NO 266 - - YES + - 256 - - YES + 274 + 257 {{60, 4}, {72, 21}} + + YES - 67501824 + 67371264 0 @@ -190,15 +200,18 @@ NO NO + NO 258 {{4, 5}, {35, 21}} + + YES - -1805517312 + -1805647872 0 0 @@ -223,15 +236,18 @@ + NO 257 {{44, 6}, {11, 18}} + + YES - 67239424 + 67108864 134217728 Cell @@ -240,7 +256,7 @@ 16 - 138690815 + 138690560 0 NSImage @@ -255,22 +271,25 @@ 200 25 + NO 257 {{136, 6}, {11, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 NSImage @@ -285,17 +304,22 @@ 200 25 + NO - + {{2, 2}, {152, 30}} + + - + {{5, 121}, {156, 48}} + + {0, 0} - 67239424 + 67108864 0 Angle progressif @@ -314,42 +338,43 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES 1 MSAxIDEAA - + {{2, 2}, {152, 38}} + + - + {{5, 237}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Couleur @@ -368,39 +393,40 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES - + {{2, 2}, {152, 38}} + + - + {{5, 175}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Couleur progressive @@ -421,39 +447,41 @@ 266 {{8, 8}, {112, 21}} + + YES + NO 1 1 - - YES + - 343014977 + 342884417 1024 62.470703125 - 67239424 + 67108864 67108864 Incrément - + {112, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 62.470703125 - 67239424 + 67108864 67108864 Champ: @@ -478,14 +506,16 @@ 265 {{126, 10}, {12, 18}} + + YES - 67239424 + 67108864 134217728 Cell - 138690815 + 138690560 0 @@ -494,22 +524,25 @@ 200 25 + NO 265 {{147, 10}, {12, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 @@ -518,15 +551,18 @@ 200 25 + NO 264 {{4, 59}, {82, 32}} + + YES - -2079195584 + -2079326144 134218752 Q2VudHJlClJhZGlhbA @@ -542,34 +578,40 @@ + NO 265 {{84, 38}, {74, 74}} + + SliderBox NSView - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allFillingWindow - 44 + 44 @@ -577,7 +619,7 @@ - 112 + 112 @@ -585,7 +627,7 @@ - 113 + 113 @@ -593,7 +635,7 @@ - 114 + 114 @@ -601,7 +643,7 @@ - 115 + 115 @@ -609,7 +651,7 @@ - 116 + 116 @@ -617,7 +659,7 @@ - 117 + 117 @@ -625,7 +667,7 @@ - 118 + 118 @@ -633,7 +675,7 @@ - 119 + 119 @@ -641,7 +683,7 @@ - 121 + 121 @@ -649,7 +691,7 @@ - 122 + 122 @@ -657,7 +699,7 @@ - 123 + 123 @@ -665,7 +707,7 @@ - 124 + 124 @@ -673,7 +715,7 @@ - 134 + 134 @@ -681,7 +723,7 @@ - 135 + 135 @@ -689,7 +731,7 @@ - 138 + 138 @@ -697,7 +739,7 @@ - 139 + 139 @@ -705,7 +747,7 @@ - 152 + 152 @@ -713,7 +755,7 @@ - 168 + 168 @@ -721,7 +763,7 @@ - 169 + 169 @@ -729,7 +771,7 @@ - 170 + 170 @@ -737,7 +779,7 @@ - 171 + 171 @@ -745,45 +787,42 @@ - 172 + 172 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllFilling - 36 + 36 - - YES + @@ -793,1174 +832,333 @@ - + - 84 + 84 - - YES + - + - 102 + 102 - - YES + - + - 106 + 106 - - YES + - + - 109 + 109 - - YES + - + - 131 + 131 - - YES + - + - 132 + 132 - 136 + 136 - - YES + - + - 137 + 137 - - YES + - + - 142 + 142 - - YES + - + - 167 + 167 - 175 + 175 - - YES + - + - 180 + 180 - 181 + 181 - 182 + 182 - 183 + 183 - 86 + 86 - - YES + - + - 173 + 173 - 95 + 95 - 89 + 89 - 88 + 88 - 85 + 85 - -3 + -3 Application - 98 + 98 - - YES + - + - 177 + 177 - 96 + 96 - - YES + - + - 176 + 176 - 101 + 101 - - YES + - + - 178 + 178 - 105 + 105 - - YES + - + - 179 + 179 - 107 + 107 - 110 + 110 - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 106.IBPluginDependency - 106.ImportedFromIB2 - 107.IBPluginDependency - 107.ImportedFromIB2 - 109.IBPluginDependency - 109.ImportedFromIB2 - 110.IBPluginDependency - 110.ImportedFromIB2 - 131.IBPluginDependency - 131.ImportedFromIB2 - 132.IBPluginDependency - 132.ImportedFromIB2 - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 167.IBPluginDependency - 167.ImportedFromIB2 - 173.IBPluginDependency - 173.ImportedFromIB2 - 175.IBPluginDependency - 176.IBPluginDependency - 177.IBPluginDependency - 178.IBPluginDependency - 179.IBPluginDependency - 180.IBPluginDependency - 181.IBPluginDependency - 182.IBPluginDependency - 183.IBPluginDependency - 36.IBPluginDependency - 36.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - 95.IBPluginDependency - 95.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{525, 400}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{525, 400}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{525, 400}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 183 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + IPAllFilling IPBasicLevel - - YES - - YES - setAngle: - setEndColor: - setFillColor: - setFillState: - setRadialCenter: - setStepWidth: - update: - - - YES - id - id - id - id - id - id - id - - - YES - - YES - angleButtonLeft - angleButtonRight - angleField - angleSlider - colorWell - colorWellGraduated - fillPopup - radialCenterText - sliderBox - stepButtonLeft - stepButtonRight - stepForm - - - YES - id - id - id - id - id - id - id - id - id - id - id - id + fillPopup + NSPopUpButton + + + fillPopup + + fillPopup + NSPopUpButton IBProjectSource - InspectorPanel.subproj/IPAllFilling.h - - - - IPAllFilling - IPBasicLevel - - IBUserSource - + ./Classes/IPAllFilling.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/InspectorPanel.h SliderBox NSView - - target - id - IBProjectSource - InspectorPanel.subproj/SliderBox.h - - - - SliderBox - NSView - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h + ./Classes/SliderBox.h - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - + + {11, 11} + {10, 3} + {11, 18} + {11, 18} + {11, 18} + {11, 18} + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllLayers.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllLayers.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllLayers.xib 2010-08-23 07:21:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllLayers.xib 2016-02-01 15:37:57.000000000 +0000 @@ -1,33 +1,35 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSCustomView + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -45,21 +47,22 @@ Couches IPAllLayers View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} - + 256 - - YES + 290 {{2, 56}, {160, 32}} + + YES - 67239424 + 67108864 137887744 Sur la couche @@ -68,7 +71,7 @@ 16 - -2038284033 + -2038284288 1 @@ -76,27 +79,29 @@ 200 25 + NO 274 - - YES + - 2048 - - YES + 2066 + 258 {104, 124} + + MoveMatrix - + {{1, 1}, {146, 236}} + @@ -110,6 +115,9 @@ -2147483392 {{132, 1}, {15, 236}} + + + NO _doScroller: 1 @@ -120,28 +128,37 @@ -2147483392 {{-100, -100}, {98, 18}} + + + NO 1 _doScroller: - + {{8, 88}, {148, 238}} - - 530 + + + 133650 QSAAAEEgAABBcAAAQXAAAA + 0.25 + 4 + 1 290 {{8, 36}, {148, 21}} + + YES - -1805517312 + -1805647872 0 Nom de la couche @@ -163,20 +180,23 @@ + NO 292 {{2, 2}, {79, 32}} + + YES - 67239424 + 67108864 137887744 Nouveau - -2038284033 + -2038284288 1 @@ -184,20 +204,23 @@ 200 25 + NO 289 {{83, 2}, {79, 32}} + + YES - 67239424 + 67108864 137887744 Enlever - -2038284033 + -2038284288 1 @@ -205,33 +228,30 @@ 200 25 + NO - + {165, 333} + + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allLayersWindow - 44 - - - - moveMatrix - - - - 102 + 44 @@ -239,7 +259,7 @@ - 103 + 103 @@ -247,7 +267,7 @@ - 104 + 104 @@ -255,7 +275,7 @@ - 105 + 105 @@ -263,7 +283,7 @@ - 106 + 106 @@ -271,460 +291,218 @@ - 107 + 107 - + + + moveMatrix + + + + 102 + + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllLayers - 36 + 36 - - YES + - + - 96 + 96 - - YES + - + - 97 + 97 - - YES - + - + + - 98 - - - - - 99 + 99 - - YES + - + - 100 + 100 - - YES + - + - 101 + 101 - - YES + - + - 109 + 109 - 110 + 110 - 111 + 111 - 112 + 112 - 113 + 113 - 114 + 114 - -3 + -3 Application - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 100.ImportedFromIB2 - 101.IBPluginDependency - 101.ImportedFromIB2 - 109.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 113.IBShouldRemoveOnLegacySave - 114.IBPluginDependency - 114.IBShouldRemoveOnLegacySave - 36.IBPluginDependency - 36.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 789}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 789}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + 98 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 789}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 114 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + IPAllLayers IPBasicLevel - - YES - - YES - changeLayer: - displayChanged: - newLayer: - removeLayer: - setName: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - docView - lastLayerList - moveMatrix - nameField - - - YES - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/IPAllLayers.h - - - - IPAllLayers - IPBasicLevel - - IBUserSource - + ./Classes/IPAllLayers.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - + ./Classes/InspectorPanel.h MoveMatrix NSMatrix - - YES - - YES - activeCell - delegate - - - YES - id - id - - IBProjectSource - MoveMatrix.h + ./Classes/MoveMatrix.h - - MoveMatrix - NSMatrix - - IBUserSource - - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllStrokeWidth.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllStrokeWidth.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPAllStrokeWidth.xib 2010-08-23 08:57:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPAllStrokeWidth.xib 2016-02-01 15:44:51.000000000 +0000 @@ -1,1452 +1,139 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{351, 391}, {165, 333}} - 1879048192 - StrokeWidth - IPAllStrokeWidth - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 100 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 184}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Largeur - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 266 - - YES - - YES - NSColor pasteboard type - - - {{5, 5}, {142, 30}} - - YES - YES - - 1 - MSAxIDEAA - - - - {{2, 2}, {152, 38}} - - - - {{5, 237}, {156, 57}} - - {0, 0} - - 67239424 - 0 - Couleur - - LucidaGrande - 12 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{29, 297}, {110, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Not Stroked - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Stroked - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - widthSlider - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - widthField - - - - 40 - - - - colorWell - - - - 41 - - - - setWidth: - - - - 42 - - - - setWidth: - - - - 43 - - - - allStrokeWindow - - - - 44 - - - - setColor: - - - - 45 - - - - delegate - - - - 80 - - - - strokePopup - - - - 92 - - - - setStrokeState: - - - - 93 - - - - widthButtonLeft - - - - 94 - - - - widthButtonRight - - - - 95 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - IPAllStrokeWidth - - - 36 - - - YES - - - - - - - - 14 - - - YES - - - - - - - - - 84 - - - YES - - - - - - 86 - - - YES - - - - - - 101 - - - YES - - - - - - 90 - - - YES - - - - - - - 88 - - - - - 87 - - - - - -3 - - - Application - - - 24 - - - YES - - - - - - 100 - - - - - 5 - - - YES - - - - - - 98 - - - - - 23 - - - YES - - - - - - 99 - - - - - 4 - - - YES - - - - - - 97 - - - - - 35 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 90.IBPluginDependency - 90.ImportedFromIB2 - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{441, 318}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{441, 318}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 101 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllStrokeWidth - IPBasicLevel - - YES - - YES - setColor: - setStrokeState: - setWidth: - update: - - - YES - id - id - id - id - - - - YES - - YES - colorWell - strokePopup - widthButtonLeft - widthButtonRight - widthField - widthSlider - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllStrokeWidth.h - - - - IPAllStrokeWidth - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPArc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPArc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPArc.xib 2011-09-01 10:03:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPArc.xib 2016-02-01 15:43:37.000000000 +0000 @@ -1,2658 +1,356 @@ - - - - 1040 - 10J869 - 851 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{412, 288}, {165, 333}} - 1879048192 - Arc - IPArc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Centre - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 207}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Rayon - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - -360 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - -360 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 103}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 180 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 180 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 155}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle de départ - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 77}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - arcWindow - - - - 44 - - - - centerXField - - - - 46 - - - - setCenterX: - - - - 48 - - - - setCenterX: - - - - 49 - - - - setCenterX: - - - - 50 - - - - setCenterY: - - - - 52 - - - - setCenterY: - - - - 53 - - - - radiusField - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - setRadius: - - - - 57 - - - - angleField - - - - 58 - - - - begAngleField - - - - 59 - - - - setBegAngle: - - - - 60 - - - - setBegAngle: - - - - 61 - - - - setBegAngle: - - - - 62 - - - - setBegAngle: - - - - 63 - - - - setAngle: - - - - 64 - - - - setAngle: - - - - 65 - - - - setAngle: - - - - 66 - - - - setAngle: - - - - 67 - - - - begAngleSlider - - - - 68 - - - - angleSlider - - - - 69 - - - - centerYField - - - - 74 - - - - setCenterY: - - - - 75 - - - - delegate - - - - 79 - - - - delegate - - - - 81 - - - - delegate - - - - 82 - - - - delegate - - - - 83 - - - - nextKeyView - - - - 103 - - - - nextKeyView - - - - 104 - - - - nextKeyView - - - - 105 - - - - setLock: - - - - 109 - - - - setExcluded: - - - - 111 - - - - lockSwitch - - - - 112 - - - - excludeSwitch - - - - 113 - - - - setLabel: - - - - 117 - - - - labelField - - - - 118 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Arc - - - 36 - - - YES - - - - - - - - - - - 7 - - - YES - - - - - - - - 12 - - - YES - - - - - - - - - - 21 - - - YES - - - - - - - - - 30 - - - YES - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 85 - - - - - 22 - - - YES - - - - - - 87 - - - - - 6 - - - YES - - - - - - 86 - - - - - 33 - - - YES - - - - - - 91 - - - - - 11 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 89 - - - - - 32 - - - YES - - - - - - 90 - - - - - 72 - - - YES - - - - - - - - 101 - - - - - 73 - - - - - 3 - - - - - 26 - - - YES - - - - - - 93 - - - - - 28 - - - YES - - - - - - 94 - - - - - 29 - - - YES - - - - - - 95 - - - - - 9 - - - YES - - - - - - 92 - - - - - 25 - - - YES - - - - - - 99 - - - - - 15 - - - YES - - - - - - 97 - - - - - 19 - - - YES - - - - - - 98 - - - - - 8 - - - YES - - - - - - 96 - - - - - 106 - - - YES - - - - - - - - 108 - - - - - 100 - - - - - 110 - - - - - 114 - - - YES - - - - - - - 115 - - - - - 116 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 106.IBViewBoundsToFrameTransform - 11.IBPluginDependency - 11.ImportedFromIB2 - 114.IBPluginDependency - 114.IBViewBoundsToFrameTransform - 114.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 116.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBPluginDependency - 28.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 32.IBPluginDependency - 32.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 73.IBPluginDependency - 73.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 9.IBPluginDependency - 9.ImportedFromIB2 - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 523}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 523}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAwp4AAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBsAAAwq4AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 118 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPArc - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPCrosshairs.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPCrosshairs.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPCrosshairs.xib 2011-05-30 07:38:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPCrosshairs.xib 2016-02-01 15:46:05.000000000 +0000 @@ -1,1607 +1,143 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{476, 391}, {165, 333}} - 1880621056 - Crosshairs - IPCrosshairs - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{132, 30}, {16, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 259}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{56, 6}, {104, 19}} - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - crosshairsWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 40 - - - - setLock: - - - - 42 - - - - lockSwitch - - - - 43 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Crosshairs - - - 15 - - - YES - - - - - - - 5 - - - YES - - - - - - - - - - 41 - - - YES - - - - - - 49 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 46 - - - - - 2 - - - YES - - - - - - 45 - - - - - 18 - - - YES - - - - - - 48 - - - - - 16 - - - YES - - - - - - 47 - - - - - 36 - - - YES - - - - - - - - 50 - - - - - 37 - - - - - 13 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.maxSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 45.IBPluginDependency - 46.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 49.IBPluginDependency - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{588, 331}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{588, 331}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 50 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCrosshairs - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xField - yField - - - YES - id - id - - - - YES - - YES - xField - yField - - - YES - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCrosshairs.h - - - - IPCrosshairs - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/._IPCurve.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/._IPCurve.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPCurve.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPCurve.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPCurve.xib 2012-03-11 10:47:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPCurve.xib 2016-02-01 15:46:51.000000000 +0000 @@ -1,3139 +1,473 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{404, 389}, {165, 375}} - 1879048192 - Courbe - IPCurve - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point de départ - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 230}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point de control 1 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 158}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point de control 2 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 86}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point terminal - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - Vérouiller - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 60}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 84410368 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - curveWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - xc1Field - - - - 55 - - - - yc1Field - - - - 56 - - - - delegate - - - - 57 - - - - setControlX: - - - - 58 - - - - setControlY: - - - - 59 - - - - setControlX: - - - - 60 - - - - setControlX: - - - - 61 - - - - setControlY: - - - - 62 - - - - setControlY: - - - - 63 - - - - xButtonLeft - - - - 64 - - - - xButtonRight - - - - 65 - - - - yButtonLeft - - - - 66 - - - - yButtonRight - - - - 67 - - - - xc1ButtonLeft - - - - 68 - - - - xc1ButtonRight - - - - 69 - - - - yc1ButtonLeft - - - - 70 - - - - yc1ButtonRight - - - - 71 - - - - xc2Field - - - - 90 - - - - yc2Field - - - - 91 - - - - xeField - - - - 92 - - - - yeField - - - - 93 - - - - setControlY: - - - - 94 - - - - setPointX: - - - - 95 - - - - setPointY: - - - - 96 - - - - setControlX: - - - - 97 - - - - setControlX: - - - - 98 - - - - setControlY: - - - - 99 - - - - setControlY: - - - - 100 - - - - setPointX: - - - - 101 - - - - setPointX: - - - - 102 - - - - setPointY: - - - - 103 - - - - setPointY: - - - - 104 - - - - setControlX: - - - - 105 - - - - nextKeyView - - - - 128 - - - - nextKeyView - - - - 129 - - - - nextKeyView - - - - 130 - - - - setLock: - - - - 134 - - - - setExcluded: - - - - 136 - - - - lockSwitch - - - - 137 - - - - excludeSwitch - - - - 138 - - - - labelField - - - - 142 - - - - setLabel: - - - - 143 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Curve - - - 6 - - - YES - - - - - - - - - - - 16 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - - 72 - - - YES - - - - - - - - - - 81 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 109 - - - - - 10 - - - YES - - - - - - 108 - - - - - 7 - - - YES - - - - - - 107 - - - - - 17 - - - YES - - - - - - 110 - - - - - 36 - - - YES - - - - - - - - 124 - - - - - 37 - - - - - 15 - - - - - 53 - - - YES - - - - - - 115 - - - - - 46 - - - YES - - - - - - 112 - - - - - 51 - - - YES - - - - - - 114 - - - - - 47 - - - YES - - - - - - 113 - - - - - 49 - - - YES - - - - - - - - 125 - - - - - 52 - - - - - 50 - - - - - 74 - - - YES - - - - - - 116 - - - - - 80 - - - YES - - - - - - 119 - - - - - 79 - - - YES - - - - - - 118 - - - - - 78 - - - YES - - - - - - 117 - - - - - 75 - - - YES - - - - - - - - 126 - - - - - 77 - - - - - 76 - - - - - 87 - - - YES - - - - - - 121 - - - - - 88 - - - YES - - - - - - 122 - - - - - 83 - - - YES - - - - - - 120 - - - - - 89 - - - YES - - - - - - 123 - - - - - 84 - - - YES - - - - - - - - 127 - - - - - 86 - - - - - 85 - - - - - 131 - - - YES - - - - - - - - 133 - - - - - 111 - - - - - 135 - - - - - 139 - - - YES - - - - - - - 140 - - - - - 141 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.maxSize - 13.windowTemplate.minSize - 131.IBViewBoundsToFrameTransform - 139.IBPluginDependency - 139.IBViewBoundsToFrameTransform - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 141.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 74.IBPluginDependency - 74.ImportedFromIB2 - 75.IBPluginDependency - 75.ImportedFromIB2 - 76.IBPluginDependency - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - 78.ImportedFromIB2 - 79.IBPluginDependency - 79.ImportedFromIB2 - 80.IBPluginDependency - 80.ImportedFromIB2 - 81.IBPluginDependency - 81.ImportedFromIB2 - 83.IBPluginDependency - 83.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{539, 468}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{539, 468}, {165, 375}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - - P4AAAL+AAABByAAAwiAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADB6AAAwowAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 143 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCurve - IPBasicLevel - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - - setControlX: - id - - - setControlY: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - xc1ButtonLeft - id - - - xc1ButtonRight - id - - - xc1Field - id - - - xc2Field - id - - - xeField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - yc1ButtonLeft - id - - - yc1ButtonRight - id - - - yc1Field - id - - - yc2Field - id - - - yeField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCurve.h - - - - IPCurve - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPGroup.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPGroup.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPGroup.xib 2011-05-30 09:30:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPGroup.xib 2016-02-01 15:47:26.000000000 +0000 @@ -1,2213 +1,279 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 2 - {{173, 391}, {165, 333}} - 1879048192 - Groupe - IPGroup - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origine - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Taille - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 162}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - groupWindow - - - - 16 - - - - xField - - - - 26 - - - - wField - - - - 36 - - - - setPointX: - - - - 38 - - - - setPointX: - - - - 39 - - - - setPointX: - - - - 40 - - - - setPointY: - - - - 42 - - - - setPointY: - - - - 43 - - - - setSizeW: - - - - 44 - - - - setSizeW: - - - - 45 - - - - setSizeW: - - - - 46 - - - - setSizeH: - - - - 48 - - - - setSizeH: - - - - 49 - - - - yField - - - - 55 - - - - hField - - - - 56 - - - - setPointY: - - - - 57 - - - - setSizeH: - - - - 58 - - - - delegate - - - - 62 - - - - delegate - - - - 63 - - - - nextKeyView - - - - 76 - - - - setLock: - - - - 80 - - - - setExcluded: - - - - 82 - - - - lockSwitch - - - - 83 - - - - excludeSwitch - - - - 84 - - - - setLabel: - - - - 88 - - - - labelField - - - - 89 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Group - - - 8 - - - YES - - - - - - - - - 19 - - - YES - - - - - - - - - - 31 - - - YES - - - - - - - - - - -3 - - - Application - - - 25 - - - YES - - - - - - 68 - - - - - 24 - - - YES - - - - - - 67 - - - - - 22 - - - YES - - - - - - 66 - - - - - 18 - - - YES - - - - - - 65 - - - - - 51 - - - YES - - - - - - - - 74 - - - - - 52 - - - - - 23 - - - - - 34 - - - YES - - - - - - 71 - - - - - 35 - - - YES - - - - - - 72 - - - - - 29 - - - YES - - - - - - 69 - - - - - 33 - - - YES - - - - - - 70 - - - - - 53 - - - YES - - - - - - - - 75 - - - - - 54 - - - - - 30 - - - - - 77 - - - YES - - - - - - - - 79 - - - - - 73 - - - - - 81 - - - - - 85 - - - YES - - - - - - - 86 - - - - - 87 - - - - - - - YES - - YES - -3.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.maxSize - 13.windowTemplate.minSize - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 31.IBPluginDependency - 31.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 85.IBViewBoundsToFrameTransform - 85.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 87.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 513}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 513}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAQAAAwyoAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 89 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPGroup - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - setSizeH: - id - - - setSizeW: - id - - - update: - id - - - - - YES - - YES - hField - wField - xField - yField - - - YES - id - id - id - id - - - - YES - - YES - hField - wField - xField - yField - - - YES - - hField - id - - - wField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPGroup.h - - - - IPGroup - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPImage.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPImage.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPImage.xib 2011-05-30 09:39:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPImage.xib 2016-02-01 15:48:11.000000000 +0000 @@ -1,2716 +1,325 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{761, 385}, {165, 333}} - 1879048192 - Image - IPImage - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origine - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - L: - - - - - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Taille - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - -2080244224 - 67108864 - Miniature - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - - YES - - - 256 - - YES - - - 256 - {{6, 8}, {140, 21}} - - YES - - -1805517248 - 1024 - VImage1.tiff - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 33}} - - - - {{5, 138}, {156, 52}} - - {0, 0} - - 67239424 - 0 - Nom - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{5, 104}, {155, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - TIFF (LZW) - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - 11 - - - YES - - OtherViews - - YES - - - BMP - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - GIF - - 1048576 - 2147483647 - - - _popUpItemAction: - 2 - - - - - JPG - - 1048576 - 2147483647 - - - _popUpItemAction: - 3 - - - - - PNG - - 1048576 - 2147483647 - - - _popUpItemAction: - 4 - - - - - TIFF (non compressé) - - 1048576 - 2147483647 - - - _popUpItemAction: - 10 - - - - - - TIFF (PackBits) - - 1048576 - 2147483647 - - - _popUpItemAction: - 12 - - - - - 5 - 3 - YES - YES - 1 - - - - - 265 - {{8, 76}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - 5 - - - 101 - - 67239424 - 67108864 - Compression (%) - - - - - - {150, 22} - {1, 8} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 101 - - 67239424 - 67108864 - Champ: - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - imageWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - widthField - - - - 28 - - - - heightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setWidth: - - - - 36 - - - - setHeight: - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - setHeight: - - - - 40 - - - - setHeight: - - - - 41 - - - - delegate - - - - 63 - - - - delegate - - - - 64 - - - - nameField - - - - 141 - - - - setName: - - - - 142 - - - - compPopUp - - - - 168 - - - - factorField - - - - 169 - - - - setCompressionType: - - - - 170 - - - - setCompressionFactor: - - - - 171 - - - - thumbSwitch - - - - 174 - - - - setThumbnail: - - - - 175 - - - - lockSwitch - - - - 176 - - - - setLock: - - - - 177 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Image - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - 172 - - - - - 173 - - - - - 139 - - - YES - - - - - - 158 - - - YES - - - - - - 164 - - - YES - - - - - - - 167 - - - - - 192 - - - YES - - - - - - 195 - - - - - 196 - - - - - 159 - - - YES - - - - - - - - - - - - 181 - - - - - 180 - - - - - 179 - - - - - 178 - - - - - 162 - - - - - 161 - - - - - 160 - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 186 - - - - - 11 - - - YES - - - - - - 184 - - - - - 5 - - - YES - - - - - - 183 - - - - - 21 - - - YES - - - - - - 185 - - - - - 13 - - - YES - - - - - - - - 193 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 188 - - - - - 3 - - - YES - - - - - - 187 - - - - - 20 - - - YES - - - - - - 190 - - - - - 19 - - - YES - - - - - - 189 - - - - - 18 - - - YES - - - - - - - - 194 - - - - - 15 - - - - - 12 - - - - - 138 - - - YES - - - - - - 191 - - - - - 197 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 11.IBPluginDependency - 11.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 158.IBPluginDependency - 158.ImportedFromIB2 - 159.IBPluginDependency - 159.ImportedFromIB2 - 160.IBPluginDependency - 160.ImportedFromIB2 - 161.IBPluginDependency - 161.ImportedFromIB2 - 162.IBPluginDependency - 162.ImportedFromIB2 - 164.IBPluginDependency - 164.ImportedFromIB2 - 167.IBPluginDependency - 167.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 172.IBPluginDependency - 172.ImportedFromIB2 - 173.IBPluginDependency - 173.ImportedFromIB2 - 178.IBPluginDependency - 178.ImportedFromIB2 - 179.IBPluginDependency - 179.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 180.IBPluginDependency - 180.ImportedFromIB2 - 181.IBPluginDependency - 181.ImportedFromIB2 - 183.IBPluginDependency - 184.IBPluginDependency - 185.IBPluginDependency - 186.IBPluginDependency - 187.IBPluginDependency - 188.IBPluginDependency - 189.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 190.IBPluginDependency - 191.IBPluginDependency - 192.IBPluginDependency - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBPluginDependency - 196.IBPluginDependency - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 65.IBPluginDependency - 65.IBViewBoundsToFrameTransform - 65.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{483, 272}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{483, 272}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCjAAAwjAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 197 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPImage - IPBasicLevel - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - - setCompressionFactor: - id - - - setCompressionType: - id - - - setHeight: - id - - - setName: - id - - - setThumbnail: - id - - - setWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - - compPopUp - id - - - factorField - id - - - heightField - id - - - nameField - id - - - thumbSwitch - id - - - widthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPImage.h - - - - IPImage - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPLine.xib 2012-03-07 08:07:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPLine.xib 2016-02-01 15:42:29.000000000 +0000 @@ -1,2779 +1,390 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{330, 288}, {165, 333}} - 1879048192 - Ligne - IPLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point de départ - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 92}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point terminal - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 164}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Longueur - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {100, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 66}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - lineWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 43 - - - - angleField - - - - 66 - - - - angleSlider - - - - 67 - - - - endXField - - - - 68 - - - - endYField - - - - 69 - - - - lengthField - - - - 70 - - - - setAngle: - - - - 71 - - - - delegate - - - - 73 - - - - setAngle: - - - - 74 - - - - setAngle: - - - - 75 - - - - setAngle: - - - - 76 - - - - setLength: - - - - 77 - - - - setLength: - - - - 78 - - - - setLength: - - - - 79 - - - - delegate - - - - 80 - - - - delegate - - - - 81 - - - - setEndX: - - - - 82 - - - - setEndY: - - - - 83 - - - - setEndX: - - - - 84 - - - - setEndX: - - - - 85 - - - - setEndY: - - - - 86 - - - - setEndY: - - - - 87 - - - - nextKeyView - - - - 108 - - - - nextKeyView - - - - 109 - - - - nextKeyView - - - - 110 - - - - setLock: - - - - 114 - - - - setExcluded: - - - - 116 - - - - excludeSwitch - - - - 117 - - - - setLabel: - - - - 121 - - - - labelField - - - - 122 - - - - lockSwitch - - - - 123 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Line - - - 15 - - - YES - - - - - - - - - - - 5 - - - YES - - - - - - - - - - 51 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - 60 - - - YES - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 90 - - - - - 2 - - - YES - - - - - - 89 - - - - - 18 - - - YES - - - - - - 92 - - - - - 16 - - - YES - - - - - - 91 - - - - - 36 - - - YES - - - - - - - - 105 - - - - - 37 - - - - - 13 - - - - - 50 - - - YES - - - - - - 97 - - - - - 47 - - - YES - - - - - - 95 - - - - - 45 - - - YES - - - - - - 94 - - - - - 49 - - - YES - - - - - - 96 - - - - - 53 - - - YES - - - - - - - - 106 - - - - - 48 - - - - - 46 - - - - - 55 - - - YES - - - - - - 98 - - - - - 57 - - - YES - - - - - - 100 - - - - - 56 - - - YES - - - - - - 99 - - - - - 58 - - - YES - - - - - - 101 - - - - - 64 - - - YES - - - - - - 104 - - - - - 61 - - - YES - - - - - - 102 - - - - - 63 - - - YES - - - - - - 103 - - - - - 111 - - - YES - - - - - - - - 113 - - - - - 93 - - - - - 115 - - - - - 118 - - - YES - - - - - - - 119 - - - - - 120 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 111.IBViewBoundsToFrameTransform - 118.IBPluginDependency - 118.IBViewBoundsToFrameTransform - 118.ImportedFromIB2 - 119.IBPluginDependency - 119.ImportedFromIB2 - 120.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.maxSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCiAAAwcAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCLAAAwqYAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{524, 425}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{524, 425}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 123 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPLine - IPBasicLevel - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - - setAngle: - id - - - setEndX: - id - - - setEndY: - id - - - setLength: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - endXField - id - - - endYField - id - - - lengthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPLine.h - - - - IPLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPMark.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPMark.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPMark.xib 2011-05-30 11:30:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPMark.xib 2016-02-01 15:48:48.000000000 +0000 @@ -1,2052 +1,226 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{279, 330}, {165, 333}} - 1879048192 - Marque - IPMark - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 58}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 58}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 34}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 34}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 7}, {102, 71}} - - YES - 3 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - -1805517312 - 0 - 0 - - - 2 - YES - - - - - {102, 21} - {0, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 257 - {{112, 10}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 10}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 82}} - - - - {{5, 231}, {156, 100}} - - {0, 0} - - 67239424 - 0 - Origine - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 58}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - Marqueur 3-D - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Vérouiller - - - 1 - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -1 - -936619521 - 0 - - - 200 - 25 - - - {100, 18} - {4, 2} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -1 - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 205}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - markWindow - - - - 26 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - delegate - - - - 46 - - - - xField - - - - 50 - - - - setPointX: - - - - 51 - - - - yField - - - - 52 - - - - setPointY: - - - - 53 - - - - zSwitch - - - - 60 - - - - zField - - - - 61 - - - - zLeftButton - - - - 62 - - - - zRightButton - - - - 63 - - - - lockSwitch - - - - 64 - - - - setPointZ: - - - - 65 - - - - setPointZ: - - - - 66 - - - - setPointZ: - - - - 67 - - - - setLock: - - - - 74 - - - - setPointZ: - - - - 75 - - - - setExcluded: - - - - 87 - - - - labelField - - - - 91 - - - - setLabel: - - - - 92 - - - - excludeSwitch - - - - 93 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Mark - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - - - 56 - - - YES - - - - - - - - - 43 - - - - - 57 - - - - - 68 - - - YES - - - - - - - 71 - - - - - 84 - - - - - 85 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 78 - - - - - 2 - - - YES - - - - - - 77 - - - - - 18 - - - YES - - - - - - 80 - - - - - 16 - - - YES - - - - - - 79 - - - - - 39 - - - YES - - - - - - - - - 83 - - - - - 49 - - - - - 48 - - - - - 47 - - - - - 54 - - - YES - - - - - - 81 - - - - - 55 - - - YES - - - - - - 82 - - - - - 86 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.maxSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 43.IBPluginDependency - 43.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.IBViewBoundsToFrameTransform - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 68.IBPluginDependency - 68.IBViewBoundsToFrameTransform - 68.ImportedFromIB2 - 71.IBPluginDependency - 71.ImportedFromIB2 - 77.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 80.IBPluginDependency - 81.IBPluginDependency - 82.IBPluginDependency - 83.IBPluginDependency - 84.IBPluginDependency - 85.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{609, 308}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{609, 308}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCggAAwqgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAw1UAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 93 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPMark - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPPath.xib 2011-05-30 09:51:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPPath.xib 2016-02-01 15:49:15.000000000 +0000 @@ -1,2696 +1,378 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{439, 351}, {165, 333}} - 1879048192 - Chemin - IPPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 116}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point sélectionné - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 4194304 - 50 - - - YES - - - - - -1805517312 - 4194304 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origine - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Taille - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 90}, {152, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {152, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - pathWindow - - - - 27 - - - - xField - - - - 29 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointX: - - - - 33 - - - - setPointY: - - - - 35 - - - - setPointY: - - - - 36 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 48 - - - - originXField - - - - 67 - - - - originYField - - - - 68 - - - - sizeWidthField - - - - 69 - - - - sizeHeightField - - - - 70 - - - - setOriginX: - - - - 71 - - - - setOriginY: - - - - 72 - - - - setOriginX: - - - - 73 - - - - setOriginX: - - - - 74 - - - - setOriginY: - - - - 75 - - - - setOriginY: - - - - 76 - - - - setSizeWidth: - - - - 77 - - - - setSizeHeight: - - - - 78 - - - - setSizeWidth: - - - - 79 - - - - setSizeWidth: - - - - 80 - - - - setSizeHeight: - - - - 81 - - - - setSizeHeight: - - - - 82 - - - - nextKeyView - - - - 86 - - - - nextKeyView - - - - 87 - - - - xButtonLeft - - - - 89 - - - - xButtonRight - - - - 90 - - - - yButtonLeft - - - - 91 - - - - yButtonRight - - - - 92 - - - - delegate - - - - 110 - - - - delegate - - - - 111 - - - - setLock: - - - - 115 - - - - setExcluded: - - - - 117 - - - - lockSwitch - - - - 118 - - - - excludeSwitch - - - - 119 - - - - setLabel: - - - - 123 - - - - labelField - - - - 124 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 7 - - - YES - - - - Path - - - 13 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 63 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - - -3 - - - Application - - - 16 - - - YES - - - - - - 97 - - - - - 8 - - - YES - - - - - - 95 - - - - - 3 - - - YES - - - - - - 94 - - - - - 12 - - - YES - - - - - - 96 - - - - - 39 - - - YES - - - - - - - - 107 - - - - - 40 - - - - - 9 - - - - - 61 - - - YES - - - - - - 100 - - - - - 66 - - - YES - - - - - - 102 - - - - - 64 - - - YES - - - - - - 101 - - - - - 58 - - - YES - - - - - - 99 - - - - - 50 - - - YES - - - - - - - - 108 - - - - - 60 - - - - - 59 - - - - - 56 - - - YES - - - - - - 105 - - - - - 49 - - - YES - - - - - - 103 - - - - - 52 - - - YES - - - - - - 104 - - - - - 62 - - - YES - - - - - - 106 - - - - - 54 - - - YES - - - - - - - - 109 - - - - - 57 - - - - - 51 - - - - - 112 - - - YES - - - - - - - - 114 - - - - - 98 - - - - - 116 - - - - - 120 - - - YES - - - - - - - 121 - - - - - 122 - - - - - - - YES - - YES - -3.IBPluginDependency - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 120.IBViewBoundsToFrameTransform - 120.ImportedFromIB2 - 121.IBPluginDependency - 122.IBPluginDependency - 122.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 62.IBPluginDependency - 62.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBPluginDependency - 65.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 7.IBEditorWindowLastContentRect - 7.IBPluginDependency - 7.IBWindowTemplateEditedContentRect - 7.ImportedFromIB2 - 7.windowTemplate.hasMinSize - 7.windowTemplate.maxSize - 7.windowTemplate.minSize - 8.IBPluginDependency - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABB4AAAwrgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{327, 313}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{327, 313}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 124 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPath - IPBasicLevel - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setOriginX: - id - - - setOriginY: - id - - - setPointX: - id - - - setPointY: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - originXField - id - - - originYField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPath.h - - - - IPPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPPolyLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPPolyLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPPolyLine.xib 2011-05-30 10:01:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPPolyLine.xib 2016-02-01 15:50:00.000000000 +0000 @@ -1,1850 +1,188 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{403, 387}, {165, 333}} - 1879048192 - PolyLigne - IPPolyLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Point sélectionné - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - Vérouiller - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - polyLineWindow - - - - 48 - - - - xButtonLeft - - - - 128 - - - - xButtonRight - - - - 129 - - - - yButtonLeft - - - - 130 - - - - yButtonRight - - - - 131 - - - - setLock: - - - - 142 - - - - setExcluded: - - - - 144 - - - - excludeSwitch - - - - 146 - - - - lockSwitch - - - - 147 - - - - setLabel: - - - - 151 - - - - labelField - - - - 152 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - PolyLine - - - 6 - - - YES - - - - - - - - 16 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 135 - - - - - 10 - - - YES - - - - - - 134 - - - - - 7 - - - YES - - - - - - 133 - - - - - 17 - - - YES - - - - - - 136 - - - - - 36 - - - YES - - - - - - - - 138 - - - - - 37 - - - - - 15 - - - - - 139 - - - YES - - - - - - - - 141 - - - - - 137 - - - - - 143 - - - - - 148 - - - YES - - - - - - - 149 - - - - - 150 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.maxSize - 13.windowTemplate.minSize - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 136.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 148.IBPluginDependency - 148.IBViewBoundsToFrameTransform - 148.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 150.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{779, 674}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{779, 674}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBYAAAwzQAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 152 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPolyLine - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPolyLine.h - - - - IPPolyLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPRectangle.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPRectangle.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPRectangle.xib 2011-05-30 10:15:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPRectangle.xib 2016-02-01 15:50:25.000000000 +0000 @@ -1,2816 +1,384 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{339, 263}, {165, 333}} - 1879048192 - Rectangle - IPRectangle - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - 0 - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Lower Left - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - L: - - - - - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Taille - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1804468672 - 1024 - 0 - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 88}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Corner Radius - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 3}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - 6 - System - controlTextColor - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - {{8, 62}, {152, 22}} - - YES - 1 - 1 - - YES - - -1804468672 - 205521920 - - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {152, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - rectangleWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - sizeWidthField - - - - 28 - - - - sizeHeightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setSizeWidth: - - - - 36 - - - - setSizeHeight: - - - - 37 - - - - setSizeWidth: - - - - 38 - - - - setSizeWidth: - - - - 39 - - - - setSizeHeight: - - - - 40 - - - - setSizeHeight: - - - - 41 - - - - radiusField - - - - 53 - - - - setRadius: - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - delegate - - - - 76 - - - - delegate - - - - 77 - - - - delegate - - - - 78 - - - - angleSlider - - - - 106 - - - - setAngle: - - - - 107 - - - - setAngle: - - - - 108 - - - - setAngle: - - - - 109 - - - - delegate - - - - 111 - - - - angleField - - - - 112 - - - - setAngle: - - - - 113 - - - - nextKeyView - - - - 134 - - - - nextKeyView - - - - 135 - - - - nextKeyView - - - - 136 - - - - setLock: - - - - 140 - - - - setExcluded: - - - - 142 - - - - lockSwitch - - - - 143 - - - - excludeSwitch - - - - 144 - - - - setLabel: - - - - 148 - - - - labelField - - - - 149 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Rectangle - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 50 - - - YES - - - - - - - - 99 - - - YES - - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 118 - - - - - 11 - - - YES - - - - - - 116 - - - - - 5 - - - YES - - - - - - 115 - - - - - 21 - - - YES - - - - - - 117 - - - - - 13 - - - YES - - - - - - - - 131 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 120 - - - - - 3 - - - YES - - - - - - 119 - - - - - 20 - - - YES - - - - - - 122 - - - - - 19 - - - YES - - - - - - 121 - - - - - 18 - - - YES - - - - - - - - 132 - - - - - 15 - - - - - 12 - - - - - 45 - - - YES - - - - - - 123 - - - - - 48 - - - YES - - - - - - 124 - - - - - 52 - - - YES - - - - - - 125 - - - - - 103 - - - YES - - - - - - 129 - - - - - 104 - - - YES - - - - - - 130 - - - - - 101 - - - YES - - - - - - 127 - - - - - 102 - - - YES - - - - - - 128 - - - - - 137 - - - YES - - - - - - - - 139 - - - - - 126 - - - - - 141 - - - - - 145 - - - YES - - - - - - - 146 - - - - - 147 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.maxSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 104.IBPluginDependency - 104.ImportedFromIB2 - 11.IBPluginDependency - 11.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 130.IBPluginDependency - 131.IBPluginDependency - 132.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 145.IBPluginDependency - 145.IBViewBoundsToFrameTransform - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.IBViewBoundsToFrameTransform - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.IBViewBoundsToFrameTransform - 9.ImportedFromIB2 - 99.IBPluginDependency - 99.IBViewBoundsToFrameTransform - 99.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{577, 166}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{577, 166}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADCBAAAwqoAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABCnAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABDNwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABDAwAAA - - - - - - YES - - - YES - - - - - YES - - - YES - - - - 149 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPRectangle - IPBasicLevel - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - - setAngle: - id - - - setRadius: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - radiusField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPRectangle.h - - - - IPRectangle - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/._IPSinking.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/._IPSinking.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPSinking.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPSinking.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPSinking.xib 2012-03-11 10:47:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPSinking.xib 2016-02-01 15:51:05.000000000 +0000 @@ -1,2542 +1,315 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{623, 331}, {165, 375}} - 1879048192 - Sinking - IPSinking - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{2, 4}, {144, 117}} - - YES - 5 - 1 - - YES - - 341966400 - 67109888 - - - LucidaGrande - 12 - 16 - - - 104 - - 67239424 - 67108864 - Trou Ø (d1): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Tête Ø (d2): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Hauteur tête (t1): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Head Brim (t2): - - - - - - 341966400 - 67109888 - - - - 104 - - 67239424 - 67108864 - Incrément: - - - - - - {144, 21} - {1, 3} - 67633152 - NSActionCell - - 341966400 - 67109888 - - - 104 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - - 258 - {{5, 122}, {144, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Custom - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {152, 150}} - - - - {{4, 76}, {156, 168}} - - {0, 0} - - 67239424 - 0 - Metrics - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{77, 7}, {70, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - pouce - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - - 260 - {{6, 4}, {66, 31}} - - YES - 1 - 2 - - YES - - -2080244224 - 134217728 - medium - - - 918831359 - 6 - - NSImage - sinkingMedium - - - - 200 - 25 - - - 67239424 - 134217728 - medium - - - 1 - 918831359 - 6 - - NSImage - sinkingFine - - - - 200 - 25 - - - {31, 31} - {4, 4} - 1140850688 - NSActionCell - - 67239424 - 134217728 - - - -2033434369 - 2 - - - - 200 - 25 - - - - - - - {{2, 2}, {152, 39}} - - - - {{4, 244}, {156, 58}} - - {0, 0} - - 67239424 - 0 - Type - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 50}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - sinkingWindow - - - - 36 - - - - positionXField - - - - 38 - - - - setPositionX: - - - - 40 - - - - setPositionX: - - - - 41 - - - - setPositionX: - - - - 42 - - - - setPositionY: - - - - 44 - - - - setPositionY: - - - - 45 - - - - positionYField - - - - 68 - - - - setPositionY: - - - - 69 - - - - delegate - - - - 73 - - - - unitPopUp - - - - 100 - - - - typeMatrix - - - - 104 - - - - metricsMatrix - - - - 123 - - - - setType: - - - - 124 - - - - setUnit: - - - - 125 - - - - setDiameter: - - - - 126 - - - - setMetrics: - - - - 127 - - - - diameterPopUp - - - - 128 - - - - setLock: - - - - 150 - - - - setExcluded: - - - - 151 - - - - excludeSwitch - - - - 152 - - - - lockSwitch - - - - 153 - - - - setLabel: - - - - 157 - - - - labelField - - - - 158 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Sinking - - - 14 - - - YES - - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - 105 - - - YES - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 132 - - - - - 26 - - - YES - - - - - - 133 - - - - - 20 - - - YES - - - - - - 131 - - - - - 31 - - - YES - - - - - - 134 - - - - - 66 - - - YES - - - - - - - - 138 - - - - - 67 - - - - - 34 - - - - - 112 - - - YES - - - - - - - - - - - 139 - - - - - 129 - - - - - 116 - - - - - 115 - - - - - 114 - - - - - 113 - - - - - 117 - - - YES - - - - - - 135 - - - YES - - - - - - 121 - - - YES - - - - - - 122 - - - - - 91 - - - YES - - - - - - 137 - - - YES - - - - - - 93 - - - YES - - - - - - - 94 - - - - - 96 - - - - - 102 - - - YES - - - - - - - - 140 - - - - - 103 - - - - - 97 - - - - - 146 - - - YES - - - - - - - - 147 - - - - - 148 - - - - - 149 - - - - - 154 - - - YES - - - - - - - 155 - - - - - 156 - - - - - - - YES - - YES - -3.IBPluginDependency - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 121.IBPluginDependency - 121.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 - 131.IBPluginDependency - 132.IBPluginDependency - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 139.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 146.IBViewBoundsToFrameTransform - 148.IBPluginDependency - 154.IBPluginDependency - 154.IBViewBoundsToFrameTransform - 154.ImportedFromIB2 - 155.IBPluginDependency - 155.ImportedFromIB2 - 156.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.maxSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 91.IBPluginDependency - 91.ImportedFromIB2 - 93.IBPluginDependency - 93.ImportedFromIB2 - 94.IBPluginDependency - 94.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCXAAAwZgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBoAAAwo4AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{568, 413}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{568, 413}, {165, 375}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPSinking - IPBasicLevel - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - - setDiameter: - id - - - setMetrics: - id - - - setPositionX: - id - - - setPositionY: - id - - - setType: - id - - - setUnit: - id - - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - id - id - id - id - id - id - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - - diameterPopUp - id - - - metricsMatrix - id - - - positionXField - id - - - positionYField - id - - - typeMatrix - id - - - unitPopUp - id - - - - - IBProjectSource - InspectorPanel.subproj/IPSinking.h - - - - IPSinking - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - sinkingFine - sinkingMedium - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - {28, 28} - {28, 28} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPTextPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPTextPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPTextPath.xib 2011-05-30 06:24:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPTextPath.xib 2016-02-01 15:41:32.000000000 +0000 @@ -1,1389 +1,89 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{547, 254}, {165, 333}} - 1879048192 - Texte sur chemin - IPTextPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 274 - - YES - - - 256 - {165, 333} - - - - {165, 333} - - {0, 0} - - 67239424 - 0 - Box - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 0 - 0 - NO - - - - 289 - {{40, 8}, {120, 72}} - - YES - 4 - 1 - - YES - - 67239424 - 67108864 - Voir le chemin - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Numéro de série - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {120, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textPathWindow - - - - 26 - - - - pathView - - - - 92 - - - - setLock: - - - - 102 - - - - setSerialNumber: - - - - 103 - - - - setShowPath: - - - - 104 - - - - setExcluded: - - - - 106 - - - - excludeSwitch - - - - 107 - - - - lockSwitch - - - - 108 - - - - serialNumberSwitch - - - - 109 - - - - showPathSwitch - - - - 110 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - TextPath - - - 16 - - - YES - - - - - - - 90 - - - YES - - - - - -3 - - - Application - - - 97 - - - YES - - - - - - - - - - 101 - - - - - 95 - - - - - 94 - - - - - 96 - - - - - 105 - - - - - - - YES - - YES - -3.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.maxSize - 20.windowTemplate.minSize - 90.IBPluginDependency - 90.IBViewBoundsToFrameTransform - 90.ImportedFromIB2 - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{326, 249}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{326, 249}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCCAAAwoAAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 110 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPTextPath - IPBasicLevel - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - id - id - id - - - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - - setSerialNumber: - id - - - setShowPath: - id - - - update: - id - - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - id - id - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - - serialNumberSwitch - id - - - showPathSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPTextPath.h - - - - IPTextPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - YES - - YES - lockSwitch - pathView - - - YES - id - id - - - - YES - - YES - lockSwitch - pathView - - - YES - - lockSwitch - id - - - pathView - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPText.xib 2011-05-31 05:29:14.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPText.xib 2016-02-01 15:51:32.000000000 +0000 @@ -1,2702 +1,364 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{505, 263}, {165, 333}} - 1879048192 - Texte - IPText - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Angle - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origine - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Taille de la boîte - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{28, 8}, {130, 85}} - - YES - 5 - 1 - - YES - - 67239424 - 67108864 - Numéro de série - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Fit horizontal - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Centre vertical - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {130, 17} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 114}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textWindow - - - - 26 - - - - angleField - - - - 36 - - - - setAngle: - - - - 37 - - - - setAngle: - - - - 38 - - - - setAngle: - - - - 39 - - - - setAngle: - - - - 40 - - - - angleSlider - - - - 41 - - - - delegate - - - - 82 - - - - xField - - - - 129 - - - - yField - - - - 130 - - - - sizeWidthField - - - - 131 - - - - sizeHeightField - - - - 132 - - - - setPointX: - - - - 133 - - - - setPointY: - - - - 134 - - - - setSizeWidth: - - - - 135 - - - - setSizeHeight: - - - - 136 - - - - setPointX: - - - - 137 - - - - setPointX: - - - - 138 - - - - setPointY: - - - - 139 - - - - setPointY: - - - - 140 - - - - setSizeWidth: - - - - 141 - - - - setSizeWidth: - - - - 142 - - - - setSizeHeight: - - - - 143 - - - - setSizeHeight: - - - - 144 - - - - delegate - - - - 164 - - - - nextKeyView - - - - 165 - - - - delegate - - - - 166 - - - - nextKeyView - - - - 167 - - - - setLock: - - - - 174 - - - - setCenterVertical: - - - - 175 - - - - setFitHorizontal: - - - - 176 - - - - setSerialNumber: - - - - 177 - - - - setExcluded: - - - - 179 - - - - excludeSwitch - - - - 180 - - - - lockSwitch - - - - 181 - - - - centerVerticalSwitch - - - - 182 - - - - fitHorizontalSwitch - - - - 183 - - - - serialNumberSwitch - - - - 184 - - - - setLabel: - - - - 188 - - - - labelField - - - - 189 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - Text - - - 16 - - - YES - - - - - - - - - - 5 - - - YES - - - - - - - - - 111 - - - YES - - - - - - - - - - 126 - - - YES - - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 146 - - - - - 24 - - - YES - - - - - - 149 - - - - - 14 - - - YES - - - - - - 147 - - - - - 17 - - - YES - - - - - - 148 - - - - - 116 - - - YES - - - - - - 156 - - - - - 118 - - - YES - - - - - - 157 - - - - - 114 - - - YES - - - - - - 155 - - - - - 113 - - - YES - - - - - - 154 - - - - - 119 - - - YES - - - - - - - - 162 - - - - - 117 - - - - - 112 - - - - - 120 - - - YES - - - - - - 158 - - - - - 127 - - - YES - - - - - - 160 - - - - - 128 - - - YES - - - - - - 161 - - - - - 124 - - - YES - - - - - - 159 - - - - - 123 - - - YES - - - - - - - - 163 - - - - - 125 - - - - - 122 - - - - - 168 - - - YES - - - - - - - - - - - 173 - - - - - 153 - - - - - 152 - - - - - 151 - - - - - 150 - - - - - 178 - - - - - 185 - - - YES - - - - - - - 186 - - - - - 187 - - - - - - - YES - - YES - -3.IBPluginDependency - 111.IBPluginDependency - 111.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 118.IBPluginDependency - 118.ImportedFromIB2 - 119.IBPluginDependency - 119.ImportedFromIB2 - 120.IBPluginDependency - 120.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 123.IBPluginDependency - 123.ImportedFromIB2 - 124.IBPluginDependency - 124.ImportedFromIB2 - 125.IBPluginDependency - 125.ImportedFromIB2 - 126.IBPluginDependency - 126.ImportedFromIB2 - 127.IBPluginDependency - 127.ImportedFromIB2 - 128.IBPluginDependency - 128.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 146.IBPluginDependency - 147.IBPluginDependency - 148.IBPluginDependency - 149.IBPluginDependency - 150.IBPluginDependency - 151.IBPluginDependency - 152.IBPluginDependency - 153.IBPluginDependency - 154.IBPluginDependency - 155.IBPluginDependency - 156.IBPluginDependency - 157.IBPluginDependency - 158.IBPluginDependency - 159.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 160.IBPluginDependency - 161.IBPluginDependency - 162.IBPluginDependency - 163.IBPluginDependency - 168.IBViewBoundsToFrameTransform - 17.IBPluginDependency - 17.ImportedFromIB2 - 185.IBPluginDependency - 185.IBViewBoundsToFrameTransform - 185.ImportedFromIB2 - 186.IBPluginDependency - 186.ImportedFromIB2 - 187.IBPluginDependency - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.maxSize - 20.windowTemplate.minSize - 24.IBPluginDependency - 24.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABB8AAAwrYAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABA4AAAwv4AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{495, 248}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{495, 248}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 189 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPText - IPBasicLevel - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setAngle: - id - - - setCenterVertical: - id - - - setFitHorizontal: - id - - - setPointX: - id - - - setPointY: - id - - - setSerialNumber: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - centerVerticalSwitch - id - - - fitHorizontalSwitch - id - - - serialNumberSwitch - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPText.h - - - - IPText - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPThread.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPThread.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPThread.xib 2011-05-30 10:37:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPThread.xib 2016-02-01 15:56:06.000000000 +0000 @@ -1,2275 +1,242 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{376, 283}, {165, 333}} - 1879048192 - Thread - IPThread - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Centre - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 21}} - - YES - - -1805517312 - 0 - 6 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Diamètre Nominal - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - Tour mort - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 186}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - threadWindow - - - - 36 - - - - centerXField - - - - 38 - - - - setCenterX: - - - - 40 - - - - setCenterX: - - - - 41 - - - - setCenterX: - - - - 42 - - - - setCenterY: - - - - 44 - - - - setCenterY: - - - - 45 - - - - diameterField - - - - 46 - - - - setDiameter: - - - - 47 - - - - setDiameter: - - - - 48 - - - - setDiameter: - - - - 49 - - - - centerYField - - - - 68 - - - - setCenterY: - - - - 69 - - - - delegate - - - - 73 - - - - delegate - - - - 74 - - - - nextKeyView - - - - 96 - - - - setLock: - - - - 101 - - - - setLeftTurn: - - - - 102 - - - - setExcluded: - - - - 104 - - - - leftTurnSwitch - - - - 105 - - - - lockSwitch - - - - 106 - - - - excludeSwitch - - - - 107 - - - - setLabel: - - - - 111 - - - - labelField - - - - 112 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Thread - - - 14 - - - YES - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 87 - - - - - 26 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 86 - - - - - 31 - - - YES - - - - - - 89 - - - - - 66 - - - YES - - - - - - - - 95 - - - - - 67 - - - - - 34 - - - - - 17 - - - YES - - - - - - 92 - - - - - 4 - - - YES - - - - - - 90 - - - - - 15 - - - YES - - - - - - 91 - - - - - 97 - - - YES - - - - - - - - - 100 - - - - - 93 - - - - - 94 - - - - - 103 - - - - - 108 - - - YES - - - - - - - 109 - - - - - 110 - - - - - - - YES - - YES - -3.IBPluginDependency - 108.IBPluginDependency - 108.IBViewBoundsToFrameTransform - 108.ImportedFromIB2 - 109.IBPluginDependency - 109.ImportedFromIB2 - 110.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.maxSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBAAAAw04AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{399, 375}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{399, 375}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCWAAAwigAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 112 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPThread - IPArc - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - id - id - id - id - - - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - - setDiameter: - id - - - setExternal: - id - - - setLeftTurn: - id - - - setPitch: - id - - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - id - id - id - id - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - - diameterField - id - - - externalSwitch - id - - - leftTurnSwitch - id - - - pitchField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPThread.h - - - - IPThread - IPArc - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - id - id - id - - - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - - setCenterX: - id - - - setCenterY: - id - - - setLock: - id - - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - id - id - id - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - - centerXField - id - - - centerYField - id - - - lockSwitch - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPWeb.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPWeb.xib --- cenon.app-4.0.2/InspectorPanel.subproj/French.lproj/IPWeb.xib 2011-05-30 11:29:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/French.lproj/IPWeb.xib 2016-02-01 15:56:36.000000000 +0000 @@ -1,1914 +1,184 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{349, 209}, {165, 333}} - 1879048192 - Web - IPWeb - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - - 200 - 25 - - - - - 256 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Origine - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Vérouiller - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Exclude - - - -936619521 - 0 - - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 35.236328125 - - 67239424 - 67108864 - Nom: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 35.236328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - webWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 59 - - - - setLock: - - - - 71 - - - - setExcluded: - - - - 73 - - - - lockSwitch - - - - 74 - - - - excludeSwitch - - - - 75 - - - - setLabel: - - - - 79 - - - - labelField - - - - 80 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Web - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 63 - - - - - 2 - - - YES - - - - - - 62 - - - - - 18 - - - YES - - - - - - 65 - - - - - 16 - - - YES - - - - - - 64 - - - - - 39 - - - YES - - - - - - - - 67 - - - - - 40 - - - - - 13 - - - - - 68 - - - YES - - - - - - - - 70 - - - - - 66 - - - - - 72 - - - - - 76 - - - YES - - - - - - - 77 - - - - - 78 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.maxSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 76.IBPluginDependency - 76.IBViewBoundsToFrameTransform - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{672, 239}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{672, 239}, {165, 333}} - - - {1.79769e+308, 1.79769e+308} - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAQAAAw1gAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 80 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPWeb - IPMark - - update: - id - - - update: - - update: - id - - - - IBProjectSource - InspectorPanel.subproj/IPWeb.h - - - - IPWeb - IPMark - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - id - id - id - - - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - - setLock: - id - - - setPointX: - id - - - setPointY: - id - - - - - YES - - YES - lockSwitch - xField - yField - - - YES - id - id - id - - - - YES - - YES - lockSwitch - xField - yField - - - YES - - lockSwitch - id - - - xField - id - - - yField - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAccText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAccText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAccText.xib 2010-08-23 09:10:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAccText.xib 2016-02-01 16:04:17.000000000 +0000 @@ -1,1232 +1,139 @@ - - - - 1060 - 10F569 - 762 - 1038.29 - 461.00 - - YES - - YES - - - YES - - - - YES - - - - - YES - - - YES - - - - YES - - IPAllAcc - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{643, 341}, {165, 333}} - 1879048192 - Text - IPAccText - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{111, 10}, {12, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{133, 10}, {12, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 258 - {{8, 9}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 1 - MCAwIDAAA - - - - - {{2, 2}, {151, 38}} - - - - {{5, 209}, {155, 56}} - - {0, 0} - - 67239424 - 0 - Zeilenhöhe - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 10}, {12, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{133, 10}, {12, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{8, 9}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {151, 38}} - - - - {{5, 269}, {155, 56}} - - {0, 0} - - 67239424 - 0 - Textgrösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - accTextWindow - - - - 26 - - - - lineHeightField - - - - 44 - - - - setLineHeight: - - - - 45 - - - - setLineHeight: - - - - 46 - - - - setLineHeight: - - - - 47 - - - - fontSizeField - - - - 53 - - - - setFontSize: - - - - 54 - - - - setFontSize: - - - - 55 - - - - setFontSize: - - - - 56 - - - - delegate - - - - 83 - - - - delegate - - - - 84 - - - - fontButtonLeft - - - - 85 - - - - fontButtonRight - - - - 86 - - - - lineButtonLeft - - - - 87 - - - - lineButtonRight - - - - 88 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAccText - - - 16 - - - YES - - - - - - - 9 - - - YES - - - - - - - - 48 - - - YES - - - - - - - - -3 - - - Application - - - 23 - - - YES - - - - - - 92 - - - - - 6 - - - YES - - - - - - 90 - - - - - 7 - - - YES - - - - - - 91 - - - - - 49 - - - YES - - - - - - 93 - - - - - 50 - - - YES - - - - - - 94 - - - - - 52 - - - YES - - - - - - 95 - - - - - - - YES - - YES - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 23.ImportedFromIB2 - 48.ImportedFromIB2 - 49.ImportedFromIB2 - 50.ImportedFromIB2 - 52.ImportedFromIB2 - 6.ImportedFromIB2 - 7.ImportedFromIB2 - 9.ImportedFromIB2 - - - YES - - {{567, 180}, {165, 333}} - {{567, 180}, {165, 333}} - - - {167, 394} - - - - - - - - - - - - YES - - - YES - - - - - YES - - - YES - - - - 95 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAccText - IPBasicLevel - - YES - - YES - setFontSize: - setLineHeight: - update: - - - YES - id - id - id - - - - YES - - YES - fontButtonLeft - fontButtonRight - fontSizeField - lineButtonLeft - lineButtonRight - lineHeightField - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAccText.h - - - - IPAccText - IPBasicLevel - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllAcc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllAcc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllAcc.xib 2010-08-23 09:06:51.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllAcc.xib 2016-02-01 15:45:09.000000000 +0000 @@ -1,990 +1,56 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - YES - - YES - - - YES - - - - YES - - - - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{302, 248}, {165, 333}} - 1879048192 - Accessory - IPAllAcc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 306 - - YES - - - 256 - {165, 293} - - - - {165, 293} - - {0, 0} - - 67239424 - 0 - - - LucidaGrande - 11 - 3100 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 3 - 0 - NO - - - - 266 - {{5, 297}, {155, 26}} - - YES - - 67239488 - 1024 - - LucidaGrande - 12 - 16 - - - -2038284033 - 1 - - - - 400 - 75 - - - Keine Auswahl - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - allAccWindow - - - - 26 - - - - accView - - - - 148 - - - - accPopup - - - - 156 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - IPAllAcc - - - 16 - - - YES - - - - - - - 146 - - - YES - - - - - 149 - - - YES - - - - - - 158 - - - YES - - - - - - 150 - - - YES - - - - - - 155 - - - - - -3 - - - Application - - - - - YES - - YES - 146.ImportedFromIB2 - 149.ImportedFromIB2 - 150.ImportedFromIB2 - 155.ImportedFromIB2 - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - - - YES - - - - - - {{504, 249}, {165, 333}} - {{504, 249}, {165, 333}} - - - {167, 394} - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllAcc - IPBasicLevel - - YES - - YES - setAccLevel: - update: - - - YES - id - id - - - - YES - - YES - accPopup - accTextWindow - accView - activeWindow - docView - - - YES - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllAcc.h - - - - IPAllAcc - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - - - YES - {9, 8} - {7, 2} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllFilling.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllFilling.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllFilling.xib 2010-08-23 07:22:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllFilling.xib 2016-02-01 15:43:58.000000000 +0000 @@ -1,34 +1,43 @@ - + - 1060 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 - YES - - YES - - - YES - - - - YES - + com.apple.InterfaceBuilder.CocoaPlugin + 5056 - + + NSBox + NSButton + NSButtonCell + NSColorWell + NSCustomObject + NSCustomView + NSForm + NSFormCell + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSSlider + NSSliderCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +55,22 @@ AllFilling IPAllFilling View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 266 {{23, 297}, {118, 26}} + + YES - 67239488 + 67108928 1024 LucidaGrande @@ -68,7 +78,7 @@ 16 - -2038284033 + -2038284288 1 @@ -95,8 +105,7 @@ YES OtherViews - - YES + @@ -146,32 +155,33 @@ 4 - + 3 YES YES 1 + NO 266 - - YES + - 256 - - YES + 274 + 257 {{60, 4}, {72, 21}} + + YES - 67501824 + 67371264 0 @@ -189,15 +199,18 @@ NO NO + NO 258 {{4, 5}, {35, 21}} + + YES - -1805517312 + -1805647872 0 0 @@ -222,15 +235,18 @@ + NO 257 {{44, 6}, {11, 18}} + + YES - 67239424 + 67108864 134217728 Cell @@ -239,7 +255,7 @@ 16 - 138690815 + 138690560 0 NSImage @@ -253,22 +269,25 @@ 200 25 + NO 257 {{136, 6}, {11, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 NSImage @@ -282,17 +301,22 @@ 200 25 + NO - + {{2, 2}, {152, 30}} + + - + {{5, 121}, {156, 48}} + + {0, 0} - 67239424 + 67108864 0 Verlauf Winkel @@ -311,42 +335,43 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES 1 MSAxIDEAA - + {{2, 2}, {152, 38}} + + - + {{5, 237}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Farbe @@ -365,39 +390,40 @@ 266 - - YES + - 256 - - YES + 274 + 266 - - YES - - YES - NSColor pasteboard type - - + + NSColor pasteboard type + {{5, 6}, {142, 29}} + + YES + NO YES - + {{2, 2}, {152, 38}} + + - + {{5, 175}, {156, 57}} + + {0, 0} - 67239424 + 67108864 0 Verlauf Farbe @@ -418,39 +444,41 @@ 266 {{8, 8}, {114, 21}} + + YES + NO 1 1 - - YES + - 343014976 + 342884416 1024 72 - 67239424 + 67108864 67108864 Schrittweite - + {114, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 72 - 67239424 + 67108864 67108864 Field: @@ -474,14 +502,16 @@ 265 {{128, 10}, {12, 18}} + + YES - 67239424 + 67108864 134217728 Cell - 138690815 + 138690560 0 @@ -489,22 +519,25 @@ 200 25 + NO 265 {{148, 10}, {12, 18}} + + 1 YES - 67239424 + 67108864 134217728 Cell 1 - 138690815 + 138690560 0 @@ -512,15 +545,18 @@ 200 25 + NO 264 {{20, 59}, {54, 32}} + + YES - -2079195584 + -2079326144 134218752 VmVybGF1ZgpaZW50cnVtA @@ -536,33 +572,39 @@ + NO 265 {{84, 38}, {74, 74}} + + SliderBox - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allFillingWindow - 44 + 44 @@ -570,7 +612,7 @@ - 112 + 112 @@ -578,7 +620,7 @@ - 113 + 113 @@ -586,7 +628,7 @@ - 114 + 114 @@ -594,7 +636,7 @@ - 115 + 115 @@ -602,7 +644,7 @@ - 116 + 116 @@ -610,7 +652,7 @@ - 117 + 117 @@ -618,7 +660,7 @@ - 119 + 119 @@ -626,7 +668,7 @@ - 121 + 121 @@ -634,7 +676,7 @@ - 122 + 122 @@ -642,7 +684,7 @@ - 123 + 123 @@ -650,7 +692,7 @@ - 128 + 128 @@ -658,7 +700,7 @@ - 129 + 129 @@ -666,7 +708,7 @@ - 130 + 130 @@ -674,7 +716,7 @@ - 131 + 131 @@ -682,7 +724,7 @@ - 134 + 134 @@ -690,7 +732,7 @@ - 135 + 135 @@ -698,7 +740,7 @@ - 136 + 136 @@ -706,7 +748,7 @@ - 137 + 137 @@ -714,7 +756,7 @@ - 138 + 138 @@ -722,7 +764,7 @@ - 139 + 139 @@ -730,7 +772,7 @@ - 141 + 141 @@ -738,45 +780,42 @@ - 142 + 142 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllFilling - 36 + 36 - - YES + @@ -786,1100 +825,333 @@ - + - 84 + 84 - - YES + - + - 102 + 102 - - YES + - + - 106 + 106 - - YES + - + - 109 + 109 - - YES + - + - 124 + 124 - - YES + - + - 125 + 125 - 126 + 126 - - YES + - + - 127 + 127 - - YES + - + - 132 + 132 - - YES + - + - 133 + 133 - 144 + 144 - - YES + - + - 149 + 149 - 150 + 150 - 151 + 151 - 152 + 152 - 86 + 86 - - YES + - + - 140 + 140 - 95 + 95 - 89 + 89 - 88 + 88 - 85 + 85 - -3 + -3 Application - 98 + 98 - - YES + - + - 146 + 146 - 96 + 96 - - YES + - + - 145 + 145 - 101 + 101 - - YES + - + - 147 + 147 - 105 + 105 - - YES + - + - 148 + 148 - 107 + 107 - 110 + 110 - - - - YES - - YES - 10.IBEditorWindowLastContentRect - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.ImportedFromIB2 - 102.ImportedFromIB2 - 105.ImportedFromIB2 - 106.ImportedFromIB2 - 107.ImportedFromIB2 - 109.ImportedFromIB2 - 110.ImportedFromIB2 - 124.ImportedFromIB2 - 125.ImportedFromIB2 - 126.ImportedFromIB2 - 127.ImportedFromIB2 - 132.ImportedFromIB2 - 133.ImportedFromIB2 - 140.ImportedFromIB2 - 36.ImportedFromIB2 - 84.ImportedFromIB2 - 85.ImportedFromIB2 - 86.ImportedFromIB2 - 88.ImportedFromIB2 - 89.ImportedFromIB2 - 95.ImportedFromIB2 - 96.ImportedFromIB2 - 98.ImportedFromIB2 - - - YES - {{315, 456}, {165, 333}} - {{315, 456}, {165, 333}} - - - {167, 394} - - - - - - - - - - - - - - - - - - - - - - - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{315, 456}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 152 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + IPAllFilling IPBasicLevel - - YES - - YES - setAngle: - setEndColor: - setFillColor: - setFillState: - setRadialCenter: - setStepWidth: - update: - - - YES - id - id - id - id - id - id - id - - - YES - - YES - angleButtonLeft - angleButtonRight - angleField - angleSlider - colorWell - colorWellGraduated - fillPopup - radialCenterText - sliderBox - stepButtonLeft - stepButtonRight - stepForm - - - YES - id - id - id - id - id - id - id - id - id - id - id - id + fillPopup + NSPopUpButton + + + fillPopup + + fillPopup + NSPopUpButton IBProjectSource - InspectorPanel.subproj/IPAllFilling.h - - - - IPAllFilling - IPBasicLevel - - IBUserSource - + ./Classes/IPAllFilling.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - IBUserSource - - - - - NSPopUpButton - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h + ./Classes/InspectorPanel.h SliderBox NSView - - target - id - IBProjectSource - InspectorPanel.subproj/SliderBox.h - - - - SliderBox - NSView - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h + ./Classes/SliderBox.h - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - + + {11, 11} + {10, 3} + {11, 18} + {11, 18} + {11, 18} + {11, 18} + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllLayers.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllLayers.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllLayers.xib 2010-01-17 09:37:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllLayers.xib 2016-02-01 15:37:36.000000000 +0000 @@ -1,34 +1,35 @@ - + - 1040 - 10C540 - 740 - 1038.25 - 458.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 740 + 5056 - - YES - - - - YES + + NSButton + NSButtonCell + NSCustomObject + NSCustomView + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + InspectorPanel @@ -46,21 +47,22 @@ Lagen IPAllLayers View - {1.79769e+308, 1.79769e+308} - {167, 394} + + {165, 333} 256 - - YES + 290 {{2, 56}, {160, 32}} + + YES - 67239424 + 67108864 137887744 Lage wechseln @@ -69,34 +71,36 @@ 16 - -2038284033 + -2038284288 1 200 25 + NO 274 - - YES + - 2048 - - YES + 2066 + 258 {104, 124} + + MoveMatrix - + {{1, 1}, {146, 236}} + @@ -110,6 +114,9 @@ -2147483392 {{132, 1}, {15, 236}} + + + NO _doScroller: 1 @@ -120,28 +127,37 @@ -2147483392 {{-100, -100}, {98, 18}} + + + NO 1 _doScroller: - + {{8, 88}, {148, 238}} - - 530 + + + 133650 QSAAAEEgAABBcAAAQXAAAA + 0.25 + 4 + 1 290 {{8, 36}, {148, 21}} + + YES - -1805517312 + -1805647872 0 Layer Name @@ -163,74 +179,76 @@ + NO 292 {{2, 2}, {79, 32}} + + YES - 67239424 + 67108864 137887744 Neu - -2038284033 + -2038284288 1 200 25 + NO 289 {{75, 2}, {93, 32}} + + YES - 67239424 + 67108864 137887744 Entfernen - -2038284033 + -2038284288 1 200 25 + NO - + {165, 333} + + {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} + {165, 355} + {10000000000000, 10000000000000} + YES - + - - YES + NO + allLayersWindow - 44 - - - - moveMatrix - - - - 102 + 44 @@ -238,7 +256,7 @@ - 103 + 103 @@ -246,7 +264,7 @@ - 104 + 104 @@ -254,7 +272,7 @@ - 105 + 105 @@ -262,7 +280,7 @@ - 106 + 106 @@ -270,442 +288,218 @@ - 107 + 107 - + + + moveMatrix + + + + 102 + + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 10 + 10 - - YES + - + IPAllLayers - 36 + 36 - - YES + - + - 96 + 96 - - YES + - + - 97 + 97 - - YES - + - + + - 98 - - - - - 99 + 99 - - YES + - + - 100 + 100 - - YES + - + - 101 + 101 - - YES + - + - 109 + 109 - 110 + 110 - 111 + 111 - 112 + 112 - 113 + 113 - 114 + 114 - -3 + -3 Application - - - - YES - - YES - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 100.ImportedFromIB2 - 101.IBPluginDependency - 101.ImportedFromIB2 - 113.IBShouldRemoveOnLegacySave - 114.IBShouldRemoveOnLegacySave - 36.IBPluginDependency - 36.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - 98.IBPluginDependency - 98.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - {{329, 766}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 766}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + 98 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 766}, {165, 333}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 114 - - YES - - FirstResponder - - IBUserSource - - - + IPAllLayers IPBasicLevel - - YES - - YES - changeLayer: - displayChanged: - newLayer: - removeLayer: - setName: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - docView - lastLayerList - moveMatrix - nameField - - - YES - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/IPAllLayers.h - - - - IPAllLayers - IPBasicLevel - - IBUserSource - + ./Classes/IPAllLayers.h IPBasicLevel NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h + ./Classes/IPBasicLevel.h InspectorPanel IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - + ./Classes/InspectorPanel.h MoveMatrix NSMatrix - - YES - - YES - activeCell - delegate - - - YES - id - id - - IBProjectSource - MoveMatrix.h + ./Classes/MoveMatrix.h - - MoveMatrix - NSMatrix - - IBUserSource - - - - + 0 + IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllStrokeWidth.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllStrokeWidth.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPAllStrokeWidth.xib 2010-08-23 08:56:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPAllStrokeWidth.xib 2016-02-01 15:44:41.000000000 +0000 @@ -1,1448 +1,139 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{504, 391}, {165, 333}} - 1879048192 - StrokeWidth - IPAllStrokeWidth - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 100 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 184}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Dicke - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 266 - - YES - - YES - NSColor pasteboard type - - - {{5, 5}, {142, 30}} - - YES - YES - - 1 - MSAxIDEAA - - - - {{2, 2}, {152, 38}} - - - - {{5, 237}, {156, 57}} - - {0, 0} - - 67239424 - 0 - Farbe - - LucidaGrande - 12 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - {{9, 297}, {146, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Keine Strichstärke - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Strichstärke - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - widthSlider - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - widthField - - - - 40 - - - - colorWell - - - - 41 - - - - setWidth: - - - - 42 - - - - setWidth: - - - - 43 - - - - allStrokeWindow - - - - 44 - - - - setColor: - - - - 45 - - - - strokePopup - - - - 91 - - - - setStrokeState: - - - - 92 - - - - widthButtonLeft - - - - 93 - - - - widthButtonRight - - - - 94 - - - - delegate - - - - 101 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - IPAllStrokeWidth - - - 36 - - - YES - - - - - - - - 14 - - - YES - - - - - - - - - 84 - - - YES - - - - - - 86 - - - YES - - - - - - 100 - - - YES - - - - - - 88 - - - YES - - - - - - - 89 - - - - - 87 - - - - - -3 - - - Application - - - 24 - - - YES - - - - - - 99 - - - - - 5 - - - YES - - - - - - 97 - - - - - 23 - - - YES - - - - - - 98 - - - - - 4 - - - YES - - - - - - 96 - - - - - 35 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{420, 341}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{420, 341}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 101 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPAllStrokeWidth - IPBasicLevel - - YES - - YES - setColor: - setStrokeState: - setWidth: - update: - - - YES - id - id - id - id - - - - YES - - YES - colorWell - strokePopup - widthButtonLeft - widthButtonRight - widthField - widthSlider - - - YES - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPAllStrokeWidth.h - - - - IPAllStrokeWidth - IPBasicLevel - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setLock: - update: - - - YES - id - id - - - - YES - - YES - lockSwitch - window - - - YES - id - id - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSColorWell - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSColorWell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/._IPArc.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/._IPArc.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPArc.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPArc.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPArc.xib 2011-09-01 10:00:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPArc.xib 2016-02-01 15:43:17.000000000 +0000 @@ -1,2651 +1,359 @@ - - - - 1040 - 10J869 - 851 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{453, 287}, {165, 333}} - 1879048192 - Kreisbogen - IPArc - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Zentrum - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 207}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Radius - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - -360 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - -360 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 103}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Winkel - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 180 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 180 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 155}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Start Winkel - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 77}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - arcWindow - - - - 44 - - - - centerXField - - - - 46 - - - - setCenterX: - - - - 48 - - - - setCenterX: - - - - 49 - - - - setCenterX: - - - - 50 - - - - setCenterY: - - - - 52 - - - - setCenterY: - - - - 53 - - - - radiusField - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - setRadius: - - - - 57 - - - - angleField - - - - 58 - - - - begAngleField - - - - 59 - - - - setBegAngle: - - - - 60 - - - - setBegAngle: - - - - 61 - - - - setBegAngle: - - - - 62 - - - - setBegAngle: - - - - 63 - - - - setAngle: - - - - 64 - - - - setAngle: - - - - 65 - - - - setAngle: - - - - 66 - - - - setAngle: - - - - 67 - - - - begAngleSlider - - - - 68 - - - - angleSlider - - - - 69 - - - - centerYField - - - - 74 - - - - setCenterY: - - - - 75 - - - - delegate - - - - 79 - - - - delegate - - - - 81 - - - - delegate - - - - 82 - - - - delegate - - - - 83 - - - - nextKeyView - - - - 102 - - - - nextKeyView - - - - 103 - - - - nextKeyView - - - - 104 - - - - setLock: - - - - 108 - - - - setExcluded: - - - - 110 - - - - excludeSwitch - - - - 111 - - - - lockSwitch - - - - 112 - - - - setLabel: - - - - 116 - - - - setLabel: - - - - 118 - - - - labelField - - - - 119 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Arc - - - 36 - - - YES - - - - - - - - - - - 7 - - - YES - - - - - - - - 12 - - - YES - - - - - - - - - - 21 - - - YES - - - - - - - - - 30 - - - YES - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 85 - - - - - 22 - - - YES - - - - - - 87 - - - - - 6 - - - YES - - - - - - 86 - - - - - 33 - - - YES - - - - - - 91 - - - - - 11 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 89 - - - - - 32 - - - YES - - - - - - 90 - - - - - 72 - - - YES - - - - - - - - 101 - - - - - 73 - - - - - 3 - - - - - 26 - - - YES - - - - - - 93 - - - - - 28 - - - YES - - - - - - 94 - - - - - 29 - - - YES - - - - - - 95 - - - - - 9 - - - YES - - - - - - 92 - - - - - 25 - - - YES - - - - - - 99 - - - - - 15 - - - YES - - - - - - 97 - - - - - 19 - - - YES - - - - - - 98 - - - - - 8 - - - YES - - - - - - 96 - - - - - 105 - - - YES - - - - - - - - 107 - - - - - 100 - - - - - 109 - - - - - 113 - - - YES - - - - - - - 114 - - - - - 115 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 100.IBPluginDependency - 101.IBPluginDependency - 11.IBPluginDependency - 11.ImportedFromIB2 - 113.IBPluginDependency - 113.IBViewBoundsToFrameTransform - 113.ImportedFromIB2 - 114.IBPluginDependency - 115.IBPluginDependency - 115.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBPluginDependency - 28.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 32.IBPluginDependency - 32.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 73.IBPluginDependency - 73.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 9.IBPluginDependency - 9.ImportedFromIB2 - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{500, 703}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{500, 703}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABA4AAAwy8AAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 119 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPArc - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPCrosshairs.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPCrosshairs.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPCrosshairs.xib 2011-05-30 07:38:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPCrosshairs.xib 2016-02-01 15:45:53.000000000 +0000 @@ -1,1600 +1,143 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{647, 390}, {165, 333}} - 1879048192 - Fadenkreuz - IPCrosshairs - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{132, 30}, {16, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 259}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{56, 6}, {104, 19}} - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - crosshairsWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 40 - - - - setLock: - - - - 42 - - - - lockSwitch - - - - 43 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Crosshairs - - - 15 - - - YES - - - - - - - 5 - - - YES - - - - - - - - - - 41 - - - YES - - - - - - 49 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 46 - - - - - 2 - - - YES - - - - - - 45 - - - - - 18 - - - YES - - - - - - 48 - - - - - 16 - - - YES - - - - - - 47 - - - - - 36 - - - YES - - - - - - - - 50 - - - - - 37 - - - - - 13 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 45.IBPluginDependency - 46.IBPluginDependency - 47.IBPluginDependency - 48.IBPluginDependency - 49.IBPluginDependency - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{667, 250}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{667, 250}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 50 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCrosshairs - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xField - yField - - - YES - id - id - - - - YES - - YES - xField - yField - - - YES - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCrosshairs.h - - - - IPCrosshairs - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/._IPCurve.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/._IPCurve.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPCurve.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPCurve.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPCurve.xib 2012-03-11 10:46:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPCurve.xib 2016-02-01 15:46:31.000000000 +0000 @@ -1,3134 +1,477 @@ - - - - 1040 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{338, 368}, {165, 375}} - 1879048192 - Bezierkurve - IPCurve - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Startpunkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 230}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Stützpunkt 1 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 158}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Stützpunkt 2 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{6, 5}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{4, 86}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Endpunkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - Lock - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 60}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - curveWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - xc1Field - - - - 55 - - - - yc1Field - - - - 56 - - - - delegate - - - - 57 - - - - setControlX: - - - - 58 - - - - setControlY: - - - - 59 - - - - setControlX: - - - - 60 - - - - setControlX: - - - - 61 - - - - setControlY: - - - - 62 - - - - setControlY: - - - - 63 - - - - xButtonLeft - - - - 64 - - - - xButtonRight - - - - 65 - - - - yButtonLeft - - - - 66 - - - - yButtonRight - - - - 67 - - - - xc1ButtonLeft - - - - 68 - - - - xc1ButtonRight - - - - 69 - - - - yc1ButtonLeft - - - - 70 - - - - yc1ButtonRight - - - - 71 - - - - xc2Field - - - - 90 - - - - yc2Field - - - - 91 - - - - xeField - - - - 92 - - - - yeField - - - - 93 - - - - setControlY: - - - - 94 - - - - setPointX: - - - - 95 - - - - setPointY: - - - - 96 - - - - setControlX: - - - - 97 - - - - setControlX: - - - - 98 - - - - setControlY: - - - - 99 - - - - setControlY: - - - - 100 - - - - setPointX: - - - - 101 - - - - setPointX: - - - - 102 - - - - setPointY: - - - - 103 - - - - setPointY: - - - - 104 - - - - setControlX: - - - - 105 - - - - nextKeyView - - - - 128 - - - - nextKeyView - - - - 129 - - - - nextKeyView - - - - 130 - - - - delegate - - - - 131 - - - - delegate - - - - 132 - - - - setLock: - - - - 136 - - - - setExcluded: - - - - 138 - - - - excludeSwitch - - - - 141 - - - - lockSwitch - - - - 142 - - - - labelField - - - - 146 - - - - setLabel: - - - - 147 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Curve - - - 6 - - - YES - - - - - - - - - - - 16 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - - 72 - - - YES - - - - - - - - - - 81 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 109 - - - - - 10 - - - YES - - - - - - 108 - - - - - 7 - - - YES - - - - - - 107 - - - - - 17 - - - YES - - - - - - 110 - - - - - 36 - - - YES - - - - - - - - 124 - - - - - 37 - - - - - 15 - - - - - 53 - - - YES - - - - - - 115 - - - - - 46 - - - YES - - - - - - 112 - - - - - 51 - - - YES - - - - - - 114 - - - - - 47 - - - YES - - - - - - 113 - - - - - 49 - - - YES - - - - - - - - 125 - - - - - 52 - - - - - 50 - - - - - 74 - - - YES - - - - - - 116 - - - - - 80 - - - YES - - - - - - 119 - - - - - 79 - - - YES - - - - - - 118 - - - - - 78 - - - YES - - - - - - 117 - - - - - 75 - - - YES - - - - - - - - 126 - - - - - 77 - - - - - 76 - - - - - 87 - - - YES - - - - - - 121 - - - - - 88 - - - YES - - - - - - 122 - - - - - 83 - - - YES - - - - - - 120 - - - - - 89 - - - YES - - - - - - 123 - - - - - 84 - - - YES - - - - - - - - 127 - - - - - 86 - - - - - 85 - - - - - 133 - - - YES - - - - - - - - 135 - - - - - 111 - - - - - 137 - - - - - 143 - - - YES - - - - - - - 144 - - - - - 145 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBPluginDependency - 113.IBPluginDependency - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 14.IBPluginDependency - 14.ImportedFromIB2 - 143.IBPluginDependency - 143.IBViewBoundsToFrameTransform - 143.ImportedFromIB2 - 144.IBPluginDependency - 145.IBPluginDependency - 145.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 72.IBPluginDependency - 72.ImportedFromIB2 - 74.IBPluginDependency - 74.ImportedFromIB2 - 75.IBPluginDependency - 75.ImportedFromIB2 - 76.IBPluginDependency - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - 78.ImportedFromIB2 - 79.IBPluginDependency - 79.ImportedFromIB2 - 80.IBPluginDependency - 80.ImportedFromIB2 - 81.IBPluginDependency - 81.ImportedFromIB2 - 83.IBPluginDependency - 83.ImportedFromIB2 - 84.IBPluginDependency - 84.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 89.IBPluginDependency - 89.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{598, 593}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{598, 593}, {165, 375}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCXAAAwhwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 147 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPCurve - IPBasicLevel - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setControlX: - setControlY: - setPointX: - setPointY: - update: - - - YES - - setControlX: - id - - - setControlY: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - xc1ButtonLeft - xc1ButtonRight - xc1Field - xc2Field - xeField - yButtonLeft - yButtonRight - yField - yc1ButtonLeft - yc1ButtonRight - yc1Field - yc2Field - yeField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - xc1ButtonLeft - id - - - xc1ButtonRight - id - - - xc1Field - id - - - xc2Field - id - - - xeField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - yc1ButtonLeft - id - - - yc1ButtonRight - id - - - yc1Field - id - - - yc2Field - id - - - yeField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPCurve.h - - - - IPCurve - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPGroup.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPGroup.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPGroup.xib 2011-05-30 09:25:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPGroup.xib 2016-02-01 15:47:42.000000000 +0000 @@ -1,2208 +1,279 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 2 - {{173, 391}, {165, 333}} - 1879048192 - Gruppe - IPGroup - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Ursprung - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Grösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 162}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - groupWindow - - - - 16 - - - - xField - - - - 26 - - - - wField - - - - 36 - - - - setPointX: - - - - 38 - - - - setPointX: - - - - 39 - - - - setPointX: - - - - 40 - - - - setPointY: - - - - 42 - - - - setPointY: - - - - 43 - - - - setSizeW: - - - - 44 - - - - setSizeW: - - - - 45 - - - - setSizeW: - - - - 46 - - - - setSizeH: - - - - 48 - - - - setSizeH: - - - - 49 - - - - yField - - - - 55 - - - - hField - - - - 56 - - - - setPointY: - - - - 57 - - - - setSizeH: - - - - 58 - - - - delegate - - - - 62 - - - - delegate - - - - 63 - - - - nextKeyView - - - - 76 - - - - setLock: - - - - 80 - - - - setExcluded: - - - - 82 - - - - lockSwitch - - - - 83 - - - - excludeSwitch - - - - 84 - - - - setLabel: - - - - 88 - - - - labelField - - - - 89 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - Group - - - 8 - - - YES - - - - - - - - - 19 - - - YES - - - - - - - - - - 31 - - - YES - - - - - - - - - - -3 - - - Application - - - 25 - - - YES - - - - - - 68 - - - - - 24 - - - YES - - - - - - 67 - - - - - 22 - - - YES - - - - - - 66 - - - - - 18 - - - YES - - - - - - 65 - - - - - 51 - - - YES - - - - - - - - 74 - - - - - 52 - - - - - 23 - - - - - 34 - - - YES - - - - - - 71 - - - - - 35 - - - YES - - - - - - 72 - - - - - 29 - - - YES - - - - - - 69 - - - - - 33 - - - YES - - - - - - 70 - - - - - 53 - - - YES - - - - - - - - 75 - - - - - 54 - - - - - 30 - - - - - 77 - - - YES - - - - - - - - 79 - - - - - 73 - - - - - 81 - - - - - 85 - - - YES - - - - - - - 86 - - - - - 87 - - - - - - - YES - - YES - -3.IBPluginDependency - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 23.IBPluginDependency - 23.ImportedFromIB2 - 24.IBPluginDependency - 24.ImportedFromIB2 - 25.IBPluginDependency - 25.ImportedFromIB2 - 29.IBPluginDependency - 29.ImportedFromIB2 - 30.IBPluginDependency - 30.ImportedFromIB2 - 31.IBPluginDependency - 31.ImportedFromIB2 - 33.IBPluginDependency - 33.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 68.IBPluginDependency - 69.IBPluginDependency - 70.IBPluginDependency - 71.IBPluginDependency - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 77.IBViewBoundsToFrameTransform - 8.IBPluginDependency - 8.ImportedFromIB2 - 85.IBPluginDependency - 85.IBViewBoundsToFrameTransform - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{328, 158}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{328, 158}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCQAAAwiQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBcAAAwxAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 89 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPGroup - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setPointX: - setPointY: - setSizeH: - setSizeW: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - setSizeH: - id - - - setSizeW: - id - - - update: - id - - - - - YES - - YES - hField - wField - xField - yField - - - YES - id - id - id - id - - - - YES - - YES - hField - wField - xField - yField - - - YES - - hField - id - - - wField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPGroup.h - - - - IPGroup - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPImage.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPImage.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPImage.xib 2011-05-30 09:37:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPImage.xib 2016-02-01 15:48:00.000000000 +0000 @@ -1,2747 +1,330 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{586, 386}, {165, 333}} - 1879048192 - Image - IPImage - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - W: - - - - - - 341966336 - 0 - - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Grösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - -2080244224 - 67108864 - Thumbnail - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {4, 0} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - - YES - - - 256 - - YES - - - 256 - {{6, 8}, {140, 21}} - - YES - - -1805517248 - 1024 - VImage1.tiff - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 33}} - - - - {{5, 138}, {156, 52}} - - {0, 0} - - 67239424 - 0 - Name - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 265 - {{8, 76}, {149, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - 5 - - - 100 - - 67239424 - 67108864 - Kompression (%) - - - - - - {149, 22} - {1, 8} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 100 - - 67239424 - 67108864 - Field: - - - - -1 - -1 - - - - - - 266 - {{5, 104}, {155, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - TIFF (LZW) - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - 11 - - - YES - - OtherViews - - YES - - - BMP - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - GIF - - 1048576 - 2147483647 - - - _popUpItemAction: - 2 - - - - - JPG - - 1048576 - 2147483647 - - - _popUpItemAction: - 3 - - - - - PNG - - 1048576 - 2147483647 - - - _popUpItemAction: - 4 - - - - - TIFF (ungepackt) - - 1048576 - 2147483647 - - - _popUpItemAction: - 10 - - - - - - TIFF (PackBits) - - 1048576 - 2147483647 - - - _popUpItemAction: - 12 - - - - - 5 - 3 - YES - YES - 1 - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - imageWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - widthField - - - - 28 - - - - heightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setWidth: - - - - 36 - - - - setHeight: - - - - 37 - - - - setWidth: - - - - 38 - - - - setWidth: - - - - 39 - - - - setHeight: - - - - 40 - - - - setHeight: - - - - 41 - - - - delegate - - - - 63 - - - - delegate - - - - 64 - - - - nameField - - - - 141 - - - - setName: - - - - 142 - - - - compPopUp - - - - 165 - - - - factorField - - - - 166 - - - - setCompressionType: - - - - 167 - - - - setCompressionFactor: - - - - 168 - - - - thumbSwitch - - - - 171 - - - - setThumbnail: - - - - 172 - - - - lockSwitch - - - - 173 - - - - setLock: - - - - 174 - - - - setExcluded: - - - - 196 - - - - excludeSwitch - - - - 197 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Image - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - 169 - - - - - 170 - - - - - 139 - - - YES - - - - - - 158 - - - YES - - - - - - - 164 - - - - - 159 - - - YES - - - - - - 190 - - - YES - - - - - - 193 - - - - - 194 - - - - - 163 - - - YES - - - - - - - - - - - - 179 - - - - - 178 - - - - - 177 - - - - - 176 - - - - - 175 - - - - - 161 - - - - - 160 - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 184 - - - - - 11 - - - YES - - - - - - 182 - - - - - 5 - - - YES - - - - - - 181 - - - - - 21 - - - YES - - - - - - 183 - - - - - 13 - - - YES - - - - - - - - 191 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 186 - - - - - 3 - - - YES - - - - - - 185 - - - - - 20 - - - YES - - - - - - 188 - - - - - 19 - - - YES - - - - - - 187 - - - - - 18 - - - YES - - - - - - - - 192 - - - - - 15 - - - - - 12 - - - - - 138 - - - YES - - - - - - 189 - - - - - 195 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 11.IBPluginDependency - 11.ImportedFromIB2 - 12.IBPluginDependency - 12.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 158.IBPluginDependency - 158.ImportedFromIB2 - 159.IBPluginDependency - 159.ImportedFromIB2 - 160.IBPluginDependency - 160.ImportedFromIB2 - 161.IBPluginDependency - 161.ImportedFromIB2 - 163.IBEditorWindowLastContentRect - 163.IBPluginDependency - 163.ImportedFromIB2 - 164.IBPluginDependency - 164.ImportedFromIB2 - 169.IBAttributePlaceholdersKey - 169.IBPluginDependency - 169.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 170.IBAttributePlaceholdersKey - 170.IBPluginDependency - 170.ImportedFromIB2 - 175.IBPluginDependency - 175.ImportedFromIB2 - 176.IBPluginDependency - 176.ImportedFromIB2 - 177.IBPluginDependency - 177.ImportedFromIB2 - 178.IBPluginDependency - 178.ImportedFromIB2 - 179.IBPluginDependency - 179.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 181.IBPluginDependency - 182.IBPluginDependency - 183.IBPluginDependency - 184.IBPluginDependency - 185.IBPluginDependency - 186.IBPluginDependency - 187.IBPluginDependency - 188.IBPluginDependency - 189.IBPluginDependency - 19.IBPluginDependency - 19.ImportedFromIB2 - 190.IBPluginDependency - 191.IBPluginDependency - 192.IBPluginDependency - 193.IBPluginDependency - 194.IBPluginDependency - 195.IBAttributePlaceholdersKey - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 65.IBPluginDependency - 65.IBViewBoundsToFrameTransform - 65.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{324, 601}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{324, 601}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{498, 236}, {179, 143}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Bild in geringer Auflösung anzeigen um Speicher zu sparen - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Position vor versehentlichem Verschieben etc. schützen - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Objekt von Bearbeitung ausschliessen - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCmgAAwjAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 197 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPImage - IPBasicLevel - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setCompressionFactor: - setCompressionType: - setHeight: - setName: - setThumbnail: - setWidth: - setX: - setY: - update: - - - YES - - setCompressionFactor: - id - - - setCompressionType: - id - - - setHeight: - id - - - setName: - id - - - setThumbnail: - id - - - setWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - - - - YES - - YES - compPopUp - factorField - heightField - nameField - thumbSwitch - widthField - xField - yField - - - YES - - compPopUp - id - - - factorField - id - - - heightField - id - - - nameField - id - - - thumbSwitch - id - - - widthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPImage.h - - - - IPImage - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine3D.gmodel cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine3D.gmodel --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine3D.gmodel 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine3D.gmodel 2008-12-09 21:46:52.000000000 +0000 @@ -0,0 +1,1690 @@ +{ + "Object 1" = {elements = ("Object 2"); isa = NSMutableArray; }; + "Object 2" = { + className = InspectorPanel; + isa = IMCustomObject; + realObject = "Object 3"; + }; + "Object 3" = { + delegate = nil; + isa = NSApplication; + keyWindow = nil; + mainMenu = nil; + mainWindow = nil; + windows = "Object 4"; + }; + "Object 4" = { + elements = ("Object 5", "Object 9", "Object 11"); + isa = NSMutableArray; + }; + "Object 5" = { + backgroundColor = "Object 8"; + backingType = 0; + contentFrame = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + contentView = "Object 6"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = NO; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = NSWindow; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=0.000000; height=0.000000}"; + representedFilename = ""; + styleMask = 0; + title = ""; + }; + "Object 6" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + frame = "{x=0.000000; y=0.000000; width=256.000000; height=128.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 5"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = nil; + }; + "Object 7" = {elements = (); isa = NSMutableArray; }; + "Object 8" = { + catalogName = System; + colorName = controlColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 9" = { + backgroundColor = "Object 8"; + backingType = 0; + contentFrame = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + contentView = "Object 10"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = NO; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = NSWindow; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=0.000000; height=0.000000}"; + representedFilename = ""; + styleMask = 0; + title = ""; + }; + "Object 10" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + frame = "{x=0.000000; y=0.000000; width=193.000000; height=208.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 9"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = nil; + }; + "Object 11" = { + backgroundColor = "Object 8"; + backingType = 1; + contentFrame = "{x=6.000000; y=280.000000; width=165.000000; height=333.000000}"; + contentView = "Object 12"; + frameAutosaveName = nil; + hidesOnDeactivate = NO; + initialFirstResponder = nil; + isAutodisplay = YES; + isReleasedWhenClosed = NO; + isVisible = NO; + isa = IPLine3D; + level = 0; + maxSize = "{width=340282346638528900000000000000000000000.000000; height=340282346638528900000000000000000000000.000000}"; + minSize = "{width=165.000000; height=392.000000}"; + representedFilename = ""; + styleMask = 1; + title = Line3D; + }; + "Object 12" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=165.000000; height=333.000000}"; + frame = "{x=1.000000; y=1.000000; width=165.000000; height=333.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 11"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 13"; + superview = nil; + }; + "Object 13" = { + elements = ("Object 14", "Object 42", "Object 46", "Object 67"); + isa = NSMutableArray; + }; + "Object 14" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=99.000000}"; + contentView = "Object 16"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=232.000000; width=156.000000; height=99.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = "Start Point"; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 15" = {isa = NSFont; name = Helvetica; size = 12.000000; }; + "Object 16" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=81.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=81.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 14"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 17"; + superview = "Object 14"; + }; + "Object 17" = { + elements = ( + "Object 18", + "Object 22", + "Object 26", + "Object 28", + "Object 30", + "Object 38", + "Object 40" + ); + isa = NSMutableArray; + }; + "Object 18" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 19"; + frame = "{x=112.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 19" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 20" = { + isa = NSImage; + name = arrowLeft; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 21" = { + isa = NSImage; + name = arrowLeftH; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 22" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 23"; + frame = "{x=136.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 23" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 24" = { + isa = NSImage; + name = arrowRight; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 25" = { + isa = NSImage; + name = arrowRightH; + size = "{width=11.000000; height=18.000000}"; + }; + "Object 26" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 27"; + frame = "{x=112.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 27" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 28" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 29"; + frame = "{x=136.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 29" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 30" = { + action = nil; + allowsEmptySelection = NO; + autoresizesSubviews = NO; + autoresizingMask = 0; + autosizesCells = NO; + backgroundColor = "Object 8"; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=71.000000}"; + cell = nil; + cellBackgroundColor = "Object 8"; + cellClass = NSActionCell; + cellSize = "{width=100.000000; height=21.000000}"; + cells = "Object 34"; + delegate = nil; + doubleAction = nil; + drawsBackground = NO; + drawsCellBackground = NO; + errorAction = nil; + frame = "{x=4.000000; y=5.000000; width=100.000000; height=71.000000}"; + ignoresMultiClick = NO; + intercellSpacing = "{width=4.000000; height=4.000000}"; + interfaceStyle = 0; + isAutoscroll = NO; + isEnabled = YES; + isSelectionByRect = YES; + isa = NSMatrix; + mode = 3; + nextKeyView = nil; + nextResponder = "Object 16"; + numberOfColumns = 1; + numberOfRows = 3; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + prototype = "Object 31"; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + target = nil; + }; + "Object 31" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 32" = { + catalogName = System; + colorName = textBackgroundColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 33" = { + catalogName = System; + colorName = controlTextColor; + colorSpaceName = NSNamedColorSpace; + isa = NSColor; + }; + "Object 34" = { + elements = ("Object 35", "Object 36", "Object 37"); + isa = NSMutableArray; + }; + "Object 35" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 36" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 1; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 37" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 38" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 39"; + frame = "{x=112.000000; y=7.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 0; + }; + "Object 39" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 40" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 41"; + frame = "{x=136.000000; y=7.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 16"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 16"; + tag = 1; + }; + "Object 41" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 42" = { + autoresizesSubviews = NO; + autoresizingMask = 9; + bounds = "{x=0.000000; y=0.000000; width=58.000000; height=16.000000}"; + cell = "Object 43"; + frame = "{x=102.000000; y=8.000000; width=58.000000; height=16.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + tag = 0; + }; + "Object 43" = { + action = nil; + alignment = 1; + alternateImage = "Object 45"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 3; + image = "Object 44"; + imagePosition = 3; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 1; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = Lock; + type = 1; + wraps = YES; + }; + "Object 44" = {isa = NSImage; name = NSSwitch; }; + "Object 45" = {isa = NSImage; name = NSHighlightedSwitch; }; + "Object 46" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=99.000000}"; + contentView = "Object 47"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=77.000000; width=156.000000; height=99.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = "End Point"; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 47" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=81.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=81.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 46"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 48"; + superview = "Object 46"; + }; + "Object 48" = { + elements = ( + "Object 49", + "Object 51", + "Object 53", + "Object 55", + "Object 57", + "Object 63", + "Object 65" + ); + isa = NSMutableArray; + }; + "Object 49" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 50"; + frame = "{x=112.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 50" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 51" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 52"; + frame = "{x=136.000000; y=57.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 52" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 53" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 54"; + frame = "{x=112.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 54" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 55" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 56"; + frame = "{x=136.000000; y=32.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 56" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 57" = { + action = nil; + allowsEmptySelection = NO; + autoresizesSubviews = NO; + autoresizingMask = 0; + autosizesCells = NO; + backgroundColor = "Object 8"; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=71.000000}"; + cell = nil; + cellBackgroundColor = "Object 8"; + cellClass = NSActionCell; + cellSize = "{width=100.000000; height=21.000000}"; + cells = "Object 59"; + delegate = nil; + doubleAction = nil; + drawsBackground = NO; + drawsCellBackground = NO; + errorAction = nil; + frame = "{x=4.000000; y=6.000000; width=100.000000; height=71.000000}"; + ignoresMultiClick = NO; + intercellSpacing = "{width=4.000000; height=4.000000}"; + interfaceStyle = 0; + isAutoscroll = NO; + isEnabled = YES; + isSelectionByRect = YES; + isa = NSMatrix; + mode = 3; + nextKeyView = nil; + nextResponder = "Object 47"; + numberOfColumns = 1; + numberOfRows = 3; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + prototype = "Object 58"; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + target = nil; + }; + "Object 58" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 59" = { + elements = ("Object 60", "Object 61", "Object 62"); + isa = NSMutableArray; + }; + "Object 60" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 61" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 1; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 62" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 50; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 63" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 64"; + frame = "{x=112.000000; y=8.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 0; + }; + "Object 64" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 65" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 66"; + frame = "{x=136.000000; y=8.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 47"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 47"; + tag = 1; + }; + "Object 66" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 67" = { + autoresizesSubviews = NO; + autoresizingMask = 0; + borderType = 3; + bounds = "{x=0.000000; y=0.000000; width=156.000000; height=48.000000}"; + contentView = "Object 68"; + contentViewMargins = "{width=0.000000; height=0.000000}"; + frame = "{x=5.000000; y=180.000000; width=156.000000; height=48.000000}"; + interfaceStyle = 0; + isa = NSBox; + nextKeyView = nil; + nextResponder = "Object 12"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 12"; + title = Length; + titleFont = "Object 15"; + titlePosition = 2; + }; + "Object 68" = { + autoresizesSubviews = YES; + autoresizingMask = 0; + bounds = "{x=0.000000; y=0.000000; width=152.000000; height=30.000000}"; + frame = "{x=2.000000; y=2.000000; width=152.000000; height=30.000000}"; + interfaceStyle = 0; + isa = NSView; + nextKeyView = nil; + nextResponder = "Object 67"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 69"; + superview = "Object 67"; + }; + "Object 69" = { + elements = ("Object 70", "Object 72", "Object 74"); + isa = NSMutableArray; + }; + "Object 70" = { + autoresizesSubviews = NO; + autoresizingMask = 2; + bounds = "{x=0.000000; y=0.000000; width=100.000000; height=21.000000}"; + cell = "Object 71"; + delegate = nil; + errorAction = nil; + frame = "{x=4.000000; y=4.000000; width=100.000000; height=21.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSTextField; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 0; + }; + "Object 71" = { + action = nil; + alignment = 0; + backgroundColor = "Object 32"; + drawsBackground = YES; + entryType = 0; + font = "Object 15"; + image = nil; + isBezeled = YES; + isBordered = NO; + isContinuous = NO; + isEditable = YES; + isEnabled = YES; + isScrollable = NO; + isSelectable = YES; + isa = NSTextFieldCell; + sendActionMask = 0; + state = 1; + stringValue = 0; + tag = 0; + target = nil; + textColor = "Object 33"; + type = 1; + wraps = YES; + }; + "Object 72" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 73"; + frame = "{x=112.000000; y=6.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 0; + }; + "Object 73" = { + action = nil; + alignment = 2; + alternateImage = "Object 21"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 20"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 0; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 74" = { + autoresizesSubviews = NO; + autoresizingMask = 1; + bounds = "{x=0.000000; y=0.000000; width=11.000000; height=18.000000}"; + cell = "Object 75"; + frame = "{x=136.000000; y=6.000000; width=11.000000; height=18.000000}"; + ignoresMultiClick = NO; + interfaceStyle = 0; + isEnabled = YES; + isa = NSButton; + nextKeyView = nil; + nextResponder = "Object 68"; + postsBoundsChangedNotifications = YES; + postsFrameChangedNotifications = YES; + previousKeyView = nil; + subviews = "Object 7"; + superview = "Object 68"; + tag = 1; + }; + "Object 75" = { + action = nil; + alignment = 2; + alternateImage = "Object 25"; + alternateTitle = ""; + delay = 0.200000; + entryType = 0; + font = "Object 15"; + highlightsBy = 1; + image = "Object 24"; + imagePosition = 1; + interval = 0.025000; + isBezeled = NO; + isBordered = NO; + isContinuous = NO; + isEditable = NO; + isEnabled = YES; + isScrollable = NO; + isSelectable = NO; + isTransparent = NO; + isa = NSButtonCell; + keyEquivalent = ""; + keyEquivalentFont = nil; + keyEquivalentModifierMask = 0; + sendActionMask = 0; + showsStateBy = 0; + state = 0; + stringValue = 0; + tag = 1; + target = nil; + title = ""; + type = 1; + wraps = YES; + }; + "Object 76" = { + elements = ( + "Object 77", + "Object 79", + "Object 81", + "Object 83", + "Object 84", + "Object 85", + "Object 87", + "Object 88", + "Object 90", + "Object 91", + "Object 93", + "Object 95", + "Object 97", + "Object 99", + "Object 101", + "Object 103", + "Object 105", + "Object 106", + "Object 107", + "Object 108", + "Object 109", + "Object 111", + "Object 113", + "Object 114", + "Object 115", + "Object 116", + "Object 117", + "Object 119", + "Object 121", + "Object 123", + "Object 124", + "Object 126", + "Object 127" + ); + isa = NSMutableArray; + }; + "Object 77" = { + destination = "Object 11"; + isa = IMOutletConnector; + label = "Object 78"; + source = "Object 2"; + }; + "Object 78" = {isa = NSString; string = line3DWindow; }; + "Object 79" = { + destination = "Object 35"; + isa = IMOutletConnector; + label = "Object 80"; + source = "Object 11"; + }; + "Object 80" = {isa = NSString; string = xField; }; + "Object 81" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 35"; + }; + "Object 82" = {isa = NSString; string = "setPointX:"; }; + "Object 83" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 18"; + }; + "Object 84" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 82"; + source = "Object 22"; + }; + "Object 85" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 26"; + }; + "Object 86" = {isa = NSString; string = "setPointY:"; }; + "Object 87" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 28"; + }; + "Object 88" = { + destination = "Object 36"; + isa = IMOutletConnector; + label = "Object 89"; + source = "Object 11"; + }; + "Object 89" = {isa = NSString; string = yField; }; + "Object 90" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 86"; + source = "Object 36"; + }; + "Object 91" = { + destination = "Object 42"; + isa = IMOutletConnector; + label = "Object 92"; + source = "Object 11"; + }; + "Object 92" = {isa = NSString; string = lockSwitch; }; + "Object 93" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 94"; + source = "Object 42"; + }; + "Object 94" = {isa = NSString; string = "setLock:"; }; + "Object 95" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 30"; + }; + "Object 96" = {isa = NSString; string = delegate; }; + "Object 97" = { + destination = "Object 60"; + isa = IMOutletConnector; + label = "Object 98"; + source = "Object 11"; + }; + "Object 98" = {isa = NSString; string = endXField; }; + "Object 99" = { + destination = "Object 61"; + isa = IMOutletConnector; + label = "Object 100"; + source = "Object 11"; + }; + "Object 100" = {isa = NSString; string = endYField; }; + "Object 101" = { + destination = "Object 70"; + isa = IMOutletConnector; + label = "Object 102"; + source = "Object 11"; + }; + "Object 102" = {isa = NSString; string = lengthField; }; + "Object 103" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 70"; + }; + "Object 104" = {isa = NSString; string = "setLength:"; }; + "Object 105" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 72"; + }; + "Object 106" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 104"; + source = "Object 74"; + }; + "Object 107" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 70"; + }; + "Object 108" = { + destination = "Object 2"; + isa = IMOutletConnector; + label = "Object 96"; + source = "Object 57"; + }; + "Object 109" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 60"; + }; + "Object 110" = {isa = NSString; string = "setEndX:"; }; + "Object 111" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 61"; + }; + "Object 112" = {isa = NSString; string = "setEndY:"; }; + "Object 113" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 49"; + }; + "Object 114" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 110"; + source = "Object 51"; + }; + "Object 115" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 53"; + }; + "Object 116" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 112"; + source = "Object 55"; + }; + "Object 117" = { + destination = "Object 62"; + isa = IMOutletConnector; + label = "Object 118"; + source = "Object 11"; + }; + "Object 118" = {isa = NSString; string = endZField; }; + "Object 119" = { + destination = "Object 37"; + isa = IMOutletConnector; + label = "Object 120"; + source = "Object 11"; + }; + "Object 120" = {isa = NSString; string = zField; }; + "Object 121" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 122"; + source = "Object 37"; + }; + "Object 122" = {isa = NSString; string = "setPointZ:"; }; + "Object 123" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 122"; + source = "Object 38"; + }; + "Object 124" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 62"; + }; + "Object 125" = {isa = NSString; string = "setEndZ:"; }; + "Object 126" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 63"; + }; + "Object 127" = { + destination = "Object 11"; + isa = IMControlConnector; + label = "Object 125"; + source = "Object 65"; + }; + RootObject = {Connections = "Object 76"; Objects = "Object 1"; isa = GMModel; }; + TopLevelObjects = (RootObject); + Version = 1; +} diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine3D.nib/data.classes cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine3D.nib/data.classes --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine3D.nib/data.classes 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine3D.nib/data.classes 2008-12-09 21:46:51.000000000 +0000 @@ -0,0 +1,27 @@ +"App" = {ACTIONS = {}; OUTLETS = {inspectorPanel = id; }; SUPERCLASS = NSApplication; }; +"FirstResponder" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSObject; }; +"IPLine3D" = { + ACTIONS = { + "setEndX:" = id; + "setEndY:" = id; + "setEndZ:" = id; + "setLength:" = id; + "setLock:" = id; + "setPointX:" = id; + "setPointY:" = id; + "setPointZ:" = id; + }; + OUTLETS = { + endXField = id; + endYField = id; + endZField = id; + lengthField = id; + lockSwitch = id; + xField = id; + yField = id; + zField = id; + }; + SUPERCLASS = NSPanel; +}; +"InspectorPanel" = {ACTIONS = {}; OUTLETS = {line3DWindow = id; }; SUPERCLASS = NSPanel; }; +"SurfaceWell" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSColorWell; }; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine3D.nib/objects.nib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine3D.nib/objects.nib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPLine.xib 2012-03-07 08:07:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPLine.xib 2016-02-01 15:42:10.000000000 +0000 @@ -1,2780 +1,390 @@ - - - - 1040 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{161, 287}, {165, 333}} - 1879048192 - Linie - IPLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Startpunkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 92}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Endpunkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Winkel - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 164}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Länge - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 66}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - lineWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 43 - - - - angleField - - - - 66 - - - - angleSlider - - - - 67 - - - - endXField - - - - 68 - - - - endYField - - - - 69 - - - - lengthField - - - - 70 - - - - setAngle: - - - - 71 - - - - delegate - - - - 73 - - - - setAngle: - - - - 74 - - - - setAngle: - - - - 75 - - - - setAngle: - - - - 76 - - - - setLength: - - - - 77 - - - - setLength: - - - - 78 - - - - setLength: - - - - 79 - - - - delegate - - - - 80 - - - - delegate - - - - 81 - - - - setEndX: - - - - 82 - - - - setEndY: - - - - 83 - - - - setEndX: - - - - 84 - - - - setEndX: - - - - 85 - - - - setEndY: - - - - 86 - - - - setEndY: - - - - 87 - - - - nextKeyView - - - - 107 - - - - nextKeyView - - - - 108 - - - - nextKeyView - - - - 109 - - - - setLock: - - - - 113 - - - - setExcluded: - - - - 115 - - - - excludeSwitch - - - - 116 - - - - setLabel: - - - - 120 - - - - labelField - - - - 121 - - - - lockSwitch - - - - 122 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Line - - - 15 - - - YES - - - - - - - - - - - 5 - - - YES - - - - - - - - - - 51 - - - YES - - - - - - - - - - 54 - - - YES - - - - - - - - - 60 - - - YES - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 90 - - - - - 2 - - - YES - - - - - - 89 - - - - - 18 - - - YES - - - - - - 92 - - - - - 16 - - - YES - - - - - - 91 - - - - - 36 - - - YES - - - - - - - - 105 - - - - - 37 - - - - - 13 - - - - - 50 - - - YES - - - - - - 97 - - - - - 47 - - - YES - - - - - - 95 - - - - - 45 - - - YES - - - - - - 94 - - - - - 49 - - - YES - - - - - - 96 - - - - - 53 - - - YES - - - - - - - - 106 - - - - - 48 - - - - - 46 - - - - - 55 - - - YES - - - - - - 98 - - - - - 57 - - - YES - - - - - - 100 - - - - - 56 - - - YES - - - - - - 99 - - - - - 58 - - - YES - - - - - - 101 - - - - - 64 - - - YES - - - - - - 104 - - - - - 61 - - - YES - - - - - - 102 - - - - - 63 - - - YES - - - - - - 103 - - - - - 110 - - - YES - - - - - - - - 112 - - - - - 93 - - - - - 114 - - - - - 117 - - - YES - - - - - - - 118 - - - - - 119 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 114.IBAttributePlaceholdersKey - 117.IBPluginDependency - 117.IBViewBoundsToFrameTransform - 117.ImportedFromIB2 - 118.IBPluginDependency - 118.ImportedFromIB2 - 119.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 46.IBPluginDependency - 46.ImportedFromIB2 - 47.IBPluginDependency - 47.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 55.IBPluginDependency - 55.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBAttributePlaceholdersKey - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Objekt von Bearbeitung ausschliessen - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBIAAAwpIAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 766}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 766}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Position vor versehentlichem Verschieben etc. schützen - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 122 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPLine - IPBasicLevel - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setEndX: - setEndY: - setLength: - setPointX: - setPointY: - update: - - - YES - - setAngle: - id - - - setEndX: - id - - - setEndY: - id - - - setLength: - id - - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - endXField - endYField - lengthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - endXField - id - - - endYField - id - - - lengthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPLine.h - - - - IPLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPMark.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPMark.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPMark.xib 2011-05-30 07:28:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPMark.xib 2016-02-01 15:48:37.000000000 +0000 @@ -1,2102 +1,226 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{454, 328}, {165, 333}} - 1879048192 - Markierung - IPMark - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 57}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 57}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 33}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 33}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 6}, {102, 71}} - - YES - 3 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - -1805517312 - 0 - 0 - - - 2 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 257 - {{112, 10}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 10}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 81}} - - - - {{5, 232}, {156, 99}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{60, 8}, {100, 58}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - 3-D Marker - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAAwAAAAMAAAAD -AAAAAwAAAAMAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE1NTW4ZmZm/29vb/9zc3P/ -c3Nz/3Jycv9ycnL/cnJy/3Jycv9vb2//ZWVl/yUlJZ8AAAAiAAAAAAAAAAAAAAAAAAAAAkNDQ5W3t7f/ -+fn5//z8/P/8/Pz//Pz8//z8/P/8/Pz//Pz8//z8/P/8/Pz/+fn5/8DAwP9UVFS7AAAAAgAAAAAAAAAB -AAAACJGRkf/c3Nz/8/Pz//T09P/19fX/9fX1//T09P/09PT/9PT0//T09P/09PT/8/Pz/97e3v+JiYn/ -AAAACAAAAAEAAAABAAAAEIGBgf/f39//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//u7u7/ -7u7u/9/f3/+SkpL/AAAAEAAAAAEAAAABAAAAFZGRkf/d3d3/7Ozs/+zs7P/t7e3/7e3t/+3t7f/t7e3/ -7Ozs/+7u7v/t7e3/7Ozs/9/f3/+QkJD/AAAAFAAAAAEAAAABAAAAGJ6env/b29v/6enp/+np6f/q6ur/ -6+vr/+rq6v/q6ur/6urq/+rq6v/q6ur/6Ojo/9jY2P+bm5v/AAAAGAAAAAEAAAABAAAAG6CgoP/T09P/ -2tra/9ra2v/b29v/29vb/9vb2//Z2dn/29vb/9nZ2f/a2tr/2tra/9HR0f+ioqL/AAAAGwAAAAEAAAAB -AAAAHKurq//a2tr/39/f/9/f3//g4OD/4ODg/+Dg4P/h4eH/39/f/9/f3//f39//4ODg/9fX1/+mpqb/ -AAAAHAAAAAEAAAACAAAAHrS0tP/j4+P/5ubm/+Xl5f/m5ub/5+fn/+fn5//n5+f/6enp/+fn5//n5+f/ -6Ojo/93d3f+tra3/AAAAHgAAAAIAAAACAAAAILi4uP/p6en/7e3t//Dw8P/w8PD/8PDw/+3t7f/t7e3/ -8fHx/+zs7P/v7+//7e3t/+bm5v+0tLT/AAAAIAAAAAIAAAABAAAAILu7u//v7+//9/f3//b29v/4+Pj/ -9vb2//b29v/29vb/9/f3//f39//39/f/9/f3//Dw8P+7u7v/AAAAIAAAAAEAAAABAAAAHY2Njej4+Pj/ -/////////////////////////////////////////////////v7+//n5+f+Tk5PoAAAAHQAAAAEAAAAB -AAAAEjo6Oq28vLz3/////////////////////////////////////////////////////7u7u/c/Pz+r -AAAAEgAAAAEAAAAAAAAACAAAAEEAAACZAAAAxgAAANMAAADVAAAA1gAAANQAAADWAAAA2AAAANgAAADT -AAAAxQAAAJkAAABBAAAACAAAAAAAAAAAAAAAAgAAAA0AAAAlAAAANgAAAEEAAABDAAAAQwAAAEMAAABE -AAAAQwAAAEQAAABBAAAANgAAACUAAAANAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAYAAAAG -AAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAwAAAAMAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - 3 - MCAwAA - - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Fixieren - - - 1 - -936619521 - 0 - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -1 - -936619521 - 0 - - 200 - 25 - - - {100, 18} - {4, 2} - -2080366592 - NSActionCell - - 67239424 - 67108864 - - - -1 - -936619521 - 0 - - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 194}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 42 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 42 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - markWindow - - - - 26 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - delegate - - - - 46 - - - - xField - - - - 54 - - - - setPointX: - - - - 55 - - - - yField - - - - 56 - - - - setPointY: - - - - 57 - - - - zSwitch - - - - 60 - - - - zField - - - - 62 - - - - zLeftButton - - - - 63 - - - - zRightButton - - - - 64 - - - - setPointZ: - - - - 65 - - - - setPointZ: - - - - 66 - - - - setPointZ: - - - - 67 - - - - setLock: - - - - 72 - - - - setPointZ: - - - - 73 - - - - setLabel: - - - - 85 - - - - labelField - - - - 86 - - - - excludeSwitch - - - - 87 - - - - setExcluded: - - - - 88 - - - - lockSwitch - - - - 89 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Mark - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - - - 47 - - - YES - - - - - - - - - 43 - - - - - 48 - - - - - 68 - - - YES - - - - - - - 69 - - - - - 82 - - - - - 83 - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 76 - - - - - 2 - - - YES - - - - - - 75 - - - - - 18 - - - YES - - - - - - 78 - - - - - 16 - - - YES - - - - - - 77 - - - - - 39 - - - YES - - - - - - - - - 81 - - - - - 53 - - - - - 52 - - - - - 51 - - - - - 58 - - - YES - - - - - - 79 - - - - - 59 - - - YES - - - - - - 80 - - - - - 84 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 43.IBAttributePlaceholdersKey - 43.IBPluginDependency - 43.ImportedFromIB2 - 47.IBPluginDependency - 47.IBViewBoundsToFrameTransform - 47.ImportedFromIB2 - 48.IBAttributePlaceholdersKey - 48.IBPluginDependency - 48.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 53.IBPluginDependency - 53.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 75.IBPluginDependency - 76.IBPluginDependency - 77.IBPluginDependency - 78.IBPluginDependency - 79.IBPluginDependency - 80.IBPluginDependency - 81.IBPluginDependency - 82.IBPluginDependency - 83.IBPluginDependency - 84.IBAttributePlaceholdersKey - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{714, 19}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{714, 19}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - Z-Position der Markierung aktivieren - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCcAAAwoAAAA - - - - ToolTip - - ToolTip - - Position vor versehentlichem Verschieben etc. schützen - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Objekt von Bearbeitung ausschliessen - - - - - - YES - - - YES - - - - - YES - - - YES - - - - 89 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPMark - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPPath.xib 2011-05-30 09:48:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPPath.xib 2016-02-01 15:49:26.000000000 +0000 @@ -1,2683 +1,378 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{496, 334}, {165, 333}} - 1879048192 - Pfad - IPPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 604110336 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 604110336 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 116}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Selektierter Punkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Ursprung - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Grösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 90}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - pathWindow - - - - 27 - - - - xField - - - - 29 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointX: - - - - 33 - - - - setPointY: - - - - 35 - - - - setPointY: - - - - 36 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - originXField - - - - 67 - - - - originYField - - - - 68 - - - - sizeWidthField - - - - 69 - - - - sizeHeightField - - - - 70 - - - - setOriginX: - - - - 71 - - - - setOriginY: - - - - 72 - - - - setOriginX: - - - - 73 - - - - setOriginX: - - - - 74 - - - - setOriginY: - - - - 75 - - - - setOriginY: - - - - 76 - - - - setSizeWidth: - - - - 77 - - - - setSizeHeight: - - - - 78 - - - - setSizeWidth: - - - - 79 - - - - setSizeWidth: - - - - 80 - - - - setSizeHeight: - - - - 81 - - - - setSizeHeight: - - - - 82 - - - - nextKeyView - - - - 86 - - - - nextKeyView - - - - 87 - - - - xButtonLeft - - - - 89 - - - - xButtonRight - - - - 90 - - - - yButtonLeft - - - - 91 - - - - yButtonRight - - - - 93 - - - - delegate - - - - 111 - - - - delegate - - - - 112 - - - - delegate - - - - 113 - - - - setLock: - - - - 117 - - - - setExcluded: - - - - 119 - - - - excludeSwitch - - - - 120 - - - - lockSwitch - - - - 121 - - - - setLabel: - - - - 125 - - - - labelField - - - - 126 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 7 - - - YES - - - - Path - - - 13 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 63 - - - YES - - - - - - - - - - 65 - - - YES - - - - - - - - - - -3 - - - Application - - - 16 - - - YES - - - - - - 98 - - - - - 8 - - - YES - - - - - - 96 - - - - - 3 - - - YES - - - - - - 95 - - - - - 12 - - - YES - - - - - - 97 - - - - - 39 - - - YES - - - - - - - - 108 - - - - - 40 - - - - - 9 - - - - - 61 - - - YES - - - - - - 101 - - - - - 66 - - - YES - - - - - - 103 - - - - - 64 - - - YES - - - - - - 102 - - - - - 58 - - - YES - - - - - - 100 - - - - - 50 - - - YES - - - - - - - - 109 - - - - - 60 - - - - - 59 - - - - - 56 - - - YES - - - - - - 106 - - - - - 49 - - - YES - - - - - - 104 - - - - - 52 - - - YES - - - - - - 105 - - - - - 62 - - - YES - - - - - - 107 - - - - - 54 - - - YES - - - - - - - - 110 - - - - - 57 - - - - - 51 - - - - - 114 - - - YES - - - - - - - - 116 - - - - - 99 - - - - - 118 - - - - - 122 - - - YES - - - - - - - 123 - - - - - 124 - - - - - - - YES - - YES - -3.IBPluginDependency - 100.IBPluginDependency - 101.IBPluginDependency - 102.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 110.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 122.IBPluginDependency - 122.IBViewBoundsToFrameTransform - 122.ImportedFromIB2 - 123.IBPluginDependency - 123.ImportedFromIB2 - 124.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 51.IBPluginDependency - 51.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 54.IBPluginDependency - 54.ImportedFromIB2 - 56.IBPluginDependency - 56.ImportedFromIB2 - 57.IBPluginDependency - 57.ImportedFromIB2 - 58.IBPluginDependency - 58.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 62.IBPluginDependency - 62.ImportedFromIB2 - 63.IBPluginDependency - 63.ImportedFromIB2 - 64.IBPluginDependency - 64.ImportedFromIB2 - 65.IBPluginDependency - 65.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 7.IBEditorWindowLastContentRect - 7.IBPluginDependency - 7.IBWindowTemplateEditedContentRect - 7.ImportedFromIB2 - 7.windowTemplate.hasMinSize - 7.windowTemplate.minSize - 8.IBPluginDependency - 8.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 95.IBPluginDependency - 96.IBPluginDependency - 97.IBPluginDependency - 98.IBPluginDependency - 99.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBwAAAwsgAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{496, 674}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{496, 674}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 126 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPath - IPBasicLevel - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setOriginX: - setOriginY: - setPointX: - setPointY: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setOriginX: - id - - - setOriginY: - id - - - setPointX: - id - - - setPointY: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - originXField - originYField - sizeHeightField - sizeWidthField - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - originXField - id - - - originYField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPath.h - - - - IPPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPPolyLine.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPPolyLine.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPPolyLine.xib 2011-05-30 10:00:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPPolyLine.xib 2016-02-01 15:49:50.000000000 +0000 @@ -1,1841 +1,188 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{573, 389}, {165, 333}} - 1879048192 - PolyLine - IPPolyLine - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Selektierter Punkt - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{10, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 38 - - - - setPointY: - - - - 39 - - - - delegate - - - - 44 - - - - polyLineWindow - - - - 48 - - - - xButtonLeft - - - - 128 - - - - xButtonRight - - - - 129 - - - - yButtonLeft - - - - 130 - - - - yButtonRight - - - - 131 - - - - setLock: - - - - 142 - - - - setExcluded: - - - - 144 - - - - lockSwitch - - - - 145 - - - - excludeSwitch - - - - 146 - - - - setLabel: - - - - 150 - - - - labelField - - - - 151 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 13 - - - YES - - - - PolyLine - - - 6 - - - YES - - - - - - - - 16 - - - YES - - - - - - - - - - -3 - - - Application - - - 14 - - - YES - - - - - - 135 - - - - - 10 - - - YES - - - - - - 134 - - - - - 7 - - - YES - - - - - - 133 - - - - - 17 - - - YES - - - - - - 136 - - - - - 36 - - - YES - - - - - - - - 138 - - - - - 37 - - - - - 15 - - - - - 139 - - - YES - - - - - - - - 141 - - - - - 137 - - - - - 143 - - - - - 147 - - - YES - - - - - - - 148 - - - - - 149 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBEditorWindowLastContentRect - 13.IBPluginDependency - 13.IBWindowTemplateEditedContentRect - 13.ImportedFromIB2 - 13.windowTemplate.hasMinSize - 13.windowTemplate.minSize - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 136.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 147.IBPluginDependency - 147.IBViewBoundsToFrameTransform - 147.ImportedFromIB2 - 148.IBPluginDependency - 148.ImportedFromIB2 - 149.IBPluginDependency - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{756, 701}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{756, 701}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAoAAAwzUAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 151 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPPolyLine - IPBasicLevel - - YES - - YES - setPointX: - setPointY: - update: - - - YES - id - id - id - - - - YES - - YES - setPointX: - setPointY: - update: - - - YES - - setPointX: - id - - - setPointY: - id - - - update: - id - - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - id - id - id - id - id - id - - - - YES - - YES - xButtonLeft - xButtonRight - xField - yButtonLeft - yButtonRight - yField - - - YES - - xButtonLeft - id - - - xButtonRight - id - - - xField - id - - - yButtonLeft - id - - - yButtonRight - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPPolyLine.h - - - - IPPolyLine - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPRectangle.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPRectangle.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPRectangle.xib 2011-05-30 10:10:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPRectangle.xib 2016-02-01 15:50:15.000000000 +0000 @@ -1,2769 +1,381 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{508, 264}, {165, 333}} - 1879048192 - Rechteck - IPRectangle - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - Helvetica - 12 - 16 - - - 16 - - 67239424 - 67108864 - X: - - - - - - 341966336 - 0 - 0 - - - 16 - - 67239424 - 67108864 - Y: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 16 - - 67239424 - 67108864 - - - - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Ursprung - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {13, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {104, 45}} - - YES - 2 - 1 - - YES - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - W: - - - - - - 341966336 - 0 - 0 - - - 18 - - 67239424 - 67108864 - H: - - - - - - {104, 21} - {1, 3} - 67108864 - NSActionCell - - 341966336 - 0 - - - 18 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Grösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 21}} - - YES - - -1804468672 - 1024 - 0 - - LucidaGrande - 12 - 16 - - - YES - - - 6 - System - textColor - - 3 - MAA - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 88}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Ecken Radius - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{64, 4}, {68, 21}} - - YES - - 67501824 - 0 - - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {39, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - - 6 - System - controlTextColor - - - - - - - 257 - {{48, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Winkel - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - 1 - - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - - 266 - {{8, 62}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - rectangleWindow - - - - 24 - - - - xField - - - - 26 - - - - yField - - - - 27 - - - - sizeWidthField - - - - 28 - - - - sizeHeightField - - - - 29 - - - - setX: - - - - 30 - - - - setY: - - - - 31 - - - - setX: - - - - 32 - - - - setX: - - - - 33 - - - - setY: - - - - 34 - - - - setY: - - - - 35 - - - - setSizeWidth: - - - - 36 - - - - setSizeHeight: - - - - 37 - - - - setSizeWidth: - - - - 38 - - - - setSizeWidth: - - - - 39 - - - - setSizeHeight: - - - - 40 - - - - setSizeHeight: - - - - 41 - - - - radiusField - - - - 53 - - - - setRadius: - - - - 54 - - - - setRadius: - - - - 55 - - - - setRadius: - - - - 56 - - - - delegate - - - - 76 - - - - delegate - - - - 77 - - - - delegate - - - - 78 - - - - angleSlider - - - - 106 - - - - setAngle: - - - - 107 - - - - setAngle: - - - - 108 - - - - setAngle: - - - - 109 - - - - delegate - - - - 111 - - - - angleField - - - - 112 - - - - setAngle: - - - - 113 - - - - setLock: - - - - 136 - - - - labelField - - - - 142 - - - - lockSwitch - - - - 143 - - - - excludeSwitch - - - - 144 - - - - setExcluded: - - - - 145 - - - - setLabel: - - - - 146 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 10 - - - YES - - - - Rectangle - - - 6 - - - YES - - - - - - - - - - - 9 - - - YES - - - - - - - - - - 14 - - - YES - - - - - - - - - - 50 - - - YES - - - - - - - - 99 - - - YES - - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 118 - - - - - 11 - - - YES - - - - - - 116 - - - - - 5 - - - YES - - - - - - 115 - - - - - 21 - - - YES - - - - - - 117 - - - - - 13 - - - YES - - - - - - - - 131 - - - - - 7 - - - - - 2 - - - - - 17 - - - YES - - - - - - 120 - - - - - 3 - - - YES - - - - - - 119 - - - - - 20 - - - YES - - - - - - 122 - - - - - 19 - - - YES - - - - - - 121 - - - - - 18 - - - YES - - - - - - - - 132 - - - - - 15 - - - - - 12 - - - - - 45 - - - YES - - - - - - 123 - - - - - 48 - - - YES - - - - - - 124 - - - - - 52 - - - YES - - - - - - 125 - - - - - 103 - - - YES - - - - - - 129 - - - - - 104 - - - YES - - - - - - 130 - - - - - 101 - - - YES - - - - - - 127 - - - - - 102 - - - YES - - - - - - 128 - - - - - 133 - - - YES - - - - - - - - 135 - - - - - 126 - - - - - 137 - - - - - 138 - - - YES - - - - - - - 139 - - - - - 140 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBEditorWindowLastContentRect - 10.IBPluginDependency - 10.IBWindowTemplateEditedContentRect - 10.ImportedFromIB2 - 10.windowTemplate.hasMinSize - 10.windowTemplate.minSize - 101.IBPluginDependency - 101.ImportedFromIB2 - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 104.IBPluginDependency - 104.ImportedFromIB2 - 11.IBPluginDependency - 11.ImportedFromIB2 - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 121.IBPluginDependency - 122.IBPluginDependency - 123.IBPluginDependency - 124.IBPluginDependency - 125.IBPluginDependency - 126.IBPluginDependency - 127.IBPluginDependency - 128.IBPluginDependency - 129.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 130.IBPluginDependency - 131.IBPluginDependency - 132.IBPluginDependency - 138.IBPluginDependency - 138.IBViewBoundsToFrameTransform - 138.ImportedFromIB2 - 139.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 21.IBPluginDependency - 21.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 3.IBPluginDependency - 3.ImportedFromIB2 - 45.IBPluginDependency - 45.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 50.IBPluginDependency - 50.IBViewBoundsToFrameTransform - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 6.IBPluginDependency - 6.ImportedFromIB2 - 7.IBPluginDependency - 7.ImportedFromIB2 - 9.IBPluginDependency - 9.ImportedFromIB2 - 99.IBPluginDependency - 99.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{651, 88}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{651, 88}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBIAAAwpwAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - AUCgAABCnAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 146 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPRectangle - IPBasicLevel - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setRadius: - setSizeHeight: - setSizeWidth: - setX: - setY: - update: - - - YES - - setAngle: - id - - - setRadius: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - setX: - id - - - setY: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - radiusField - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - radiusField - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPRectangle.h - - - - IPRectangle - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + + + + +
Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/._IPSinking.xib and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/._IPSinking.xib differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPSinking.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPSinking.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPSinking.xib 2012-03-11 10:46:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPSinking.xib 2016-02-01 15:50:48.000000000 +0000 @@ -1,2533 +1,315 @@ - - - - 1050 - 10K549 - 851 - 1038.36 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{383, 258}, {165, 375}} - 1879048192 - Senkung - IPSinking - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{4, 302}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 258 - {{1, 4}, {144, 117}} - - YES - 5 - 1 - - YES - - 341966400 - 67109888 - - - LucidaGrande - 12 - 16 - - - 100.462890625 - - 67239424 - 67108864 - Bohrung Ø (d1): - - - - - - 341966400 - 67109888 - - - - 100.462890625 - - 67239424 - 67108864 - Kopf Ø (d2): - - - - - - 341966400 - 67109888 - - - - 100.462890625 - - 67239424 - 67108864 - Kopfhöhe (t1): - - - - - - 341966400 - 67109888 - - - - 100.462890625 - - 67239424 - 67108864 - Kopfrand (t2): - - - - - - 341966400 - 67109888 - - - - 100.462890625 - - 67239424 - 67108864 - Schrittweite: - - - - - - {144, 21} - {1, 3} - 67633152 - NSActionCell - - 341966400 - 67109888 - - - 100.462890625 - - 67239424 - 67108864 - Field: - - - - -1 - -1 - - - - - - 258 - {{4, 122}, {144, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - Custom - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {152, 150}} - - - - {{4, 76}, {156, 168}} - - {0, 0} - - 67239424 - 0 - Masse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{71, 7}, {78, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Zoll - - 1048576 - 2147483647 - - - _popUpItemAction: - 1 - - - - - 3 - YES - YES - 1 - - - - - 260 - {{4, 5}, {64, 31}} - - YES - 1 - 2 - - YES - - -2080244224 - 134217728 - medium - - - 918831359 - 6 - - NSImage - sinkingMedium - - - - 200 - 25 - - - 67239424 - 134217728 - medium - - - 1 - 918831359 - 6 - - NSImage - sinkingFine - - - - 200 - 25 - - - {31, 31} - {2, 4} - 1140850688 - NSActionCell - - 67239424 - 134217728 - - - -2033434369 - 2 - - - - 200 - 25 - - - - - - - {{2, 2}, {152, 39}} - - - - {{4, 244}, {156, 58}} - - {0, 0} - - 67239424 - 0 - Ausführung - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 36}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2063597568 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{7, 50}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 375} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - sinkingWindow - - - - 36 - - - - positionXField - - - - 38 - - - - setPositionX: - - - - 40 - - - - setPositionX: - - - - 41 - - - - setPositionX: - - - - 42 - - - - setPositionY: - - - - 44 - - - - setPositionY: - - - - 45 - - - - positionYField - - - - 68 - - - - setPositionY: - - - - 69 - - - - delegate - - - - 73 - - - - unitPopUp - - - - 100 - - - - typeMatrix - - - - 104 - - - - metricsMatrix - - - - 123 - - - - setType: - - - - 124 - - - - setUnit: - - - - 125 - - - - setDiameter: - - - - 126 - - - - setMetrics: - - - - 127 - - - - diameterPopUp - - - - 128 - - - - labelField - - - - 153 - - - - lockSwitch - - - - 154 - - - - excludeSwitch - - - - 155 - - - - setLabel: - - - - 156 - - - - setLock: - - - - 157 - - - - setExcluded: - - - - 158 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Sinking - - - 14 - - - YES - - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - 105 - - - YES - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 132 - - - - - 26 - - - YES - - - - - - 133 - - - - - 20 - - - YES - - - - - - 131 - - - - - 31 - - - YES - - - - - - 134 - - - - - 66 - - - YES - - - - - - - - 138 - - - - - 67 - - - - - 34 - - - - - 112 - - - YES - - - - - - - - - - - 139 - - - - - 129 - - - - - 116 - - - - - 115 - - - - - 114 - - - - - 113 - - - - - 117 - - - YES - - - - - - 135 - - - YES - - - - - - 121 - - - YES - - - - - - 122 - - - - - 91 - - - YES - - - - - - 137 - - - YES - - - - - - 93 - - - YES - - - - - - - 94 - - - - - 96 - - - - - 102 - - - YES - - - - - - - - 140 - - - - - 103 - - - - - 97 - - - - - 146 - - - YES - - - - - - - - 147 - - - - - 148 - - - - - 149 - - - - - 150 - - - YES - - - - - - - 151 - - - - - 152 - - - - - - - YES - - YES - -3.IBPluginDependency - 102.IBPluginDependency - 102.ImportedFromIB2 - 103.IBPluginDependency - 103.ImportedFromIB2 - 105.IBPluginDependency - 105.ImportedFromIB2 - 112.IBPluginDependency - 112.ImportedFromIB2 - 113.IBPluginDependency - 113.ImportedFromIB2 - 114.IBPluginDependency - 114.ImportedFromIB2 - 115.IBPluginDependency - 115.ImportedFromIB2 - 116.IBPluginDependency - 116.ImportedFromIB2 - 117.IBPluginDependency - 117.ImportedFromIB2 - 121.IBPluginDependency - 121.ImportedFromIB2 - 122.IBPluginDependency - 122.ImportedFromIB2 - 129.IBPluginDependency - 129.ImportedFromIB2 - 131.IBPluginDependency - 132.IBPluginDependency - 133.IBPluginDependency - 134.IBPluginDependency - 135.IBPluginDependency - 137.IBPluginDependency - 138.IBPluginDependency - 139.IBPluginDependency - 14.IBPluginDependency - 14.ImportedFromIB2 - 140.IBPluginDependency - 146.IBViewBoundsToFrameTransform - 148.IBPluginDependency - 150.IBPluginDependency - 150.IBViewBoundsToFrameTransform - 150.ImportedFromIB2 - 151.IBPluginDependency - 152.IBPluginDependency - 152.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 91.IBPluginDependency - 91.ImportedFromIB2 - 93.IBPluginDependency - 93.ImportedFromIB2 - 94.IBPluginDependency - 94.ImportedFromIB2 - 96.IBPluginDependency - 96.ImportedFromIB2 - 97.IBPluginDependency - 97.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCSAAAwigAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCTAAAwqAAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{783, 591}, {165, 375}} - com.apple.InterfaceBuilder.CocoaPlugin - {{783, 591}, {165, 375}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 158 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPSinking - IPBasicLevel - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setDiameter: - setMetrics: - setPositionX: - setPositionY: - setType: - setUnit: - - - YES - - setDiameter: - id - - - setMetrics: - id - - - setPositionX: - id - - - setPositionY: - id - - - setType: - id - - - setUnit: - id - - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - id - id - id - id - id - id - - - - YES - - YES - diameterPopUp - metricsMatrix - positionXField - positionYField - typeMatrix - unitPopUp - - - YES - - diameterPopUp - id - - - metricsMatrix - id - - - positionXField - id - - - positionYField - id - - - typeMatrix - id - - - unitPopUp - id - - - - - IBProjectSource - InspectorPanel.subproj/IPSinking.h - - - - IPSinking - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - sinkingFine - sinkingMedium - - - YES - {9, 8} - {7, 2} - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - {28, 28} - {28, 28} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPTextPath.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPTextPath.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPTextPath.xib 2011-05-30 07:33:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPTextPath.xib 2016-02-01 15:41:15.000000000 +0000 @@ -1,1418 +1,89 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{547, 254}, {165, 333}} - 1879048192 - Text auf Pfad - IPTextPath - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 274 - - YES - - - 256 - {165, 333} - - - - {165, 333} - - {0, 0} - - 67239424 - 0 - Box - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 0 - 0 - 0 - NO - - - - 289 - {{50, 8}, {110, 72}} - - YES - 4 - 1 - - YES - - 67239424 - 67108864 - Pfad Anzeigen - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Seriennummer - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textPathWindow - - - - 26 - - - - pathView - - - - 92 - - - - setLock: - - - - 102 - - - - setSerialNumber: - - - - 103 - - - - setShowPath: - - - - 104 - - - - setExcluded: - - - - 106 - - - - excludeSwitch - - - - 107 - - - - lockSwitch - - - - 108 - - - - serialNumberSwitch - - - - 109 - - - - showPathSwitch - - - - 110 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - TextPath - - - 16 - - - YES - - - - - - - 90 - - - YES - - - - - -3 - - - Application - - - 97 - - - YES - - - - - - - - - - 101 - - - - - 95 - - - - - 94 - - - - - 96 - - - - - 105 - - - - - - - YES - - YES - -3.IBPluginDependency - 105.IBAttributePlaceholdersKey - 16.IBPluginDependency - 16.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 90.IBPluginDependency - 90.IBViewBoundsToFrameTransform - 90.ImportedFromIB2 - 94.IBAttributePlaceholdersKey - 94.IBPluginDependency - 95.IBAttributePlaceholdersKey - 95.IBPluginDependency - 96.IBAttributePlaceholdersKey - 96.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Objekt von Bearbeitung ausschliessen - - - com.apple.InterfaceBuilder.CocoaPlugin - - {{326, 249}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{326, 249}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - - - ToolTip - - ToolTip - - Seriennummer - erhöhe Nummerierung im Nutzen - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Position vor versehentlichem Verschieben etc. schützen - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Zeige Text und Pfad an - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCeAAAwoAAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 110 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPTextPath - IPBasicLevel - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - id - id - id - - - - YES - - YES - setSerialNumber: - setShowPath: - update: - - - YES - - setSerialNumber: - id - - - setShowPath: - id - - - update: - id - - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - id - id - - - - YES - - YES - serialNumberSwitch - showPathSwitch - - - YES - - serialNumberSwitch - id - - - showPathSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPTextPath.h - - - - IPTextPath - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - YES - - YES - lockSwitch - pathView - - - YES - id - id - - - - YES - - YES - lockSwitch - pathView - - - YES - - lockSwitch - id - - - pathView - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPText.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPText.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPText.xib 2011-05-31 05:26:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPText.xib 2016-02-01 15:51:43.000000000 +0000 @@ -1,2729 +1,364 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{505, 262}, {165, 333}} - 1879048192 - Text - IPText - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{60, 4}, {72, 21}} - - YES - - 67501824 - 0 - - - Helvetica - 12 - 16 - - - 360 - 0.0 - 0.0 - 0.0 - 0 - 0 - NO - NO - - - - - 258 - {{4, 4}, {35, 21}} - - YES - - -1805517312 - 0 - 0 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - - 257 - {{44, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - {{2, 2}, {152, 30}} - - - - {{5, 140}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Winkel - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - - YES - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - - - - {{2, 2}, {152, 54}} - - - - {{5, 188}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Box Grösse - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{8, 8}, {152, 90}} - - YES - 5 - 1 - - YES - - 67239424 - 67108864 - Seriennummer - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Einpassen horizontal - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Zentrieren vertical - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {152, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - Seriennummer - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 114}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - textWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - angleField - - - - 36 - - - - setAngle: - - - - 37 - - - - setAngle: - - - - 38 - - - - setAngle: - - - - 39 - - - - setAngle: - - - - 40 - - - - angleSlider - - - - 41 - - - - yField - - - - 62 - - - - setPointY: - - - - 63 - - - - delegate - - - - 81 - - - - delegate - - - - 82 - - - - sizeWidthField - - - - 94 - - - - sizeHeightField - - - - 95 - - - - setSizeWidth: - - - - 96 - - - - setSizeWidth: - - - - 97 - - - - setSizeWidth: - - - - 98 - - - - setSizeHeight: - - - - 99 - - - - setSizeHeight: - - - - 100 - - - - setSizeHeight: - - - - 101 - - - - delegate - - - - 121 - - - - nextKeyView - - - - 122 - - - - nextKeyView - - - - 123 - - - - setLock: - - - - 127 - - - - setExcluded: - - - - 129 - - - - excludeSwitch - - - - 130 - - - - lockSwitch - - - - 131 - - - - setCenterVertical: - - - - 143 - - - - setFitHorizontal: - - - - 144 - - - - setSerialNumber: - - - - 145 - - - - serialNumberSwitch - - - - 146 - - - - fitHorizontalSwitch - - - - 147 - - - - centerVerticalSwitch - - - - 148 - - - - setLabel: - - - - 152 - - - - labelField - - - - 153 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 20 - - - YES - - - - Text - - - 16 - - - YES - - - - - - - - - - 5 - - - YES - - - - - - - - - 12 - - - YES - - - - - - - - - - 92 - - - YES - - - - - - - - - - -3 - - - Application - - - 2 - - - YES - - - - - - 103 - - - - - 24 - - - YES - - - - - - 106 - - - - - 14 - - - YES - - - - - - 104 - - - - - 17 - - - YES - - - - - - 105 - - - - - 19 - - - YES - - - - - - 111 - - - - - 4 - - - YES - - - - - - 108 - - - - - 11 - - - YES - - - - - - 109 - - - - - 18 - - - YES - - - - - - 110 - - - - - 60 - - - YES - - - - - - - - 119 - - - - - 61 - - - - - 15 - - - - - 85 - - - YES - - - - - - 115 - - - - - 86 - - - YES - - - - - - 116 - - - - - 90 - - - YES - - - - - - 118 - - - - - 87 - - - YES - - - - - - 117 - - - - - 91 - - - YES - - - - - - - - 120 - - - - - 93 - - - - - 88 - - - - - 136 - - - YES - - - - - - - - - - - 142 - - - - - 128 - - - - - 114 - - - - - 113 - - - - - 112 - - - - - 107 - - - - - 149 - - - YES - - - - - - - 150 - - - - - 151 - - - - - - - YES - - YES - -3.IBPluginDependency - 103.IBPluginDependency - 104.IBPluginDependency - 105.IBPluginDependency - 106.IBPluginDependency - 107.IBAttributePlaceholdersKey - 107.IBPluginDependency - 108.IBPluginDependency - 109.IBPluginDependency - 11.IBPluginDependency - 11.ImportedFromIB2 - 110.IBPluginDependency - 111.IBPluginDependency - 112.IBAttributePlaceholdersKey - 112.IBPluginDependency - 113.IBAttributePlaceholdersKey - 113.IBPluginDependency - 114.IBAttributePlaceholdersKey - 114.IBPluginDependency - 115.IBPluginDependency - 116.IBPluginDependency - 117.IBPluginDependency - 118.IBPluginDependency - 119.IBPluginDependency - 12.IBPluginDependency - 12.ImportedFromIB2 - 120.IBPluginDependency - 128.IBAttributePlaceholdersKey - 14.IBPluginDependency - 14.ImportedFromIB2 - 149.IBPluginDependency - 149.IBViewBoundsToFrameTransform - 149.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 151.IBPluginDependency - 16.IBPluginDependency - 16.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 20.IBEditorWindowLastContentRect - 20.IBPluginDependency - 20.IBWindowTemplateEditedContentRect - 20.ImportedFromIB2 - 20.windowTemplate.hasMinSize - 20.windowTemplate.minSize - 24.IBPluginDependency - 24.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 60.IBPluginDependency - 60.ImportedFromIB2 - 61.IBPluginDependency - 61.ImportedFromIB2 - 85.IBPluginDependency - 85.ImportedFromIB2 - 86.IBPluginDependency - 86.ImportedFromIB2 - 87.IBPluginDependency - 87.ImportedFromIB2 - 88.IBPluginDependency - 88.ImportedFromIB2 - 90.IBPluginDependency - 90.ImportedFromIB2 - 91.IBPluginDependency - 91.ImportedFromIB2 - 92.IBPluginDependency - 92.ImportedFromIB2 - 93.IBPluginDependency - 93.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Seriennummer - erhöhe Nummerierung im Nutzen - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Text horizontal in die Textbox einpassen - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Text vertikal in Textbox zentrieren - - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Position vor versehentlichem Verschieben etc. schützen - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - ToolTip - - ToolTip - - Objekt von Bearbeitung ausschliessen - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBYAAAwwkAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{494, 250}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{494, 250}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 153 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPText - IPBasicLevel - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setCenterVertical: - setFitHorizontal: - setPointX: - setPointY: - setSerialNumber: - setSizeHeight: - setSizeWidth: - update: - - - YES - - setAngle: - id - - - setCenterVertical: - id - - - setFitHorizontal: - id - - - setPointX: - id - - - setPointY: - id - - - setSerialNumber: - id - - - setSizeHeight: - id - - - setSizeWidth: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - id - id - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - centerVerticalSwitch - fitHorizontalSwitch - serialNumberSwitch - sizeHeightField - sizeWidthField - xField - yField - - - YES - - angleField - id - - - angleSlider - id - - - centerVerticalSwitch - id - - - fitHorizontalSwitch - id - - - serialNumberSwitch - id - - - sizeHeightField - id - - - sizeWidthField - id - - - xField - id - - - yField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPText.h - - - - IPText - IPBasicLevel - - setLock: - id - - - setLock: - - setLock: - id - - - - lockSwitch - id - - - lockSwitch - - lockSwitch - id - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPThread.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPThread.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPThread.xib 2011-05-30 10:37:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPThread.xib 2016-02-01 15:55:49.000000000 +0000 @@ -1,2267 +1,242 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{373, 316}, {165, 333}} - 1879048192 - Gewinde - IPThread - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {102, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Zentrum - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 258 - {{4, 4}, {102, 21}} - - YES - - -1805517312 - 0 - 6 - - - YES - - - - - - {{2, 2}, {152, 30}} - - - - {{5, 212}, {156, 48}} - - {0, 0} - - 67239424 - 0 - Nenndurchmesser - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 54}} - - YES - 3 - 1 - - YES - - 67239424 - 67108864 - Linksgewinde - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 18} - {0, 0} - -2080366592 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - 2 - - - - - - - 266 - {{8, 186}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - threadWindow - - - - 36 - - - - centerXField - - - - 38 - - - - setCenterX: - - - - 40 - - - - setCenterX: - - - - 41 - - - - setCenterX: - - - - 42 - - - - setCenterY: - - - - 44 - - - - setCenterY: - - - - 45 - - - - diameterField - - - - 46 - - - - setDiameter: - - - - 47 - - - - setDiameter: - - - - 48 - - - - setDiameter: - - - - 49 - - - - centerYField - - - - 68 - - - - setCenterY: - - - - 69 - - - - delegate - - - - 73 - - - - delegate - - - - 74 - - - - nextKeyView - - - - 96 - - - - setLock: - - - - 101 - - - - setLeftTurn: - - - - 102 - - - - setExcluded: - - - - 104 - - - - leftTurnSwitch - - - - 105 - - - - lockSwitch - - - - 106 - - - - excludeSwitch - - - - 107 - - - - setLabel: - - - - 111 - - - - labelField - - - - 112 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 28 - - - YES - - - - Thread - - - 14 - - - YES - - - - - - - - - 8 - - - YES - - - - - - - - - - 19 - - - YES - - - - - - - - -3 - - - Application - - - 22 - - - YES - - - - - - 87 - - - - - 26 - - - YES - - - - - - 88 - - - - - 20 - - - YES - - - - - - 86 - - - - - 31 - - - YES - - - - - - 89 - - - - - 66 - - - YES - - - - - - - - 95 - - - - - 67 - - - - - 34 - - - - - 17 - - - YES - - - - - - 92 - - - - - 4 - - - YES - - - - - - 90 - - - - - 15 - - - YES - - - - - - 91 - - - - - 97 - - - YES - - - - - - - - - 100 - - - - - 93 - - - - - 94 - - - - - 103 - - - - - 108 - - - YES - - - - - - - 109 - - - - - 110 - - - - - - - YES - - YES - -3.IBPluginDependency - 108.IBPluginDependency - 108.IBViewBoundsToFrameTransform - 108.ImportedFromIB2 - 109.IBPluginDependency - 110.IBPluginDependency - 110.ImportedFromIB2 - 14.IBPluginDependency - 14.ImportedFromIB2 - 15.IBPluginDependency - 15.ImportedFromIB2 - 17.IBPluginDependency - 17.ImportedFromIB2 - 19.IBPluginDependency - 19.ImportedFromIB2 - 20.IBPluginDependency - 20.ImportedFromIB2 - 22.IBPluginDependency - 22.ImportedFromIB2 - 26.IBPluginDependency - 26.ImportedFromIB2 - 28.IBEditorWindowLastContentRect - 28.IBPluginDependency - 28.IBWindowTemplateEditedContentRect - 28.ImportedFromIB2 - 28.windowTemplate.hasMinSize - 28.windowTemplate.minSize - 31.IBPluginDependency - 31.ImportedFromIB2 - 34.IBPluginDependency - 34.ImportedFromIB2 - 4.IBPluginDependency - 4.ImportedFromIB2 - 66.IBPluginDependency - 66.ImportedFromIB2 - 67.IBPluginDependency - 67.ImportedFromIB2 - 8.IBPluginDependency - 8.ImportedFromIB2 - 86.IBPluginDependency - 87.IBPluginDependency - 88.IBPluginDependency - 89.IBPluginDependency - 90.IBPluginDependency - 91.IBPluginDependency - 92.IBPluginDependency - 93.IBPluginDependency - 94.IBPluginDependency - 95.IBPluginDependency - 97.IBViewBoundsToFrameTransform - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABAgAAAwzEAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{420, 352}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{420, 352}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCQAAAwmQAAA - - - - - YES - - - YES - - - - - YES - - - YES - - - - 112 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPArc - IPBasicLevel - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - id - id - id - id - id - id - - - - YES - - YES - setAngle: - setBegAngle: - setCenterX: - setCenterY: - setRadius: - update: - - - YES - - setAngle: - id - - - setBegAngle: - id - - - setCenterX: - id - - - setCenterY: - id - - - setRadius: - id - - - update: - id - - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - angleField - angleSlider - begAngleField - begAngleSlider - centerXField - centerYField - radiusField - - - YES - - angleField - id - - - angleSlider - id - - - begAngleField - id - - - begAngleSlider - id - - - centerXField - id - - - centerYField - id - - - radiusField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPArc.h - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPThread - IPArc - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - id - id - id - id - - - - YES - - YES - setDiameter: - setExternal: - setLeftTurn: - setPitch: - - - YES - - setDiameter: - id - - - setExternal: - id - - - setLeftTurn: - id - - - setPitch: - id - - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - id - id - id - id - - - - YES - - YES - diameterField - externalSwitch - leftTurnSwitch - pitchField - - - YES - - diameterField - id - - - externalSwitch - id - - - leftTurnSwitch - id - - - pitchField - id - - - - - IBProjectSource - InspectorPanel.subproj/IPThread.h - - - - IPThread - IPArc - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - id - id - id - - - - YES - - YES - setCenterX: - setCenterY: - setLock: - - - YES - - setCenterX: - id - - - setCenterY: - id - - - setLock: - id - - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - id - id - id - - - - YES - - YES - centerXField - centerYField - lockSwitch - - - YES - - centerXField - id - - - centerYField - id - - - lockSwitch - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPWeb.xib cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPWeb.xib --- cenon.app-4.0.2/InspectorPanel.subproj/German.lproj/IPWeb.xib 2011-05-30 11:26:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/German.lproj/IPWeb.xib 2016-02-01 15:56:26.000000000 +0000 @@ -1,1905 +1,184 @@ - - - - 1040 - 10J869 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - InspectorPanel - - - FirstResponder - - - NSApplication - - - 1 - 1 - {{349, 209}, {165, 333}} - 1879048192 - Steg - IPWeb - View - {1.79769e+308, 1.79769e+308} - {167, 394} - - - 256 - - YES - - - 266 - - YES - - - 256 - - YES - - - 257 - {{112, 30}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - LucidaGrande - 14 - 16 - - - 138690815 - 0 - - NSImage - arrowLeft - - - NSImage - arrowLeftH - - - 200 - 25 - - - - - 257 - {{136, 30}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - NSImage - arrowRight - - - NSImage - arrowRightH - - - 200 - 25 - - - - - 257 - {{112, 6}, {11, 18}} - - YES - - 67239424 - 134217728 - Cell - - - 138690815 - 0 - - - - 200 - 25 - - - - - 257 - {{136, 6}, {11, 18}} - - 1 - YES - - 67239424 - 134217728 - Cell - - - 1 - 138690815 - 0 - - - - 200 - 25 - - - - - 256 - {{4, 4}, {100, 46}} - - YES - 2 - 1 - - YES - - -1805517312 - 0 - 50 - - Helvetica - 12 - 16 - - - YES - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - -1805517312 - 0 - 50 - - - 1 - YES - - - - - {100, 21} - {4, 4} - 75497472 - NSActionCell - - -1805517312 - 0 - 50 - - YES - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {152, 54}} - - - - {{5, 260}, {156, 72}} - - {0, 0} - - 67239424 - 0 - Position - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 289 - {{50, 8}, {110, 38}} - - YES - 2 - 1 - - YES - - 67239424 - 67108864 - Fixieren - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Ausschliessen - - - -936619521 - 0 - - 200 - 25 - - - {110, 19} - {0, 0} - -2080374784 - - - 67239424 - 67108864 - - - -936619521 - 0 - - 200 - 25 - - -1 - -1 - - - - - - 266 - {{8, 234}, {150, 22}} - - YES - 1 - 1 - - YES - - 343014976 - 205521920 - - - - - LucidaGrande - 12 - 16 - - - 41.177734375 - - 67239424 - 67108864 - Name: - - - - - - {150, 22} - {0, 5} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 41.177734375 - - 67239424 - 67108864 - - - - - -1 - -1 - - - - - {165, 333} - - - {{0, 0}, {1920, 1178}} - {167, 416} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - webWindow - - - - 26 - - - - xField - - - - 28 - - - - setPointX: - - - - 30 - - - - setPointX: - - - - 31 - - - - setPointX: - - - - 32 - - - - setPointY: - - - - 34 - - - - setPointY: - - - - 35 - - - - yField - - - - 41 - - - - setPointY: - - - - 42 - - - - delegate - - - - 59 - - - - setLock: - - - - 71 - - - - setExcluded: - - - - 73 - - - - lockSwitch - - - - 74 - - - - excludeSwitch - - - - 75 - - - - setLabel: - - - - 79 - - - - labelField - - - - 80 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 14 - - - YES - - - - Web - - - 15 - - - YES - - - - - - - - 5 - - - YES - - - - - - - - - - -3 - - - Application - - - 10 - - - YES - - - - - - 63 - - - - - 2 - - - YES - - - - - - 62 - - - - - 18 - - - YES - - - - - - 65 - - - - - 16 - - - YES - - - - - - 64 - - - - - 39 - - - YES - - - - - - - - 67 - - - - - 40 - - - - - 13 - - - - - 68 - - - YES - - - - - - - - 70 - - - - - 66 - - - - - 72 - - - - - 76 - - - YES - - - - - - - 77 - - - - - 78 - - - - - - - YES - - YES - -3.IBPluginDependency - 10.IBPluginDependency - 10.ImportedFromIB2 - 13.IBPluginDependency - 13.ImportedFromIB2 - 14.IBEditorWindowLastContentRect - 14.IBPluginDependency - 14.IBWindowTemplateEditedContentRect - 14.ImportedFromIB2 - 14.windowTemplate.hasMinSize - 14.windowTemplate.minSize - 15.IBPluginDependency - 15.ImportedFromIB2 - 16.IBPluginDependency - 16.ImportedFromIB2 - 18.IBPluginDependency - 18.ImportedFromIB2 - 2.IBPluginDependency - 2.ImportedFromIB2 - 39.IBPluginDependency - 39.ImportedFromIB2 - 40.IBPluginDependency - 40.ImportedFromIB2 - 5.IBPluginDependency - 5.ImportedFromIB2 - 62.IBPluginDependency - 63.IBPluginDependency - 64.IBPluginDependency - 65.IBPluginDependency - 66.IBPluginDependency - 67.IBPluginDependency - 76.IBPluginDependency - 76.IBViewBoundsToFrameTransform - 76.ImportedFromIB2 - 77.IBPluginDependency - 77.ImportedFromIB2 - 78.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{924, 517}, {165, 333}} - com.apple.InterfaceBuilder.CocoaPlugin - {{924, 517}, {165, 333}} - - - {167, 394} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBYAAAw1QAAA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - - YES - - - - - YES - - - YES - - - - 80 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - IPBasicLevel - NSPanel - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - id - id - id - id - - - - YES - - YES - setExcluded: - setLabel: - setLock: - update: - - - YES - - setExcluded: - id - - - setLabel: - id - - - setLock: - id - - - update: - id - - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - id - id - id - id - - - - YES - - YES - excludeSwitch - labelField - lockSwitch - window - - - YES - - excludeSwitch - id - - - labelField - id - - - lockSwitch - id - - - window - id - - - - - IBProjectSource - InspectorPanel.subproj/IPBasicLevel.h - - - - IPMark - IPBasicLevel - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - id - id - id - id - id - - - - YES - - YES - setName: - setPointX: - setPointY: - setPointZ: - update: - - - YES - - setName: - id - - - setPointX: - id - - - setPointY: - id - - - setPointZ: - id - - - update: - id - - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - nameField - xField - yField - zField - zLeftButton - zRightButton - zSwitch - - - YES - - nameField - id - - - xField - id - - - yField - id - - - zField - id - - - zLeftButton - id - - - zRightButton - id - - - zSwitch - id - - - - - IBProjectSource - InspectorPanel.subproj/IPMark.h - - - - IPWeb - IPMark - - update: - id - - - update: - - update: - id - - - - IBProjectSource - InspectorPanel.subproj/IPWeb.h - - - - IPWeb - IPMark - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - id - id - id - - - - YES - - YES - setLock: - setPointX: - setPointY: - - - YES - - setLock: - id - - - setPointX: - id - - - setPointY: - id - - - - - YES - - YES - lockSwitch - xField - yField - - - YES - id - id - id - - - - YES - - YES - lockSwitch - xField - yField - - - YES - - lockSwitch - id - - - xField - id - - - yField - id - - - - - IBUserSource - - - - - InspectorPanel - IPBasicLevel - - YES - - YES - setLevel: - update: - - - YES - id - id - - - - YES - - YES - setLevel: - update: - - - YES - - setLevel: - id - - - update: - id - - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - activeWindow - allAccWindow - allFillingWindow - allLayersWindow - allStrokeWindow - arcWindow - crosshairsWindow - curveWindow - dataView - defaultView - docView - groupWindow - imageWindow - levRadio - line3DWindow - lineWindow - markWindow - objectWindow - pathWindow - polyLineWindow - rectangleWindow - sinkingWindow - textPathWindow - textWindow - threadWindow - webWindow - - - YES - - activeWindow - id - - - allAccWindow - id - - - allFillingWindow - id - - - allLayersWindow - id - - - allStrokeWindow - id - - - arcWindow - id - - - crosshairsWindow - id - - - curveWindow - id - - - dataView - id - - - defaultView - id - - - docView - id - - - groupWindow - id - - - imageWindow - id - - - levRadio - id - - - line3DWindow - id - - - lineWindow - id - - - markWindow - id - - - objectWindow - id - - - pathWindow - id - - - polyLineWindow - id - - - rectangleWindow - id - - - sinkingWindow - id - - - textPathWindow - id - - - textWindow - id - - - threadWindow - id - - - webWindow - id - - - - - IBProjectSource - InspectorPanel.subproj/InspectorPanel.h - - - - InspectorPanel - IPBasicLevel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../Cenon.xcodeproj - 3 - - YES - - YES - NSSwitch - arrowLeft - arrowLeftH - arrowRight - arrowRightH - - - YES - {15, 15} - {11, 18} - {11, 18} - {11, 18} - {11, 18} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
+ + + + + + +
diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/GNUmakefile cenon.app-4.0.6+ds1/InspectorPanel.subproj/GNUmakefile --- cenon.app-4.0.2/InspectorPanel.subproj/GNUmakefile 2009-06-19 06:46:40.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/GNUmakefile 2014-08-17 15:37:32.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the Inspector subproject # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make @@ -64,7 +64,7 @@ IPArc.nib IPCrosshairs.nib IPCurve.nib IPGroup.nib \ IPImage.nib IPLine.nib IPLine3D.nib IPPolyLine.nib \ IPMark.nib \ - IPPath.nib IPRectangle.nib IPThread.nib IPText.nib \ + IPPath.nib IPRectangle.nib IPThread.nib IPText.nib \ IPWeb.nib IPTextPath.nib IPSinking.nib InspectorPanel_PRINCIPAL_CLASS = Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._GNUmakefile differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/InspectorPanel.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/InspectorPanel.h --- cenon.app-4.0.2/InspectorPanel.subproj/InspectorPanel.h 2010-11-13 09:37:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/InspectorPanel.h 2015-07-25 16:53:49.000000000 +0000 @@ -1,33 +1,35 @@ /* InspectorPanel.h * Cenon Inspector panel * - * Copyright (C) 1996-2010 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1993-10-01 - * modified: 2008-03-17 (Accessory replaces AllText) + * modified: 2015-07-25 (NSWindowDelegate added) + * 2014-07-06 (loadGraphic:(VGraphic*)) + * 2008-03-17 (Accessory replaces AllText) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ -#ifndef VHF_H_INSPECTORPANEL -#define VHF_H_INSPECTORPANEL +#ifndef CEN_H_INSPECTORPANEL +#define CEN_H_INSPECTORPANEL #include #include @@ -49,7 +51,7 @@ #define IP_LAYERS 4 #define IP_DEFAULT 99 -@interface InspectorPanel:IPBasicLevel +@interface InspectorPanel:IPBasicLevel { NSString *defaultName; @@ -96,8 +98,8 @@ - windowAt:(int)level; - (void)loadList:(NSArray*)list; -- (void)loadGraphic:(id)g; -- (void)setLevelView:theView; +- (void)loadGraphic:(VGraphic*)g; +- (void)setLevelView:(NSView*)theView; - (void)updateInspector; @@ -106,4 +108,4 @@ @end -#endif // VHF_H_INSPECTORPANEL +#endif // CEN_H_INSPECTORPANEL diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/InspectorPanel.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/InspectorPanel.m --- cenon.app-4.0.2/InspectorPanel.subproj/InspectorPanel.m 2012-12-10 17:35:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/InspectorPanel.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* InspectorPanel.m * Cenon Inspector panel * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1993-10-01 @@ -10,22 +10,22 @@ * 2008-03-17 (Accessory replaces AllText) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -96,7 +96,10 @@ [self loadGraphic:(obj) ? obj : nil]; } -- (void)loadGraphic:(id)g +/* + * modified: 2014-07-06 id => VGraphic* + */ +- (void)loadGraphic:(VGraphic*)g { id newWindow; NSString *string = @"ipCrosshairs.tiff"; @@ -194,8 +197,9 @@ string = @"ipText.tiff"; } else if ([g isKindOfClass:[VTextPath class]]) - { id tpGraphic = [g path]; - id tpView, tpWindow = nil; + { VPath *tpGraphic = [(VTextPath*)g path]; + NSClipView *tpView; + IPBasicLevel *tpWindow = nil; if (!textPathWindow) { @@ -476,7 +480,7 @@ } } -- (void)setLevelView:theView +- (void)setLevelView:(NSView*)theView { if ( ! defaultView ) defaultView = [[levView contentView] retain]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAccText.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAccText.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAccText.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAccText.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPAccText.h 2008-03-17 01:05:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAccText.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPAccText.h * Accessory Text Inspector used for all Text objects * - * Copyright (C) 2008 by vhf interservice GmbH + * Copyright (C) 2008 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2008-03-13 * modified: 2008-03-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPACCTEXT -#define VHF_H_IPACCTEXT +#ifndef CEN_H_IPACCTEXT +#define CEN_H_IPACCTEXT #include #include "IPBasicLevel.h" @@ -53,4 +53,4 @@ @end -#endif // VHF_H_IPACCTEXT +#endif // CEN_H_IPACCTEXT diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAccText.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAccText.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPAccText.m 2012-01-06 18:11:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAccText.m 2015-06-17 09:52:58.000000000 +0000 @@ -1,29 +1,29 @@ /* IPAccText.m * Accessory Text Inspector used for all Text objects * - * Copyright (C) 2008 by vhf interservice GmbH + * Copyright (C) 2008-2015 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2008-03-13 * modified: 2008-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAllAcc.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAllAcc.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllAcc.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllAcc.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllAcc.h 2008-03-18 00:14:30.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllAcc.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPAllAcc.h * Inspector Accessory * - * Copyright (C) 2008 by vhf interservice GmbH + * Copyright (C) 2008-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2008-03-13 - * modified: 2008-03-17 + * modified: 2014-07-04 (IBOutlet NSPopUpButton *accPopup) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ -#ifndef VHF_H_IPALLACC -#define VHF_H_IPALLACC +#ifndef CEN_H_IPALLACC +#define CEN_H_IPALLACC #include #include "IPBasicLevel.h" @@ -40,8 +40,8 @@ @interface IPAllAcc:IPBasicLevel { - id accPopup; // the popup to allow the user to select the different accessories - id accView; // the view containing the accessory view + IBOutlet NSPopUpButton *accPopup; // the popup to allow the user to select the different accessories + id accView; // the view containing the accessory view int levelCnt; // number of accessories id windows[10]; // all accessories @@ -60,7 +60,7 @@ - windowAt:(int)level; //- (void)loadGraphic:(id)g; -- (void)setLevelView:theView; +- (void)setLevelView:(NSView*)theView; - (void)setDocView:(id)aView; - (id)docView; @@ -69,4 +69,4 @@ @end -#endif // VHF_H_IPALLACC +#endif // CEN_H_IPALLACC Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAllAcc.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAllAcc.m differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllAcc.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllAcc.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllAcc.m 2008-03-21 03:05:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllAcc.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* IPAllAcc.m * Inspector Accessory * - * Copyright (C) 2008 by vhf interservice GmbH + * Copyright (C) 2008 by Cenon GmbH * Author: Georg Fleischmann * * created: 2008-03-13 * modified: 2008-03-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -145,7 +145,7 @@ } } -- (void)setLevelView:theView +- (void)setLevelView:(NSView*)theView { [accView setContentView:[theView retain]]; [theView setAutoresizingMask:NSViewWidthSizable|NSViewHeightSizable]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAllFilling.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAllFilling.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllFilling.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllFilling.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllFilling.h 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllFilling.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* IPAllFilling.h * Fill Inspector for all objects * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-06-27 - * modified: 2002-07-20 + * modified: 2014-07-14 (IBOutlet NSPopUpButton *fillPopup) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ -#ifndef VHF_H_IPALLFILLING -#define VHF_H_IPALLFILLING +#ifndef CEN_H_IPALLFILLING +#define CEN_H_IPALLFILLING #include #include "IPBasicLevel.h" @@ -39,7 +39,7 @@ id stepForm; id colorWell; id colorWellGraduated; - id fillPopup; + IBOutlet NSPopUpButton *fillPopup; id sliderBox; id radialCenterText; id angleButtonLeft; @@ -63,4 +63,4 @@ @end -#endif // VHF_H_IPALLFILLING +#endif // CEN_H_IPALLFILLING diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllFilling.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllFilling.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllFilling.m 2012-12-10 17:33:05.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllFilling.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,29 +1,29 @@ /* IPAllFilling.m * Fill Inspector for all objects * - * Copyright (C) 2002-2008 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-06-27 - * modified: 2008-03-21 + * modified: 2014-07-04 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAllLayers.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAllLayers.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllLayers.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllLayers.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllLayers.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllLayers.h 2016-12-24 15:08:54.000000000 +0000 @@ -1,33 +1,33 @@ /* IPAllLayers.h * Layer management Inspector for all objects * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2016 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * created: 2002-06-27 - * modified: 2005-08-31 + * modified: 2016-12-24 (-editingChanged: new) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPALLLAYERS -#define VHF_H_IPALLLAYERS +#ifndef CEN_H_IPALLLAYERS +#define CEN_H_IPALLLAYERS #include #include "IPBasicLevel.h" @@ -35,8 +35,8 @@ @interface IPAllLayers:IPBasicLevel { - id moveMatrix; - id nameField; + IBOutlet id moveMatrix; + IBOutlet id nameField; id docView; id lastLayerList; @@ -47,16 +47,17 @@ - (LayerObject*)currentLayerObject; - (void)update:sender; -- (void)setName:sender; -- (void)changeLayer:sender; -- (void)newLayer:sender; -- (void)removeLayer:sender; +- (IBAction)setName:sender; +- (IBAction)changeLayer:sender; +- (IBAction)newLayer:sender; +- (IBAction)removeLayer:sender; - (BOOL)updateLayerLists; -- (void)displayChanged:sender; +- (void)displayChanged:sender; // called from IPLayerCell to inform if display changed +- (void)editingChanged:sender; // called from IPLayerCell to inform if editing changed - (void)displayWillEnd; @end -#endif // VHF_H_IPALLLAYERS +#endif // CEN_H_IPALLLAYERS diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllLayers.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllLayers.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllLayers.m 2012-01-06 18:00:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllLayers.m 2016-12-24 15:28:56.000000000 +0000 @@ -1,30 +1,30 @@ /* IPAllLayers.m * Layer management Inspector for all objects * - * Copyright (C) 2002-2011 by vhf interservice GmbH + * Copyright (C) 2002-2016 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * created: 2002-06-27 - * modified: 2011-01-10 (click on layer ends editing of text) - * 2006-01-13 + * modified: 2016-12-24 (-editingChanged: new, -setLayerList: renew layers if order changed) + * 2011-01-10 (click on layer ends editing of text) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" @@ -58,16 +58,29 @@ } /* created: 1993-07-22 - * modified: 2006-01-13 + * modified: 2016-12-24 (renew layer list, if order of layers has changed) * purpose: set layer list for layer matrix (moveMatrix) * this may be called from self or from the document */ - (void)setLayerList:(NSMutableArray*)theLayerList { int i, cnt; LayerObject *layerObject; + BOOL needsRenewal = NO; - /* if layer of selected cell is in layerList */ - if ( lastLayerList == theLayerList && moveCellCount == (int)[theLayerList count] ) + /* if document, number of layers, or order changed, we have to update the cells of the matrix */ + if ( lastLayerList != theLayerList || moveCellCount != (int)[theLayerList count] ) // document or count changed + needsRenewal = YES; + else // layers changed + for ( i = 0; i < [theLayerList count]; i ++ ) + { + if ( [theLayerList objectAtIndex:i] != [[moveMatrix cellAtRow:i column:0] layerObject] ) // order of layers changed + { needsRenewal = YES; + break; + } + } + + /* update fields from selected layer */ + if ( ! needsRenewal ) // same document + same number of layers + same order => we just update the title, if needed { layerObject = [[moveMatrix selectedCell] layerObject]; if ([theLayerList containsObject:layerObject]) @@ -129,6 +142,10 @@ [cell setStringValue:[nameField stringValue]]; [[cell layerObject] setString:[nameField stringValue]]; [moveMatrix display]; + + /* post notification, that layer list has changed, so other layer lists can update themselves */ + [[NSNotificationCenter defaultCenter] postNotificationName:DocLayerListHasChanged + object:docView]; } - (void)changeLayer:sender @@ -140,9 +157,9 @@ - (void)newLayer:sender { LayerObject *layerObject; NSMutableArray *layerList; - int l, ix, type = LAYER_STANDARD; + int l, ix, type = LAYER_STANDARD; NSString *name = UNTITLED_STRING; - id view = nil; + DocView *view = nil; // just use docView ? if ( !view ) view = [[(App*)NSApp currentDocument] documentView]; @@ -207,6 +224,10 @@ [nameField setStringValue:[layerObject string]]; [[view document] setDirty:YES]; + + /* post notification, that layer xy has been removed, so other layer lists can update themselves */ + [[NSNotificationCenter defaultCenter] postNotificationName:DocLayerListHasChanged + object:view /*layerObject*/]; } - (void)removeLayer:sender @@ -282,9 +303,8 @@ return (cnt) ? YES : NO; } -/* display new layers - * called from IPLayerCell - * modified: 2005-09-01 +/* called from IPLayerCell to notify about change of display state + * modified: 2016-12-24 (update modules) */ - (void)displayChanged:sender { DocView *view = [[(App*)NSApp currentDocument] documentView]; @@ -318,6 +338,19 @@ if (layerStateChanged) // redisplay layer list [moveMatrix display]; [view drawAndDisplay]; + + /* post notification, that layerlist has been modified, so other layer lists can update themselfes */ + [[NSNotificationCenter defaultCenter] postNotificationName:DocLayerListHasChanged + object:docView]; +} +/* called from IPLayerCell to notify about change of display state + * created: 2016-12-24 + */ +- (void)editingChanged:sender +{ + /* post notification, that layerlist has been modified, so other layer lists can update themselfes */ + [[NSNotificationCenter defaultCenter] postNotificationName:DocLayerListHasChanged + object:docView]; } /* Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPAllStrokeWidth.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPAllStrokeWidth.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllStrokeWidth.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllStrokeWidth.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllStrokeWidth.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllStrokeWidth.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPAllStrokeWidth.h * Stroke Inspector for all graphic objects * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-06-27 - * modified: 2002-07-20 + * modified: 2014-07-04 (IBOutlet NSPopUpButton *strokePopup) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPALLStrokeWidth -#define VHF_H_IPALLStrokeWidth +#ifndef CEN_H_IPALLStrokeWidth +#define CEN_H_IPALLStrokeWidth #include #include "IPBasicLevel.h" @@ -35,12 +35,13 @@ @interface IPAllStrokeWidth:IPBasicLevel { int stroked; - id strokePopup; + IBOutlet NSPopUpButton *strokePopup; id colorWell; id widthField; id widthSlider; id widthButtonLeft; id widthButtonRight; + VGraphic *graphic; } @@ -54,4 +55,4 @@ @end -#endif // VHF_H_IPALLStrokeWidth +#endif // CEN_H_IPALLStrokeWidth diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPAllStrokeWidth.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllStrokeWidth.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPAllStrokeWidth.m 2012-01-06 18:06:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPAllStrokeWidth.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* IPAllStrokeWidth.m * Stroke Inspector for all graphic objects * - * Copyright (C) 2002-2009 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-06-27 * modified: 2009-02-07 (-update: handle [g color] == nil) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPArc.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPArc.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPArc.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPArc.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPArc.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPArc.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPArc.h * Arc Inspector * - * Copyright (C) 1995-2003 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2003-06-05 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPALLARC -#define VHF_H_IPALLARC +#ifndef CEN_H_IPALLARC +#define CEN_H_IPALLARC #include #include "IPBasicLevel.h" @@ -53,4 +53,4 @@ @end -#endif // VHF_H_IPALLARC +#endif // CEN_H_IPALLARC diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPArc.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPArc.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPArc.m 2012-02-28 10:28:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPArc.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,7 +1,7 @@ /* IPArc.m * Arc Inspector * - * Copyright (C) 1995-2012 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 @@ -9,22 +9,22 @@ * 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPBasicLevel.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPBasicLevel.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPBasicLevel.h 2011-05-30 05:24:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPBasicLevel.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,7 +1,7 @@ /* * IPBasicLevel.h * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-04-23 @@ -9,26 +9,26 @@ * 2011-05-28 (excludeSwitch, -setExcluded: added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPBASICLEVEL -#define VHF_H_IPBASICLEVEL +#ifndef CEN_H_IPBASICLEVEL +#define CEN_H_IPBASICLEVEL #include @@ -60,4 +60,4 @@ @end -#endif // VHF_H_IPBASICLEVEL +#endif // CEN_H_IPBASICLEVEL diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPBasicLevel.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPBasicLevel.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPBasicLevel.m 2012-01-06 16:57:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPBasicLevel.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* - * IPBasicLebel.m + * IPBasicLevel.m * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-23 * Modified: 2008-03-17 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" @@ -40,7 +40,7 @@ - init { - [self setDelegate:self]; + [self setDelegate:(id)self]; return self; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPCrosshairs.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPCrosshairs.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPCrosshairs.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCrosshairs.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPCrosshairs.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCrosshairs.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPCrosshairs.h * Crosshair inspector * - * Copyright (C) 1997-2003 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPCROSSHAIRS -#define VHF_H_IPCROSSHAIRS +#ifndef CEN_H_IPCROSSHAIRS +#define CEN_H_IPCROSSHAIRS #include #include "IPBasicLevel.h" @@ -47,4 +47,4 @@ @end -#endif // VHF_H_IPCROSSHAIRS +#endif // CEN_H_IPCROSSHAIRS diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPCrosshairs.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCrosshairs.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPCrosshairs.m 2012-01-06 16:58:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCrosshairs.m 2015-08-13 15:12:04.000000000 +0000 @@ -1,29 +1,29 @@ /* IPCrosshairs.m * Crosshair inspector * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2007-04-09 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" @@ -79,7 +79,7 @@ [(VGraphic*)g movePoint:[g selectedKnobIndex] to:p]; [view resetGrid]; - [view cache:NSZeroRect]; + [view cache: NSZeroRect]; } - (void)setPointY:sender Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPCurve.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPCurve.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPCurve.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCurve.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPCurve.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCurve.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPCurve.h * Curve inspector * - * Copyright (C) 1995-2006 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2006-12-08 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPCURVE -#define VHF_H_IPCURVE +#ifndef CEN_H_IPCURVE +#define CEN_H_IPCURVE #include #include "IPBasicLevel.h" @@ -68,4 +68,4 @@ @end -#endif // VHF_H_IPCURVE +#endif // CEN_H_IPCURVE diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPCurve.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCurve.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPCurve.m 2012-01-06 16:58:49.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPCurve.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* IPCurve.m * Curve inspector * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-04-24 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPGroup.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPGroup.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPGroup.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPGroup.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPGroup.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPGroup.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPGroup.h * Group Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPGROUP -#define VHF_H_IPGROUP +#ifndef CEN_H_IPGROUP +#define CEN_H_IPGROUP #include #include "IPBasicLevel.h" @@ -51,4 +51,4 @@ @end -#endif // VHF_H_IPGROUP +#endif // CEN_H_IPGROUP diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPGroup.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPGroup.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPGroup.m 2012-03-06 11:48:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPGroup.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* IPGroup.m * Group Inspector * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPImage.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPImage.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPImage.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPImage.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPImage.h 2008-04-15 06:28:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPImage.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPImage.h * Image inspector * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1998-03-23 - * modified: 2002-07-20 + * modified: 2014-07-04 (IBOutlet NSPopUpButton *compPopUp) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPIMAGE -#define VHF_H_IPIMAGE +#ifndef CEN_H_IPIMAGE +#define CEN_H_IPIMAGE #include #include "IPBasicLevel.h" @@ -43,7 +43,7 @@ id thumbSwitch; id nameField; id factorField; - id compPopUp; + IBOutlet NSPopUpButton *compPopUp; VGraphic *graphic; // the loaded graphic or the first of them if multiple } @@ -65,4 +65,4 @@ @end -#endif // VHF_H_IPIMAGE +#endif // CEN_H_IPIMAGE diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPImage.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPImage.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPImage.m 2012-01-06 17:03:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPImage.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,7 +1,7 @@ /* IPImage.m * Image inspector * - * Copyright (C) 1995-2011 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-14 @@ -9,22 +9,22 @@ * 2005-07-20 (document units, more file types) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPLayerCell.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPLayerCell.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLayerCell.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLayerCell.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPLayerCell.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLayerCell.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPLayerCell.h * part of IPAllLayers * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-10-05 from LayerCell 1996-03-07 * Modified: 2002-10-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPLAYERCELL -#define VHF_H_IPLAYERCELL +#ifndef CEN_H_IPLAYERCELL +#define CEN_H_IPLAYERCELL #include "../LayerObject.h" #include "../MoveCell.h" @@ -50,4 +50,4 @@ @end -#endif // VHF_H_IPLAYERCELL +#endif // CEN_H_IPLAYERCELL diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLayerCell.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLayerCell.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPLayerCell.m 2011-02-25 11:21:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLayerCell.m 2016-12-24 15:12:55.000000000 +0000 @@ -1,29 +1,29 @@ /* IPLayerCell.m * part of IPAllLayers * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-07 - * Modified: 2006-11-08 + * Modified: 2016-12-24 (-trackMouse: call target's -editingChanged:, if available) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -82,12 +82,12 @@ } - (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView -{ NSRect rect = cellFrame; - NSPoint imageOrigin; - NSSize imageSize = NSZeroSize; - float textSize = 0.0; +{ NSRect rect = cellFrame; + NSPoint imageOrigin; + NSSize imageSize = NSZeroSize; + float textSize = 0.0; static id sharedTextCell = nil; - NSRect splitRect = cellFrame; + NSRect splitRect = cellFrame; [controlView lockFocus]; @@ -115,10 +115,26 @@ /* draw display state icon (eye) */ if (showImage) - { + { NSImage *img = ([layerObject state] ? altShowImage : showImage); + +#ifdef __APPLE__ // 10.6: composite is deprecated, drawAtPoint doesn't flip image, drawRect starts at 10.6 + imageOrigin.y = NSMinY(cellFrame) + (NSHeight(cellFrame)-imageSize.height)/2.0; + //[img drawAtPoint:imageOrigin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; // doesn't flip + if ( NSAppKitVersionNumber >= NSAppKitVersionNumber10_6 ) // >= 10.6 + { NSRect dstRect; + + dstRect.origin = imageOrigin; + dstRect.size = [img size]; + [img drawInRect:dstRect fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil]; // >= 10.6 + } + else // <= 10.5 + { imageOrigin.y = NSMinY(cellFrame) + NSHeight(cellFrame) - (NSHeight(cellFrame) - imageSize.height)/2.0; + [img compositeToPoint:imageOrigin operation:NSCompositeSourceOver]; // <= 10.6 + } +#else imageOrigin.y = NSMinY(cellFrame) + NSHeight(cellFrame) - (NSHeight(cellFrame) - imageSize.height)/2.0; - [([layerObject state] ? altShowImage : showImage) compositeToPoint:imageOrigin - operation:NSCompositeSourceOver]; + [img compositeToPoint:imageOrigin operation:NSCompositeSourceOver]; // <= 10.6 +#endif imageOrigin.x += IMAGEMARGIN + imageSize.width; } @@ -126,10 +142,26 @@ if (editImage) { if ( [layerObject type] != LAYER_PASSIVE ) - { - imageOrigin.y = NSMinY(cellFrame)+NSHeight(cellFrame)-(NSHeight(cellFrame)-imageSize.height)/2.0; - [([layerObject editable] ? editImage : altEditImage) compositeToPoint:imageOrigin - operation:NSCompositeSourceOver]; + { NSImage *img = ([layerObject editable] ? editImage : altEditImage); + +#ifdef __APPLE__ // 10.6: composite is deprecated, drawAtPoint doesn't flip image, drawRect starts at 10.6 + imageOrigin.y = NSMinY(cellFrame) + (NSHeight(cellFrame)-imageSize.height)/2.0; + //[img drawAtPoint:imageOrigin fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]; // doesn't flip + if ( NSAppKitVersionNumber >= NSAppKitVersionNumber10_6 ) // >= 10.6 + { NSRect dstRect; + + dstRect.origin = imageOrigin; + dstRect.size = [img size]; + [img drawInRect:dstRect fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0 respectFlipped:YES hints:nil]; // >= 10.6 + } + else // <= 10.5 + { imageOrigin.y = NSMinY(cellFrame) + NSHeight(cellFrame)-(NSHeight(cellFrame)-imageSize.height)/2.0; + [img compositeToPoint:imageOrigin operation:NSCompositeSourceOver]; + } +#else + imageOrigin.y = NSMinY(cellFrame) + NSHeight(cellFrame)-(NSHeight(cellFrame)-imageSize.height)/2.0; + [img compositeToPoint:imageOrigin operation:NSCompositeSourceOver]; +#endif } imageOrigin.x += IMAGEMARGIN + imageSize.width; } @@ -207,7 +239,7 @@ [[moveMatrix window] flushWindow]; NSBeep(); } - [[moveMatrix target] displayChanged:self]; + [[moveMatrix target] displayChanged:self]; // inform Inspector about changes of display } rect.origin.x += IMAGEMARGIN + imageSize.width; } @@ -221,10 +253,12 @@ if ( ![layerObject state] && ![layerObject editable] ) // layerObject will switch state on stateChanged = YES; [layerObject setEditable:([layerObject editable]) ? NO : YES]; + [self drawInteriorWithFrame:cellFrame inView:aView]; + [[moveMatrix window] flushWindow]; if (stateChanged) [[moveMatrix target] displayChanged:self]; // but doesn't know of view - [self drawInteriorWithFrame:cellFrame inView:aView]; - [[moveMatrix window] flushWindow]; + else if ( [[moveMatrix target] respondsToSelector:@selector(editingChanged:)] ) + [[moveMatrix target] editingChanged:self]; // inform Inspector about changes of display } rect.origin.x += IMAGEMARGIN + imageSize.width; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPLine3D.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPLine3D.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLine3D.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine3D.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPLine3D.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine3D.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* Line3D.h * 3-D Line Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2002-08-20 * modified: 2002-08-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPLINE3D -#define VHF_H_IPLINE3D +#ifndef CEN_H_IPLINE3D +#define CEN_H_IPLINE3D #include #include "IPBasicLevel.h" @@ -57,4 +57,4 @@ @end -#endif // VHF_H_IPLINE3D +#endif // CEN_H_IPLINE3D Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPLine3D.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPLine3D.m differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLine3D.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine3D.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPLine3D.m 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine3D.m 2014-08-17 15:37:34.000000000 +0000 @@ -1,29 +1,30 @@ /* IPLine3D.m * 3-D Line Inspector * - * Copyright (C) 1995-2003 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2002-08-20 - * modified: 2003-06-26 + * modified: 2014-07-06 ([(NSButton*)sender tag]) + * 2013-12-19 (slaylist is NSArray) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include "../App.h" @@ -37,9 +38,9 @@ - (void)update:sender { VGraphic *g = sender; - NSPoint p; - float zv0, zv1; - id view = [self view]; + NSPoint p; + float zv0, zv1; + id view = [self view]; [graphic release]; graphic = [sender retain]; @@ -65,7 +66,7 @@ BOOL control = [(App*)NSApp control]; if ([sender isKindOfClass:[NSButton class]]) - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); @@ -86,7 +87,7 @@ BOOL control = [(App*)NSApp control]; if ([sender isKindOfClass:[NSButton class]]) - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); @@ -103,13 +104,13 @@ - (void)setEndZ:(id)sender { int l, cnt, i; - id slayList = [[self view] slayList]; + NSArray *slayList = [[self view] slayList]; float min = LARGENEG_COORD, max = LARGE_COORD; float v = [endZField floatValue]; BOOL control = [(App*)NSApp control]; if ([sender isKindOfClass:[NSButton class]]) - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); @@ -151,7 +152,7 @@ BOOL control = [(App*)NSApp control]; if ( [sender isKindOfClass:[NSButton class]] ) - switch ( [sender tag] ) + switch ( [(NSButton*)sender tag] ) { case BUTTONLEFT: v -= ((control) ? 1.0 : 0.1); break; case BUTTONRIGHT: v += ((control) ? 1.0 : 0.1); @@ -177,7 +178,7 @@ if ([sender isKindOfClass:[NSButton class]]) { - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); @@ -200,7 +201,7 @@ if ([sender isKindOfClass:[NSButton class]]) { - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); @@ -218,13 +219,13 @@ - (void)setPointZ:(id)sender { int l, cnt, i; - id slayList = [[self view] slayList]; + NSArray *slayList = [[self view] slayList]; float min = LARGENEG_COORD, max = LARGE_COORD; float v = [zField floatValue]; BOOL control = [(App*)NSApp control]; if ([sender isKindOfClass:[NSButton class]]) - switch ([sender tag]) + switch ([(NSButton*)sender tag]) { case BUTTONLEFT: v -= ((control) ? 10.0 : 1.0); break; case BUTTONRIGHT: v += ((control) ? 10.0 : 1.0); Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPLine.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPLine.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLine.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPLine.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPLine.h * Line Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPLINE -#define VHF_H_IPLINE +#ifndef CEN_H_IPLINE +#define CEN_H_IPLINE #include #include "IPBasicLevel.h" @@ -58,4 +58,4 @@ @end -#endif // VHF_H_IPLINE +#endif // CEN_H_IPLINE diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPLine.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPLine.m 2012-02-28 10:31:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPLine.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* IPLine.m * Line Inspector * - * Copyright (C) 1995-2012 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPMark.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPMark.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPMark.h 2011-05-30 05:33:21.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPMark.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPMark.h * Mark Inspector * - * Copyright (C) 1999-2011 by vhf interservice GmbH + * Copyright (C) 1999-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-13 * modified: 2011-05-30 (nameFIeld, -setName: is deprecated) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPMARK -#define VHF_H_IPMARK +#ifndef CEN_H_IPMARK +#define CEN_H_IPMARK #include #include "IPBasicLevel.h" @@ -54,4 +54,4 @@ @end -#endif // VHF_H_IPMARK +#endif // CEN_H_IPMARK diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPMark.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPMark.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPMark.m 2012-01-06 17:05:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPMark.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* IPMark.m * Mark Inspector - * Copyright (C) 1999-2011 by vhf interservice GmbH + * Copyright (C) 1999-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-13 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPPath.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPPath.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPPath.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPath.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPPath.h 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPath.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* IPPath.h * Path Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2005-09-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPPATH -#define VHF_H_IPPATH +#ifndef CEN_H_IPPATH +#define CEN_H_IPPATH #include #include "IPBasicLevel.h" @@ -59,4 +59,4 @@ @end -#endif // VHF_H_IPPATH +#endif // CEN_H_IPPATH diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPPath.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPath.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPPath.m 2012-01-06 17:06:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPath.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* IPPath.m * Path Inspector * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPPolyLine.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPPolyLine.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPPolyLine.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPolyLine.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPPolyLine.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPolyLine.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPPolyLine.h * PolyLine Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2001-08-30 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPPOLYLINE -#define VHF_H_IPPOLYLINE +#ifndef CEN_H_IPPOLYLINE +#define CEN_H_IPPOLYLINE #include #include "IPBasicLevel.h" @@ -51,4 +51,4 @@ @end -#endif // VHF_H_IPPOLYLINE +#endif // CEN_H_IPPOLYLINE diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPPolyLine.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPolyLine.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPPolyLine.m 2012-01-06 17:06:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPPolyLine.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,29 +1,29 @@ /* IPPolyLine.m * PolyLine Inspector * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2001-08-30 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPRectangle.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPRectangle.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPRectangle.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPRectangle.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPRectangle.h 2007-05-08 17:36:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPRectangle.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPRectangle.h * Rectangle Inspector * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-14 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPRECTANGLE -#define VHF_H_IPRECTANGLE +#ifndef CEN_H_IPRECTANGLE +#define CEN_H_IPRECTANGLE #include #include "IPBasicLevel.h" @@ -56,4 +56,4 @@ @end -#endif // VHF_H_IPRECTANGLE +#endif // CEN_H_IPRECTANGLE diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPRectangle.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPRectangle.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPRectangle.m 2012-02-28 10:18:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPRectangle.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* IPRectangle.m * Rectangle Inspector * - * Copyright (C) 1995-2012 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-11-14 @@ -9,22 +9,22 @@ * 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPSinking.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPSinking.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPSinking.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPSinking.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPSinking.h 2007-05-08 17:36:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPSinking.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* IPSinking.h * Sinking Inspector * - * Copyright (C) 2000-2003 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-09-18 * modified: 2003-06-24 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPSINKING -#define VHF_H_IPSINKING +#ifndef CEN_H_IPSINKING +#define CEN_H_IPSINKING #include #include "IPBasicLevel.h" @@ -77,4 +77,4 @@ @end -#endif // VHF_H_IPSINKING +#endif // CEN_H_IPSINKING diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPSinking.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPSinking.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPSinking.m 2012-02-06 11:23:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPSinking.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,30 +1,31 @@ /* IPSinking.m * Sinking Inspector * - * Copyright (C) 1995-2009 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-09-18 - * modified: 2009-02-11 (-update: check for nil-title to please Apple) + * modified: 2014-01-22 (fix recalculation by changing parameters -updateObject:) + * 2009-02-11 (-update: check for nil-title to please Apple) * 2008-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.com */ #include "../App.h" @@ -195,7 +196,9 @@ { VSinking *g = [slist objectAtIndex:i]; if ( [g respondsToSelector:@selector(setType:)] ) - [g setType:type]; + { [g setType:type]; + [[[[self view] layerList] objectAtIndex:l] updateObject:g]; + } } } @@ -216,7 +219,9 @@ { VSinking *g = [slist objectAtIndex:i]; if ( [g respondsToSelector:@selector(setUnit:)] ) - [g setUnit:unit]; + { [g setUnit:unit]; + [[[[self view] layerList] objectAtIndex:l] updateObject:g]; + } } } @@ -266,6 +271,7 @@ [g setT1:t1]; [g setT2:t2]; [g setStepSize:st]; + [[[[self view] layerList] objectAtIndex:l] updateObject:g]; } } } @@ -322,6 +328,7 @@ [g setT1:t1]; [g setT2:t2]; [g setStepSize:st]; + [[[[self view] layerList] objectAtIndex:l] updateObject:g]; } } } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPText.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPText.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPText.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPText.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPText.h 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPText.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPText.h * Text Inspector * - * Copyright (C) 1995-2003 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 * modified: 2002-07-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPTEXT -#define VHF_H_IPTEXT +#ifndef CEN_H_IPTEXT +#define CEN_H_IPTEXT #include #include "IPBasicLevel.h" @@ -60,4 +60,4 @@ @end -#endif // VHF_H_IPTEXT +#endif // CEN_H_IPTEXT diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPText.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPText.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPText.m 2012-02-28 10:18:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPText.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* IPText.m * Text Inspector * - * Copyright (C) 1995-2012 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 @@ -9,22 +9,22 @@ * 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPTextPath.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPTextPath.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPTextPath.h 2011-05-31 06:49:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPTextPath.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPTextPath.h * TextPath Inspector * - * Copyright (C) 2000-2011 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-08-?? * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPTEXTPATH -#define VHF_H_IPTEXTPATH +#ifndef CEN_H_IPTEXTPATH +#define CEN_H_IPTEXTPATH #include #include "../Graphics.h" @@ -54,4 +54,4 @@ @end -#endif // VHF_H_IPTEXTPATH +#endif // CEN_H_IPTEXTPATH diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPTextPath.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPTextPath.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPTextPath.m 2012-01-06 17:11:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPTextPath.m 2014-08-17 15:37:31.000000000 +0000 @@ -2,29 +2,29 @@ * IPTextPath.m * TextPath Inspector * - * Copyright (C) 2000-2011 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-08-?? * modified: 2008-02-14 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPThread.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPThread.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPThread.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPThread.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPThread.h 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPThread.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* IPThread.h * Thread Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-12 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPTHREAD -#define VHF_H_IPTHREAD +#ifndef CEN_H_IPTHREAD +#define CEN_H_IPTHREAD #include #include "IPArc.h" @@ -47,4 +47,4 @@ @end -#endif // VHF_H_IPTHREAD +#endif // CEN_H_IPTHREAD diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPThread.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPThread.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPThread.m 2012-01-06 17:12:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPThread.m 2014-08-17 15:37:34.000000000 +0000 @@ -1,29 +1,29 @@ /* IPThread.h * Thread Inspector * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-07-12 * modified: 2005-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.com */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPWeb.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPWeb.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPWeb.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPWeb.h --- cenon.app-4.0.2/InspectorPanel.subproj/IPWeb.h 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPWeb.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* IPWeb.h * Web Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-05-03 * modified: 2002-07-02 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_IPWEB -#define VHF_H_IPWEB +#ifndef CEN_H_IPWEB +#define CEN_H_IPWEB #include #include "IPMark.h" @@ -40,4 +40,4 @@ @end -#endif // VHF_H_IPWEB +#endif // CEN_H_IPWEB Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._IPWeb.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._IPWeb.m differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/IPWeb.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPWeb.m --- cenon.app-4.0.2/InspectorPanel.subproj/IPWeb.m 2007-05-08 17:36:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/IPWeb.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,29 +1,29 @@ /* IPWeb.m * Web Inspector * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-05-03 * modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.com */ #include "../App.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._SliderBox.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._SliderBox.h differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/SliderBox.h cenon.app-4.0.6+ds1/InspectorPanel.subproj/SliderBox.h --- cenon.app-4.0.2/InspectorPanel.subproj/SliderBox.h 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/SliderBox.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* SliderBox.h * Slider box used in IPAllFilling * - * Copyright (C) 2002-2002 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-07-10 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_SLIDERBOX -#define VHF_H_SLIDERBOX +#ifndef CEN_H_SLIDERBOX +#define CEN_H_SLIDERBOX #include #include @@ -53,4 +53,4 @@ @end -#endif // VHF_H_SLIDERBOX +#endif // CEN_H_SLIDERBOX Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/InspectorPanel.subproj/._SliderBox.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/InspectorPanel.subproj/._SliderBox.m differ diff -Nru cenon.app-4.0.2/InspectorPanel.subproj/SliderBox.m cenon.app-4.0.6+ds1/InspectorPanel.subproj/SliderBox.m --- cenon.app-4.0.2/InspectorPanel.subproj/SliderBox.m 2007-05-08 17:36:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/InspectorPanel.subproj/SliderBox.m 2014-08-17 15:37:33.000000000 +0000 @@ -1,29 +1,29 @@ /* SliderBox.m * Slider box used in IPAllFilling * - * Copyright (C) 2002-2002 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-07-10 - * modified: 2002-07-19 + * modified: 2013-10-02 (Clean-Up) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -96,20 +96,20 @@ - (void)mouseDown: (NSEvent *)theEvent { - NSApplication *app = [NSApplication sharedApplication]; - unsigned int eventMask = NSLeftMouseDownMask | NSLeftMouseUpMask | NSPeriodicMask - | NSLeftMouseDraggedMask | NSMouseMovedMask; - NSPoint point = [self convertPoint: [theEvent locationInWindow] fromView: nil]; - NSEventType eventType = [theEvent type]; - NSDate *distantFuture = [NSDate distantFuture]; + NSApplication *app = [NSApplication sharedApplication]; + unsigned int eventMask = NSLeftMouseDownMask | NSLeftMouseUpMask | NSPeriodicMask + | NSLeftMouseDraggedMask | NSMouseMovedMask; + NSPoint point = [self convertPoint: [theEvent locationInWindow] fromView: nil]; + NSEventType eventType = [theEvent type]; + NSDate *distantFuture = [NSDate distantFuture]; - NSRect bounds = [self bounds], locRect; - NSPoint ll, ur; + NSRect bounds = [self bounds]/*, locRect*/; + NSPoint ll, ur; if (!enabled) return; - locRect = NSMakeRect(location.x, location.y, SB_KNOBSIZE, SB_KNOBSIZE); + //locRect = NSMakeRect(location.x, location.y, SB_KNOBSIZE, SB_KNOBSIZE); bounds = NSInsetRect(bounds, ceil(SB_KNOBSIZE/2.0)+2.0, ceil(SB_KNOBSIZE/2.0)+2.0); ll = bounds.origin; if (SB_KNOBSIZE-ceil(SB_KNOBSIZE)) ll.x += 1.0; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Inspectors.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Inspectors.h differ diff -Nru cenon.app-4.0.2/Inspectors.h cenon.app-4.0.6+ds1/Inspectors.h --- cenon.app-4.0.2/Inspectors.h 2007-05-08 17:37:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/Inspectors.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* * Inspectors.h * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-12-09 @@ -10,22 +10,22 @@ * common header for inspector subproject * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "InspectorPanel.subproj/InspectorPanel.h" diff -Nru cenon.app-4.0.2/INSTALL cenon.app-4.0.6+ds1/INSTALL --- cenon.app-4.0.2/INSTALL 2012-07-19 09:51:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/INSTALL 2014-08-05 09:48:50.000000000 +0000 @@ -1,5 +1,5 @@ Cenon - Installation -2012-07-19 +2013-10-07 This file describes the installation process of Cenon from source code @@ -16,6 +16,9 @@ Requirements: GNUstep libraries (http://www.gnustep.org) and GNUstep runtime environment +First you have to install the GNUstep libraries. +On Ubuntu/Debian you can install the GNUstep pakcages from the repository. + Get the Cenon sources Cenon-?.?.?.tar.bz2 either on CD or download. tar fvxz Cenon-?.?.?.tar.bz2 cd to the Source directory @@ -28,6 +31,12 @@ openapp Cenon.app +Trouble Shooting: + GNUmakefile:32: /common.make: file or folder not found + -> Solution: install the GNUstep libraries or gnustep-devel packages + -> Solution: Ubuntu seems to use gs_make instead of make :-( + + Apple Mac OS-X ----------------------------------------------------------------------- @@ -75,3 +84,9 @@ There is a minimal library included with the source codes of Cenon. If that is all you need, you can copy the folder Library/Cenon to the library directory of your system. + + + +Cenon - www.cenon.info +Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., info@Cenon.com +http://www.Cenon.de Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._IntersectionPanel.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._IntersectionPanel.h differ diff -Nru cenon.app-4.0.2/IntersectionPanel.h cenon.app-4.0.6+ds1/IntersectionPanel.h --- cenon.app-4.0.2/IntersectionPanel.h 2007-05-08 17:36:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/IntersectionPanel.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* * IntersectionPanel.h * - * Copyright (C) 1997-2002 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-10-31 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_INTERSECTIONPANEL -#define VHF_H_INTERSECTIONPANEL +#ifndef CEN_H_INTERSECTIONPANEL +#define CEN_H_INTERSECTIONPANEL #include @@ -46,4 +46,4 @@ @end -#endif // VHF_H_INTERSECTIONPANEL +#endif // CEN_H_INTERSECTIONPANEL diff -Nru cenon.app-4.0.2/IntersectionPanel.m cenon.app-4.0.6+ds1/IntersectionPanel.m --- cenon.app-4.0.2/IntersectionPanel.m 2012-07-07 11:31:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/IntersectionPanel.m 2014-08-17 15:37:34.000000000 +0000 @@ -1,29 +1,29 @@ /* IntersectionPanel.m * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-10-31 - * modified: 2012-07-07 (-create: allow creation on top of single point objects) + * modified: 2014-02-13 (check if position is allready used, only one for each pt) * 2012-07-06 (-create: check for isCnt > 0 before freeing pts) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include "IntersectionPanel.h" @@ -47,17 +47,17 @@ return NSClassFromString(className); } -/* modified: 2012-07-07 (turn marks directly into target object) +/* modified: 2014-02-13 (check if position is allready used, only one for each pt) * 2012-07-06 (check for isCnt before freeing pts) */ - (void)create:(id)sender { DocView *view = [[(App*)NSApp currentDocument] documentView]; NSArray *layerList = [view layerList]; NSArray *slayList = [view slayList]; - int l, i, j, k, is, isCnt; + int l, i, j, k, is, isCnt, addedCnt = 0, maxCnt; LayerObject *targetLayer = nil; Class targetClass = [self targetClass]; - NSPoint *pts; + NSPoint *pts, *addedPts; for (l=[layerList count]-1; l>=0; l--) { @@ -69,6 +69,9 @@ if (!targetLayer) return; + maxCnt = [layerList count]*10; + addedPts = NSZoneMalloc((NSZone*)[(NSObject*)NSApp zone], maxCnt * sizeof(NSPoint)); + for (l=[layerList count]-1; l>=0; l--) // all layers { NSMutableArray *slist = [slayList objectAtIndex:l]; @@ -104,9 +107,16 @@ { id tg = [targetClass graphic]; NSPoint p = pts[is]; - [tg moveTo:p]; - [targetLayer addObject:tg]; - [targetLayer setDirty:YES]; + if (addedCnt+isCnt >= maxCnt) + addedPts = NSZoneRealloc((NSZone*)[(NSObject*)NSApp zone], addedPts, (maxCnt+=isCnt*2) * sizeof(NSPoint)); + + if ( !pointInArray(pts[is], addedPts, addedCnt) ) + { + addedPts[addedCnt++] = pts[is]; + [tg moveTo:p]; + [targetLayer addObject:tg]; + [targetLayer setDirty:YES]; + } } if (isCnt) free(pts); @@ -138,9 +148,16 @@ { id tg = [targetClass graphic]; NSPoint p = pts[is]; - [tg moveTo:p]; - [targetLayer addObject:tg]; - [targetLayer setDirty:YES]; + if (addedCnt+isCnt >= maxCnt) + addedPts = NSZoneRealloc((NSZone*)[(NSObject*)NSApp zone], addedPts, (maxCnt+=isCnt*2) * sizeof(NSPoint)); + + if ( !pointInArray(pts[is], addedPts, addedCnt) ) + { + addedPts[addedCnt++] = pts[is]; + [tg moveTo:p]; + [targetLayer addObject:tg]; + [targetLayer setDirty:YES]; + } } if (isCnt) free(pts); @@ -149,6 +166,7 @@ } } } + NSZoneFree((NSZone*)[(NSObject*)NSApp zone], addedPts); [[(App*)NSApp currentDocument] setDirty:YES]; [view drawAndDisplay]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._LayerDetailsController.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._LayerDetailsController.h differ diff -Nru cenon.app-4.0.2/LayerDetailsController.h cenon.app-4.0.6+ds1/LayerDetailsController.h --- cenon.app-4.0.2/LayerDetailsController.h 2007-08-08 09:18:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/LayerDetailsController.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* LayerDetailsController.h * - * Copyright (C) 2005-2007 by vhf interservice GmbH + * Copyright (C) 2005-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2005-08-31 * Modified: 2007-08-08 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_LAYERDETAILS -#define VHF_H_LAYERDETAILS +#ifndef CEN_H_LAYERDETAILS +#define CEN_H_LAYERDETAILS @interface LayerDetailsController:NSObject { @@ -45,4 +45,4 @@ @end -#endif // VHF_H_LAYERDETAILS +#endif // CEN_H_LAYERDETAILS diff -Nru cenon.app-4.0.2/LayerDetailsController.m cenon.app-4.0.6+ds1/LayerDetailsController.m --- cenon.app-4.0.2/LayerDetailsController.m 2012-01-06 18:11:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/LayerDetailsController.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,28 +1,28 @@ /* LayerDetailsController.m * - * Copyright (C) 2005-2007 by vhf interservice GmbH + * Copyright (C) 2005-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2005-08-31 * Modified: 2007-08-08 (batch switch) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/LayerObject.h cenon.app-4.0.6+ds1/LayerObject.h --- cenon.app-4.0.2/LayerObject.h 2012-06-22 10:07:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/LayerObject.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* LayerObject.h * Object managing a single layer and its attributes * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-07 * Modified: 2012-01-25 (-setInvisible:, -invisible, invisible) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_LAYEROBJECT -#define VHF_H_LAYEROBJECT +#ifndef CEN_H_LAYEROBJECT +#define CEN_H_LAYEROBJECT #include "GraphicObjects.subproj/PerformanceMap.h" @@ -252,4 +252,4 @@ @end -#endif // VHF_H_LAYEROBJECT +#endif // CEN_H_LAYEROBJECT diff -Nru cenon.app-4.0.2/LayerObject.m cenon.app-4.0.6+ds1/LayerObject.m --- cenon.app-4.0.2/LayerObject.m 2012-01-26 07:45:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/LayerObject.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,7 +1,7 @@ /* LayerObject.m * Object managing a single layer and its attributes * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-07 @@ -10,22 +10,22 @@ * 2008-11-12 (layerDict, clean-up) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -663,7 +663,7 @@ /* archiving with property list */ - (id)propertyList -{ NSMutableDictionary *plist = [NSMutableDictionary dictionaryWithCapacity:9]; +{ NSMutableDictionary *plist = [NSMutableDictionary dictionaryWithCapacity:35]; NSPoint p; [plist setObject:NSStringFromClass([self class]) forKey:@"Class"]; diff -Nru cenon.app-4.0.2/Library/Cenon/Projects/Cenon.cenon/document cenon.app-4.0.6+ds1/Library/Cenon/Projects/Cenon.cenon/document --- cenon.app-4.0.2/Library/Cenon/Projects/Cenon.cenon/document 2004-01-17 18:15:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/Library/Cenon/Projects/Cenon.cenon/document 2014-07-11 11:46:07.000000000 +0000 @@ -1,10303 +1,16831 @@ { - Author = "Ilonka Fleischmann"; - Comment = "Cenon Logo"; - Copyright = "1995-2002 vhf interservice GmbH"; - CreationDate = "2003-08-22 22:56"; - Creator = Cenon; + Author = "Ilonka Fleischmann"; + Comment = "Cenon Logo"; + Copyright = "1995-2014 Cenon GmbH"; + CreationDate = "2014-07-11 13:46"; + Creator = "Cenon 4.0.3"; Data = { - gridSpacing = 0; - gridUnit = 0; - layerList = ( - { - Class = LayerObject; - approachAngle = 0; - dippingDepth = 0; - fillDirection = 0; - fillOverlap = 0.25; - flatness = 0.15; - levelingLimits = "2 2"; - likeOtherLayers = YES; - list = ( - { - Class = VRectangle; - ccw = 1; - color = {A = 1; B = 0.8509804; G = 0.3367918; R = 0; s = CalRGB; }; - endColor = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - fillColor = {A = 1; B = 0.8509804; G = 0.3367918; R = 0; s = CalRGB; }; - filled = 3; - graduateAngle = 0; - origin = "0 0"; - radialCenter = "0 0.828125"; - radius = 0; - rotAngle = 0; - size = "538.582703 467.716522"; - stepWidth = 3; - width = 0; - } - ); - numSteps = 0; - removeLoops = YES; - settle = 0; - side = 2; - state = 1; - step0 = 0; - step1 = 0; - step2 = 0; - string = Background; - tag = 0; - toolIndex = "-1"; - toolString = ""; - type = 0; - useForTile = YES; - v = 4; - }, - { - Class = LayerObject; - approachAngle = 0; - dippingDepth = 0; - fillDirection = 0; - fillOverlap = 0.25; - flatness = 0.15; - levelingLimits = "2 2"; - likeOtherLayers = YES; - list = ( - { - Class = VGroup; - ccw = 1; - color = {A = 1; W = 0; s = CalWhite; }; - list = ( - { - Class = VPath; - ccw = 1; - color = {A = 1; W = 1; s = CalWhite; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; W = 1; s = CalWhite; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "161.137512 241.528839"; - p1 = "158.467514 248.20282"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "158.467514 248.20282"; - p1 = "163.139511 246.199829"; - p2 = "168.4785 246.867828"; - p3 = "175.152512 246.867828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "175.152512 246.867828"; - p1 = "171.148514 243.530823"; - p2 = "165.14151 240.86084"; - p3 = "161.137512 241.528839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "167.811508 328.289825"; - p1 = "160.470505 326.955811"; - p2 = "150.459503 319.613831"; - p3 = "142.4505 320.948822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "142.4505 320.948822"; - p1 = "147.4935 324.214813"; - p2 = "159.802505 330.29184"; - p3 = "167.811508 328.289825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "127.767502 262.217834"; - p1 = "111.750504 259.547821"; - p2 = "101.221512 259.603821"; - p3 = "83.719513 262.884827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "83.719513 262.884827"; - p1 = "73.041115 264.887817"; - p2 = "58.358315 270.893829"; - p3 = "47.012718 276.232819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "47.012718 276.232819"; - p1 = "63.030312 278.902832"; - p2 = "72.974113 281.640839"; - p3 = "85.721512 287.578827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "85.721512 287.578827"; - p1 = "100.852509 294.626831"; - p2 = "116.421509 303.596832"; - p3 = "122.428513 308.267822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "122.428513 308.267822"; - p1 = "128.434509 298.924835"; - p2 = "138.046509 292.060822"; - p3 = "148.456512 287.578827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "148.456512 287.578827"; - p1 = "141.115509 282.239838"; - p2 = "127.10051 278.902832"; - p3 = "116.421509 280.237823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "116.421509 280.237823"; - p1 = "117.089508 275.565826"; - p2 = "121.761505 266.889832"; - p3 = "127.767502 262.217834"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "9.692917 429.733826"; - p1 = "10.305916 242.863831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "10.305916 242.863831"; - p1 = "10.305916 242.863831"; - p2 = "14.31031 243.530823"; - p3 = "18.314713 240.86084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "18.314713 240.86084"; - p1 = "17.903114 237.407837"; - p2 = "20.31691 232.184845"; - p3 = "24.98851 230.849823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "24.98851 230.849823"; - p1 = "32.327911 228.752838"; - p2 = "49.014915 232.184845"; - p3 = "60.360512 224.843842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "60.360512 224.843842"; - p1 = "70.162712 218.500824"; - p2 = "81.717514 211.495819"; - p3 = "85.721512 195.477844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "85.721512 195.477844"; - p1 = "88.039505 186.20784"; - p2 = "93.063507 181.462845"; - p3 = "100.40451 186.134842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "100.40451 186.134842"; - p1 = "111.587509 178.521835"; - p2 = "108.413513 161.440842"; - p3 = "107.078506 150.094833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "107.078506 150.094833"; - p1 = "121.761505 158.103836"; - p2 = "129.102509 175.456833"; - p3 = "123.763504 193.475845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "123.763504 193.475845"; - p1 = "137.778503 188.803833"; - p2 = "138.666504 164.422836"; - p3 = "139.11351 153.431839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "139.11351 153.431839"; - p1 = "154.463501 171.451843"; - p2 = "151.793503 193.475845"; - p3 = "145.787506 210.160828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "145.787506 210.160828"; - p1 = "157.761505 203.523834"; - p2 = "156.862503 190.528839"; - p3 = "159.135513 179.460846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "159.135513 179.460846"; - p1 = "169.813507 184.799835"; - p2 = "168.4785 203.486847"; - p3 = "169.146515 216.167847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "169.146515 216.167847"; - p1 = "175.320511 210.504822"; - p2 = "183.048508 210.506836"; - p3 = "186.498505 211.495819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "186.498505 211.495819"; - p1 = "184.257507 206.290833"; - p2 = "179.2005 202.545837"; - p3 = "171.815506 200.149841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "171.815506 200.149841"; - p1 = "179.3535 193.392838"; - p2 = "186.498505 189.471848"; - p3 = "199.846512 191.473846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "199.846512 191.473846"; - p1 = "198.511505 187.469833"; - p2 = "192.505508 185.466843"; - p3 = "186.498505 184.799835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "186.498505 184.799835"; - p1 = "199.487503 178.566833"; - p2 = "216.531525 172.118835"; - p3 = "223.872528 178.125839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "223.872528 178.125839"; - p1 = "223.205505 174.788834"; - p2 = "220.117523 171.352844"; - p3 = "216.531525 170.116837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "216.531525 170.116837"; - p1 = "223.872528 165.445847"; - p2 = "230.363525 167.358841"; - p3 = "233.883514 166.779846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "233.883514 166.779846"; - p1 = "236.333496 163.774841"; - p2 = "234.608521 163.830841"; - p3 = "237.22052 162.108841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "237.22052 162.108841"; - p1 = "235.907501 160.902847"; - p2 = "235.135529 159.650833"; - p3 = "232.54953 159.438843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "232.54953 159.438843"; - p1 = "239.893494 154.078842"; - p2 = "253.723511 149.312836"; - p3 = "259.912506 149.427841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "259.912506 149.427841"; - p1 = "264.518494 133.979843"; - p2 = "279.934509 138.749847"; - p3 = "285.940521 138.081833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "285.940521 138.081833"; - p1 = "291.685516 137.443832"; - p2 = "299.162506 135.012833"; - p3 = "302.625519 132.075836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "302.625519 132.075836"; - p1 = "304.359497 128.313843"; - p2 = "307.159515 120.868835"; - p3 = "307.964508 116.725845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "307.964508 116.725845"; - p1 = "309.189514 110.425842"; - p2 = "309.594513 104.926834"; - p3 = "306.629517 98.038834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "306.629517 98.038834"; - p1 = "311.496521 97.632843"; - p2 = "317.386505 88.930832"; - p3 = "317.975494 84.022842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "317.975494 84.022842"; - p1 = "321.258514 87.58783"; - p2 = "331.097504 91.817841"; - p3 = "337.997498 90.029831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "337.997498 90.029831"; - p1 = "343.498505 88.603836"; - p2 = "353.133514 91.365829"; - p3 = "359.354492 99.372833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "359.354492 99.372833"; - p1 = "362.472504 95.353836"; - p2 = "362.396515 89.185837"; - p3 = "368.69751 79.351242"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "368.69751 79.351242"; - p1 = "377.296509 65.92923"; - p2 = "392.637512 60.051834"; - p3 = "404.069519 45.314041"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "404.069519 45.314041"; - p1 = "408.741516 49.985641"; - p2 = "414.042511 62.127441"; - p3 = "409.408508 68.005432"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "409.408508 68.005432"; - p1 = "416.08252 62.666229"; - p2 = "420.087494 61.99884"; - p3 = "423.4245 55.325043"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "423.4245 55.325043"; - p1 = "430.795502 40.582031"; - p2 = "434.770508 16.616035"; - p3 = "459.463501 15.281036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "459.463501 15.281036"; - p1 = "445.448517 35.970436"; - p2 = "456.923492 46.505836"; - p3 = "449.452515 55.992233"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "449.452515 55.992233"; - p1 = "456.794495 45.314041"; - p2 = "464.135498 39.974838"; - p3 = "474.813538 35.970436"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "474.813538 35.970436"; - p1 = "486.141541 31.722641"; - p2 = "499.507507 25.292038"; - p3 = "514.190491 14.613838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "514.190491 14.613838"; - p1 = "518.194519 28.629036"; - p2 = "509.518494 47.316238"; - p3 = "499.507507 53.990036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "499.507507 53.990036"; - p1 = "490.750549 59.828033"; - p2 = "482.125549 62.539642"; - p3 = "475.481506 68.005432"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "475.481506 68.005432"; - p1 = "488.161499 61.99884"; - p2 = "500.842529 65.335831"; - p3 = "507.516479 79.351242"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "507.516479 79.351242"; - p1 = "494.409485 80.506439"; - p2 = "479.866516 93.914841"; - p3 = "468.807495 97.370834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "468.807495 97.370834"; - p1 = "458.129517 100.70784"; - p2 = "451.454498 99.372833"; - p3 = "442.778503 100.040833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "442.778503 100.040833"; - p1 = "448.117493 105.379837"; - p2 = "457.461517 108.048843"; - p3 = "471.476501 104.04483"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "471.476501 104.04483"; - p1 = "457.461517 125.40184"; - p2 = "438.107513 129.405838"; - p3 = "420.754517 127.403839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "420.754517 127.403839"; - p1 = "410.625519 126.234833"; - p2 = "400.091522 127.438843"; - p3 = "393.39151 131.407837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "393.39151 131.407837"; - p1 = "398.730499 132.742844"; - p2 = "402.598511 141.992844"; - p3 = "410.076508 146.757843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "410.076508 146.757843"; - p1 = "415.390503 150.144836"; - p2 = "429.77951 153.279846"; - p3 = "435.4375 162.108841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "435.4375 162.108841"; - p1 = "437.732513 165.689835"; - p2 = "440.780518 176.579834"; - p3 = "436.104492 181.462845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "436.104492 181.462845"; - p1 = "437.611511 188.774841"; - p2 = "433.962494 209.003845"; - p3 = "452.78952 218.16983"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "452.78952 218.16983"; - p1 = "460.251495 221.801819"; - p2 = "475.205505 223.37384"; - p3 = "492.166504 240.193817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "492.166504 240.193817"; - p1 = "507.931519 255.828827"; - p2 = "510.138489 290.346832"; - p3 = "508.851501 302.26181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "508.851501 302.26181"; - p1 = "504.834534 296.851837"; - p2 = "492.765503 265.315826"; - p3 = "479.485535 253.54184"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "479.485535 253.54184"; - p1 = "464.467499 240.226837"; - p2 = "449.620514 240.86084"; - p3 = "439.441498 233.519836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "439.441498 233.519836"; - p1 = "422.821503 221.533844"; - p2 = "419.420502 200.149841"; - p3 = "419.420502 200.149841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "419.420502 200.149841"; - p1 = "412.831512 205.329834"; - p2 = "406.614502 202.155838"; - p3 = "400.065521 198.147842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "400.065521 198.147842"; - p1 = "391.0755 200.975845"; - p2 = "378.396515 207.489838"; - p3 = "378.708496 214.832825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "378.708496 214.832825"; - p1 = "378.941498 220.303833"; - p2 = "384.353516 228.366821"; - p3 = "384.048492 234.186829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "384.048492 234.186829"; - p1 = "383.678497 241.216827"; - p2 = "368.647522 252.072815"; - p3 = "366.695496 258.880829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "366.695496 258.880829"; - p1 = "364.659515 265.981812"; - p2 = "360.876495 269.349823"; - p3 = "356.017517 272.895813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "356.017517 272.895813"; - p1 = "358.58252 281.65683"; - p2 = "355.500519 294.101837"; - p3 = "350.010498 303.596832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "350.010498 303.596832"; - p1 = "345.044495 312.185822"; - p2 = "348.570496 332.826813"; - p3 = "343.336517 344.974823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "343.336517 344.974823"; - p1 = "335.988495 362.030823"; - p2 = "313.400513 377.102814"; - p3 = "304.627502 391.69281"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "304.627502 391.69281"; - p1 = "297.316498 403.852814"; - p2 = "287.942505 431.736816"; - p3 = "269.255493 432.403839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "269.255493 432.403839"; - p1 = "260.483521 432.716827"; - p2 = "250.568512 427.731812"; - p3 = "251.236511 417.053833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "251.236511 417.053833"; - p1 = "251.925507 406.020813"; - p2 = "259.912506 403.038818"; - p3 = "265.918518 394.362823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "265.918518 394.362823"; - p1 = "262.581512 394.362823"; - p2 = "261.91452 391.025818"; - p3 = "260.579498 387.687836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "260.579498 387.687836"; - p1 = "256.195496 405.236816"; - p2 = "240.429504 408.575836"; - p3 = "239.222504 427.064819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "239.222504 427.064819"; - p1 = "227.877502 425.729828"; - p2 = "222.538513 417.720825"; - p3 = "221.203522 411.714813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "221.203522 411.714813"; - p1 = "214.52951 423.060822"; - p2 = "199.815506 425.999817"; - p3 = "200.513504 442.414825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "200.513504 442.414825"; - p1 = "192.505508 441.079834"; - p2 = "186.817505 432.232819"; - p3 = "186.498505 427.064819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "186.498505 427.064819"; - p1 = "177.876511 438.974823"; - p2 = "149.791504 441.747833"; - p3 = "147.789505 458.432831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "147.789505 458.432831"; - p1 = "136.443512 455.095825"; - p2 = "133.106506 443.749817"; - p3 = "132.439514 437.075836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "132.439514 437.075836"; - p1 = "124.430511 445.083832"; - p2 = "106.410507 442.414825"; - p3 = "99.069504 453.760834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "99.069504 453.760834"; - p1 = "91.737518 449.543823"; - p2 = "87.723511 437.075836"; - p3 = "93.063507 428.399811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "93.063507 428.399811"; - p1 = "80.382515 434.405823"; - p2 = "73.041115 429.066833"; - p3 = "59.693314 439.745819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "59.693314 439.745819"; - p1 = "52.351715 435.073822"; - p2 = "50.349716 427.064819"; - p3 = "51.017113 422.392822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "51.017113 422.392822"; - p1 = "43.008316 430.401825"; - p2 = "35.559311 423.414825"; - p3 = "29.660316 437.075836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "29.660316 437.075836"; - p1 = "22.319115 433.738831"; - p2 = "22.319115 426.39682"; - p3 = "22.319115 420.390839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "22.319115 420.390839"; - p1 = "15.644913 421.72583"; - p2 = "14.341515 429.733826"; - p3 = "9.692917 429.733826"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "406.397522 182.008835"; - p1 = "405.060516 179.597839"; - p2 = "407.520508 177.006836"; - p3 = "408.948517 176.732834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "408.948517 176.732834"; - p1 = "411.305511 176.278839"; - p2 = "409.354492 171.779846"; - p3 = "409.354492 171.779846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "409.354492 171.779846"; - p1 = "411.429504 172.205841"; - p2 = "413.346497 173.768845"; - p3 = "414.237518 175.376846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "414.237518 175.376846"; - p1 = "415.573517 177.787842"; - p2 = "414.240509 181.469833"; - p3 = "411.829498 182.805847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "411.829498 182.805847"; - p1 = "410.021515 183.807846"; - p2 = "407.399506 183.816833"; - p3 = "406.397522 182.008835"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "375.132507 166.208847"; - p1 = "373.069519 166.352844"; - p2 = "371.078522 164.532837"; - p3 = "370.934509 162.47084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "370.934509 162.47084"; - p1 = "370.741516 159.72084"; - p2 = "373.657501 155.952835"; - p3 = "376.406494 155.759842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "376.406494 155.759842"; - p1 = "378.240509 155.631836"; - p2 = "380.623505 155.786835"; - p3 = "382.6185 157.850845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "382.6185 157.850845"; - p1 = "382.6185 157.850845"; - p2 = "377.386505 159.426834"; - p3 = "377.896515 161.762833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 0; s = CalRGB; }; - p0 = "377.896515 161.762833"; - p1 = "378.406494 164.105835"; - p2 = "377.8815 166.016846"; - p3 = "375.132507 166.208847"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "385.590515 128.910843"; - p1 = "388.296509 122.821838"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "388.296509 122.821838"; - p1 = "379.501495 124.174835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "379.501495 124.174835"; - p1 = "386.943512 116.056839"; - p2 = "414.077515 117.425842"; - p3 = "422.121521 118.085846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "422.121521 118.085846"; - p1 = "419.66452 113.653839"; - p2 = "417.676514 105.188843"; - p3 = "409.267517 105.908829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "409.267517 105.908829"; - p1 = "418.722504 102.058838"; - p2 = "419.703522 92.936829"; - p3 = "436.328522 86.966843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "436.328522 86.966843"; - p1 = "415.069519 79.97583"; - p2 = "395.737518 90.348831"; - p3 = "387.619507 101.173843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "387.619507 101.173843"; - p1 = "385.590515 98.467834"; - p2 = "385.590515 87.642838"; - p3 = "387.619507 82.231232"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "387.619507 82.231232"; - p1 = "370.027496 91.05484"; - p2 = "370.706512 108.614838"; - p3 = "367.324493 114.703842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "367.324493 114.703842"; - p1 = "366.040497 117.01384"; - p2 = "357.853516 122.821838"; - p3 = "353.108521 122.688843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "353.108521 122.688843"; - p1 = "369.114502 110.483841"; - p2 = "366.206512 95.762833"; - p3 = "372.810516 86.129837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "372.810516 86.129837"; - p1 = "381.115509 74.016632"; - p2 = "392.829498 69.914841"; - p3 = "402.987518 57.458832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "402.987518 57.458832"; - p1 = "408.917511 71.234833"; - p2 = "390.211517 79.044235"; - p3 = "393.027496 90.280838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "393.027496 90.280838"; - p1 = "401.44751 76.228439"; - p2 = "415.77652 77.134842"; - p3 = "426.679504 64.801636"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "426.679504 64.801636"; - p1 = "438.645508 51.266434"; - p2 = "433.086517 34.80304"; - p3 = "449.109497 24.268433"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "449.109497 24.268433"; - p1 = "438.874512 45.245041"; - p2 = "451.110504 58.084839"; - p3 = "429.928497 78.357437"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "429.928497 78.357437"; - p1 = "449.648499 70.839035"; - p2 = "458.126495 51.048233"; - p3 = "468.660522 46.650635"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "468.660522 46.650635"; - p1 = "481.130493 41.444435"; - p2 = "492.729492 39.281235"; - p3 = "507.817505 24.945633"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "507.817505 24.945633"; - p1 = "505.826477 36.235031"; - p2 = "497.136536 48.970032"; - p3 = "484.017517 54.347839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "484.017517 54.347839"; - p1 = "472.199524 59.19223"; - p2 = "470.234497 67.959839"; - p3 = "457.905518 76.500031"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "457.905518 76.500031"; - p1 = "473.182495 77.477432"; - p2 = "484.51355 66.016632"; - p3 = "496.469482 75.062042"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "496.469482 75.062042"; - p1 = "483.633545 76.742233"; - p2 = "470.321533 90.178833"; - p3 = "458.905518 92.155838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "458.905518 92.155838"; - p1 = "441.000519 95.254837"; - p2 = "437.815521 91.047836"; - p3 = "422.58551 102.049835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "422.58551 102.049835"; - p1 = "438.461517 98.368835"; - p2 = "436.19751 115.83284"; - p3 = "458.017517 110.563843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "458.017517 110.563843"; - p1 = "441.191498 123.302841"; - p2 = "418.725494 121.251846"; - p3 = "407.347504 120.733841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "407.347504 120.733841"; - p1 = "395.339508 120.186844"; - p2 = "391.002502 124.174835"; - p3 = "385.590515 128.910843"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "327.771515 129.184845"; - p1 = "330.893494 120.361847"; - p2 = "337.913513 114.102844"; - p3 = "340.244507 113.300842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "340.244507 113.300842"; - p1 = "343.222504 112.275833"; - p2 = "351.263519 116.996841"; - p3 = "352.787506 118.402847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "352.787506 118.402847"; - p1 = "352.182495 119.407837"; - p2 = "346.384521 115.982834"; - p3 = "342.899506 116.209839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "342.899506 116.209839"; - p1 = "334.851501 116.732834"; - p2 = "332.153503 127.117844"; - p3 = "327.771515 129.184845"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "370.78952 149.821838"; - p1 = "359.22052 149.425842"; - p2 = "351.323517 169.690842"; - p3 = "327.52652 168.290833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "327.52652 168.290833"; - p1 = "307.031494 167.084839"; - p2 = "291.964508 140.987839"; - p3 = "240.648499 170.080841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "240.648499 170.080841"; - p1 = "280.711517 137.338837"; - p2 = "314.308502 160.555847"; - p3 = "323.841522 162.226837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "323.841522 162.226837"; - p1 = "350.059509 166.824844"; - p2 = "355.5625 143.995834"; - p3 = "369.886505 143.51384"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "369.886505 143.51384"; - p1 = "379.523499 143.188843"; - p2 = "376.632507 150.022842"; - p3 = "370.78952 149.821838"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "313.553497 152.191833"; - p1 = "312.482513 150.259842"; - p2 = "315.408508 144.435837"; - p3 = "317.329498 140.715836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "317.329498 140.715836"; - p1 = "322.817505 130.086838"; - p2 = "328.444519 112.775833"; - p3 = "336.9935 108.805832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "336.9935 108.805832"; - p1 = "343.692505 105.693832"; - p2 = "349.622498 111.730835"; - p3 = "355.147522 115.379837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "355.147522 115.379837"; - p1 = "355.147522 115.379837"; - p2 = "344.257507 108.209839"; - p3 = "337.557495 111.320847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "337.557495 111.320847"; - p1 = "329.009521 115.29184"; - p2 = "324.081512 134.715836"; - p3 = "318.316498 144.686844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "318.316498 144.686844"; - p1 = "317.202515 146.613846"; - p2 = "315.724518 149.287842"; - p3 = "313.553497 152.191833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "332.035522 205.672836"; - p1 = "329.331512 210.738831"; - p2 = "322.82251 218.885834"; - p3 = "317.425507 217.33783"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "317.425507 217.33783"; - p1 = "322.550507 215.469818"; - p2 = "326.176514 211.190826"; - p3 = "327.929504 207.624847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "327.929504 207.624847"; - p1 = "329.44751 204.51384"; - p2 = "330.579498 201.29184"; - p3 = "333.680511 199.573837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "333.680511 199.573837"; - p1 = "335.912506 198.335846"; - p2 = "339.3685 199.014847"; - p3 = "340.606506 201.246841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "340.606506 201.246841"; - p1 = "342.1185 203.974838"; - p2 = "341.57251 207.793839"; - p3 = "339.193512 209.811829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "339.193512 209.811829"; - p1 = "336.987518 211.682831"; - p2 = "331.121521 211.043823"; - p3 = "332.035522 205.672836"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "310.035522 225.649841"; - p1 = "320.922516 218.966827"; - p2 = "331.132507 217.09082"; - p3 = "338.610504 214.025818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "338.610504 214.025818"; - p1 = "343.102509 212.184845"; - p2 = "346.715515 207.587845"; - p3 = "345.067505 201.691833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "345.067505 201.691833"; - p1 = "344.452515 199.489838"; - p2 = "342.951508 196.703842"; - p3 = "342.431519 193.425842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "342.431519 193.425842"; - p1 = "337.939514 195.266846"; - p2 = "334.195496 193.775833"; - p3 = "323.613495 198.668839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "323.613495 198.668839"; - p1 = "335.522522 189.149841"; - p2 = "344.971497 189.944839"; - p3 = "345.906494 188.580841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "345.906494 188.580841"; - p1 = "346.982513 187.011841"; - p2 = "345.772522 185.413834"; - p3 = "343.955505 184.474838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "343.955505 184.474838"; - p1 = "346.076508 183.62384"; - p2 = "348.172516 184.91684"; - p3 = "350.096497 185.61084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "350.096497 185.61084"; - p1 = "352.932495 186.631836"; - p2 = "356.240509 183.825836"; - p3 = "355.224518 180.822845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "355.224518 180.822845"; - p1 = "354.724518 179.344833"; - p2 = "352.967499 178.506836"; - p3 = "351.620514 176.659836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "351.620514 176.659836"; - p1 = "354.209503 176.359833"; - p2 = "355.52951 179.032837"; - p3 = "357.761505 177.794846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "357.761505 177.794846"; - p1 = "359.9935 176.557846"; - p2 = "358.536499 173.636841"; - p3 = "357.423492 171.335846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "357.423492 171.335846"; - p1 = "359.419495 172.011841"; - p2 = "361.144501 172.387833"; - p3 = "361.816498 171.656845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "361.816498 171.656845"; - p1 = "363.636505 169.674835"; - p2 = "362.423492 165.218842"; - p3 = "362.59552 163.118835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "362.59552 163.118835"; - p1 = "362.930511 159.04184"; - p2 = "366.462494 152.544846"; - p3 = "373.686493 152.359833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "373.686493 152.359833"; - p1 = "368.249512 155.768845"; - p2 = "364.828522 161.880844"; - p3 = "366.146515 166.01384"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "366.146515 166.01384"; - p1 = "367.392517 169.920837"; - p2 = "369.872498 171.057846"; - p3 = "375.754517 171.063843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "375.754517 171.063843"; - p1 = "374.042511 175.579834"; - p2 = "367.62851 171.028839"; - p3 = "365.393494 175.185837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "365.393494 175.185837"; - p1 = "364.510498 176.809845"; - p2 = "366.655518 180.97084"; - p3 = "367.121521 182.982834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "367.121521 182.982834"; - p1 = "365.442505 182.29184"; - p2 = "365.388519 181.024841"; - p3 = "363.681519 179.701843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "363.681519 179.701843"; - p1 = "361.975494 178.377838"; - p2 = "359.548492 181.019836"; - p3 = "360.564514 184.022842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "360.564514 184.022842"; - p1 = "361.22052 185.959839"; - p2 = "361.910522 188.789841"; - p3 = "362.983521 190.139847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "362.983521 190.139847"; - p1 = "359.597504 188.125839"; - p2 = "360.257507 188.732834"; - p3 = "358.772522 186.637833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.772522 186.637833"; - p1 = "356.916504 184.020844"; - p2 = "354.364502 187.459839"; - p3 = "355.105499 189.967834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "355.105499 189.967834"; - p1 = "355.827515 192.408844"; - p2 = "357.605499 195.280838"; - p3 = "358.928497 196.278839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.928497 196.278839"; - p1 = "355.843506 195.393845"; - p2 = "352.732513 193.876846"; - p3 = "352.377502 191.479843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "352.377502 191.479843"; - p1 = "345.599518 193.290833"; - p2 = "351.182495 202.193832"; - p3 = "349.745514 207.204834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "349.745514 207.204834"; - p1 = "348.363495 212.023834"; - p2 = "344.172516 215.353821"; - p3 = "339.352509 216.532837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "339.352509 216.532837"; - p1 = "333.070496 218.069824"; - p2 = "320.037506 222.050842"; - p3 = "310.035522 225.649841"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "300.099518 152.104843"; - p1 = "304.165497 146.743835"; - p2 = "307.468506 140.479843"; - p3 = "308.838501 136.945847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "308.838501 136.945847"; - p1 = "310.945496 131.512833"; - p2 = "315.0065 124.426834"; - p3 = "315.8125 120.283844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "315.8125 120.283844"; - p1 = "317.036499 113.983841"; - p2 = "318.721497 110.139832"; - p3 = "315.7565 103.251831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "315.7565 103.251831"; - p1 = "319.742493 102.74884"; - p2 = "321.942505 99.079834"; - p3 = "322.129517 95.352829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "322.129517 95.352829"; - p1 = "325.412506 98.917831"; - p2 = "330.3815 99.008835"; - p3 = "336.923492 98.343842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "336.923492 98.343842"; - p1 = "342.577515 97.769836"; - p2 = "354.181519 103.634842"; - p3 = "360.551514 112.048843"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "360.551514 112.048843"; - p1 = "358.106506 114.859833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.106506 114.859833"; - p1 = "352.892517 110.071838"; - p2 = "343.818512 101.240829"; - p3 = "336.374512 104.698837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "336.374512 104.698837"; - p1 = "326.875519 109.109833"; - p2 = "319.861511 131.38884"; - p3 = "313.090515 142.246841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "313.090515 142.246841"; - p1 = "310.000519 147.201843"; - p2 = "309.00351 151.486847"; - p3 = "308.7435 154.327835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "308.7435 154.327835"; - p1 = "305.249512 153.045837"; - p2 = "303.880493 152.539841"; - p3 = "300.099518 152.104843"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "321.821503 171.778839"; - p1 = "319.610504 172.66684"; - p2 = "316.420502 174.783844"; - p3 = "314.027496 175.423843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "314.027496 175.423843"; - p1 = "312.849518 175.738846"; - p2 = "308.226501 177.456833"; - p3 = "306.176514 174.368835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "306.176514 174.368835"; - p1 = "305.977509 172.788834"; - p2 = "306.808502 169.823837"; - p3 = "308.259521 168.173843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "308.259521 168.173843"; - p1 = "309.505493 169.140839"; - p2 = "312.281494 170.139847"; - p3 = "313.6315 169.222839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "313.6315 169.222839"; - p1 = "314.607513 170.672836"; - p2 = "319.385498 172.042847"; - p3 = "321.821503 171.778839"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "339.587494 156.647842"; - p1 = "333.46051 159.068832"; - p2 = "327.3815 159.874847"; - p3 = "322.6745 156.647842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "322.6745 156.647842"; - p1 = "321.464508 155.048843"; - p2 = "318.076508 154.158844"; - p3 = "317.636505 152.780838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "317.636505 152.780838"; - p1 = "318.62851 152.230835"; - p2 = "321.988495 152.686844"; - p3 = "323.998505 150.876846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "323.998505 150.876846"; - p1 = "324.374512 149.045837"; - p2 = "323.511505 145.815842"; - p3 = "323.611511 143.905838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "323.611511 143.905838"; - p1 = "325.211517 141.23584"; - p2 = "329.007507 142.768845"; - p3 = "330.387512 141.076843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "330.387512 141.076843"; - p1 = "331.27652 138.49884"; - p2 = "328.7005 135.980835"; - p3 = "328.819519 134.065842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "328.819519 134.065842"; - p1 = "330.555511 133.103836"; - p2 = "333.58551 133.046844"; - p3 = "334.984497 131.807846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "334.984497 131.807846"; - p1 = "335.163513 129.621841"; - p2 = "332.762512 128.634842"; - p3 = "332.153503 127.117844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "332.153503 127.117844"; - p1 = "334.360504 125.663834"; - p2 = "340.951508 131.281845"; - p3 = "344.080505 132.327835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "344.080505 132.327835"; - p1 = "345.973511 129.88884"; - p2 = "340.820496 123.936844"; - p3 = "339.9375 120.253845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "339.9375 120.253845"; - p1 = "342.00351 121.889847"; - p2 = "344.225494 125.062836"; - p3 = "345.958496 125.260834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "345.958496 125.260834"; - p1 = "347.180511 124.119843"; - p2 = "345.981506 121.539841"; - p3 = "347.0065 120.043839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "347.0065 120.043839"; - p1 = "348.483521 120.616837"; - p2 = "349.597504 127.594833"; - p3 = "351.764496 128.910843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "351.764496 128.910843"; - p1 = "357.1745 131.883835"; - p2 = "365.963501 121.490845"; - p3 = "365.963501 121.490845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "365.963501 121.490845"; - p1 = "380.392517 115.199844"; - p2 = "370.476501 101.927841"; - p3 = "382.805511 93.386841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "382.805511 93.386841"; - p1 = "377.214508 103.310837"; - p2 = "385.259521 103.97084"; - p3 = "381.555511 111.142838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "381.555511 111.142838"; - p1 = "393.735504 106.950836"; - p2 = "404.554504 86.450836"; - p3 = "423.394501 89.65683"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "423.394501 89.65683"; - p1 = "407.951508 95.657837"; - p2 = "405.40451 106.454834"; - p3 = "394.318512 109.186829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "394.318512 109.186829"; - p1 = "400.836517 108.986832"; - p2 = "406.490509 108.411835"; - p3 = "410.689514 112.909836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "410.689514 112.909836"; - p1 = "402.645508 112.249847"; - p2 = "388.897522 113.044846"; - p3 = "382.448517 116.619843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "382.448517 116.619843"; - p1 = "376.7435 119.781845"; - p2 = "369.165497 124.879837"; - p3 = "363.941498 128.910843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "363.941498 128.910843"; - p1 = "368.65152 129.711838"; - p2 = "370.126495 129.098846"; - p3 = "374.765503 128.233841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "374.765503 128.233841"; - p1 = "370.3685 131.103836"; - p2 = "361.441498 133.639847"; - p3 = "356.500519 137.028839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "356.500519 137.028839"; - p1 = "347.805511 142.990845"; - p2 = "346.0755 148.060837"; - p3 = "339.587494 156.647842"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "344.305511 156.913834"; - p1 = "352.729492 145.749847"; - p2 = "363.056519 134.504837"; - p3 = "376.823517 133.387833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "376.823517 133.387833"; - p1 = "389.239502 132.379837"; - p2 = "395.829498 145.997833"; - p3 = "406.665497 151.824844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "406.665497 151.824844"; - p1 = "414.07251 155.805847"; - p2 = "429.699493 161.028839"; - p3 = "430.698517 169.477844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "430.698517 169.477844"; - p1 = "431.286499 174.449844"; - p2 = "431.850494 176.396835"; - p3 = "423.807495 180.309845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "423.807495 180.309845"; - p1 = "420.921509 187.108841"; - p2 = "420.553497 191.306839"; - p3 = "414.708496 193.642838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "414.708496 193.642838"; - p1 = "409.143494 195.867844"; - p2 = "404.044495 192.297836"; - p3 = "397.932495 189.938843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "397.932495 189.938843"; - p1 = "388.942505 192.765839"; - p2 = "370.564514 206.124847"; - p3 = "370.876495 213.466827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "370.876495 213.466827"; - p1 = "371.159515 220.134827"; - p2 = "375.948517 225.480835"; - p3 = "375.642517 231.299835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "375.642517 231.299835"; - p1 = "375.273499 238.329834"; - p2 = "359.959503 249.62381"; - p3 = "358.007507 256.431824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.007507 256.431824"; - p1 = "355.971497 263.532837"; - p2 = "348.068512 266.206818"; - p3 = "343.209503 269.753815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "343.209503 269.753815"; - p1 = "335.976501 275.03183"; - p2 = "333.696503 289.529816"; - p3 = "319.558502 294.806824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "319.558502 294.806824"; - p1 = "328.482513 284.741821"; - p2 = "322.254517 279.662811"; - p3 = "326.775513 274.596832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "326.775513 274.596832"; - p1 = "331.40451 269.410828"; - p2 = "326.617493 264.446838"; - p3 = "329.377502 258.651825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "329.377502 258.651825"; - p1 = "320.917511 261.194824"; - p2 = "317.869507 270.343811"; - p3 = "308.273499 272.908813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "308.273499 272.908813"; - p1 = "302.328522 274.497833"; - p2 = "295.9375 289.131836"; - p3 = "285.935516 289.556824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "285.935516 289.556824"; - p1 = "292.610504 281.59082"; - p2 = "291.681519 267.601837"; - p3 = "286.468506 262.813812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "286.468506 262.813812"; - p1 = "277.778503 254.832825"; - p2 = "268.351501 260.911835"; - p3 = "258.498505 256.988831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "258.498505 256.988831"; - p1 = "240.195496 249.700836"; - p2 = "235.912506 226.651825"; - p3 = "223.377502 230.572845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "223.377502 230.572845"; - p1 = "230.846527 225.578827"; - p2 = "228.554504 219.822845"; - p3 = "224.982513 214.993835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "224.982513 214.993835"; - p1 = "233.550507 213.486847"; - p2 = "242.612518 208.979828"; - p3 = "247.604492 205.01384"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "247.604492 205.01384"; - p1 = "254.712494 199.367844"; - p2 = "257.589508 187.384842"; - p3 = "267.850494 178.434845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "267.850494 178.434845"; - p1 = "274.281494 172.825836"; - p2 = "285.000519 165.799835"; - p3 = "291.773499 160.489838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "291.773499 160.489838"; - p1 = "295.189514 160.217834"; - p2 = "300.922516 163.58284"; - p3 = "304.485504 163.563843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "304.485504 163.563843"; - p1 = "301.114502 169.199844"; - p2 = "299.258514 174.646835"; - p3 = "302.566498 177.960846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "302.566498 177.960846"; - p1 = "307.012512 182.414841"; - p2 = "318.598511 178.044846"; - p3 = "329.551514 171.361847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "329.551514 171.361847"; - p1 = "334.409515 171.932846"; - p2 = "343.446503 169.517838"; - p3 = "356.557495 159.257843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "356.557495 159.257843"; - p1 = "355.535522 160.493835"; - p2 = "354.420502 161.792847"; - p3 = "353.203522 163.136841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "353.203522 163.136841"; - p1 = "335.500519 182.676834"; - p2 = "303.288513 195.343842"; - p3 = "293.133514 186.381836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "293.133514 186.381836"; - p1 = "289.499512 183.175842"; - p2 = "291.240509 177.703842"; - p3 = "292.430511 172.829834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "292.430511 172.829834"; - p1 = "288.820496 174.505844"; - p2 = "279.462494 181.599838"; - p3 = "274.706512 185.895844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "274.706512 185.895844"; - p1 = "264.603516 195.022842"; - p2 = "263.998505 203.094833"; - p3 = "256.890503 208.741821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "256.890503 208.741821"; - p1 = "251.898499 212.706818"; - p2 = "243.383514 219.470825"; - p3 = "235.451508 218.030823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "235.451508 218.030823"; - p1 = "237.349518 220.869843"; - p2 = "237.317505 226.075836"; - p3 = "234.451508 227.339844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "234.451508 227.339844"; - p1 = "246.512512 230.381836"; - p2 = "244.911499 242.693817"; - p3 = "263.213501 249.981812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "263.213501 249.981812"; - p1 = "273.066498 253.904816"; - p2 = "284.087494 248.801819"; - p3 = "293.066498 256.455811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "293.066498 256.455811"; - p1 = "296.754517 259.599823"; - p2 = "299.277496 271.170837"; - p3 = "297.068512 275.961823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "297.068512 275.961823"; - p1 = "301.150513 270.456818"; - p2 = "307.459503 263.714813"; - p3 = "314.517517 262.398834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "314.517517 262.398834"; - p1 = "318.925507 261.575836"; - p2 = "324.859497 248.88382"; - p3 = "337.533508 245.425812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "337.533508 245.425812"; - p1 = "334.774506 251.220825"; - p2 = "339.574493 257.753815"; - p3 = "337.409515 260.409821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "337.409515 260.409821"; - p1 = "334.513519 263.959839"; - p2 = "337.762512 265.72583"; - p3 = "334.230499 272.223816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "334.230499 272.223816"; - p1 = "340.956512 266.224823"; - p2 = "340.161499 262.450836"; - p3 = "345.370514 259.563812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "345.370514 259.563812"; - p1 = "350.6315 256.64682"; - p2 = "353.752502 250.701813"; - p3 = "355.602509 246.434814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "355.602509 246.434814"; - p1 = "358.418518 239.936829"; - p2 = "366.434509 238.484833"; - p3 = "366.497498 230.991821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "366.497498 230.991821"; - p1 = "366.545502 225.164825"; - p2 = "365.349518 221.901825"; - p3 = "358.490509 221.811829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.490509 221.811829"; - p1 = "356.752502 221.789825"; - p2 = "352.731506 218.409821"; - p3 = "358.690521 214.567841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "358.690521 214.567841"; - p1 = "362.273499 212.257843"; - p2 = "359.680511 210.198822"; - p3 = "360.871521 209.143829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "360.871521 209.143829"; - p1 = "362.828522 207.410843"; - p2 = "365.809509 207.159836"; - p3 = "368.1185 206.423843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "368.1185 206.423843"; - p1 = "370.873505 205.544846"; - p2 = "372.480499 203.077835"; - p3 = "372.116516 201.937836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "372.116516 201.937836"; - p1 = "371.677521 200.560837"; - p2 = "369.5495 199.986847"; - p3 = "369.420502 198.244843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "369.420502 198.244843"; - p1 = "372.588501 198.109833"; - p2 = "373.111511 198.467834"; - p3 = "375.012512 198.387833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "375.012512 198.387833"; - p1 = "377.374512 198.286835"; - p2 = "380.522522 196.629837"; - p3 = "379.671509 194.507843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "379.671509 194.507843"; - p1 = "379.051514 192.965836"; - p2 = "376.751495 194.505844"; - p3 = "374.990509 191.914841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "374.990509 191.914841"; - p1 = "378.296509 192.027847"; - p2 = "381.981506 192.692841"; - p3 = "383.639496 192.308838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "383.639496 192.308838"; - p1 = "385.650513 191.841843"; - p2 = "387.108521 191.851837"; - p3 = "387.718506 189.722839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "387.718506 189.722839"; - p1 = "388.160522 188.180847"; - p2 = "386.977509 187.215836"; - p3 = "385.133514 185.643845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "385.133514 185.643845"; - p1 = "390.172516 187.714844"; - p2 = "396.621521 184.139847"; - p3 = "398.661499 181.387833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "398.661499 181.387833"; - p1 = "400.338501 184.997833"; - p2 = "407.248505 189.767838"; - p3 = "412.896515 187.76384"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "412.896515 187.76384"; - p1 = "417.773499 186.033844"; - p2 = "418.054504 180.689835"; - p3 = "419.076508 177.853836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "419.076508 177.853836"; - p1 = "420.272522 174.533844"; - p2 = "424.625519 174.787842"; - p3 = "423.435516 169.924835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "423.435516 169.924835"; - p1 = "421.899506 163.643845"; - p2 = "407.308502 165.246841"; - p3 = "400.196503 160.757843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "400.196503 160.757843"; - p1 = "391.718506 155.405838"; - p2 = "387.879517 136.782837"; - p3 = "376.33252 142.858841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "376.33252 142.858841"; - p1 = "373.580505 140.817841"; - p2 = "368.541504 141.239838"; - p3 = "365.260498 142.186844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.3008; R = 0; s = CalRGB; }; - p0 = "365.260498 142.186844"; - p1 = "358.634521 144.100845"; - p2 = "350.541504 154.105835"; - p3 = "344.305511 156.913834"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "423.308502 187.828842"; - p1 = "425.157501 183.561844"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "425.157501 183.561844"; - p1 = "427.996521 181.663834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "427.996521 181.663834"; - p1 = "430.232513 187.555847"; - p2 = "427.551514 211.183838"; - p3 = "447.607513 223.260834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "447.607513 223.260834"; - p1 = "455.898499 228.252838"; - p2 = "496.486511 232.773834"; - p3 = "505.241516 283.766815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "505.241516 283.766815"; - p1 = "485.599548 228.143829"; - p2 = "457.107513 237.954834"; - p3 = "440.848511 225.418823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 1; R = 1; s = CalRGB; }; - p0 = "440.848511 225.418823"; - p1 = "424.619507 212.905823"; - p2 = "423.308502 187.828842"; - p3 = "423.308502 187.828842"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "416.780518 171.648834"; - p1 = "416.565521 170.435837"; - p2 = "414.709503 169.609833"; - p3 = "413.730499 169.423843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "413.730499 169.423843"; - p1 = "415.466522 168.606842"; - p2 = "418.369507 168.724838"; - p3 = "419.297516 170.398834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "419.297516 170.398834"; - p1 = "420.040497 171.738846"; - p2 = "418.711517 174.079834"; - p3 = "417.224518 174.028839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "417.224518 174.028839"; - p1 = "416.369507 174.065842"; - p2 = "416.936493 172.527847"; - p3 = "416.780518 171.648834"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "228.567505 342.565826"; - p1 = "223.84552 340.734833"; - p2 = "227.50351 334.628815"; - p3 = "231.603516 328.649811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "231.603516 328.649811"; - p1 = "233.558502 325.797821"; - p2 = "233.184509 321.470825"; - p3 = "232.969513 316.400818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "232.969513 316.400818"; - p1 = "232.770508 311.720825"; - p2 = "237.188507 305.00882"; - p3 = "238.903503 302.361816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "238.903503 302.361816"; - p1 = "240.939514 299.217834"; - p2 = "241.813507 294.049835"; - p3 = "240.033508 290.264832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "240.033508 290.264832"; - p1 = "237.959503 285.853821"; - p2 = "233.968506 280.830811"; - p3 = "238.011505 278.808838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "238.011505 278.808838"; - p1 = "240.798492 277.415833"; - p2 = "244.309509 282.671814"; - p3 = "248.119507 283.525818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "248.119507 283.525818"; - p1 = "253.269501 284.680817"; - p2 = "257.171509 283.101837"; - p3 = "258.900513 286.221832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "258.900513 286.221832"; - p1 = "260.717499 289.499817"; - p2 = "256.668518 296.324829"; - p3 = "252.856506 299.445831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "252.856506 299.445831"; - p1 = "247.94751 303.464813"; - p2 = "249.08551 311.815826"; - p3 = "247.329498 316.22583"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "247.329498 316.22583"; - p1 = "243.854492 324.953827"; - p2 = "241.682495 326.769836"; - p3 = "238.057495 330.26181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "238.057495 330.26181"; - p1 = "234.087524 334.085815"; - p2 = "232.508514 344.093811"; - p3 = "228.567505 342.565826"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "322.91452 301.045837"; - p1 = "319.544495 307.783813"; - p2 = "320.586517 314.931824"; - p3 = "319.699493 320.115814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "319.699493 320.115814"; - p1 = "317.943512 330.376831"; - p2 = "315.007507 334.035828"; - p3 = "310.738495 338.056824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "310.738495 338.056824"; - p1 = "306.292511 342.245819"; - p2 = "308.106506 356.552826"; - p3 = "302.1875 355.400818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "302.1875 355.400818"; - p1 = "295.940521 354.184814"; - p2 = "299.586517 346.119812"; - p3 = "301.465515 340.94281"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "301.465515 340.94281"; - p1 = "302.772522 337.34082"; - p2 = "302.669495 333.858826"; - p3 = "302.147522 327.957825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "302.147522 327.957825"; - p1 = "301.688507 322.787811"; - p2 = "303.953522 313.602814"; - p3 = "304.50351 310.150818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "304.50351 310.150818"; - p1 = "305.292511 305.203827"; - p2 = "308.083496 297.969818"; - p3 = "314.15451 295.654816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "314.15451 295.654816"; - p1 = "312.097504 300.471832"; - p2 = "313.620514 302.076813"; - p3 = "313.480499 308.457825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "313.480499 308.457825"; - p1 = "315.893494 304.756836"; - p2 = "318.550507 302.413818"; - p3 = "322.91452 301.045837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "282.625519 333.47583"; - p1 = "281.065521 327.24881"; - p2 = "276.647522 327.806824"; - p3 = "277.740509 318.691833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "277.740509 318.691833"; - p1 = "278.616516 311.382813"; - p2 = "284.014496 309.54184"; - p3 = "287.429504 307.175812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "287.429504 307.175812"; - p1 = "284.711517 311.783813"; - p2 = "284.065521 317.306824"; - p3 = "284.446503 319.70282"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "284.446503 319.70282"; - p1 = "284.943512 322.838837"; - p2 = "284.917511 330.786835"; - p3 = "282.625519 333.47583"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "244.461517 379.851837"; - p1 = "244.75351 378.117828"; - p2 = "244.389496 376.547821"; - p3 = "243.764496 374.997833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "243.764496 374.997833"; - p1 = "244.533508 374.344818"; - p2 = "247.185516 372.196838"; - p3 = "248.686493 370.007813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "248.686493 370.007813"; - p1 = "248.165497 372.331818"; - p2 = "247.952515 373.579834"; - p3 = "247.490509 375.19281"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "247.490509 375.19281"; - p1 = "247.071503 376.652832"; - p2 = "245.95752 378.46283"; - p3 = "244.461517 379.851837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "201.484512 408.739838"; - p1 = "201.592514 407.877838"; - p2 = "202.318512 406.637817"; - p3 = "202.610504 405.963837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "202.610504 405.963837"; - p1 = "203.379501 405.310822"; - p2 = "207.957504 400.717834"; - p3 = "209.45752 398.529816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "209.45752 398.529816"; - p1 = "208.064514 403.042816"; - p2 = "204.481506 406.565826"; - p3 = "201.484512 408.739838"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "196.742508 417.069824"; - p1 = "198.98851 412.352814"; - p2 = "207.280502 409.145813"; - p3 = "210.294525 403.308838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "210.294525 403.308838"; - p1 = "212.502502 399.032837"; - p2 = "214.860504 395.85083"; - p3 = "216.354523 389.186829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "216.354523 389.186829"; - p1 = "208.991501 393.332825"; - p2 = "203.865509 402.358826"; - p3 = "199.791504 405.658813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "199.791504 405.658813"; - p1 = "197.990509 408.045837"; - p2 = "196.569504 412.999817"; - p3 = "196.742508 417.069824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "239.389496 391.262817"; - p1 = "242.533508 387.575836"; - p2 = "248.946503 379.759827"; - p3 = "250.147522 375.572815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "250.147522 375.572815"; - p1 = "251.473511 370.946838"; - p2 = "252.083496 367.366821"; - p3 = "253.577515 360.701813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "253.577515 360.701813"; - p1 = "249.274506 366.978821"; - p2 = "241.665497 373.140839"; - p3 = "239.46051 375.01181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "239.46051 375.01181"; - p1 = "240.668518 379.530823"; - p2 = "243.806519 381.681824"; - p3 = "239.389496 391.262817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "281.297516 349.875824"; - p1 = "289.126495 342.94281"; - p2 = "290.793518 328.400818"; - p3 = "289.75351 321.843811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "289.75351 321.843811"; - p1 = "288.958496 316.833832"; - p2 = "290.594513 305.813812"; - p3 = "296.278503 296.178833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "296.278503 296.178833"; - p1 = "292.584503 298.874817"; - p2 = "286.524506 299.639832"; - p3 = "283.051514 301.564819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "283.051514 301.564819"; - p1 = "271.749512 310.422821"; - p2 = "271.75351 317.917816"; - p3 = "272.671509 326.124817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "272.671509 326.124817"; - p1 = "273.490509 333.451813"; - p2 = "282.796509 337.372833"; - p3 = "281.297516 349.875824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "192.6035 407.469818"; - p1 = "200.815506 403.566833"; - p2 = "203.964508 394.038818"; - p3 = "215.320526 386.447815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "215.320526 386.447815"; - p1 = "222.455505 381.677826"; - p2 = "240.291504 370.660828"; - p3 = "251.819519 355.191833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "251.819519 355.191833"; - p1 = "262.456512 340.918823"; - p2 = "265.343506 326.943817"; - p3 = "267.171509 316.20282"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "267.171509 316.20282"; - p1 = "268.990509 305.520813"; - p2 = "277.821503 297.978821"; - p3 = "281.95752 293.740814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "281.95752 293.740814"; - p1 = "290.315521 293.385834"; - p2 = "297.550507 290.284821"; - p3 = "306.706512 278.724823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "306.706512 278.724823"; - p1 = "312.609497 271.27182"; - p2 = "317.782501 276.476837"; - p3 = "323.573517 269.375824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "323.573517 269.375824"; - p1 = "323.238495 273.45282"; - p2 = "318.923492 282.756836"; - p3 = "313.640503 286.55481"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "313.640503 286.55481"; - p1 = "305.757507 292.220825"; - p2 = "295.943512 300.254822"; - p3 = "295.980499 319.040833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "295.980499 319.040833"; - p1 = "296.00351 330.524811"; - p2 = "296.877502 337.756836"; - p3 = "291.930511 349.16983"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "291.930511 349.16983"; - p1 = "288.231506 357.705811"; - p2 = "273.343506 371.79483"; - p3 = "271.623505 385.068817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "271.623505 385.068817"; - p1 = "265.244507 372.392822"; - p2 = "269.504517 363.879822"; - p3 = "270.933502 356.917816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "270.933502 356.917816"; - p1 = "271.985504 351.795837"; - p2 = "269.953522 345.788818"; - p3 = "266.432495 340.606812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "266.432495 340.606812"; - p1 = "258.985504 350.570831"; - p2 = "260.198517 358.855835"; - p3 = "257.146515 372.990814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "257.146515 372.990814"; - p1 = "253.328522 390.670837"; - p2 = "235.194519 400.073822"; - p3 = "234.024506 414.34082"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "234.024506 414.34082"; - p1 = "224.675507 397.474823"; - p2 = "240.053497 388.949829"; - p3 = "233.728516 377.540833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "233.728516 377.540833"; - p1 = "224.357513 384.03183"; - p2 = "220.658508 392.56781"; - p3 = "217.951508 400.552826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "217.951508 400.552826"; - p1 = "213.95752 412.333832"; - p2 = "195.293503 417.002838"; - p3 = "195.832504 429.673828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "195.832504 429.673828"; - p1 = "191.540512 424.270813"; - p2 = "190.780502 412.370819"; - p3 = "192.6035 407.469818"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "248.263519 160.930847"; - p1 = "247.472504 159.997833"; - p2 = "246.587494 159.390839"; - p3 = "245.07251 159.132843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "245.07251 159.132843"; - p1 = "249.386505 157.015839"; - p2 = "254.765503 155.460846"; - p3 = "258.780518 155.649841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "258.780518 155.649841"; - p1 = "255.899506 156.864838"; - p2 = "250.120514 158.908844"; - p3 = "248.263519 160.930847"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "294.9375 149.205841"; - p1 = "287.013519 147.891846"; - p2 = "279.34552 149.434845"; - p3 = "274.642517 150.558838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "274.642517 150.558838"; - p1 = "273.861511 148.98584"; - p2 = "269.995514 148.70784"; - p3 = "267.77652 147.561844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "267.77652 147.561844"; - p1 = "276.675507 141.76384"; - p2 = "283.21051 148.090836"; - p3 = "289.717499 145.781845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "289.717499 145.781845"; - p1 = "293.439514 144.460846"; - p2 = "300.011505 140.941833"; - p3 = "304.313507 138.556839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "304.313507 138.556839"; - p1 = "302.122498 143.447845"; - p2 = "297.66452 145.799835"; - p3 = "294.9375 149.205841"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "15.531715 288.228821"; - p1 = "14.954117 284.069824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "14.954117 284.069824"; - p1 = "69.655914 274.736816"; - p2 = "131.531509 328.089813"; - p3 = "157.875504 333.118835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "157.875504 333.118835"; - p1 = "171.091507 335.640839"; - p2 = "188.91951 335.527832"; - p3 = "200.663513 322.181824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "200.663513 322.181824"; - p1 = "203.496506 322.405823"; - p2 = "206.269501 319.523834"; - p3 = "210.327515 315.92981"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "210.327515 315.92981"; - p1 = "197.198502 338.334839"; - p2 = "174.463501 342.196838"; - p3 = "155.848511 337.723816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "155.848511 337.723816"; - p1 = "126.714508 330.723816"; - p2 = "61.517517 278.443817"; - p3 = "15.531715 288.228821"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "154.601501 225.722839"; - p1 = "151.915512 227.547821"; - p2 = "147.872513 227.241821"; - p3 = "145.051514 224.41983"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "145.051514 224.41983"; - p1 = "156.737503 217.606842"; - p2 = "159.115509 207.164841"; - p3 = "160.468506 195.657837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "160.468506 195.657837"; - p1 = "163.945511 203.142838"; - p2 = "164.803513 217.908844"; - p3 = "154.601501 225.722839"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "138.7565 203.147842"; - p1 = "136.204514 205.155838"; - p2 = "131.376511 204.884842"; - p3 = "129.639511 200.977844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "129.639511 200.977844"; - p1 = "140.82251 193.364838"; - p2 = "142.731506 178.950836"; - p3 = "142.673508 170.224838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "142.673508 170.224838"; - p1 = "148.604507 179.710846"; - p2 = "147.872513 194.24884"; - p3 = "138.7565 203.147842"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "115.096512 193.380844"; - p1 = "112.54451 195.38884"; - p2 = "107.065506 195.550842"; - p3 = "104.46051 192.945847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "104.46051 192.945847"; - p1 = "113.79451 186.217834"; - p2 = "115.19751 174.024841"; - p3 = "113.750504 164.742844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "113.750504 164.742844"; - p1 = "119.172501 168.459839"; - p2 = "123.127502 185.348846"; - p3 = "115.096512 193.380844"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "89.700516 247.428833"; - p1 = "86.18251 247.828827"; - p2 = "83.831512 244.46283"; - p3 = "80.583511 243.955811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "80.583511 243.955811"; - p1 = "77.440514 243.464813"; - p2 = "71.599716 245.885834"; - p3 = "68.862312 246.126831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "68.862312 246.126831"; - p1 = "66.163513 246.364838"; - p2 = "63.213318 241.884827"; - p3 = "60.613914 242.653839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "60.613914 242.653839"; - p1 = "57.955711 242.829834"; - p2 = "48.291718 244.762817"; - p3 = "45.853714 245.909821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "45.853714 245.909821"; - p1 = "42.712517 247.38681"; - p2 = "41.894516 248.351837"; - p3 = "37.388313 251.335815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "37.388313 251.335815"; - p1 = "34.266914 255.705811"; - p2 = "31.310516 257.413818"; - p3 = "30.442314 255.894836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "30.442314 255.894836"; - p1 = "31.527512 254.808838"; - p2 = "34.750916 251.847839"; - p3 = "33.698311 247.645813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "33.698311 247.645813"; - p1 = "36.679512 247.269836"; - p2 = "39.322914 244.421814"; - p3 = "41.295311 244.389832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "41.295311 244.389832"; - p1 = "46.038116 244.313812"; - p2 = "53.483315 245.002838"; - p3 = "60.830917 241.56781"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "60.830917 241.56781"; - p1 = "62.565514 241.244812"; - p2 = "67.482315 242.409821"; - p3 = "69.296516 243.955811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "69.296516 243.955811"; - p1 = "69.596313 242.194824"; - p2 = "70.054916 241.076813"; - p3 = "70.598717 239.180817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "70.598717 239.180817"; - p1 = "72.359917 239.480835"; - p2 = "73.912315 238.963837"; - p3 = "75.591316 240.265839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "75.591316 240.265839"; - p1 = "75.864517 237.880829"; - p2 = "74.831116 235.377838"; - p3 = "76.242516 233.319824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "76.242516 233.319824"; - p1 = "79.967316 230.990845"; - p2 = "89.053513 221.960846"; - p3 = "94.692505 211.17984"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "94.692505 211.17984"; - p1 = "96.765518 207.215836"; - p2 = "100.036514 207.456833"; - p3 = "101.638504 204.016846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "101.638504 204.016846"; - p1 = "104.049515 204.912842"; - p2 = "103.459518 206.101837"; - p3 = "106.414505 205.101837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "106.414505 205.101837"; - p1 = "107.743515 204.045837"; - p2 = "109.201508 204.870834"; - p3 = "108.150513 206.403839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "108.150513 206.403839"; - p1 = "106.739517 208.46283"; - p2 = "105.979507 211.39682"; - p3 = "101.638504 214.000824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "101.638504 214.000824"; - p1 = "95.491516 217.689819"; - p2 = "78.195915 226.37384"; - p3 = "79.715515 236.575836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "79.715515 236.575836"; - p1 = "82.046509 235.602844"; - p2 = "86.474518 233.345825"; - p3 = "88.614517 233.753845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "88.614517 233.753845"; - p1 = "90.940506 234.197845"; - p2 = "92.795517 237.49884"; - p3 = "93.607513 238.963837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "93.607513 238.963837"; - p1 = "94.774506 237.040833"; - p2 = "97.808517 232.749847"; - p3 = "99.468506 232.885834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "99.468506 232.885834"; - p1 = "106.433517 232.214844"; - p2 = "114.852509 226.284821"; - p3 = "117.918503 222.032837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "117.918503 222.032837"; - p1 = "121.838501 216.596832"; - p2 = "126.543503 217.034821"; - p3 = "127.252502 213.132843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "127.252502 213.132843"; - p1 = "129.663513 214.029846"; - p2 = "129.776505 214.568817"; - p3 = "131.376511 214.000824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "131.376511 214.000824"; - p1 = "133.490509 213.786835"; - p2 = "132.896515 215.956818"; - p3 = "132.461502 217.473846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "132.461502 217.473846"; - p1 = "131.773514 219.872833"; - p2 = "130.894501 220.910828"; - p3 = "126.383514 224.20282"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "126.383514 224.20282"; - p1 = "117.951508 230.357819"; - p2 = "105.190506 227.956818"; - p3 = "94.692505 243.955811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "94.692505 243.955811"; - p1 = "99.138504 242.767822"; - p2 = "107.209518 241.397827"; - p3 = "109.670502 242.653839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "109.670502 242.653839"; - p1 = "114.602509 245.171814"; - p2 = "120.089508 246.343811"; - p3 = "120.089508 246.343811"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "120.089508 246.343811"; - p1 = "122.042511 243.955811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "122.042511 243.955811"; - p1 = "125.403503 243.687836"; - p2 = "129.4785 241.563812"; - p3 = "132.027512 239.831818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "132.027512 239.831818"; - p1 = "135.719513 237.322845"; - p2 = "138.89151 238.605835"; - p3 = "140.275513 235.924835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "140.275513 235.924835"; - p1 = "141.737503 237.98584"; - p2 = "142.3125 237.088837"; - p3 = "144.18251 237.009827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "144.18251 237.009827"; - p1 = "146.267502 236.526825"; - p2 = "147.8815 237.489838"; - p3 = "147.004501 238.963837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "147.004501 238.963837"; - p1 = "145.365509 241.719818"; - p2 = "143.98851 243.295837"; - p3 = "140.275513 246.126831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "140.275513 246.126831"; - p1 = "132.667511 251.927826"; - p2 = "117.76651 246.66983"; - p3 = "110.972504 245.69281"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1294; G = 0.7725; R = 0.1412; s = CalRGB; }; - p0 = "110.972504 245.69281"; - p1 = "100.379517 244.168823"; - p2 = "98.852509 246.389832"; - p3 = "89.700516 247.428833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "87.732513 251.61084"; - p1 = "96.884506 250.571838"; - p2 = "101.639511 247.671814"; - p3 = "112.232513 249.195831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "112.232513 249.195831"; - p1 = "119.027512 250.172821"; - p2 = "136.436508 254.846832"; - p3 = "145.160507 248.16983"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "145.160507 248.16983"; - p1 = "151.208511 243.54184"; - p2 = "149.291504 239.972839"; - p3 = "151.866501 235.520844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "151.866501 235.520844"; - p1 = "152.724503 234.036835"; - p2 = "151.97551 232.62384"; - p3 = "149.890503 233.106842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "149.890503 233.106842"; - p1 = "146.285507 233.509827"; - p2 = "142.627502 232.66684"; - p3 = "140.246506 229.520844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "140.246506 229.520844"; - p1 = "139.049515 233.692841"; - p2 = "133.683502 233.844818"; - p3 = "129.991501 236.353821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "129.991501 236.353821"; - p1 = "127.441513 238.085846"; - p2 = "122.079514 239.909821"; - p3 = "118.718506 240.177826"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "118.718506 240.177826"; - p1 = "117.333511 242.858826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "117.333511 242.858826"; - p1 = "117.333511 242.858826"; - p2 = "114.355515 240.362823"; - p3 = "110.69751 239.518829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "110.69751 239.518829"; - p1 = "108.005508 238.898834"; - p2 = "106.36351 237.455841"; - p3 = "101.970505 239.889832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "101.970505 239.889832"; - p1 = "111.384506 229.24884"; - p2 = "122.463501 232.022827"; - p3 = "130.846512 225.798828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "130.846512 225.798828"; - p1 = "137.625504 220.764832"; - p2 = "137.216507 215.032837"; - p3 = "137.90451 212.634827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "137.90451 212.634827"; - p1 = "138.339508 211.117828"; - p2 = "137.257507 209.165833"; - p3 = "135.143509 209.380829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "135.143509 209.380829"; - p1 = "132.714508 211.062836"; - p2 = "127.259506 209.109833"; - p3 = "125.87851 205.902847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "125.87851 205.902847"; - p1 = "126.522507 212.244843"; - p2 = "120.966507 213.278839"; - p3 = "117.045502 218.714844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "117.045502 218.714844"; - p1 = "113.979507 222.966827"; - p2 = "103.010513 229.105835"; - p3 = "96.045517 229.775818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "96.045517 229.775818"; - p1 = "96.045517 229.775818"; - p2 = "94.851517 231.075836"; - p3 = "93.685516 232.99884"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "93.685516 232.99884"; - p1 = "92.873505 231.534821"; - p2 = "91.379517 230.267822"; - p3 = "89.053513 229.823822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "89.053513 229.823822"; - p1 = "86.913513 229.414825"; - p2 = "85.340515 230.605835"; - p3 = "83.008514 231.579834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "83.008514 231.579834"; - p1 = "89.658508 220.555847"; - p2 = "101.208511 220.519836"; - p3 = "106.303513 215.476837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "106.303513 215.476837"; - p1 = "112.894501 208.95282"; - p2 = "111.632507 205.926834"; - p3 = "114.120514 202.530838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "114.120514 202.530838"; - p1 = "115.219513 201.030838"; - p2 = "114.051514 198.068832"; - p3 = "111.765503 200.008835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "111.765503 200.008835"; - p1 = "107.793518 202.545837"; - p2 = "101.722504 200.306839"; - p3 = "100.439514 197.991837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "100.439514 197.991837"; - p1 = "99.783508 203.140839"; - p2 = "92.793518 205.939835"; - p3 = "91.152512 210.10083"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "91.152512 210.10083"; - p1 = "86.696518 221.394836"; - p2 = "79.924316 226.589844"; - p3 = "73.253311 231.244843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "73.253311 231.244843"; - p1 = "71.842117 233.302826"; - p2 = "72.600716 233.520844"; - p3 = "72.327316 235.904846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "72.327316 235.904846"; - p1 = "70.648315 234.602844"; - p2 = "70.269112 234.493835"; - p3 = "68.507713 234.193817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "68.507713 234.193817"; - p1 = "67.963913 236.09082"; - p2 = "66.770317 237.390839"; - p3 = "66.470512 239.151825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "66.470512 239.151825"; - p1 = "64.656517 237.604828"; - p2 = "62.516113 237.196838"; - p3 = "60.428513 238.034821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "60.428513 238.034821"; - p1 = "53.080917 241.469818"; - p2 = "44.599113 240.832825"; - p3 = "39.856514 240.909821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "39.856514 240.909821"; - p1 = "37.883911 240.941833"; - p2 = "34.088112 245.603821"; - p3 = "30.32151 245.138824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "30.32151 245.138824"; - p1 = "31.146515 249.961823"; - p2 = "29.673714 252.409821"; - p3 = "27.015511 254.890839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "27.015511 254.890839"; - p1 = "24.649513 256.930817"; - p2 = "24.320511 258.592834"; - p3 = "25.86731 259.487823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "25.86731 259.487823"; - p1 = "28.198311 260.834839"; - p2 = "33.86351 259.298828"; - p3 = "37.213516 256.006836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "37.213516 256.006836"; - p1 = "41.71991 253.022827"; - p2 = "44.026115 250.635834"; - p3 = "48.738716 248.023834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "48.738716 248.023834"; - p1 = "51.095116 246.717834"; - p2 = "55.703712 245.417816"; - p3 = "58.361916 245.241821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "58.361916 245.241821"; - p1 = "60.961517 244.472839"; - p2 = "65.468918 249.932831"; - p3 = "68.167717 249.694824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "68.167717 249.694824"; - p1 = "70.905113 249.453827"; - p2 = "75.459518 247.88681"; - p3 = "78.602715 248.376831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "78.602715 248.376831"; - p1 = "81.85051 248.884827"; - p2 = "84.214508 252.010834"; - p3 = "87.732513 251.61084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "86.621506 254.070831"; - p1 = "83.103516 254.470825"; - p2 = "80.684517 250.638824"; - p3 = "77.400719 250.778839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "77.400719 250.778839"; - p1 = "71.810715 251.015839"; - p2 = "70.603111 251.856812"; - p3 = "66.519516 251.767822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "66.519516 251.767822"; - p1 = "63.810715 251.707825"; - p2 = "59.984917 246.649811"; - p3 = "57.385315 247.417816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "57.385315 247.417816"; - p1 = "54.727112 247.594818"; - p2 = "51.288712 249.187836"; - p3 = "48.932312 250.493835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "48.932312 250.493835"; - p1 = "44.219711 253.106812"; - p2 = "42.748314 255.380829"; - p3 = "38.241913 258.365814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "38.241913 258.365814"; - p1 = "34.891716 261.657837"; - p2 = "25.300514 263.52182"; - p3 = "21.817909 262.09082"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "21.817909 262.09082"; - p1 = "18.889114 260.88681"; - p2 = "19.256516 259.532837"; - p3 = "21.622513 257.492828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "21.622513 257.492828"; - p1 = "24.280716 255.010834"; - p2 = "29.683716 248.990814"; - p3 = "27.545715 245.13382"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "27.545715 245.13382"; - p1 = "25.376717 243.64682"; - p2 = "25.664513 241.13382"; - p3 = "28.093513 239.450836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "28.093513 239.450836"; - p1 = "34.368317 235.104828"; - p2 = "51.194511 241.10083"; - p3 = "65.910912 231.262817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "65.910912 231.262817"; - p1 = "80.616516 221.431824"; - p2 = "85.205505 218.368835"; - p3 = "92.241516 200.532837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "92.241516 200.532837"; - p1 = "94.617508 194.508835"; - p2 = "99.874512 191.258835"; - p3 = "102.555511 195.487839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "102.555511 195.487839"; - p1 = "103.838516 197.801834"; - p2 = "109.833511 199.520844"; - p3 = "113.805511 196.983841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "113.805511 196.983841"; - p1 = "116.091507 195.043839"; - p2 = "118.470505 198.884842"; - p3 = "117.371506 200.384842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "117.371506 200.384842"; - p1 = "114.883514 203.780838"; - p2 = "117.849503 208.524841"; - p3 = "109.1315 217.05484"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "109.1315 217.05484"; - p1 = "104.007507 222.067841"; - p2 = "96.075516 222.61084"; - p3 = "89.445511 227.629822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "89.445511 227.629822"; - p1 = "105.265518 228.273834"; - p2 = "117.178513 216.613831"; - p3 = "118.877502 207.953842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "118.877502 207.953842"; - p1 = "120.283508 200.787842"; - p2 = "125.396515 200.306839"; - p3 = "127.134506 204.049835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "127.134506 204.049835"; - p1 = "128.515503 207.256836"; - p2 = "133.926514 209.025818"; - p3 = "136.355515 207.342834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "136.355515 207.342834"; - p1 = "139.211502 206.431839"; - p2 = "140.843506 207.530838"; - p3 = "139.921509 210.744843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "139.921509 210.744843"; - p1 = "139.234512 213.142822"; - p2 = "140.882507 220.968842"; - p3 = "132.595505 227.242828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "132.595505 227.242828"; - p1 = "124.271515 233.54483"; - p2 = "117.742508 230.769836"; - p3 = "109.055511 236.92984"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "109.055511 236.92984"; - p1 = "118.769501 240.273834"; - p2 = "131.339508 233.755829"; - p3 = "133.735504 229.300842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "133.735504 229.300842"; - p1 = "136.052505 224.990845"; - p2 = "141.536514 223.967834"; - p3 = "141.790512 226.851837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "141.790512 226.851837"; - p1 = "143.073502 229.16684"; - p2 = "149.611511 231.257843"; - p3 = "152.954514 229.404846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "152.954514 229.404846"; - p1 = "155.039505 228.920837"; - p2 = "156.32251 231.23584"; - p3 = "155.464508 232.719818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "155.464508 232.719818"; - p1 = "152.889511 237.171844"; - p2 = "156.036514 241.802826"; - p3 = "147.394501 250.302826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "147.394501 250.302826"; - p1 = "139.5625 258.005829"; - p2 = "118.976501 252.645813"; - p3 = "112.18251 251.668823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "112.18251 251.668823"; - p1 = "101.588516 250.144836"; - p2 = "95.773514 253.03183"; - p3 = "86.621506 254.070831"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "121.259506 423.616821"; - p1 = "123.247513 421.631836"; - p2 = "127.770508 418.818817"; - p3 = "128.160507 417.365814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "128.160507 417.365814"; - p1 = "128.778503 417.684814"; - p2 = "129.845505 418.415833"; - p3 = "131.73851 418.24881"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "131.73851 418.24881"; - p1 = "129.750504 420.233826"; - p2 = "124.800507 423.638824"; - p3 = "121.259506 423.616821"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "159.61351 423.237823"; - p1 = "160.110504 421.407837"; - p2 = "162.599503 419.911835"; - p3 = "163.5755 418.488831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "163.5755 418.488831"; - p1 = "165.798508 417.894836"; - p2 = "168.809509 418.762817"; - p3 = "169.502502 418.819824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "169.502502 418.819824"; - p1 = "166.446503 421.364838"; - p2 = "162.310501 421.28183"; - p3 = "159.61351 423.237823"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "85.901505 409.676819"; - p1 = "88.001511 408.29184"; - p2 = "90.462509 405.738831"; - p3 = "90.852509 404.285828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "90.852509 404.285828"; - p1 = "91.91951 405.016815"; - p2 = "93.773514 405.974823"; - p3 = "95.328506 405.994812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "95.328506 405.994812"; - p1 = "93.341507 407.978821"; - p2 = "89.105515 409.885834"; - p3 = "85.901505 409.676819"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "48.586113 400.526825"; - p1 = "51.848518 398.056824"; - p2 = "55.530914 392.614838"; - p3 = "56.057312 390.778839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "56.057312 390.778839"; - p1 = "57.339516 391.556824"; - p2 = "58.278717 392.099823"; - p3 = "59.543518 392.46283"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "59.543518 392.46283"; - p1 = "57.555511 394.446838"; - p2 = "52.989113 400.512817"; - p3 = "48.586113 400.526825"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "22.039711 396.313812"; - p1 = "23.934715 385.736816"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "23.934715 385.736816"; - p1 = "28.459114 385.614838"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "28.459114 385.614838"; - p1 = "22.039711 396.313812"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "93.449509 357.713837"; - p1 = "85.144516 349.480835"; - p2 = "93.50351 335.642822"; - p3 = "103.126511 338.175812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "103.126511 338.175812"; - p1 = "102.536514 342.362823"; - p2 = "102.674515 347.372833"; - p3 = "106.679504 351.456818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "106.679504 351.456818"; - p1 = "100.612518 351.39682"; - p2 = "96.720505 354.105835"; - p3 = "93.449509 357.713837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "112.189514 347.494812"; - p1 = "104.326508 338.838837"; - p2 = "114.55751 326.302826"; - p3 = "124.0345 329.334839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "124.0345 329.334839"; - p1 = "123.226501 333.48584"; - p2 = "121.943512 337.650818"; - p3 = "125.7285 341.938812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "125.7285 341.938812"; - p1 = "119.673508 341.561829"; - p2 = "115.644501 344.063812"; - p3 = "112.189514 347.494812"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "108.27951 329.124817"; - p1 = "104.631516 325.868835"; - p2 = "104.051514 319.94281"; - p3 = "105.023514 317.66684"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "105.023514 317.66684"; - p1 = "106.91951 318.849823"; - p2 = "112.102509 321.931824"; - p3 = "115.2845 323.642822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "115.2845 323.642822"; - p1 = "113.490509 324.884827"; - p2 = "110.2005 326.769836"; - p3 = "108.27951 329.124817"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "88.241516 337.698822"; - p1 = "79.516716 329.911835"; - p2 = "87.140518 315.655823"; - p3 = "96.882507 317.680817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "96.882507 317.680817"; - p1 = "96.512512 321.893829"; - p2 = "96.912506 326.889832"; - p3 = "101.125504 330.757813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "101.125504 330.757813"; - p1 = "95.064514 331.015839"; - p2 = "91.319504 333.924835"; - p3 = "88.241516 337.698822"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "116.823502 367.930817"; - p1 = "108.810501 359.412811"; - p2 = "117.647507 345.875824"; - p3 = "127.176514 348.741821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "127.176514 348.741821"; - p1 = "126.440506 352.90683"; - p2 = "126.40451 357.917816"; - p3 = "130.263504 362.138824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "130.263504 362.138824"; - p1 = "124.202515 361.867828"; - p2 = "120.218506 364.439819"; - p3 = "116.823502 367.930817"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "97.353516 378.493835"; - p1 = "89.193512 370.116821"; - p2 = "97.793518 356.427826"; - p3 = "107.370514 359.127838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "107.370514 359.127838"; - p1 = "106.707504 363.303833"; - p2 = "106.758514 368.315826"; - p3 = "110.690506 372.468811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "110.690506 372.468811"; - p1 = "104.626511 372.302826"; - p2 = "100.687515 374.943817"; - p3 = "97.353516 378.493835"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "75.293312 369.36084"; - p1 = "66.568512 361.572815"; - p2 = "74.322311 348.805817"; - p3 = "83.808517 350.228821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "83.808517 350.228821"; - p1 = "83.438507 354.440826"; - p2 = "83.839508 359.436829"; - p3 = "88.051514 363.30481"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "88.051514 363.30481"; - p1 = "82.190506 364.792816"; - p2 = "78.014915 367.107819"; - p3 = "75.293312 369.36084"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "69.999115 349.404816"; - p1 = "61.274315 341.616821"; - p2 = "68.898117 327.36084"; - p3 = "78.639915 329.38681"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "78.639915 329.38681"; - p1 = "78.269913 333.598816"; - p2 = "78.670517 338.594818"; - p3 = "82.882507 342.463837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "82.882507 342.463837"; - p1 = "76.821915 342.721832"; - p2 = "73.077118 345.630829"; - p3 = "69.999115 349.404816"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "88.798508 374.799835"; - p1 = "86.714508 374.024811"; - p2 = "83.623505 372.428833"; - p3 = "80.884514 371.46582"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "80.884514 371.46582"; - p1 = "82.970505 369.757813"; - p2 = "85.376511 367.848816"; - p3 = "88.522507 368.502838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "88.522507 368.502838"; - p1 = "88.346512 370.501831"; - p2 = "88.518509 373.299835"; - p3 = "88.798508 374.799835"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "123.065506 387.722839"; - p1 = "115.213501 380.713837"; - p2 = "122.074509 367.88382"; - p3 = "130.842514 369.706818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "130.842514 369.706818"; - p1 = "130.508514 373.497833"; - p2 = "131.106506 377.132813"; - p3 = "133.734512 380.927826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "133.734512 380.927826"; - p1 = "129.048508 381.949829"; - p2 = "125.83551 384.325836"; - p3 = "123.065506 387.722839"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "161.6595 400.095825"; - p1 = "158.455505 400.134827"; - p2 = "154.071503 399.835815"; - p3 = "149.750504 398.755829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "149.750504 398.755829"; - p1 = "151.3125 396.649811"; - p2 = "154.7285 392.71582"; - p3 = "159.069504 392.923828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "159.069504 392.923828"; - p1 = "159.247513 395.487823"; - p2 = "160.607513 398.197815"; - p3 = "161.6595 400.095825"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "169.731506 394.984833"; - p1 = "160.173508 390.57782"; - p2 = "162.983505 376.302826"; - p3 = "171.901505 375.481812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "171.901505 375.481812"; - p1 = "172.691513 379.204834"; - p2 = "176.23851 382.390839"; - p3 = "179.803513 383.987823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "179.803513 383.987823"; - p1 = "174.355515 387.454834"; - p2 = "171.387512 390.926819"; - p3 = "169.731506 394.984833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "204.050507 338.487823"; - p1 = "202.433502 338.556824"; - p2 = "199.414505 336.093811"; - p3 = "198.690506 334.289825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "198.690506 334.289825"; - p1 = "200.166504 333.471832"; - p2 = "202.064514 332.418823"; - p3 = "204.456512 330.266815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "204.456512 330.266815"; - p1 = "204.102509 332.116821"; - p2 = "203.396515 335.816833"; - p3 = "204.050507 338.487823"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "182.156509 347.088837"; - p1 = "178.610504 347.04184"; - p2 = "174.670502 345.673828"; - p3 = "173.595505 343.236816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "173.595505 343.236816"; - p1 = "176.172501 342.911835"; - p2 = "179.616501 342.65683"; - p3 = "183.107513 340.996826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "183.107513 340.996826"; - p1 = "182.004501 342.986816"; - p2 = "182.099503 345.259827"; - p3 = "182.156509 347.088837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "200.179504 358.639832"; - p1 = "188.485504 358.486816"; - p2 = "184.886505 342.72583"; - p3 = "193.567505 337.862823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "193.567505 337.862823"; - p1 = "195.392502 340.375824"; - p2 = "200.355515 343.276825"; - p3 = "202.441513 344.353821"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "202.441513 344.353821"; - p1 = "202.247513 348.927826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "202.247513 348.927826"; - p1 = "201.126511 352.278839"; - p2 = "200.073502 355.262817"; - p3 = "200.179504 358.639832"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "196.10051 366.846832"; - p1 = "194.114502 370.428833"; - p2 = "189.662506 375.378815"; - p3 = "187.2155 377.230835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "187.2155 377.230835"; - p1 = "184.920502 373.539825"; - p2 = "183.416504 365.742828"; - p3 = "188.036514 361.966827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "188.036514 361.966827"; - p1 = "190.153503 364.012817"; - p2 = "193.824509 365.874817"; - p3 = "196.10051 366.846832"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "137.40451 395.832825"; - p1 = "134.242508 395.103821"; - p2 = "129.442505 393.904816"; - p3 = "126.445511 391.980835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "126.445511 391.980835"; - p1 = "127.782501 390.412811"; - p2 = "130.407501 388.682831"; - p3 = "133.406509 388.122833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "133.406509 388.122833"; - p1 = "133.395508 390.649811"; - p2 = "135.696503 393.746826"; - p3 = "137.40451 395.832825"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "178.428513 368.172821"; - p1 = "166.877502 367.854828"; - p2 = "164.913513 354.984833"; - p3 = "173.175507 349.370819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "173.175507 349.370819"; - p1 = "175.660507 352.792816"; - p2 = "178.255508 355.575836"; - p3 = "183.972504 355.731812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "183.972504 355.731812"; - p1 = "179.567505 359.902832"; - p2 = "178.274506 363.305817"; - p3 = "178.428513 368.172821"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "145.267502 394.775818"; - p1 = "135.431503 388.448822"; - p2 = "140.731506 373.175812"; - p3 = "150.670502 373.651825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "150.670502 373.651825"; - p1 = "150.963501 377.870819"; - p2 = "152.140503 382.741821"; - p3 = "156.906509 385.903839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "156.906509 385.903839"; - p1 = "150.96051 387.106812"; - p2 = "147.716507 390.565826"; - p3 = "145.267502 394.775818"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "139.522507 370.991821"; - p1 = "130.531509 363.513824"; - p2 = "137.094513 350.346832"; - p3 = "146.901505 352.030823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "146.901505 352.030823"; - p1 = "146.678513 356.253815"; - p2 = "146.4505 360.042816"; - p3 = "150.795502 363.76181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "150.795502 363.76181"; - p1 = "144.747513 364.230835"; - p2 = "142.467514 367.112823"; - p3 = "139.522507 370.991821"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "157.2005 356.042816"; - p1 = "152.605515 352.854828"; - p2 = "151.998505 345.382813"; - p3 = "152.65451 342.537811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "152.65451 342.537811"; - p1 = "156.005508 343.657837"; - p2 = "160.915512 344.905823"; - p3 = "165.069504 344.34082"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "165.069504 344.34082"; - p1 = "165.974503 345.079834"; - p2 = "166.536514 345.849823"; - p3 = "167.580505 346.596832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "167.580505 346.596832"; - p1 = "163.116501 349.071838"; - p2 = "159.795502 351.921814"; - p3 = "157.2005 356.042816"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "158.489502 375.834839"; - p1 = "151.390503 371.268829"; - p2 = "155.2155 360.246826"; - p3 = "162.388504 360.59082"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "162.388504 360.59082"; - p1 = "162.60051 363.634827"; - p2 = "163.4505 367.150818"; - p3 = "166.889511 369.432831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "166.889511 369.432831"; - p1 = "162.598511 370.300812"; - p2 = "160.257507 372.797821"; - p3 = "158.489502 375.834839"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "113.147507 386.393829"; - p1 = "110.712509 384.98584"; - p2 = "105.093506 382.310822"; - p3 = "101.909515 381.042816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "101.909515 381.042816"; - p1 = "103.339508 379.14682"; - p2 = "108.77951 376.106812"; - p3 = "113.077515 377.318817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "113.077515 377.318817"; - p1 = "112.632507 380.119812"; - p2 = "112.51651 384.26181"; - p3 = "113.147507 386.393829"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "135.015503 350.122833"; - p1 = "129.497513 345.367828"; - p2 = "130.879501 336.309814"; - p3 = "132.802505 333.312836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "132.802505 333.312836"; - p1 = "135.471512 335.142822"; - p2 = "141.745514 338.005829"; - p3 = "144.696503 338.852814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "144.696503 338.852814"; - p1 = "145.397507 340.117828"; - p2 = "145.985504 341.329834"; - p3 = "147.712509 342.861816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "147.712509 342.861816"; - p1 = "143.689514 343.79483"; - p2 = "138.361511 345.870819"; - p3 = "135.015503 350.122833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "82.765518 317.023834"; - p1 = "78.997314 313.660828"; - p2 = "78.895714 307.535828"; - p3 = "79.277718 305.09082"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "79.277718 305.09082"; - p1 = "81.637512 305.767822"; - p2 = "88.359512 308.492828"; - p3 = "94.027512 311.555817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "94.027512 311.555817"; - p1 = "89.579514 312.035828"; - p2 = "85.843506 313.249817"; - p3 = "82.765518 317.023834"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "65.325317 365.915833"; - p1 = "62.859718 365.049835"; - p2 = "58.813713 363.569824"; - p3 = "55.419716 363.713837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "55.419716 363.713837"; - p1 = "56.771118 361.227814"; - p2 = "61.112114 358.803833"; - p3 = "65.021118 359.616821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "65.021118 359.616821"; - p1 = "64.846115 361.607819"; - p2 = "64.673317 364.29184"; - p3 = "65.325317 365.915833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "50.107117 361.134827"; - p1 = "41.382317 353.347839"; - p2 = "49.005714 339.091827"; - p3 = "58.747711 341.116821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "58.747711 341.116821"; - p1 = "58.377914 345.329834"; - p2 = "58.778519 350.324829"; - p3 = "62.990715 354.193817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "62.990715 354.193817"; - p1 = "56.929916 354.451813"; - p2 = "53.184914 357.36084"; - p3 = "50.107117 361.134827"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "62.631516 327.768829"; - p1 = "53.906715 319.980835"; - p2 = "61.530312 305.724823"; - p3 = "71.272316 307.750824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "71.272316 307.750824"; - p1 = "70.902313 311.96283"; - p2 = "71.302917 316.958832"; - p3 = "75.515312 320.82782"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "75.515312 320.82782"; - p1 = "69.454315 321.085815"; - p2 = "65.709518 323.994812"; - p3 = "62.631516 327.768829"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "39.395111 361.427826"; - p1 = "37.176109 360.647827"; - p2 = "31.124512 360.205811"; - p3 = "27.670509 361.226837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "27.670509 361.226837"; - p1 = "28.660316 357.774811"; - p2 = "33.368111 353.572815"; - p3 = "38.436516 354.351837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "38.436516 354.351837"; - p1 = "38.357513 356.591827"; - p2 = "38.277313 359.814819"; - p3 = "39.395111 361.427826"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "43.517113 341.145813"; - p1 = "34.396912 333.824829"; - p2 = "41.26371 319.189819"; - p3 = "51.098312 320.70282"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "51.098312 320.70282"; - p1 = "50.949318 324.928833"; - p2 = "51.610916 329.89682"; - p3 = "56.019913 333.539825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "56.019913 333.539825"; - p1 = "49.980713 334.113831"; - p2 = "46.393318 337.21582"; - p3 = "43.517113 341.145813"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "58.835716 305.811829"; - p1 = "56.118912 302.601837"; - p2 = "55.685715 299.289825"; - p3 = "56.552315 296.823822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "56.552315 296.823822"; - p1 = "60.261917 297.249817"; - p2 = "66.931519 298.887817"; - p3 = "70.904312 300.779816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "70.904312 300.779816"; - p1 = "66.160713 301.175812"; - p2 = "62.408913 302.502838"; - p3 = "58.835716 305.811829"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "37.636909 317.620819"; - p1 = "30.08091 308.694824"; - p2 = "39.614311 295.638824"; - p3 = "48.979515 298.999817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "48.979515 298.999817"; - p1 = "48.026917 303.120819"; - p2 = "47.728317 308.122833"; - p3 = "51.361313 312.540833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "51.361313 312.540833"; - p1 = "45.323517 311.951813"; - p2 = "41.210114 314.311829"; - p3 = "37.636909 317.620819"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "33.24411 296.598816"; - p1 = "31.991714 295.009827"; - p2 = "30.572716 293.292816"; - p3 = "30.890717 291.627838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "30.890717 291.627838"; - p1 = "32.619514 291.165833"; - p2 = "37.614716 292.118835"; - p3 = "39.490311 292.816833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "39.490311 292.816833"; - p1 = "37.761116 293.278839"; - p2 = "35.127716 294.972839"; - p3 = "33.24411 296.598816"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "25.367912 353.109833"; - p1 = "24.509109 352.342834"; - p2 = "24.087914 351.308838"; - p3 = "23.273109 350.643829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "23.273109 350.643829"; - p1 = "26.880913 347.080811"; - p2 = "30.569115 339.229828"; - p3 = "30.933311 335.454834"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "30.933311 335.454834"; - p1 = "33.144516 335.093811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "33.144516 335.093811"; - p1 = "32.811516 338.884827"; - p2 = "33.172112 343.380829"; - p3 = "36.963112 346.862823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "36.963112 346.862823"; - p1 = "31.508316 347.094818"; - p2 = "28.138115 349.71283"; - p3 = "25.367912 353.109833"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "26.503311 302.972839"; - p1 = "22.546913 296.717834"; - p2 = "16.899117 294.151825"; - p3 = "12.473511 292.882813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "12.473511 292.882813"; - p1 = "15.636513 291.87381"; - p2 = "19.135712 291.91983"; - p3 = "23.709915 292.113831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "23.709915 292.113831"; - p1 = "22.925911 296.518829"; - p2 = "28.146912 299.449829"; - p3 = "26.503311 302.972839"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "277.847504 231.467834"; - p1 = "275.064514 228.343842"; - p2 = "272.4245 226.033844"; - p3 = "267.987518 225.278839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "267.987518 225.278839"; - p1 = "269.2435 224.28183"; - p2 = "269.15152 222.121826"; - p3 = "267.292511 220.037842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "267.292511 220.037842"; - p1 = "270.646515 220.288818"; - p2 = "273.441498 215.72583"; - p3 = "275.536499 212.253845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "275.536499 212.253845"; - p1 = "274.678497 217.049835"; - p2 = "278.000519 223.043823"; - p3 = "282.052521 224.91684"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "282.052521 224.91684"; - p1 = "279.056519 225.673828"; - p2 = "277.552521 228.21582"; - p3 = "277.847504 231.467834"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "281.21051 239.339813"; - p1 = "280.259521 231.80484"; - p2 = "282.0755 227.697845"; - p3 = "289.399506 226.365845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "289.399506 226.365845"; - p1 = "281.837494 223.239838"; - p2 = "276.77951 212.772827"; - p3 = "277.968506 203.058838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "277.968506 203.058838"; - p1 = "273.907501 208.038834"; - p2 = "268.459503 219.244843"; - p3 = "261.264496 217.899841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "261.264496 217.899841"; - p1 = "266.170502 221.380829"; - p2 = "264.680511 226.300842"; - p3 = "262.034515 228.015839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "262.034515 228.015839"; - p1 = "269.694519 227.737823"; - p2 = "277.774506 235.483826"; - p3 = "281.21051 239.339813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "323.351501 203.326843"; - p1 = "319.274506 202.991837"; - p2 = "312.3255 202.865845"; - p3 = "308.467499 204.67984"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "308.467499 204.67984"; - p1 = "315.232513 196.561844"; - p2 = "328.763519 190.472839"; - p3 = "332.145508 189.119843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "332.145508 189.119843"; - p1 = "335.348511 187.838837"; - p2 = "339.587494 186.413834"; - p3 = "340.843506 182.956833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "340.843506 182.956833"; - p1 = "344.999512 181.001846"; - p2 = "345.675507 180.324844"; - p3 = "347.028503 176.265839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "347.028503 176.265839"; - p1 = "351.087494 172.883835"; - p2 = "352.440521 173.559845"; - p3 = "353.117493 168.147842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "353.117493 168.147842"; - p1 = "355.487518 167.158844"; - p2 = "350.828522 169.436844"; - p3 = "347.705505 172.883835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "347.705505 172.883835"; - p1 = "330.002502 192.423843"; - p2 = "300.349518 199.943832"; - p3 = "292.231506 193.855835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "292.231506 193.855835"; - p1 = "288.354492 190.947845"; - p2 = "286.142517 189.796844"; - p3 = "286.142517 186.413834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "286.142517 186.413834"; - p1 = "282.532501 188.090836"; - p2 = "277.521515 191.904846"; - p3 = "273.965515 197.237839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "273.965515 197.237839"; - p1 = "271.259521 201.296844"; - p2 = "267.665497 208.389832"; - p3 = "264.494507 211.444824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "264.494507 211.444824"; - p1 = "259.903503 215.867828"; - p2 = "252.879517 221.449829"; - p3 = "245.552521 222.268829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "245.552521 222.268829"; - p1 = "247.581512 224.974823"; - p2 = "246.905518 224.974823"; - p3 = "244.875519 227.004822"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "244.875519 227.004822"; - p1 = "256.9375 230.045837"; - p2 = "253.132507 242.630829"; - p3 = "268.553497 244.593811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "268.553497 244.593811"; - p1 = "279.019501 245.925812"; - p2 = "288.486511 243.580811"; - p3 = "295.614502 250.005829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "295.614502 250.005829"; - p1 = "299.213501 253.250824"; - p2 = "303.525513 257.957825"; - p3 = "301.702515 262.859833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "301.702515 262.859833"; - p1 = "304.983521 259.41983"; - p2 = "307.709503 257.733826"; - p3 = "313.879517 254.064819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "313.879517 254.064819"; - p1 = "321.927521 249.279816"; - p2 = "323.91452 241.742828"; - p3 = "342.293518 235.122833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "342.293518 235.122833"; - p1 = "340.966522 239.74881"; - p2 = "345.02652 250.029816"; - p3 = "343.646515 253.388824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "343.646515 253.388824"; - p1 = "350.372498 247.390839"; - p2 = "349.360504 244.852814"; - p3 = "351.087494 240.534821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "351.087494 240.534821"; - p1 = "352.440521 237.151825"; - p2 = "359.206512 234.445831"; - p3 = "359.206512 231.063843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "359.206512 231.063843"; - p1 = "359.206512 227.601837"; - p2 = "356.742493 228.691833"; - p3 = "352.778503 226.325836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "352.778503 226.325836"; - p1 = "349.944519 224.634827"; - p2 = "347.629517 217.409821"; - p3 = "353.588501 213.567841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "353.588501 213.567841"; - p1 = "357.171509 211.257843"; - p2 = "356.170502 209.034821"; - p3 = "357.030518 207.695847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "357.030518 207.695847"; - p1 = "358.853516 204.86084"; - p2 = "360.797516 204.17984"; - p3 = "363.105499 203.442841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "363.105499 203.442841"; - p1 = "365.861511 202.564835"; - p2 = "366.746521 201.801834"; - p3 = "365.535522 200.202835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "365.535522 200.202835"; - p1 = "364.662506 199.049835"; - p2 = "364.449493 197.084839"; - p3 = "364.320496 195.342834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "364.320496 195.342834"; - p1 = "367.019501 196.116837"; - p2 = "371.408508 196.557846"; - p3 = "372.623505 194.73584"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "372.623505 194.73584"; - p1 = "373.545502 193.352844"; - p2 = "370.594513 191.324844"; - p3 = "369.990509 189.065842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "369.990509 189.065842"; - p1 = "375.053497 188.458847"; - p2 = "378.885498 190.506836"; - p3 = "380.520508 188.053833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "380.520508 188.053833"; - p1 = "381.735504 186.230835"; - p2 = "380.542511 183.549835"; - p3 = "378.698517 181.978836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "378.698517 181.978836"; - p1 = "387.290497 184.024841"; - p2 = "393.415497 180.083847"; - p3 = "398.543518 175.295837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "398.543518 175.295837"; - p1 = "398.948517 177.320847"; - p2 = "400.770508 177.725845"; - p3 = "401.783508 176.510834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "401.783508 176.510834"; - p1 = "402.883514 175.190842"; - p2 = "403.583496 173.047836"; - p3 = "403.403503 171.245834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "403.403503 171.245834"; - p1 = "403.2005 169.22084"; - p2 = "405.691498 168.589844"; - p3 = "408.060516 167.600845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "408.060516 167.600845"; - p1 = "404.728516 166.853836"; - p2 = "403.195496 166.425842"; - p3 = "398.543518 164.968842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "398.543518 164.968842"; - p1 = "388.976501 161.97084"; - p2 = "386.278503 143.98584"; - p3 = "379.913513 146.540833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "379.913513 146.540833"; - p1 = "380.925507 147.553833"; - p2 = "381.175507 149.504837"; - p3 = "379.508514 150.590836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "379.508514 150.590836"; - p1 = "383.336517 151.062836"; - p2 = "386.580505 153.962845"; - p3 = "387.405518 155.450836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "387.405518 155.450836"; - p1 = "388.161499 156.814835"; - p2 = "388.770508 159.959839"; - p3 = "387.405518 160.715836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "387.405518 160.715836"; - p1 = "385.669495 161.678833"; - p2 = "384.014496 160.254837"; - p3 = "382.9505 161.930847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "382.9505 161.930847"; - p1 = "381.999512 163.430847"; - p2 = "382.648499 165.053833"; - p3 = "382.9505 166.183838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "382.9505 166.183838"; - p1 = "384.196503 170.090836"; - p2 = "381.934509 169.818832"; - p3 = "379.508514 172.460846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "379.508514 172.460846"; - p1 = "377.903503 179.510834"; - p2 = "372.023499 174.378845"; - p3 = "369.788513 178.535843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "369.788513 178.535843"; - p1 = "368.905518 180.159836"; - p2 = "369.721497 183.176834"; - p3 = "371.813507 184.61084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "371.813507 184.61084"; - p1 = "369.554504 185.214844"; - p2 = "367.167511 185.064835"; - p3 = "365.535522 186.230835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "365.535522 186.230835"; - p1 = "364.1185 187.243835"; - p2 = "365.738495 189.875839"; - p3 = "365.708496 191.547836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "365.708496 191.547836"; - p1 = "363.586517 192.399841"; - p2 = "360.270508 191.698837"; - p3 = "359.663513 192.508835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "359.663513 192.508835"; - p1 = "358.746521 193.729843"; - p2 = "361.37851 197.382843"; - p3 = "362.7005 198.380844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "362.7005 198.380844"; - p1 = "360.331512 199.369843"; - p2 = "354.963501 201.063843"; - p3 = "353.588501 198.58284"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "353.588501 198.58284"; - p1 = "352.5755 201.215836"; - p2 = "355.326508 204.130844"; - p3 = "353.790497 209.112823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "353.790497 209.112823"; - p1 = "351.219513 217.453827"; - p2 = "344.408508 221.089844"; - p3 = "339.587494 222.268829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "339.587494 222.268829"; - p1 = "333.305511 223.805847"; - p2 = "309.912506 230.145844"; - p3 = "300.349518 235.122833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "300.349518 235.122833"; - p1 = "304.045502 229.506836"; - p2 = "305.935516 222.772827"; - p3 = "309.820496 221.592834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "309.820496 221.592834"; - p1 = "307.480499 220.295837"; - p2 = "302.342499 219.306824"; - p3 = "298.320496 220.239838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "298.320496 220.239838"; - p1 = "302.291504 215.119843"; - p2 = "310.102509 214.516846"; - p3 = "313.203522 212.797821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "313.203522 212.797821"; - p1 = "319.156494 209.497833"; - p2 = "319.490509 208.060837"; - p3 = "323.351501 203.326843"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "14.632515 320.877838"; - p1 = "12.083916 316.990814"; - p2 = "12.747116 311.574829"; - p3 = "14.388115 309.594818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "14.388115 309.594818"; - p1 = "17.169716 311.249817"; - p2 = "18.684311 316.496826"; - p3 = "18.24131 318.897827"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "18.24131 318.897827"; - p1 = "14.632515 320.877838"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "11.606316 266.680817"; - p1 = "13.811714 265.018829"; - p2 = "17.015312 264.607819"; - p3 = "19.914314 263.996826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "19.914314 263.996826"; - p1 = "20.902313 264.689819"; - p2 = "20.945114 265.802826"; - p3 = "20.31591 267.441833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "20.31591 267.441833"; - p1 = "17.437111 267.591827"; - p2 = "13.719711 269.925812"; - p3 = "11.787315 271.69281"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "11.787315 271.69281"; - p1 = "11.765312 270.116821"; - p2 = "12.405312 267.457825"; - p3 = "11.606316 266.680817"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "344.783508 273.955811"; - p1 = "347.336517 272.468811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "347.336517 272.468811"; - p1 = "350.6875 279.880829"; - p2 = "346.936493 292.125824"; - p3 = "341.446503 301.620819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "341.446503 301.620819"; - p1 = "336.480499 310.209839"; - p2 = "339.296509 331.393829"; - p3 = "334.300507 342.54483"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "334.300507 342.54483"; - p1 = "327.344513 358.073822"; - p2 = "305.900513 373.20282"; - p3 = "297.126495 387.792816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "297.126495 387.792816"; - p1 = "289.815521 399.95282"; - p2 = "284.601501 421.424835"; - p3 = "270.705505 423.189819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "270.705505 423.189819"; - p1 = "264.119507 424.026825"; - p2 = "258.877502 419.969818"; - p3 = "260.191498 414.751831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "260.191498 414.751831"; - p1 = "262.268494 406.500824"; - p2 = "269.135498 403.790833"; - p3 = "276.022522 393.005829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "276.022522 393.005829"; - p1 = "282.780518 382.424835"; - p2 = "285.783508 372.440826"; - p3 = "283.428497 367.670837"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "283.428497 367.670837"; - p1 = "285.569519 364.74881"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "285.569519 364.74881"; - p1 = "289.593506 371.48584"; - p2 = "285.877502 383.522827"; - p3 = "279.119507 394.103821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "279.119507 394.103821"; - p1 = "272.232513 404.887817"; - p2 = "266.861511 405.018829"; - p3 = "263.977509 413.022827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "263.977509 413.022827"; - p1 = "262.535522 417.025818"; - p2 = "266.420502 419.90683"; - p3 = "271.241516 419.522827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "271.241516 419.522827"; - p1 = "281.41452 418.711823"; - p2 = "287.055511 398.268829"; - p3 = "294.367493 386.109833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "294.367493 386.109833"; - p1 = "303.140503 371.518829"; - p2 = "324.000519 356.185822"; - p3 = "330.956512 340.65683"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "330.956512 340.65683"; - p1 = "335.951508 329.505829"; - p2 = "333.703522 310.009827"; - p3 = "338.420502 301.280823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "338.420502 301.280823"; - p1 = "344.067505 290.82782"; - p2 = "347.420502 281.188812"; - p3 = "344.783508 273.955811"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "334.369507 289.59082"; - p1 = "335.25351 286.742828"; - p2 = "341.107513 280.15683"; - p3 = "341.107513 280.15683"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "341.107513 280.15683"; - p1 = "343.043518 287.778839"; - p2 = "335.864502 296.939819"; - p3 = "333.021515 301.719818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "333.021515 301.719818"; - p1 = "327.741516 310.596832"; - p2 = "331.298492 325.099823"; - p3 = "325.609497 338.779816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "325.609497 338.779816"; - p1 = "318.639496 355.537811"; - p2 = "301.134521 367.243835"; - p3 = "291.244507 383.252838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "291.244507 383.252838"; - p1 = "282.963501 396.654816"; - p2 = "280.475494 411.148834"; - p3 = "273.050507 414.24881"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "273.050507 414.24881"; - p1 = "269.706512 415.644836"; - p2 = "268.130493 414.342834"; - p3 = "269.681519 410.878815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "269.681519 410.878815"; - p1 = "272.34552 404.932831"; - p2 = "279.195496 400.868835"; - p3 = "284.505493 391.33783"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "284.505493 391.33783"; - p1 = "289.236511 382.848816"; - p2 = "294.939514 370.959839"; - p3 = "289.222504 361.689819"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "289.222504 361.689819"; - p1 = "292.642517 353.963837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "292.642517 353.963837"; - p1 = "291.520508 360.871826"; - p2 = "295.274506 366.601837"; - p3 = "299.634521 366.713837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "299.634521 366.713837"; - p1 = "310.909515 367.006836"; - p2 = "309.08252 348.661835"; - p3 = "313.848511 342.81781"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "313.848511 342.81781"; - p1 = "317.935516 337.806824"; - p2 = "322.899506 332.185822"; - p3 = "324.910522 320.667816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "324.910522 320.667816"; - p1 = "326.027496 314.27182"; - p2 = "323.216522 304.246826"; - p3 = "329.3255 298.083832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "329.3255 298.083832"; - p1 = "331.554504 295.834839"; - p2 = "333.759521 293.170837"; - p3 = "334.369507 289.59082"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "223.640503 353.461823"; - p1 = "232.696503 355.764832"; - p2 = "234.583527 342.148834"; - p3 = "239.440521 337.381836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "239.440521 337.381836"; - p1 = "245.281494 331.647827"; - p2 = "249.170502 326.037811"; - p3 = "251.587494 319.664825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "251.587494 319.664825"; - p1 = "253.66452 314.185822"; - p2 = "252.229492 303.069824"; - p3 = "260.123505 297.084839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "260.123505 297.084839"; - p1 = "264.97052 293.409821"; - p2 = "268.410522 286.314819"; - p3 = "265.774506 282.510834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "265.774506 282.510834"; - p1 = "259.916504 274.052826"; - p2 = "257.788513 280.560822"; - p3 = "249.180511 275.690826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "249.180511 275.690826"; - p1 = "245.785522 275.31781"; - p2 = "241.897522 268.705811"; - p3 = "235.888519 270.701813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "235.888519 270.701813"; - p1 = "229.705505 272.756836"; - p2 = "228.921509 279.598816"; - p3 = "231.481506 285.043823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "231.481506 285.043823"; - p1 = "233.679504 289.716827"; - p2 = "235.601501 296.969818"; - p3 = "233.659515 299.801819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "233.659515 299.801819"; - p1 = "231.45752 303.013824"; - p2 = "226.556519 315.476837"; - p3 = "226.556519 321.260834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "226.556519 321.260834"; - p1 = "226.556519 325.976837"; - p2 = "225.991516 329.280823"; - p3 = "223.660522 332.855835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "223.660522 332.855835"; - p1 = "219.455505 339.305817"; - p2 = "215.097504 351.289825"; - p3 = "223.640503 353.461823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "187.474503 394.033813"; - p1 = "185.005508 390.639832"; - p2 = "203.290512 380.592834"; - p3 = "207.689514 374.492828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "207.689514 374.492828"; - p1 = "214.666504 364.818817"; - p2 = "215.672516 355.562836"; - p3 = "215.101501 342.148834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "215.101501 342.148834"; - p1 = "214.615509 330.703827"; - p2 = "218.058502 327.563812"; - p3 = "223.861511 317.890839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "223.861511 317.890839"; - p1 = "229.926514 307.783813"; - p2 = "220.735504 299.96582"; - p3 = "225.883514 291.611816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "225.883514 291.611816"; - p1 = "229.737518 285.355835"; - p2 = "227.856506 274.343811"; - p3 = "223.861511 264.658813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "223.861511 264.658813"; - p1 = "219.714508 254.606812"; - p2 = "222.03653 243.310822"; - p3 = "227.90451 246.46582"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "227.90451 246.46582"; - p1 = "232.64151 249.012817"; - p2 = "235.926514 261.320831"; - p3 = "250.140503 267.353821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "250.140503 267.353821"; - p1 = "265.770508 273.988831"; - p2 = "271.41452 267.219818"; - p3 = "276.420502 273.418823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "276.420502 273.418823"; - p1 = "281.436493 279.631836"; - p2 = "272.995514 287.859833"; - p3 = "265.638519 294.980835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "265.638519 294.980835"; - p1 = "253.246521 306.976837"; - p2 = "253.760498 323.95282"; - p3 = "249.466522 334.736816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "249.466522 334.736816"; - p1 = "240.968506 356.080811"; - p2 = "228.501526 365.278839"; - p3 = "217.441528 372.000824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.1279; G = 0.7744; R = 0.1429; s = CalRGB; }; - p0 = "217.441528 372.000824"; - p1 = "205.920502 379.002838"; - p2 = "190.973511 398.841827"; - p3 = "187.474503 394.033813"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "182.926514 403.030823"; - p1 = "191.848511 402.319824"; - p2 = "205.504501 383.841827"; - p3 = "217.6315 376.471832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "217.6315 376.471832"; - p1 = "229.273529 369.395813"; - p2 = "246.008514 358.114838"; - p3 = "254.954498 335.64682"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "254.954498 335.64682"; - p1 = "259.474518 324.29483"; - p2 = "257.616516 308.904816"; - p3 = "270.660522 296.277832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "270.660522 296.277832"; - p1 = "278.40451 288.78183"; - p2 = "286.328522 278.878815"; - p3 = "281.802521 271.795837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "281.802521 271.795837"; - p1 = "274.892517 260.980835"; - p2 = "268.833496 269.459839"; - p3 = "252.380493 262.47583"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "252.380493 262.47583"; - p1 = "237.418518 256.12381"; - p2 = "232.975525 240.713837"; - p3 = "227.716522 238.619843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "227.716522 238.619843"; - p1 = "217.145508 234.410828"; - p2 = "213.784515 252.29184"; - p3 = "219.214508 266.214813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "219.214508 266.214813"; - p1 = "223.561523 277.362823"; - p2 = "225.260529 281.440826"; - p3 = "221.291504 289.776825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "221.291504 289.776825"; - p1 = "216.850525 299.103821"; - p2 = "226.640503 306.032837"; - p3 = "219.2435 317.455811"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "219.2435 317.455811"; - p1 = "214.828522 324.272827"; - p2 = "210.359528 327.982819"; - p3 = "210.70752 340.036835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "210.70752 340.036835"; - p1 = "211.240509 358.546814"; - p2 = "206.138504 369.149811"; - p3 = "197.646515 378.39682"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "197.646515 378.39682"; - p1 = "188.990509 387.820831"; - p2 = "183.662506 388.661835"; - p3 = "178.851501 395.678833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "178.851501 395.678833"; - p1 = "176.320511 399.370819"; - p2 = "178.105515 403.415833"; - p3 = "182.926514 403.030823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "179.657501 407.512817"; - p1 = "173.026505 407.19281"; - p2 = "171.683502 402.005829"; - p3 = "173.882507 397.094818"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "173.882507 397.094818"; - p1 = "177.361511 389.330811"; - p2 = "185.463501 386.871826"; - p3 = "194.119507 377.447815"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "194.119507 377.447815"; - p1 = "202.612503 368.200836"; - p2 = "207.745514 357.573822"; - p3 = "207.212509 339.062836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "207.212509 339.062836"; - p1 = "206.865509 327.00882"; - p2 = "212.62851 320.326813"; - p3 = "217.043518 313.510834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "217.043518 313.510834"; - p1 = "222.284515 305.417816"; - p2 = "213.64151 299.183838"; - p3 = "216.790527 289.65683"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "216.790527 289.65683"; - p1 = "219.688507 280.889832"; - p2 = "220.052521 276.823822"; - p3 = "215.270508 265.856812"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "215.270508 265.856812"; - p1 = "208.112503 249.440826"; - p2 = "214.884521 233.981842"; - p3 = "225.394501 234.21283"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "225.394501 234.21283"; - p1 = "233.412506 234.388824"; - p2 = "242.708496 254.107819"; - p3 = "252.022522 258.454834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "252.022522 258.454834"; - p1 = "270.708496 267.176819"; - p2 = "275.768494 255.667816"; - p3 = "284.185516 268.51181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "284.185516 268.51181"; - p1 = "289.474518 276.583832"; - p2 = "283.283508 289.114838"; - p3 = "273.47052 297.147827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "273.47052 297.147827"; - p1 = "260.834503 307.491821"; - p2 = "261.699493 326.601837"; - p3 = "257.179504 337.953827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "257.179504 337.953827"; - p1 = "248.233521 360.421814"; - p2 = "231.211517 371.828827"; - p3 = "219.569519 378.904816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0.0075; s = CalRGB; }; - p0 = "219.569519 378.904816"; - p1 = "207.442505 386.274811"; - p2 = "193.649506 408.186829"; - p3 = "179.657501 407.512817"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "197.582504 268.701813"; - p1 = "203.646515 278.808838"; - p2 = "196.942505 291.551819"; - p3 = "197.582504 294.980835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "197.582504 294.980835"; - p1 = "193.539505 298.349823"; - p2 = "185.453506 305.088837"; - p3 = "177.367508 303.066833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "177.367508 303.066833"; - p1 = "183.43251 299.697815"; - p2 = "185.453506 292.959839"; - p3 = "191.517502 290.264832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "191.517502 290.264832"; - p1 = "191.413513 283.832825"; - p2 = "176.813507 273.115814"; - p3 = "173.324509 270.723816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "173.324509 270.723816"; - p1 = "179.375504 265.864838"; - p2 = "188.82251 265.332825"; - p3 = "194.213501 266.680817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "194.213501 266.680817"; - p1 = "197.842514 260.86084"; - p2 = "194.213501 237.705841"; - p3 = "186.801514 233.662842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "186.801514 233.662842"; - p1 = "194.887512 231.641846"; - p2 = "195.560501 235.684845"; - p3 = "200.277512 234.336823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "200.277512 234.336823"; - p1 = "196.199509 243.586823"; - p2 = "194.8405 264.132813"; - p3 = "197.582504 268.701813"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "189.319504 248.116821"; - p1 = "190.815506 251.700836"; - p2 = "191.966507 254.265839"; - p3 = "190.148514 260.604828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "190.148514 260.604828"; - p1 = "185.886505 259.938812"; - p2 = "179.731506 261.047821"; - p3 = "175.5905 261.819824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "175.5905 261.819824"; - p1 = "171.431503 262.594818"; - p2 = "166.934509 265.319824"; - p3 = "160.79451 268.290833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "160.79451 268.290833"; - p1 = "166.966507 270.060822"; - p2 = "168.615509 275.67981"; - p3 = "175.666504 279.512817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "175.666504 279.512817"; - p1 = "180.000504 281.868835"; - p2 = "183.489502 284.260834"; - p3 = "184.219513 289.480835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "184.219513 289.480835"; - p1 = "176.058502 292.706818"; - p2 = "174.834503 303.766815"; - p3 = "164.324509 303.535828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "164.324509 303.535828"; - p1 = "173.579514 310.086823"; - p2 = "182.729507 310.205811"; - p3 = "189.567505 307.71283"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "189.567505 307.71283"; - p1 = "194.7435 305.826813"; - p2 = "203.071503 300.173828"; - p3 = "204.091507 298.796814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "204.091507 298.796814"; - p1 = "203.214508 294.091827"; - p2 = "205.152512 289.576813"; - p3 = "206.948502 284.04184"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "206.948502 284.04184"; - p1 = "208.798508 278.313812"; - p2 = "204.772507 268.244812"; - p3 = "201.667511 258.027832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "201.667511 258.027832"; - p1 = "198.894501 248.901825"; - p2 = "205.586502 234.376831"; - p3 = "209.047516 228.132843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "209.047516 228.132843"; - p1 = "205.403503 230.608826"; - p2 = "199.701508 230.747833"; - p3 = "196.843506 228.713837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "196.843506 228.713837"; - p1 = "188.984512 223.120819"; - p2 = "179.278503 230.595825"; - p3 = "175.749512 230.505829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "175.749512 230.505829"; - p1 = "183.76651 236.723846"; - p2 = "186.995514 242.550812"; - p3 = "189.319504 248.116821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "281.407501 161.382843"; - p1 = "275.352509 166.389847"; - p2 = "270.616516 168.713837"; - p3 = "263.818512 173.559845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "263.818512 173.559845"; - p1 = "250.1745 183.285843"; - p2 = "251.797516 194.025833"; - p3 = "240.140503 202.649841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "240.140503 202.649841"; - p1 = "232.909515 207.999847"; - p2 = "222.292511 209.135834"; - p3 = "215.785522 211.444824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "215.785522 211.444824"; - p1 = "217.698517 213.140839"; - p2 = "220.067505 220.902832"; - p3 = "219.844513 223.621826"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "219.844513 223.621826"; - p1 = "219.554504 227.154846"; - p2 = "216.6185 229.32782"; - p3 = "211.726501 233.769836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "211.726501 233.769836"; - p1 = "200.4935 243.969818"; - p2 = "205.656509 259.939819"; - p3 = "210.373505 274.359833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "210.373505 274.359833"; - p1 = "213.488525 283.880829"; - p2 = "209.856506 292.00882"; - p3 = "209.020508 297.361816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "209.020508 297.361816"; - p1 = "208.355515 301.62381"; - p2 = "209.089508 305.19281"; - p3 = "210.373505 307.509827"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "210.373505 307.509827"; - p1 = "198.872513 319.686829"; - p2 = "188.945511 324.660828"; - p3 = "178.966507 325.268829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "178.966507 325.268829"; - p1 = "160.554504 326.390839"; - p2 = "152.9655 307.236816"; - p3 = "127.086502 315.958832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "127.086502 315.958832"; - p1 = "144.189514 299.988831"; - p2 = "155.5345 289.810822"; - p3 = "167.461502 289.684814"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "167.461502 289.684814"; - p1 = "167.282501 285.458832"; - p2 = "163.112503 283.303833"; - p3 = "157.290512 281.479828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "157.290512 281.479828"; - p1 = "146.819504 278.198822"; - p2 = "140.664505 267.23584"; - p3 = "130.803513 271.936829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "130.803513 271.936829"; - p1 = "138.758514 262.236816"; - p2 = "150.726501 255.082825"; - p3 = "159.999512 253.589813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "159.999512 253.589813"; - p1 = "174.297501 251.288818"; - p2 = "179.145508 253.79184"; - p3 = "185.134506 255.230835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "185.134506 255.230835"; - p1 = "186.166504 251.630829"; - p2 = "183.912506 245.71283"; - p3 = "178.092514 240.96582"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "178.092514 240.96582"; - p1 = "174.934509 238.389832"; - p2 = "167.676514 233.608826"; - p3 = "157.640503 236.575836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "157.640503 236.575836"; - p1 = "162.093506 229.78183"; - p2 = "172.341507 221.22583"; - p3 = "180.208511 219.028839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "180.208511 219.028839"; - p1 = "188.074509 216.830841"; - p2 = "198.589508 215.302826"; - p3 = "204.809509 219.728821"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "204.809509 219.728821"; - p1 = "203.836502 212.394836"; - p2 = "191.759506 200.306839"; - p3 = "181.474503 201.022842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "181.474503 201.022842"; - p1 = "190.060501 196.750839"; - p2 = "196.559509 196.772842"; - p3 = "203.734512 197.36084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "203.734512 197.36084"; - p1 = "211.494507 197.997833"; - p2 = "219.994507 205.906845"; - p3 = "227.269501 202.697845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "227.269501 202.697845"; - p1 = "220.884521 201.572845"; - p2 = "211.7005 185.444839"; - p3 = "203.650513 184.837845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "203.650513 184.837845"; - p1 = "211.112518 182.386841"; - p2 = "217.830505 181.36084"; - p3 = "223.209503 182.99884"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "223.209503 182.99884"; - p1 = "233.112518 186.015839"; - p2 = "238.58252 193.408844"; - p3 = "244.038513 190.384842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "244.038513 190.384842"; - p1 = "236.513519 187.696838"; - p2 = "237.782501 177.116837"; - p3 = "230.000519 173.472839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "230.000519 173.472839"; - p1 = "235.316528 172.172836"; - p2 = "240.092499 173.365845"; - p3 = "242.305511 174.882843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "242.305511 174.882843"; - p1 = "246.659515 177.867844"; - p2 = "252.160522 179.297836"; - p3 = "255.705505 176.783844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "255.705505 176.783844"; - p1 = "253.657501 174.078842"; - p2 = "253.363495 173.813843"; - p3 = "252.9935 170.177841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5412; R = 1; s = CalRGB; }; - p0 = "252.9935 170.177841"; - p1 = "259.08252 167.471848"; - p2 = "269.230499 164.765839"; - p3 = "281.407501 161.382843"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "19.423309 367.16684"; - p1 = "72.919716 358.362823"; - p2 = "110.496506 398.252838"; - p3 = "152.739502 403.407837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "152.739502 403.407837"; - p1 = "157.893509 404.036835"; - p2 = "163.512512 404.729828"; - p3 = "169.221512 403.474823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "169.221512 403.474823"; - p1 = "169.3535 404.524811"; - p2 = "170.030502 405.947815"; - p3 = "170.632507 406.845825"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "170.632507 406.845825"; - p1 = "165.608505 408.510834"; - p2 = "156.549515 408.22583"; - p3 = "151.395508 407.596832"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "151.395508 407.596832"; - p1 = "108.918503 402.413818"; - p2 = "62.495918 362.58783"; - p3 = "19.277916 372.449829"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "19.277916 372.449829"; - p1 = "19.423309 367.16684"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "11.618111 276.487823"; - p1 = "17.292709 273.293823"; - p2 = "27.522713 269.574829"; - p3 = "34.031715 267.061829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "34.031715 267.061829"; - p1 = "41.150513 264.311829"; - p2 = "52.791916 259.229828"; - p3 = "59.916718 257.418823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "59.916718 257.418823"; - p1 = "57.792114 256.545837"; - p2 = "55.187317 256.111816"; - p3 = "51.931519 256.111816"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "51.931519 256.111816"; - p1 = "56.706917 252.855835"; - p2 = "60.396912 254.374817"; - p3 = "64.955116 255.894836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "64.955116 255.894836"; - p1 = "68.899712 257.208832"; - p2 = "72.769516 255.676819"; - p3 = "74.722916 258.28183"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "74.722916 258.28183"; - p1 = "60.757118 262.068817"; - p2 = "11.618111 282.357819"; - p3 = "11.618111 282.357819"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "11.618111 282.357819"; - p1 = "11.618111 276.487823"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "12.746117 296.737823"; - p1 = "12.746117 296.737823"; - p2 = "23.003914 303.042816"; - p3 = "26.313515 309.013824"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "26.313515 309.013824"; - p1 = "34.21891 323.275818"; - p2 = "27.365913 343.05481"; - p3 = "17.932312 353.326813"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "17.932312 353.326813"; - p1 = "15.35891 356.128815"; - p2 = "14.846512 355.264832"; - p3 = "11.618111 356.717834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "11.618111 356.717834"; - p1 = "20.423912 346.933838"; - p2 = "30.469315 323.182831"; - p3 = "22.487114 308.78183"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "22.487114 308.78183"; - p1 = "20.590317 305.359833"; - p2 = "15.622711 303.642822"; - p3 = "12.596512 301.926819"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 1; G = 0; R = 0; s = CalRGB; }; - p0 = "12.596512 301.926819"; - p1 = "12.746117 296.737823"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "11.729111 257.210815"; - p1 = "10.936714 251.662811"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "10.936714 251.662811"; - p1 = "10.936714 251.662811"; - p2 = "18.91291 249.503815"; - p3 = "21.940514 248.171814"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "21.940514 248.171814"; - p1 = "23.565315 251.092834"; - p2 = "20.106316 255.177826"; - p3 = "18.285912 256.459839"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "18.285912 256.459839"; - p1 = "16.565712 256.745819"; - p2 = "13.327515 257.408813"; - p3 = "11.729111 257.210815"; - width = 0.8099; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "11.729111 257.210815"; - p1 = "13.327515 257.408813"; - p2 = "16.565712 256.745819"; - p3 = "18.285912 256.459839"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "18.285912 256.459839"; - p1 = "20.106316 255.177826"; - p2 = "23.565315 251.092834"; - p3 = "21.940514 248.171814"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "21.940514 248.171814"; - p1 = "18.91291 249.503815"; - p2 = "10.936714 251.662811"; - p3 = "10.936714 251.662811"; - width = 0.8099; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0; R = 1; s = CalRGB; }; - p0 = "10.936714 251.662811"; - p1 = "11.729111 257.210815"; - width = 0.8099; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0.8099; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "109.020508 430.105835"; - p1 = "115.476501 427.198822"; - p2 = "121.701508 428.118835"; - p3 = "126.986511 425.524811"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "126.986511 425.524811"; - p1 = "130.418503 423.84082"; - p2 = "136.186508 418.938812"; - p3 = "141.389511 414.515839"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "141.389511 414.515839"; - p1 = "135.39151 415.823822"; - p2 = "129.997513 412.762817"; - p3 = "126.942505 412.102814"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "126.942505 412.102814"; - p1 = "124.736511 419.040833"; - p2 = "112.365509 425.22583"; - p3 = "109.020508 430.105835"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "150.769501 432.19281"; - p1 = "157.944504 424.517822"; - p2 = "170.884506 424.608826"; - p3 = "179.403503 415.996826"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "179.403503 415.996826"; - p1 = "174.030502 418.000824"; - p2 = "167.094513 413.091827"; - p3 = "161.499512 415.868835"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "161.499512 415.868835"; - p1 = "159.698502 418.255829"; - p2 = "152.152512 425.913818"; - p3 = "150.769501 432.19281"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "74.708717 415.50882"; - p1 = "81.165512 412.601837"; - p2 = "84.189514 415.631836"; - p3 = "91.559509 412.55481"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "91.559509 412.55481"; - p1 = "94.653519 411.263824"; - p2 = "100.987518 408.336823"; - p3 = "105.703506 404.714813"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "105.703506 404.714813"; - p1 = "99.106506 404.336823"; - p2 = "91.276505 397.810822"; - p3 = "88.221512 397.149811"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "88.221512 397.149811"; - p1 = "88.869507 406.203827"; - p2 = "78.112915 408.915833"; - p3 = "74.708717 415.50882"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "37.448112 408.933838"; - p1 = "44.762917 404.54184"; - p2 = "48.530518 406.487823"; - p3 = "53.902512 402.83783"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "53.902512 402.83783"; - p1 = "56.674911 400.953827"; - p2 = "63.736717 392.60083"; - p3 = "68.452118 388.978821"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "68.452118 388.978821"; - p1 = "64.073715 387.514832"; - p2 = "58.237312 384.588837"; - p3 = "53.939713 385.024811"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "53.939713 385.024811"; - p1 = "53.334114 396.061829"; - p2 = "40.567513 401.825836"; - p3 = "37.448112 408.933838"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "17.488716 406.617828"; - p1 = "20.453316 404.204834"; - p2 = "32.81691 386.214813"; - p3 = "36.892311 380.733826"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "36.892311 380.733826"; - p1 = "31.052711 380.728821"; - p2 = "24.142311 381.280823"; - p3 = "18.466911 382.15683"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "18.466911 382.15683"; - p1 = "19.628311 388.943817"; - p2 = "16.510117 396.832825"; - p3 = "17.488716 406.617828"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "14.553314 377.264832"; - p1 = "24.063515 375.40683"; - p2 = "40.428116 374.176819"; - p3 = "49.702911 375.247833"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "49.702911 375.247833"; - p1 = "68.748314 377.464813"; - p2 = "101.62851 395.54483"; - p3 = "126.778503 405.134827"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "126.778503 405.134827"; - p1 = "136.991501 409.029816"; - p2 = "161.914505 413.69281"; - p3 = "171.229507 408.853821"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "171.229507 408.853821"; - p1 = "175.826508 412.466827"; - p2 = "183.252502 412.57782"; - p3 = "192.110504 407.331818"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "192.110504 407.331818"; - p1 = "186.19751 426.497833"; - p2 = "146.083511 434.457825"; - p3 = "143.759506 445.473816"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "143.759506 445.473816"; - p1 = "137.549515 429.418823"; - p2 = "151.974503 425.120819"; - p3 = "152.782501 416.268829"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "152.782501 416.268829"; - p1 = "142.130508 416.457825"; - p2 = "137.010513 425.979828"; - p3 = "126.296509 430.949829"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "126.296509 430.949829"; - p1 = "115.980515 435.734833"; - p2 = "107.831512 433.080811"; - p3 = "99.060516 441.363831"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "99.060516 441.363831"; - p1 = "97.571518 427.038818"; - p2 = "117.053513 420.945831"; - p3 = "117.319504 411.722839"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "117.319504 411.722839"; - p1 = "108.956512 406.945831"; - p2 = "100.523514 415.989838"; - p3 = "93.667511 418.782837"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "93.667511 418.782837"; - p1 = "81.411514 423.772827"; - p2 = "70.194511 417.673828"; - p3 = "62.960312 427.061829"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "62.960312 427.061829"; - p1 = "60.350716 409.012817"; - p2 = "79.510712 410.829834"; - p3 = "80.296516 395.266815"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "80.296516 395.266815"; - p1 = "73.049316 388.862823"; - p2 = "59.867317 406.926819"; - p3 = "55.123718 409.892822"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "55.123718 409.892822"; - p1 = "47.624115 414.581818"; - p2 = "37.274513 411.045837"; - p3 = "29.811516 421.233826"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "29.811516 421.233826"; - p1 = "29.088112 401.128815"; - p2 = "45.486916 393.719818"; - p3 = "46.038315 385.010834"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "46.038315 385.010834"; - p1 = "36.892311 380.733826"; - p2 = "23.359314 413.46582"; - p3 = "14.553314 415.422821"; - width = 0.8099; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.5414; R = 1; s = CalRGB; }; - p0 = "14.553314 415.422821"; - p1 = "14.553314 377.264832"; - width = 0.8099; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "13.485916 339.141815"; - p1 = "12.420509 334.617828"; - p2 = "14.896111 329.755829"; - p3 = "17.115112 328.456818"; - width = 0.8099; - }, - { - Class = VCurve; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "17.115112 328.456818"; - p1 = "19.16291 330.96283"; - p2 = "18.791916 336.410828"; - p3 = "17.554115 338.515839"; - width = 0.8099; - }, - { - Class = VLine; - color = {A = 1; B = 0; G = 0.302; R = 0; s = CalRGB; }; - p0 = "17.554115 338.515839"; - p1 = "13.485916 339.141815"; - width = 0.8099; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "514.283508 14.613838"; - p1 = "518.288513 28.629036"; - p2 = "509.518494 47.316238"; - p3 = "499.507507 53.990036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "499.507507 53.990036"; - p1 = "490.750549 59.828033"; - p2 = "482.125549 62.539642"; - p3 = "475.481506 68.005432"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "475.481506 68.005432"; - p1 = "488.161499 61.99884"; - p2 = "500.842529 65.335831"; - p3 = "507.516479 79.351242"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "507.516479 79.351242"; - p1 = "494.409485 80.506439"; - p2 = "479.866516 93.914841"; - p3 = "468.807495 97.370834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "468.807495 97.370834"; - p1 = "458.129517 100.70784"; - p2 = "451.454498 99.372833"; - p3 = "442.778503 100.040833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "442.778503 100.040833"; - p1 = "448.117493 105.379837"; - p2 = "457.461517 108.048843"; - p3 = "471.476501 104.04483"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "471.476501 104.04483"; - p1 = "457.461517 125.40184"; - p2 = "438.107513 129.405838"; - p3 = "420.754517 127.403839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 1; G = 1; R = 1; s = CalRGB; }; - p0 = "420.754517 127.403839"; - p1 = "410.625519 126.234833"; - p2 = "400.091522 127.438843"; - p3 = "393.39151 131.407837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "10.368317 242.863831"; - p1 = "10.368317 242.863831"; - p2 = "14.31031 243.530823"; - p3 = "18.314713 240.86084"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "18.314713 240.86084"; - p1 = "17.903114 237.407837"; - p2 = "20.31691 232.184845"; - p3 = "24.98851 230.849823"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "24.98851 230.849823"; - p1 = "32.327911 228.752838"; - p2 = "49.014915 232.184845"; - p3 = "60.360512 224.843842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "60.360512 224.843842"; - p1 = "70.162712 218.500824"; - p2 = "81.717514 211.495819"; - p3 = "85.721512 195.477844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "85.721512 195.477844"; - p1 = "88.039505 186.20784"; - p2 = "93.063507 181.462845"; - p3 = "100.40451 186.134842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "100.40451 186.134842"; - p1 = "111.587509 178.521835"; - p2 = "108.413513 161.440842"; - p3 = "107.078506 150.094833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "107.078506 150.094833"; - p1 = "121.761505 158.103836"; - p2 = "129.102509 175.456833"; - p3 = "123.763504 193.475845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "123.763504 193.475845"; - p1 = "137.778503 188.803833"; - p2 = "138.666504 164.422836"; - p3 = "139.11351 153.431839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "139.11351 153.431839"; - p1 = "154.463501 171.451843"; - p2 = "151.793503 193.475845"; - p3 = "145.787506 210.160828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "145.787506 210.160828"; - p1 = "157.761505 203.523834"; - p2 = "156.862503 190.528839"; - p3 = "159.135513 179.460846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "159.135513 179.460846"; - p1 = "169.813507 184.799835"; - p2 = "168.4785 203.486847"; - p3 = "169.146515 216.167847"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "169.146515 216.167847"; - p1 = "175.320511 210.504822"; - p2 = "183.048508 210.506836"; - p3 = "186.498505 211.495819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "186.498505 211.495819"; - p1 = "184.257507 206.290833"; - p2 = "179.2005 202.545837"; - p3 = "171.815506 200.149841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "171.815506 200.149841"; - p1 = "179.3535 193.392838"; - p2 = "186.498505 189.471848"; - p3 = "199.846512 191.473846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "199.846512 191.473846"; - p1 = "198.511505 187.469833"; - p2 = "192.505508 185.466843"; - p3 = "186.498505 184.799835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "186.498505 184.799835"; - p1 = "199.487503 178.566833"; - p2 = "216.531525 172.118835"; - p3 = "223.872528 178.125839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "223.872528 178.125839"; - p1 = "223.205505 174.788834"; - p2 = "220.117523 171.352844"; - p3 = "216.531525 170.116837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "216.531525 170.116837"; - p1 = "223.872528 165.445847"; - p2 = "230.363525 167.358841"; - p3 = "233.883514 166.779846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "233.883514 166.779846"; - p1 = "236.333496 163.774841"; - p2 = "234.608521 163.830841"; - p3 = "237.22052 162.108841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "237.22052 162.108841"; - p1 = "235.907501 160.902847"; - p2 = "235.135529 159.650833"; - p3 = "232.54953 159.438843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "232.54953 159.438843"; - p1 = "239.893494 154.078842"; - p2 = "253.723511 149.312836"; - p3 = "259.912506 149.427841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "259.912506 149.427841"; - p1 = "264.518494 133.979843"; - p2 = "279.934509 138.749847"; - p3 = "285.940521 138.081833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "285.940521 138.081833"; - p1 = "291.685516 137.443832"; - p2 = "299.162506 135.012833"; - p3 = "302.625519 132.075836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "302.625519 132.075836"; - p1 = "304.359497 128.313843"; - p2 = "307.159515 120.868835"; - p3 = "307.964508 116.725845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "307.964508 116.725845"; - p1 = "309.189514 110.425842"; - p2 = "309.594513 104.926834"; - p3 = "306.629517 98.038834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "306.629517 98.038834"; - p1 = "311.496521 97.632843"; - p2 = "317.386505 88.930832"; - p3 = "317.975494 84.022842"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "317.975494 84.022842"; - p1 = "321.258514 87.58783"; - p2 = "331.097504 91.817841"; - p3 = "337.997498 90.029831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "337.997498 90.029831"; - p1 = "343.498505 88.603836"; - p2 = "353.133514 91.365829"; - p3 = "359.354492 99.372833"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "359.354492 99.372833"; - p1 = "362.472504 95.353836"; - p2 = "362.396515 89.185837"; - p3 = "368.69751 79.351242"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "368.69751 79.351242"; - p1 = "377.296509 65.92923"; - p2 = "392.637512 60.051834"; - p3 = "404.069519 45.314041"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "404.069519 45.314041"; - p1 = "408.741516 49.985641"; - p2 = "414.042511 62.127441"; - p3 = "409.408508 68.005432"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "409.408508 68.005432"; - p1 = "416.08252 62.666229"; - p2 = "420.087494 61.99884"; - p3 = "423.4245 55.325043"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "423.4245 55.325043"; - p1 = "430.795502 40.582031"; - p2 = "434.770508 16.616035"; - p3 = "459.463501 15.281036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "459.463501 15.281036"; - p1 = "445.448517 35.970436"; - p2 = "456.923492 46.505836"; - p3 = "449.452515 55.992233"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "449.452515 55.992233"; - p1 = "456.794495 45.314041"; - p2 = "464.135498 39.974838"; - p3 = "474.813538 35.970436"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "474.813538 35.970436"; - p1 = "486.141541 31.722641"; - p2 = "499.507507 25.292038"; - p3 = "514.190491 14.613838"; - width = 1; - }, - { - Class = VLine; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "514.190491 14.613838"; - p1 = "509.52948 9.953232"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "509.52948 9.953232"; - p1 = "494.846497 20.631638"; - p2 = "481.092529 26.147034"; - p3 = "470.152527 31.310036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "470.152527 31.310036"; - p1 = "464.010498 34.208633"; - p2 = "456.021515 37.537636"; - p3 = "452.692505 40.86644"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "452.692505 40.86644"; - p1 = "453.358521 33.542831"; - p2 = "450.695496 24.222031"; - p3 = "459.463501 15.281036"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "459.463501 15.281036"; - p1 = "459.463501 15.281036"; - p2 = "458.931519 10.187035"; - p3 = "458.018494 8.909439"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "458.018494 8.909439"; - p1 = "433.3255 10.244232"; - p2 = "426.134521 35.921631"; - p3 = "418.763519 50.664429"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "418.763519 50.664429"; - p1 = "415.426514 57.338242"; - p2 = "418.088501 54.169037"; - p3 = "411.41452 59.508041"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "411.41452 59.508041"; - p1 = "409.417511 52.184631"; - p2 = "404.080505 45.325241"; - p3 = "399.408508 40.653435"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "399.408508 40.653435"; - p1 = "387.976501 55.391235"; - p2 = "372.635498 61.268829"; - p3 = "364.036499 74.690643"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "364.036499 74.690643"; - p1 = "357.735504 84.525833"; - p2 = "357.811493 90.693832"; - p3 = "354.693512 94.71283"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "354.693512 94.71283"; - p1 = "348.166504 82.810043"; - p2 = "336.357513 85.37883"; - p3 = "330.856506 86.80484"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "330.856506 86.80484"; - p1 = "323.955505 88.592834"; - p2 = "314.831512 81.048843"; - p3 = "311.548492 77.483841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "311.548492 77.483841"; - p1 = "310.959503 82.392029"; - p2 = "303.099518 92.390839"; - p3 = "298.233521 92.796829"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "298.233521 92.796829"; - p1 = "301.19751 99.68483"; - p2 = "304.528503 105.764832"; - p3 = "303.303497 112.064835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "303.303497 112.064835"; - p1 = "302.498505 116.20784"; - p2 = "299.698517 123.652847"; - p3 = "297.964508 127.414841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "297.964508 127.414841"; - p1 = "294.501495 130.352844"; - p2 = "285.336517 130.772842"; - p3 = "279.591522 131.411835"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "279.591522 131.411835"; - p1 = "273.584503 132.078842"; - p2 = "258.898499 127.946838"; - p3 = "254.292511 143.395844"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "254.292511 143.395844"; - p1 = "248.103516 143.280838"; - p2 = "231.010529 150.018845"; - p3 = "223.666504 155.379837"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "223.666504 155.379837"; - p1 = "226.25351 155.590836"; - p2 = "231.246521 156.241837"; - p3 = "232.559509 157.447845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "232.559509 157.447845"; - p1 = "229.94751 159.169846"; - p2 = "231.672516 159.114838"; - p3 = "229.222504 162.119843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "229.222504 162.119843"; - p1 = "225.702515 162.698837"; - p2 = "216.360504 160.693832"; - p3 = "209.019501 165.365845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "209.019501 165.365845"; - p1 = "212.60553 166.601837"; - p2 = "219.004517 168.686844"; - p3 = "219.672516 172.023834"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "219.672516 172.023834"; - p1 = "201.030502 170.691833"; - p2 = "188.054504 178.439835"; - p3 = "175.065506 184.672836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "175.065506 184.672836"; - p1 = "181.071503 185.340836"; - p2 = "190.37851 184.672836"; - p3 = "195.185501 186.813843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "195.185501 186.813843"; - p1 = "181.837509 184.810837"; - p2 = "167.0755 191.996841"; - p3 = "169.073502 199.319839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "169.073502 199.319839"; - p1 = "173.733505 199.319839"; - p2 = "179.596512 201.629837"; - p3 = "181.837509 206.834839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "181.837509 206.834839"; - p1 = "178.387512 205.84584"; - p2 = "175.912506 202.311844"; - p3 = "169.739502 207.975845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "169.739502 207.975845"; - p1 = "169.071503 195.294846"; - p2 = "168.407501 186.670837"; - p3 = "153.760513 173.354843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "153.760513 173.354843"; - p1 = "151.48851 184.423843"; - p2 = "153.094513 191.330841"; - p3 = "149.10051 199.319839"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "149.10051 199.319839"; - p1 = "155.106506 182.634842"; - p2 = "148.434509 160.705841"; - p3 = "133.121506 145.392838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "133.121506 145.392838"; - p1 = "132.674515 156.382843"; - p2 = "133.787506 175.352844"; - p3 = "126.463501 184.672836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "126.463501 184.672836"; - p1 = "127.129501 166.697845"; - p2 = "114.515503 153.40184"; - p3 = "99.832504 145.392838"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "99.832504 145.392838"; - p1 = "101.167511 156.738846"; - p2 = "106.926514 173.861847"; - p3 = "95.743515 181.473846"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "95.743515 181.473846"; - p1 = "88.402512 176.802841"; - p2 = "83.37851 181.546844"; - p3 = "81.060516 190.817841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "81.060516 190.817841"; - p1 = "77.056313 206.834839"; - p2 = "65.501915 213.84082"; - p3 = "55.699715 220.182831"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "55.699715 220.182831"; - p1 = "44.353912 227.524841"; - p2 = "27.666916 224.092834"; - p3 = "20.327515 226.189819"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "20.327515 226.189819"; - p1 = "15.655914 227.524841"; - p2 = "13.948311 234.605835"; - p3 = "9.953712 235.937836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "9.953712 235.937836"; - p1 = "9.953712 239.266815"; - p2 = "10.368317 242.863831"; - p3 = "10.368317 242.863831"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "393.422516 131.407837"; - p1 = "401.427521 127.41684"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "401.427521 127.41684"; - p1 = "404.7565 130.079834"; - p2 = "405.926514 135.334839"; - p3 = "413.40451 140.100845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "413.40451 140.100845"; - p1 = "418.718506 143.486847"; - p2 = "433.108521 146.621841"; - p3 = "438.765503 155.450836"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "438.765503 155.450836"; - p1 = "441.060516 159.031845"; - p2 = "444.108521 169.922836"; - p3 = "439.432495 174.80484"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "439.432495 174.80484"; - p1 = "440.939514 182.116837"; - p2 = "437.290497 202.34584"; - p3 = "456.1185 211.511841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "456.1185 211.511841"; - p1 = "463.579498 215.143829"; - p2 = "478.533508 216.71582"; - p3 = "495.494507 233.535828"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "495.494507 233.535828"; - p1 = "511.260498 249.170837"; - p2 = "515.275513 281.210815"; - p3 = "508.851501 302.26181"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "508.851501 302.26181"; - p1 = "510.138489 290.346832"; - p2 = "507.931519 255.828827"; - p3 = "492.166504 240.193817"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "492.166504 240.193817"; - p1 = "475.205505 223.37384"; - p2 = "460.251495 221.801819"; - p3 = "452.78952 218.16983"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "452.78952 218.16983"; - p1 = "433.962494 209.003845"; - p2 = "437.611511 188.774841"; - p3 = "436.104492 181.462845"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "436.104492 181.462845"; - p1 = "440.780518 176.579834"; - p2 = "437.732513 165.689835"; - p3 = "435.4375 162.108841"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "435.4375 162.108841"; - p1 = "429.77951 153.279846"; - p2 = "415.390503 150.144836"; - p3 = "410.076508 146.757843"; - width = 1; - }, - { - Class = VCurve; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - p0 = "410.076508 146.757843"; - p1 = "402.598511 141.992844"; - p2 = "398.761505 132.742844"; - p3 = "393.422516 131.407837"; - width = 1; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "47.012718 276.232819"; - p1 = "48.800003 275.51651"; - p2 = "51.600006 274.116547"; - p3 = "54.800003 273.01651"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "54.800003 273.01651"; - p1 = "81 276.416504"; - p2 = "107.699997 293.716522"; - p3 = "121 300.816528"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "121 300.816528"; - p1 = "126.5 292.516541"; - p2 = "135.199997 288.316528"; - p3 = "142.800003 284.51651"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "142.800003 284.51651"; - p1 = "144.600006 285.216522"; - p2 = "146.399994 286.51651"; - p3 = "148.456512 287.578827"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "148.456512 287.578827"; - p1 = "138.046509 292.060822"; - p2 = "128.434509 298.924835"; - p3 = "122.428513 308.267822"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "122.428513 308.267822"; - p1 = "111.699997 300.416534"; - p2 = "79 280.116516"; - p3 = "47.012718 276.232819"; - width = 0; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VLine; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "161.137512 241.528839"; - p1 = "158.467514 248.20282"; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VLine; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "158.467514 248.20282"; - p1 = "161.137512 241.528839"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "161.137512 241.528839"; - p1 = "165.14151 240.86084"; - p2 = "171.148514 243.530823"; - p3 = "175.152512 246.867828"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "175.152512 246.867828"; - p1 = "168.4785 246.867828"; - p2 = "163.139511 246.199829"; - p3 = "158.467514 248.20282"; - width = 0; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "110.149994 281.466522"; - p1 = "112.050003 273.916534"; - p2 = "118 265.366516"; - p3 = "122.199997 261.416534"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "122.199997 261.416534"; - p1 = "123.699997 261.51651"; - p2 = "126.399994 261.966522"; - p3 = "127.767502 262.217834"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "127.767502 262.217834"; - p1 = "121.761505 266.889832"; - p2 = "117.089508 275.565826"; - p3 = "116.421509 280.237823"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "116.421509 280.237823"; - p1 = "115.100006 280.416534"; - p2 = "111.600006 281.166534"; - p3 = "110.149994 281.466522"; - width = 0; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "471.47644 104.04483"; - p1 = "457.461517 108.048843"; - p2 = "448.117493 105.379837"; - p3 = "442.778503 100.040833"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "442.778503 100.040833"; - p1 = "443.799988 99.816528"; - p2 = "445.666656 99.683182"; - p3 = "447.533325 99.683182"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "447.533325 99.683182"; - p1 = "451.399994 100.083191"; - p2 = "458.200012 101.683182"; - p3 = "467.799927 99.54985"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "467.799927 99.54985"; - p1 = "468.733276 100.616516"; - p2 = "470.200012 102.616516"; - p3 = "471.47644 104.04483"; - width = 0; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - }, - { - Class = VPath; - ccw = 1; - color = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - endColor = {A = 1; W = 0; s = CalWhite; }; - fillColor = {A = 1; B = 0.5639; G = 1; R = 1; s = CalRGB; }; - filled = 1; - graduateAngle = 0; - list = ( - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "507.516479 79.351242"; - p1 = "503.150024 70.266525"; - p2 = "494.333313 60.483192"; - p3 = "475 68.216522"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "475 68.216522"; - p1 = "477.185181 66.160942"; - p2 = "483.93335 62.216522"; - p3 = "487.950012 60.466522"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "487.950012 60.466522"; - p1 = "495.25 59.716522"; - p2 = "503.150024 63.766525"; - p3 = "505.75 67.966522"; - width = 0; - }, - { - Class = VCurve; - color = {A = 1; W = 0; s = CalWhite; }; - p0 = "505.75 67.966522"; - p1 = "506.016663 69.966522"; - p2 = "507.266663 77.416519"; - p3 = "507.516479 79.351242"; - width = 0; - } - ); - radialCenter = "0 0"; - stepWidth = 0; - width = 0; - } - ); - width = 0; - } - ); - numSteps = 0; - removeLoops = YES; - settle = 0; - side = 2; - state = 1; - step0 = 0; - step1 = 0; - step2 = 0; - string = Cenon; - tag = 0; - toolIndex = "-1"; - toolString = ""; - type = 0; - useForTile = YES; - v = 4; - }, - { - Class = LayerObject; - approachAngle = 0; - dippingDepth = 0; - editable = YES; - fillDirection = 0; - fillOverlap = 0.25; - flatness = 0.15; - levelingLimits = "2 2"; - list = (); - numSteps = 0; - removeLoops = YES; - settle = 0; - side = 2; - state = 0; - step0 = 0; - step1 = 0; - step2 = 0; - string = Clipping; - tag = 0; - toolIndex = "-1"; - toolString = ""; - type = 2; - v = 4; - } - ); - origin = { - Class = VCrosshairs; - ccw = 1; - color = {A = 1; W = 0; s = CalWhite; }; - origin = "-0.153543 -0.153542"; - width = 0; - }; - tileDistance = "0 0"; - tileLimits = "0 0"; - }; - DocVersion = 1.0; - MagazineIndex = 0; + gridSpacing = 0; + gridUnit = 0; + layerList = ( + { + Class = LayerObject; + approachAngle = 0; + dippingDepth = 0; + fillDirection = 0; + fillOverlap = 0.25; + flatness = 0.15000000596; + levelingLimits = "2 2"; + likeOtherLayers = YES; + list = ( + { + Class = VRectangle; + ccw = 1; + color = { + A = 1; + B = 0.851; + G = 0.3368; + R = 0; + s = CalRGB; + }; + endColor = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.851; + G = 0.3368; + R = 0; + s = CalRGB; + }; + filled = 3; + origin = "0 0"; + radialCenter = "0 0.828125"; + size = "538.582703 467.716522"; + stepWidth = 3; + } + ); + numSteps = 0; + removeLoops = YES; + settle = 0; + side = 2; + state = 1; + step0 = 0; + step1 = 0; + step2 = 0; + string = Background; + tag = 0; + toolIndex = "-1"; + toolString = ""; + type = 0; + useForTile = YES; + v = 4; + }, + { + Class = LayerObject; + approachAngle = 0; + dippingDepth = 0; + fillDirection = 0; + fillOverlap = 0.25; + flatness = 0.15000000596; + levelingLimits = "2 2"; + likeOtherLayers = YES; + list = ( + { + Class = VGroup; + ccw = 1; + list = ( + { + Class = VPath; + ccw = 1; + color = { + A = 1; + W = 1; + s = CalWhite; + }; + fillColor = { + A = 1; + W = 1; + s = CalWhite; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "161.137512 241.528839"; + p1 = "158.467514 248.20282"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "158.467514 248.20282"; + p1 = "163.139511 246.199829"; + p2 = "168.4785 246.867828"; + p3 = "175.152512 246.867828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "175.152512 246.867828"; + p1 = "171.148514 243.530823"; + p2 = "165.14151 240.86084"; + p3 = "161.137512 241.528839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "167.811508 328.289825"; + p1 = "160.470505 326.955811"; + p2 = "150.459503 319.613831"; + p3 = "142.4505 320.948822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "142.4505 320.948822"; + p1 = "147.4935 324.214813"; + p2 = "159.802505 330.29184"; + p3 = "167.811508 328.289825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "127.767502 262.217834"; + p1 = "111.750504 259.547821"; + p2 = "101.221512 259.603821"; + p3 = "83.719513 262.884827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "83.719513 262.884827"; + p1 = "73.041115 264.887817"; + p2 = "58.358315 270.893829"; + p3 = "47.012718 276.232819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "47.012718 276.232819"; + p1 = "63.030312 278.902832"; + p2 = "72.974113 281.640839"; + p3 = "85.721512 287.578827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "85.721512 287.578827"; + p1 = "100.852509 294.626831"; + p2 = "116.421509 303.596832"; + p3 = "122.428513 308.267822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "122.428513 308.267822"; + p1 = "128.434509 298.924835"; + p2 = "138.046509 292.060822"; + p3 = "148.456512 287.578827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "148.456512 287.578827"; + p1 = "141.115509 282.239838"; + p2 = "127.10051 278.902832"; + p3 = "116.421509 280.237823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "116.421509 280.237823"; + p1 = "117.089508 275.565826"; + p2 = "121.761505 266.889832"; + p3 = "127.767502 262.217834"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "9.692917 429.733826"; + p1 = "10.305916 242.863831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "10.305916 242.863831"; + p1 = "10.305916 242.863831"; + p2 = "14.31031 243.530823"; + p3 = "18.314713 240.86084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "18.314713 240.86084"; + p1 = "17.903114 237.407837"; + p2 = "20.31691 232.184845"; + p3 = "24.98851 230.849823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "24.98851 230.849823"; + p1 = "32.327911 228.752838"; + p2 = "49.014915 232.184845"; + p3 = "60.360512 224.843842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "60.360512 224.843842"; + p1 = "70.162712 218.500824"; + p2 = "81.717514 211.495819"; + p3 = "85.721512 195.477844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "85.721512 195.477844"; + p1 = "88.039505 186.20784"; + p2 = "93.063507 181.462845"; + p3 = "100.40451 186.134842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "100.40451 186.134842"; + p1 = "111.587509 178.521835"; + p2 = "108.413513 161.440842"; + p3 = "107.078506 150.094833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "107.078506 150.094833"; + p1 = "121.761505 158.103836"; + p2 = "129.102509 175.456833"; + p3 = "123.763504 193.475845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "123.763504 193.475845"; + p1 = "137.778503 188.803833"; + p2 = "138.666504 164.422836"; + p3 = "139.11351 153.431839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "139.11351 153.431839"; + p1 = "154.463501 171.451843"; + p2 = "151.793503 193.475845"; + p3 = "145.787506 210.160828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "145.787506 210.160828"; + p1 = "157.761505 203.523834"; + p2 = "156.862503 190.528839"; + p3 = "159.135513 179.460846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "159.135513 179.460846"; + p1 = "169.813507 184.799835"; + p2 = "168.4785 203.486847"; + p3 = "169.146515 216.167847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "169.146515 216.167847"; + p1 = "175.320511 210.504822"; + p2 = "183.048508 210.506836"; + p3 = "186.498505 211.495819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "186.498505 211.495819"; + p1 = "184.257507 206.290833"; + p2 = "179.2005 202.545837"; + p3 = "171.815506 200.149841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "171.815506 200.149841"; + p1 = "179.3535 193.392838"; + p2 = "186.498505 189.471848"; + p3 = "199.846512 191.473846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "199.846512 191.473846"; + p1 = "198.511505 187.469833"; + p2 = "192.505508 185.466843"; + p3 = "186.498505 184.799835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "186.498505 184.799835"; + p1 = "199.487503 178.566833"; + p2 = "216.531525 172.118835"; + p3 = "223.872528 178.125839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "223.872528 178.125839"; + p1 = "223.205505 174.788834"; + p2 = "220.117523 171.352844"; + p3 = "216.531525 170.116837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "216.531525 170.116837"; + p1 = "223.872528 165.445847"; + p2 = "230.363525 167.358841"; + p3 = "233.883514 166.779846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "233.883514 166.779846"; + p1 = "236.333496 163.774841"; + p2 = "234.608521 163.830841"; + p3 = "237.22052 162.108841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "237.22052 162.108841"; + p1 = "235.907501 160.902847"; + p2 = "235.135529 159.650833"; + p3 = "232.54953 159.438843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "232.54953 159.438843"; + p1 = "239.893494 154.078842"; + p2 = "253.723511 149.312836"; + p3 = "259.912506 149.427841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "259.912506 149.427841"; + p1 = "264.518494 133.979843"; + p2 = "279.934509 138.749847"; + p3 = "285.940521 138.081833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "285.940521 138.081833"; + p1 = "291.685516 137.443832"; + p2 = "299.162506 135.012833"; + p3 = "302.625519 132.075836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "302.625519 132.075836"; + p1 = "304.359497 128.313843"; + p2 = "307.159515 120.868835"; + p3 = "307.964508 116.725845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "307.964508 116.725845"; + p1 = "309.189514 110.425842"; + p2 = "309.594513 104.926834"; + p3 = "306.629517 98.038834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "306.629517 98.038834"; + p1 = "311.496521 97.632843"; + p2 = "317.386505 88.930832"; + p3 = "317.975494 84.022842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "317.975494 84.022842"; + p1 = "321.258514 87.58783"; + p2 = "331.097504 91.817841"; + p3 = "337.997498 90.029831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "337.997498 90.029831"; + p1 = "343.498505 88.603836"; + p2 = "353.133514 91.365829"; + p3 = "359.354492 99.372833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "359.354492 99.372833"; + p1 = "362.472504 95.353836"; + p2 = "362.396515 89.185837"; + p3 = "368.69751 79.351242"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "368.69751 79.351242"; + p1 = "377.296509 65.92923"; + p2 = "392.637512 60.051834"; + p3 = "404.069519 45.314041"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "404.069519 45.314041"; + p1 = "408.741516 49.985641"; + p2 = "414.042511 62.127441"; + p3 = "409.408508 68.005432"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "409.408508 68.005432"; + p1 = "416.08252 62.666229"; + p2 = "420.087494 61.99884"; + p3 = "423.4245 55.325043"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "423.4245 55.325043"; + p1 = "430.795502 40.582031"; + p2 = "434.770508 16.616035"; + p3 = "459.463501 15.281036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "459.463501 15.281036"; + p1 = "445.448517 35.970436"; + p2 = "456.923492 46.505836"; + p3 = "449.452515 55.992233"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "449.452515 55.992233"; + p1 = "456.794495 45.314041"; + p2 = "464.135498 39.974838"; + p3 = "474.813538 35.970436"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "474.813538 35.970436"; + p1 = "486.141541 31.722641"; + p2 = "499.507507 25.292038"; + p3 = "514.190491 14.613838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "514.190491 14.613838"; + p1 = "518.194519 28.629036"; + p2 = "509.518494 47.316238"; + p3 = "499.507507 53.990036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "499.507507 53.990036"; + p1 = "490.750549 59.828033"; + p2 = "482.125549 62.539642"; + p3 = "475.481506 68.005432"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "475.481506 68.005432"; + p1 = "488.161499 61.99884"; + p2 = "500.842529 65.335831"; + p3 = "507.516479 79.351242"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "507.516479 79.351242"; + p1 = "494.409485 80.506439"; + p2 = "479.866516 93.914841"; + p3 = "468.807495 97.370834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "468.807495 97.370834"; + p1 = "458.129517 100.70784"; + p2 = "451.454498 99.372833"; + p3 = "442.778503 100.040833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "442.778503 100.040833"; + p1 = "448.117493 105.379837"; + p2 = "457.461517 108.048843"; + p3 = "471.476501 104.04483"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "471.476501 104.04483"; + p1 = "457.461517 125.40184"; + p2 = "438.107513 129.405838"; + p3 = "420.754517 127.403839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "420.754517 127.403839"; + p1 = "410.625519 126.234833"; + p2 = "400.091522 127.438843"; + p3 = "393.39151 131.407837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "393.39151 131.407837"; + p1 = "398.730499 132.742844"; + p2 = "402.598511 141.992844"; + p3 = "410.076508 146.757843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "410.076508 146.757843"; + p1 = "415.390503 150.144836"; + p2 = "429.77951 153.279846"; + p3 = "435.4375 162.108841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "435.4375 162.108841"; + p1 = "437.732513 165.689835"; + p2 = "440.780518 176.579834"; + p3 = "436.104492 181.462845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "436.104492 181.462845"; + p1 = "437.611511 188.774841"; + p2 = "433.962494 209.003845"; + p3 = "452.78952 218.16983"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "452.78952 218.16983"; + p1 = "460.251495 221.801819"; + p2 = "475.205505 223.37384"; + p3 = "492.166504 240.193817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "492.166504 240.193817"; + p1 = "507.931519 255.828827"; + p2 = "510.138489 290.346832"; + p3 = "508.851501 302.26181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "508.851501 302.26181"; + p1 = "504.834534 296.851837"; + p2 = "492.765503 265.315826"; + p3 = "479.485535 253.54184"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "479.485535 253.54184"; + p1 = "464.467499 240.226837"; + p2 = "449.620514 240.86084"; + p3 = "439.441498 233.519836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "439.441498 233.519836"; + p1 = "422.821503 221.533844"; + p2 = "419.420502 200.149841"; + p3 = "419.420502 200.149841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "419.420502 200.149841"; + p1 = "412.831512 205.329834"; + p2 = "406.614502 202.155838"; + p3 = "400.065521 198.147842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "400.065521 198.147842"; + p1 = "391.0755 200.975845"; + p2 = "378.396515 207.489838"; + p3 = "378.708496 214.832825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "378.708496 214.832825"; + p1 = "378.941498 220.303833"; + p2 = "384.353516 228.366821"; + p3 = "384.048492 234.186829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "384.048492 234.186829"; + p1 = "383.678497 241.216827"; + p2 = "368.647522 252.072815"; + p3 = "366.695496 258.880829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "366.695496 258.880829"; + p1 = "364.659515 265.981812"; + p2 = "360.876495 269.349823"; + p3 = "356.017517 272.895813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "356.017517 272.895813"; + p1 = "358.58252 281.65683"; + p2 = "355.500519 294.101837"; + p3 = "350.010498 303.596832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "350.010498 303.596832"; + p1 = "345.044495 312.185822"; + p2 = "348.570496 332.826813"; + p3 = "343.336517 344.974823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "343.336517 344.974823"; + p1 = "335.988495 362.030823"; + p2 = "313.400513 377.102814"; + p3 = "304.627502 391.69281"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "304.627502 391.69281"; + p1 = "297.316498 403.852814"; + p2 = "287.942505 431.736816"; + p3 = "269.255493 432.403839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "269.255493 432.403839"; + p1 = "260.483521 432.716827"; + p2 = "250.568512 427.731812"; + p3 = "251.236511 417.053833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "251.236511 417.053833"; + p1 = "251.925507 406.020813"; + p2 = "259.912506 403.038818"; + p3 = "265.918518 394.362823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "265.918518 394.362823"; + p1 = "262.581512 394.362823"; + p2 = "261.91452 391.025818"; + p3 = "260.579498 387.687836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "260.579498 387.687836"; + p1 = "256.195496 405.236816"; + p2 = "240.429504 408.575836"; + p3 = "239.222504 427.064819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "239.222504 427.064819"; + p1 = "227.877502 425.729828"; + p2 = "222.538513 417.720825"; + p3 = "221.203522 411.714813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "221.203522 411.714813"; + p1 = "214.52951 423.060822"; + p2 = "199.815506 425.999817"; + p3 = "200.513504 442.414825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "200.513504 442.414825"; + p1 = "192.505508 441.079834"; + p2 = "186.817505 432.232819"; + p3 = "186.498505 427.064819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "186.498505 427.064819"; + p1 = "177.876511 438.974823"; + p2 = "149.791504 441.747833"; + p3 = "147.789505 458.432831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "147.789505 458.432831"; + p1 = "136.443512 455.095825"; + p2 = "133.106506 443.749817"; + p3 = "132.439514 437.075836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "132.439514 437.075836"; + p1 = "124.430511 445.083832"; + p2 = "106.410507 442.414825"; + p3 = "99.069504 453.760834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "99.069504 453.760834"; + p1 = "91.737518 449.543823"; + p2 = "87.723511 437.075836"; + p3 = "93.063507 428.399811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "93.063507 428.399811"; + p1 = "80.382515 434.405823"; + p2 = "73.041115 429.066833"; + p3 = "59.693314 439.745819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "59.693314 439.745819"; + p1 = "52.351715 435.073822"; + p2 = "50.349716 427.064819"; + p3 = "51.017113 422.392822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "51.017113 422.392822"; + p1 = "43.008316 430.401825"; + p2 = "35.559311 423.414825"; + p3 = "29.660316 437.075836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "29.660316 437.075836"; + p1 = "22.319115 433.738831"; + p2 = "22.319115 426.39682"; + p3 = "22.319115 420.390839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "22.319115 420.390839"; + p1 = "15.644913 421.72583"; + p2 = "14.341515 429.733826"; + p3 = "9.692917 429.733826"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "406.397522 182.008835"; + p1 = "405.060516 179.597839"; + p2 = "407.520508 177.006836"; + p3 = "408.948517 176.732834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "408.948517 176.732834"; + p1 = "411.305511 176.278839"; + p2 = "409.354492 171.779846"; + p3 = "409.354492 171.779846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "409.354492 171.779846"; + p1 = "411.429504 172.205841"; + p2 = "413.346497 173.768845"; + p3 = "414.237518 175.376846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "414.237518 175.376846"; + p1 = "415.573517 177.787842"; + p2 = "414.240509 181.469833"; + p3 = "411.829498 182.805847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "411.829498 182.805847"; + p1 = "410.021515 183.807846"; + p2 = "407.399506 183.816833"; + p3 = "406.397522 182.008835"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "375.132507 166.208847"; + p1 = "373.069519 166.352844"; + p2 = "371.078522 164.532837"; + p3 = "370.934509 162.47084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "370.934509 162.47084"; + p1 = "370.741516 159.72084"; + p2 = "373.657501 155.952835"; + p3 = "376.406494 155.759842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "376.406494 155.759842"; + p1 = "378.240509 155.631836"; + p2 = "380.623505 155.786835"; + p3 = "382.6185 157.850845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "382.6185 157.850845"; + p1 = "382.6185 157.850845"; + p2 = "377.386505 159.426834"; + p3 = "377.896515 161.762833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "377.896515 161.762833"; + p1 = "378.406494 164.105835"; + p2 = "377.8815 166.016846"; + p3 = "375.132507 166.208847"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "385.590515 128.910843"; + p1 = "388.296509 122.821838"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "388.296509 122.821838"; + p1 = "379.501495 124.174835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "379.501495 124.174835"; + p1 = "386.943512 116.056839"; + p2 = "414.077515 117.425842"; + p3 = "422.121521 118.085846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "422.121521 118.085846"; + p1 = "419.66452 113.653839"; + p2 = "417.676514 105.188843"; + p3 = "409.267517 105.908829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "409.267517 105.908829"; + p1 = "418.722504 102.058838"; + p2 = "419.703522 92.936829"; + p3 = "436.328522 86.966843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "436.328522 86.966843"; + p1 = "415.069519 79.97583"; + p2 = "395.737518 90.348831"; + p3 = "387.619507 101.173843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "387.619507 101.173843"; + p1 = "385.590515 98.467834"; + p2 = "385.590515 87.642838"; + p3 = "387.619507 82.231232"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "387.619507 82.231232"; + p1 = "370.027496 91.05484"; + p2 = "370.706512 108.614838"; + p3 = "367.324493 114.703842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "367.324493 114.703842"; + p1 = "366.040497 117.01384"; + p2 = "357.853516 122.821838"; + p3 = "353.108521 122.688843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "353.108521 122.688843"; + p1 = "369.114502 110.483841"; + p2 = "366.206512 95.762833"; + p3 = "372.810516 86.129837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "372.810516 86.129837"; + p1 = "381.115509 74.016632"; + p2 = "392.829498 69.914841"; + p3 = "402.987518 57.458832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "402.987518 57.458832"; + p1 = "408.917511 71.234833"; + p2 = "390.211517 79.044235"; + p3 = "393.027496 90.280838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "393.027496 90.280838"; + p1 = "401.44751 76.228439"; + p2 = "415.77652 77.134842"; + p3 = "426.679504 64.801636"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "426.679504 64.801636"; + p1 = "438.645508 51.266434"; + p2 = "433.086517 34.80304"; + p3 = "449.109497 24.268433"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "449.109497 24.268433"; + p1 = "438.874512 45.245041"; + p2 = "451.110504 58.084839"; + p3 = "429.928497 78.357437"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "429.928497 78.357437"; + p1 = "449.648499 70.839035"; + p2 = "458.126495 51.048233"; + p3 = "468.660522 46.650635"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "468.660522 46.650635"; + p1 = "481.130493 41.444435"; + p2 = "492.729492 39.281235"; + p3 = "507.817505 24.945633"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "507.817505 24.945633"; + p1 = "505.826477 36.235031"; + p2 = "497.136536 48.970032"; + p3 = "484.017517 54.347839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "484.017517 54.347839"; + p1 = "472.199524 59.19223"; + p2 = "470.234497 67.959839"; + p3 = "457.905518 76.500031"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "457.905518 76.500031"; + p1 = "473.182495 77.477432"; + p2 = "484.51355 66.016632"; + p3 = "496.469482 75.062042"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "496.469482 75.062042"; + p1 = "483.633545 76.742233"; + p2 = "470.321533 90.178833"; + p3 = "458.905518 92.155838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "458.905518 92.155838"; + p1 = "441.000519 95.254837"; + p2 = "437.815521 91.047836"; + p3 = "422.58551 102.049835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "422.58551 102.049835"; + p1 = "438.461517 98.368835"; + p2 = "436.19751 115.83284"; + p3 = "458.017517 110.563843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "458.017517 110.563843"; + p1 = "441.191498 123.302841"; + p2 = "418.725494 121.251846"; + p3 = "407.347504 120.733841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "407.347504 120.733841"; + p1 = "395.339508 120.186844"; + p2 = "391.002502 124.174835"; + p3 = "385.590515 128.910843"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "327.771515 129.184845"; + p1 = "330.893494 120.361847"; + p2 = "337.913513 114.102844"; + p3 = "340.244507 113.300842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "340.244507 113.300842"; + p1 = "343.222504 112.275833"; + p2 = "351.263519 116.996841"; + p3 = "352.787506 118.402847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "352.787506 118.402847"; + p1 = "352.182495 119.407837"; + p2 = "346.384521 115.982834"; + p3 = "342.899506 116.209839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "342.899506 116.209839"; + p1 = "334.851501 116.732834"; + p2 = "332.153503 127.117844"; + p3 = "327.771515 129.184845"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "370.78952 149.821838"; + p1 = "359.22052 149.425842"; + p2 = "351.323517 169.690842"; + p3 = "327.52652 168.290833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "327.52652 168.290833"; + p1 = "307.031494 167.084839"; + p2 = "291.964508 140.987839"; + p3 = "240.648499 170.080841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "240.648499 170.080841"; + p1 = "280.711517 137.338837"; + p2 = "314.308502 160.555847"; + p3 = "323.841522 162.226837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "323.841522 162.226837"; + p1 = "350.059509 166.824844"; + p2 = "355.5625 143.995834"; + p3 = "369.886505 143.51384"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "369.886505 143.51384"; + p1 = "379.523499 143.188843"; + p2 = "376.632507 150.022842"; + p3 = "370.78952 149.821838"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "313.553497 152.191833"; + p1 = "312.482513 150.259842"; + p2 = "315.408508 144.435837"; + p3 = "317.329498 140.715836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "317.329498 140.715836"; + p1 = "322.817505 130.086838"; + p2 = "328.444519 112.775833"; + p3 = "336.9935 108.805832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "336.9935 108.805832"; + p1 = "343.692505 105.693832"; + p2 = "349.622498 111.730835"; + p3 = "355.147522 115.379837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "355.147522 115.379837"; + p1 = "355.147522 115.379837"; + p2 = "344.257507 108.209839"; + p3 = "337.557495 111.320847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "337.557495 111.320847"; + p1 = "329.009521 115.29184"; + p2 = "324.081512 134.715836"; + p3 = "318.316498 144.686844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "318.316498 144.686844"; + p1 = "317.202515 146.613846"; + p2 = "315.724518 149.287842"; + p3 = "313.553497 152.191833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "332.035522 205.672836"; + p1 = "329.331512 210.738831"; + p2 = "322.82251 218.885834"; + p3 = "317.425507 217.33783"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "317.425507 217.33783"; + p1 = "322.550507 215.469818"; + p2 = "326.176514 211.190826"; + p3 = "327.929504 207.624847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "327.929504 207.624847"; + p1 = "329.44751 204.51384"; + p2 = "330.579498 201.29184"; + p3 = "333.680511 199.573837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "333.680511 199.573837"; + p1 = "335.912506 198.335846"; + p2 = "339.3685 199.014847"; + p3 = "340.606506 201.246841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "340.606506 201.246841"; + p1 = "342.1185 203.974838"; + p2 = "341.57251 207.793839"; + p3 = "339.193512 209.811829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "339.193512 209.811829"; + p1 = "336.987518 211.682831"; + p2 = "331.121521 211.043823"; + p3 = "332.035522 205.672836"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "310.035522 225.649841"; + p1 = "320.922516 218.966827"; + p2 = "331.132507 217.09082"; + p3 = "338.610504 214.025818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "338.610504 214.025818"; + p1 = "343.102509 212.184845"; + p2 = "346.715515 207.587845"; + p3 = "345.067505 201.691833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "345.067505 201.691833"; + p1 = "344.452515 199.489838"; + p2 = "342.951508 196.703842"; + p3 = "342.431519 193.425842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "342.431519 193.425842"; + p1 = "337.939514 195.266846"; + p2 = "334.195496 193.775833"; + p3 = "323.613495 198.668839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "323.613495 198.668839"; + p1 = "335.522522 189.149841"; + p2 = "344.971497 189.944839"; + p3 = "345.906494 188.580841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "345.906494 188.580841"; + p1 = "346.982513 187.011841"; + p2 = "345.772522 185.413834"; + p3 = "343.955505 184.474838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "343.955505 184.474838"; + p1 = "346.076508 183.62384"; + p2 = "348.172516 184.91684"; + p3 = "350.096497 185.61084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "350.096497 185.61084"; + p1 = "352.932495 186.631836"; + p2 = "356.240509 183.825836"; + p3 = "355.224518 180.822845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "355.224518 180.822845"; + p1 = "354.724518 179.344833"; + p2 = "352.967499 178.506836"; + p3 = "351.620514 176.659836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "351.620514 176.659836"; + p1 = "354.209503 176.359833"; + p2 = "355.52951 179.032837"; + p3 = "357.761505 177.794846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "357.761505 177.794846"; + p1 = "359.9935 176.557846"; + p2 = "358.536499 173.636841"; + p3 = "357.423492 171.335846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "357.423492 171.335846"; + p1 = "359.419495 172.011841"; + p2 = "361.144501 172.387833"; + p3 = "361.816498 171.656845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "361.816498 171.656845"; + p1 = "363.636505 169.674835"; + p2 = "362.423492 165.218842"; + p3 = "362.59552 163.118835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "362.59552 163.118835"; + p1 = "362.930511 159.04184"; + p2 = "366.462494 152.544846"; + p3 = "373.686493 152.359833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "373.686493 152.359833"; + p1 = "368.249512 155.768845"; + p2 = "364.828522 161.880844"; + p3 = "366.146515 166.01384"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "366.146515 166.01384"; + p1 = "367.392517 169.920837"; + p2 = "369.872498 171.057846"; + p3 = "375.754517 171.063843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "375.754517 171.063843"; + p1 = "374.042511 175.579834"; + p2 = "367.62851 171.028839"; + p3 = "365.393494 175.185837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "365.393494 175.185837"; + p1 = "364.510498 176.809845"; + p2 = "366.655518 180.97084"; + p3 = "367.121521 182.982834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "367.121521 182.982834"; + p1 = "365.442505 182.29184"; + p2 = "365.388519 181.024841"; + p3 = "363.681519 179.701843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "363.681519 179.701843"; + p1 = "361.975494 178.377838"; + p2 = "359.548492 181.019836"; + p3 = "360.564514 184.022842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "360.564514 184.022842"; + p1 = "361.22052 185.959839"; + p2 = "361.910522 188.789841"; + p3 = "362.983521 190.139847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "362.983521 190.139847"; + p1 = "359.597504 188.125839"; + p2 = "360.257507 188.732834"; + p3 = "358.772522 186.637833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.772522 186.637833"; + p1 = "356.916504 184.020844"; + p2 = "354.364502 187.459839"; + p3 = "355.105499 189.967834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "355.105499 189.967834"; + p1 = "355.827515 192.408844"; + p2 = "357.605499 195.280838"; + p3 = "358.928497 196.278839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.928497 196.278839"; + p1 = "355.843506 195.393845"; + p2 = "352.732513 193.876846"; + p3 = "352.377502 191.479843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "352.377502 191.479843"; + p1 = "345.599518 193.290833"; + p2 = "351.182495 202.193832"; + p3 = "349.745514 207.204834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "349.745514 207.204834"; + p1 = "348.363495 212.023834"; + p2 = "344.172516 215.353821"; + p3 = "339.352509 216.532837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "339.352509 216.532837"; + p1 = "333.070496 218.069824"; + p2 = "320.037506 222.050842"; + p3 = "310.035522 225.649841"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "300.099518 152.104843"; + p1 = "304.165497 146.743835"; + p2 = "307.468506 140.479843"; + p3 = "308.838501 136.945847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "308.838501 136.945847"; + p1 = "310.945496 131.512833"; + p2 = "315.0065 124.426834"; + p3 = "315.8125 120.283844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "315.8125 120.283844"; + p1 = "317.036499 113.983841"; + p2 = "318.721497 110.139832"; + p3 = "315.7565 103.251831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "315.7565 103.251831"; + p1 = "319.742493 102.74884"; + p2 = "321.942505 99.079834"; + p3 = "322.129517 95.352829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "322.129517 95.352829"; + p1 = "325.412506 98.917831"; + p2 = "330.3815 99.008835"; + p3 = "336.923492 98.343842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "336.923492 98.343842"; + p1 = "342.577515 97.769836"; + p2 = "354.181519 103.634842"; + p3 = "360.551514 112.048843"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "360.551514 112.048843"; + p1 = "358.106506 114.859833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.106506 114.859833"; + p1 = "352.892517 110.071838"; + p2 = "343.818512 101.240829"; + p3 = "336.374512 104.698837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "336.374512 104.698837"; + p1 = "326.875519 109.109833"; + p2 = "319.861511 131.38884"; + p3 = "313.090515 142.246841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "313.090515 142.246841"; + p1 = "310.000519 147.201843"; + p2 = "309.00351 151.486847"; + p3 = "308.7435 154.327835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "308.7435 154.327835"; + p1 = "305.249512 153.045837"; + p2 = "303.880493 152.539841"; + p3 = "300.099518 152.104843"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "321.821503 171.778839"; + p1 = "319.610504 172.66684"; + p2 = "316.420502 174.783844"; + p3 = "314.027496 175.423843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "314.027496 175.423843"; + p1 = "312.849518 175.738846"; + p2 = "308.226501 177.456833"; + p3 = "306.176514 174.368835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "306.176514 174.368835"; + p1 = "305.977509 172.788834"; + p2 = "306.808502 169.823837"; + p3 = "308.259521 168.173843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "308.259521 168.173843"; + p1 = "309.505493 169.140839"; + p2 = "312.281494 170.139847"; + p3 = "313.6315 169.222839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "313.6315 169.222839"; + p1 = "314.607513 170.672836"; + p2 = "319.385498 172.042847"; + p3 = "321.821503 171.778839"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "339.587494 156.647842"; + p1 = "333.46051 159.068832"; + p2 = "327.3815 159.874847"; + p3 = "322.6745 156.647842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "322.6745 156.647842"; + p1 = "321.464508 155.048843"; + p2 = "318.076508 154.158844"; + p3 = "317.636505 152.780838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "317.636505 152.780838"; + p1 = "318.62851 152.230835"; + p2 = "321.988495 152.686844"; + p3 = "323.998505 150.876846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "323.998505 150.876846"; + p1 = "324.374512 149.045837"; + p2 = "323.511505 145.815842"; + p3 = "323.611511 143.905838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "323.611511 143.905838"; + p1 = "325.211517 141.23584"; + p2 = "329.007507 142.768845"; + p3 = "330.387512 141.076843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "330.387512 141.076843"; + p1 = "331.27652 138.49884"; + p2 = "328.7005 135.980835"; + p3 = "328.819519 134.065842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "328.819519 134.065842"; + p1 = "330.555511 133.103836"; + p2 = "333.58551 133.046844"; + p3 = "334.984497 131.807846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "334.984497 131.807846"; + p1 = "335.163513 129.621841"; + p2 = "332.762512 128.634842"; + p3 = "332.153503 127.117844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "332.153503 127.117844"; + p1 = "334.360504 125.663834"; + p2 = "340.951508 131.281845"; + p3 = "344.080505 132.327835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "344.080505 132.327835"; + p1 = "345.973511 129.88884"; + p2 = "340.820496 123.936844"; + p3 = "339.9375 120.253845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "339.9375 120.253845"; + p1 = "342.00351 121.889847"; + p2 = "344.225494 125.062836"; + p3 = "345.958496 125.260834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "345.958496 125.260834"; + p1 = "347.180511 124.119843"; + p2 = "345.981506 121.539841"; + p3 = "347.0065 120.043839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "347.0065 120.043839"; + p1 = "348.483521 120.616837"; + p2 = "349.597504 127.594833"; + p3 = "351.764496 128.910843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "351.764496 128.910843"; + p1 = "357.1745 131.883835"; + p2 = "365.963501 121.490845"; + p3 = "365.963501 121.490845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "365.963501 121.490845"; + p1 = "380.392517 115.199844"; + p2 = "370.476501 101.927841"; + p3 = "382.805511 93.386841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "382.805511 93.386841"; + p1 = "377.214508 103.310837"; + p2 = "385.259521 103.97084"; + p3 = "381.555511 111.142838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "381.555511 111.142838"; + p1 = "393.735504 106.950836"; + p2 = "404.554504 86.450836"; + p3 = "423.394501 89.65683"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "423.394501 89.65683"; + p1 = "407.951508 95.657837"; + p2 = "405.40451 106.454834"; + p3 = "394.318512 109.186829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "394.318512 109.186829"; + p1 = "400.836517 108.986832"; + p2 = "406.490509 108.411835"; + p3 = "410.689514 112.909836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "410.689514 112.909836"; + p1 = "402.645508 112.249847"; + p2 = "388.897522 113.044846"; + p3 = "382.448517 116.619843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "382.448517 116.619843"; + p1 = "376.7435 119.781845"; + p2 = "369.165497 124.879837"; + p3 = "363.941498 128.910843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "363.941498 128.910843"; + p1 = "368.65152 129.711838"; + p2 = "370.126495 129.098846"; + p3 = "374.765503 128.233841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "374.765503 128.233841"; + p1 = "370.3685 131.103836"; + p2 = "361.441498 133.639847"; + p3 = "356.500519 137.028839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "356.500519 137.028839"; + p1 = "347.805511 142.990845"; + p2 = "346.0755 148.060837"; + p3 = "339.587494 156.647842"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "344.305511 156.913834"; + p1 = "352.729492 145.749847"; + p2 = "363.056519 134.504837"; + p3 = "376.823517 133.387833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "376.823517 133.387833"; + p1 = "389.239502 132.379837"; + p2 = "395.829498 145.997833"; + p3 = "406.665497 151.824844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "406.665497 151.824844"; + p1 = "414.07251 155.805847"; + p2 = "429.699493 161.028839"; + p3 = "430.698517 169.477844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "430.698517 169.477844"; + p1 = "431.286499 174.449844"; + p2 = "431.850494 176.396835"; + p3 = "423.807495 180.309845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "423.807495 180.309845"; + p1 = "420.921509 187.108841"; + p2 = "420.553497 191.306839"; + p3 = "414.708496 193.642838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "414.708496 193.642838"; + p1 = "409.143494 195.867844"; + p2 = "404.044495 192.297836"; + p3 = "397.932495 189.938843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "397.932495 189.938843"; + p1 = "388.942505 192.765839"; + p2 = "370.564514 206.124847"; + p3 = "370.876495 213.466827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "370.876495 213.466827"; + p1 = "371.159515 220.134827"; + p2 = "375.948517 225.480835"; + p3 = "375.642517 231.299835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "375.642517 231.299835"; + p1 = "375.273499 238.329834"; + p2 = "359.959503 249.62381"; + p3 = "358.007507 256.431824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.007507 256.431824"; + p1 = "355.971497 263.532837"; + p2 = "348.068512 266.206818"; + p3 = "343.209503 269.753815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "343.209503 269.753815"; + p1 = "335.976501 275.03183"; + p2 = "333.696503 289.529816"; + p3 = "319.558502 294.806824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "319.558502 294.806824"; + p1 = "328.482513 284.741821"; + p2 = "322.254517 279.662811"; + p3 = "326.775513 274.596832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "326.775513 274.596832"; + p1 = "331.40451 269.410828"; + p2 = "326.617493 264.446838"; + p3 = "329.377502 258.651825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "329.377502 258.651825"; + p1 = "320.917511 261.194824"; + p2 = "317.869507 270.343811"; + p3 = "308.273499 272.908813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "308.273499 272.908813"; + p1 = "302.328522 274.497833"; + p2 = "295.9375 289.131836"; + p3 = "285.935516 289.556824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "285.935516 289.556824"; + p1 = "292.610504 281.59082"; + p2 = "291.681519 267.601837"; + p3 = "286.468506 262.813812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "286.468506 262.813812"; + p1 = "277.778503 254.832825"; + p2 = "268.351501 260.911835"; + p3 = "258.498505 256.988831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "258.498505 256.988831"; + p1 = "240.195496 249.700836"; + p2 = "235.912506 226.651825"; + p3 = "223.377502 230.572845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "223.377502 230.572845"; + p1 = "230.846527 225.578827"; + p2 = "228.554504 219.822845"; + p3 = "224.982513 214.993835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "224.982513 214.993835"; + p1 = "233.550507 213.486847"; + p2 = "242.612518 208.979828"; + p3 = "247.604492 205.01384"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "247.604492 205.01384"; + p1 = "254.712494 199.367844"; + p2 = "257.589508 187.384842"; + p3 = "267.850494 178.434845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "267.850494 178.434845"; + p1 = "274.281494 172.825836"; + p2 = "285.000519 165.799835"; + p3 = "291.773499 160.489838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "291.773499 160.489838"; + p1 = "295.189514 160.217834"; + p2 = "300.922516 163.58284"; + p3 = "304.485504 163.563843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "304.485504 163.563843"; + p1 = "301.114502 169.199844"; + p2 = "299.258514 174.646835"; + p3 = "302.566498 177.960846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "302.566498 177.960846"; + p1 = "307.012512 182.414841"; + p2 = "318.598511 178.044846"; + p3 = "329.551514 171.361847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "329.551514 171.361847"; + p1 = "334.409515 171.932846"; + p2 = "343.446503 169.517838"; + p3 = "356.557495 159.257843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "356.557495 159.257843"; + p1 = "355.535522 160.493835"; + p2 = "354.420502 161.792847"; + p3 = "353.203522 163.136841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "353.203522 163.136841"; + p1 = "335.500519 182.676834"; + p2 = "303.288513 195.343842"; + p3 = "293.133514 186.381836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "293.133514 186.381836"; + p1 = "289.499512 183.175842"; + p2 = "291.240509 177.703842"; + p3 = "292.430511 172.829834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "292.430511 172.829834"; + p1 = "288.820496 174.505844"; + p2 = "279.462494 181.599838"; + p3 = "274.706512 185.895844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "274.706512 185.895844"; + p1 = "264.603516 195.022842"; + p2 = "263.998505 203.094833"; + p3 = "256.890503 208.741821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "256.890503 208.741821"; + p1 = "251.898499 212.706818"; + p2 = "243.383514 219.470825"; + p3 = "235.451508 218.030823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "235.451508 218.030823"; + p1 = "237.349518 220.869843"; + p2 = "237.317505 226.075836"; + p3 = "234.451508 227.339844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "234.451508 227.339844"; + p1 = "246.512512 230.381836"; + p2 = "244.911499 242.693817"; + p3 = "263.213501 249.981812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "263.213501 249.981812"; + p1 = "273.066498 253.904816"; + p2 = "284.087494 248.801819"; + p3 = "293.066498 256.455811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "293.066498 256.455811"; + p1 = "296.754517 259.599823"; + p2 = "299.277496 271.170837"; + p3 = "297.068512 275.961823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "297.068512 275.961823"; + p1 = "301.150513 270.456818"; + p2 = "307.459503 263.714813"; + p3 = "314.517517 262.398834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "314.517517 262.398834"; + p1 = "318.925507 261.575836"; + p2 = "324.859497 248.88382"; + p3 = "337.533508 245.425812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "337.533508 245.425812"; + p1 = "334.774506 251.220825"; + p2 = "339.574493 257.753815"; + p3 = "337.409515 260.409821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "337.409515 260.409821"; + p1 = "334.513519 263.959839"; + p2 = "337.762512 265.72583"; + p3 = "334.230499 272.223816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "334.230499 272.223816"; + p1 = "340.956512 266.224823"; + p2 = "340.161499 262.450836"; + p3 = "345.370514 259.563812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "345.370514 259.563812"; + p1 = "350.6315 256.64682"; + p2 = "353.752502 250.701813"; + p3 = "355.602509 246.434814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "355.602509 246.434814"; + p1 = "358.418518 239.936829"; + p2 = "366.434509 238.484833"; + p3 = "366.497498 230.991821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "366.497498 230.991821"; + p1 = "366.545502 225.164825"; + p2 = "365.349518 221.901825"; + p3 = "358.490509 221.811829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.490509 221.811829"; + p1 = "356.752502 221.789825"; + p2 = "352.731506 218.409821"; + p3 = "358.690521 214.567841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "358.690521 214.567841"; + p1 = "362.273499 212.257843"; + p2 = "359.680511 210.198822"; + p3 = "360.871521 209.143829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "360.871521 209.143829"; + p1 = "362.828522 207.410843"; + p2 = "365.809509 207.159836"; + p3 = "368.1185 206.423843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "368.1185 206.423843"; + p1 = "370.873505 205.544846"; + p2 = "372.480499 203.077835"; + p3 = "372.116516 201.937836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "372.116516 201.937836"; + p1 = "371.677521 200.560837"; + p2 = "369.5495 199.986847"; + p3 = "369.420502 198.244843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "369.420502 198.244843"; + p1 = "372.588501 198.109833"; + p2 = "373.111511 198.467834"; + p3 = "375.012512 198.387833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "375.012512 198.387833"; + p1 = "377.374512 198.286835"; + p2 = "380.522522 196.629837"; + p3 = "379.671509 194.507843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "379.671509 194.507843"; + p1 = "379.051514 192.965836"; + p2 = "376.751495 194.505844"; + p3 = "374.990509 191.914841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "374.990509 191.914841"; + p1 = "378.296509 192.027847"; + p2 = "381.981506 192.692841"; + p3 = "383.639496 192.308838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "383.639496 192.308838"; + p1 = "385.650513 191.841843"; + p2 = "387.108521 191.851837"; + p3 = "387.718506 189.722839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "387.718506 189.722839"; + p1 = "388.160522 188.180847"; + p2 = "386.977509 187.215836"; + p3 = "385.133514 185.643845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "385.133514 185.643845"; + p1 = "390.172516 187.714844"; + p2 = "396.621521 184.139847"; + p3 = "398.661499 181.387833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "398.661499 181.387833"; + p1 = "400.338501 184.997833"; + p2 = "407.248505 189.767838"; + p3 = "412.896515 187.76384"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "412.896515 187.76384"; + p1 = "417.773499 186.033844"; + p2 = "418.054504 180.689835"; + p3 = "419.076508 177.853836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "419.076508 177.853836"; + p1 = "420.272522 174.533844"; + p2 = "424.625519 174.787842"; + p3 = "423.435516 169.924835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "423.435516 169.924835"; + p1 = "421.899506 163.643845"; + p2 = "407.308502 165.246841"; + p3 = "400.196503 160.757843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "400.196503 160.757843"; + p1 = "391.718506 155.405838"; + p2 = "387.879517 136.782837"; + p3 = "376.33252 142.858841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "376.33252 142.858841"; + p1 = "373.580505 140.817841"; + p2 = "368.541504 141.239838"; + p3 = "365.260498 142.186844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.3008; + R = 0; + s = CalRGB; + }; + p0 = "365.260498 142.186844"; + p1 = "358.634521 144.100845"; + p2 = "350.541504 154.105835"; + p3 = "344.305511 156.913834"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "423.308502 187.828842"; + p1 = "425.157501 183.561844"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "425.157501 183.561844"; + p1 = "427.996521 181.663834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "427.996521 181.663834"; + p1 = "430.232513 187.555847"; + p2 = "427.551514 211.183838"; + p3 = "447.607513 223.260834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "447.607513 223.260834"; + p1 = "455.898499 228.252838"; + p2 = "496.486511 232.773834"; + p3 = "505.241516 283.766815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "505.241516 283.766815"; + p1 = "485.599548 228.143829"; + p2 = "457.107513 237.954834"; + p3 = "440.848511 225.418823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "440.848511 225.418823"; + p1 = "424.619507 212.905823"; + p2 = "423.308502 187.828842"; + p3 = "423.308502 187.828842"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "416.780518 171.648834"; + p1 = "416.565521 170.435837"; + p2 = "414.709503 169.609833"; + p3 = "413.730499 169.423843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "413.730499 169.423843"; + p1 = "415.466522 168.606842"; + p2 = "418.369507 168.724838"; + p3 = "419.297516 170.398834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "419.297516 170.398834"; + p1 = "420.040497 171.738846"; + p2 = "418.711517 174.079834"; + p3 = "417.224518 174.028839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "417.224518 174.028839"; + p1 = "416.369507 174.065842"; + p2 = "416.936493 172.527847"; + p3 = "416.780518 171.648834"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "228.567505 342.565826"; + p1 = "223.84552 340.734833"; + p2 = "227.50351 334.628815"; + p3 = "231.603516 328.649811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "231.603516 328.649811"; + p1 = "233.558502 325.797821"; + p2 = "233.184509 321.470825"; + p3 = "232.969513 316.400818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "232.969513 316.400818"; + p1 = "232.770508 311.720825"; + p2 = "237.188507 305.00882"; + p3 = "238.903503 302.361816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "238.903503 302.361816"; + p1 = "240.939514 299.217834"; + p2 = "241.813507 294.049835"; + p3 = "240.033508 290.264832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "240.033508 290.264832"; + p1 = "237.959503 285.853821"; + p2 = "233.968506 280.830811"; + p3 = "238.011505 278.808838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "238.011505 278.808838"; + p1 = "240.798492 277.415833"; + p2 = "244.309509 282.671814"; + p3 = "248.119507 283.525818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "248.119507 283.525818"; + p1 = "253.269501 284.680817"; + p2 = "257.171509 283.101837"; + p3 = "258.900513 286.221832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "258.900513 286.221832"; + p1 = "260.717499 289.499817"; + p2 = "256.668518 296.324829"; + p3 = "252.856506 299.445831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "252.856506 299.445831"; + p1 = "247.94751 303.464813"; + p2 = "249.08551 311.815826"; + p3 = "247.329498 316.22583"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "247.329498 316.22583"; + p1 = "243.854492 324.953827"; + p2 = "241.682495 326.769836"; + p3 = "238.057495 330.26181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "238.057495 330.26181"; + p1 = "234.087524 334.085815"; + p2 = "232.508514 344.093811"; + p3 = "228.567505 342.565826"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "322.91452 301.045837"; + p1 = "319.544495 307.783813"; + p2 = "320.586517 314.931824"; + p3 = "319.699493 320.115814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "319.699493 320.115814"; + p1 = "317.943512 330.376831"; + p2 = "315.007507 334.035828"; + p3 = "310.738495 338.056824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "310.738495 338.056824"; + p1 = "306.292511 342.245819"; + p2 = "308.106506 356.552826"; + p3 = "302.1875 355.400818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "302.1875 355.400818"; + p1 = "295.940521 354.184814"; + p2 = "299.586517 346.119812"; + p3 = "301.465515 340.94281"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "301.465515 340.94281"; + p1 = "302.772522 337.34082"; + p2 = "302.669495 333.858826"; + p3 = "302.147522 327.957825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "302.147522 327.957825"; + p1 = "301.688507 322.787811"; + p2 = "303.953522 313.602814"; + p3 = "304.50351 310.150818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "304.50351 310.150818"; + p1 = "305.292511 305.203827"; + p2 = "308.083496 297.969818"; + p3 = "314.15451 295.654816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "314.15451 295.654816"; + p1 = "312.097504 300.471832"; + p2 = "313.620514 302.076813"; + p3 = "313.480499 308.457825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "313.480499 308.457825"; + p1 = "315.893494 304.756836"; + p2 = "318.550507 302.413818"; + p3 = "322.91452 301.045837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "282.625519 333.47583"; + p1 = "281.065521 327.24881"; + p2 = "276.647522 327.806824"; + p3 = "277.740509 318.691833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "277.740509 318.691833"; + p1 = "278.616516 311.382813"; + p2 = "284.014496 309.54184"; + p3 = "287.429504 307.175812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "287.429504 307.175812"; + p1 = "284.711517 311.783813"; + p2 = "284.065521 317.306824"; + p3 = "284.446503 319.70282"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "284.446503 319.70282"; + p1 = "284.943512 322.838837"; + p2 = "284.917511 330.786835"; + p3 = "282.625519 333.47583"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "244.461517 379.851837"; + p1 = "244.75351 378.117828"; + p2 = "244.389496 376.547821"; + p3 = "243.764496 374.997833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "243.764496 374.997833"; + p1 = "244.533508 374.344818"; + p2 = "247.185516 372.196838"; + p3 = "248.686493 370.007813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "248.686493 370.007813"; + p1 = "248.165497 372.331818"; + p2 = "247.952515 373.579834"; + p3 = "247.490509 375.19281"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "247.490509 375.19281"; + p1 = "247.071503 376.652832"; + p2 = "245.95752 378.46283"; + p3 = "244.461517 379.851837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "201.484512 408.739838"; + p1 = "201.592514 407.877838"; + p2 = "202.318512 406.637817"; + p3 = "202.610504 405.963837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "202.610504 405.963837"; + p1 = "203.379501 405.310822"; + p2 = "207.957504 400.717834"; + p3 = "209.45752 398.529816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "209.45752 398.529816"; + p1 = "208.064514 403.042816"; + p2 = "204.481506 406.565826"; + p3 = "201.484512 408.739838"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "196.742508 417.069824"; + p1 = "198.98851 412.352814"; + p2 = "207.280502 409.145813"; + p3 = "210.294525 403.308838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "210.294525 403.308838"; + p1 = "212.502502 399.032837"; + p2 = "214.860504 395.85083"; + p3 = "216.354523 389.186829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "216.354523 389.186829"; + p1 = "208.991501 393.332825"; + p2 = "203.865509 402.358826"; + p3 = "199.791504 405.658813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "199.791504 405.658813"; + p1 = "197.990509 408.045837"; + p2 = "196.569504 412.999817"; + p3 = "196.742508 417.069824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "239.389496 391.262817"; + p1 = "242.533508 387.575836"; + p2 = "248.946503 379.759827"; + p3 = "250.147522 375.572815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "250.147522 375.572815"; + p1 = "251.473511 370.946838"; + p2 = "252.083496 367.366821"; + p3 = "253.577515 360.701813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "253.577515 360.701813"; + p1 = "249.274506 366.978821"; + p2 = "241.665497 373.140839"; + p3 = "239.46051 375.01181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "239.46051 375.01181"; + p1 = "240.668518 379.530823"; + p2 = "243.806519 381.681824"; + p3 = "239.389496 391.262817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "281.297516 349.875824"; + p1 = "289.126495 342.94281"; + p2 = "290.793518 328.400818"; + p3 = "289.75351 321.843811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "289.75351 321.843811"; + p1 = "288.958496 316.833832"; + p2 = "290.594513 305.813812"; + p3 = "296.278503 296.178833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "296.278503 296.178833"; + p1 = "292.584503 298.874817"; + p2 = "286.524506 299.639832"; + p3 = "283.051514 301.564819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "283.051514 301.564819"; + p1 = "271.749512 310.422821"; + p2 = "271.75351 317.917816"; + p3 = "272.671509 326.124817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "272.671509 326.124817"; + p1 = "273.490509 333.451813"; + p2 = "282.796509 337.372833"; + p3 = "281.297516 349.875824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "192.6035 407.469818"; + p1 = "200.815506 403.566833"; + p2 = "203.964508 394.038818"; + p3 = "215.320526 386.447815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "215.320526 386.447815"; + p1 = "222.455505 381.677826"; + p2 = "240.291504 370.660828"; + p3 = "251.819519 355.191833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "251.819519 355.191833"; + p1 = "262.456512 340.918823"; + p2 = "265.343506 326.943817"; + p3 = "267.171509 316.20282"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "267.171509 316.20282"; + p1 = "268.990509 305.520813"; + p2 = "277.821503 297.978821"; + p3 = "281.95752 293.740814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "281.95752 293.740814"; + p1 = "290.315521 293.385834"; + p2 = "297.550507 290.284821"; + p3 = "306.706512 278.724823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "306.706512 278.724823"; + p1 = "312.609497 271.27182"; + p2 = "317.782501 276.476837"; + p3 = "323.573517 269.375824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "323.573517 269.375824"; + p1 = "323.238495 273.45282"; + p2 = "318.923492 282.756836"; + p3 = "313.640503 286.55481"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "313.640503 286.55481"; + p1 = "305.757507 292.220825"; + p2 = "295.943512 300.254822"; + p3 = "295.980499 319.040833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "295.980499 319.040833"; + p1 = "296.00351 330.524811"; + p2 = "296.877502 337.756836"; + p3 = "291.930511 349.16983"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "291.930511 349.16983"; + p1 = "288.231506 357.705811"; + p2 = "273.343506 371.79483"; + p3 = "271.623505 385.068817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "271.623505 385.068817"; + p1 = "265.244507 372.392822"; + p2 = "269.504517 363.879822"; + p3 = "270.933502 356.917816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "270.933502 356.917816"; + p1 = "271.985504 351.795837"; + p2 = "269.953522 345.788818"; + p3 = "266.432495 340.606812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "266.432495 340.606812"; + p1 = "258.985504 350.570831"; + p2 = "260.198517 358.855835"; + p3 = "257.146515 372.990814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "257.146515 372.990814"; + p1 = "253.328522 390.670837"; + p2 = "235.194519 400.073822"; + p3 = "234.024506 414.34082"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "234.024506 414.34082"; + p1 = "224.675507 397.474823"; + p2 = "240.053497 388.949829"; + p3 = "233.728516 377.540833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "233.728516 377.540833"; + p1 = "224.357513 384.03183"; + p2 = "220.658508 392.56781"; + p3 = "217.951508 400.552826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "217.951508 400.552826"; + p1 = "213.95752 412.333832"; + p2 = "195.293503 417.002838"; + p3 = "195.832504 429.673828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "195.832504 429.673828"; + p1 = "191.540512 424.270813"; + p2 = "190.780502 412.370819"; + p3 = "192.6035 407.469818"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "248.263519 160.930847"; + p1 = "247.472504 159.997833"; + p2 = "246.587494 159.390839"; + p3 = "245.07251 159.132843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "245.07251 159.132843"; + p1 = "249.386505 157.015839"; + p2 = "254.765503 155.460846"; + p3 = "258.780518 155.649841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "258.780518 155.649841"; + p1 = "255.899506 156.864838"; + p2 = "250.120514 158.908844"; + p3 = "248.263519 160.930847"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "294.9375 149.205841"; + p1 = "287.013519 147.891846"; + p2 = "279.34552 149.434845"; + p3 = "274.642517 150.558838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "274.642517 150.558838"; + p1 = "273.861511 148.98584"; + p2 = "269.995514 148.70784"; + p3 = "267.77652 147.561844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "267.77652 147.561844"; + p1 = "276.675507 141.76384"; + p2 = "283.21051 148.090836"; + p3 = "289.717499 145.781845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "289.717499 145.781845"; + p1 = "293.439514 144.460846"; + p2 = "300.011505 140.941833"; + p3 = "304.313507 138.556839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "304.313507 138.556839"; + p1 = "302.122498 143.447845"; + p2 = "297.66452 145.799835"; + p3 = "294.9375 149.205841"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "15.531715 288.228821"; + p1 = "14.954117 284.069824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "14.954117 284.069824"; + p1 = "69.655914 274.736816"; + p2 = "131.531509 328.089813"; + p3 = "157.875504 333.118835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "157.875504 333.118835"; + p1 = "171.091507 335.640839"; + p2 = "188.91951 335.527832"; + p3 = "200.663513 322.181824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "200.663513 322.181824"; + p1 = "203.496506 322.405823"; + p2 = "206.269501 319.523834"; + p3 = "210.327515 315.92981"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "210.327515 315.92981"; + p1 = "197.198502 338.334839"; + p2 = "174.463501 342.196838"; + p3 = "155.848511 337.723816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "155.848511 337.723816"; + p1 = "126.714508 330.723816"; + p2 = "61.517517 278.443817"; + p3 = "15.531715 288.228821"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "154.601501 225.722839"; + p1 = "151.915512 227.547821"; + p2 = "147.872513 227.241821"; + p3 = "145.051514 224.41983"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "145.051514 224.41983"; + p1 = "156.737503 217.606842"; + p2 = "159.115509 207.164841"; + p3 = "160.468506 195.657837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "160.468506 195.657837"; + p1 = "163.945511 203.142838"; + p2 = "164.803513 217.908844"; + p3 = "154.601501 225.722839"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "138.7565 203.147842"; + p1 = "136.204514 205.155838"; + p2 = "131.376511 204.884842"; + p3 = "129.639511 200.977844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "129.639511 200.977844"; + p1 = "140.82251 193.364838"; + p2 = "142.731506 178.950836"; + p3 = "142.673508 170.224838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "142.673508 170.224838"; + p1 = "148.604507 179.710846"; + p2 = "147.872513 194.24884"; + p3 = "138.7565 203.147842"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "115.096512 193.380844"; + p1 = "112.54451 195.38884"; + p2 = "107.065506 195.550842"; + p3 = "104.46051 192.945847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "104.46051 192.945847"; + p1 = "113.79451 186.217834"; + p2 = "115.19751 174.024841"; + p3 = "113.750504 164.742844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "113.750504 164.742844"; + p1 = "119.172501 168.459839"; + p2 = "123.127502 185.348846"; + p3 = "115.096512 193.380844"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "89.700516 247.428833"; + p1 = "86.18251 247.828827"; + p2 = "83.831512 244.46283"; + p3 = "80.583511 243.955811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "80.583511 243.955811"; + p1 = "77.440514 243.464813"; + p2 = "71.599716 245.885834"; + p3 = "68.862312 246.126831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "68.862312 246.126831"; + p1 = "66.163513 246.364838"; + p2 = "63.213318 241.884827"; + p3 = "60.613914 242.653839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "60.613914 242.653839"; + p1 = "57.955711 242.829834"; + p2 = "48.291718 244.762817"; + p3 = "45.853714 245.909821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "45.853714 245.909821"; + p1 = "42.712517 247.38681"; + p2 = "41.894516 248.351837"; + p3 = "37.388313 251.335815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "37.388313 251.335815"; + p1 = "34.266914 255.705811"; + p2 = "31.310516 257.413818"; + p3 = "30.442314 255.894836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "30.442314 255.894836"; + p1 = "31.527512 254.808838"; + p2 = "34.750916 251.847839"; + p3 = "33.698311 247.645813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "33.698311 247.645813"; + p1 = "36.679512 247.269836"; + p2 = "39.322914 244.421814"; + p3 = "41.295311 244.389832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "41.295311 244.389832"; + p1 = "46.038116 244.313812"; + p2 = "53.483315 245.002838"; + p3 = "60.830917 241.56781"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "60.830917 241.56781"; + p1 = "62.565514 241.244812"; + p2 = "67.482315 242.409821"; + p3 = "69.296516 243.955811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "69.296516 243.955811"; + p1 = "69.596313 242.194824"; + p2 = "70.054916 241.076813"; + p3 = "70.598717 239.180817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "70.598717 239.180817"; + p1 = "72.359917 239.480835"; + p2 = "73.912315 238.963837"; + p3 = "75.591316 240.265839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "75.591316 240.265839"; + p1 = "75.864517 237.880829"; + p2 = "74.831116 235.377838"; + p3 = "76.242516 233.319824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "76.242516 233.319824"; + p1 = "79.967316 230.990845"; + p2 = "89.053513 221.960846"; + p3 = "94.692505 211.17984"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "94.692505 211.17984"; + p1 = "96.765518 207.215836"; + p2 = "100.036514 207.456833"; + p3 = "101.638504 204.016846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "101.638504 204.016846"; + p1 = "104.049515 204.912842"; + p2 = "103.459518 206.101837"; + p3 = "106.414505 205.101837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "106.414505 205.101837"; + p1 = "107.743515 204.045837"; + p2 = "109.201508 204.870834"; + p3 = "108.150513 206.403839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "108.150513 206.403839"; + p1 = "106.739517 208.46283"; + p2 = "105.979507 211.39682"; + p3 = "101.638504 214.000824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "101.638504 214.000824"; + p1 = "95.491516 217.689819"; + p2 = "78.195915 226.37384"; + p3 = "79.715515 236.575836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "79.715515 236.575836"; + p1 = "82.046509 235.602844"; + p2 = "86.474518 233.345825"; + p3 = "88.614517 233.753845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "88.614517 233.753845"; + p1 = "90.940506 234.197845"; + p2 = "92.795517 237.49884"; + p3 = "93.607513 238.963837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "93.607513 238.963837"; + p1 = "94.774506 237.040833"; + p2 = "97.808517 232.749847"; + p3 = "99.468506 232.885834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "99.468506 232.885834"; + p1 = "106.433517 232.214844"; + p2 = "114.852509 226.284821"; + p3 = "117.918503 222.032837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "117.918503 222.032837"; + p1 = "121.838501 216.596832"; + p2 = "126.543503 217.034821"; + p3 = "127.252502 213.132843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "127.252502 213.132843"; + p1 = "129.663513 214.029846"; + p2 = "129.776505 214.568817"; + p3 = "131.376511 214.000824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "131.376511 214.000824"; + p1 = "133.490509 213.786835"; + p2 = "132.896515 215.956818"; + p3 = "132.461502 217.473846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "132.461502 217.473846"; + p1 = "131.773514 219.872833"; + p2 = "130.894501 220.910828"; + p3 = "126.383514 224.20282"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "126.383514 224.20282"; + p1 = "117.951508 230.357819"; + p2 = "105.190506 227.956818"; + p3 = "94.692505 243.955811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "94.692505 243.955811"; + p1 = "99.138504 242.767822"; + p2 = "107.209518 241.397827"; + p3 = "109.670502 242.653839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "109.670502 242.653839"; + p1 = "114.602509 245.171814"; + p2 = "120.089508 246.343811"; + p3 = "120.089508 246.343811"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "120.089508 246.343811"; + p1 = "122.042511 243.955811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "122.042511 243.955811"; + p1 = "125.403503 243.687836"; + p2 = "129.4785 241.563812"; + p3 = "132.027512 239.831818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "132.027512 239.831818"; + p1 = "135.719513 237.322845"; + p2 = "138.89151 238.605835"; + p3 = "140.275513 235.924835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "140.275513 235.924835"; + p1 = "141.737503 237.98584"; + p2 = "142.3125 237.088837"; + p3 = "144.18251 237.009827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "144.18251 237.009827"; + p1 = "146.267502 236.526825"; + p2 = "147.8815 237.489838"; + p3 = "147.004501 238.963837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "147.004501 238.963837"; + p1 = "145.365509 241.719818"; + p2 = "143.98851 243.295837"; + p3 = "140.275513 246.126831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "140.275513 246.126831"; + p1 = "132.667511 251.927826"; + p2 = "117.76651 246.66983"; + p3 = "110.972504 245.69281"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1294; + G = 0.7725; + R = 0.1412; + s = CalRGB; + }; + p0 = "110.972504 245.69281"; + p1 = "100.379517 244.168823"; + p2 = "98.852509 246.389832"; + p3 = "89.700516 247.428833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "87.732513 251.61084"; + p1 = "96.884506 250.571838"; + p2 = "101.639511 247.671814"; + p3 = "112.232513 249.195831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "112.232513 249.195831"; + p1 = "119.027512 250.172821"; + p2 = "136.436508 254.846832"; + p3 = "145.160507 248.16983"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "145.160507 248.16983"; + p1 = "151.208511 243.54184"; + p2 = "149.291504 239.972839"; + p3 = "151.866501 235.520844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "151.866501 235.520844"; + p1 = "152.724503 234.036835"; + p2 = "151.97551 232.62384"; + p3 = "149.890503 233.106842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "149.890503 233.106842"; + p1 = "146.285507 233.509827"; + p2 = "142.627502 232.66684"; + p3 = "140.246506 229.520844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "140.246506 229.520844"; + p1 = "139.049515 233.692841"; + p2 = "133.683502 233.844818"; + p3 = "129.991501 236.353821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "129.991501 236.353821"; + p1 = "127.441513 238.085846"; + p2 = "122.079514 239.909821"; + p3 = "118.718506 240.177826"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "118.718506 240.177826"; + p1 = "117.333511 242.858826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "117.333511 242.858826"; + p1 = "117.333511 242.858826"; + p2 = "114.355515 240.362823"; + p3 = "110.69751 239.518829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "110.69751 239.518829"; + p1 = "108.005508 238.898834"; + p2 = "106.36351 237.455841"; + p3 = "101.970505 239.889832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "101.970505 239.889832"; + p1 = "111.384506 229.24884"; + p2 = "122.463501 232.022827"; + p3 = "130.846512 225.798828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "130.846512 225.798828"; + p1 = "137.625504 220.764832"; + p2 = "137.216507 215.032837"; + p3 = "137.90451 212.634827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "137.90451 212.634827"; + p1 = "138.339508 211.117828"; + p2 = "137.257507 209.165833"; + p3 = "135.143509 209.380829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "135.143509 209.380829"; + p1 = "132.714508 211.062836"; + p2 = "127.259506 209.109833"; + p3 = "125.87851 205.902847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "125.87851 205.902847"; + p1 = "126.522507 212.244843"; + p2 = "120.966507 213.278839"; + p3 = "117.045502 218.714844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "117.045502 218.714844"; + p1 = "113.979507 222.966827"; + p2 = "103.010513 229.105835"; + p3 = "96.045517 229.775818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "96.045517 229.775818"; + p1 = "96.045517 229.775818"; + p2 = "94.851517 231.075836"; + p3 = "93.685516 232.99884"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "93.685516 232.99884"; + p1 = "92.873505 231.534821"; + p2 = "91.379517 230.267822"; + p3 = "89.053513 229.823822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "89.053513 229.823822"; + p1 = "86.913513 229.414825"; + p2 = "85.340515 230.605835"; + p3 = "83.008514 231.579834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "83.008514 231.579834"; + p1 = "89.658508 220.555847"; + p2 = "101.208511 220.519836"; + p3 = "106.303513 215.476837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "106.303513 215.476837"; + p1 = "112.894501 208.95282"; + p2 = "111.632507 205.926834"; + p3 = "114.120514 202.530838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "114.120514 202.530838"; + p1 = "115.219513 201.030838"; + p2 = "114.051514 198.068832"; + p3 = "111.765503 200.008835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "111.765503 200.008835"; + p1 = "107.793518 202.545837"; + p2 = "101.722504 200.306839"; + p3 = "100.439514 197.991837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "100.439514 197.991837"; + p1 = "99.783508 203.140839"; + p2 = "92.793518 205.939835"; + p3 = "91.152512 210.10083"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "91.152512 210.10083"; + p1 = "86.696518 221.394836"; + p2 = "79.924316 226.589844"; + p3 = "73.253311 231.244843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "73.253311 231.244843"; + p1 = "71.842117 233.302826"; + p2 = "72.600716 233.520844"; + p3 = "72.327316 235.904846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "72.327316 235.904846"; + p1 = "70.648315 234.602844"; + p2 = "70.269112 234.493835"; + p3 = "68.507713 234.193817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "68.507713 234.193817"; + p1 = "67.963913 236.09082"; + p2 = "66.770317 237.390839"; + p3 = "66.470512 239.151825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "66.470512 239.151825"; + p1 = "64.656517 237.604828"; + p2 = "62.516113 237.196838"; + p3 = "60.428513 238.034821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "60.428513 238.034821"; + p1 = "53.080917 241.469818"; + p2 = "44.599113 240.832825"; + p3 = "39.856514 240.909821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "39.856514 240.909821"; + p1 = "37.883911 240.941833"; + p2 = "34.088112 245.603821"; + p3 = "30.32151 245.138824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "30.32151 245.138824"; + p1 = "31.146515 249.961823"; + p2 = "29.673714 252.409821"; + p3 = "27.015511 254.890839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "27.015511 254.890839"; + p1 = "24.649513 256.930817"; + p2 = "24.320511 258.592834"; + p3 = "25.86731 259.487823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "25.86731 259.487823"; + p1 = "28.198311 260.834839"; + p2 = "33.86351 259.298828"; + p3 = "37.213516 256.006836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "37.213516 256.006836"; + p1 = "41.71991 253.022827"; + p2 = "44.026115 250.635834"; + p3 = "48.738716 248.023834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "48.738716 248.023834"; + p1 = "51.095116 246.717834"; + p2 = "55.703712 245.417816"; + p3 = "58.361916 245.241821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "58.361916 245.241821"; + p1 = "60.961517 244.472839"; + p2 = "65.468918 249.932831"; + p3 = "68.167717 249.694824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "68.167717 249.694824"; + p1 = "70.905113 249.453827"; + p2 = "75.459518 247.88681"; + p3 = "78.602715 248.376831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "78.602715 248.376831"; + p1 = "81.85051 248.884827"; + p2 = "84.214508 252.010834"; + p3 = "87.732513 251.61084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "86.621506 254.070831"; + p1 = "83.103516 254.470825"; + p2 = "80.684517 250.638824"; + p3 = "77.400719 250.778839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "77.400719 250.778839"; + p1 = "71.810715 251.015839"; + p2 = "70.603111 251.856812"; + p3 = "66.519516 251.767822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "66.519516 251.767822"; + p1 = "63.810715 251.707825"; + p2 = "59.984917 246.649811"; + p3 = "57.385315 247.417816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "57.385315 247.417816"; + p1 = "54.727112 247.594818"; + p2 = "51.288712 249.187836"; + p3 = "48.932312 250.493835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "48.932312 250.493835"; + p1 = "44.219711 253.106812"; + p2 = "42.748314 255.380829"; + p3 = "38.241913 258.365814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "38.241913 258.365814"; + p1 = "34.891716 261.657837"; + p2 = "25.300514 263.52182"; + p3 = "21.817909 262.09082"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "21.817909 262.09082"; + p1 = "18.889114 260.88681"; + p2 = "19.256516 259.532837"; + p3 = "21.622513 257.492828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "21.622513 257.492828"; + p1 = "24.280716 255.010834"; + p2 = "29.683716 248.990814"; + p3 = "27.545715 245.13382"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "27.545715 245.13382"; + p1 = "25.376717 243.64682"; + p2 = "25.664513 241.13382"; + p3 = "28.093513 239.450836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "28.093513 239.450836"; + p1 = "34.368317 235.104828"; + p2 = "51.194511 241.10083"; + p3 = "65.910912 231.262817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "65.910912 231.262817"; + p1 = "80.616516 221.431824"; + p2 = "85.205505 218.368835"; + p3 = "92.241516 200.532837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "92.241516 200.532837"; + p1 = "94.617508 194.508835"; + p2 = "99.874512 191.258835"; + p3 = "102.555511 195.487839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "102.555511 195.487839"; + p1 = "103.838516 197.801834"; + p2 = "109.833511 199.520844"; + p3 = "113.805511 196.983841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "113.805511 196.983841"; + p1 = "116.091507 195.043839"; + p2 = "118.470505 198.884842"; + p3 = "117.371506 200.384842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "117.371506 200.384842"; + p1 = "114.883514 203.780838"; + p2 = "117.849503 208.524841"; + p3 = "109.1315 217.05484"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "109.1315 217.05484"; + p1 = "104.007507 222.067841"; + p2 = "96.075516 222.61084"; + p3 = "89.445511 227.629822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "89.445511 227.629822"; + p1 = "105.265518 228.273834"; + p2 = "117.178513 216.613831"; + p3 = "118.877502 207.953842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "118.877502 207.953842"; + p1 = "120.283508 200.787842"; + p2 = "125.396515 200.306839"; + p3 = "127.134506 204.049835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "127.134506 204.049835"; + p1 = "128.515503 207.256836"; + p2 = "133.926514 209.025818"; + p3 = "136.355515 207.342834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "136.355515 207.342834"; + p1 = "139.211502 206.431839"; + p2 = "140.843506 207.530838"; + p3 = "139.921509 210.744843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "139.921509 210.744843"; + p1 = "139.234512 213.142822"; + p2 = "140.882507 220.968842"; + p3 = "132.595505 227.242828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "132.595505 227.242828"; + p1 = "124.271515 233.54483"; + p2 = "117.742508 230.769836"; + p3 = "109.055511 236.92984"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "109.055511 236.92984"; + p1 = "118.769501 240.273834"; + p2 = "131.339508 233.755829"; + p3 = "133.735504 229.300842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "133.735504 229.300842"; + p1 = "136.052505 224.990845"; + p2 = "141.536514 223.967834"; + p3 = "141.790512 226.851837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "141.790512 226.851837"; + p1 = "143.073502 229.16684"; + p2 = "149.611511 231.257843"; + p3 = "152.954514 229.404846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "152.954514 229.404846"; + p1 = "155.039505 228.920837"; + p2 = "156.32251 231.23584"; + p3 = "155.464508 232.719818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "155.464508 232.719818"; + p1 = "152.889511 237.171844"; + p2 = "156.036514 241.802826"; + p3 = "147.394501 250.302826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "147.394501 250.302826"; + p1 = "139.5625 258.005829"; + p2 = "118.976501 252.645813"; + p3 = "112.18251 251.668823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "112.18251 251.668823"; + p1 = "101.588516 250.144836"; + p2 = "95.773514 253.03183"; + p3 = "86.621506 254.070831"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "121.259506 423.616821"; + p1 = "123.247513 421.631836"; + p2 = "127.770508 418.818817"; + p3 = "128.160507 417.365814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "128.160507 417.365814"; + p1 = "128.778503 417.684814"; + p2 = "129.845505 418.415833"; + p3 = "131.73851 418.24881"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "131.73851 418.24881"; + p1 = "129.750504 420.233826"; + p2 = "124.800507 423.638824"; + p3 = "121.259506 423.616821"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "159.61351 423.237823"; + p1 = "160.110504 421.407837"; + p2 = "162.599503 419.911835"; + p3 = "163.5755 418.488831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "163.5755 418.488831"; + p1 = "165.798508 417.894836"; + p2 = "168.809509 418.762817"; + p3 = "169.502502 418.819824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "169.502502 418.819824"; + p1 = "166.446503 421.364838"; + p2 = "162.310501 421.28183"; + p3 = "159.61351 423.237823"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "85.901505 409.676819"; + p1 = "88.001511 408.29184"; + p2 = "90.462509 405.738831"; + p3 = "90.852509 404.285828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "90.852509 404.285828"; + p1 = "91.91951 405.016815"; + p2 = "93.773514 405.974823"; + p3 = "95.328506 405.994812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "95.328506 405.994812"; + p1 = "93.341507 407.978821"; + p2 = "89.105515 409.885834"; + p3 = "85.901505 409.676819"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "48.586113 400.526825"; + p1 = "51.848518 398.056824"; + p2 = "55.530914 392.614838"; + p3 = "56.057312 390.778839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "56.057312 390.778839"; + p1 = "57.339516 391.556824"; + p2 = "58.278717 392.099823"; + p3 = "59.543518 392.46283"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "59.543518 392.46283"; + p1 = "57.555511 394.446838"; + p2 = "52.989113 400.512817"; + p3 = "48.586113 400.526825"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "22.039711 396.313812"; + p1 = "23.934715 385.736816"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "23.934715 385.736816"; + p1 = "28.459114 385.614838"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "28.459114 385.614838"; + p1 = "22.039711 396.313812"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "93.449509 357.713837"; + p1 = "85.144516 349.480835"; + p2 = "93.50351 335.642822"; + p3 = "103.126511 338.175812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "103.126511 338.175812"; + p1 = "102.536514 342.362823"; + p2 = "102.674515 347.372833"; + p3 = "106.679504 351.456818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "106.679504 351.456818"; + p1 = "100.612518 351.39682"; + p2 = "96.720505 354.105835"; + p3 = "93.449509 357.713837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "112.189514 347.494812"; + p1 = "104.326508 338.838837"; + p2 = "114.55751 326.302826"; + p3 = "124.0345 329.334839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "124.0345 329.334839"; + p1 = "123.226501 333.48584"; + p2 = "121.943512 337.650818"; + p3 = "125.7285 341.938812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "125.7285 341.938812"; + p1 = "119.673508 341.561829"; + p2 = "115.644501 344.063812"; + p3 = "112.189514 347.494812"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "108.27951 329.124817"; + p1 = "104.631516 325.868835"; + p2 = "104.051514 319.94281"; + p3 = "105.023514 317.66684"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "105.023514 317.66684"; + p1 = "106.91951 318.849823"; + p2 = "112.102509 321.931824"; + p3 = "115.2845 323.642822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "115.2845 323.642822"; + p1 = "113.490509 324.884827"; + p2 = "110.2005 326.769836"; + p3 = "108.27951 329.124817"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "88.241516 337.698822"; + p1 = "79.516716 329.911835"; + p2 = "87.140518 315.655823"; + p3 = "96.882507 317.680817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "96.882507 317.680817"; + p1 = "96.512512 321.893829"; + p2 = "96.912506 326.889832"; + p3 = "101.125504 330.757813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "101.125504 330.757813"; + p1 = "95.064514 331.015839"; + p2 = "91.319504 333.924835"; + p3 = "88.241516 337.698822"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "116.823502 367.930817"; + p1 = "108.810501 359.412811"; + p2 = "117.647507 345.875824"; + p3 = "127.176514 348.741821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "127.176514 348.741821"; + p1 = "126.440506 352.90683"; + p2 = "126.40451 357.917816"; + p3 = "130.263504 362.138824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "130.263504 362.138824"; + p1 = "124.202515 361.867828"; + p2 = "120.218506 364.439819"; + p3 = "116.823502 367.930817"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "97.353516 378.493835"; + p1 = "89.193512 370.116821"; + p2 = "97.793518 356.427826"; + p3 = "107.370514 359.127838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "107.370514 359.127838"; + p1 = "106.707504 363.303833"; + p2 = "106.758514 368.315826"; + p3 = "110.690506 372.468811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "110.690506 372.468811"; + p1 = "104.626511 372.302826"; + p2 = "100.687515 374.943817"; + p3 = "97.353516 378.493835"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "75.293312 369.36084"; + p1 = "66.568512 361.572815"; + p2 = "74.322311 348.805817"; + p3 = "83.808517 350.228821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "83.808517 350.228821"; + p1 = "83.438507 354.440826"; + p2 = "83.839508 359.436829"; + p3 = "88.051514 363.30481"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "88.051514 363.30481"; + p1 = "82.190506 364.792816"; + p2 = "78.014915 367.107819"; + p3 = "75.293312 369.36084"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "69.999115 349.404816"; + p1 = "61.274315 341.616821"; + p2 = "68.898117 327.36084"; + p3 = "78.639915 329.38681"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "78.639915 329.38681"; + p1 = "78.269913 333.598816"; + p2 = "78.670517 338.594818"; + p3 = "82.882507 342.463837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "82.882507 342.463837"; + p1 = "76.821915 342.721832"; + p2 = "73.077118 345.630829"; + p3 = "69.999115 349.404816"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "88.798508 374.799835"; + p1 = "86.714508 374.024811"; + p2 = "83.623505 372.428833"; + p3 = "80.884514 371.46582"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "80.884514 371.46582"; + p1 = "82.970505 369.757813"; + p2 = "85.376511 367.848816"; + p3 = "88.522507 368.502838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "88.522507 368.502838"; + p1 = "88.346512 370.501831"; + p2 = "88.518509 373.299835"; + p3 = "88.798508 374.799835"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "123.065506 387.722839"; + p1 = "115.213501 380.713837"; + p2 = "122.074509 367.88382"; + p3 = "130.842514 369.706818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "130.842514 369.706818"; + p1 = "130.508514 373.497833"; + p2 = "131.106506 377.132813"; + p3 = "133.734512 380.927826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "133.734512 380.927826"; + p1 = "129.048508 381.949829"; + p2 = "125.83551 384.325836"; + p3 = "123.065506 387.722839"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "161.6595 400.095825"; + p1 = "158.455505 400.134827"; + p2 = "154.071503 399.835815"; + p3 = "149.750504 398.755829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "149.750504 398.755829"; + p1 = "151.3125 396.649811"; + p2 = "154.7285 392.71582"; + p3 = "159.069504 392.923828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "159.069504 392.923828"; + p1 = "159.247513 395.487823"; + p2 = "160.607513 398.197815"; + p3 = "161.6595 400.095825"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "169.731506 394.984833"; + p1 = "160.173508 390.57782"; + p2 = "162.983505 376.302826"; + p3 = "171.901505 375.481812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "171.901505 375.481812"; + p1 = "172.691513 379.204834"; + p2 = "176.23851 382.390839"; + p3 = "179.803513 383.987823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "179.803513 383.987823"; + p1 = "174.355515 387.454834"; + p2 = "171.387512 390.926819"; + p3 = "169.731506 394.984833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "204.050507 338.487823"; + p1 = "202.433502 338.556824"; + p2 = "199.414505 336.093811"; + p3 = "198.690506 334.289825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "198.690506 334.289825"; + p1 = "200.166504 333.471832"; + p2 = "202.064514 332.418823"; + p3 = "204.456512 330.266815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "204.456512 330.266815"; + p1 = "204.102509 332.116821"; + p2 = "203.396515 335.816833"; + p3 = "204.050507 338.487823"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "182.156509 347.088837"; + p1 = "178.610504 347.04184"; + p2 = "174.670502 345.673828"; + p3 = "173.595505 343.236816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "173.595505 343.236816"; + p1 = "176.172501 342.911835"; + p2 = "179.616501 342.65683"; + p3 = "183.107513 340.996826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "183.107513 340.996826"; + p1 = "182.004501 342.986816"; + p2 = "182.099503 345.259827"; + p3 = "182.156509 347.088837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "200.179504 358.639832"; + p1 = "188.485504 358.486816"; + p2 = "184.886505 342.72583"; + p3 = "193.567505 337.862823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "193.567505 337.862823"; + p1 = "195.392502 340.375824"; + p2 = "200.355515 343.276825"; + p3 = "202.441513 344.353821"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "202.441513 344.353821"; + p1 = "202.247513 348.927826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "202.247513 348.927826"; + p1 = "201.126511 352.278839"; + p2 = "200.073502 355.262817"; + p3 = "200.179504 358.639832"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "196.10051 366.846832"; + p1 = "194.114502 370.428833"; + p2 = "189.662506 375.378815"; + p3 = "187.2155 377.230835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "187.2155 377.230835"; + p1 = "184.920502 373.539825"; + p2 = "183.416504 365.742828"; + p3 = "188.036514 361.966827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "188.036514 361.966827"; + p1 = "190.153503 364.012817"; + p2 = "193.824509 365.874817"; + p3 = "196.10051 366.846832"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "137.40451 395.832825"; + p1 = "134.242508 395.103821"; + p2 = "129.442505 393.904816"; + p3 = "126.445511 391.980835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "126.445511 391.980835"; + p1 = "127.782501 390.412811"; + p2 = "130.407501 388.682831"; + p3 = "133.406509 388.122833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "133.406509 388.122833"; + p1 = "133.395508 390.649811"; + p2 = "135.696503 393.746826"; + p3 = "137.40451 395.832825"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "178.428513 368.172821"; + p1 = "166.877502 367.854828"; + p2 = "164.913513 354.984833"; + p3 = "173.175507 349.370819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "173.175507 349.370819"; + p1 = "175.660507 352.792816"; + p2 = "178.255508 355.575836"; + p3 = "183.972504 355.731812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "183.972504 355.731812"; + p1 = "179.567505 359.902832"; + p2 = "178.274506 363.305817"; + p3 = "178.428513 368.172821"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "145.267502 394.775818"; + p1 = "135.431503 388.448822"; + p2 = "140.731506 373.175812"; + p3 = "150.670502 373.651825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "150.670502 373.651825"; + p1 = "150.963501 377.870819"; + p2 = "152.140503 382.741821"; + p3 = "156.906509 385.903839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "156.906509 385.903839"; + p1 = "150.96051 387.106812"; + p2 = "147.716507 390.565826"; + p3 = "145.267502 394.775818"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "139.522507 370.991821"; + p1 = "130.531509 363.513824"; + p2 = "137.094513 350.346832"; + p3 = "146.901505 352.030823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "146.901505 352.030823"; + p1 = "146.678513 356.253815"; + p2 = "146.4505 360.042816"; + p3 = "150.795502 363.76181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "150.795502 363.76181"; + p1 = "144.747513 364.230835"; + p2 = "142.467514 367.112823"; + p3 = "139.522507 370.991821"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "157.2005 356.042816"; + p1 = "152.605515 352.854828"; + p2 = "151.998505 345.382813"; + p3 = "152.65451 342.537811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "152.65451 342.537811"; + p1 = "156.005508 343.657837"; + p2 = "160.915512 344.905823"; + p3 = "165.069504 344.34082"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "165.069504 344.34082"; + p1 = "165.974503 345.079834"; + p2 = "166.536514 345.849823"; + p3 = "167.580505 346.596832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "167.580505 346.596832"; + p1 = "163.116501 349.071838"; + p2 = "159.795502 351.921814"; + p3 = "157.2005 356.042816"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "158.489502 375.834839"; + p1 = "151.390503 371.268829"; + p2 = "155.2155 360.246826"; + p3 = "162.388504 360.59082"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "162.388504 360.59082"; + p1 = "162.60051 363.634827"; + p2 = "163.4505 367.150818"; + p3 = "166.889511 369.432831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "166.889511 369.432831"; + p1 = "162.598511 370.300812"; + p2 = "160.257507 372.797821"; + p3 = "158.489502 375.834839"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "113.147507 386.393829"; + p1 = "110.712509 384.98584"; + p2 = "105.093506 382.310822"; + p3 = "101.909515 381.042816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "101.909515 381.042816"; + p1 = "103.339508 379.14682"; + p2 = "108.77951 376.106812"; + p3 = "113.077515 377.318817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "113.077515 377.318817"; + p1 = "112.632507 380.119812"; + p2 = "112.51651 384.26181"; + p3 = "113.147507 386.393829"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "135.015503 350.122833"; + p1 = "129.497513 345.367828"; + p2 = "130.879501 336.309814"; + p3 = "132.802505 333.312836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "132.802505 333.312836"; + p1 = "135.471512 335.142822"; + p2 = "141.745514 338.005829"; + p3 = "144.696503 338.852814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "144.696503 338.852814"; + p1 = "145.397507 340.117828"; + p2 = "145.985504 341.329834"; + p3 = "147.712509 342.861816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "147.712509 342.861816"; + p1 = "143.689514 343.79483"; + p2 = "138.361511 345.870819"; + p3 = "135.015503 350.122833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "82.765518 317.023834"; + p1 = "78.997314 313.660828"; + p2 = "78.895714 307.535828"; + p3 = "79.277718 305.09082"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "79.277718 305.09082"; + p1 = "81.637512 305.767822"; + p2 = "88.359512 308.492828"; + p3 = "94.027512 311.555817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "94.027512 311.555817"; + p1 = "89.579514 312.035828"; + p2 = "85.843506 313.249817"; + p3 = "82.765518 317.023834"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "65.325317 365.915833"; + p1 = "62.859718 365.049835"; + p2 = "58.813713 363.569824"; + p3 = "55.419716 363.713837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "55.419716 363.713837"; + p1 = "56.771118 361.227814"; + p2 = "61.112114 358.803833"; + p3 = "65.021118 359.616821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "65.021118 359.616821"; + p1 = "64.846115 361.607819"; + p2 = "64.673317 364.29184"; + p3 = "65.325317 365.915833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "50.107117 361.134827"; + p1 = "41.382317 353.347839"; + p2 = "49.005714 339.091827"; + p3 = "58.747711 341.116821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "58.747711 341.116821"; + p1 = "58.377914 345.329834"; + p2 = "58.778519 350.324829"; + p3 = "62.990715 354.193817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "62.990715 354.193817"; + p1 = "56.929916 354.451813"; + p2 = "53.184914 357.36084"; + p3 = "50.107117 361.134827"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "62.631516 327.768829"; + p1 = "53.906715 319.980835"; + p2 = "61.530312 305.724823"; + p3 = "71.272316 307.750824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "71.272316 307.750824"; + p1 = "70.902313 311.96283"; + p2 = "71.302917 316.958832"; + p3 = "75.515312 320.82782"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "75.515312 320.82782"; + p1 = "69.454315 321.085815"; + p2 = "65.709518 323.994812"; + p3 = "62.631516 327.768829"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "39.395111 361.427826"; + p1 = "37.176109 360.647827"; + p2 = "31.124512 360.205811"; + p3 = "27.670509 361.226837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "27.670509 361.226837"; + p1 = "28.660316 357.774811"; + p2 = "33.368111 353.572815"; + p3 = "38.436516 354.351837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "38.436516 354.351837"; + p1 = "38.357513 356.591827"; + p2 = "38.277313 359.814819"; + p3 = "39.395111 361.427826"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "43.517113 341.145813"; + p1 = "34.396912 333.824829"; + p2 = "41.26371 319.189819"; + p3 = "51.098312 320.70282"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "51.098312 320.70282"; + p1 = "50.949318 324.928833"; + p2 = "51.610916 329.89682"; + p3 = "56.019913 333.539825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "56.019913 333.539825"; + p1 = "49.980713 334.113831"; + p2 = "46.393318 337.21582"; + p3 = "43.517113 341.145813"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "58.835716 305.811829"; + p1 = "56.118912 302.601837"; + p2 = "55.685715 299.289825"; + p3 = "56.552315 296.823822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "56.552315 296.823822"; + p1 = "60.261917 297.249817"; + p2 = "66.931519 298.887817"; + p3 = "70.904312 300.779816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "70.904312 300.779816"; + p1 = "66.160713 301.175812"; + p2 = "62.408913 302.502838"; + p3 = "58.835716 305.811829"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "37.636909 317.620819"; + p1 = "30.08091 308.694824"; + p2 = "39.614311 295.638824"; + p3 = "48.979515 298.999817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "48.979515 298.999817"; + p1 = "48.026917 303.120819"; + p2 = "47.728317 308.122833"; + p3 = "51.361313 312.540833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "51.361313 312.540833"; + p1 = "45.323517 311.951813"; + p2 = "41.210114 314.311829"; + p3 = "37.636909 317.620819"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "33.24411 296.598816"; + p1 = "31.991714 295.009827"; + p2 = "30.572716 293.292816"; + p3 = "30.890717 291.627838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "30.890717 291.627838"; + p1 = "32.619514 291.165833"; + p2 = "37.614716 292.118835"; + p3 = "39.490311 292.816833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "39.490311 292.816833"; + p1 = "37.761116 293.278839"; + p2 = "35.127716 294.972839"; + p3 = "33.24411 296.598816"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "25.367912 353.109833"; + p1 = "24.509109 352.342834"; + p2 = "24.087914 351.308838"; + p3 = "23.273109 350.643829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "23.273109 350.643829"; + p1 = "26.880913 347.080811"; + p2 = "30.569115 339.229828"; + p3 = "30.933311 335.454834"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "30.933311 335.454834"; + p1 = "33.144516 335.093811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "33.144516 335.093811"; + p1 = "32.811516 338.884827"; + p2 = "33.172112 343.380829"; + p3 = "36.963112 346.862823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "36.963112 346.862823"; + p1 = "31.508316 347.094818"; + p2 = "28.138115 349.71283"; + p3 = "25.367912 353.109833"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "26.503311 302.972839"; + p1 = "22.546913 296.717834"; + p2 = "16.899117 294.151825"; + p3 = "12.473511 292.882813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "12.473511 292.882813"; + p1 = "15.636513 291.87381"; + p2 = "19.135712 291.91983"; + p3 = "23.709915 292.113831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "23.709915 292.113831"; + p1 = "22.925911 296.518829"; + p2 = "28.146912 299.449829"; + p3 = "26.503311 302.972839"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "277.847504 231.467834"; + p1 = "275.064514 228.343842"; + p2 = "272.4245 226.033844"; + p3 = "267.987518 225.278839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "267.987518 225.278839"; + p1 = "269.2435 224.28183"; + p2 = "269.15152 222.121826"; + p3 = "267.292511 220.037842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "267.292511 220.037842"; + p1 = "270.646515 220.288818"; + p2 = "273.441498 215.72583"; + p3 = "275.536499 212.253845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "275.536499 212.253845"; + p1 = "274.678497 217.049835"; + p2 = "278.000519 223.043823"; + p3 = "282.052521 224.91684"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "282.052521 224.91684"; + p1 = "279.056519 225.673828"; + p2 = "277.552521 228.21582"; + p3 = "277.847504 231.467834"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "281.21051 239.339813"; + p1 = "280.259521 231.80484"; + p2 = "282.0755 227.697845"; + p3 = "289.399506 226.365845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "289.399506 226.365845"; + p1 = "281.837494 223.239838"; + p2 = "276.77951 212.772827"; + p3 = "277.968506 203.058838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "277.968506 203.058838"; + p1 = "273.907501 208.038834"; + p2 = "268.459503 219.244843"; + p3 = "261.264496 217.899841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "261.264496 217.899841"; + p1 = "266.170502 221.380829"; + p2 = "264.680511 226.300842"; + p3 = "262.034515 228.015839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "262.034515 228.015839"; + p1 = "269.694519 227.737823"; + p2 = "277.774506 235.483826"; + p3 = "281.21051 239.339813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "323.351501 203.326843"; + p1 = "319.274506 202.991837"; + p2 = "312.3255 202.865845"; + p3 = "308.467499 204.67984"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "308.467499 204.67984"; + p1 = "315.232513 196.561844"; + p2 = "328.763519 190.472839"; + p3 = "332.145508 189.119843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "332.145508 189.119843"; + p1 = "335.348511 187.838837"; + p2 = "339.587494 186.413834"; + p3 = "340.843506 182.956833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "340.843506 182.956833"; + p1 = "344.999512 181.001846"; + p2 = "345.675507 180.324844"; + p3 = "347.028503 176.265839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "347.028503 176.265839"; + p1 = "351.087494 172.883835"; + p2 = "352.440521 173.559845"; + p3 = "353.117493 168.147842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "353.117493 168.147842"; + p1 = "355.487518 167.158844"; + p2 = "350.828522 169.436844"; + p3 = "347.705505 172.883835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "347.705505 172.883835"; + p1 = "330.002502 192.423843"; + p2 = "300.349518 199.943832"; + p3 = "292.231506 193.855835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "292.231506 193.855835"; + p1 = "288.354492 190.947845"; + p2 = "286.142517 189.796844"; + p3 = "286.142517 186.413834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "286.142517 186.413834"; + p1 = "282.532501 188.090836"; + p2 = "277.521515 191.904846"; + p3 = "273.965515 197.237839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "273.965515 197.237839"; + p1 = "271.259521 201.296844"; + p2 = "267.665497 208.389832"; + p3 = "264.494507 211.444824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "264.494507 211.444824"; + p1 = "259.903503 215.867828"; + p2 = "252.879517 221.449829"; + p3 = "245.552521 222.268829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "245.552521 222.268829"; + p1 = "247.581512 224.974823"; + p2 = "246.905518 224.974823"; + p3 = "244.875519 227.004822"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "244.875519 227.004822"; + p1 = "256.9375 230.045837"; + p2 = "253.132507 242.630829"; + p3 = "268.553497 244.593811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "268.553497 244.593811"; + p1 = "279.019501 245.925812"; + p2 = "288.486511 243.580811"; + p3 = "295.614502 250.005829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "295.614502 250.005829"; + p1 = "299.213501 253.250824"; + p2 = "303.525513 257.957825"; + p3 = "301.702515 262.859833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "301.702515 262.859833"; + p1 = "304.983521 259.41983"; + p2 = "307.709503 257.733826"; + p3 = "313.879517 254.064819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "313.879517 254.064819"; + p1 = "321.927521 249.279816"; + p2 = "323.91452 241.742828"; + p3 = "342.293518 235.122833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "342.293518 235.122833"; + p1 = "340.966522 239.74881"; + p2 = "345.02652 250.029816"; + p3 = "343.646515 253.388824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "343.646515 253.388824"; + p1 = "350.372498 247.390839"; + p2 = "349.360504 244.852814"; + p3 = "351.087494 240.534821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "351.087494 240.534821"; + p1 = "352.440521 237.151825"; + p2 = "359.206512 234.445831"; + p3 = "359.206512 231.063843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "359.206512 231.063843"; + p1 = "359.206512 227.601837"; + p2 = "356.742493 228.691833"; + p3 = "352.778503 226.325836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "352.778503 226.325836"; + p1 = "349.944519 224.634827"; + p2 = "347.629517 217.409821"; + p3 = "353.588501 213.567841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "353.588501 213.567841"; + p1 = "357.171509 211.257843"; + p2 = "356.170502 209.034821"; + p3 = "357.030518 207.695847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "357.030518 207.695847"; + p1 = "358.853516 204.86084"; + p2 = "360.797516 204.17984"; + p3 = "363.105499 203.442841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "363.105499 203.442841"; + p1 = "365.861511 202.564835"; + p2 = "366.746521 201.801834"; + p3 = "365.535522 200.202835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "365.535522 200.202835"; + p1 = "364.662506 199.049835"; + p2 = "364.449493 197.084839"; + p3 = "364.320496 195.342834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "364.320496 195.342834"; + p1 = "367.019501 196.116837"; + p2 = "371.408508 196.557846"; + p3 = "372.623505 194.73584"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "372.623505 194.73584"; + p1 = "373.545502 193.352844"; + p2 = "370.594513 191.324844"; + p3 = "369.990509 189.065842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "369.990509 189.065842"; + p1 = "375.053497 188.458847"; + p2 = "378.885498 190.506836"; + p3 = "380.520508 188.053833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "380.520508 188.053833"; + p1 = "381.735504 186.230835"; + p2 = "380.542511 183.549835"; + p3 = "378.698517 181.978836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "378.698517 181.978836"; + p1 = "387.290497 184.024841"; + p2 = "393.415497 180.083847"; + p3 = "398.543518 175.295837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "398.543518 175.295837"; + p1 = "398.948517 177.320847"; + p2 = "400.770508 177.725845"; + p3 = "401.783508 176.510834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "401.783508 176.510834"; + p1 = "402.883514 175.190842"; + p2 = "403.583496 173.047836"; + p3 = "403.403503 171.245834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "403.403503 171.245834"; + p1 = "403.2005 169.22084"; + p2 = "405.691498 168.589844"; + p3 = "408.060516 167.600845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "408.060516 167.600845"; + p1 = "404.728516 166.853836"; + p2 = "403.195496 166.425842"; + p3 = "398.543518 164.968842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "398.543518 164.968842"; + p1 = "388.976501 161.97084"; + p2 = "386.278503 143.98584"; + p3 = "379.913513 146.540833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "379.913513 146.540833"; + p1 = "380.925507 147.553833"; + p2 = "381.175507 149.504837"; + p3 = "379.508514 150.590836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "379.508514 150.590836"; + p1 = "383.336517 151.062836"; + p2 = "386.580505 153.962845"; + p3 = "387.405518 155.450836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "387.405518 155.450836"; + p1 = "388.161499 156.814835"; + p2 = "388.770508 159.959839"; + p3 = "387.405518 160.715836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "387.405518 160.715836"; + p1 = "385.669495 161.678833"; + p2 = "384.014496 160.254837"; + p3 = "382.9505 161.930847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "382.9505 161.930847"; + p1 = "381.999512 163.430847"; + p2 = "382.648499 165.053833"; + p3 = "382.9505 166.183838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "382.9505 166.183838"; + p1 = "384.196503 170.090836"; + p2 = "381.934509 169.818832"; + p3 = "379.508514 172.460846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "379.508514 172.460846"; + p1 = "377.903503 179.510834"; + p2 = "372.023499 174.378845"; + p3 = "369.788513 178.535843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "369.788513 178.535843"; + p1 = "368.905518 180.159836"; + p2 = "369.721497 183.176834"; + p3 = "371.813507 184.61084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "371.813507 184.61084"; + p1 = "369.554504 185.214844"; + p2 = "367.167511 185.064835"; + p3 = "365.535522 186.230835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "365.535522 186.230835"; + p1 = "364.1185 187.243835"; + p2 = "365.738495 189.875839"; + p3 = "365.708496 191.547836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "365.708496 191.547836"; + p1 = "363.586517 192.399841"; + p2 = "360.270508 191.698837"; + p3 = "359.663513 192.508835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "359.663513 192.508835"; + p1 = "358.746521 193.729843"; + p2 = "361.37851 197.382843"; + p3 = "362.7005 198.380844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "362.7005 198.380844"; + p1 = "360.331512 199.369843"; + p2 = "354.963501 201.063843"; + p3 = "353.588501 198.58284"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "353.588501 198.58284"; + p1 = "352.5755 201.215836"; + p2 = "355.326508 204.130844"; + p3 = "353.790497 209.112823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "353.790497 209.112823"; + p1 = "351.219513 217.453827"; + p2 = "344.408508 221.089844"; + p3 = "339.587494 222.268829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "339.587494 222.268829"; + p1 = "333.305511 223.805847"; + p2 = "309.912506 230.145844"; + p3 = "300.349518 235.122833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "300.349518 235.122833"; + p1 = "304.045502 229.506836"; + p2 = "305.935516 222.772827"; + p3 = "309.820496 221.592834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "309.820496 221.592834"; + p1 = "307.480499 220.295837"; + p2 = "302.342499 219.306824"; + p3 = "298.320496 220.239838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "298.320496 220.239838"; + p1 = "302.291504 215.119843"; + p2 = "310.102509 214.516846"; + p3 = "313.203522 212.797821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "313.203522 212.797821"; + p1 = "319.156494 209.497833"; + p2 = "319.490509 208.060837"; + p3 = "323.351501 203.326843"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "14.632515 320.877838"; + p1 = "12.083916 316.990814"; + p2 = "12.747116 311.574829"; + p3 = "14.388115 309.594818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "14.388115 309.594818"; + p1 = "17.169716 311.249817"; + p2 = "18.684311 316.496826"; + p3 = "18.24131 318.897827"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "18.24131 318.897827"; + p1 = "14.632515 320.877838"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "11.606316 266.680817"; + p1 = "13.811714 265.018829"; + p2 = "17.015312 264.607819"; + p3 = "19.914314 263.996826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "19.914314 263.996826"; + p1 = "20.902313 264.689819"; + p2 = "20.945114 265.802826"; + p3 = "20.31591 267.441833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "20.31591 267.441833"; + p1 = "17.437111 267.591827"; + p2 = "13.719711 269.925812"; + p3 = "11.787315 271.69281"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "11.787315 271.69281"; + p1 = "11.765312 270.116821"; + p2 = "12.405312 267.457825"; + p3 = "11.606316 266.680817"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "344.783508 273.955811"; + p1 = "347.336517 272.468811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "347.336517 272.468811"; + p1 = "350.6875 279.880829"; + p2 = "346.936493 292.125824"; + p3 = "341.446503 301.620819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "341.446503 301.620819"; + p1 = "336.480499 310.209839"; + p2 = "339.296509 331.393829"; + p3 = "334.300507 342.54483"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "334.300507 342.54483"; + p1 = "327.344513 358.073822"; + p2 = "305.900513 373.20282"; + p3 = "297.126495 387.792816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "297.126495 387.792816"; + p1 = "289.815521 399.95282"; + p2 = "284.601501 421.424835"; + p3 = "270.705505 423.189819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "270.705505 423.189819"; + p1 = "264.119507 424.026825"; + p2 = "258.877502 419.969818"; + p3 = "260.191498 414.751831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "260.191498 414.751831"; + p1 = "262.268494 406.500824"; + p2 = "269.135498 403.790833"; + p3 = "276.022522 393.005829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "276.022522 393.005829"; + p1 = "282.780518 382.424835"; + p2 = "285.783508 372.440826"; + p3 = "283.428497 367.670837"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "283.428497 367.670837"; + p1 = "285.569519 364.74881"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "285.569519 364.74881"; + p1 = "289.593506 371.48584"; + p2 = "285.877502 383.522827"; + p3 = "279.119507 394.103821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "279.119507 394.103821"; + p1 = "272.232513 404.887817"; + p2 = "266.861511 405.018829"; + p3 = "263.977509 413.022827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "263.977509 413.022827"; + p1 = "262.535522 417.025818"; + p2 = "266.420502 419.90683"; + p3 = "271.241516 419.522827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "271.241516 419.522827"; + p1 = "281.41452 418.711823"; + p2 = "287.055511 398.268829"; + p3 = "294.367493 386.109833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "294.367493 386.109833"; + p1 = "303.140503 371.518829"; + p2 = "324.000519 356.185822"; + p3 = "330.956512 340.65683"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "330.956512 340.65683"; + p1 = "335.951508 329.505829"; + p2 = "333.703522 310.009827"; + p3 = "338.420502 301.280823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "338.420502 301.280823"; + p1 = "344.067505 290.82782"; + p2 = "347.420502 281.188812"; + p3 = "344.783508 273.955811"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "334.369507 289.59082"; + p1 = "335.25351 286.742828"; + p2 = "341.107513 280.15683"; + p3 = "341.107513 280.15683"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "341.107513 280.15683"; + p1 = "343.043518 287.778839"; + p2 = "335.864502 296.939819"; + p3 = "333.021515 301.719818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "333.021515 301.719818"; + p1 = "327.741516 310.596832"; + p2 = "331.298492 325.099823"; + p3 = "325.609497 338.779816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "325.609497 338.779816"; + p1 = "318.639496 355.537811"; + p2 = "301.134521 367.243835"; + p3 = "291.244507 383.252838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "291.244507 383.252838"; + p1 = "282.963501 396.654816"; + p2 = "280.475494 411.148834"; + p3 = "273.050507 414.24881"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "273.050507 414.24881"; + p1 = "269.706512 415.644836"; + p2 = "268.130493 414.342834"; + p3 = "269.681519 410.878815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "269.681519 410.878815"; + p1 = "272.34552 404.932831"; + p2 = "279.195496 400.868835"; + p3 = "284.505493 391.33783"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "284.505493 391.33783"; + p1 = "289.236511 382.848816"; + p2 = "294.939514 370.959839"; + p3 = "289.222504 361.689819"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "289.222504 361.689819"; + p1 = "292.642517 353.963837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "292.642517 353.963837"; + p1 = "291.520508 360.871826"; + p2 = "295.274506 366.601837"; + p3 = "299.634521 366.713837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "299.634521 366.713837"; + p1 = "310.909515 367.006836"; + p2 = "309.08252 348.661835"; + p3 = "313.848511 342.81781"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "313.848511 342.81781"; + p1 = "317.935516 337.806824"; + p2 = "322.899506 332.185822"; + p3 = "324.910522 320.667816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "324.910522 320.667816"; + p1 = "326.027496 314.27182"; + p2 = "323.216522 304.246826"; + p3 = "329.3255 298.083832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "329.3255 298.083832"; + p1 = "331.554504 295.834839"; + p2 = "333.759521 293.170837"; + p3 = "334.369507 289.59082"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "223.640503 353.461823"; + p1 = "232.696503 355.764832"; + p2 = "234.583527 342.148834"; + p3 = "239.440521 337.381836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "239.440521 337.381836"; + p1 = "245.281494 331.647827"; + p2 = "249.170502 326.037811"; + p3 = "251.587494 319.664825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "251.587494 319.664825"; + p1 = "253.66452 314.185822"; + p2 = "252.229492 303.069824"; + p3 = "260.123505 297.084839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "260.123505 297.084839"; + p1 = "264.97052 293.409821"; + p2 = "268.410522 286.314819"; + p3 = "265.774506 282.510834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "265.774506 282.510834"; + p1 = "259.916504 274.052826"; + p2 = "257.788513 280.560822"; + p3 = "249.180511 275.690826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "249.180511 275.690826"; + p1 = "245.785522 275.31781"; + p2 = "241.897522 268.705811"; + p3 = "235.888519 270.701813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "235.888519 270.701813"; + p1 = "229.705505 272.756836"; + p2 = "228.921509 279.598816"; + p3 = "231.481506 285.043823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "231.481506 285.043823"; + p1 = "233.679504 289.716827"; + p2 = "235.601501 296.969818"; + p3 = "233.659515 299.801819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "233.659515 299.801819"; + p1 = "231.45752 303.013824"; + p2 = "226.556519 315.476837"; + p3 = "226.556519 321.260834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "226.556519 321.260834"; + p1 = "226.556519 325.976837"; + p2 = "225.991516 329.280823"; + p3 = "223.660522 332.855835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "223.660522 332.855835"; + p1 = "219.455505 339.305817"; + p2 = "215.097504 351.289825"; + p3 = "223.640503 353.461823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "187.474503 394.033813"; + p1 = "185.005508 390.639832"; + p2 = "203.290512 380.592834"; + p3 = "207.689514 374.492828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "207.689514 374.492828"; + p1 = "214.666504 364.818817"; + p2 = "215.672516 355.562836"; + p3 = "215.101501 342.148834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "215.101501 342.148834"; + p1 = "214.615509 330.703827"; + p2 = "218.058502 327.563812"; + p3 = "223.861511 317.890839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "223.861511 317.890839"; + p1 = "229.926514 307.783813"; + p2 = "220.735504 299.96582"; + p3 = "225.883514 291.611816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "225.883514 291.611816"; + p1 = "229.737518 285.355835"; + p2 = "227.856506 274.343811"; + p3 = "223.861511 264.658813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "223.861511 264.658813"; + p1 = "219.714508 254.606812"; + p2 = "222.03653 243.310822"; + p3 = "227.90451 246.46582"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "227.90451 246.46582"; + p1 = "232.64151 249.012817"; + p2 = "235.926514 261.320831"; + p3 = "250.140503 267.353821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "250.140503 267.353821"; + p1 = "265.770508 273.988831"; + p2 = "271.41452 267.219818"; + p3 = "276.420502 273.418823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "276.420502 273.418823"; + p1 = "281.436493 279.631836"; + p2 = "272.995514 287.859833"; + p3 = "265.638519 294.980835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "265.638519 294.980835"; + p1 = "253.246521 306.976837"; + p2 = "253.760498 323.95282"; + p3 = "249.466522 334.736816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "249.466522 334.736816"; + p1 = "240.968506 356.080811"; + p2 = "228.501526 365.278839"; + p3 = "217.441528 372.000824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.1279; + G = 0.7744; + R = 0.1429; + s = CalRGB; + }; + p0 = "217.441528 372.000824"; + p1 = "205.920502 379.002838"; + p2 = "190.973511 398.841827"; + p3 = "187.474503 394.033813"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "182.926514 403.030823"; + p1 = "191.848511 402.319824"; + p2 = "205.504501 383.841827"; + p3 = "217.6315 376.471832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "217.6315 376.471832"; + p1 = "229.273529 369.395813"; + p2 = "246.008514 358.114838"; + p3 = "254.954498 335.64682"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "254.954498 335.64682"; + p1 = "259.474518 324.29483"; + p2 = "257.616516 308.904816"; + p3 = "270.660522 296.277832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "270.660522 296.277832"; + p1 = "278.40451 288.78183"; + p2 = "286.328522 278.878815"; + p3 = "281.802521 271.795837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "281.802521 271.795837"; + p1 = "274.892517 260.980835"; + p2 = "268.833496 269.459839"; + p3 = "252.380493 262.47583"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "252.380493 262.47583"; + p1 = "237.418518 256.12381"; + p2 = "232.975525 240.713837"; + p3 = "227.716522 238.619843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "227.716522 238.619843"; + p1 = "217.145508 234.410828"; + p2 = "213.784515 252.29184"; + p3 = "219.214508 266.214813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "219.214508 266.214813"; + p1 = "223.561523 277.362823"; + p2 = "225.260529 281.440826"; + p3 = "221.291504 289.776825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "221.291504 289.776825"; + p1 = "216.850525 299.103821"; + p2 = "226.640503 306.032837"; + p3 = "219.2435 317.455811"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "219.2435 317.455811"; + p1 = "214.828522 324.272827"; + p2 = "210.359528 327.982819"; + p3 = "210.70752 340.036835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "210.70752 340.036835"; + p1 = "211.240509 358.546814"; + p2 = "206.138504 369.149811"; + p3 = "197.646515 378.39682"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "197.646515 378.39682"; + p1 = "188.990509 387.820831"; + p2 = "183.662506 388.661835"; + p3 = "178.851501 395.678833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "178.851501 395.678833"; + p1 = "176.320511 399.370819"; + p2 = "178.105515 403.415833"; + p3 = "182.926514 403.030823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "179.657501 407.512817"; + p1 = "173.026505 407.19281"; + p2 = "171.683502 402.005829"; + p3 = "173.882507 397.094818"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "173.882507 397.094818"; + p1 = "177.361511 389.330811"; + p2 = "185.463501 386.871826"; + p3 = "194.119507 377.447815"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "194.119507 377.447815"; + p1 = "202.612503 368.200836"; + p2 = "207.745514 357.573822"; + p3 = "207.212509 339.062836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "207.212509 339.062836"; + p1 = "206.865509 327.00882"; + p2 = "212.62851 320.326813"; + p3 = "217.043518 313.510834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "217.043518 313.510834"; + p1 = "222.284515 305.417816"; + p2 = "213.64151 299.183838"; + p3 = "216.790527 289.65683"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "216.790527 289.65683"; + p1 = "219.688507 280.889832"; + p2 = "220.052521 276.823822"; + p3 = "215.270508 265.856812"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "215.270508 265.856812"; + p1 = "208.112503 249.440826"; + p2 = "214.884521 233.981842"; + p3 = "225.394501 234.21283"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "225.394501 234.21283"; + p1 = "233.412506 234.388824"; + p2 = "242.708496 254.107819"; + p3 = "252.022522 258.454834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "252.022522 258.454834"; + p1 = "270.708496 267.176819"; + p2 = "275.768494 255.667816"; + p3 = "284.185516 268.51181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "284.185516 268.51181"; + p1 = "289.474518 276.583832"; + p2 = "283.283508 289.114838"; + p3 = "273.47052 297.147827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "273.47052 297.147827"; + p1 = "260.834503 307.491821"; + p2 = "261.699493 326.601837"; + p3 = "257.179504 337.953827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "257.179504 337.953827"; + p1 = "248.233521 360.421814"; + p2 = "231.211517 371.828827"; + p3 = "219.569519 378.904816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0.0075; + s = CalRGB; + }; + p0 = "219.569519 378.904816"; + p1 = "207.442505 386.274811"; + p2 = "193.649506 408.186829"; + p3 = "179.657501 407.512817"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "197.582504 268.701813"; + p1 = "203.646515 278.808838"; + p2 = "196.942505 291.551819"; + p3 = "197.582504 294.980835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "197.582504 294.980835"; + p1 = "193.539505 298.349823"; + p2 = "185.453506 305.088837"; + p3 = "177.367508 303.066833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "177.367508 303.066833"; + p1 = "183.43251 299.697815"; + p2 = "185.453506 292.959839"; + p3 = "191.517502 290.264832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "191.517502 290.264832"; + p1 = "191.413513 283.832825"; + p2 = "176.813507 273.115814"; + p3 = "173.324509 270.723816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "173.324509 270.723816"; + p1 = "179.375504 265.864838"; + p2 = "188.82251 265.332825"; + p3 = "194.213501 266.680817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "194.213501 266.680817"; + p1 = "197.842514 260.86084"; + p2 = "194.213501 237.705841"; + p3 = "186.801514 233.662842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "186.801514 233.662842"; + p1 = "194.887512 231.641846"; + p2 = "195.560501 235.684845"; + p3 = "200.277512 234.336823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "200.277512 234.336823"; + p1 = "196.199509 243.586823"; + p2 = "194.8405 264.132813"; + p3 = "197.582504 268.701813"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "189.319504 248.116821"; + p1 = "190.815506 251.700836"; + p2 = "191.966507 254.265839"; + p3 = "190.148514 260.604828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "190.148514 260.604828"; + p1 = "185.886505 259.938812"; + p2 = "179.731506 261.047821"; + p3 = "175.5905 261.819824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "175.5905 261.819824"; + p1 = "171.431503 262.594818"; + p2 = "166.934509 265.319824"; + p3 = "160.79451 268.290833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "160.79451 268.290833"; + p1 = "166.966507 270.060822"; + p2 = "168.615509 275.67981"; + p3 = "175.666504 279.512817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "175.666504 279.512817"; + p1 = "180.000504 281.868835"; + p2 = "183.489502 284.260834"; + p3 = "184.219513 289.480835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "184.219513 289.480835"; + p1 = "176.058502 292.706818"; + p2 = "174.834503 303.766815"; + p3 = "164.324509 303.535828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "164.324509 303.535828"; + p1 = "173.579514 310.086823"; + p2 = "182.729507 310.205811"; + p3 = "189.567505 307.71283"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "189.567505 307.71283"; + p1 = "194.7435 305.826813"; + p2 = "203.071503 300.173828"; + p3 = "204.091507 298.796814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "204.091507 298.796814"; + p1 = "203.214508 294.091827"; + p2 = "205.152512 289.576813"; + p3 = "206.948502 284.04184"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "206.948502 284.04184"; + p1 = "208.798508 278.313812"; + p2 = "204.772507 268.244812"; + p3 = "201.667511 258.027832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "201.667511 258.027832"; + p1 = "198.894501 248.901825"; + p2 = "205.586502 234.376831"; + p3 = "209.047516 228.132843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "209.047516 228.132843"; + p1 = "205.403503 230.608826"; + p2 = "199.701508 230.747833"; + p3 = "196.843506 228.713837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "196.843506 228.713837"; + p1 = "188.984512 223.120819"; + p2 = "179.278503 230.595825"; + p3 = "175.749512 230.505829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "175.749512 230.505829"; + p1 = "183.76651 236.723846"; + p2 = "186.995514 242.550812"; + p3 = "189.319504 248.116821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "281.407501 161.382843"; + p1 = "275.352509 166.389847"; + p2 = "270.616516 168.713837"; + p3 = "263.818512 173.559845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "263.818512 173.559845"; + p1 = "250.1745 183.285843"; + p2 = "251.797516 194.025833"; + p3 = "240.140503 202.649841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "240.140503 202.649841"; + p1 = "232.909515 207.999847"; + p2 = "222.292511 209.135834"; + p3 = "215.785522 211.444824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "215.785522 211.444824"; + p1 = "217.698517 213.140839"; + p2 = "220.067505 220.902832"; + p3 = "219.844513 223.621826"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "219.844513 223.621826"; + p1 = "219.554504 227.154846"; + p2 = "216.6185 229.32782"; + p3 = "211.726501 233.769836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "211.726501 233.769836"; + p1 = "200.4935 243.969818"; + p2 = "205.656509 259.939819"; + p3 = "210.373505 274.359833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "210.373505 274.359833"; + p1 = "213.488525 283.880829"; + p2 = "209.856506 292.00882"; + p3 = "209.020508 297.361816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "209.020508 297.361816"; + p1 = "208.355515 301.62381"; + p2 = "209.089508 305.19281"; + p3 = "210.373505 307.509827"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "210.373505 307.509827"; + p1 = "198.872513 319.686829"; + p2 = "188.945511 324.660828"; + p3 = "178.966507 325.268829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "178.966507 325.268829"; + p1 = "160.554504 326.390839"; + p2 = "152.9655 307.236816"; + p3 = "127.086502 315.958832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "127.086502 315.958832"; + p1 = "144.189514 299.988831"; + p2 = "155.5345 289.810822"; + p3 = "167.461502 289.684814"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "167.461502 289.684814"; + p1 = "167.282501 285.458832"; + p2 = "163.112503 283.303833"; + p3 = "157.290512 281.479828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "157.290512 281.479828"; + p1 = "146.819504 278.198822"; + p2 = "140.664505 267.23584"; + p3 = "130.803513 271.936829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "130.803513 271.936829"; + p1 = "138.758514 262.236816"; + p2 = "150.726501 255.082825"; + p3 = "159.999512 253.589813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "159.999512 253.589813"; + p1 = "174.297501 251.288818"; + p2 = "179.145508 253.79184"; + p3 = "185.134506 255.230835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "185.134506 255.230835"; + p1 = "186.166504 251.630829"; + p2 = "183.912506 245.71283"; + p3 = "178.092514 240.96582"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "178.092514 240.96582"; + p1 = "174.934509 238.389832"; + p2 = "167.676514 233.608826"; + p3 = "157.640503 236.575836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "157.640503 236.575836"; + p1 = "162.093506 229.78183"; + p2 = "172.341507 221.22583"; + p3 = "180.208511 219.028839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "180.208511 219.028839"; + p1 = "188.074509 216.830841"; + p2 = "198.589508 215.302826"; + p3 = "204.809509 219.728821"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "204.809509 219.728821"; + p1 = "203.836502 212.394836"; + p2 = "191.759506 200.306839"; + p3 = "181.474503 201.022842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "181.474503 201.022842"; + p1 = "190.060501 196.750839"; + p2 = "196.559509 196.772842"; + p3 = "203.734512 197.36084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "203.734512 197.36084"; + p1 = "211.494507 197.997833"; + p2 = "219.994507 205.906845"; + p3 = "227.269501 202.697845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "227.269501 202.697845"; + p1 = "220.884521 201.572845"; + p2 = "211.7005 185.444839"; + p3 = "203.650513 184.837845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "203.650513 184.837845"; + p1 = "211.112518 182.386841"; + p2 = "217.830505 181.36084"; + p3 = "223.209503 182.99884"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "223.209503 182.99884"; + p1 = "233.112518 186.015839"; + p2 = "238.58252 193.408844"; + p3 = "244.038513 190.384842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "244.038513 190.384842"; + p1 = "236.513519 187.696838"; + p2 = "237.782501 177.116837"; + p3 = "230.000519 173.472839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "230.000519 173.472839"; + p1 = "235.316528 172.172836"; + p2 = "240.092499 173.365845"; + p3 = "242.305511 174.882843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "242.305511 174.882843"; + p1 = "246.659515 177.867844"; + p2 = "252.160522 179.297836"; + p3 = "255.705505 176.783844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "255.705505 176.783844"; + p1 = "253.657501 174.078842"; + p2 = "253.363495 173.813843"; + p3 = "252.9935 170.177841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5412; + R = 1; + s = CalRGB; + }; + p0 = "252.9935 170.177841"; + p1 = "259.08252 167.471848"; + p2 = "269.230499 164.765839"; + p3 = "281.407501 161.382843"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "19.423309 367.16684"; + p1 = "72.919716 358.362823"; + p2 = "110.496506 398.252838"; + p3 = "152.739502 403.407837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "152.739502 403.407837"; + p1 = "157.893509 404.036835"; + p2 = "163.512512 404.729828"; + p3 = "169.221512 403.474823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "169.221512 403.474823"; + p1 = "169.3535 404.524811"; + p2 = "170.030502 405.947815"; + p3 = "170.632507 406.845825"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "170.632507 406.845825"; + p1 = "165.608505 408.510834"; + p2 = "156.549515 408.22583"; + p3 = "151.395508 407.596832"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "151.395508 407.596832"; + p1 = "108.918503 402.413818"; + p2 = "62.495918 362.58783"; + p3 = "19.277916 372.449829"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "19.277916 372.449829"; + p1 = "19.423309 367.16684"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "11.618111 276.487823"; + p1 = "17.292709 273.293823"; + p2 = "27.522713 269.574829"; + p3 = "34.031715 267.061829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "34.031715 267.061829"; + p1 = "41.150513 264.311829"; + p2 = "52.791916 259.229828"; + p3 = "59.916718 257.418823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "59.916718 257.418823"; + p1 = "57.792114 256.545837"; + p2 = "55.187317 256.111816"; + p3 = "51.931519 256.111816"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "51.931519 256.111816"; + p1 = "56.706917 252.855835"; + p2 = "60.396912 254.374817"; + p3 = "64.955116 255.894836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "64.955116 255.894836"; + p1 = "68.899712 257.208832"; + p2 = "72.769516 255.676819"; + p3 = "74.722916 258.28183"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "74.722916 258.28183"; + p1 = "60.757118 262.068817"; + p2 = "11.618111 282.357819"; + p3 = "11.618111 282.357819"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "11.618111 282.357819"; + p1 = "11.618111 276.487823"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "12.746117 296.737823"; + p1 = "12.746117 296.737823"; + p2 = "23.003914 303.042816"; + p3 = "26.313515 309.013824"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "26.313515 309.013824"; + p1 = "34.21891 323.275818"; + p2 = "27.365913 343.05481"; + p3 = "17.932312 353.326813"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "17.932312 353.326813"; + p1 = "15.35891 356.128815"; + p2 = "14.846512 355.264832"; + p3 = "11.618111 356.717834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "11.618111 356.717834"; + p1 = "20.423912 346.933838"; + p2 = "30.469315 323.182831"; + p3 = "22.487114 308.78183"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "22.487114 308.78183"; + p1 = "20.590317 305.359833"; + p2 = "15.622711 303.642822"; + p3 = "12.596512 301.926819"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 1; + G = 0; + R = 0; + s = CalRGB; + }; + p0 = "12.596512 301.926819"; + p1 = "12.746117 296.737823"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "11.729111 257.210815"; + p1 = "10.936714 251.662811"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "10.936714 251.662811"; + p1 = "10.936714 251.662811"; + p2 = "18.91291 249.503815"; + p3 = "21.940514 248.171814"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "21.940514 248.171814"; + p1 = "23.565315 251.092834"; + p2 = "20.106316 255.177826"; + p3 = "18.285912 256.459839"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "18.285912 256.459839"; + p1 = "16.565712 256.745819"; + p2 = "13.327515 257.408813"; + p3 = "11.729111 257.210815"; + width = 0.80989998579; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "11.729111 257.210815"; + p1 = "13.327515 257.408813"; + p2 = "16.565712 256.745819"; + p3 = "18.285912 256.459839"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "18.285912 256.459839"; + p1 = "20.106316 255.177826"; + p2 = "23.565315 251.092834"; + p3 = "21.940514 248.171814"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "21.940514 248.171814"; + p1 = "18.91291 249.503815"; + p2 = "10.936714 251.662811"; + p3 = "10.936714 251.662811"; + width = 0.80989998579; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0; + R = 1; + s = CalRGB; + }; + p0 = "10.936714 251.662811"; + p1 = "11.729111 257.210815"; + width = 0.80989998579; + } + ); + radialCenter = "0 0"; + width = 0.80989998579; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "109.020508 430.105835"; + p1 = "115.476501 427.198822"; + p2 = "121.701508 428.118835"; + p3 = "126.986511 425.524811"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "126.986511 425.524811"; + p1 = "130.418503 423.84082"; + p2 = "136.186508 418.938812"; + p3 = "141.389511 414.515839"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "141.389511 414.515839"; + p1 = "135.39151 415.823822"; + p2 = "129.997513 412.762817"; + p3 = "126.942505 412.102814"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "126.942505 412.102814"; + p1 = "124.736511 419.040833"; + p2 = "112.365509 425.22583"; + p3 = "109.020508 430.105835"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "150.769501 432.19281"; + p1 = "157.944504 424.517822"; + p2 = "170.884506 424.608826"; + p3 = "179.403503 415.996826"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "179.403503 415.996826"; + p1 = "174.030502 418.000824"; + p2 = "167.094513 413.091827"; + p3 = "161.499512 415.868835"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "161.499512 415.868835"; + p1 = "159.698502 418.255829"; + p2 = "152.152512 425.913818"; + p3 = "150.769501 432.19281"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "74.708717 415.50882"; + p1 = "81.165512 412.601837"; + p2 = "84.189514 415.631836"; + p3 = "91.559509 412.55481"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "91.559509 412.55481"; + p1 = "94.653519 411.263824"; + p2 = "100.987518 408.336823"; + p3 = "105.703506 404.714813"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "105.703506 404.714813"; + p1 = "99.106506 404.336823"; + p2 = "91.276505 397.810822"; + p3 = "88.221512 397.149811"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "88.221512 397.149811"; + p1 = "88.869507 406.203827"; + p2 = "78.112915 408.915833"; + p3 = "74.708717 415.50882"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "37.448112 408.933838"; + p1 = "44.762917 404.54184"; + p2 = "48.530518 406.487823"; + p3 = "53.902512 402.83783"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "53.902512 402.83783"; + p1 = "56.674911 400.953827"; + p2 = "63.736717 392.60083"; + p3 = "68.452118 388.978821"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "68.452118 388.978821"; + p1 = "64.073715 387.514832"; + p2 = "58.237312 384.588837"; + p3 = "53.939713 385.024811"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "53.939713 385.024811"; + p1 = "53.334114 396.061829"; + p2 = "40.567513 401.825836"; + p3 = "37.448112 408.933838"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "17.488716 406.617828"; + p1 = "20.453316 404.204834"; + p2 = "32.81691 386.214813"; + p3 = "36.892311 380.733826"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "36.892311 380.733826"; + p1 = "31.052711 380.728821"; + p2 = "24.142311 381.280823"; + p3 = "18.466911 382.15683"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "18.466911 382.15683"; + p1 = "19.628311 388.943817"; + p2 = "16.510117 396.832825"; + p3 = "17.488716 406.617828"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "14.553314 377.264832"; + p1 = "24.063515 375.40683"; + p2 = "40.428116 374.176819"; + p3 = "49.702911 375.247833"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "49.702911 375.247833"; + p1 = "68.748314 377.464813"; + p2 = "101.62851 395.54483"; + p3 = "126.778503 405.134827"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "126.778503 405.134827"; + p1 = "136.991501 409.029816"; + p2 = "161.914505 413.69281"; + p3 = "171.229507 408.853821"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "171.229507 408.853821"; + p1 = "175.826508 412.466827"; + p2 = "183.252502 412.57782"; + p3 = "192.110504 407.331818"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "192.110504 407.331818"; + p1 = "186.19751 426.497833"; + p2 = "146.083511 434.457825"; + p3 = "143.759506 445.473816"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "143.759506 445.473816"; + p1 = "137.549515 429.418823"; + p2 = "151.974503 425.120819"; + p3 = "152.782501 416.268829"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "152.782501 416.268829"; + p1 = "142.130508 416.457825"; + p2 = "137.010513 425.979828"; + p3 = "126.296509 430.949829"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "126.296509 430.949829"; + p1 = "115.980515 435.734833"; + p2 = "107.831512 433.080811"; + p3 = "99.060516 441.363831"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "99.060516 441.363831"; + p1 = "97.571518 427.038818"; + p2 = "117.053513 420.945831"; + p3 = "117.319504 411.722839"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "117.319504 411.722839"; + p1 = "108.956512 406.945831"; + p2 = "100.523514 415.989838"; + p3 = "93.667511 418.782837"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "93.667511 418.782837"; + p1 = "81.411514 423.772827"; + p2 = "70.194511 417.673828"; + p3 = "62.960312 427.061829"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "62.960312 427.061829"; + p1 = "60.350716 409.012817"; + p2 = "79.510712 410.829834"; + p3 = "80.296516 395.266815"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "80.296516 395.266815"; + p1 = "73.049316 388.862823"; + p2 = "59.867317 406.926819"; + p3 = "55.123718 409.892822"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "55.123718 409.892822"; + p1 = "47.624115 414.581818"; + p2 = "37.274513 411.045837"; + p3 = "29.811516 421.233826"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "29.811516 421.233826"; + p1 = "29.088112 401.128815"; + p2 = "45.486916 393.719818"; + p3 = "46.038315 385.010834"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "46.038315 385.010834"; + p1 = "36.892311 380.733826"; + p2 = "23.359314 413.46582"; + p3 = "14.553314 415.422821"; + width = 0.80989998579; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.5414; + R = 1; + s = CalRGB; + }; + p0 = "14.553314 415.422821"; + p1 = "14.553314 377.264832"; + width = 0.80989998579; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "13.485916 339.141815"; + p1 = "12.420509 334.617828"; + p2 = "14.896111 329.755829"; + p3 = "17.115112 328.456818"; + width = 0.80989998579; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "17.115112 328.456818"; + p1 = "19.16291 330.96283"; + p2 = "18.791916 336.410828"; + p3 = "17.554115 338.515839"; + width = 0.80989998579; + }, + { + Class = VLine; + color = { + A = 1; + B = 0; + G = 0.302; + R = 0; + s = CalRGB; + }; + p0 = "17.554115 338.515839"; + p1 = "13.485916 339.141815"; + width = 0.80989998579; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "514.283508 14.613838"; + p1 = "518.288513 28.629036"; + p2 = "509.518494 47.316238"; + p3 = "499.507507 53.990036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "499.507507 53.990036"; + p1 = "490.750549 59.828033"; + p2 = "482.125549 62.539642"; + p3 = "475.481506 68.005432"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "475.481506 68.005432"; + p1 = "488.161499 61.99884"; + p2 = "500.842529 65.335831"; + p3 = "507.516479 79.351242"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "507.516479 79.351242"; + p1 = "494.409485 80.506439"; + p2 = "479.866516 93.914841"; + p3 = "468.807495 97.370834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "468.807495 97.370834"; + p1 = "458.129517 100.70784"; + p2 = "451.454498 99.372833"; + p3 = "442.778503 100.040833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "442.778503 100.040833"; + p1 = "448.117493 105.379837"; + p2 = "457.461517 108.048843"; + p3 = "471.476501 104.04483"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "471.476501 104.04483"; + p1 = "457.461517 125.40184"; + p2 = "438.107513 129.405838"; + p3 = "420.754517 127.403839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 1; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "420.754517 127.403839"; + p1 = "410.625519 126.234833"; + p2 = "400.091522 127.438843"; + p3 = "393.39151 131.407837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "10.368317 242.863831"; + p1 = "10.368317 242.863831"; + p2 = "14.31031 243.530823"; + p3 = "18.314713 240.86084"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "18.314713 240.86084"; + p1 = "17.903114 237.407837"; + p2 = "20.31691 232.184845"; + p3 = "24.98851 230.849823"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "24.98851 230.849823"; + p1 = "32.327911 228.752838"; + p2 = "49.014915 232.184845"; + p3 = "60.360512 224.843842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "60.360512 224.843842"; + p1 = "70.162712 218.500824"; + p2 = "81.717514 211.495819"; + p3 = "85.721512 195.477844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "85.721512 195.477844"; + p1 = "88.039505 186.20784"; + p2 = "93.063507 181.462845"; + p3 = "100.40451 186.134842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "100.40451 186.134842"; + p1 = "111.587509 178.521835"; + p2 = "108.413513 161.440842"; + p3 = "107.078506 150.094833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "107.078506 150.094833"; + p1 = "121.761505 158.103836"; + p2 = "129.102509 175.456833"; + p3 = "123.763504 193.475845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "123.763504 193.475845"; + p1 = "137.778503 188.803833"; + p2 = "138.666504 164.422836"; + p3 = "139.11351 153.431839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "139.11351 153.431839"; + p1 = "154.463501 171.451843"; + p2 = "151.793503 193.475845"; + p3 = "145.787506 210.160828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "145.787506 210.160828"; + p1 = "157.761505 203.523834"; + p2 = "156.862503 190.528839"; + p3 = "159.135513 179.460846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "159.135513 179.460846"; + p1 = "169.813507 184.799835"; + p2 = "168.4785 203.486847"; + p3 = "169.146515 216.167847"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "169.146515 216.167847"; + p1 = "175.320511 210.504822"; + p2 = "183.048508 210.506836"; + p3 = "186.498505 211.495819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "186.498505 211.495819"; + p1 = "184.257507 206.290833"; + p2 = "179.2005 202.545837"; + p3 = "171.815506 200.149841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "171.815506 200.149841"; + p1 = "179.3535 193.392838"; + p2 = "186.498505 189.471848"; + p3 = "199.846512 191.473846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "199.846512 191.473846"; + p1 = "198.511505 187.469833"; + p2 = "192.505508 185.466843"; + p3 = "186.498505 184.799835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "186.498505 184.799835"; + p1 = "199.487503 178.566833"; + p2 = "216.531525 172.118835"; + p3 = "223.872528 178.125839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "223.872528 178.125839"; + p1 = "223.205505 174.788834"; + p2 = "220.117523 171.352844"; + p3 = "216.531525 170.116837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "216.531525 170.116837"; + p1 = "223.872528 165.445847"; + p2 = "230.363525 167.358841"; + p3 = "233.883514 166.779846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "233.883514 166.779846"; + p1 = "236.333496 163.774841"; + p2 = "234.608521 163.830841"; + p3 = "237.22052 162.108841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "237.22052 162.108841"; + p1 = "235.907501 160.902847"; + p2 = "235.135529 159.650833"; + p3 = "232.54953 159.438843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "232.54953 159.438843"; + p1 = "239.893494 154.078842"; + p2 = "253.723511 149.312836"; + p3 = "259.912506 149.427841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "259.912506 149.427841"; + p1 = "264.518494 133.979843"; + p2 = "279.934509 138.749847"; + p3 = "285.940521 138.081833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "285.940521 138.081833"; + p1 = "291.685516 137.443832"; + p2 = "299.162506 135.012833"; + p3 = "302.625519 132.075836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "302.625519 132.075836"; + p1 = "304.359497 128.313843"; + p2 = "307.159515 120.868835"; + p3 = "307.964508 116.725845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "307.964508 116.725845"; + p1 = "309.189514 110.425842"; + p2 = "309.594513 104.926834"; + p3 = "306.629517 98.038834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "306.629517 98.038834"; + p1 = "311.496521 97.632843"; + p2 = "317.386505 88.930832"; + p3 = "317.975494 84.022842"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "317.975494 84.022842"; + p1 = "321.258514 87.58783"; + p2 = "331.097504 91.817841"; + p3 = "337.997498 90.029831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "337.997498 90.029831"; + p1 = "343.498505 88.603836"; + p2 = "353.133514 91.365829"; + p3 = "359.354492 99.372833"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "359.354492 99.372833"; + p1 = "362.472504 95.353836"; + p2 = "362.396515 89.185837"; + p3 = "368.69751 79.351242"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "368.69751 79.351242"; + p1 = "377.296509 65.92923"; + p2 = "392.637512 60.051834"; + p3 = "404.069519 45.314041"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "404.069519 45.314041"; + p1 = "408.741516 49.985641"; + p2 = "414.042511 62.127441"; + p3 = "409.408508 68.005432"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "409.408508 68.005432"; + p1 = "416.08252 62.666229"; + p2 = "420.087494 61.99884"; + p3 = "423.4245 55.325043"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "423.4245 55.325043"; + p1 = "430.795502 40.582031"; + p2 = "434.770508 16.616035"; + p3 = "459.463501 15.281036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "459.463501 15.281036"; + p1 = "445.448517 35.970436"; + p2 = "456.923492 46.505836"; + p3 = "449.452515 55.992233"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "449.452515 55.992233"; + p1 = "456.794495 45.314041"; + p2 = "464.135498 39.974838"; + p3 = "474.813538 35.970436"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "474.813538 35.970436"; + p1 = "486.141541 31.722641"; + p2 = "499.507507 25.292038"; + p3 = "514.190491 14.613838"; + width = 1; + }, + { + Class = VLine; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "514.190491 14.613838"; + p1 = "509.52948 9.953232"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "509.52948 9.953232"; + p1 = "494.846497 20.631638"; + p2 = "481.092529 26.147034"; + p3 = "470.152527 31.310036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "470.152527 31.310036"; + p1 = "464.010498 34.208633"; + p2 = "456.021515 37.537636"; + p3 = "452.692505 40.86644"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "452.692505 40.86644"; + p1 = "453.358521 33.542831"; + p2 = "450.695496 24.222031"; + p3 = "459.463501 15.281036"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "459.463501 15.281036"; + p1 = "459.463501 15.281036"; + p2 = "458.931519 10.187035"; + p3 = "458.018494 8.909439"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "458.018494 8.909439"; + p1 = "433.3255 10.244232"; + p2 = "426.134521 35.921631"; + p3 = "418.763519 50.664429"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "418.763519 50.664429"; + p1 = "415.426514 57.338242"; + p2 = "418.088501 54.169037"; + p3 = "411.41452 59.508041"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "411.41452 59.508041"; + p1 = "409.417511 52.184631"; + p2 = "404.080505 45.325241"; + p3 = "399.408508 40.653435"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "399.408508 40.653435"; + p1 = "387.976501 55.391235"; + p2 = "372.635498 61.268829"; + p3 = "364.036499 74.690643"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "364.036499 74.690643"; + p1 = "357.735504 84.525833"; + p2 = "357.811493 90.693832"; + p3 = "354.693512 94.71283"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "354.693512 94.71283"; + p1 = "348.166504 82.810043"; + p2 = "336.357513 85.37883"; + p3 = "330.856506 86.80484"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "330.856506 86.80484"; + p1 = "323.955505 88.592834"; + p2 = "314.831512 81.048843"; + p3 = "311.548492 77.483841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "311.548492 77.483841"; + p1 = "310.959503 82.392029"; + p2 = "303.099518 92.390839"; + p3 = "298.233521 92.796829"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "298.233521 92.796829"; + p1 = "301.19751 99.68483"; + p2 = "304.528503 105.764832"; + p3 = "303.303497 112.064835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "303.303497 112.064835"; + p1 = "302.498505 116.20784"; + p2 = "299.698517 123.652847"; + p3 = "297.964508 127.414841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "297.964508 127.414841"; + p1 = "294.501495 130.352844"; + p2 = "285.336517 130.772842"; + p3 = "279.591522 131.411835"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "279.591522 131.411835"; + p1 = "273.584503 132.078842"; + p2 = "258.898499 127.946838"; + p3 = "254.292511 143.395844"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "254.292511 143.395844"; + p1 = "248.103516 143.280838"; + p2 = "231.010529 150.018845"; + p3 = "223.666504 155.379837"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "223.666504 155.379837"; + p1 = "226.25351 155.590836"; + p2 = "231.246521 156.241837"; + p3 = "232.559509 157.447845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "232.559509 157.447845"; + p1 = "229.94751 159.169846"; + p2 = "231.672516 159.114838"; + p3 = "229.222504 162.119843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "229.222504 162.119843"; + p1 = "225.702515 162.698837"; + p2 = "216.360504 160.693832"; + p3 = "209.019501 165.365845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "209.019501 165.365845"; + p1 = "212.60553 166.601837"; + p2 = "219.004517 168.686844"; + p3 = "219.672516 172.023834"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "219.672516 172.023834"; + p1 = "201.030502 170.691833"; + p2 = "188.054504 178.439835"; + p3 = "175.065506 184.672836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "175.065506 184.672836"; + p1 = "181.071503 185.340836"; + p2 = "190.37851 184.672836"; + p3 = "195.185501 186.813843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "195.185501 186.813843"; + p1 = "181.837509 184.810837"; + p2 = "167.0755 191.996841"; + p3 = "169.073502 199.319839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "169.073502 199.319839"; + p1 = "173.733505 199.319839"; + p2 = "179.596512 201.629837"; + p3 = "181.837509 206.834839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "181.837509 206.834839"; + p1 = "178.387512 205.84584"; + p2 = "175.912506 202.311844"; + p3 = "169.739502 207.975845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "169.739502 207.975845"; + p1 = "169.071503 195.294846"; + p2 = "168.407501 186.670837"; + p3 = "153.760513 173.354843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "153.760513 173.354843"; + p1 = "151.48851 184.423843"; + p2 = "153.094513 191.330841"; + p3 = "149.10051 199.319839"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "149.10051 199.319839"; + p1 = "155.106506 182.634842"; + p2 = "148.434509 160.705841"; + p3 = "133.121506 145.392838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "133.121506 145.392838"; + p1 = "132.674515 156.382843"; + p2 = "133.787506 175.352844"; + p3 = "126.463501 184.672836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "126.463501 184.672836"; + p1 = "127.129501 166.697845"; + p2 = "114.515503 153.40184"; + p3 = "99.832504 145.392838"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "99.832504 145.392838"; + p1 = "101.167511 156.738846"; + p2 = "106.926514 173.861847"; + p3 = "95.743515 181.473846"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "95.743515 181.473846"; + p1 = "88.402512 176.802841"; + p2 = "83.37851 181.546844"; + p3 = "81.060516 190.817841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "81.060516 190.817841"; + p1 = "77.056313 206.834839"; + p2 = "65.501915 213.84082"; + p3 = "55.699715 220.182831"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "55.699715 220.182831"; + p1 = "44.353912 227.524841"; + p2 = "27.666916 224.092834"; + p3 = "20.327515 226.189819"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "20.327515 226.189819"; + p1 = "15.655914 227.524841"; + p2 = "13.948311 234.605835"; + p3 = "9.953712 235.937836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "9.953712 235.937836"; + p1 = "9.953712 239.266815"; + p2 = "10.368317 242.863831"; + p3 = "10.368317 242.863831"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "393.422516 131.407837"; + p1 = "401.427521 127.41684"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "401.427521 127.41684"; + p1 = "404.7565 130.079834"; + p2 = "405.926514 135.334839"; + p3 = "413.40451 140.100845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "413.40451 140.100845"; + p1 = "418.718506 143.486847"; + p2 = "433.108521 146.621841"; + p3 = "438.765503 155.450836"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "438.765503 155.450836"; + p1 = "441.060516 159.031845"; + p2 = "444.108521 169.922836"; + p3 = "439.432495 174.80484"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "439.432495 174.80484"; + p1 = "440.939514 182.116837"; + p2 = "437.290497 202.34584"; + p3 = "456.1185 211.511841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "456.1185 211.511841"; + p1 = "463.579498 215.143829"; + p2 = "478.533508 216.71582"; + p3 = "495.494507 233.535828"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "495.494507 233.535828"; + p1 = "511.260498 249.170837"; + p2 = "515.275513 281.210815"; + p3 = "508.851501 302.26181"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "508.851501 302.26181"; + p1 = "510.138489 290.346832"; + p2 = "507.931519 255.828827"; + p3 = "492.166504 240.193817"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "492.166504 240.193817"; + p1 = "475.205505 223.37384"; + p2 = "460.251495 221.801819"; + p3 = "452.78952 218.16983"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "452.78952 218.16983"; + p1 = "433.962494 209.003845"; + p2 = "437.611511 188.774841"; + p3 = "436.104492 181.462845"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "436.104492 181.462845"; + p1 = "440.780518 176.579834"; + p2 = "437.732513 165.689835"; + p3 = "435.4375 162.108841"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "435.4375 162.108841"; + p1 = "429.77951 153.279846"; + p2 = "415.390503 150.144836"; + p3 = "410.076508 146.757843"; + width = 1; + }, + { + Class = VCurve; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + p0 = "410.076508 146.757843"; + p1 = "402.598511 141.992844"; + p2 = "398.761505 132.742844"; + p3 = "393.422516 131.407837"; + width = 1; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + p0 = "47.012718 276.232819"; + p1 = "48.800003 275.51651"; + p2 = "51.600006 274.116547"; + p3 = "54.800003 273.01651"; + }, + { + Class = VCurve; + p0 = "54.800003 273.01651"; + p1 = "81 276.416504"; + p2 = "107.699997 293.716522"; + p3 = "121 300.816528"; + }, + { + Class = VCurve; + p0 = "121 300.816528"; + p1 = "126.5 292.516541"; + p2 = "135.199997 288.316528"; + p3 = "142.800003 284.51651"; + }, + { + Class = VCurve; + p0 = "142.800003 284.51651"; + p1 = "144.600006 285.216522"; + p2 = "146.399994 286.51651"; + p3 = "148.456512 287.578827"; + }, + { + Class = VCurve; + p0 = "148.456512 287.578827"; + p1 = "138.046509 292.060822"; + p2 = "128.434509 298.924835"; + p3 = "122.428513 308.267822"; + }, + { + Class = VCurve; + p0 = "122.428513 308.267822"; + p1 = "111.699997 300.416534"; + p2 = "79 280.116516"; + p3 = "47.012718 276.232819"; + } + ); + radialCenter = "0 0"; + }, + { + Class = VLine; + p0 = "161.137512 241.528839"; + p1 = "158.467514 248.20282"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VLine; + p0 = "158.467514 248.20282"; + p1 = "161.137512 241.528839"; + }, + { + Class = VCurve; + p0 = "161.137512 241.528839"; + p1 = "165.14151 240.86084"; + p2 = "171.148514 243.530823"; + p3 = "175.152512 246.867828"; + }, + { + Class = VCurve; + p0 = "175.152512 246.867828"; + p1 = "168.4785 246.867828"; + p2 = "163.139511 246.199829"; + p3 = "158.467514 248.20282"; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + p0 = "110.149994 281.466522"; + p1 = "112.050003 273.916534"; + p2 = "118 265.366516"; + p3 = "122.199997 261.416534"; + }, + { + Class = VCurve; + p0 = "122.199997 261.416534"; + p1 = "123.699997 261.51651"; + p2 = "126.399994 261.966522"; + p3 = "127.767502 262.217834"; + }, + { + Class = VCurve; + p0 = "127.767502 262.217834"; + p1 = "121.761505 266.889832"; + p2 = "117.089508 275.565826"; + p3 = "116.421509 280.237823"; + }, + { + Class = VCurve; + p0 = "116.421509 280.237823"; + p1 = "115.100006 280.416534"; + p2 = "111.600006 281.166534"; + p3 = "110.149994 281.466522"; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + p0 = "471.47644 104.04483"; + p1 = "457.461517 108.048843"; + p2 = "448.117493 105.379837"; + p3 = "442.778503 100.040833"; + }, + { + Class = VCurve; + p0 = "442.778503 100.040833"; + p1 = "443.799988 99.816528"; + p2 = "445.666656 99.683182"; + p3 = "447.533325 99.683182"; + }, + { + Class = VCurve; + p0 = "447.533325 99.683182"; + p1 = "451.399994 100.083191"; + p2 = "458.200012 101.683182"; + p3 = "467.799927 99.54985"; + }, + { + Class = VCurve; + p0 = "467.799927 99.54985"; + p1 = "468.733276 100.616516"; + p2 = "470.200012 102.616516"; + p3 = "471.47644 104.04483"; + } + ); + radialCenter = "0 0"; + }, + { + Class = VPath; + ccw = 1; + color = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + fillColor = { + A = 1; + B = 0.5639; + G = 1; + R = 1; + s = CalRGB; + }; + filled = 1; + list = ( + { + Class = VCurve; + p0 = "507.516479 79.351242"; + p1 = "503.150024 70.266525"; + p2 = "494.333313 60.483192"; + p3 = "475 68.216522"; + }, + { + Class = VCurve; + p0 = "475 68.216522"; + p1 = "477.185181 66.160942"; + p2 = "483.93335 62.216522"; + p3 = "487.950012 60.466522"; + }, + { + Class = VCurve; + p0 = "487.950012 60.466522"; + p1 = "495.25 59.716522"; + p2 = "503.150024 63.766525"; + p3 = "505.75 67.966522"; + }, + { + Class = VCurve; + p0 = "505.75 67.966522"; + p1 = "506.016663 69.966522"; + p2 = "507.266663 77.416519"; + p3 = "507.516479 79.351242"; + } + ); + radialCenter = "0 0"; + } + ); + } + ); + numSteps = 0; + removeLoops = YES; + settle = 0; + side = 2; + state = 1; + step0 = 0; + step1 = 0; + step2 = 0; + string = Cenon; + tag = 0; + toolIndex = "-1"; + toolString = ""; + type = 0; + useForTile = YES; + v = 4; + }, + { + Class = LayerObject; + approachAngle = 0; + dippingDepth = 0; + editable = YES; + fillDirection = 0; + fillOverlap = 0.25; + flatness = 0.15000000596; + levelingLimits = "2 2"; + list = ( + ); + numSteps = 0; + removeLoops = YES; + settle = 0; + side = 2; + state = 0; + step0 = 0; + step1 = 0; + step2 = 0; + string = Clipping; + tag = 0; + toolIndex = "-1"; + toolString = ""; + type = 2; + v = 4; + } + ); + origin = { + Class = VCrosshairs; + ccw = 1; + origin = "-0.153543 -0.153542"; + }; + tileDistance = "0 0"; + tileLimits = "0 0"; + v = 7; + }; + DocSettings = { + }; + DocVersion = 1.0; + MagazineIndex = 0; PrintInfo = { - bottomMargin = 0; - leftMargin = 0; - orientation = 0; - paperName = ""; - paperSize = "833.385803 986.456665"; - rightMargin = 0; - topMargin = 0; - }; - Version = 102; - ViewSize = "0 0 538.582703 467.716522"; - WindowFrame = "193 426 560 557 0 0 1532 1200 "; -} + bottomMargin = 0; + leftMargin = 0; + orientation = 0; + paperName = "8B752830-A226-463D-9BD3-419E75D049BD"; + paperSize = "833.385803 986.456665"; + rightMargin = 0; + topMargin = 0; + }; + Version = 102; + ViewSize = "0 0 538.582703 467.716522"; + WindowFrame = "396 604 540 524 0 0 2560 1418 "; + hasCoordBox = 1; +} \ No newline at end of file diff -Nru cenon.app-4.0.2/Library/Cenon/Projects/Cenon.cenon/output cenon.app-4.0.6+ds1/Library/Cenon/Projects/Cenon.cenon/output --- cenon.app-4.0.2/Library/Cenon/Projects/Cenon.cenon/output 2004-01-17 18:15:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/Library/Cenon/Projects/Cenon.cenon/output 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -{Version = 1; layer0 = (); layer1 = (); layer2 = (); } diff -Nru cenon.app-4.0.2/LICENSE cenon.app-4.0.6+ds1/LICENSE --- cenon.app-4.0.2/LICENSE 2007-05-08 17:36:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/LICENSE 2014-08-05 10:09:49.000000000 +0000 @@ -1,58 +1,58 @@ - vhf Public License + Cenon Public License -Below is a version of the license for the vhf Free Software. The license is -called the vhf Public License (or "vhfPL"), and is an Open Source license. +Below is a version of the license for the Cenon Free Software. The license is +called the Cenon Public License (or "CenPL"), and is an Open Source license. It is thus appropriate for people wishing to write software as Open Source where all source code to the software is made available to all users and can be freely modified and redistributed. -To use the free vhf software or develop software based on free vhf software, -you have to meet the requirements in the vhfPL. +To use the free Cenon software or develop software based on free Cenon +software, you have to meet the requirements in the CenPL. ---------------------------------------------------------------------------- - vhf PUBLIC LICENSE (vhfPL) + Cenon Public License (CenPL) Version 1.1, February 2004 -Copyright (C) 2003/2004 vhf interservice GmbH, - Im Marxle 3, 72119 Altingen, Germany. +Copyright (C) 2003-2014 Cenon GmbH, + Schwabstr. 45, 72108 Rottenburg a.N., Germany. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This license applies to any software containing a notice placed by the copyright holder saying that it may be distributed under the terms of this -vhf Public License. Such software is herein referred to as vhf Software. -This license covers modification and distribution of the vhf software, use -of third-party application programs based on the vhf software, and -development of free software which uses the vhf software. +Cenon Public License. Such software is herein referred to as Cenon software. +This license covers modification and distribution of the Cenon software, +use of third-party application programs based on the Cenon software, and +development of free software which uses the Cenon software. Granted Rights 1. You are granted the rights set forth in this license provided you agree to any and all conditions in this license. Whole or partial distribution - of the vhf software in any form signifies acceptance of this license. + of the Cenon software in any form signifies acceptance of this license. -2. You may copy and distribute the vhf software provided that +2. You may copy and distribute the Cenon software provided that the entire package is distributed, including this License. -3. You may make modifications to the vhf software files and distribute your - modifications. The following restrictions apply to modifications: +3. You may make modifications to the Cenon software files and distribute + your modifications. The following restrictions apply to modifications: a. You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b. Modifications must not alter or remove any copyright notices in the - vhf software. + Cenon software. -4. You may distribute the vhf software (or work based on it) in +4. You may distribute the Cenon software (or work based on it) in objective code or machine-executable forms, provided that you meet these restrictions: - a. You accompany the vhf software with this license. + a. You accompany the Cenon software with this license. b. You must ensure that all recipients of the machine-executable forms are also able to receive the complete machine-readable - source code to the distributed vhf software, including all + source code to the distributed Cenon software, including all modifications, without any charge beyond the costs of data transfer. @@ -60,13 +60,13 @@ machine-executable forms are available under the terms of this license. -5. You may use the original or modified versions of the vhf software +5. You may use the original or modified versions of the Cenon software to compile, link and run application programs developed by you or third parties under this license. 6. You may develop application programs, reusable components (eg. Bundles) and other software items that link with the original or modified - versions of the vhf software. These items, when distributed in + versions of the Cenon software. These items, when distributed in machine-executable form, have the following restrictions: a. You must ensure that all recipients of the machine-executable @@ -78,26 +78,26 @@ and re-distribute original and modified versions of the items under terms identical to those under which they received the items. -7. The trademarks or software titles 'vhf', 'Cenon' etc. may be used for +7. The trademarks or software titles 'Cenon' etc. may be used for promoting software, products or services which use or contain the - vhf software. - The associated names of the authors of the vhf software may not be used + Cenon software. + The associated names of the authors of the Cenon software may not be used to endorse or promote products or services derived from or linking the - vhf Software without specific prior written permission. + Cenon software without specific prior written permission. Limitations of Liability -In no event shall the authors of the vhf software or the copyright holder +In no event shall the authors of the Cenon software or the copyright holder or their employers be liable for any lost revenue or profits or other direct, indirect, special, incidental or consequential damages, even if they have been advised of the possibility of such damages. No Warranty -The vhf software is provided AS IS with NO WARRANTY OF ANY KIND, +The Cenon software is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ---------------------------------------------------------------------------- -Copyright (C) 2003 vhf interservice GmbH service@vhf.de +Copyright (C) 2003-2014 Cenon GmbH info@Cenon.de Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._LICENSE and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._LICENSE differ diff -Nru cenon.app-4.0.2/locations.h cenon.app-4.0.6+ds1/locations.h --- cenon.app-4.0.2/locations.h 2011-12-03 11:49:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/locations.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,7 +1,7 @@ /* locations.h * Cenon file locations * - * Copyright (C) 1995-2011 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1993-08-24 @@ -10,26 +10,26 @@ * 2010-06-30 (tiff extension added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_LOCATIONS -#define VHF_H_LOCATIONS +#ifndef CEN_H_LOCATIONS +#define CEN_H_LOCATIONS #define APP_ID @"02" // the id of the application #define APPNAME @"Cenon" // the name of the application @@ -85,4 +85,4 @@ #define CHARCONV_FOLDER @"CharConversion" // directory for character conversion tables #define AI_HEADER @"psImportAI3.prolog" // name of prolog for AI import -#endif // VHF_H_LOCATIONS +#endif // CEN_H_LOCATIONS diff -Nru cenon.app-4.0.2/messages.h cenon.app-4.0.6+ds1/messages.h --- cenon.app-4.0.2/messages.h 2011-07-05 05:32:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/messages.h 2015-07-09 16:53:47.000000000 +0000 @@ -1,7 +1,7 @@ /* messages.h * common project messages * - * Copyright (C) 1993-2011 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1993-08-19 @@ -9,26 +9,26 @@ * 2011-03-30 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MESSAGES -#define VHF_H_MESSAGES +#ifndef CEN_H_MESSAGES +#define CEN_H_MESSAGES #define HIDE_GRID NSLocalizedString(@"Turn Grid Off", NULL) #define SHOW_GRID NSLocalizedString(@"Turn Grid On", NULL) @@ -60,6 +60,7 @@ #define MODIFY_STRING NSLocalizedString(@"Modify", "Button choice allowing user to modify something") #define KEEP_STRING NSLocalizedString(@"Keep", "Button choice allowing user to keep something") #define SKIP_STRING NSLocalizedString(@"Skip", NULL) +#define NEW_STRING NSLocalizedString(@"New", "Button choice allowing user to add something new") #define SELECT2FORJOIN_STRING NSLocalizedString(@"Select two objects for joining!", NULL) @@ -115,4 +116,4 @@ #define CREATELAYER_STRING NSLocalizedString(@"Create Layer", NULL) #define PSIMPORT_INSTALLGS_STRING NSLocalizedString(@"You need to install GhostScript (gs) to import PDF or PostScript!", NULL) -#endif // VHF_H_MESSAGES +#endif // CEN_H_MESSAGES Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._MoveCell.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._MoveCell.h differ diff -Nru cenon.app-4.0.2/MoveCell.h cenon.app-4.0.6+ds1/MoveCell.h --- cenon.app-4.0.2/MoveCell.h 2007-05-08 17:36:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/MoveCell.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* MoveCell.h * - * Copyright (C) 1995-2002 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MOVECELL -#define VHF_H_MOVECELL +#ifndef CEN_H_MOVECELL +#define CEN_H_MOVECELL #include "MoveMatrix.h" @@ -48,4 +48,4 @@ @end -#endif // VHF_H_MOVECELL +#endif // CEN_H_MOVECELL Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._MoveCell.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._MoveCell.m differ diff -Nru cenon.app-4.0.2/MoveCell.m cenon.app-4.0.6+ds1/MoveCell.m --- cenon.app-4.0.2/MoveCell.m 2007-05-08 17:36:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/MoveCell.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,27 +1,27 @@ /* MoveCell.m * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * * Created: 1993-05-14 * Modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._MoveMatrix.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._MoveMatrix.h differ diff -Nru cenon.app-4.0.2/MoveMatrix.h cenon.app-4.0.6+ds1/MoveMatrix.h --- cenon.app-4.0.2/MoveMatrix.h 2007-05-08 17:37:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/MoveMatrix.h 2015-12-07 17:09:17.000000000 +0000 @@ -1,32 +1,32 @@ /* MoveMatrix.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Author: T+T Hennerich, Georg Fleischmann * * Created: 1993-05-17 - * Modified: 2002-07-01 + * Modified: 2015-11-30 (-matrixShouldShuffleCells for not shuffeling cells added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MOVEMATRIX -#define VHF_H_MOVEMATRIX +#ifndef CEN_H_MOVEMATRIX +#define CEN_H_MOVEMATRIX @interface MoveMatrix: NSMatrix { @@ -60,8 +60,9 @@ @interface PossibleDelegate: NSObject {} +- (BOOL)matrixShouldShuffleCells; - (void)matrixDidShuffleCellFrom:(int)row to:(int)newRow; @end -#endif // VHF_H_MOVEMATRIX +#endif // CEN_H_MOVEMATRIX diff -Nru cenon.app-4.0.2/MoveMatrix.m cenon.app-4.0.6+ds1/MoveMatrix.m --- cenon.app-4.0.2/MoveMatrix.m 2012-01-11 08:29:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/MoveMatrix.m 2015-12-07 17:10:51.000000000 +0000 @@ -1,28 +1,28 @@ /* MoveMatrix.m * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1993-05-17 - * Modified: 2005-11-08 + * Modified: 2015-11-30 (-mouseDown, dont shuffle cells if -matrixShouldShuffleCells returns NO) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -133,7 +133,7 @@ /* do whatever's required for a single-click */ [self sendAction]; - /* draw a "well" in place of the selected cell (see drawSelf::) */ + /* draw a "well" in place of the selected cell (see -drawRect:) */ [self display]; /* copy what's currently visible into the matrix cache */ @@ -143,8 +143,10 @@ PScomposite(NSMinX(visibleRect), NSMinY(visibleRect), NSWidth(visibleRect), NSHeight(visibleRect), [[self window] gState], 0.0, 0.0, NSCompositeCopy); [matrixCache unlockFocus]; #elif defined(__APPLE__) - [matrixCache release]; - matrixCache = [[NSImage alloc] initWithData:[self dataWithPDFInsideRect:[self visibleRect]]]; + [matrixCache release]; matrixCache = nil; + //matrixCache = [[NSImage alloc] initWithData:[self dataWithPDFInsideRect:[self visibleRect]]]; + visibleRect = [self convertRect:[self visibleRect] toView:nil]; + [[self window] cacheImageInRect:visibleRect]; #else [matrixCache lockFocus]; visibleRect = [self convertRect:[self visibleRect] toView:nil]; @@ -167,7 +169,7 @@ /* image the cell into its cache */ [cellCache lockFocus]; cellCacheBounds.origin = NSZeroPoint; - cellCacheBounds.size = [cellCache size]; + cellCacheBounds.size = [cellCache size]; [activeCell drawWithFrame:cellCacheBounds inView:[NSView focusView]]; [cellCache unlockFocus]; @@ -181,7 +183,7 @@ while ([event type] != NSLeftMouseUp) { /* erase the active cell using the image in the matrix cache */ - visibleRect = [self visibleRect]; + visibleRect = [self visibleRect]; #ifdef GNUSTEP_BASE_VERSION /* origin y of cellFrame is upper/left, composite origin is lower/left on GNUstep */ /*[matrixCache compositeToPoint:NSMakePoint(NSMinX(cellFrame), NSMinY(cellFrame)) @@ -189,16 +191,21 @@ NSMinY(visibleRect) - NSHeight(cellFrame), NSWidth(cellFrame), NSHeight(cellFrame)) operation:NSCompositeCopy];*/ - /* there is something wrong with NSImage on GNUstep, the obove doesn't work */ + /* there is something wrong with the composit on GNUstep, the obove doesn't work */ [matrixCache compositeToPoint:NSMakePoint(NSMinX(cellFrame), NSMaxY(visibleRect)) fromRect:NSMakeRect(0.0, 0.0, NSWidth(cellFrame), NSHeight(visibleRect)) operation:NSCompositeCopy]; #else - [matrixCache compositeToPoint:NSMakePoint(NSMinX(cellFrame), NSMaxY(cellFrame)) - fromRect:NSMakeRect(0.0, NSHeight(visibleRect) - NSMinY(cellFrame) + - NSMinY(visibleRect) - NSHeight(cellFrame), - NSWidth(cellFrame), NSHeight(cellFrame)) - operation:NSCompositeCopy]; + [[self window] restoreCachedImage]; + /*if ( NSAppKitVersionNumber >= NSAppKitVersionNumber10_6 ) // 10.6: composite = deprecated, drawAtPoint doesn't flip, drawRect >= 10.6 + [matrixCache drawInRect:[self visibleRect] fromRect:NSZeroRect + operation:NSCompositeCopy fraction:1.0 respectFlipped:YES hints:nil]; // >= 10.6 + else // <= 10.5 + [matrixCache compositeToPoint:NSMakePoint(NSMinX(cellFrame), NSMaxY(cellFrame)) + fromRect:NSMakeRect(0.0, NSHeight(visibleRect) - NSMinY(cellFrame) + + NSMinY(visibleRect) - NSHeight(cellFrame), + NSWidth(cellFrame), NSHeight(cellFrame)) + operation:NSCompositeCopy];*/ #endif /* move the active cell */ @@ -206,8 +213,8 @@ cellFrame.origin.y = mouseLocation.y - dy; /* constrain the cell's location to our bounds */ - if (NSMinY(cellFrame) < NSMinX([self bounds]) ) - cellFrame.origin.y = NSMinX([self bounds]); + if (NSMinY(cellFrame) < NSMinX([self bounds]) ) + cellFrame.origin.y = NSMinX([self bounds]); else if (NSMaxY(cellFrame) > NSMaxY([self bounds])) cellFrame.origin.y = NSHeight([self bounds]) - NSHeight(cellFrame); @@ -232,8 +239,10 @@ PScomposite(NSMinX(visibleRect), NSMinY(visibleRect), NSWidth(visibleRect), NSHeight(visibleRect), [[self window] gState], 0.0, 0.0, NSCompositeCopy); #else - PScomposite(NSMinX(visibleRect), NSMinY(visibleRect), NSWidth(visibleRect), NSHeight(visibleRect), - [[self window] gState], 0.0, NSHeight(visibleRect), NSCompositeCopy); + [[self window] cacheImageInRect:visibleRect]; + // FIXME: this is a NOP on Apple + //PScomposite(NSMinX(visibleRect), NSMinY(visibleRect), NSWidth(visibleRect), NSHeight(visibleRect), + // [[self window] gState], 0.0, NSHeight(visibleRect), NSCompositeCopy); #endif [matrixCache unlockFocus]; @@ -245,9 +254,19 @@ stopTimer(inTimerLoop); /* composite the active cell's image on top of ourself */ - [cellCache compositeToPoint:NSMakePoint(cellFrame.origin.x, NSMaxY(cellFrame)) - fromRect:NSMakeRect(0.0, 0.0, NSWidth(cellFrame), NSHeight(cellFrame)) - operation:NSCompositeCopy]; + if ( NSAppKitVersionNumber >= NSAppKitVersionNumber10_6 ) // 10.6: composite = deprecated, drawAtPoint doesn't flip, drawRect >= 10.6 + { NSRect srcRect = NSMakeRect(0.0, 0.0, NSWidth(cellFrame), NSHeight(cellFrame)); + NSRect dstRect = NSMakeRect(NSMinX(cellFrame), NSMinY(cellFrame), NSWidth(cellFrame), NSHeight(cellFrame)); + + [cellCache drawInRect:dstRect fromRect:srcRect operation:NSCompositeCopy fraction:1.0 respectFlipped:YES hints:nil]; // >= 10.6 + /*[cellCache drawAtPoint:NSMakePoint(cellFrame.origin.x, NSMaxY(cellFrame)) + fromRect:NSMakeRect(0.0, 0.0, NSWidth(cellFrame), NSHeight(cellFrame)) + operation:NSCompositeCopy fraction:1.0];*/ + } + else // <= 10.5 + [cellCache compositeToPoint:NSMakePoint(cellFrame.origin.x, NSMaxY(cellFrame)) + fromRect:NSMakeRect(0.0, 0.0, NSWidth(cellFrame), NSHeight(cellFrame)) + operation:NSCompositeCopy]; /* now show what we've done */ [[self window] flushWindow]; @@ -282,9 +301,14 @@ /* we need to shuffle cells if the active cell's going to a new location */ if ( ![[self cellAtRow:row column:0] dependant] && ![[self cellAtRow:newRow column:0] dependant] ) - { [self shuffleCell:row to:newRow]; - if ( [[self cellAtRow:(row row) { if (selectedRow <= newRow) // adjust selected row if before - selectedRow--; // new active cell location + selectedRow--; // new active cell location - while (row++ < newRow) // push all cells above the active + while (row++ < newRow) // push all cells above the active { tmpCell = [self cellAtRow:row column:0]; // cell's new location up one row - [self putCell:tmpCell atRow:row-1 column:0]; // so that we fill the vacant spot + [self putCell:tmpCell atRow:row-1 column:0]; // so that we fill the vacant spot [tmpCell setTag:row-1]; } @@ -356,7 +380,8 @@ { NSInteger row, col; NSRect cellBorder; NSRectEdge sides[] = {NSMinXEdge, NSMinYEdge, NSMaxXEdge, NSMaxYEdge, NSMinXEdge, NSMinYEdge}; - CGFloat grays[] = {NSDarkGray, NSDarkGray, NSWhite, NSWhite, NSBlack, NSBlack}; + //CGFloat grays[] = {NSDarkGray, NSDarkGray, NSWhite, NSWhite, NSBlack, NSBlack}; // OpenStep + CGFloat grays[] = {NSLightGray, NSLightGray, NSWhite, NSWhite, NSLightGray, NSLightGray}; // Apple /* do the regular drawing */ [super drawRect:rect]; @@ -368,8 +393,10 @@ [self getRow:&row column:&col ofCell:activeCell]; cellBorder = [self cellFrameAtRow:row column:col]; /* draw the well */ - cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 6); - [[NSColor colorWithDeviceWhite:0.17 alpha:1.0] set]; + //NSDrawGroove(cellBorder, cellBorder); + cellBorder = NSDrawTiledRects(cellBorder, cellBorder, sides, grays, 4); + //[[NSColor colorWithDeviceWhite:0.17 alpha:1.0] set]; + [[NSColor controlBackgroundColor] set]; NSRectFill(cellBorder); } } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._MyPageLayout.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._MyPageLayout.h differ diff -Nru cenon.app-4.0.2/MyPageLayout.h cenon.app-4.0.6+ds1/MyPageLayout.h --- cenon.app-4.0.2/MyPageLayout.h 2007-05-08 17:37:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/MyPageLayout.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* * MyPageLayout.h * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1993 * Modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PAGELAYOUT -#define VHF_H_PAGELAYOUT +#ifndef CEN_H_PAGELAYOUT +#define CEN_H_PAGELAYOUT #include @@ -48,4 +48,4 @@ @end -#endif // VHF_H_PAGELAYOUT +#endif // CEN_H_PAGELAYOUT diff -Nru cenon.app-4.0.2/MyPageLayout.m cenon.app-4.0.6+ds1/MyPageLayout.m --- cenon.app-4.0.2/MyPageLayout.m 2012-01-06 14:53:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/MyPageLayout.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* * MyPageLayout.m * - * Copyright (C) 1993-2005 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1993 * Modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/NEWS cenon.app-4.0.6+ds1/NEWS --- cenon.app-4.0.2/NEWS 2012-07-19 09:53:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/NEWS 2016-05-27 14:46:22.000000000 +0000 @@ -1,8 +1,8 @@ Cenon - News -2012-07-19 +2013-10-06 -TODO: 3.9.1 - 3.9.6, 4.0.0 +TODO: 3.9.1 - 3.9.6, 4.0.2 - 4.0.5 (see ChangeLog/English/Log-x.x.txt) Version 3.9.0 @@ -215,3 +215,5 @@ Cenon - www.cenon.info +Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., info@Cenon.com +http://www.Cenon.de diff -Nru cenon.app-4.0.2/PreferencesMacros.h cenon.app-4.0.6+ds1/PreferencesMacros.h --- cenon.app-4.0.2/PreferencesMacros.h 2011-03-30 05:28:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesMacros.h 2015-09-02 12:43:48.000000000 +0000 @@ -1,33 +1,34 @@ /* PreferencesMacros.h * Macros for easier access of basic preferences from default database * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 - * Modified: 2011-03-30 (Prefs_DisableAutoUpdate added, clean-up) + * Modified: 2015-09-02 (Prefs_ImportMoveToOrigin added) + * 2011-03-30 (Prefs_DisableAutoUpdate added, clean-up) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PREFERENCEMACROS -#define VHF_H_PREFERENCEMACROS +#ifndef CEN_H_PREFERENCEMACROS +#define CEN_H_PREFERENCEMACROS /* General */ #define Prefs_Caching ( ([[[NSUserDefaults standardUserDefaults] \ @@ -63,6 +64,8 @@ objectForKey:@"colorToLayer"] isEqual:@"YES"]) ? YES : NO ) #define Prefs_FillObjects ( ([[[NSUserDefaults standardUserDefaults] \ objectForKey:@"fillObjects"] isEqual:@"YES"]) ? YES : NO ) +#define Prefs_ImportMoveToOrigin ( ([[[NSUserDefaults standardUserDefaults] \ + objectForKey:@"importMoveToOrigin"] isEqual:@"YES"]) ? YES : NO ) #define Prefs_DXFRes [[[NSUserDefaults standardUserDefaults] objectForKey:@"dxfRes"] floatValue] #define Prefs_PSPreferArcs ( ([[[NSUserDefaults standardUserDefaults] \ objectForKey:@"psPreferArcs"] isEqual:@"YES"]) ? YES : NO ) @@ -76,4 +79,4 @@ #define Prefs_ExportFlattenText ( ([[[NSUserDefaults standardUserDefaults] \ objectForKey:@"exportFlattenText"] isEqual:@"YES"]) ? YES : NO ) -#endif // VHF_H_PREFERENCEMACROS +#endif // CEN_H_PREFERENCEMACROS diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Danish.lproj/PreferencesPanel.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Danish.lproj/PreferencesPanel.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Danish.lproj/PreferencesPanel.xib 2010-08-23 10:12:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Danish.lproj/PreferencesPanel.xib 2017-11-21 15:12:34.000000000 +0000 @@ -1,76 +1,75 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSMatrix + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{217, 289}, {496, 406}} 1618477056 Cenon indstillinger PreferencesPanel - View - {1.79769e+308, 1.79769e+308} + + {496, 406} - + 256 - - YES - - + + + 274 - - YES - - - 256 + + + + 274 {480, 296} - + + - + {{8, 8}, {480, 296}} - + + {0, 0} - 67239424 - 0 + 67108864 + 134217728 Box Helvetica @@ -88,93 +87,92 @@ 3 - MCAwLjgwMDAwMDAxMTkAA + MCAwLjgAA - + 0 0 0 NO - - + + 256 - - YES - - - 2304 - - YES - - + + + + 2322 + + + 256 {127, 64} - + + YES + NO 1 2 - - YES - - -2080244224 + + + -2080374784 134217728 Generel - + LucidaGrande 13 1044 - - -1232191233 + + -1232453632 6 - - Helvetica + + LucidaGrande 13 16 - 200 - 25 + 400 + 75 - - 67239424 + + 67108864 134217728 Knap - - + + 1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - + {64, 64} {-1, -1} 1140850688 NSActionCell - - 67239424 + + 67108864 134217728 Button - + -1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - - + + 6 System controlColor @@ -183,915 +181,286 @@ MC42NjY2NjY2NjY3AA - + - - {{1, 1}, {478, 64}} - - - - + + {{1, 1}, {478, 79}} + + + + + 4 - - - -2147483392 - {{-100, -100}, {15, 64}} - - - _doScroller: - 1 - - - + + 256 - {{1, 65}, {478, 15}} - + {{1, 64}, {478, 16}} + + + NO 1 - + _doScroller: 0.070866145193576813 - + + + -2147483392 + {{-100, -100}, {15, 64}} + + + NO + + _doScroller: + 1 + + {{8, 313}, {480, 81}} - - - 34 - - - + + + + 133154 + + + + 0.25 + 4 + 1 - + {496, 406} + {{0, 0}, {1920, 1178}} {496, 428} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + preferencesPanel - - + + - 12 + 12 moduleView - - + + - 15 + 15 iconMatrix - - + + - 39 + 39 setModule: - - + + - 40 + 40 - + - - YES + - 0 - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - PreferencesPanel - - - 3 - - - YES - - - - - - - 5 - - - YES - - - - - 41 - - - YES - - - - - - - - 36 - - - YES - - - - - - - - 35 - - - - - 37 - - - - - 43 - - - - - 44 - - - - - 45 - - + Application - -3 - + 2 + + + + - Application + PreferencesPanel - - - - YES - - YES - -3.IBPluginDependency - 2.IBEditorWindowLastContentRect - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 2.ImportedFromIB2 - 2.windowTemplate.hasMinSize - 2.windowTemplate.minSize - 3.IBPluginDependency - 3.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 43.IBPluginDependency - 44.IBPluginDependency - 44.IBShouldRemoveOnLegacySave - 45.IBPluginDependency - 45.IBShouldRemoveOnLegacySave - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{597, 646}, {496, 406}} - com.apple.InterfaceBuilder.CocoaPlugin - {{597, 646}, {496, 406}} - - - {496, 406} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - + + 3 + + + + + + + + + 5 + + + + + 41 + + + + + + + + + + 45 + + + + + 44 + + + + + 36 + + + + + + + + + + 37 + + + + + 35 + + + + + 43 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - YES - - + - 45 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - + ./Classes/App.h PreferencesPanel NSPanel - - setModule: - id - - - YES - - YES - iconMatrix - moduleView - - - YES - id - id + + id + NSBox + + + + iconMatrix + id + + + moduleView + NSBox - + IBProjectSource - PreferencesPanel.subproj/PreferencesPanel.h - - - - PreferencesPanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h + ./Classes/PreferencesPanel.h - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/English.lproj/PreferencesPanel.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/English.lproj/PreferencesPanel.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/English.lproj/PreferencesPanel.xib 2010-08-23 10:12:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/English.lproj/PreferencesPanel.xib 2017-11-21 15:12:25.000000000 +0000 @@ -1,76 +1,75 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 - YES - - YES - - - YES - - - - YES - + com.apple.InterfaceBuilder.CocoaPlugin + 5056 - + + NSBox + NSButtonCell + NSCustomObject + NSMatrix + NSScrollView + NSScroller + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{217, 289}, {496, 406}} 1618477056 Cenon Preferences PreferencesPanel - View - {1.79769e+308, 1.79769e+308} + + {496, 406} - + 256 - - YES - - + + + 274 - - YES - - - 256 + + + + 274 {480, 296} - + + - + {{8, 8}, {480, 296}} - + + {0, 0} - 67239424 - 0 + 67108864 + 134217728 Box Helvetica @@ -88,93 +87,92 @@ 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 0 0 0 NO - - + + 256 - - YES - - - 2304 - - YES - - + + + + 2322 + + + 256 {127, 64} - + + YES + NO 1 2 - - YES - - -2080244224 + + + -2080374784 134217728 General - + LucidaGrande 13 1044 - - -1232191233 + + -1232453632 6 - - Helvetica + + LucidaGrande 13 16 - 200 - 25 + 400 + 75 - - 67239424 + + 67108864 134217728 Button - - + + 1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - + {64, 64} {-1, -1} 1140850688 NSActionCell - - 67239424 + + 67108864 134217728 Button - + -1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - - + + 6 System controlColor @@ -183,880 +181,286 @@ MC42NjY2NjY2NjY3AA - + - - {{1, 1}, {478, 64}} - - - - + + {{1, 1}, {478, 79}} + + + + + 4 - - - -2147483392 - {{-100, -100}, {15, 64}} - - - _doScroller: - 1 - - - + + 256 - {{1, 65}, {478, 15}} - + {{1, 64}, {478, 16}} + + + NO 1 - + _doScroller: 0.070866145193576813 - + + + -2147483392 + {{-100, -100}, {15, 64}} + + + NO + + _doScroller: + 1 + + {{8, 313}, {480, 81}} - - - 34 - - - + + + + 133154 + + + + 0.25 + 4 + 1 - + {496, 406} + {{0, 0}, {1920, 1178}} {496, 428} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + preferencesPanel - - + + - 12 + 12 moduleView - - + + - 15 + 15 - - iconMatrix - - + + setModule: + + - 39 + 40 - - setModule: - - + + iconMatrix + + - 40 + 39 - + - - YES + - 0 - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - PreferencesPanel - - - 3 - - - YES - - - - - - - 5 - - - YES - - - - - 41 - - - YES - - - - - - - - 36 - - - YES - - - - - - - - 35 - - - - - 37 - - - - - 43 - - - - - 44 - - - - - 45 - - + Application - -3 - + 2 + + + + - Application + PreferencesPanel - - - - YES - - YES - 2.IBEditorWindowLastContentRect - 2.IBWindowTemplateEditedContentRect - 2.ImportedFromIB2 - 2.windowTemplate.hasMinSize - 2.windowTemplate.minSize - 3.ImportedFromIB2 - 35.ImportedFromIB2 - 36.ImportedFromIB2 - 37.ImportedFromIB2 - 41.ImportedFromIB2 - 44.IBShouldRemoveOnLegacySave - 45.IBShouldRemoveOnLegacySave - 5.ImportedFromIB2 - - - YES - {{1008, 352}, {496, 406}} - {{1008, 352}, {496, 406}} - - - {496, 406} - - - - - - - - - - - - YES - - - YES - - + + 3 + + + + + + + + + 5 + + + + + 41 + + + + + + + + + + 45 + + + + + 44 + + + + + 36 + + + + + + + + + + 37 + + + + + 35 + + + + + 43 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - YES - - + - 45 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - + ./Classes/App.h PreferencesPanel NSPanel - - setModule: - id - - - YES - - YES - iconMatrix - moduleView - - - YES - id - id + + id + NSBox + + + + iconMatrix + id + + + moduleView + NSBox - + IBProjectSource - PreferencesPanel.subproj/PreferencesPanel.h - - - - PreferencesPanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h + ./Classes/PreferencesPanel.h - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/Danish.lproj/Export.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/Danish.lproj/Export.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/Danish.lproj/Export.xib 2010-08-23 10:06:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/Danish.lproj/Export.xib 2016-02-01 16:03:51.000000000 +0000 @@ -1,825 +1,65 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - ExportController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{675, 174}, {480, 310}} - 1886912512 - Eksporter indstillinger - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{280, 248}, {180, 18}} - - YES - 1 - 1 - - YES - - 67239424 - 67108864 - Udjævn tekst - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - {180, 18} - {4, 4} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {468, 275}} - - - - {{4, 8}, {472, 296}} - - {0, 0} - - 67239424 - 0 - - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - box - - - - 177 - - - - switchMatrix - - - - 226 - - - - set: - - - - 232 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - Export - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - -3 - - - Application - - - 213 - - - YES - - - - - - - 234 - - - - - 215 - - - - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 234.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{528, 540}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{528, 540}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 234 - - - - YES - - ExportController - NSObject - - set: - id - - - YES - - YES - box - switchMatrix - - - YES - id - id - - - - IBProjectSource - PreferencesPanel.subproj/Export.bproj/ExportController.h - - - - ExportController - NSObject - - dxfResField - id - - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/English.lproj/Export.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/English.lproj/Export.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/English.lproj/Export.xib 2010-08-23 10:09:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/English.lproj/Export.xib 2016-02-01 16:03:39.000000000 +0000 @@ -1,825 +1,65 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - ExportController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{675, 174}, {480, 310}} - 1886912512 - Export Preferences - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{280, 250}, {180, 18}} - - YES - 1 - 1 - - YES - - 67239424 - 67108864 - Flatten Text - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - {180, 18} - {4, 4} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {468, 275}} - - - - {{4, 8}, {472, 296}} - - {0, 0} - - 67239424 - 0 - Export - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - box - - - - 177 - - - - switchMatrix - - - - 226 - - - - set: - - - - 232 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - Export - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - -3 - - - Application - - - 213 - - - YES - - - - - - - 234 - - - - - 215 - - - - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 234.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{395, 387}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{395, 387}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 234 - - - - YES - - ExportController - NSObject - - set: - id - - - YES - - YES - box - switchMatrix - - - YES - id - id - - - - IBProjectSource - PreferencesPanel.subproj/Export.bproj/ExportController.h - - - - ExportController - NSObject - - dxfResField - id - - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/._ExportController.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/._ExportController.h differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/ExportController.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/ExportController.h --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/ExportController.h 2007-05-08 17:37:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/ExportController.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* ExportController.h * Preferences module for Cenon Exports * - * Copyright (C) 2002 by vhf interservice GmbH + * Copyright (C) 2002 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-07-01 * Modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PREFEXPORTCONTROLLER -#define VHF_H_PREFEXPORTCONTROLLER +#ifndef CEN_H_PREFEXPORTCONTROLLER +#define CEN_H_PREFEXPORTCONTROLLER #include #include "../PreferencesMethods.h" @@ -46,4 +46,4 @@ @end -#endif // VHF_H_PREFEXPORTCONTROLLER +#endif // CEN_H_PREFEXPORTCONTROLLER diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/ExportController.m cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/ExportController.m --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/ExportController.m 2012-02-07 11:10:24.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/ExportController.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* ExportController.m * Preferences module for Cenon Exports * - * Copyright (C) 1996-2004 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 * Modified: 2002-07-16 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/French.lproj/Export.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/French.lproj/Export.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/French.lproj/Export.xib 2010-08-23 10:09:32.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/French.lproj/Export.xib 2016-02-01 16:03:56.000000000 +0000 @@ -1,829 +1,65 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - ExportController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{675, 174}, {480, 310}} - 1886912512 - Préférences Export - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{280, 250}, {180, 18}} - - YES - 1 - 1 - - YES - - 67239424 - 67108864 - Texte à plat - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - {180, 18} - {4, 4} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - - 200 - 25 - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {468, 275}} - - - - {{4, 8}, {472, 296}} - - {0, 0} - - 67239424 - 0 - Export - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - box - - - - 177 - - - - switchMatrix - - - - 226 - - - - set: - - - - 232 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - Export - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - -3 - - - Application - - - 213 - - - YES - - - - - - - 234 - - - - - 215 - - - - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 234.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.maxSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{446, 238}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{446, 238}, {480, 310}} - - - {1.79769e+308, 1.79769e+308} - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 234 - - - - YES - - ExportController - NSObject - - set: - id - - - YES - - YES - box - switchMatrix - - - YES - id - id - - - - IBProjectSource - PreferencesPanel.subproj/Export.bproj/ExportController.h - - - - ExportController - NSObject - - dxfResField - id - - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/German.lproj/Export.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/German.lproj/Export.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/German.lproj/Export.xib 2010-08-23 10:10:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/German.lproj/Export.xib 2016-02-01 16:03:45.000000000 +0000 @@ -1,825 +1,65 @@ - - - - 1040 - 10F569 - 762 - 1038.29 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 762 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - ExportController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{459, 38}, {480, 310}} - 1886912512 - Export Voreinstellungen - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{280, 250}, {180, 18}} - - YES - 1 - 1 - - YES - - 67239424 - 67108864 - Text in Pfade zerlegen - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - {180, 18} - {4, 4} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - -1 - -1 - - 3 - MQA - - - - - {{2, 2}, {468, 275}} - - - - {{4, 8}, {472, 296}} - - {0, 0} - - 67239424 - 0 - Export - - LucidaGrande - 14 - 16 - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - box - - - - 177 - - - - switchMatrix - - - - 226 - - - - set: - - - - 232 - - - - - YES - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - Export - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - -3 - - - Application - - - 213 - - - YES - - - - - - - 234 - - - - - 215 - - - - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 234.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{391, 379}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{391, 379}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 234 - - - - YES - - ExportController - NSObject - - set: - id - - - YES - - YES - box - switchMatrix - - - YES - id - id - - - - IBProjectSource - PreferencesPanel.subproj/Export.bproj/ExportController.h - - - - ExportController - NSObject - - dxfResField - id - - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - NSSwitch - {15, 15} - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/GNUmakefile cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/GNUmakefile --- cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/GNUmakefile 2009-06-19 06:37:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/GNUmakefile 2014-08-17 15:37:32.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the Export Preferences bundle # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/Export.bproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Export.bproj/._GNUmakefile differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/French.lproj/PreferencesPanel.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/French.lproj/PreferencesPanel.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/French.lproj/PreferencesPanel.xib 2010-08-23 10:13:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/French.lproj/PreferencesPanel.xib 2017-11-21 15:12:39.000000000 +0000 @@ -1,75 +1,75 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSMatrix + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{217, 289}, {496, 406}} 1618477056 Préférences Cenon PreferencesPanel - View - {1.79769e+308, 1.79769e+308} + + {496, 406} - - + + 256 - - YES - - + + + 274 - - YES - - - 256 + + + + 274 {480, 296} - + + - + {{8, 8}, {480, 296}} - + + {0, 0} - 67239424 - 0 + 67108864 + 134217728 Box Helvetica @@ -87,93 +87,92 @@ 3 - MCAwLjgwMDAwMDAxAA + MCAwLjgAA - + 0 0 0 NO - - + + 256 - - YES - - - 2304 - - YES - - + + + + 2322 + + + 256 {127, 64} - + + YES + NO 1 2 - - YES - - -2080244224 + + + -2080374784 134217728 Général - + LucidaGrande 13 1044 - - -1232191233 + + -1232453632 6 - - Helvetica + + LucidaGrande 13 16 - 200 - 25 + 400 + 75 - - 67239424 + + 67108864 134217728 Bouton - - + + 1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - + {64, 64} {-1, -1} 1140850688 NSActionCell - - 67239424 + + 67108864 134217728 Bouton - + -1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - - + + 6 System controlColor @@ -182,916 +181,286 @@ MC42NjY2NjY2NjY3AA - + - - {{1, 1}, {478, 64}} - - - - + + {{1, 1}, {478, 79}} + + + + + 4 - - - -2147483392 - {{-100, -100}, {15, 64}} - - - _doScroller: - 1 - - - + + 256 - {{1, 65}, {478, 15}} - + {{1, 64}, {478, 16}} + + + NO 1 - + _doScroller: 0.070866145193576813 - + + + -2147483392 + {{-100, -100}, {15, 64}} + + + NO + + _doScroller: + 1 + + {{8, 313}, {480, 81}} - - - 34 - - - + + + + 133154 + + + + 0.25 + 4 + 1 - + {496, 406} + + {{0, 0}, {1920, 1178}} {496, 428} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + preferencesPanel - - + + - 12 + 12 moduleView - - + + - 15 + 15 - - iconMatrix - - + + setModule: + + - 39 + 40 - - setModule: - - + + iconMatrix + + - 40 + 39 - + - - YES + - 0 - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - PreferencesPanel - - - 3 - - - YES - - - - - - - 5 - - - YES - - - - - 41 - - - YES - - - - - - - - 36 - - - YES - - - - - - - - 35 - - - - - 37 - - - - - 43 - - - - - 44 - - - - - 45 - - + Application - -3 - + 2 + + + + - Application + PreferencesPanel - - - - YES - - YES - -3.IBPluginDependency - 2.IBEditorWindowLastContentRect - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 2.ImportedFromIB2 - 2.windowTemplate.hasMinSize - 2.windowTemplate.maxSize - 2.windowTemplate.minSize - 3.IBPluginDependency - 3.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 43.IBPluginDependency - 44.IBPluginDependency - 44.IBShouldRemoveOnLegacySave - 45.IBPluginDependency - 45.IBShouldRemoveOnLegacySave - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{0, 428}, {496, 406}} - com.apple.InterfaceBuilder.CocoaPlugin - {{0, 428}, {496, 406}} - - - {1.79769e+308, 1.79769e+308} - {496, 406} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - + + 3 + + + + + + + + + 5 + + + + + 41 + + + + + + + + + + 45 + + + + + 44 + + + + + 36 + + + + + + + + + + 37 + + + + + 35 + + + + + 43 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - YES - - + - 45 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - + ./Classes/App.h PreferencesPanel NSPanel - - setModule: - id - - - YES - - YES - iconMatrix - moduleView - - - YES - id - id + + id + NSBox + + + + iconMatrix + id + + + moduleView + NSBox - + IBProjectSource - PreferencesPanel.subproj/PreferencesPanel.h - - - - PreferencesPanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h + ./Classes/PreferencesPanel.h - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/Danish.lproj/General.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/Danish.lproj/General.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/Danish.lproj/General.xib 2011-03-30 05:22:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/Danish.lproj/General.xib 2016-02-01 14:33:40.000000000 +0000 @@ -1,1793 +1,202 @@ - - - - 1040 - 10H574 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - GeneralController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{270, 314}, {480, 310}} - 1886912512 - Generelle indstillinger - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{167, 100}, {295, 158}} - - YES - 8 - 1 - - YES - - -2080244224 - 67108864 - Deaktiver caching - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Cenon Ekspert - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Fjern backups - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Udvalg af ikke-redigerbare lag - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAAwAAAAMAAAAD -AAAAAwAAAAMAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE1NTW4ZmZm/29vb/9zc3P/ -c3Nz/3Jycv9ycnL/cnJy/3Jycv9vb2//ZWVl/yUlJZ8AAAAiAAAAAAAAAAAAAAAAAAAAAkNDQ5W3t7f/ -+fn5//z8/P/8/Pz//Pz8//z8/P/8/Pz//Pz8//z8/P/8/Pz/+fn5/8DAwP9UVFS7AAAAAgAAAAAAAAAB -AAAACJGRkf/c3Nz/8/Pz//T09P/19fX/9fX1//T09P/09PT/9PT0//T09P/09PT/8/Pz/97e3v+JiYn/ -AAAACAAAAAEAAAABAAAAEIGBgf/f39//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//u7u7/ -7u7u/9/f3/+SkpL/AAAAEAAAAAEAAAABAAAAFZGRkf/d3d3/7Ozs/+zs7P/t7e3/7e3t/+3t7f/t7e3/ -7Ozs/+7u7v/t7e3/7Ozs/9/f3/+QkJD/AAAAFAAAAAEAAAABAAAAGJ6env/b29v/6enp/+np6f/q6ur/ -6+vr/+rq6v/q6ur/6urq/+rq6v/q6ur/6Ojo/9jY2P+bm5v/AAAAGAAAAAEAAAABAAAAG6CgoP/T09P/ -2tra/9ra2v/b29v/29vb/9vb2//Z2dn/29vb/9nZ2f/a2tr/2tra/9HR0f+ioqL/AAAAGwAAAAEAAAAB -AAAAHKurq//a2tr/39/f/9/f3//g4OD/4ODg/+Dg4P/h4eH/39/f/9/f3//f39//4ODg/9fX1/+mpqb/ -AAAAHAAAAAEAAAACAAAAHrS0tP/j4+P/5ubm/+Xl5f/m5ub/5+fn/+fn5//n5+f/6enp/+fn5//n5+f/ -6Ojo/93d3f+tra3/AAAAHgAAAAIAAAACAAAAILi4uP/p6en/7e3t//Dw8P/w8PD/8PDw/+3t7f/t7e3/ -8fHx/+zs7P/v7+//7e3t/+bm5v+0tLT/AAAAIAAAAAIAAAABAAAAILu7u//v7+//9/f3//b29v/4+Pj/ -9vb2//b29v/29vb/9/f3//f39//39/f/9/f3//Dw8P+7u7v/AAAAIAAAAAEAAAABAAAAHY2Njej4+Pj/ -/////////////////////////////////////////////////v7+//n5+f+Tk5PoAAAAHQAAAAEAAAAB -AAAAEjo6Oq28vLz3/////////////////////////////////////////////////////7u7u/c/Pz+r -AAAAEgAAAAEAAAAAAAAACAAAAEEAAACZAAAAxgAAANMAAADVAAAA1gAAANQAAADWAAAA2AAAANgAAADT -AAAAxQAAAJkAAABBAAAACAAAAAAAAAAAAAAAAgAAAA0AAAAlAAAANgAAAEEAAABDAAAAQwAAAEMAAABE -AAAAQwAAAEQAAABBAAAANgAAACUAAAANAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAYAAAAG -AAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAwAAAAMAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - 3 - MCAwAA - - - - - - 200 - 25 - - - 67239424 - 67108864 - Vælg kun objekter til kant - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQUFCUlJSX57e3vVk5OT/5OTk/+Tk5P/k5OT/5OTk/+Tk5P/ -k5OT/5OTk/+Tk5P/k5OT/3t7e9VJSUl/BQUFCQAAAAAAAAAASUlJfoWFhf92dnb/ZmZm/2ZmZv9mZmb/ -ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/3Z2dv+FhYX/SUlJfgAAAAAAAAAAe3t71XZ2dv/c3Nz/ -/////////////////////////////////////////////////////9zc3P92dnb/e3t71QAAAAAAAAAA -k5OT/2ZmZv/c3Nz//fz9//z9/f/9/P3//fz9//39/P/9/f3//f39//z8/f/9/fz//Pz9/9zc3P9mZmb/ -k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/3t7e/97e3v/e3t7/3t7e/97e3v/e3t7/3t7e/97e3v/e3t7/ -3t7e/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/3Nzc/9vc3P/b29z/3Nvc/9vb3P/c29z/ -3Nvc/9vb3P/c3Nz/29vc/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/2NjY/9jY2P/Y2dj/ -2NjY/9jY2P/Y2Nj/2NjY/9jZ2P/Y2Nj/2NnY/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/ -1NTV/9TU1P/U1NX/1NTU/9TU1P/T1NT/1NTU/9TV1f/U1NT/1NTU/7q7u/9mZmb/k5OT/wAAAAAAAAAA -k5OT/2ZmZv+6u7v/z9DQ/8/Q0P/P0M//z9DQ/9DQ0P/Qz8//z9DQ/9DP0P/Pz9D/0NDP/7q7u/9mZmb/ -k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/y8vL/8vLy//Ly8z/y8vL/8rLy//Ly8v/y8vL/8vLy//Ly8z/ -y8vL/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/xsfH/8bGxv/Hx8f/xsfH/8bHx//Gxsb/ -xsfH/8bHx//Gx8f/xsbH/7q7u/9mZmb/k5OT/wAAAAAAAAAAn56e/2ZmZv+6u7v/wsPD/8LDw//Cw8L/ -wsPD/8LDwv/Cw8L/wsPD/8LDw//Cw8P/wsLC/7q7u/9mZmb/np6f/wAAAAAAAAAAr6+v/2ZmZv+ioaL/ -oqKi/6Khov+ioqL/oqKi/6Kiov+ioqL/oqKi/6Giov+ioqL/oqKi/6Kiov9mZmb/r6+v/wAAAAAAAAAA -oqKh1WxsbP+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv9sbGz/ -oqKi1QAAAAAAAAAAampqf66vrv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ -ZmZm/2ZmZv+ur6//ampqfwAAAAAAAAAACAgICXJzc4C/v77V5eXl/+Xl5f/l5eX/5eXl/+Tl5f/l5OX/ -5eXk/+Xl5f/l5OX/5OXl/7+/v9VzcnOACAgICQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - - - - - 200 - 25 - - - 67239424 - 67108864 - Deaktiver anti-aliasing - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Arkiver ASCII (læsbar, kompatibel med OpenStep) - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Disable automatic check for Updates - - - -936619521 - 0 - - 200 - 25 - - - {295, 18} - {0, 2} - -2080366592 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - 6 - - - 3 - MQA - - - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{12, 6}, {80, 72}} - - YES - 4 - 1 - - YES - - -2080244224 - 0 - Fra - - - -935570945 - 0 - - NSImage - NSRadioButton - - - NSRadioButton - - - 200 - 25 - - - 67239424 - 0 - 2 pixel - - - 2 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 4 pixel - - - 4 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 8 pixel - - - 8 - -935570945 - 0 - - - - 200 - 25 - - - {80, 18} - {0, 0} - 1140850688 - NSActionCell - - 67239424 - 0 - - - -935570945 - 0 - - - - 200 - 25 - - - - - - - {{2, 2}, {150, 86}} - - - - {{8, 160}, {154, 104}} - - {0, 0} - - 67239424 - 0 - Lås til punkt - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{9, 5}, {130, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - LucidaGrande - 12 - 16 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - tommer - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - punkt - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {150, 36}} - - - - {{8, 102}, {154, 54}} - - {0, 0} - - 67239424 - 0 - Enhed - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - - 268 - {{11, 42}, {148, 46}} - - YES - 2 - 1 - - YES - - 343014976 - 205521920 - 0 - - - 106.861328125 - - 67239424 - 67108864 - Liniebredde (pkt): - - - - - - -1804468672 - 205521920 - 0 - - - 106.861328125 - - 67239424 - 67108864 - Vinduesnet: - - - - - - {148, 22} - {0, 2} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 106.861328125 - - 67239424 - 67108864 - - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {468, 268}} - - - - {{4, 20}, {472, 289}} - - {0, 0} - - 67239424 - 0 - Generel - - LucidaGrande - 14 - 16 - - - - 3 - MCAwLjgwMDAwMDAxMTkAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - unitPopup - - - - 173 - - - - snapRadio - - - - 174 - - - - switchMatrix - - - - 175 - - - - box - - - - 177 - - - - set: - - - - 178 - - - - set: - - - - 179 - - - - setUnit: - - - - 180 - - - - lineWidthField - - - - 191 - - - - set: - - - - 192 - - - - windowGridField - - - - 206 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - General - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - - - - -3 - - - Application - - - 136 - - - YES - - - - - - - - - - - - - - 202 - - - - - 199 - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - - - 193 - - - - - 138 - - - YES - - - - - - 147 - - - YES - - - - - - 187 - - - YES - - - - - - - - 204 - - - - - 190 - - - - - 142 - - - YES - - - - - - - - - - 143 - - - - - 149 - - - - - 150 - - - - - 151 - - - - - 203 - - - - - 146 - - - YES - - - - - - 201 - - - YES - - - - - - 139 - - - YES - - - - - - - - 145 - - - - - 140 - - - - - 137 - - - - - 205 - - - - - 207 - - - - - - - YES - - YES - -3.IBPluginDependency - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 143.IBPluginDependency - 143.ImportedFromIB2 - 145.IBPluginDependency - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 147.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 151.IBPluginDependency - 151.ImportedFromIB2 - 171.IBPluginDependency - 171.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBAttributePlaceholdersKey - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 201.IBPluginDependency - 202.IBPluginDependency - 203.IBPluginDependency - 204.IBPluginDependency - 205.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - U2F2ZSBkb2N1bWVudHMgaW4gaHVtYW4gcmVhZGFibGUgZm9ybWF0LiBUaGlzIGFsc28gc2F2ZXMgYSBs -b3Qgb2YgZGlzayBzcGFjZS4KRGVmYXVsdCBpcyBYTUwgZm9ybWF0Lg - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{403, 660}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{403, 660}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 207 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - GeneralController - NSObject - - YES - - YES - set: - setUnit: - - - YES - id - id - - - - YES - - YES - set: - setUnit: - - - YES - - set: - id - - - setUnit: - id - - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - - box - id - - - cacheLimitField - id - - - lineWidthField - id - - - snapRadio - id - - - switchMatrix - id - - - unitPopup - id - - - windowGridField - id - - - - - IBProjectSource - PreferencesPanel.subproj/General.bproj/GeneralController.h - - - - GeneralController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSRadioButton - NSSwitch - - - YES - {9, 8} - {7, 2} - {16, 15} - {15, 15} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Save documents in human readable format. This also saves a lot of disk space. +Default is XML format. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+
+
diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/English.lproj/General.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/English.lproj/General.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/English.lproj/General.xib 2011-03-30 05:21:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/English.lproj/General.xib 2016-02-01 14:33:01.000000000 +0000 @@ -1,1702 +1,202 @@ - - - - 1040 - 10H574 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - GeneralController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{270, 314}, {480, 310}} - 1886912512 - General Preferences - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{167, 100}, {295, 158}} - - YES - 8 - 1 - - YES - - -2080244224 - 67108864 - Disable Caching - - Helvetica - 12 - 16 - - - 1210864127 - 2 - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Cenon Expert - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Remove Backups - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Selection of non editable layers - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Select Objects at border only - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Disable Anti Aliasing - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Save Documents in human readable format - - - 1210864127 - 2 - - - - 200 - 25 - - - 67239424 - 67108864 - Disable automatic check for Updates - - - -936619521 - 0 - - - 200 - 25 - - - {295, 18} - {0, 2} - -2080366592 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - 6 - - - 3 - MQA - - - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{12, 6}, {68, 72}} - - YES - 4 - 1 - - YES - - -2080244224 - 0 - Off - - - -935570945 - 0 - - NSImage - NSRadioButton - - - NSRadioButton - - - 200 - 25 - - - 67239424 - 0 - 2 Pixel - - - 2 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 4 Pixel - - - 4 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 8 Pixel - - - 8 - -935570945 - 0 - - - - 200 - 25 - - - {68, 18} - {0, 0} - 1140850688 - NSActionCell - - 67239424 - 0 - Radio - - -935570945 - 0 - - - - 200 - 25 - - - - - - - {{2, 2}, {150, 86}} - - - - {{8, 160}, {154, 104}} - - {0, 0} - - 67239424 - 0 - Snap to Point - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - - YES - - - 256 - - YES - - - 268 - {{9, 5}, {130, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - LucidaGrande - 12 - 16 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - inch - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - point - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {150, 36}} - - - - {{8, 102}, {154, 54}} - - {0, 0} - - 67239424 - 0 - Unit - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - {{11, 46}, {148, 46}} - - YES - 2 - 1 - - YES - - -1804468672 - 205521920 - 0 - - - 92.458984375 - - 67239424 - 67108864 - Line Width [pt]: - - - - - - -1804468672 - 205521920 - 0 - - - 92.458984375 - - 67239424 - 67108864 - Window Grid: - - - - - - {148, 22} - {0, 2} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 92.458984375 - - 67239424 - 67108864 - - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {468, 268}} - - - - {{4, 20}, {472, 289}} - - {0, 0} - - 67239424 - 0 - General - - LucidaGrande - 14 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - unitPopup - - - - 173 - - - - snapRadio - - - - 174 - - - - switchMatrix - - - - 175 - - - - box - - - - 177 - - - - set: - - - - 178 - - - - set: - - - - 179 - - - - setUnit: - - - - 180 - - - - lineWidthField - - - - 191 - - - - set: - - - - 192 - - - - windowGridField - - - - 206 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - General - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - - - - -3 - - - Application - - - 136 - - - YES - - - - - - - - - - - - - - 202 - - - - - 199 - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - - - 193 - - - - - 138 - - - YES - - - - - - 147 - - - YES - - - - - - 187 - - - YES - - - - - - - - 204 - - - - - 190 - - - - - 142 - - - YES - - - - - - - - - - 143 - - - - - 149 - - - - - 150 - - - - - 151 - - - - - 203 - - - - - 146 - - - YES - - - - - - 201 - - - YES - - - - - - 139 - - - YES - - - - - - - - 145 - - - - - 140 - - - - - 137 - - - - - 205 - - - - - 207 - - - - - - - YES - - YES - -3.IBPluginDependency - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 143.IBPluginDependency - 143.ImportedFromIB2 - 145.IBPluginDependency - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 147.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 151.IBPluginDependency - 151.ImportedFromIB2 - 171.IBPluginDependency - 171.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBAttributePlaceholdersKey - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 201.IBPluginDependency - 202.IBPluginDependency - 203.IBPluginDependency - 204.IBPluginDependency - 205.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - U2F2ZSBkb2N1bWVudHMgaW4gaHVtYW4gcmVhZGFibGUgZm9ybWF0LiBUaGlzIGFsc28gc2F2ZXMgYSBs -b3Qgb2YgZGlzayBzcGFjZS4KRGVmYXVsdCBpcyBYTUwgZm9ybWF0Lg - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{886, 661}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{886, 661}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 208 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - GeneralController - NSObject - - YES - - YES - set: - setUnit: - - - YES - id - id - - - - YES - - YES - set: - setUnit: - - - YES - - set: - id - - - setUnit: - id - - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - - box - id - - - cacheLimitField - id - - - lineWidthField - id - - - snapRadio - id - - - switchMatrix - id - - - unitPopup - id - - - windowGridField - id - - - - - IBProjectSource - PreferencesPanel.subproj/General.bproj/GeneralController.h - - - - GeneralController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSRadioButton - - - YES - {9, 8} - {7, 2} - {16, 15} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Save documents in human readable format. This also saves a lot of disk space. +Default is XML format. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+
+
diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/French.lproj/General.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/French.lproj/General.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/French.lproj/General.xib 2011-03-30 05:23:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/French.lproj/General.xib 2016-02-01 14:33:48.000000000 +0000 @@ -1,1724 +1,202 @@ - - - - 1040 - 10H574 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - GeneralController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{270, 314}, {480, 310}} - 1886912512 - Préférences Générales - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{167, 100}, {295, 158}} - - YES - 8 - 1 - - YES - - -2080244224 - 67108864 - Dévalider les caches - - Helvetica - 12 - 16 - - - 1210864127 - 2 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - 67239424 - 67108864 - Expert Cenon - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Supprimer les Backups - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Sélection des couches non éditables - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Sélection des objets à la bordure seulement - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Dévalider l'anti-aliasing - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Sauver ASCII (lisible, compatible avec OpenStep) - - - 1210864127 - 2 - - - - - 200 - 25 - - - 67239424 - 67108864 - Disable automatic check for Updates - - - -936619521 - 0 - - - 200 - 25 - - - {295, 18} - {0, 2} - -2080374784 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - - 200 - 25 - - -1 - -1 - - 3 - MQA - - - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{12, 6}, {68, 72}} - - YES - 4 - 1 - - YES - - -2080244224 - 0 - Sans - - - -935570945 - 0 - - NSImage - NSRadioButton - - - NSRadioButton - - - - 200 - 25 - - - 67239424 - 0 - 2 Pixels - - - 2 - -935570945 - 0 - - - - - 200 - 25 - - - 67239424 - 0 - 4 Pixels - - - 4 - -935570945 - 0 - - - - - 200 - 25 - - - 67239424 - 0 - 8 Pixels - - - 8 - -935570945 - 0 - - - - - 200 - 25 - - - {68, 18} - {0, 0} - 1140850688 - NSActionCell - - 67239424 - 0 - Radio - - -935570945 - 0 - - - - - 200 - 25 - - - - - - - {{2, 2}, {150, 86}} - - - - {{8, 160}, {154, 104}} - - {0, 0} - - 67239424 - 0 - Grille magnétique - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - - YES - - - 256 - - YES - - - 268 - {{9, 5}, {130, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - LucidaGrande - 12 - 16 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - Pouce - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - point - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {150, 36}} - - - - {{8, 102}, {154, 54}} - - {0, 0} - - 67239424 - 0 - Unité - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - {{11, 42}, {148, 46}} - - YES - 2 - 1 - - YES - - -1804468672 - 205521920 - 0 - - - 115.509765625 - - 67239424 - 67108864 - Largeur ligne [pt]: - - - - - - -1804468672 - 205521920 - 0 - - - 115.509765625 - - 67239424 - 67108864 - Grille de la fenêtre: - - - - - - {148, 22} - {0, 2} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 115.509765625 - - 67239424 - 67108864 - - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {468, 268}} - - - - {{4, 20}, {472, 289}} - - {0, 0} - - 67239424 - 0 - Général - - LucidaGrande - 14 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - unitPopup - - - - 173 - - - - snapRadio - - - - 174 - - - - switchMatrix - - - - 175 - - - - box - - - - 177 - - - - set: - - - - 178 - - - - set: - - - - 179 - - - - setUnit: - - - - 180 - - - - lineWidthField - - - - 191 - - - - set: - - - - 192 - - - - windowGridField - - - - 206 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - General - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - - - - -3 - - - Application - - - 136 - - - YES - - - - - - - - - - - - - - 202 - - - - - 199 - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - - - 193 - - - - - 138 - - - YES - - - - - - 147 - - - YES - - - - - - 187 - - - YES - - - - - - - - 204 - - - - - 190 - - - - - 142 - - - YES - - - - - - - - - - 143 - - - - - 149 - - - - - 150 - - - - - 151 - - - - - 203 - - - - - 146 - - - YES - - - - - - 201 - - - YES - - - - - - 139 - - - YES - - - - - - - - 145 - - - - - 140 - - - - - 137 - - - - - 205 - - - - - 207 - - - - - - - YES - - YES - -3.IBPluginDependency - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBEditorWindowLastContentRect - 139.IBPluginDependency - 139.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 143.IBPluginDependency - 143.ImportedFromIB2 - 145.IBPluginDependency - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 147.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 151.IBPluginDependency - 151.ImportedFromIB2 - 171.IBPluginDependency - 171.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBAttributePlaceholdersKey - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 201.IBPluginDependency - 202.IBPluginDependency - 203.IBPluginDependency - 204.IBPluginDependency - 205.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.maxSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{229, 640}, {109, 63}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - U2F2ZSBkb2N1bWVudHMgaW4gaHVtYW4gcmVhZGFibGUgZm9ybWF0LiBUaGlzIGFsc28gc2F2ZXMgYSBs -b3Qgb2YgZGlzayBzcGFjZS4KRGVmYXVsdCBpcyBYTUwgZm9ybWF0Lg - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 521}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 521}, {480, 310}} - - - {1.79769e+308, 1.79769e+308} - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 207 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - GeneralController - NSObject - - YES - - YES - set: - setUnit: - - - YES - id - id - - - - YES - - YES - set: - setUnit: - - - YES - - set: - id - - - setUnit: - id - - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - - box - id - - - cacheLimitField - id - - - lineWidthField - id - - - snapRadio - id - - - switchMatrix - id - - - unitPopup - id - - - windowGridField - id - - - - - IBProjectSource - PreferencesPanel.subproj/General.bproj/GeneralController.h - - - - GeneralController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSRadioButton - NSSwitch - - - YES - {9, 8} - {7, 2} - {16, 15} - {15, 15} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Save documents in human readable format. This also saves a lot of disk space. +Default is XML format. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+
+
diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GeneralController.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GeneralController.h --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GeneralController.h 2011-03-30 05:45:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GeneralController.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* GeneralController.h * Preferences module for general settings * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 * Modified: 2011-03-30 (SWITCH_DISABLEAUTOUPDATE added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GeneralController.m cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GeneralController.m --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GeneralController.m 2011-03-30 05:09:14.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GeneralController.m 2015-12-04 11:57:41.000000000 +0000 @@ -1,29 +1,30 @@ /* GeneralController.m * Preferences module for general settings * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 - * Modified: 2011-03-30 (switch to turn off automatic update check) + * Modified: 2015-11-25 (-set: sending of PrefsExpertModeHasChanged Notification added) + * 2011-03-30 (switch to turn off automatic update check) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -176,6 +177,7 @@ /* expert mode */ string = ([[switchMatrix cellAtRow:SWITCH_EXPERT column:0] state]) ? @"YES" : @"NO"; [defaults setObject:string forKey:@"expertMode"]; + [[NSNotificationCenter defaultCenter] postNotificationName:PrefsExpertModeHasChanged object:nil userInfo:nil]; /* remove backups */ string = ([[switchMatrix cellAtRow:SWITCH_REMOVEBACKUPS column:0] state]) ? @"YES" : @"NO"; @@ -201,7 +203,7 @@ #endif /* snap */ - string = [NSString stringWithFormat:@"%d", [[snapRadio selectedCell] tag]]; + string = [NSString stringWithFormat:@"%d", (int)[[snapRadio selectedCell] tag]]; if ( ![string isEqual:[defaults objectForKey:@"snap"]] ) [defaults setObject:string forKey:@"snap"]; diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/German.lproj/General.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/German.lproj/General.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/German.lproj/General.xib 2011-03-30 05:21:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/German.lproj/General.xib 2016-02-01 14:33:08.000000000 +0000 @@ -1,1793 +1,201 @@ - - - - 1040 - 10H574 - 823 - 1038.35 - 461.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 823 - - - YES - - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - GeneralController - - - FirstResponder - - - NSApplication - - - 3 - 1 - {{274, 647}, {480, 310}} - 1886912512 - Cenon - NSPanel - View - {1.79769e+308, 1.79769e+308} - {482, 370} - - - 256 - - YES - - - 256 - - YES - - - 256 - - YES - - - 265 - {{167, 106}, {295, 152}} - - YES - 8 - 1 - - YES - - -2080244224 - 67108864 - Grafik nicht cachen - - Helvetica - 12 - 16 - - - -936619521 - 0 - - NSImage - NSSwitch - - - NSSwitch - - - 200 - 25 - - - 67239424 - 67108864 - Cenon Experte - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Entferne Backups - - - -936619521 - 0 - - - - 200 - 25 - - - 67239424 - 67108864 - Selektierung nicht editierbarer Lagen - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAEAAAADAAAAAwAAAAMAAAAD -AAAAAwAAAAMAAAABAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE1NTW4ZmZm/29vb/9zc3P/ -c3Nz/3Jycv9ycnL/cnJy/3Jycv9vb2//ZWVl/yUlJZ8AAAAiAAAAAAAAAAAAAAAAAAAAAkNDQ5W3t7f/ -+fn5//z8/P/8/Pz//Pz8//z8/P/8/Pz//Pz8//z8/P/8/Pz/+fn5/8DAwP9UVFS7AAAAAgAAAAAAAAAB -AAAACJGRkf/c3Nz/8/Pz//T09P/19fX/9fX1//T09P/09PT/9PT0//T09P/09PT/8/Pz/97e3v+JiYn/ -AAAACAAAAAEAAAABAAAAEIGBgf/f39//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//u7u7/ -7u7u/9/f3/+SkpL/AAAAEAAAAAEAAAABAAAAFZGRkf/d3d3/7Ozs/+zs7P/t7e3/7e3t/+3t7f/t7e3/ -7Ozs/+7u7v/t7e3/7Ozs/9/f3/+QkJD/AAAAFAAAAAEAAAABAAAAGJ6env/b29v/6enp/+np6f/q6ur/ -6+vr/+rq6v/q6ur/6urq/+rq6v/q6ur/6Ojo/9jY2P+bm5v/AAAAGAAAAAEAAAABAAAAG6CgoP/T09P/ -2tra/9ra2v/b29v/29vb/9vb2//Z2dn/29vb/9nZ2f/a2tr/2tra/9HR0f+ioqL/AAAAGwAAAAEAAAAB -AAAAHKurq//a2tr/39/f/9/f3//g4OD/4ODg/+Dg4P/h4eH/39/f/9/f3//f39//4ODg/9fX1/+mpqb/ -AAAAHAAAAAEAAAACAAAAHrS0tP/j4+P/5ubm/+Xl5f/m5ub/5+fn/+fn5//n5+f/6enp/+fn5//n5+f/ -6Ojo/93d3f+tra3/AAAAHgAAAAIAAAACAAAAILi4uP/p6en/7e3t//Dw8P/w8PD/8PDw/+3t7f/t7e3/ -8fHx/+zs7P/v7+//7e3t/+bm5v+0tLT/AAAAIAAAAAIAAAABAAAAILu7u//v7+//9/f3//b29v/4+Pj/ -9vb2//b29v/29vb/9/f3//f39//39/f/9/f3//Dw8P+7u7v/AAAAIAAAAAEAAAABAAAAHY2Njej4+Pj/ -/////////////////////////////////////////////////v7+//n5+f+Tk5PoAAAAHQAAAAEAAAAB -AAAAEjo6Oq28vLz3/////////////////////////////////////////////////////7u7u/c/Pz+r -AAAAEgAAAAEAAAAAAAAACAAAAEEAAACZAAAAxgAAANMAAADVAAAA1gAAANQAAADWAAAA2AAAANgAAADT -AAAAxQAAAJkAAABBAAAACAAAAAAAAAAAAAAAAgAAAA0AAAAlAAAANgAAAEEAAABDAAAAQwAAAEMAAABE -AAAAQwAAAEQAAABBAAAANgAAACUAAAANAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAwAAAAYAAAAG -AAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAAAwAAAAMAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - 3 - MCAwAA - - - - - - 200 - 25 - - - 67239424 - 67108864 - Objekte nur am Rand selektieren - - - -936619521 - 0 - - 549453824 - {18, 18} - - YES - - YES - - - - TU0AKgAABRgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQUFCUlJSX57e3vVk5OT/5OTk/+Tk5P/k5OT/5OTk/+Tk5P/ -k5OT/5OTk/+Tk5P/k5OT/3t7e9VJSUl/BQUFCQAAAAAAAAAASUlJfoWFhf92dnb/ZmZm/2ZmZv9mZmb/ -ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/3Z2dv+FhYX/SUlJfgAAAAAAAAAAe3t71XZ2dv/c3Nz/ -/////////////////////////////////////////////////////9zc3P92dnb/e3t71QAAAAAAAAAA -k5OT/2ZmZv/c3Nz//fz9//z9/f/9/P3//fz9//39/P/9/f3//f39//z8/f/9/fz//Pz9/9zc3P9mZmb/ -k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/3t7e/97e3v/e3t7/3t7e/97e3v/e3t7/3t7e/97e3v/e3t7/ -3t7e/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/3Nzc/9vc3P/b29z/3Nvc/9vb3P/c29z/ -3Nvc/9vb3P/c3Nz/29vc/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/2NjY/9jY2P/Y2dj/ -2NjY/9jY2P/Y2Nj/2NjY/9jZ2P/Y2Nj/2NnY/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/ -1NTV/9TU1P/U1NX/1NTU/9TU1P/T1NT/1NTU/9TV1f/U1NT/1NTU/7q7u/9mZmb/k5OT/wAAAAAAAAAA -k5OT/2ZmZv+6u7v/z9DQ/8/Q0P/P0M//z9DQ/9DQ0P/Qz8//z9DQ/9DP0P/Pz9D/0NDP/7q7u/9mZmb/ -k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/y8vL/8vLy//Ly8z/y8vL/8rLy//Ly8v/y8vL/8vLy//Ly8z/ -y8vL/7q7u/9mZmb/k5OT/wAAAAAAAAAAk5OT/2ZmZv+6u7v/xsfH/8bGxv/Hx8f/xsfH/8bHx//Gxsb/ -xsfH/8bHx//Gx8f/xsbH/7q7u/9mZmb/k5OT/wAAAAAAAAAAn56e/2ZmZv+6u7v/wsPD/8LDw//Cw8L/ -wsPD/8LDwv/Cw8L/wsPD/8LDw//Cw8P/wsLC/7q7u/9mZmb/np6f/wAAAAAAAAAAr6+v/2ZmZv+ioaL/ -oqKi/6Khov+ioqL/oqKi/6Kiov+ioqL/oqKi/6Giov+ioqL/oqKi/6Kiov9mZmb/r6+v/wAAAAAAAAAA -oqKh1WxsbP+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv+Ghob/hoaG/4aGhv9sbGz/ -oqKi1QAAAAAAAAAAampqf66vrv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ZmZm/2ZmZv9mZmb/ -ZmZm/2ZmZv+ur6//ampqfwAAAAAAAAAACAgICXJzc4C/v77V5eXl/+Xl5f/l5eX/5eXl/+Tl5f/l5OX/ -5eXk/+Xl5f/l5OX/5OXl/7+/v9VzcnOACAgICQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQEAAAMAAAABABIAAAEB -AAMAAAABABIAAAECAAMAAAAEAAAFugEDAAMAAAABAAEAAAEGAAMAAAABAAIAAAERAAQAAAABAAAACAES -AAMAAAABAAEAAAEVAAMAAAABAAQAAAEWAAMAAAABABIAAAEXAAQAAAABAAAFEAEcAAMAAAABAAEAAAFS -AAMAAAABAAEAAAFTAAMAAAAEAAAFwgAAAAAACAAIAAgACAABAAEAAQABA - - - - - - - - - - 200 - 25 - - - 67239424 - 67108864 - Antialiasing abschalten - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Speichere Dokumente im ASCII Format - - - -936619521 - 0 - - - - - 200 - 25 - - - 67239424 - 67108864 - Kein automatischer Update-Check - - - -936619521 - 0 - - 200 - 25 - - - {295, 19} - {0, 0} - -2080366592 - NSActionCell - - 67239424 - 67108864 - - - -936619521 - 0 - - - - 200 - 25 - - 6 - - - 3 - MQA - - - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{10, 6}, {68, 72}} - - YES - 4 - 1 - - YES - - -2080244224 - 0 - Aus - - - -935570945 - 0 - - NSImage - NSRadioButton - - - NSRadioButton - - - 200 - 25 - - - 67239424 - 0 - 2 Pixel - - - 2 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 4 Pixel - - - 4 - -935570945 - 0 - - - - 200 - 25 - - - 67239424 - 0 - 8 Pixel - - - 8 - -935570945 - 0 - - - - 200 - 25 - - - {68, 18} - {0, 0} - 1140850688 - NSActionCell - - 67239424 - 0 - Radio - - -935570945 - 0 - - - - 200 - 25 - - - - - - - {{2, 2}, {150, 86}} - - - - {{8, 160}, {154, 104}} - - {0, 0} - - 67239424 - 0 - Rasten auf Punkte - - - 6 - System - textBackgroundColor - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - - YES - - - 256 - - YES - - - 256 - {{9, 5}, {130, 26}} - - YES - - 67239488 - 1024 - - - -2038284033 - 1 - - LucidaGrande - 12 - 16 - - - 400 - 75 - - - mm - - 1048576 - 2147483647 - 1 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - _popUpItemAction: - - - YES - - OtherViews - - YES - - - - inch - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - point - - 1048576 - 2147483647 - - - _popUpItemAction: - - - - - 3 - YES - YES - 1 - - - - {{2, 2}, {150, 36}} - - - - {{8, 102}, {154, 54}} - - {0, 0} - - 67239424 - 0 - Einheit - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - - 268 - {{11, 45}, {148, 46}} - - YES - 2 - 1 - - YES - - 343014976 - 205521920 - 0 - - - 117.56640625 - - 67239424 - 67108864 - Linienstärke [pt]: - - - - - - -1804468672 - 205521920 - 0 - - - 117.56640625 - - 67239424 - 67108864 - Fenster-Raster [pt]: - - - - - - {148, 22} - {0, 2} - 67633152 - NSActionCell - - 343014976 - 205521920 - - - 117.56640625 - - 67239424 - 67108864 - Field: - - - - -1 - -1 - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - - - {{2, 2}, {468, 268}} - - - - {{4, 20}, {472, 289}} - - {0, 0} - - 67239424 - 0 - Cenon - - LucidaGrande - 14 - 16 - - - - 3 - MCAwLjgwMDAwMDAxAA - - - - 3 - 0 - 2 - NO - - - {480, 310} - - - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} - - - - - YES - - - unitPopup - - - - 173 - - - - snapRadio - - - - 174 - - - - switchMatrix - - - - 175 - - - - box - - - - 177 - - - - set: - - - - 178 - - - - set: - - - - 179 - - - - setUnit: - - - - 180 - - - - lineWidthField - - - - 191 - - - - set: - - - - 192 - - - - windowGridField - - - - 206 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 8 - - - YES - - - - General - - - 9 - - - YES - - - - - - 171 - - - YES - - - - - - - - - -3 - - - Application - - - 136 - - - YES - - - - - - - - - - - - - - 202 - - - - - 199 - - - - - 198 - - - - - 197 - - - - - 196 - - - - - 195 - - - - - 194 - - - - - 193 - - - - - 138 - - - YES - - - - - - 147 - - - YES - - - - - - 189 - - - YES - - - - - - - - 204 - - - - - 190 - - - - - 142 - - - YES - - - - - - - - - - 143 - - - - - 149 - - - - - 150 - - - - - 151 - - - - - 203 - - - - - 146 - - - YES - - - - - - 201 - - - YES - - - - - - 139 - - - YES - - - - - - - - 145 - - - - - 140 - - - - - 137 - - - - - 205 - - - - - 207 - - - - - - - YES - - YES - -3.IBPluginDependency - 136.IBPluginDependency - 136.ImportedFromIB2 - 137.IBPluginDependency - 137.ImportedFromIB2 - 138.IBPluginDependency - 138.ImportedFromIB2 - 139.IBPluginDependency - 139.ImportedFromIB2 - 140.IBPluginDependency - 140.ImportedFromIB2 - 142.IBPluginDependency - 142.ImportedFromIB2 - 143.IBPluginDependency - 143.ImportedFromIB2 - 145.IBPluginDependency - 145.ImportedFromIB2 - 146.IBPluginDependency - 146.ImportedFromIB2 - 147.IBPluginDependency - 147.ImportedFromIB2 - 149.IBPluginDependency - 149.ImportedFromIB2 - 150.IBPluginDependency - 150.ImportedFromIB2 - 151.IBPluginDependency - 151.ImportedFromIB2 - 171.IBPluginDependency - 171.ImportedFromIB2 - 189.IBPluginDependency - 189.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBAttributePlaceholdersKey - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 201.IBPluginDependency - 202.IBPluginDependency - 203.IBPluginDependency - 204.IBPluginDependency - 205.IBPluginDependency - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - ToolTip - - ToolTip - - U3BlaWNoZXJlIERva3VtZW50ZSBpbiBsZWljaHRlciBsZXNiYXJlbSB1bmQgcGxhdHpzcGFyZW5kZW0g -QVNDSUkgZm9ybWF0LgpBbnNvbnN0ZW4gd2lyZCBYTUwgZ2VzcGVpY2hlcnQuA - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{404, 661}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{404, 661}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - - - - YES - - - YES - - - - 207 - - - - YES - - FirstResponder - NSObject - - IBUserSource - - - - - GeneralController - NSObject - - YES - - YES - set: - setUnit: - - - YES - id - id - - - - YES - - YES - set: - setUnit: - - - YES - - set: - id - - - setUnit: - id - - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - id - id - id - id - id - id - id - - - - YES - - YES - box - cacheLimitField - lineWidthField - snapRadio - switchMatrix - unitPopup - windowGridField - - - YES - - box - id - - - cacheLimitField - id - - - lineWidthField - id - - - snapRadio - id - - - switchMatrix - id - - - unitPopup - id - - - windowGridField - id - - - - - IBProjectSource - PreferencesPanel.subproj/General.bproj/GeneralController.h - - - - GeneralController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - ../../../Cenon.xcodeproj - 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSRadioButton - NSSwitch - - - YES - {9, 8} - {7, 2} - {16, 15} - {15, 15} - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Speichere Dokumente in leichter lesbarem und platzsparendem ASCII format. +Ansonsten wird XML gespeichert. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+
+
diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GNUmakefile cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GNUmakefile --- cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/GNUmakefile 2009-06-19 06:37:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/GNUmakefile 2014-08-17 15:37:29.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the General Preferences bundle # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = General Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/General.bproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/General.bproj/._GNUmakefile differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/German.lproj/PreferencesPanel.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/German.lproj/PreferencesPanel.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/German.lproj/PreferencesPanel.xib 2010-08-23 10:13:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/German.lproj/PreferencesPanel.xib 2017-11-21 15:12:30.000000000 +0000 @@ -1,76 +1,75 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSMatrix + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES - + + App - + FirstResponder - + NSApplication - + 3 2 {{214, 289}, {495, 404}} 1618477056 Cenon Voreinstellungen PreferencesPanel - View - {1.79769e+308, 1.79769e+308} - {497, 406} - + + + {495, 404} + 256 - - YES - - + + + 274 - - YES - - - 256 + + + + 274 {480, 296} - + + - + {{8, 8}, {480, 296}} - + + {0, 0} - 67239424 - 0 + 67108864 + 134217728 Box Helvetica @@ -91,90 +90,89 @@ MCAwLjgAA - + 0 0 0 NO - - + + 256 - - YES - - - 2304 - - YES - - + + + + 2322 + + + 256 {127, 64} - + + YES + NO 1 2 - - YES - - -2080244224 + + + -2080374784 134217728 General - + LucidaGrande 13 1044 - - -1232191233 + + -1232453632 6 - - Helvetica + + LucidaGrande 13 16 - 200 - 25 + 400 + 75 - - 67239424 + + 67108864 134217728 Button - - + + 1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - + {64, 64} {-1, -1} 1140850688 NSActionCell - - 67239424 + + 67108864 134217728 Button - + -1 - -1232191233 + -1232453632 6 - + - 200 - 25 + 400 + 75 - - + + 6 System controlColor @@ -183,915 +181,286 @@ MC42NjY2NjY2NjY3AA - + - - {{1, 1}, {478, 64}} - - - - + + {{1, 1}, {478, 79}} + + + + + 4 - - - -2147483392 - {{-100, -100}, {15, 64}} - - - _doScroller: - 1 - - - + + 256 - {{1, 65}, {478, 15}} - + {{1, 64}, {478, 16}} + + + NO 1 - + _doScroller: 0.070866145193576813 - + + + -2147483392 + {{-100, -100}, {15, 64}} + + + NO + + _doScroller: + 1 + + {{8, 313}, {480, 81}} - - - 34 - - - + + + + 133154 + + + + 0.25 + 4 + 1 - + {495, 404} + {{0, 0}, {1152, 746}} - {497, 428} - {1.79769e+308, 1.79769e+308} + {495, 426} + {10000000000000, 10000000000000} + YES - + - - YES + NO + preferencesPanel - - + + - 12 + 12 moduleView - - + + - 15 + 15 - - iconMatrix - - + + setModule: + + - 39 + 40 - - setModule: - - + + iconMatrix + + - 40 + 39 - + - - YES + - 0 - - + 0 + + - -2 - + -2 + File's Owner - -1 - + -1 + First Responder - 2 - - - YES - - + -3 + - PreferencesPanel - - - 3 - - - YES - - - - - - - 5 - - - YES - - - - - 41 - - - YES - - - - - - - - 36 - - - YES - - - - - - - - 35 - - - - - 37 - - - - - 43 - - - - - 44 - - - - - 45 - - + Application - -3 - + 2 + + + + - Application + PreferencesPanel - - - - YES - - YES - -3.IBPluginDependency - 2.IBEditorWindowLastContentRect - 2.IBPluginDependency - 2.IBWindowTemplateEditedContentRect - 2.ImportedFromIB2 - 2.windowTemplate.hasMinSize - 2.windowTemplate.minSize - 3.IBPluginDependency - 3.ImportedFromIB2 - 35.IBPluginDependency - 35.ImportedFromIB2 - 36.IBPluginDependency - 36.ImportedFromIB2 - 37.IBPluginDependency - 37.ImportedFromIB2 - 41.IBPluginDependency - 41.ImportedFromIB2 - 43.IBPluginDependency - 44.IBPluginDependency - 44.IBShouldRemoveOnLegacySave - 45.IBPluginDependency - 45.IBShouldRemoveOnLegacySave - 5.IBPluginDependency - 5.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - {{1029, 372}, {495, 404}} - com.apple.InterfaceBuilder.CocoaPlugin - {{1029, 372}, {495, 404}} - - - {497, 406} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - - + + 3 + + + + + + + + + 5 + + + + + 41 + + + + + + + + + + 45 + + + + + 44 + + + + + 36 + + + + + + + + + + 37 + + + + + 35 + + + + + 43 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + - - YES - - - YES - - + - 45 - - YES + App NSApplication - - YES - - YES - changeSaveType: - checkForUpdate: - doContourPanel: - import: - importASCII: - new: - okContourPanel: - openDocument: - restoreSnapshot: - revertToSaved: - runGridPanel: - save: - saveAs: - setCurrent2DTool: - showContourPanel: - showInfo: - showInspectorPanel: - showIntersectionPanel: - showPrefsPanel: - showProjectSettingsPanel: - showTilePanel: - showToolPanel: - showTransformPanel: - showWebPage: - showWorkingAreaPanel: - takeSnapshot: - terminate: - updateContourPanel: - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - YES - - YES - contourField - contourPanel - contourSlider - contourSwitchMatrix - contourUnitPopup - gridPanel - helpPanel - iaPopup - iaaPopup - iaaRadio - importASCIIAccessory - importAccessory - infoVersionNo - inspectorPanel - intersectionPanel - kindOfVersion - opaMatrix - openPanelAccessory - ppaRadio - preferencesPanel - printPanelAccessory - projectSettingsPanel - savePanelAccessory - serialNumber - spaFormatPopUp - tilePanel - toolPanel - transformPanel - workingAreaPanel - - - YES - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - IBProjectSource - App.h - - - - App - NSApplication - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - + ./Classes/App.h PreferencesPanel NSPanel - - setModule: - id - - - YES - - YES - iconMatrix - moduleView - - - YES - id - id + + id + NSBox + + + + iconMatrix + id + + + moduleView + NSBox - + IBProjectSource - PreferencesPanel.subproj/PreferencesPanel.h - - - - PreferencesPanel - NSPanel - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h + ./Classes/PreferencesPanel.h - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/GNUmakefile cenon.app-4.0.6+ds1/PreferencesPanel.subproj/GNUmakefile --- cenon.app-4.0.2/PreferencesPanel.subproj/GNUmakefile 2013-04-11 17:20:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/GNUmakefile 2014-08-17 15:37:32.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for PreferencesPanel # -# Copyright (C) 2000-2013 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2013-04-11 (nib -> xib) # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/Danish.lproj/Import.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/Danish.lproj/Import.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/Danish.lproj/Import.xib 2010-08-23 10:02:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/Danish.lproj/Import.xib 2016-02-01 14:32:15.000000000 +0000 @@ -1,34 +1,41 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + ImportController @@ -46,35 +53,34 @@ Import indstillinger NSPanel View - {1.79769e+308, 1.79769e+308} - {482, 370} + + {480, 310} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 265 - {{350, 226}, {110, 38}} + {{350, 206}, {110, 58}} + + YES - 2 + NO + 3 1 - - YES + - 67239424 + 67108864 67108864 Farver til lag @@ -83,7 +89,7 @@ 16 - -936619521 + -936619776 0 NSImage @@ -97,12 +103,12 @@ 25 - 67239424 + 67108864 67108864 Udfyld objekter - -936619521 + -936619776 0 @@ -110,17 +116,29 @@ 200 25 - + + 67108864 + 67108864 + Move to Origin + + + -936619776 + 0 + + 200 + 25 + + {110, 18} {4, 2} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -139,48 +157,41 @@ 276 - - YES + - 2304 - - YES + 2322 + 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -191,6 +202,7 @@ 0 NO + NO YES @@ -198,13 +210,15 @@ 256 {{65, 14}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -235,27 +249,31 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO - + {{2, 2}, {300, 54}} + + - + {{4, 4}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 DIN import @@ -279,30 +297,30 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{81, 8}, {208, 40}} + + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Prøv at konvertere kurver til buer - -936619521 + -936619776 0 @@ -311,13 +329,13 @@ 25 - 67239424 + 67108864 67108864 Udjævn tekst 1 - -936623617 + -936623872 0 @@ -326,17 +344,17 @@ 200 25 - + {208, 18} {4, 4} -2080366592 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -360,23 +378,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -387,18 +403,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 80}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 PostScript import @@ -417,25 +438,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -456,37 +477,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -497,18 +516,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{5, 230}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Enhed til Gerber import @@ -527,25 +551,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -566,37 +590,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 6}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -607,18 +629,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 304}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Enhed til HPGL import @@ -637,51 +664,51 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{76, 14}, {210, 21}} + + YES + NO 1 1 - - YES + - 341966336 + 341835776 0 25.4 159 - 67239424 + 67108864 67108864 Opløsning (punkter/tommer): - + {210, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 159 - 67239424 + 67108864 67108864 @@ -695,23 +722,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -722,18 +747,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 156}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Opløsning til DXF import @@ -749,14 +779,17 @@ 2 NO - + {313, 380} + + - - {{1, 1}, {316, 252}} - {{0, 128}, {316, 252}} + + {{1, 1}, {331, 252}} + {{0, 128}, {331, 252}} + @@ -765,9 +798,12 @@ 256 - {{317, 1}, {15, 252}} + {{316, 1}, {16, 252}} + + YES + NO _doScroller: 0.66315789473684206 @@ -777,29 +813,40 @@ -2147483392 {{-100, -100}, {313, 18}} + + + NO 1 _doScroller: - + {{9, 10}, {333, 254}} - - 82 + + + 133202 + 0.25 + 4 + 1 - + {{2, 2}, {468, 275}} + + - + {{8, 12}, {472, 296}} + + {0, 0} - 67239424 + 67108864 0 Importer @@ -819,33 +866,44 @@ 2 NO - + {480, 310} + + {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} + {480, 332} + {10000000000000, 10000000000000} + YES - + - - YES + NO + box - 177 + 177 - hpglPopup + switchMatrix - + + + 226 + + + + set: + + - 220 + 232 @@ -853,15 +911,15 @@ - 221 + 221 - - dxfResField + + set: - + - 222 + 227 @@ -869,667 +927,492 @@ - 223 + 223 - - psFlattenTextSwitch + + set: - + - 224 + 229 - - dinPopup + + set: - 225 + 231 - switchMatrix + psFlattenTextSwitch - + - 226 + 224 - - set: + + hpglPopup - 227 - - - - set: - - - - 228 + 220 - - set: + + dinPopup - + - 229 + 225 - - set: + + dxfResField - + - 230 + 222 set: - + - 231 + 228 set: - + - 232 + 230 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + Import - 9 + 9 - - YES + - + - 171 + 171 - - YES + - + - -3 + -3 Application - 213 + 213 - - YES + - + + - 242 + 242 - 215 + 215 - 214 + 214 - 218 + 218 - - YES + - + - 246 + 246 - 245 + 245 - 219 + VbS-LB-eJD + + + + + 219 - - YES + - + - 211 + 211 - - YES + - + - 203 + 203 - - YES + - + - 198 + 198 - - YES + - + - 195 + 195 - - YES + - + - 189 + 189 - - YES + - + - 193 + 193 - - YES + - + - 234 - - - - - 194 + 194 - - YES + - + - 235 + 235 - - YES + - + - 186 + 186 - - YES + - + - 208 + 208 - 205 + 234 + + + + + 205 - - YES + - + - 188 + 184 + + + + + + + + 236 + + + + + 188 - 197 + 197 - 243 + 243 - 184 - - - YES - - - + 190 + + + + + - 236 - - + 192 + + + + + - 190 - - - YES - - - + 238 + + - 237 + 237 - - YES + - + - 201 + 201 - - YES + - + - 191 + 191 - 192 - - - YES - - - + 196 + + + + + - 238 - - + 187 + + + + + - 196 - - - YES - - - + 239 + + - 240 + 240 - - YES + - + - 199 + 199 - - YES + - + - 204 + 204 - 187 - - - YES - - - - - - 239 - - - - - 212 + 212 - - YES + - + - 185 - - - - - 244 - - - - - 200 + 200 - - YES + - + - 241 + 241 - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 184.IBPluginDependency - 184.ImportedFromIB2 - 185.IBPluginDependency - 185.ImportedFromIB2 - 186.IBPluginDependency - 186.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 188.IBPluginDependency - 188.ImportedFromIB2 - 189.IBPluginDependency - 189.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 191.IBPluginDependency - 191.ImportedFromIB2 - 192.IBPluginDependency - 192.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 200.IBPluginDependency - 200.ImportedFromIB2 - 201.IBPluginDependency - 201.ImportedFromIB2 - 203.IBPluginDependency - 203.ImportedFromIB2 - 204.IBPluginDependency - 204.ImportedFromIB2 - 205.IBPluginDependency - 205.ImportedFromIB2 - 208.IBPluginDependency - 208.ImportedFromIB2 - 211.IBPluginDependency - 211.ImportedFromIB2 - 212.IBPluginDependency - 212.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 214.IBPluginDependency - 214.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 218.IBPluginDependency - 218.ImportedFromIB2 - 219.IBPluginDependency - 219.ImportedFromIB2 - 234.IBPluginDependency - 235.IBPluginDependency - 236.IBPluginDependency - 237.IBPluginDependency - 238.IBPluginDependency - 239.IBPluginDependency - 240.IBPluginDependency - 241.IBPluginDependency - 242.IBPluginDependency - 243.IBPluginDependency - 244.IBPluginDependency - 245.IBPluginDependency - 245.IBShouldRemoveOnLegacySave - 246.IBPluginDependency - 246.IBShouldRemoveOnLegacySave - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{438, 626}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{438, 626}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + 185 + + + + + 244 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + {{438, 626}, {480, 310}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 246 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + ImportController NSObject @@ -1537,600 +1420,86 @@ set: id - - YES - - YES - box - dinPopup - dxfResField - gerberPopup - hpglPopup - psFlattenTextSwitch - psPreferArcsSwitch - switchMatrix - - - YES - id - id - id - id - id - id - id - id + + set: + + set: + id + + + + id + id + id + id + id + id + id + NSMatrix + + + + box + id + + + dinPopup + id + + + dxfResField + id + + + gerberPopup + id + + + hpglPopup + id + + + psFlattenTextSwitch + id + + + psPreferArcsSwitch + id + + + switchMatrix + NSMatrix - + IBProjectSource - PreferencesPanel.subproj/Import.bproj/ImportController.h + ./Classes/ImportController.h - - ImportController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - typeDXF - typeDrill - typeGerber - typeHPGL - typePS - - - YES - {9, 8} - {7, 2} - {15, 15} - {128, 128} - {48, 48} - {128, 128} - {128, 128} - {48, 48} - - + + {11, 11} + {10, 3} + {15, 15} + {128, 128} + {48, 48} + {128, 128} + {128, 128} + {48, 48} + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/English.lproj/Import.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/English.lproj/Import.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/English.lproj/Import.xib 2010-08-24 03:48:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/English.lproj/Import.xib 2016-02-01 14:31:52.000000000 +0000 @@ -1,34 +1,41 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + ImportController @@ -46,35 +53,34 @@ Import Preferences NSPanel View - {1.79769e+308, 1.79769e+308} - {482, 370} + + {480, 310} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 265 - {{348, 226}, {112, 38}} + {{348, 206}, {112, 58}} + + YES - 2 + NO + 3 1 - - YES + - 67239424 + 67108864 67108864 Colors to layer @@ -83,7 +89,7 @@ 16 - -936619521 + -936619776 0 NSImage @@ -97,12 +103,12 @@ 25 - 67239424 + 67108864 67108864 Fill objects - -936619521 + -936619776 0 @@ -110,17 +116,29 @@ 200 25 - + + 67108864 + 67108864 + Move to Origin + + + -936619776 + 0 + + 200 + 25 + + {112, 18} {4, 2} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -139,48 +157,41 @@ 276 - - YES + - 2304 - - YES + 2322 + 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -191,6 +202,7 @@ 0 NO + NO YES @@ -198,13 +210,15 @@ 256 {{65, 14}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -235,27 +249,31 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO - + {{2, 2}, {300, 54}} + + - + {{4, 4}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 DIN-Import @@ -279,30 +297,30 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{104, 8}, {185, 40}} + + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Try to convert curves to arcs - -936619521 + -936619776 0 @@ -311,13 +329,13 @@ 25 - 67239424 + 67108864 67108864 Flatten Text 1 - -936623617 + -936623872 0 @@ -326,17 +344,17 @@ 200 25 - + {185, 18} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -360,23 +378,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -387,18 +403,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 80}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 PostScript-Import @@ -417,25 +438,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -456,37 +477,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -497,18 +516,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{5, 230}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Device for Gerber-Import @@ -527,25 +551,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -566,37 +590,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 6}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -607,18 +629,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 304}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Device for HPGL-Import @@ -637,51 +664,51 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{76, 14}, {210, 21}} + + YES + NO 1 1 - - YES + - 341966336 + 341835776 0 25.4 136 - 67239424 + 67108864 67108864 Resolution (points/inch): - + {210, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 136 - 67239424 + 67108864 67108864 @@ -695,23 +722,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -722,18 +747,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 156}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Resolution for DXF-Import @@ -749,14 +779,17 @@ 2 NO - + {313, 380} + + - - {{1, 1}, {316, 252}} - {{0, 128}, {316, 252}} + + {{1, 1}, {331, 252}} + {{0, 128}, {331, 252}} + @@ -765,9 +798,12 @@ 256 - {{317, 1}, {15, 252}} + {{316, 1}, {16, 252}} + + YES + NO _doScroller: 0.66315789473684206 @@ -777,29 +813,40 @@ -2147483392 {{-100, -100}, {313, 18}} + + + NO 1 _doScroller: - + {{9, 10}, {333, 254}} - - 82 + + + 133202 + 0.25 + 4 + 1 - + {{2, 2}, {468, 275}} + + - + {{8, 12}, {472, 296}} + + {0, 0} - 67239424 + 67108864 0 Import @@ -819,717 +866,577 @@ 2 NO - + {480, 310} + + - {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} + {{0, 0}, {2560, 1418}} + {480, 332} + {10000000000000, 10000000000000} + YES - + - - YES + NO + box - 177 + 177 - hpglPopup + switchMatrix - + - 220 + 226 - - gerberPopup + + set: - + - 221 + 232 - dxfResField + gerberPopup - + - 222 + 221 - - psPreferArcsSwitch + + set: - + - 223 + 227 - - psFlattenTextSwitch + + set: - + - 224 + 231 - - dinPopup + + set: - + - 225 + 230 - switchMatrix + dinPopup - + - 226 + 225 set: - + - 227 + 228 - - set: + + dxfResField - + - 228 + 222 - - set: + + psFlattenTextSwitch - + - 229 + 224 set: - + - 230 + 229 - - set: + + psPreferArcsSwitch - + - 231 + 223 - - set: + + hpglPopup - + - 232 + 220 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + Import - 9 + 9 - - YES + - + - 171 + 171 - - YES + - + - -3 + -3 Application - 213 + 213 - - YES + - + + - 242 + 242 - 215 + 215 - 214 + 214 - 218 + 218 - - YES + - + - 246 + 246 - 245 + 245 - 219 + Ig4-7q-fjS + + + + + 219 - - YES + - + - 211 + 211 - - YES + - + - 203 + 203 - - YES + - + - 198 + 198 - - YES + - + - 195 + 195 - - YES + - + - 189 + 189 - - YES + - + - 193 + 193 - - YES + - + - 234 - - - - - 194 + 194 - - YES + - + - 235 + 235 - - YES + - + - 186 + 186 - - YES + - + - 208 + 208 - 205 + 234 + + + + + 205 - - YES + - + + + + + 184 + + + + - 188 + 236 + + + + + 188 - 197 + 197 - 243 + 243 - 184 - - - YES - - - + 190 + + + + + - 236 - - + 192 + + + + + - 190 - - - YES - - - + 238 + + - 237 + 237 - - YES + - + - 201 + 201 - - YES + - + - 191 + 191 - 192 - - - YES - - - + 196 + + + + + - 238 - - + 187 + + + + + - 196 - - - YES - - - + 239 + + - 240 + 240 - - YES + - + - 199 + 199 - - YES + - + - 204 + 204 - 187 - - - YES - - - - - - 239 - - - - - 212 + 212 - - YES + - + - 185 - - - - - 244 - - - - - 200 + 200 - - YES + - + - 241 + 241 - + + 185 + + + + + 244 + + + + - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 184.IBPluginDependency - 184.ImportedFromIB2 - 185.IBPluginDependency - 185.ImportedFromIB2 - 186.IBPluginDependency - 186.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 188.IBPluginDependency - 188.ImportedFromIB2 - 189.IBPluginDependency - 189.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 191.IBPluginDependency - 191.ImportedFromIB2 - 192.IBPluginDependency - 192.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 200.IBPluginDependency - 200.ImportedFromIB2 - 201.IBPluginDependency - 201.ImportedFromIB2 - 203.IBPluginDependency - 203.ImportedFromIB2 - 204.IBPluginDependency - 204.ImportedFromIB2 - 205.IBPluginDependency - 205.ImportedFromIB2 - 208.IBPluginDependency - 208.ImportedFromIB2 - 211.IBPluginDependency - 211.ImportedFromIB2 - 212.IBPluginDependency - 212.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 214.IBPluginDependency - 214.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 218.IBPluginDependency - 218.ImportedFromIB2 - 219.IBPluginDependency - 219.ImportedFromIB2 - 234.IBPluginDependency - 235.IBPluginDependency - 236.IBPluginDependency - 237.IBPluginDependency - 238.IBPluginDependency - 239.IBPluginDependency - 240.IBPluginDependency - 241.IBPluginDependency - 242.IBPluginDependency - 243.IBPluginDependency - 244.IBPluginDependency - 245.IBPluginDependency - 245.IBShouldRemoveOnLegacySave - 246.IBPluginDependency - 246.IBShouldRemoveOnLegacySave - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 835}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 835}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Automatically fill Closed Objects + - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Separate imported colors to layers + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 835}, {480, 310}} + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Move imported Graphics to Origin (or use actual imported coordinates) + + + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 246 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + ImportController NSObject @@ -1537,600 +1444,86 @@ set: id - - YES - - YES - box - dinPopup - dxfResField - gerberPopup - hpglPopup - psFlattenTextSwitch - psPreferArcsSwitch - switchMatrix - - - YES - id - id - id - id - id - id - id - id + + set: + + set: + id + + + + id + id + id + id + id + id + id + NSMatrix + + + + box + id + + + dinPopup + id + + + dxfResField + id + + + gerberPopup + id + + + hpglPopup + id + + + psFlattenTextSwitch + id + + + psPreferArcsSwitch + id + + + switchMatrix + NSMatrix - - - IBProjectSource - PreferencesPanel.subproj/Import.bproj/ImportController.h - - - - ImportController - NSObject - - IBUserSource - - - - - NSPopUpButton + IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h + ./Classes/ImportController.h - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - typeDXF - typeDrill - typeGerber - typeHPGL - typePS - - - YES - {9, 8} - {7, 2} - {15, 15} - {128, 128} - {48, 48} - {128, 128} - {128, 128} - {48, 48} - - + + {11, 11} + {10, 3} + {15, 15} + {128, 128} + {48, 48} + {128, 128} + {128, 128} + {48, 48} + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/French.lproj/Import.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/French.lproj/Import.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/French.lproj/Import.xib 2010-08-23 10:00:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/French.lproj/Import.xib 2016-02-01 14:32:41.000000000 +0000 @@ -1,34 +1,41 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + ImportController @@ -46,35 +53,33 @@ Préférences Importation NSPanel View - {1.79769e+308, 1.79769e+308} - {482, 370} + + {480, 310} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 265 - {{349, 226}, {126, 38}} + {{349, 206}, {126, 58}} + YES - 2 + NO + 3 1 - - YES + - 67239424 + 67108864 67108864 Coloriser couches @@ -83,7 +88,7 @@ 16 - -936619521 + -936619776 0 NSImage @@ -98,12 +103,12 @@ 25 - 67239424 + 67108864 67108864 Objets opaques - -936619521 + -936619776 0 @@ -112,17 +117,29 @@ 200 25 - + + 67108864 + 67108864 + Move to Origin + + + -936619776 + 0 + + 200 + 25 + + {126, 18} {4, 2} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -141,48 +158,41 @@ 276 - - YES + - 2304 - - YES + 2322 + 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -193,6 +203,7 @@ 0 NO + NO YES @@ -200,13 +211,15 @@ 256 {{65, 14}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -237,27 +250,31 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO - + {{2, 2}, {300, 54}} + + - + {{4, 4}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Import DIN @@ -281,30 +298,30 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{104, 8}, {185, 40}} + + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Convertir les courbes en arcs - -936619521 + -936619776 0 @@ -314,13 +331,13 @@ 25 - 67239424 + 67108864 67108864 Texte aplati 1 - -936623617 + -936623872 0 @@ -329,17 +346,17 @@ 200 25 - + {185, 18} {4, 4} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -363,23 +380,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -390,18 +405,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 80}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Import PostScript @@ -420,25 +440,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -459,37 +479,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -500,18 +518,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{5, 230}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Device pour Import Gerber @@ -530,25 +553,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -569,37 +592,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 6}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -610,18 +631,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 304}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Device pour Import HPGL @@ -640,80 +666,79 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{76, 14}, {210, 21}} + + YES + NO 1 1 - - YES + - -1805517312 + -1805647872 0 25.4 148 - 67239424 + 67108864 67108864 Résolution (points/Pouce): - + {210, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 148 - 67239424 + 67108864 67108864 - + -1 + -1 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -724,18 +749,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 156}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Résolution Pour Import DXF @@ -751,14 +781,17 @@ 2 NO - + {313, 380} + + - - {{1, 1}, {316, 252}} - {{0, 128}, {316, 252}} + + {{1, 1}, {331, 252}} + {{0, 128}, {331, 252}} + @@ -767,9 +800,12 @@ 256 - {{317, 1}, {15, 252}} + {{316, 1}, {16, 252}} + + YES + NO _doScroller: 0.66315789473684206 @@ -779,29 +815,40 @@ -2147483392 {{-100, -100}, {313, 18}} + + + NO 1 _doScroller: - + {{9, 10}, {333, 254}} - - 82 + + + 133202 + 0.25 + 4 + 1 - + {{2, 2}, {486, 275}} + + - + {{8, 12}, {490, 296}} + + {0, 0} - 67239424 + 67108864 0 Import @@ -821,81 +868,84 @@ 2 NO - + {510, 310} + + {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} + {480, 332} + {10000000000000, 10000000000000} + YES - + - - YES + NO + box - 177 + 177 - hpglPopup + switchMatrix - + - 220 + 226 - - gerberPopup + + set: - + - 221 + 232 - dxfResField + psFlattenTextSwitch - + - 222 + 224 - psPreferArcsSwitch + gerberPopup - + - 223 + 221 - psFlattenTextSwitch + dinPopup - + - 224 + 225 - dinPopup + psPreferArcsSwitch - + - 225 + 223 - switchMatrix + dxfResField - + - 226 + 222 @@ -903,15 +953,15 @@ - 227 + 227 set: - + - 228 + 230 @@ -919,621 +969,452 @@ - 229 + 229 set: - + - 230 + 228 - - set: + + hpglPopup - + - 231 + 220 set: - + - 232 + 231 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + Import - 9 + 9 - - YES + - + - 171 + 171 - - YES + - + - -3 + -3 Application - 213 + 213 - - YES + - + + - 242 + 242 - 215 + 215 - 214 + 214 - 218 + 218 - - YES + - + - 246 + 246 - 245 + 245 - 219 + cct-CP-nkn + + + + + 219 - - YES + - + - 211 + 211 - - YES + - + - 203 + 203 - - YES + - + - 198 + 198 - - YES + - + - 195 + 195 - - YES + - + - 189 + 189 - - YES + - + - 193 + 193 - - YES + - + - 234 - - - - - 194 + 194 - - YES + - + - 235 + 235 - - YES + - + - 186 + 186 - - YES + - + - 208 + 208 - 205 + 234 + + + + + 205 - - YES + - + + + + + 184 + + + + - 188 + 236 + + + + + 188 - 197 + 197 - 243 + 243 - 184 - - - YES - - - + 190 + + + + + - 236 - - + 192 + + + + + - 190 - - - YES - - - + 238 + + - 237 + 237 - - YES + - + - 201 + 201 - - YES + - + - 191 + 191 - 192 - - - YES - - - + 196 + + + + + - 238 - - + 187 + + + + + - 196 - - - YES - - - + 239 + + - 240 + 240 - - YES + - + - 199 + 199 - - YES + - + - 204 + 204 - 187 - - - YES - - - - - - 239 - - - - - 212 + 212 - - YES + - + - 185 - - - - - 244 - - - - - 200 + 200 - - YES + - + - 241 + 241 - - - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 184.IBPluginDependency - 184.ImportedFromIB2 - 185.IBPluginDependency - 185.ImportedFromIB2 - 186.IBPluginDependency - 186.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 188.IBPluginDependency - 188.ImportedFromIB2 - 189.IBPluginDependency - 189.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 191.IBPluginDependency - 191.ImportedFromIB2 - 192.IBPluginDependency - 192.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 200.IBPluginDependency - 200.ImportedFromIB2 - 201.IBPluginDependency - 201.ImportedFromIB2 - 203.IBPluginDependency - 203.ImportedFromIB2 - 204.IBPluginDependency - 204.ImportedFromIB2 - 205.IBPluginDependency - 205.ImportedFromIB2 - 208.IBPluginDependency - 208.ImportedFromIB2 - 211.IBPluginDependency - 211.ImportedFromIB2 - 212.IBPluginDependency - 212.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 214.IBPluginDependency - 214.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 218.IBPluginDependency - 218.ImportedFromIB2 - 219.IBPluginDependency - 219.ImportedFromIB2 - 234.IBPluginDependency - 235.IBPluginDependency - 236.IBPluginDependency - 237.IBPluginDependency - 238.IBPluginDependency - 239.IBPluginDependency - 240.IBPluginDependency - 241.IBPluginDependency - 242.IBPluginDependency - 243.IBPluginDependency - 244.IBPluginDependency - 245.IBPluginDependency - 245.IBShouldRemoveOnLegacySave - 246.IBPluginDependency - 246.IBShouldRemoveOnLegacySave - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.maxSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{473, 720}, {510, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{473, 720}, {510, 310}} - - - {1.79769e+308, 1.79769e+308} - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + 185 + + + + + 244 + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + {{473, 720}, {510, 310}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 246 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + ImportController NSObject @@ -1541,600 +1422,86 @@ set: id - - YES - - YES - box - dinPopup - dxfResField - gerberPopup - hpglPopup - psFlattenTextSwitch - psPreferArcsSwitch - switchMatrix - - - YES - id - id - id - id - id - id - id - id + + set: + + set: + id + + + + id + id + id + id + id + id + id + NSMatrix + + + + box + id + + + dinPopup + id + + + dxfResField + id + + + gerberPopup + id + + + hpglPopup + id + + + psFlattenTextSwitch + id + + + psPreferArcsSwitch + id + + + switchMatrix + NSMatrix - + IBProjectSource - PreferencesPanel.subproj/Import.bproj/ImportController.h - - - - ImportController - NSObject - - IBUserSource - + ./Classes/ImportController.h - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - typeDXF - typeDrill - typeGerber - typeHPGL - typePS - - - YES - {9, 8} - {7, 2} - {15, 15} - {128, 128} - {48, 48} - {128, 128} - {128, 128} - {48, 48} - - + + {11, 11} + {10, 3} + {15, 15} + {128, 128} + {48, 48} + {128, 128} + {128, 128} + {48, 48} + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/German.lproj/Import.xib cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/German.lproj/Import.xib --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/German.lproj/Import.xib 2010-08-23 10:01:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/German.lproj/Import.xib 2016-02-01 14:32:05.000000000 +0000 @@ -1,34 +1,41 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSButtonCell + NSCustomObject + NSForm + NSFormCell + NSImageCell + NSImageView + NSMatrix + NSMenu + NSMenuItem + NSPopUpButton + NSPopUpButtonCell + NSScrollView + NSScroller + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + ImportController @@ -46,35 +53,34 @@ Import NSPanel View - {1.79769e+308, 1.79769e+308} - {482, 370} + + {480, 310} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 265 - {{344, 226}, {117, 38}} + {{344, 206}, {117, 58}} + + YES - 2 + NO + 3 1 - - YES + - 67239424 + 67108864 67108864 Farben zu Lagen @@ -83,7 +89,7 @@ 16 - -936619521 + -936619776 0 NSImage @@ -97,12 +103,12 @@ 25 - 67239424 + 67108864 67108864 Objekte Füllen - -936619521 + -936619776 0 @@ -110,17 +116,29 @@ 200 25 - + + 67108864 + 67108864 + Zum Ursprung + + + -936619776 + 0 + + 200 + 25 + + {117, 18} {4, 2} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -139,48 +157,41 @@ 276 - - YES + - 2304 - - YES + 2322 + 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -191,6 +202,7 @@ 0 NO + NO YES @@ -198,13 +210,15 @@ 256 {{65, 14}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 LucidaGrande @@ -235,27 +249,31 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO - + {{2, 2}, {300, 54}} + + - + {{4, 4}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 DIN-Import @@ -279,30 +297,30 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{73, 8}, {215, 38}} + + YES + NO 2 1 - - YES + - 67239424 + 67108864 67108864 Kurven in Kreisbögen umwandeln - -936619521 + -936619776 0 @@ -311,13 +329,13 @@ 25 - 67239424 + 67108864 67108864 Text in Pfade zerlegen 1 - -936623617 + -936623872 0 @@ -326,17 +344,17 @@ 200 25 - + {215, 18} {4, 2} -2080374784 NSActionCell - 67239424 + 67108864 67108864 - -936619521 + -936619776 0 @@ -360,23 +378,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -387,18 +403,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 80}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 PostScript-Import @@ -417,25 +438,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 14}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -456,37 +477,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -497,18 +516,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{5, 230}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 Gerber-Import @@ -527,25 +551,25 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{68, 16}, {224, 26}} + + YES - 67239488 + 67108928 1024 - -2038284033 + -2038284288 1 @@ -566,37 +590,35 @@ YES OtherViews - - YES + - + 3 YES YES 1 + NO 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 6}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -607,18 +629,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 304}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 HPGL-Import @@ -637,51 +664,51 @@ 256 - - YES + - 256 - - YES + 274 + 256 {{76, 18}, {210, 21}} + + YES + NO 1 1 - - YES + - 341966336 + 341835776 0 25.4 134 - 67239424 + 67108864 67108864 Auflösung (Punkte/Zoll): - + {210, 21} {1, 3} 67108864 NSActionCell - 341966336 + 341835776 0 134 - 67239424 + 67108864 67108864 @@ -695,23 +722,21 @@ 256 - - YES - - YES - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - + + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + {{8, 4}, {48, 48}} + + YES - 130560 + 134217728 33554432 NSImage @@ -722,18 +747,23 @@ 0 NO + NO YES - + {{2, 2}, {300, 54}} + + - + {{4, 156}, {304, 72}} + + {0, 0} - 67239424 + 67108864 0 DXF-Import @@ -749,14 +779,17 @@ 2 NO - + {313, 380} + + - - {{1, 1}, {319, 254}} - {{0, 126}, {319, 254}} + + {{1, 1}, {334, 254}} + {{0, 126}, {334, 254}} + @@ -765,9 +798,12 @@ 256 - {{320, 1}, {15, 254}} + {{319, 1}, {16, 254}} + + YES + NO _doScroller: 0.66842105263157892 @@ -777,29 +813,40 @@ -2147483392 {{-100, -100}, {313, 18}} + + + NO 1 _doScroller: - + {{8, 8}, {336, 256}} - - 82 + + + 133202 + 0.25 + 4 + 1 - + {{2, 2}, {468, 275}} + + - + {{4, 8}, {472, 296}} + + {0, 0} - 67239424 + 67108864 0 Import @@ -819,717 +866,577 @@ 2 NO - + {480, 310} + + {{0, 0}, {1920, 1178}} - {482, 392} - {1.79769e+308, 1.79769e+308} + {480, 332} + {10000000000000, 10000000000000} + YES - + - - YES + NO + box - 177 + 177 - hpglPopup + switchMatrix - + - 220 + 226 - - gerberPopup + + set: - + - 221 + 232 - dxfResField + psFlattenTextSwitch - + - 222 + 224 - - psPreferArcsSwitch + + set: - + - 223 + 230 - psFlattenTextSwitch + dxfResField - + - 224 + 222 - dinPopup + gerberPopup - + - 225 + 221 - - switchMatrix + + set: - + - 226 + 229 - - set: + + hpglPopup - 227 + 220 set: - + - 228 + 231 set: - + - 229 + 227 set: - + - 230 + 228 - - set: + + psPreferArcsSwitch - + - 231 + 223 - - set: + + dinPopup - + - 232 + 225 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 8 + 8 - - YES + - + Import - 9 + 9 - - YES + - + - 171 + 171 - - YES + - + - -3 + -3 Application - 213 + 213 - - YES + - + + - 242 + 242 - 215 + 215 - 214 + 214 - 218 + 218 - - YES + - + - 246 + 246 - 245 + 245 - 219 + J9L-NL-QkJ + + + + + 219 - - YES + - + - 211 + 211 - - YES + - + - 203 + 203 - - YES + - + - 198 + 198 - - YES + - + - 195 + 195 - - YES + - + - 189 + 189 - - YES + - + - 193 + 193 - - YES + - + - 234 - - - - - 194 + 194 - - YES + - + - 235 + 235 - - YES + - + - 186 + 186 - - YES + - + - 208 + 208 - 205 + 234 + + + + + 205 - - YES + - + + + + + 184 + + + + - 188 + 236 + + + + + 188 - 197 + 197 - 243 + 243 - 184 - - - YES - - - + 190 + + + + + - 236 - - + 192 + + + + + - 190 - - - YES - - - + 238 + + - 237 + 237 - - YES + - + - 201 + 201 - - YES + - + - 191 + 191 - 192 - - - YES - - - + 196 + + + + + - 238 - - + 187 + + + + + - 196 - - - YES - - - + 239 + + - 240 + 240 - - YES + - + - 199 + 199 - - YES + - + - 204 + 204 - 187 - - - YES - - - - - - 239 - - - - - 212 + 212 - - YES + - + - 185 - - - - - 244 - - - - - 200 + 200 - - YES + - + - 241 + 241 - + + 185 + + + + + 244 + + + + - - YES - - YES - -3.IBPluginDependency - 171.IBPluginDependency - 171.ImportedFromIB2 - 184.IBPluginDependency - 184.ImportedFromIB2 - 185.IBPluginDependency - 185.ImportedFromIB2 - 186.IBPluginDependency - 186.ImportedFromIB2 - 187.IBPluginDependency - 187.ImportedFromIB2 - 188.IBPluginDependency - 188.ImportedFromIB2 - 189.IBPluginDependency - 189.ImportedFromIB2 - 190.IBPluginDependency - 190.ImportedFromIB2 - 191.IBPluginDependency - 191.ImportedFromIB2 - 192.IBPluginDependency - 192.ImportedFromIB2 - 193.IBPluginDependency - 193.ImportedFromIB2 - 194.IBPluginDependency - 194.ImportedFromIB2 - 195.IBPluginDependency - 195.ImportedFromIB2 - 196.IBPluginDependency - 196.ImportedFromIB2 - 197.IBPluginDependency - 197.ImportedFromIB2 - 198.IBPluginDependency - 198.ImportedFromIB2 - 199.IBPluginDependency - 199.ImportedFromIB2 - 200.IBPluginDependency - 200.ImportedFromIB2 - 201.IBPluginDependency - 201.ImportedFromIB2 - 203.IBPluginDependency - 203.ImportedFromIB2 - 204.IBPluginDependency - 204.ImportedFromIB2 - 205.IBPluginDependency - 205.ImportedFromIB2 - 208.IBPluginDependency - 208.ImportedFromIB2 - 211.IBPluginDependency - 211.ImportedFromIB2 - 212.IBPluginDependency - 212.ImportedFromIB2 - 213.IBPluginDependency - 213.ImportedFromIB2 - 214.IBPluginDependency - 214.ImportedFromIB2 - 215.IBPluginDependency - 215.ImportedFromIB2 - 218.IBPluginDependency - 218.ImportedFromIB2 - 219.IBPluginDependency - 219.ImportedFromIB2 - 234.IBPluginDependency - 235.IBPluginDependency - 236.IBPluginDependency - 237.IBPluginDependency - 238.IBPluginDependency - 239.IBPluginDependency - 240.IBPluginDependency - 241.IBPluginDependency - 242.IBPluginDependency - 243.IBPluginDependency - 244.IBPluginDependency - 245.IBPluginDependency - 245.IBShouldRemoveOnLegacySave - 246.IBPluginDependency - 246.IBShouldRemoveOnLegacySave - 8.IBEditorWindowLastContentRect - 8.IBPluginDependency - 8.IBWindowTemplateEditedContentRect - 8.ImportedFromIB2 - 8.windowTemplate.hasMinSize - 8.windowTemplate.minSize - 9.IBPluginDependency - 9.ImportedFromIB2 - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{329, 812}, {480, 310}} - com.apple.InterfaceBuilder.CocoaPlugin - {{329, 812}, {480, 310}} - - - {482, 370} - com.apple.InterfaceBuilder.CocoaPlugin - + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Füllt geschlossene Objekte + - - - YES - - - YES + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Verteilt unterschiedliche Farben auf Lagen + - + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + {{329, 812}, {480, 310}} + com.apple.InterfaceBuilder.CocoaPlugin + + ToolTip + + ToolTip + + Verschiebt importierte Grafik zum Ursprung + + + com.apple.InterfaceBuilder.CocoaPlugin + + - - YES - - - YES - - + - 246 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + ImportController NSObject @@ -1537,600 +1444,86 @@ set: id - - YES - - YES - box - dinPopup - dxfResField - gerberPopup - hpglPopup - psFlattenTextSwitch - psPreferArcsSwitch - switchMatrix - - - YES - id - id - id - id - id - id - id - id + + set: + + set: + id + + + + id + id + id + id + id + id + id + NSMatrix + + + + box + id + + + dinPopup + id + + + dxfResField + id + + + gerberPopup + id + + + hpglPopup + id + + + psFlattenTextSwitch + id + + + psPreferArcsSwitch + id + + + switchMatrix + NSMatrix - + IBProjectSource - PreferencesPanel.subproj/Import.bproj/ImportController.h + ./Classes/ImportController.h - - ImportController - NSObject - - IBUserSource - - - - - NSPopUpButton - - IBProjectSource - VHFShared/VHFPopUpButtonAdditions.h - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../../Cenon.xcodeproj 3 - - YES - - YES - NSMenuCheckmark - NSMenuMixedState - NSSwitch - typeDXF - typeDrill - typeGerber - typeHPGL - typePS - - - YES - {9, 8} - {7, 2} - {15, 15} - {128, 128} - {48, 48} - {128, 128} - {128, 128} - {48, 48} - - + + {11, 11} + {10, 3} + {15, 15} + {128, 128} + {48, 48} + {128, 128} + {128, 128} + {48, 48} + diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/GNUmakefile cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/GNUmakefile --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/GNUmakefile 2009-06-19 06:37:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/GNUmakefile 2014-08-17 15:37:34.000000000 +0000 @@ -1,27 +1,28 @@ # GNUmakefile: makefile for the Import Preferences bundle # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # -# modified: 2009-06-19 +# modified: 2013-10-02 (functions.m added) +# 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make @@ -40,7 +41,8 @@ Import.nib Localizable.strings Import_OBJC_FILES = \ - ImportController.m + ImportController.m \ + ../../functions.m ../../VHFShared/vhfCommonFunctions.m Import_HEADERS = \ ImportController.h Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/._ImportController.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/._ImportController.h differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/ImportController.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/ImportController.h --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/ImportController.h 2007-05-08 17:37:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/ImportController.h 2015-09-02 12:33:45.000000000 +0000 @@ -1,51 +1,56 @@ /* ImportController.h * Preferences module for Cenon imports * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 - * Modified: 2002-07-01 + * Modified: 2015-09-02 (IBOutlet, IBAction added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include "../PreferencesMethods.h" -#define SWITCH_COLORTOLAYER 0 -#define SWITCH_FILLOBJECTS 1 +/* indexes of switchMatrix */ +typedef enum +{ + SWITCH_COLORTOLAYER = 0, + SWITCH_FILLOBJECTS = 1, + SWITCH_MOVETOORIGIN = 2 +} SwitchMatrix; @interface ImportController:NSObject { - id box; + IBOutlet id box; - id switchMatrix; + IBOutlet NSMatrix *switchMatrix; - id hpglPopup; - id gerberPopup; - id dxfResField; - id psPreferArcsSwitch; - id psFlattenTextSwitch; - id dinPopup; + IBOutlet id hpglPopup; + IBOutlet id gerberPopup; + IBOutlet id dxfResField; + IBOutlet id psPreferArcsSwitch; + IBOutlet id psFlattenTextSwitch; + IBOutlet id dinPopup; } -- (void)set:sender; +- (IBAction)set:sender; @end diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/ImportController.m cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/ImportController.m --- cenon.app-4.0.2/PreferencesPanel.subproj/Import.bproj/ImportController.m 2012-03-09 12:53:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/Import.bproj/ImportController.m 2015-09-02 12:37:04.000000000 +0000 @@ -1,29 +1,29 @@ /* ImportController.m * Preferences module for Cenon imports * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 - * Modified: 2006-02-24 + * Modified: 2015-09-02 (-update:, -set: "importMoveToOrigin") * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -122,9 +122,11 @@ [psPreferArcsSwitch setState:([[defaults objectForKey:@"psPreferArcs"] isEqual:@"YES"]) ? 1 : 0]; [psFlattenTextSwitch setState:([[defaults objectForKey:@"psFlattenText"] isEqual:@"YES"]) ? 1 : 0]; [[switchMatrix cellAtRow:SWITCH_COLORTOLAYER column:0] - setState:([[defaults objectForKey:@"colorToLayer"] isEqual:@"YES"]) ? 1 : 0]; + setState:([[defaults objectForKey:@"colorToLayer"] isEqual:@"YES"]) ? 1 : 0]; [[switchMatrix cellAtRow:SWITCH_FILLOBJECTS column:0] - setState:([[defaults objectForKey:@"fillObjects"] isEqual:@"YES"]) ? 1 : 0]; + setState:([[defaults objectForKey:@"fillObjects"] isEqual:@"YES"]) ? 1 : 0]; + [[switchMatrix cellAtRow:SWITCH_MOVETOORIGIN column:0] + setState:([[defaults objectForKey:@"importMoveToOrigin"] isEqual:@"YES"]) ? 1 : 0]; /* set hpgl popup */ fillPopup(hpglPopup, HPGLPATH, @".dev", 0, NO); @@ -164,9 +166,9 @@ - (void)set:sender; -{ NSString *string, *title; - int ix; - id defaults = [NSUserDefaults standardUserDefaults]; +{ NSString *string, *title; + int ix; + id defaults = [NSUserDefaults standardUserDefaults]; /* import colors to layers */ string = ([[switchMatrix cellAtRow:SWITCH_COLORTOLAYER column:0] state]) ? @"YES" : @"NO"; @@ -178,6 +180,11 @@ if ( ![string isEqual:[defaults objectForKey:@"fillObjects"]] ) [defaults setObject:string forKey:@"fillObjects"]; + /* move imported graphics to origin */ + string = ([[switchMatrix cellAtRow:SWITCH_MOVETOORIGIN column:0] state]) ? @"YES" : @"NO"; + if ( ![string isEqual:[defaults objectForKey:@"importMoveToOrigin"]] ) + [defaults setObject:string forKey:@"importMoveToOrigin"]; + /* HPGL import device */ title = [hpglPopup titleOfSelectedItem]; [defaults setObject:title forKey:@"hpglParmsFileName"]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/._NotificationNames.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/._NotificationNames.h differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/NotificationNames.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/NotificationNames.h --- cenon.app-4.0.2/PreferencesPanel.subproj/NotificationNames.h 2008-07-19 02:57:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/NotificationNames.h 2015-12-04 11:54:51.000000000 +0000 @@ -1,32 +1,34 @@ /* NotificationNames.h * Common names of notification related to preferences * - * Copyright (C) 2002-2008 by vhf interservice GmbH + * Copyright (C) 2002-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-06-30 - * Modified: 2008-07-19 + * Modified: 2015-11-25 (PrefsExpertModeHasChanged added) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #define PrefsCachingHasChanged @"PrefsCachingHasChanged" // all documents #define PrefsUnitHasChanged @"PrefsUnitHasChanged" // unit has changed (also used for Document) #define PrefsAllLayersHaveChanged @"PrefsAllLayersHaveChanged" // set all layers dirty + +#define PrefsExpertModeHasChanged @"PrefsExpertModeHasChanged" // set expertMode for xyz Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/._PreferencesMethods.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/._PreferencesMethods.h differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesMethods.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesMethods.h --- cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesMethods.h 2007-05-08 17:37:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesMethods.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* PreferencesMethods.h * Common methods used in preferences bundles * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-06-30 * Modified: 2005-03-05 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PREFMETHODS -#define VHF_H_PREFMETHODS +#ifndef CEN_H_PREFMETHODS +#define CEN_H_PREFMETHODS #include @@ -43,4 +43,4 @@ @end -#endif // VHF_H_PREFMETHODS +#endif // CEN_H_PREFMETHODS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/._PreferencesPanel.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/._PreferencesPanel.h differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesPanel.h cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesPanel.h --- cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesPanel.h 2011-12-07 13:06:43.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesPanel.h 2015-07-09 11:48:27.000000000 +0000 @@ -1,30 +1,31 @@ /* PreferencesPanel.h * Control class of preferences panel * - * Copyright (C) 1995-2011 by vhf interservice GmbH + * Copyright (C) 1995-2015 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 - * Modified: 2011-09-13 (-update: new) + * Modified: 2014-07-06 (IBOutlet + NSBox for moduleView) + * 2011-09-13 (-update: new) * 2003-07-22 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -39,12 +40,12 @@ #define BUTTONUP 2 #define BUTTONDOWN 3 -@interface PreferencesPanel:NSPanel +@interface PreferencesPanel:NSPanel // compiles >= OS X 10.6 { - id iconMatrix; // the matrix of icons at the top of the panel - id moduleView; // the view where the modules are placed + IBOutlet id iconMatrix; // the matrix of icons at the top of the panel + IBOutlet NSBox *moduleView; // the view where the modules are placed - NSMutableArray *modules; // the loaded modules + NSMutableArray *modules; // the loaded modules } - init; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/PreferencesPanel.subproj/._PreferencesPanel.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/PreferencesPanel.subproj/._PreferencesPanel.m differ diff -Nru cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesPanel.m cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesPanel.m --- cenon.app-4.0.2/PreferencesPanel.subproj/PreferencesPanel.m 2012-01-10 17:19:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/PreferencesPanel.subproj/PreferencesPanel.m 2015-07-09 11:57:59.000000000 +0000 @@ -1,33 +1,33 @@ /* PreferencesPanel.m * Control class of preferences panel * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-15 * Modified: 2011-09-13 (-update: new) - * 2004-04-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include +#include // NSFileManager additions #include "PreferencesPanel.h" #include "PreferencesMethods.h" #include "../App.h" @@ -65,6 +65,8 @@ - init { + [self setDelegate:self]; + modules = [[NSMutableArray array] retain]; [self loadModules]; [self setModuleAt:0 orderFront:NO]; @@ -99,7 +101,8 @@ bundle = [appModules objectAtIndex:i-1]; path = [bundle resourcePath]; - files = [fileManager directoryContentsAtPath:path]; + //files = [fileManager directoryContentsAtPath:path]; // <= 10.5 + files = [fileManager contentsOfDirectoryAtPath:path]; for (j=0; j<(int)[files count]; j++) { NSString *file = [files objectAtIndex:j]; @@ -119,12 +122,14 @@ /* get controller class and add module to icon matrix */ if ([bundleClass conformsToProtocol: @protocol(PreferencesMethods)]) - { id module = [bundleClass controller]; - int ix; - NSButtonCell *cell; + { id module = [bundleClass controller]; + int ix; + NSButtonCell *cell; if ([modules containsObject:module]) return; + if ( ! module ) + return; [modules addObject:module]; [iconMatrix addColumn]; ix = [iconMatrix numberOfColumns] - 1; @@ -157,7 +162,7 @@ //[activeWindow displayWillEnd]; module = [modules objectAtIndex:ix]; - [(NSBox*)moduleView setContentView:[[module view] retain]]; + [moduleView setContentView:[[module view] retain]]; [moduleView setAutoresizingMask:NSViewWidthSizable|NSViewHeightSizable]; [module update:self]; [self display]; @@ -174,4 +179,14 @@ [[modules objectAtIndex:i] update:sender]; } + +/* Delegate methods + */ +- (void)windowDidBecomeKey:(NSNotification *)notification +{ int ix = [iconMatrix selectedColumn]; // active index + + if ( ix >= 0 ) + [[modules objectAtIndex:ix] update:self]; // update active module +} + @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._ProgressIndicator.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._ProgressIndicator.h differ diff -Nru cenon.app-4.0.2/ProgressIndicator.h cenon.app-4.0.6+ds1/ProgressIndicator.h --- cenon.app-4.0.2/ProgressIndicator.h 2007-05-08 17:36:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProgressIndicator.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* ProgressIndicator.h * progress indicator * - * Copyright (C) 2004 by vhf interservice GmbH + * Copyright (C) 2004 by Cenon GmbH * Author: Georg Fleischmann * * created: 2004-07-07 * modified: 2004-08-04 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PROGRESSINDICATOR -#define VHF_H_PROGRESSINDICATOR +#ifndef CEN_H_PROGRESSINDICATOR +#define CEN_H_PROGRESSINDICATOR #include @@ -56,4 +56,4 @@ @end -#endif // VHF_H_PROGRESSINDICATOR +#endif // CEN_H_PROGRESSINDICATOR Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._ProgressIndicator.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._ProgressIndicator.m differ diff -Nru cenon.app-4.0.2/ProgressIndicator.m cenon.app-4.0.6+ds1/ProgressIndicator.m --- cenon.app-4.0.2/ProgressIndicator.m 2007-05-08 17:36:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProgressIndicator.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* ProgressIndicator.m * progress indicator * - * Copyright (C) 2004 by vhf interservice GmbH + * Copyright (C) 2004 by Cenon GmbH * Author: Georg Fleischmann * * created: 2004-07-07 * modified: 2004-08-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/Danish.lproj/PSFontInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/Danish.lproj/PSFontInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/Danish.lproj/PSFontInfo.xib 2010-08-24 02:11:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/Danish.lproj/PSFontInfo.xib 2016-02-01 16:41:16.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSFontInfo @@ -46,37 +48,35 @@ Skrift info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 {{5, 156}, {86, 16}} + YES - -2080244224 + -2080374784 67108864 Kommentarer - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 256 {{30, 178}, {453, 72}} + YES + NO 3 1 - - YES + - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Forfatter @@ -135,33 +141,33 @@ - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Copyright - + {453, 22} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 @@ -186,41 +192,36 @@ 256 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {370, 78} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {385, 78} + @@ -229,93 +230,93 @@ - - YES + - - 6 + + 38 - 370 + 385 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} - {371, 78} + {398, 10000000} + {386, 78} - - {{1, 1}, {371, 78}} + + {{1, 1}, {386, 78}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{372, 1}, {15, 78}} + {{371, 1}, {16, 78}} + + NO _doScroller: 1 @@ -325,31 +326,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{96, 92}, {388, 80}} + - 18 + 133138 + 0.25 + 4 + 1 - + {492, 260} + - + {492, 260} + {0, 0} - 67239424 + 67108864 0 Titel @@ -374,25 +383,27 @@ 0 NO - + {492, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -400,7 +411,7 @@ - 63 + 63 @@ -408,7 +419,7 @@ - 64 + 64 @@ -416,7 +427,7 @@ - 65 + 65 @@ -424,787 +435,205 @@ - 70 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + FontInfo - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 72 + 72 - 48 + 48 - - YES + - + - 73 + 73 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 75 + 75 - 74 + 74 - 69 + 69 - - - - YES - - YES - -3.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBPluginDependency - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize - 60.IBPluginDependency - 60.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 74.IBShouldRemoveOnLegacySave - 75.IBPluginDependency - 75.IBShouldRemoveOnLegacySave - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{1218, 74}, {492, 260}} - com.apple.InterfaceBuilder.CocoaPlugin - {{1218, 74}, {492, 260}} - - - {299, 184} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{1218, 74}, {492, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 75 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + - PSFontInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentField - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSFontInfo.h + ./Classes/NSTextView.h PSFontInfo NSObject - - commentText - id - - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSFontInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/Danish.lproj/PSInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/Danish.lproj/PSInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/Danish.lproj/PSInfo.xib 2010-08-24 02:14:44.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/Danish.lproj/PSInfo.xib 2016-02-01 16:42:10.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSInfo @@ -46,37 +48,35 @@ Info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 274 - - YES + - 256 - - YES + 274 + 268 {{2, 156}, {88, 16}} + YES - -2080244224 + -2080374784 67108864 Kommentarer - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 266 {{19, 180}, {465, 69}} + YES + NO 3 1 - - YES + - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Forfatter @@ -135,33 +141,33 @@ - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Copyright - + {465, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Field: @@ -187,41 +193,36 @@ 274 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {374, 150} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {389, 150} + @@ -230,84 +231,67 @@ - - YES + - - 6 + + 38 - 374 + 389 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} - {369, 150} + {398, 10000000} + {390, 150} - - {{1, 1}, {375, 150}} + + {{1, 1}, {390, 150}} + - {1, -1} + {5, 5} 0 4 @@ -315,8 +299,10 @@ 256 - {{376, 1}, {15, 150}} + {{375, 1}, {16, 150}} + + NO _doScroller: 1 @@ -326,31 +312,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{92, 20}, {392, 152}} + - 18 + 133138 + 0.25 + 4 + 1 - + {492, 260} + - + {492, 260} + {0, 0} - 67239424 + 67108864 0 Titel @@ -375,25 +369,27 @@ 0 NO - + {492, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -401,7 +397,7 @@ - 63 + 63 @@ -409,7 +405,7 @@ - 64 + 64 @@ -417,799 +413,221 @@ - 65 + 65 - - commentText + + set: - + - 70 + 71 - - set: + + commentText - + - 71 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + Info - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 73 + 73 - 48 + 48 - - YES + - + - 74 + 74 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 76 + 76 - 75 + 75 - 69 + 69 - - - - YES - - YES - -3.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBPluginDependency - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize - 60.IBPluginDependency - 60.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 75.IBShouldRemoveOnLegacySave - 76.IBPluginDependency - 76.IBShouldRemoveOnLegacySave - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{507, 630}, {492, 260}} - com.apple.InterfaceBuilder.CocoaPlugin - {{507, 630}, {492, 260}} - - - {299, 184} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{507, 630}, {492, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 76 - - YES + - FirstResponder - NSObject - - IBUserSource - - - - - PSInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentText - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSInfo.h + ./Classes/NSTextView.h PSInfo NSObject - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/English.lproj/PSFontInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/English.lproj/PSFontInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/English.lproj/PSFontInfo.xib 2010-08-24 02:11:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/English.lproj/PSFontInfo.xib 2016-02-01 16:41:11.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSFontInfo @@ -46,37 +48,35 @@ Font Info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 {{5, 156}, {67, 16}} + YES - -2080244224 + -2080374784 67108864 Comments - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 256 {{8, 178}, {475, 72}} + YES + NO 3 1 - - YES + - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Author @@ -135,33 +141,33 @@ - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Copyright - + {475, 22} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 @@ -186,41 +192,36 @@ 256 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {{0, 2}, {392, 76}} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {407, 78} + @@ -229,84 +230,67 @@ - - YES + - - 6 + + 38 - 392 + 407 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} - {391, 76} + {408, 10000000} + {408, 78} - - {{1, 1}, {393, 78}} + + {{1, 1}, {408, 78}} + - {1, -1} + {5, 5} 0 4 @@ -314,8 +298,10 @@ 256 - {{394, 1}, {15, 78}} + {{393, 1}, {16, 78}} + + NO _doScroller: 1 @@ -325,31 +311,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{74, 92}, {410, 80}} + - 18 + 133138 + 0.25 + 4 + 1 - + {492, 260} + - + {492, 260} + {0, 0} - 67239424 + 67108864 0 Title @@ -374,25 +368,27 @@ 0 NO - + {492, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -400,7 +396,7 @@ - 63 + 63 @@ -408,7 +404,7 @@ - 64 + 64 @@ -416,7 +412,7 @@ - 65 + 65 @@ -424,787 +420,205 @@ - 70 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + FontInfo - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 72 + 72 - 48 + 48 - - YES + - + - 73 + 73 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 75 + 75 - 74 + 74 - 69 + 69 - - - - YES - - YES - -3.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBPluginDependency - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize - 60.IBPluginDependency - 60.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 74.IBShouldRemoveOnLegacySave - 75.IBPluginDependency - 75.IBShouldRemoveOnLegacySave - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 805}, {492, 260}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 805}, {492, 260}} - - - {299, 184} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 805}, {492, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 75 - - YES + - FirstResponder - NSObject - - IBUserSource - - - - - PSFontInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentField - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSFontInfo.h + ./Classes/NSTextView.h PSFontInfo NSObject - - commentText - id - - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSFontInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/English.lproj/PSInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/English.lproj/PSInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/English.lproj/PSInfo.xib 2010-08-24 02:13:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/English.lproj/PSInfo.xib 2016-02-01 16:42:01.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 - YES - - YES - - - YES - - - - YES - + com.apple.InterfaceBuilder.CocoaPlugin + 5056 - + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSInfo @@ -46,37 +48,35 @@ Info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 274 - - YES + - 256 - - YES + 274 + 268 {{4, 159}, {67, 16}} + YES - -2080244224 + -2080374784 67108864 Comments - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 266 {{2, 180}, {482, 69}} + YES + NO 3 1 - - YES + - 343014977 + 342884417 1024 - + 69 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014977 + 342884417 1024 - + 69 - 67239424 + 67108864 67108864 Author @@ -135,33 +141,33 @@ - 343014977 + 342884417 1024 - + 69 - 67239424 + 67108864 67108864 Copyright - + {482, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 69 - 67239424 + 67108864 67108864 @@ -187,41 +193,36 @@ 274 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {391, 150} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {406, 150} + @@ -230,92 +231,93 @@ - - YES + - - 6 + + 38 - 391 + 406 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} + {407, 10000000} + {407, 150} - - {{1, 1}, {392, 150}} + + {{1, 1}, {407, 150}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{393, 1}, {15, 150}} + {{392, 1}, {16, 150}} + + NO _doScroller: 1 @@ -325,31 +327,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{75, 20}, {409, 152}} + - 18 + 133138 + 0.25 + 4 + 1 - + {492, 260} + - + {492, 260} + {0, 0} - 67239424 + 67108864 0 Title @@ -374,25 +384,27 @@ 0 NO - + {492, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -400,7 +412,7 @@ - 63 + 63 @@ -408,7 +420,7 @@ - 64 + 64 @@ -416,756 +428,221 @@ - 65 + 65 - - commentText + + set: - + - 70 + 71 - - set: + + commentText - + - 71 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + Info - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 73 + 73 - 48 + 48 - - YES + - + - 74 + 74 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 76 + 76 - 75 + 75 - 69 + 69 - - - - YES - - YES - 13.ImportedFromIB2 - 48.ImportedFromIB2 - 49.ImportedFromIB2 - 50.ImportedFromIB2 - 52.ImportedFromIB2 - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize - 60.ImportedFromIB2 - 68.ImportedFromIB2 - 69.ImportedFromIB2 - 75.IBShouldRemoveOnLegacySave - 76.IBShouldRemoveOnLegacySave - - - YES - - - - - - - {{332, 782}, {492, 260}} - {{332, 782}, {492, 260}} - - - {299, 184} - - - - - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 782}, {492, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 76 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + - PSInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentText - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSInfo.h + ./Classes/NSTextView.h PSInfo NSObject - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/French.lproj/PSFontInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/French.lproj/PSFontInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/French.lproj/PSFontInfo.xib 2010-08-24 02:12:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/French.lproj/PSFontInfo.xib 2016-02-01 16:41:20.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSFontInfo @@ -46,37 +48,35 @@ Info Fonte NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 256 - - YES + - 256 - - YES + 274 + 256 {{3, 156}, {96, 16}} + YES - -2080244224 + -2080374784 67108864 Commentaires - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 256 {{34, 178}, {475, 69}} + YES + NO 3 1 - - YES + - -1804468672 + -1804599232 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Auteur @@ -135,33 +141,33 @@ - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 Copyright - + {475, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 61.29296875 - 67239424 + 67108864 67108864 @@ -186,41 +192,36 @@ 256 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {{0, 2}, {392, 76}} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {407, 78} + @@ -229,84 +230,67 @@ - - YES + - - 6 + + 38 - 392 + 407 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} - {391, 76} + {408, 10000000} + {408, 78} - - {{1, 1}, {393, 78}} + + {{1, 1}, {408, 78}} + - {1, -1} + {5, 5} 0 4 @@ -314,8 +298,10 @@ 256 - {{394, 1}, {15, 78}} + {{393, 1}, {16, 78}} + + NO _doScroller: 1 @@ -325,31 +311,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{99, 92}, {410, 80}} + - 18 + 133138 + 0.25 + 4 + 1 - + {518, 260} + - + {{-3, 2}, {518, 260}} + {0, 0} - 67239424 + 67108864 0 Title @@ -374,25 +368,27 @@ 0 NO - + {518, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -400,7 +396,7 @@ - 63 + 63 @@ -408,7 +404,7 @@ - 64 + 64 @@ -416,7 +412,7 @@ - 65 + 65 @@ -424,789 +420,205 @@ - 70 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + FontInfo - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 72 + 72 - 48 + 48 - - YES + - + - 73 + 73 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 75 + 75 - 74 + 74 - 69 + 69 - - - - YES - - YES - -3.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBPluginDependency - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.maxSize - 6.windowTemplate.minSize - 60.IBPluginDependency - 60.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 72.IBPluginDependency - 73.IBPluginDependency - 74.IBPluginDependency - 74.IBShouldRemoveOnLegacySave - 75.IBPluginDependency - 75.IBShouldRemoveOnLegacySave - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 584}, {518, 260}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 584}, {518, 260}} - - - {1.79769e+308, 1.79769e+308} - {299, 184} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 584}, {518, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 75 - - YES + - FirstResponder - NSObject - - IBUserSource - - - - - PSFontInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentField - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSFontInfo.h + ./Classes/NSTextView.h PSFontInfo NSObject - - commentText - id - - - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSFontInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/French.lproj/PSInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/French.lproj/PSInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/French.lproj/PSInfo.xib 2010-08-24 02:15:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/French.lproj/PSInfo.xib 2016-02-01 16:42:13.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 762 + 5056 - - YES - - - - YES + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + com.apple.InterfaceBuilder.CocoaPlugin - + - YES - - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSInfo @@ -46,37 +48,35 @@ Info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 274 - - YES + - 256 - - YES + 274 + 268 {{3, 159}, {98, 16}} + YES - -2080244224 + -2080374784 67108864 Commentaires - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 266 {{30, 180}, {486, 69}} + YES + NO 3 1 - - YES + - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Auteur @@ -135,33 +141,33 @@ - 343014977 + 342884417 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Copyright - + {486, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 68.88671875 - 67239424 + 67108864 67108864 Field: @@ -187,41 +193,36 @@ 274 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {395, 146} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {410, 146} + @@ -230,93 +231,93 @@ - - YES + - - 6 + + 38 - 395 + 410 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {417, 1e+07} - {391, 146} + {417, 10000000} + {411, 146} - - {{1, 1}, {396, 146}} + + {{1, 1}, {411, 146}} + - {4, -5} - 1 + {4, 5} + + 79691776 + + + + + + file://localhost/Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Resources/DVTIbeamCursor.tiff + + + + + 3 + MCAwAA + + 4 256 - {{397, 1}, {15, 146}} + {{396, 1}, {16, 146}} + + NO _doScroller: 1 @@ -326,31 +327,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{103, 24}, {413, 148}} + - 18 + 133138 + 0.25 + 4 + 1 - + {538, 260} + - + {{-2, 2}, {538, 260}} + {0, 0} - 67239424 + 67108864 0 Title @@ -375,25 +384,27 @@ 0 NO - + {535, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -401,7 +412,7 @@ - 63 + 63 @@ -409,7 +420,7 @@ - 64 + 64 @@ -417,801 +428,221 @@ - 65 + 65 - - commentText + + set: - + - 70 + 71 - - set: + + commentText - + - 71 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + Info - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 73 + 73 - 48 + 48 - - YES + - + - 74 + 74 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 76 + 76 - 75 + 75 - 69 + 69 - - - - YES - - YES - -3.IBPluginDependency - 13.IBPluginDependency - 13.ImportedFromIB2 - 48.IBPluginDependency - 48.ImportedFromIB2 - 49.IBPluginDependency - 49.ImportedFromIB2 - 50.IBPluginDependency - 50.ImportedFromIB2 - 52.IBPluginDependency - 52.ImportedFromIB2 - 59.IBPluginDependency - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBPluginDependency - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.maxSize - 6.windowTemplate.minSize - 60.IBPluginDependency - 60.ImportedFromIB2 - 68.IBPluginDependency - 68.ImportedFromIB2 - 69.IBPluginDependency - 69.ImportedFromIB2 - 73.IBPluginDependency - 74.IBPluginDependency - 75.IBPluginDependency - 75.IBShouldRemoveOnLegacySave - 76.IBPluginDependency - 76.IBShouldRemoveOnLegacySave - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{332, 541}, {535, 260}} - com.apple.InterfaceBuilder.CocoaPlugin - {{332, 541}, {535, 260}} - - - {1.79769e+308, 1.79769e+308} - {299, 184} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 541}, {535, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 76 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + - PSInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentText - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSInfo.h + ./Classes/NSTextView.h PSInfo NSObject - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/German.lproj/PSInfo.xib cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/German.lproj/PSInfo.xib --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/German.lproj/PSInfo.xib 2010-08-24 02:14:31.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/German.lproj/PSInfo.xib 2016-02-01 16:42:06.000000000 +0000 @@ -1,34 +1,36 @@ - + - 1040 - 10F569 - 762 - 1038.29 - 461.00 + 1050 + 12F2560 + 5056 + 1187.40 + 626.00 - YES - - YES - - - YES - - - - YES - + com.apple.InterfaceBuilder.CocoaPlugin + 5056 - + + NSBox + NSCustomObject + NSForm + NSFormCell + NSScrollView + NSScroller + NSTextField + NSTextFieldCell + NSTextView + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + - YES - - - YES - + PluginDependencyRecalculationVersion + - - YES + PSInfo @@ -46,37 +48,35 @@ Info NSPanel View - {1.79769e+308, 1.79769e+308} + {299, 184} 256 - - YES + 274 - - YES + - 256 - - YES + 274 + 268 {{4, 159}, {67, 16}} + YES - -2080244224 + -2080374784 67108864 Info - + LucidaGrande 12 - 16 + 4883 @@ -93,41 +93,47 @@ + NO 266 {{2, 180}, {482, 69}} + YES + NO 3 1 - - YES + - 343014976 + 342884416 1024 - + 69 - 67239424 + 67108864 67108864 Version - + + LucidaGrande + 12 + 16 + - 343014976 + 342884416 1024 - + 69 - 67239424 + 67108864 67108864 Autor @@ -135,33 +141,33 @@ - 343014976 + 342884416 1024 - + 69 - 67239424 + 67108864 67108864 Copyright - + {482, 21} {1, 3} 67633152 NSActionCell - 343014976 + 342884416 1024 - + 69 - 67239424 + 67108864 67108864 Field: @@ -186,41 +192,36 @@ 274 - - YES + - 2304 - - YES + 2322 + 2322 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - Apple URL pasteboard type - CorePasteboardFlavorType 0x6D6F6F76 - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - NeXT font pasteboard type - NeXT ruler pasteboard type - WebURLsWithTitlesPboardType - public.url - - - {{0, 72}, {391, 76}} + + Apple HTML pasteboard type + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + Apple URL pasteboard type + CorePasteboardFlavorType 0x6D6F6F76 + NSColor pasteboard type + NSFilenamesPboardType + NSStringPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT RTFD pasteboard type + NeXT Rich Text Format v1.0 pasteboard type + NeXT TIFF v4.0 pasteboard type + NeXT font pasteboard type + NeXT ruler pasteboard type + WebURLsWithTitlesPboardType + public.url + + {406, 150} + @@ -229,84 +230,67 @@ - - YES + - - 6 + + 38 - 391 + 406 1 - 2915 + 67111779 0 - - YES - - YES - NSBackgroundColor - NSColor + + + 6 + System + selectedTextBackgroundColor + - - YES - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - + + 6 + System + selectedTextColor + - + - - YES - - YES - NSColor - NSCursor - NSUnderline + + + 1 + MCAwIDEAA - - YES - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - + + {8, -8} + 13 - + + + + 0 6 - {398, 1e+07} - {341, 76} + {407, 10000000} + {407, 150} - - {{1, 1}, {392, 150}} + + {{1, 1}, {407, 150}} + - {1, -1} + {5, 5} 0 4 @@ -314,8 +298,10 @@ 256 - {{393, 1}, {15, 150}} + {{392, 1}, {16, 150}} + + NO _doScroller: 1 @@ -325,31 +311,39 @@ -2147483392 {{-100, -100}, {87, 18}} + + NO 1 _doScroller: 1 0.94565218687057495 - + {{75, 20}, {409, 152}} + - 18 + 133138 + 0.25 + 4 + 1 - + {492, 260} + - + {492, 260} + {0, 0} - 67239424 + 67108864 0 Title @@ -374,25 +368,27 @@ 0 NO - + {492, 260} + {{0, 0}, {1920, 1178}} {299, 206} - {1.79769e+308, 1.79769e+308} + {10000000000000, 10000000000000} + YES - + - - YES + NO + view - 62 + 62 @@ -400,7 +396,7 @@ - 63 + 63 @@ -408,7 +404,7 @@ - 64 + 64 @@ -416,756 +412,221 @@ - 65 + 65 - - commentText + + set: - + - 70 + 71 - - set: + + commentText - + - 71 + 70 - + - - YES + - 0 - + 0 + - -2 + -2 File's Owner - -1 + -1 First Responder - 6 + 6 - - YES + - + Info - 13 + 13 - - YES + - + - 60 + 60 - - YES + - + - -3 + -3 Application - 52 + 52 - - YES + - + - 73 + 73 - 48 + 48 - - YES + - + - 74 + 74 - 59 + 59 - 50 + 50 - 49 + 49 - 68 + 68 - - YES + - + - 76 + 76 - 75 + 75 - 69 + 69 - - - - YES - - YES - 13.ImportedFromIB2 - 48.ImportedFromIB2 - 49.ImportedFromIB2 - 50.ImportedFromIB2 - 52.ImportedFromIB2 - 59.ImportedFromIB2 - 6.IBEditorWindowLastContentRect - 6.IBWindowTemplateEditedContentRect - 6.ImportedFromIB2 - 6.windowTemplate.hasMinSize - 6.windowTemplate.minSize - 60.ImportedFromIB2 - 68.ImportedFromIB2 - 69.ImportedFromIB2 - 75.IBShouldRemoveOnLegacySave - 76.IBShouldRemoveOnLegacySave - - - YES - - - - - - - {{332, 759}, {492, 260}} - {{332, 759}, {492, 260}} - - - {299, 184} - - - - - - - - - YES - - - YES - + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{332, 759}, {492, 260}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + - - YES - - - YES - - + - 76 - - YES - - FirstResponder - NSObject - - IBUserSource - - - + - PSInfo - NSObject - - YES - - YES - set: - update: - - - YES - id - id - - - - YES - - YES - authorForm - commentText - copyrightForm - versionForm - view - - - YES - id - id - id - id - id + NSTextView + + id + id + + + + orderFrontSharingServicePicker: + id + + + toggleQuickLookPreviewPanel: + id - + IBProjectSource - ProjectSettingsPanel.subproj/PSInfo.h + ./Classes/NSTextView.h PSInfo NSObject - IBUserSource - - - - - - YES - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSBox - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSBox.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSForm - NSMatrix - - IBFrameworkSource - AppKit.framework/Headers/NSForm.h - - - - NSFormCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSFormCell.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSOutlineView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLConnection.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURLDownload.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h + IBProjectSource + ./Classes/PSInfo.h - + 0 IBCocoaFramework + YES com.apple.InterfaceBuilder.CocoaPlugin.macosx - + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - + YES - ../../Cenon.xcodeproj 3 diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/GNUmakefile cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/GNUmakefile --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/GNUmakefile 2009-06-19 02:51:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/GNUmakefile 2014-08-17 15:37:29.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the ProjectSettingsPanel subproject # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._ProjectSettings.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._ProjectSettings.h differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/ProjectSettings.h cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/ProjectSettings.h --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/ProjectSettings.h 2009-06-26 07:58:15.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/ProjectSettings.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,7 +1,7 @@ /* ProjectSettings.h * project settings for document * - * Copyright (C) 2002-2009 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * Created: 2002-11-23 @@ -9,26 +9,26 @@ * 2008-07-30 (-indexOfItem:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PROJECTSETTINGS -#define VHF_H_PROJECTSETTINGS +#ifndef CEN_H_PROJECTSETTINGS +#define CEN_H_PROJECTSETTINGS #include #include @@ -64,4 +64,4 @@ @end -#endif // VHF_H_PROJECTSETTINGS +#endif // CEN_H_PROJECTSETTINGS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._ProjectSettings.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._ProjectSettings.m differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/ProjectSettings.m cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/ProjectSettings.m --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/ProjectSettings.m 2009-06-26 07:59:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/ProjectSettings.m 2014-08-17 15:37:34.000000000 +0000 @@ -1,33 +1,35 @@ /* ProjectSettings.m * project settings for document * - * Copyright (C) 2002-2009 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-11-23 - * Modified: 2009-06-26 (awakeFromNib returns void) + * Modified: 2012-10-31 (documentHasChanged: update preferences also - optimizeMoves) + * 2009-06-26 (awakeFromNib returns void) * 2008-07-30 (-indexOfItem:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.com */ #include +#include "App.h" // -preferencesPanel #include "ProjectSettings.h" #include "PSSettings.h" #include "PSInfo.h" @@ -193,6 +195,7 @@ - (void)documentHasChanged:(NSNotification*)notification { [self update:[notification object]]; + [[(App*)NSApp preferencesPanel] update:[notification object]]; } @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSFontInfo.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSFontInfo.h differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSFontInfo.h cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSFontInfo.h --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSFontInfo.h 2007-05-08 17:37:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSFontInfo.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* PSFontInfo.m * fontinfo panel for project settings * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * Created: 2002-11-23 * Modified: 2003-04-25 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSFontInfo.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSFontInfo.m differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSFontInfo.m cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSFontInfo.m --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSFontInfo.m 2008-07-30 02:23:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSFontInfo.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* PSFontInfo.m * fontinfo panel for project settings * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-11-23 * Modified: 2002-11-23 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "ProjectSettings.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSInfo.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSInfo.h differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSInfo.h cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSInfo.h --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSInfo.h 2007-05-08 17:37:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSInfo.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* PSInfo.h * info panel for project settings * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * Created: 2002-11-23 * Modified: 2003-04-25 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSInfo.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSInfo.m differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSInfo.m cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSInfo.m --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSInfo.m 2009-06-27 02:35:11.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSInfo.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* PSInfo.m * Info panel for project settings * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-11-23 * Modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "ProjectSettings.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSSettings.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSSettings.h differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSSettings.h cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSSettings.h --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSSettings.h 2008-07-15 03:25:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSSettings.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* PSSettings.h * settings panel for project settings * - * Copyright (C) 2000-2006 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Ilonka Fleischmann, Georg Fleischmann * * Created: 2000-11-23 * Modified: 2006-09-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/ProjectSettingsPanel.subproj/._PSSettings.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/._PSSettings.m differ diff -Nru cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSSettings.m cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSSettings.m --- cenon.app-4.0.2/ProjectSettingsPanel.subproj/PSSettings.m 2008-07-30 02:22:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/ProjectSettingsPanel.subproj/PSSettings.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* PSSettings.m * settings panel for project settings * - * Copyright 1996-2008 by vhf interservice GmbH + * Copyright 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2000-06-26 * Modified: 2008-07-21 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._propertyList.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._propertyList.h differ diff -Nru cenon.app-4.0.2/propertyList.h cenon.app-4.0.6+ds1/propertyList.h --- cenon.app-4.0.2/propertyList.h 2009-04-18 04:13:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/propertyList.h 2014-08-17 16:06:06.000000000 +0000 @@ -1,33 +1,34 @@ /* propertyList.h * Functions helping to read and write property lists * - * Copyright 2002 by vhf interservice GmbH + * Copyright 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: ? - * modified: 2003-08-10 + * modified: 2014-06-14 (propertyListFromVFloat(), vfloatFromPropertyList()) + * 2003-08-10 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_PROPERTYLIST -#define VHF_H_PROPERTYLIST +#ifndef CEN_H_PROPERTYLIST +#define CEN_H_PROPERTYLIST #include // NSColor, NSPrintInfo #include // V3Point @@ -43,6 +44,7 @@ extern id propertyListFromArray(NSArray *array); extern id propertyListFromFloat(float f); +extern id propertyListFromVFloat(VFloat f); extern id propertyListFromInt(int i); extern id propertyListFromNSPrintInfo(NSPrintInfo *printInfo); extern id propertyListFromNSColor(NSColor *color); @@ -56,6 +58,7 @@ extern NSMutableArray *arrayFromPropertyList(id plist, NSString *directory, NSZone *zone); extern NSColor *colorFromPropertyList(id plist, NSZone *zone); extern NSPrintInfo *printInfoFromPropertyList(id plist, NSZone *zone); +extern VFloat vfloatFromPropertyList(NSString *plist); extern NSRect rectFromPropertyList(NSString *plist); extern NSSize sizeFromPropertyList(id plist); extern NSPoint pointFromPropertyList(id plist); @@ -98,4 +101,4 @@ value = rectFromPropertyList([plist objectForKey:key]); \ } -#endif // VHF_H_PROPERTYLIST +#endif // CEN_H_PROPERTYLIST diff -Nru cenon.app-4.0.2/propertyList.m cenon.app-4.0.6+ds1/propertyList.m --- cenon.app-4.0.2/propertyList.m 2012-03-05 14:21:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/propertyList.m 2016-03-11 14:27:19.000000000 +0000 @@ -1,30 +1,32 @@ /* propertyList.m * Functions helping to read and write property lists * - * Copyright (C) 2002-2012 by vhf interservice GmbH + * Copyright (C) 2002-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: ? - * modified: 2009-12-12 (save coordinated with 9 digits precision instead of 6 before) + * modified: 2016-03-11 (propertyListFromArray(), check plist for nil, before adding) + * 2016-01-13 (interface declarations for -VFLoatValue) + * 2009-12-12 (save coordinated with 9 digits precision instead of 6 before) * 2008-01-12 (propertyListFromNSColor() Apple >= 10.4 workaround) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -38,13 +40,42 @@ #endif /* we don't always have VGraphic objects, so we declare the used method here */ -@interface PropertyList +@interface PropertyList:NSObject - (id)initFromPropertyList:(id)plist inDirectory:(NSString*)directory; @end @implementation PropertyList - (id)initFromPropertyList:(id)plist inDirectory:(NSString*)directory { return nil; } @end +/* we could also include StringAdditions and NumberAdditions */ +@interface NSNumber(CGFloatAdditions) +- (VFloat)VFloatValue; +@end +@implementation NSNumber(CGFloatAdditions) +- (VFloat)VFloatValue +{ +# if CGFLOAT_IS_DOUBLE + return [self doubleValue]; +# else + return [self floatValue]; +# endif +} +@end +@interface NSString(CGFloatAdditions) +- (VFloat)VFloatValue; +@end +@implementation NSString(CGFloatAdditions) +- (VFloat)VFloatValue +{ +# if CGFLOAT_IS_DOUBLE + return [self doubleValue]; +# else + return [self floatValue]; +# endif +} +@end + + /* backward compatibility before moving to new classnames */ NSString *newClassName(NSString *className) @@ -64,7 +95,10 @@ while ((realObject = [enumerator nextObject])) { if ([realObject respondsToSelector:@selector(propertyList)]) - [plistArray addObject:[realObject propertyList]]; + { NSMutableArray *plist = [realObject propertyList]; + if (plist) + [plistArray addObject:plist]; + } else { /* Should probably raise here. */ @@ -73,7 +107,11 @@ return plistArray; } -id propertyListFromFloat(float f) +id propertyListFromFloat(float f) // TODO: make VFloat +{ + return [NSString stringWithFormat:@"%.12g", f]; +} +id propertyListFromVFloat(VFloat f) { return [NSString stringWithFormat:@"%.12g", f]; } @@ -179,18 +217,17 @@ } id propertyListFromNSPrintInfo(NSPrintInfo *printInfo) -{ NSMutableDictionary *dictionary = [NSMutableDictionary dictionaryWithCapacity:5]; +{ NSMutableDictionary *dictionary = [NSMutableDictionary dictionaryWithCapacity:7]; if (!printInfo) return dictionary; - [dictionary setFloat:[printInfo leftMargin] forKey:@"leftMargin"]; - [dictionary setFloat:[printInfo rightMargin] forKey:@"rightMargin"]; - [dictionary setFloat:[printInfo topMargin] forKey:@"topMargin"]; - [dictionary setFloat:[printInfo bottomMargin] forKey:@"bottomMargin"]; + [dictionary setFloat:[printInfo leftMargin] forKey:@"leftMargin"]; + [dictionary setFloat:[printInfo rightMargin] forKey:@"rightMargin"]; + [dictionary setFloat:[printInfo topMargin] forKey:@"topMargin"]; + [dictionary setFloat:[printInfo bottomMargin] forKey:@"bottomMargin"]; [dictionary setObject:propertyListFromNSSize([printInfo paperSize]) forKey:@"paperSize"]; - [dictionary setObject:[printInfo paperName] forKey:@"paperName"]; - [dictionary setInt:[printInfo orientation] forKey:@"orientation"]; - + [dictionary setObject:[printInfo paperName] forKey:@"paperName"]; + [dictionary setInt:[printInfo orientation] forKey:@"orientation"]; return dictionary; } @@ -256,41 +293,66 @@ if ([colorSpaceName isEqualToString:@"CalWhite"] || [colorSpaceName isEqualToString:@"NSCalibratedWhiteColorSpace"]) { if ([plist objectForKey:@"W"]) - return [[NSColor colorWithCalibratedWhite:[[plist objectForKey:@"W"] floatValue] alpha:[[plist objectForKey:@"A"] floatValue]] retain]; - else - return [[NSColor colorWithCalibratedWhite:[[plist objectForKey:@"White"] floatValue] alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; + return [[NSColor colorWithCalibratedWhite:[[plist objectForKey:@"W"] floatValue] + alpha:[[plist objectForKey:@"A"] floatValue]] retain]; + else // stone old + return [[NSColor colorWithCalibratedWhite:[[plist objectForKey:@"White"] floatValue] + alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; } else if ([colorSpaceName isEqualToString:@"CalRGB"] || [colorSpaceName isEqualToString:@"NSCalibratedRGBColorSpace"]) { if ([plist objectForKey:@"R"]) - return [[NSColor colorWithCalibratedRed:[[plist objectForKey:@"R"] floatValue] green:[[plist objectForKey:@"G"] floatValue] blue:[[plist objectForKey:@"B"] floatValue] alpha:[[plist objectForKey:@"A"] floatValue]] retain]; + return [[NSColor colorWithCalibratedRed:[[plist objectForKey:@"R"] floatValue] + green:[[plist objectForKey:@"G"] floatValue] + blue:[[plist objectForKey:@"B"] floatValue] + alpha:[[plist objectForKey:@"A"] floatValue]] retain]; else - return [[NSColor colorWithCalibratedRed:[[plist objectForKey:@"Red"] floatValue] green:[[plist objectForKey:@"Green"] floatValue] blue:[[plist objectForKey:@"Blue"] floatValue] alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; + return [[NSColor colorWithCalibratedRed:[[plist objectForKey:@"Red"] floatValue] + green:[[plist objectForKey:@"Green"] floatValue] + blue:[[plist objectForKey:@"Blue"] floatValue] + alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; } else if ([colorSpaceName isEqualToString:@"DevWhite"] || [colorSpaceName isEqualToString:@"NSDeviceWhiteColorSpace"]) { if ([plist objectForKey:@"W"]) - return [[NSColor colorWithDeviceWhite:[[plist objectForKey:@"W"] floatValue] alpha:[[plist objectForKey:@"A"] floatValue]] retain]; + return [[NSColor colorWithDeviceWhite:[[plist objectForKey:@"W"] floatValue] + alpha:[[plist objectForKey:@"A"] floatValue]] retain]; else - return [[NSColor colorWithDeviceWhite:[[plist objectForKey:@"White"] floatValue] alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; + return [[NSColor colorWithDeviceWhite:[[plist objectForKey:@"White"] floatValue] + alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; } else if ([colorSpaceName isEqualToString:@"DevRGB"] || [colorSpaceName isEqualToString:@"NSDeviceRGBColorSpace"]) { if ([plist objectForKey:@"R"]) - return [[NSColor colorWithDeviceRed:[[plist objectForKey:@"R"] floatValue] green:[[plist objectForKey:@"G"] floatValue] blue:[[plist objectForKey:@"B"] floatValue] alpha:[[plist objectForKey:@"A"] floatValue]] retain]; + return [[NSColor colorWithDeviceRed:[[plist objectForKey:@"R"] floatValue] + green:[[plist objectForKey:@"G"] floatValue] + blue:[[plist objectForKey:@"B"] floatValue] + alpha:[[plist objectForKey:@"A"] floatValue]] retain]; else - return [[NSColor colorWithDeviceRed:[[plist objectForKey:@"Red"] floatValue] green:[[plist objectForKey:@"Green"] floatValue] blue:[[plist objectForKey:@"Blue"] floatValue] alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; + return [[NSColor colorWithDeviceRed:[[plist objectForKey:@"Red"] floatValue] + green:[[plist objectForKey:@"Green"] floatValue] + blue:[[plist objectForKey:@"Blue"] floatValue] + alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; } else if ([colorSpaceName isEqualToString:@"DevCMYK"] || [colorSpaceName isEqualToString:@"NSDeviceCMYKColorSpace"]) { if ([plist objectForKey:@"C"]) - return [[NSColor colorWithDeviceCyan:[[plist objectForKey:@"C"] floatValue] magenta:[[plist objectForKey:@"M"] floatValue] yellow:[[plist objectForKey:@"Y"] floatValue] black:[[plist objectForKey:@"B"] floatValue] alpha:[[plist objectForKey:@"A"] floatValue]] retain]; + return [[NSColor colorWithDeviceCyan:[[plist objectForKey:@"C"] floatValue] + magenta:[[plist objectForKey:@"M"] floatValue] + yellow:[[plist objectForKey:@"Y"] floatValue] + black:[[plist objectForKey:@"B"] floatValue] + alpha:[[plist objectForKey:@"A"] floatValue]] retain]; else - return [[NSColor colorWithDeviceCyan:[[plist objectForKey:@"Cyan"] floatValue] magenta:[[plist objectForKey:@"Magenta"] floatValue] yellow:[[plist objectForKey:@"Yellow"] floatValue] black:[[plist objectForKey:@"Black"] floatValue] alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; + return [[NSColor colorWithDeviceCyan:[[plist objectForKey:@"Cyan"] floatValue] + magenta:[[plist objectForKey:@"Magenta"] floatValue] + yellow:[[plist objectForKey:@"Yellow"] floatValue] + black:[[plist objectForKey:@"Black"] floatValue] + alpha:[[plist objectForKey:@"Alpha"] floatValue]] retain]; } else if ([colorSpaceName isEqualToString:@"Named"] || [colorSpaceName isEqualToString:@"NSNamedColorSpace"]) { - return [[NSColor colorWithCatalogName:[plist objectForKey:@"CId"] colorName:[plist objectForKey:@"NId"]] retain]; + return [[NSColor colorWithCatalogName:[plist objectForKey:@"CId"] + colorName:[plist objectForKey:@"NId"]] retain]; } else if ([colorSpaceName isEqualToString:@"Unknown"]) return [[NSUnarchiver unarchiveObjectWithData:[plist objectForKey:@"Data"]] retain]; @@ -310,25 +372,30 @@ //[printInfo setHorizontallyCentered:NO]; //[printInfo setHorizontalPagination:NSFitPagination]; - [printInfo setLeftMargin:[plist floatForKey:@"leftMargin"]]; - [printInfo setRightMargin:[plist floatForKey:@"rightMargin"]]; - [printInfo setTopMargin:[plist floatForKey:@"topMargin"]]; - [printInfo setBottomMargin:[plist floatForKey:@"bottomMargin"]]; + [printInfo setLeftMargin: [plist VFloatForKey:@"leftMargin"]]; + [printInfo setRightMargin: [plist VFloatForKey:@"rightMargin"]]; + [printInfo setTopMargin: [plist VFloatForKey:@"topMargin"]]; + [printInfo setBottomMargin: [plist VFloatForKey:@"bottomMargin"]]; [printInfo setPaperSize:sizeFromPropertyList([plist objectForKey:@"paperSize"])]; - [printInfo setPaperName:[plist objectForKey:@"paperName"]]; - [printInfo setOrientation:[plist intForKey:@"orientation"]]; + [printInfo setPaperName: [plist objectForKey:@"paperName"]]; + [printInfo setOrientation: [plist intForKey:@"orientation"]]; return printInfo; } +VFloat vfloatFromPropertyList(NSString *plist) +{ VFloat retval = [plist VFloatValue]; + return retval; +} + NSRect rectFromPropertyList(NSString *plist) { NSRect retval; NSArray *components = [plist componentsSeparatedByString:@" "]; - retval.origin.x = [[components objectAtIndex:0] floatValue]; - retval.origin.y = [[components objectAtIndex:1] floatValue]; - retval.size.width = [[components objectAtIndex:2] floatValue]; - retval.size.height = [[components objectAtIndex:3] floatValue]; + retval.origin.x = [[components objectAtIndex:0] VFloatValue]; + retval.origin.y = [[components objectAtIndex:1] VFloatValue]; + retval.size.width = [[components objectAtIndex:2] VFloatValue]; + retval.size.height = [[components objectAtIndex:3] VFloatValue]; return retval; } @@ -336,8 +403,8 @@ { NSSize retval; NSArray *components = [plist componentsSeparatedByString:@" "]; - retval.width = [[components objectAtIndex:0] floatValue]; - retval.height = [[components objectAtIndex:1] floatValue]; + retval.width = [[components objectAtIndex:0] VFloatValue]; + retval.height = [[components objectAtIndex:1] VFloatValue]; return retval; } @@ -347,8 +414,8 @@ if ([components count] < 2) return NSMakePoint(0.0, 0.0); - retval.x = [[components objectAtIndex:0] floatValue]; - retval.y = [[components objectAtIndex:1] floatValue]; + retval.x = [[components objectAtIndex:0] VFloatValue]; + retval.y = [[components objectAtIndex:1] VFloatValue]; return retval; } @@ -358,8 +425,8 @@ if ([components count] < 3) return V3MakePoint(0.0, 0.0, 0.0); - retval.x = [[components objectAtIndex:0] floatValue]; - retval.y = [[components objectAtIndex:1] floatValue]; - retval.z = [[components objectAtIndex:2] floatValue]; + retval.x = [[components objectAtIndex:0] VFloatValue]; + retval.y = [[components objectAtIndex:1] VFloatValue]; + retval.z = [[components objectAtIndex:2] VFloatValue]; return retval; } diff -Nru cenon.app-4.0.2/PSImportSub.h cenon.app-4.0.6+ds1/PSImportSub.h --- cenon.app-4.0.2/PSImportSub.h 2012-01-15 15:21:01.000000000 +0000 +++ cenon.app-4.0.6+ds1/PSImportSub.h 2015-06-09 16:05:23.000000000 +0000 @@ -1,40 +1,40 @@ /* PSImportSub.m * Subclass of PostScript import * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-09 * modified: 2002-07-15 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_PSIMPORTSUB -#define VHF_H_PSIMPORTSUB +#ifndef CEN_H_PSIMPORTSUB +#define CEN_H_PSIMPORTSUB #include #include @@ -59,4 +59,4 @@ @end -#endif // VHF_H_PSIMPORTSUB +#endif // CEN_H_PSIMPORTSUB diff -Nru cenon.app-4.0.2/PSImportSub.m cenon.app-4.0.6+ds1/PSImportSub.m --- cenon.app-4.0.2/PSImportSub.m 2012-01-15 15:21:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/PSImportSub.m 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* PSImportSub.m * Subclass of PostScript-import managing the creation of graphic objects * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-09 * modified: 2005-01-06 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/README cenon.app-4.0.6+ds1/README --- cenon.app-4.0.2/README 2013-04-10 12:34:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/README 2017-01-06 11:15:01.000000000 +0000 @@ -1,15 +1,17 @@ Cenon.app - Graphics Software with Style http://www.Cenon.info http://www.Cenon.com +http://www.Cenon.net http://www.Cenon.eu http://www.Cenon.ph http://www.Cenon.asia http://www.Cenon.biz +http://www.Cenon.de http://www.Cenon.at http://www.Cenon.ch -Version 4.0.2 -2013-04-10 +Version 4.0.6 +2017-01-06 Files @@ -18,7 +20,7 @@ NEWS some news README this file INSTALL how to install Cenon from source -LICENSE the vhf public license (vhfPL) +LICENSE the Cenon Public License (CenPL) Cenon @@ -75,5 +77,5 @@ Ilonka Fleischmann -Copyright (C) 1992 - 2013 by -vhf interservice GmbH +Copyright (C) 1992 - 2017 by +Cenon GmbH diff -Nru cenon.app-4.0.2/SVGImportSub.h cenon.app-4.0.6+ds1/SVGImportSub.h --- cenon.app-4.0.2/SVGImportSub.h 2010-07-19 05:55:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/SVGImportSub.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,40 +1,40 @@ /* SVGImportSub.m * Subclass of SVG import * - * Copyright (C) 2010 by vhf interservice GmbH + * Copyright (C) 2010 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-07-04 * modified: 2010-07-04 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_SVGIMPORTSUB -#define VHF_H_SVGIMPORTSUB +#ifndef CEN_H_SVGIMPORTSUB +#define CEN_H_SVGIMPORTSUB #include #include @@ -56,4 +56,4 @@ @end -#endif // VHF_H_SVGIMPORTSUB +#endif // CEN_H_SVGIMPORTSUB diff -Nru cenon.app-4.0.2/SVGImportSub.m cenon.app-4.0.6+ds1/SVGImportSub.m --- cenon.app-4.0.2/SVGImportSub.m 2012-05-21 08:43:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/SVGImportSub.m 2015-09-02 15:39:54.000000000 +0000 @@ -1,40 +1,41 @@ /* SVGImportSub.m * Subclass of SVG-import managing the creation of graphic objects * - * Copyright (C) 2010 by vhf interservice GmbH + * Copyright (C) 2010-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-07-04 - * modified: 2010-07-05 + * modified: 2015-09-02 (-setBounds: Prefs_ImportMoveToOrigin) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ #include #include +#include "PreferencesMacros.h" // Prefs_ImportMoveToOrigin #include "SVGImportSub.h" #include "Graphics.h" @@ -74,7 +75,7 @@ /* allocate a list */ -- allocateList +- (NSMutableArray*)allocateList { return [[NSMutableArray allocWithZone:[self zone]] init]; } @@ -112,7 +113,7 @@ /* allocate a group object * copy the objects in aList to the group, add the group to bList */ -- (void)addGroupList:(NSArray*)aList toList:bList +- (void)addGroupList:(NSMutableArray*)aList toList:bList { VGroup *g = [VGroup group]; int i; NSMutableArray *mutArray = [NSMutableArray array]; @@ -136,7 +137,7 @@ [bList addObject:g]; } -- (void)addGroupList:(NSArray*)aList toList:bList withTransform:(NSAffineTransform*)matrix +- (void)addGroupList:(NSMutableArray*)aList toList:bList withTransform:(NSAffineTransform*)matrix { VGroup *g = [VGroup group]; int i; NSMutableArray *mutArray = [NSMutableArray array]; @@ -277,7 +278,7 @@ */ - (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar at:(NSPoint)p toList:aList; { id fontObject; - VText *g = (VText*)[VText graphic]; + VText *g = [VText textGraphic]; // (VText*)[VText graphic]; [g setColor:state.strokeColor]; [g setFillColor:state.fillColor]; @@ -299,10 +300,14 @@ - (void)setBounds:(NSRect)bounds { int i; NSMutableArray *array = [self list]; - NSPoint p, p1, scaleCenter = NSZeroPoint; + NSPoint p = NSZeroPoint, p1 = NSZeroPoint, scaleCenter = NSZeroPoint; - p = NSMakePoint(-bounds.origin.x, -bounds.origin.y); - p1 = NSMakePoint(MMToInternal(10.0), MMToInternal(10.0)); + if ( Prefs_ImportMoveToOrigin ) + { p = NSMakePoint(-bounds.origin.x, -bounds.origin.y); // move to 0/0 + p1 = NSMakePoint(MMToInternal(10.0), MMToInternal(10.0)); // move to 10/10 + } + else + scaleCenter = bounds.origin; for (i=[array count]-1; i>=0; i--) { id g = [array objectAtIndex:i]; @@ -318,7 +323,7 @@ if ( scale != 1.0 ) [g scale:scale :scale withCenter:scaleCenter]; /* Move */ - [g moveBy:p1]; // move scaled graphics to 10/10 + [g moveBy:p1]; // move scaled graphics to 10/10 (FIXME: origin) } /* change order of elements in list */ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TileObject.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TileObject.h differ diff -Nru cenon.app-4.0.2/TileObject.h cenon.app-4.0.6+ds1/TileObject.h --- cenon.app-4.0.2/TileObject.h 2007-05-08 17:36:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/TileObject.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* TileObject.m * Object managing batch production * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-05-10 * Modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TILEOBJECT -#define VHF_H_TILEOBJECT +#ifndef CEN_H_TILEOBJECT +#define CEN_H_TILEOBJECT #include @@ -52,4 +52,4 @@ @end -#endif // VHF_H_TILEOBJECT +#endif // CEN_H_TILEOBJECT Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TileObject.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TileObject.m differ diff -Nru cenon.app-4.0.2/TileObject.m cenon.app-4.0.6+ds1/TileObject.m --- cenon.app-4.0.2/TileObject.m 2007-05-08 17:36:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/TileObject.m 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* TileObject.m * Object managing batch production * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-07 * Modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TilePanel.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TilePanel.h differ diff -Nru cenon.app-4.0.2/TilePanel.h cenon.app-4.0.6+ds1/TilePanel.h --- cenon.app-4.0.2/TilePanel.h 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/TilePanel.h 2014-11-04 11:55:48.000000000 +0000 @@ -1,33 +1,33 @@ /* TilePanel.h * Panel for batch production * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-08-08 - * modified: 2005-10-15 + * modified: 2014-10-21 (xDirButton, yDirButton, -setXYDirections: new) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TILEPANEL -#define VHF_H_TILEPANEL +#ifndef CEN_H_TILEPANEL +#define CEN_H_TILEPANEL #include @@ -38,21 +38,25 @@ id limitsPopUp; id limitsMatrix; id originSwitch; + IBOutlet NSButton *xDirButton; + IBOutlet NSButton *yDirButton; } - (BOOL)useAbsoluteDistance; - (NSPoint)distance; // distance values in panel fields (either relative or absolute) - (NSPoint)relativeDistance; // relative distance (between parts) +- (NSPoint)xyDirections; - (BOOL)limitSize; - (NSPoint)limits; - (BOOL)mustMoveMasterToOrigin; - (void)updatePanel:sender; - (void)setDistancePopup:sender; +- (IBAction)setXYDirections:(id)sender; - (void)set:sender; - (void)buildCopies:sender; - (void)removeTiles:sender; @end -#endif // VHF_H_TILEPANEL +#endif // CEN_H_TILEPANEL Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TilePanel.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TilePanel.m differ diff -Nru cenon.app-4.0.2/TilePanel.m cenon.app-4.0.6+ds1/TilePanel.m --- cenon.app-4.0.2/TilePanel.m 2012-01-06 15:03:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/TilePanel.m 2014-11-04 11:56:46.000000000 +0000 @@ -1,29 +1,31 @@ /* TilePanel.m * Panel for batch production * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-04-10 - * modified: 2008-07-19 (Document Units) + * modified: 2014-10-21 (-relativeDistance, -updatePanel:, ..., tileXYDirections) + * 2013-01-22 (-relativeDistance, -updatePanel:, ..., tileDistance , min/max) + * 2008-07-19 (Document Units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.com */ #include @@ -47,49 +49,54 @@ { static int prevSelectedItem = 0; Document *doc = [(App*)NSApp currentDocument]; DocView *view = [doc documentView]; - int min = 0, max = 99999; + float min = [doc convertToUnit:-99999.0], max = [doc convertToUnit:99999.0]; NSSize size = [view tileBounds].size; - NSPoint dist = [self distance]; + NSPoint d = [self distance]; NSString *string; - + if ([distPopup indexOfSelectedItem] == prevSelectedItem) return; switch ([distPopup indexOfSelectedItem]) { - case 0: // relative - string = buildRoundedString([doc convertToUnit:dist.x-size.width], min, max); - [[distanceMatrix cellAtRow:0 column:0] setStringValue:string]; - string = buildRoundedString([doc convertToUnit:dist.y-size.height], min, max); - [[distanceMatrix cellAtRow:1 column:0] setStringValue:string]; + case 0: // absolute -> relative + string = buildRoundedString([doc convertToUnit:(d.x-size.width)], min, max); + [[distanceMatrix cellAtRow:0 column:0] setStringValue:string]; + string = buildRoundedString([doc convertToUnit:(d.y-size.height)], min, max); + [[distanceMatrix cellAtRow:1 column:0] setStringValue:string]; break; - case 1: // absolute - string = buildRoundedString([doc convertToUnit:size.width +dist.x], min, max); - [[distanceMatrix cellAtRow:0 column:0] setStringValue:string]; - string = buildRoundedString([doc convertToUnit:size.height+dist.y], min, max); - [[distanceMatrix cellAtRow:1 column:0] setStringValue:string]; + case 1: // relative -> absolute + string = buildRoundedString([doc convertToUnit:(d.x+size.width)], min, max); + [[distanceMatrix cellAtRow:0 column:0] setStringValue:string]; + string = buildRoundedString([doc convertToUnit:(d.y+size.height)], min, max); + [[distanceMatrix cellAtRow:1 column:0] setStringValue:string]; } prevSelectedItem = [distPopup indexOfSelectedItem]; -} - -- (NSPoint)distance -{ Document *doc = [(App*)NSApp currentDocument]; - NSPoint p; - p.x = [doc convertFrUnit:[[distanceMatrix cellAtRow:0 column:0] floatValue]]; - p.y = [doc convertFrUnit:[[distanceMatrix cellAtRow:1 column:0] floatValue]]; - return p; + [self updatePanel:self]; // to display the new values } -- (NSPoint)relativeDistance -{ NSPoint p = [self distance]; - - if ([distPopup indexOfSelectedItem] == 1) - { DocView *view = [[(App*)NSApp currentDocument] documentView]; - NSSize size = [view tileBounds].size; +-(IBAction)setXYDirections:(id)sender +{ + if ([[[(NSButton*)sender image] name] isEqual:@"arrowRight"]) + [(NSButton*)sender setImage:[NSImage imageNamed:@"arrowLeft"]]; + else if ([[[(NSButton*)sender image] name] isEqual:@"arrowLeft"]) + [(NSButton*)sender setImage:[NSImage imageNamed:@"arrowRight"]]; + else if ([[[(NSButton*)sender image] name] isEqual:@"arrowUp"]) + [(NSButton*)sender setImage:[NSImage imageNamed:@"arrowDown"]]; + else if ([[[(NSButton*)sender image] name] isEqual:@"arrowDown"]) + [(NSButton*)sender setImage:[NSImage imageNamed:@"arrowUp"]]; + + [self set:self]; +} + +- (NSPoint)xyDirections +{ NSPoint xyDirs = NSMakePoint(1.0, 1.0); + + if ([[[xDirButton image] name] isEqual:@"arrowLeft"]) + xyDirs.x = 0.0; + if ([[[yDirButton image] name] isEqual:@"arrowDown"]) + xyDirs.y = 0.0; - p.x = Max(p.x-size.width, 0.0); - p.y = Max(p.y-size.height, 0.0); - } - return p; + return xyDirs; } - (BOOL)limitSize @@ -99,7 +106,7 @@ - (NSPoint)limits { Document *doc = [(App*)NSApp currentDocument]; - NSPoint p; + NSPoint p; p.x = [[limitsMatrix cellAtRow:0 column:0] floatValue]; p.y = [[limitsMatrix cellAtRow:1 column:0] floatValue]; @@ -116,12 +123,64 @@ return ( [(NSButton*)originSwitch state] == 0 ) ? NO : YES; } +/* return the Value in the TilePanel - nothing else */ +- (NSPoint)distance +{ Document *doc = [(App*)NSApp currentDocument]; + NSPoint p; + float min = -99999.0, max = 99999.0; + + p.x = [doc convertFrUnit:[[distanceMatrix cellAtRow:0 column:0] floatValue]]; + p.y = [doc convertFrUnit:[[distanceMatrix cellAtRow:1 column:0] floatValue]]; + + /* min max check ! ! ! */ + if (p.x < min ) p.x = min; + if (p.x > max ) p.x = max; + if (p.y < min ) p.y = min; + if (p.y > max ) p.y = max; + + return p; +} + +/* + * calculate the correct tileDistance corresponding to xyDirections + * this value will be saved in DocView + */ +- (NSPoint)relativeDistance +{ DocView *view = [[(App*)NSApp currentDocument] documentView]; + NSSize size = [view tileBounds].size; + NSPoint p = [self distance]; + + /* distance value is absolut */ + if ([distPopup indexOfSelectedItem] == 1) // absolute + { + /* change distance to positive - so negative values if Value is smaller size */ + p.x = Abs(p.x); + p.y = Abs(p.y); + + if (p.x <= TOLERANCE) // we dont accept 0 + p.x = size.width; + if (p.y <= TOLERANCE) + p.y = size.height; + + p.x = p.x-size.width; + p.y = p.y-size.height; + } + else // distance value is relativ + { + if ( p.x < 0.0 ) // negativ until size for inside moving, but not 0 + p.x = (Abs(p.x) > size.width +TOLERANCE) ? (Abs(p.x)) : ((Diff(Abs(p.x), size.width) < TOLERANCE) ? (0.0) : (p.x)); + if ( p.y < 0.0 ) + p.y = (Abs(p.y) > size.height+TOLERANCE) ? (Abs(p.y)) : ((Diff(Abs(p.y), size.height) < TOLERANCE) ? (0.0) : (p.y)); + } + return p; +} - (void)createTilesAsCopy:(BOOL)buildCopy { Document *doc = [(App*)NSApp currentDocument]; DocView *view = [doc documentView]; NSSize viewSize = [view bounds].size; NSPoint dist = [self relativeDistance], limits = [self limits]; + NSPoint dirs = [self xyDirections]; BOOL limitSize = [self limitSize]; BOOL moveToOrigin = [self mustMoveMasterToOrigin]; @@ -142,9 +201,11 @@ } if ( buildCopy ) - [view buildTileCopies:limits limitSize:limitSize distance:dist moveToOrigin:moveToOrigin]; + [view buildTileCopies:limits limitSize:limitSize distance:dist directions:dirs moveToOrigin:moveToOrigin]; else - [view setTileWithLimits:limits limitSize:limitSize distance:dist moveToOrigin:moveToOrigin]; + [view setTileWithLimits:limits limitSize:limitSize distance:dist directions:dirs moveToOrigin:moveToOrigin]; + + [self updatePanel:self]; } /* @@ -173,20 +234,23 @@ /* * updatePanel: is used to copy the existing situation into the Tile panel - * modified: 2008-07-19 (Document Units) + * modified: 2014-10-21 (tileXYDirections) + * 2008-07-19 (Document Units) */ - (void)updatePanel:sender { Document *doc = ([sender isKindOfClass:[DocWindow class]]) ? [sender document] : [(App*)NSApp currentDocument]; DocView *view = [doc documentView]; - NSPoint p; - float min = [doc convertMMToUnit:-500.0], max = [doc convertMMToUnit:500.0]; + NSPoint p, pDirs; + float min = [doc convertToUnit:-99999.0], max = [doc convertToUnit:99999.0]; NSSize size = [view tileBounds].size; /* tile distance */ - p = [view tileDistance]; // this is always relative + p = [view tileDistance]; // this is always relative + pDirs = [view tileXYDirections]; // weather we go to right/left up/down if ([distPopup indexOfSelectedItem] == 1) // absolute distance p = NSMakePoint(p.x+size.width, p.y+size.height); + [[distanceMatrix cellAtRow:0 column:0] setStringValue:buildRoundedString([doc convertToUnit:p.x], min, max)]; [[distanceMatrix cellAtRow:1 column:0] setStringValue:buildRoundedString([doc convertToUnit:p.y], min, max)]; @@ -222,6 +286,15 @@ [limitsPopUp selectItemAtIndex:0]; } } + + if (pDirs.x) + [xDirButton setImage:[NSImage imageNamed:@"arrowRight"]]; + else + [xDirButton setImage:[NSImage imageNamed:@"arrowLeft"]]; + if (pDirs.y) + [yDirButton setImage:[NSImage imageNamed:@"arrowUp"]]; + else + [yDirButton setImage:[NSImage imageNamed:@"arrowDown"]]; } @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TileScrollView.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TileScrollView.h differ diff -Nru cenon.app-4.0.2/TileScrollView.h cenon.app-4.0.6+ds1/TileScrollView.h --- cenon.app-4.0.2/TileScrollView.h 2013-07-04 14:21:27.000000000 +0000 +++ cenon.app-4.0.6+ds1/TileScrollView.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,42 +1,44 @@ /* * TileScrollView.h * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1993 - * Modified: 2013-06-29 (-scaleTo: new - scale to saved scaleFactor) + * Modified: 2014-06-14 (-scaleTo:, -scale: float -> VFloat) + * 2013-06-29 (-scaleTo: new - scale to saved scaleFactor) * 2012-08-13 (scaleFactor is VFloat now) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TILESCROLLVIEW -#define VHF_H_TILESCROLLVIEW +#ifndef CEN_H_TILESCROLLVIEW +#define CEN_H_TILESCROLLVIEW #include #include @interface TileScrollView:NSScrollView { - id box; - id resPopupListButton; + id box; + IBOutlet NSPopUpButton *resPopupListButton; + id document; VFloat oldScaleFactor; } @@ -44,21 +46,23 @@ /* instance methods */ - initWithFrame:(NSRect)theFrame; - (void)setDocument:docu; + - (void)zoomIn:sender; - (void)zoomOut:sender; - (void)magnify:sender; -- (void)magnifyRegion:(NSRect)region; - (void)changeScale:sender; -- (void)scaleTo:(float)scaleFactor; -- (float)scaleFactor; + +- (void)magnifyRegion:(NSRect)region; +- (void)scaleTo:(VFloat)scaleFactor; +- (VFloat)scaleFactor; - (void)tile; - (void)setDocumentView:(NSView *)aView; @end @interface possibleDocument:NSObject -- (void)scale:(float)x :(float)y withCenter:(NSPoint)center; +- (void)scale:(VFloat)x :(VFloat)y withCenter:(NSPoint)center; - (void)setMagnify:(BOOL)flag; @end -#endif // VHF_H_TILESCROLLVIEW +#endif // CEN_H_TILESCROLLVIEW Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._TileScrollView.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._TileScrollView.m differ diff -Nru cenon.app-4.0.2/TileScrollView.m cenon.app-4.0.6+ds1/TileScrollView.m --- cenon.app-4.0.2/TileScrollView.m 2013-07-04 14:38:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/TileScrollView.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,31 +1,32 @@ /* * TileScrollView.m * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1993 - * Modified: 2013-06-29 (-scaleTo: new - scale to saved scaleFactor) + * Modified: 2013-06-29 (-scaleTo: new, scale to saved scaleFactor) * 2012-08-13 (call of [document -scale:...] with NSSize, scaleFactor, scale -> VFloat) * 2009-09-22 (-magnifyRegion: zero region -> scale to next zoom step, not 5000%) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@vhf.biz + * http://www.Cenon.de + * http://www.cenon.info */ #include @@ -221,7 +222,7 @@ [[self window] makeFirstResponder:[document documentView]]; } -- (void)scaleTo:(float)scaleFactor +- (void)scaleTo:(VFloat)scaleFactor { NSPoint center; NSRect bRect; @@ -229,7 +230,7 @@ { int row = -1; for (row=0; row<[resPopupListButton numberOfItems]; row++) - if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, scaleFactor) < 0.001) + if (Diff((VFloat)[[resPopupListButton itemAtIndex:row] tag] / 100.0, scaleFactor) < 0.001) [resPopupListButton selectItemAtIndex:row]; #if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 @@ -249,7 +250,7 @@ [[self window] makeFirstResponder:[document documentView]]; } -- (float)scaleFactor +- (VFloat)scaleFactor { return oldScaleFactor; } diff -Nru cenon.app-4.0.2/TransformPanel.subproj/GNUmakefile cenon.app-4.0.6+ds1/TransformPanel.subproj/GNUmakefile --- cenon.app-4.0.2/TransformPanel.subproj/GNUmakefile 2009-06-19 02:52:30.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/GNUmakefile 2014-08-17 15:37:32.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the TransformPanel subproject # -# Copyright (C) 2000-2009 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPAlign.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPAlign.h differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPAlign.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TPAlign.h --- cenon.app-4.0.2/TransformPanel.subproj/TPAlign.h 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPAlign.h 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* TPAlign.m * Transform panel - align * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-11 * Modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPAlign.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPAlign.m --- cenon.app-4.0.2/TransformPanel.subproj/TPAlign.m 2012-01-06 17:14:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPAlign.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* TPAlign.m * Transform panel - align * - * Copyright (C) 1996-2005 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-11 * Modified: 2005-04-25 (clean up) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "TransformPanel.h" @@ -72,8 +72,8 @@ } for (l=0, cnt = [slayList count]; l #include #include #include "../App.h" -@interface TPBasicLevel:NSPanel +@interface TPBasicLevel:NSPanel { id window; // the data panel } @@ -51,4 +51,4 @@ @end -#endif // VHF_H_TPBASICLEVEL +#endif // CEN_H_TPBASICLEVEL Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPBasicLevel.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPBasicLevel.m differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPBasicLevel.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPBasicLevel.m --- cenon.app-4.0.2/TransformPanel.subproj/TPBasicLevel.m 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPBasicLevel.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* - * TPBasicLebel.m + * TPBasicLevel.m * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-03-03 * Modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "TPBasicLevel.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPMix.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPMix.h differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPMix.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMix.h --- cenon.app-4.0.2/TransformPanel.subproj/TPMix.h 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMix.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* TPMix.m * Transform panel for randomly mixing object positions on page * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-11 * Modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPMix.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMix.m --- cenon.app-4.0.2/TransformPanel.subproj/TPMix.m 2012-01-06 17:17:36.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMix.m 2014-08-17 15:37:28.000000000 +0000 @@ -1,37 +1,36 @@ /* TPMix.m * Transform panel for randomly mixing object positions on page * - * Copyright (C) 1996-2002 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1999-03-30 - * Modified: 2002-07-15 + * Modified: 2013-10-05 (Clean-Up) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@vhf.biz + * http://www.Cenon.de */ #include -#ifndef GNUSTEP_BASE_VERSION // only needed for OpenStep for MACH -#ifndef __APPLE__ +//#include // random() +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2, MACH # include // random() #endif -#endif #include "TPMix.h" #include "../App.h" #include "../DocView.h" @@ -40,8 +39,8 @@ #include "../Graphics.h" #include "../graphicsUndo.subproj/undo.h" -#define MIX_DONTMIX 0 -#define MIX_DONTMIXLAYER 1 +#define MIX_DONTMIX 0 +#define MIX_DONTMIXLAYER 1 @implementation TPMix @@ -56,7 +55,11 @@ { } -#define Rand() Min( 1.0, ((float)random() / 2147483647.0 + 0.05) ) +#ifndef __WIN32__ // Apple, Linux, OpenStep +# define Rand() Min( 1.0, ((float)random() / 2147483647.0 + 0.05) ) +#else // Windows, (Apple) +# define Rand() Min( 1.0, ((float)rand() / 2147483647.0 + 0.05) ) +#endif /* mix positions */ - (void)mix:sender @@ -77,7 +80,7 @@ if ( ![layer editable] ) continue; for ( i=[slist count]-1; i>=0; i-- ) - { id g0 = [slist objectAtIndex:i], g1 = nil; + { id g0 = [slist objectAtIndex:i], g1 = nil; NSPoint p0, p1; NSRect rect0, rect1; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPMove.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPMove.h differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPMove.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMove.h --- cenon.app-4.0.2/TransformPanel.subproj/TPMove.h 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMove.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* TPMove.h * Transform panel for moving objects * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-11-20 * Modified: 2002-11-20 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPMove.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPMove.m differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPMove.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMove.m --- cenon.app-4.0.2/TransformPanel.subproj/TPMove.m 2008-07-19 08:16:47.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPMove.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,29 +1,29 @@ /* TPMove.m * Transform panel for moving objects * - * Copyright (C) 2002-2008 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2002-11-20 * Modified: 2008-07-19 (document units) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "TransformPanel.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPRotate.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPRotate.h differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPRotate.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TPRotate.h --- cenon.app-4.0.2/TransformPanel.subproj/TPRotate.h 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPRotate.h 2014-08-17 15:37:30.000000000 +0000 @@ -1,29 +1,29 @@ /* TPRotate.h * Transform panel for rotating objects * - * Copyright (C) 2000-2005 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2000-06-25 * Modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TPRotate.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TPRotate.m differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPRotate.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPRotate.m --- cenon.app-4.0.2/TransformPanel.subproj/TPRotate.m 2007-05-08 17:37:08.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPRotate.m 2014-08-17 15:37:29.000000000 +0000 @@ -1,29 +1,29 @@ /* TPRotate.m * Transform panel for rotating objects * - * Copyright 1996-2003 by vhf interservice GmbH + * Copyright 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 2000-06-26 * Modified: 2003-06-26 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "TransformPanel.h" diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPScale.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TPScale.h --- cenon.app-4.0.2/TransformPanel.subproj/TPScale.h 2011-03-03 10:08:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPScale.h 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* TPScale.h * Transform panel for scaling objects * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-04-22 * Modified: 2011-03-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TPScale.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TPScale.m --- cenon.app-4.0.2/TransformPanel.subproj/TPScale.m 2012-01-06 17:18:13.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TPScale.m 2017-05-14 09:39:25.000000000 +0000 @@ -1,29 +1,29 @@ /* TPScale.m * Transform panel for scaling objects * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2017 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-04-22 * Modified: 2011-03-03 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "TransformPanel.h" diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TransformPanel.h cenon.app-4.0.6+ds1/TransformPanel.subproj/TransformPanel.h --- cenon.app-4.0.2/TransformPanel.subproj/TransformPanel.h 2011-03-03 10:21:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TransformPanel.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* TransformPanel.h * Cenon panel for transforming graphic objects * - * Copyright (C) 1995-2011 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-08-10 * Modified: 2006-11-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TRANSFORMPANEL -#define VHF_H_TRANSFORMPANEL +#ifndef CEN_H_TRANSFORMPANEL +#define CEN_H_TRANSFORMPANEL #include #include "TPBasicLevel.h" @@ -57,7 +57,7 @@ id rotatePanel; id activeWindow; - id dataView; + NSView *dataView; } - init; @@ -71,4 +71,4 @@ @end -#endif // VHF_H_TRANSFORMPANEL +#endif // CEN_H_TRANSFORMPANEL Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/TransformPanel.subproj/._TransformPanel.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/TransformPanel.subproj/._TransformPanel.m differ diff -Nru cenon.app-4.0.2/TransformPanel.subproj/TransformPanel.m cenon.app-4.0.6+ds1/TransformPanel.subproj/TransformPanel.m --- cenon.app-4.0.2/TransformPanel.subproj/TransformPanel.m 2007-05-08 17:37:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/TransformPanel.subproj/TransformPanel.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* TransformPanel.m * Cenon panel for transforming graphic objects * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1996-04-22 * Modified: 2006-11-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._type1Encoding.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._type1Encoding.h differ diff -Nru cenon.app-4.0.2/type1Encoding.h cenon.app-4.0.6+ds1/type1Encoding.h --- cenon.app-4.0.2/type1Encoding.h 2007-05-08 17:36:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/type1Encoding.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* type1Encoding.h * Default encoding of type 1 fonts used for Type 1 import * - * Copyright (C) 1995-2004 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-07-30 * Modified: 2004-12-13 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TYPE1ENCODING -#define VHF_H_TYPE1ENCODING +#ifndef CEN_H_TYPE1ENCODING +#define CEN_H_TYPE1ENCODING #include "Type1Font.h" @@ -43,4 +43,4 @@ #define IsoLatin1EncodingCnt 201 static Encoding isoLatin1Encoding[] = {{"A", 0101}, {"AE", 0306}, {"Aacute", 0301}, {"Acircumflex", 0302}, {"Adieresis", 0304}, {"Agrave", 0300}, {"Aring", 0305}, {"Atilde", 0303}, {"B", 0102}, {"C", 0103}, {"Ccedilla", 0307}, {"D", 0104}, {"E", 0105}, {"Eacute", 0311}, {"Ecircumflex", 312}, {"Edieresis", 0313}, {"Egrave", 0310}, {"Eth", 0320}, {"F", 0106}, {"G", 0107}, {"H", 0110}, {"I", 0111}, {"Iacute", 0315}, {"Icircumflex", 0316}, {"Idieresis", 0317}, {"Igrave", 0314}, {"J", 0112}, {"K", 0113}, {"L", 0114}, {"M", 0115}, {"N", 0116}, {"Ntilde", 0321}, {"O", 0117}, {"Oacute", 0323}, {"Ocircumflex", 0324}, {"Odieresis", 0326}, {"Ograve", 0322}, {"Oslash", 0330}, {"Otilde", 0325}, {"P", 0120}, {"Q", 0121}, {"R", 0122}, {"S", 0123}, {"T", 0124}, {"Thorn", 0336}, {"U", 0125}, {"Uacute", 0332}, {"Ucircumflex", 0333}, {"Udieresis", 0334}, {"Ugrave", 0331}, {"V", 0126}, {"W", 0127}, {"X", 0130}, {"Y", 0131}, {"Yacute", 0335}, {"Z", 0132}, {"a", 0141}, {"aacute", 0341}, {"acircumflex", 0342}, {"acute", 0222}, {"acute", 0264}, {"adieresis", 0344}, {"ae", 0346}, {"agrave", 0340}, {"ampersand", 0046}, {"aring", 0345}, {"asciicircum", 0136}, {"asciitilde", 0176}, {"asterisk", 0052}, {"at", 0100}, {"atilde", 0343}, {"b", 0142}, {"backslash", 0134}, {"bar", 0174}, {"braceleft", 0173}, {"braceright", 0175}, {"bracketleft", 0133}, {"bracketright", 0135}, {"breve", 0226}, {"brokenbar", 0246}, {"c", 0143}, {"caron", 0237}, {"ccedilla", 0347}, {"cedilla", 0270}, {"cent", 0242}, {"cirumflex", 0223}, {"colon", 0072}, {"comma", 0054}, {"copyright", 0251}, {"currency", 0244}, {"d", 0144}, {"degree", 0260}, {"dieresis", 0250}, {"divide", 0367}, {"dollar", 0044}, {"dotaccent", 0227}, {"dotlessi", 0220}, {"e", 0145}, {"eacute", 0351}, {"ecircumflex", 0352}, {"edieresis", 0353}, {"egrave", 0350}, {"eight", 0070}, {"equal", 0075}, {"eth", 0360}, {"exclam", 0041}, {"exclamdown", 0241}, {"f", 0146}, {"five", 0065}, {"four", 0064}, {"g", 0147}, {"germandbls", 0337}, {"grave", 0221}, {"greater", 0076}, {"guillemotleft", 0253}, {"guillemotright", 0273}, {"h", 0150}, {"hungarumlaut", 0235}, {"hyphen", 0255}, {"i", 0151}, {"iacute", 0355}, {"icircumflex", 0356}, {"idiresis", 0357}, {"igrave", 0354}, {"j", 0152}, {"k", 0153}, {"l", 0154}, {"less", 0074}, {"logicalnot", 0254}, {"m", 0155}, {"macron", 0257}, {"minus", 0055}, {"mu", 0265}, {"multiply", 0327}, {"n", 0156}, {"nine", 0071}, {"ntilde", 0361}, {"numbersign", 0043}, {"o", 0157}, {"oacute", 0363}, {"ocirumflex", 0364}, {"odiresis", 0366}, {"ogonek", 0236}, {"ograve", 0362}, {"one", 0061}, {"onehalf", 0275}, {"onequarter", 0274}, {"onesuperior", 0271}, {"ordfeminine", 0252}, {"ordmasculine", 0272}, {"oslash", 0370}, {"otilde", 0365}, {"p", 0160}, {"paragraph", 0266}, {"parenleft", 0050}, {"parenright", 0051}, {"percent", 0045}, {"period", 0056}, {"periodcentered", 0267}, {"plus", 0053}, {"plusminus", 0261}, {"q", 0161}, {"question", 0077}, {"questiondown", 0277}, {"quotedbl", 0042}, {"quoteleft", 0140}, {"quoteright", 0047}, {"r", 0162}, {"registered", 0256}, {"ring", 0232}, {"s", 0163}, {"section", 0247}, {"semicolon", 0073}, {"seven", 0067}, {"six", 0066}, {"slash", 0057}, {"space", 0040}, {"sterling", 0243}, {"t", 0164}, {"thorn", 0376}, {"three", 0063}, {"threequarters", 0276}, {"threesuperior", 0263}, {"tilde", 0224}, {"two", 0062}, {"twosuperior", 0262}, {"u", 0165}, {"uacute", 0372}, {"ucircumflex", 0373}, {"udieresis", 0374}, {"ugrave", 0371}, {"underscore", 0137}, {"v", 0166}, {"w", 0167}, {"x", 0170}, {"y", 0171}, {"yacute", 0375}, {"ydieresis", 0377}, {"yen", 0245}, {"z", 0172}, {"zero", 0060}}; -#endif // VHF_H_TYPE1ENCODING +#endif // CEN_H_TYPE1ENCODING Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Type1Font.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Type1Font.h differ diff -Nru cenon.app-4.0.2/Type1Font.h cenon.app-4.0.6+ds1/Type1Font.h --- cenon.app-4.0.2/Type1Font.h 2007-05-08 17:36:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1Font.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,39 +1,39 @@ /* Type1Font.h * Type 1 Font object used for the type 1 import * - * Copyright (C) 1996-2006 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-03-13 * modified: 2006-02-06 (cleanup) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TYPE1FONT -#define VHF_H_TYPE1FONT +#ifndef CEN_H_TYPE1FONT +#define CEN_H_TYPE1FONT #include #include "type1Funs.h" #define MAXCHARNAMELEN 20 -#define COPYRIGHT "Copyright (C) 2006 vhf interservice GmbH. All rights reserved." +#define COPYRIGHT "Copyright (C) 2006 Cenon GmbH. All rights reserved." #define FONTTAG_GRID 1 #define FONTTAG_STEM 2 @@ -42,10 +42,10 @@ typedef struct _Metrics { - int index; - NSString *name; - float bbox[4]; - float width; + int index; + NSString *name; + float bbox[4]; + float width; }Metrics; typedef struct _T1FontInfo @@ -56,10 +56,10 @@ NSString *fullName; NSString *familyName; NSString *weight; - int italicAngle; - BOOL isFixedPitch; - long underlinePosition; - long underlineThickness; + int italicAngle; + BOOL isFixedPitch; + long underlinePosition; + long underlineThickness; }T1FontInfo; typedef struct _Encoding @@ -120,7 +120,7 @@ float capHeight; float xHeight; float descender; - NSMutableArray *afmNoPlace; + NSArray *afmNoPlace; int afmNoPlaceCnt; float gridOffset; @@ -198,4 +198,4 @@ @end -#endif // VHF_H_TYPE1FONT +#endif // CEN_H_TYPE1FONT Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Type1Font.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Type1Font.m differ diff -Nru cenon.app-4.0.2/Type1Font.m cenon.app-4.0.6+ds1/Type1Font.m --- cenon.app-4.0.2/Type1Font.m 2012-02-07 12:39:41.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1Font.m 2016-11-13 15:41:05.000000000 +0000 @@ -1,33 +1,36 @@ /* Type1Font.m * Type 1 Font object used for the type 1 import * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-11-26 - * modified: 2012-02-07 (-writeToFile: 2x use -writeToFile:...encoding:error:) + * modified: 2015-03-13 ("-writeToFile: reduced to simplest c for subrs and charString ecryption use NSUTF8StringEncoding) + * 2014-07-06 ("4 random bytes" with legal characters) + * 2012-02-07 (-writeToFile: 2x use -writeToFile:...encoding:error:) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include #include +#include // -createDirectoryAtPath:recursive: #include "PreferencesMacros.h" #include "locations.h" #include "Graphics.h" @@ -55,7 +58,7 @@ - init { gridOffset = 150.0; // 150.0; - afmNoPlace = [[NSArray alloc] initWithObjects:@"Aacute", @"Acircumflex", @"Adieresis", @"Agrave", @"Aring", @"Atilde", @"Ccedilla", @"Eacute", @"Ecircumflex", @"Edieresis", @"Egrave", @"Eth", @"Iacute", @"Icircumflex", @"Idieresis", @"Igrave", @"Ntilde", @"Oacute", @"Ocircumflex", @"Odieresis", @"Ograve", @"Otilde", @"Thorn", @"Uacute", @"Ucircumflex", @"Udieresis", @"Ugrave", @"Yacute", @"aacute", @"acircumflex", @"adieresis", @"agrave", @"aring", @"atilde", @"ccedilla", @"copyright", @"divide", @"eacute", @"ecircumflex", @"edieresis", @"egrave", @"eth", @"iacute", @"icircumflex", @"idieresis", @"igrave", @"logicalnot", @"mu", @"multiply", @"ntilde", @"oacute", @"ocircumflex", @"odieresis", @"ograve", @"onehalf", @"onequarter", @"onesuperior", @"otilde", @"plusminus", @"registered", @"thorn", @"threequarters", @"threesuperior", @"twosuperior", @"uacute", @"ucircumflex", @"udieresis", @"ugrave", @"yacute", @"ydieresis", nil]; + afmNoPlace = [[NSMutableArray alloc] initWithObjects:@"Aacute", @"Acircumflex", @"Adieresis", @"Agrave", @"Aring", @"Atilde", @"Ccedilla", @"Eacute", @"Ecircumflex", @"Edieresis", @"Egrave", @"Eth", @"Iacute", @"Icircumflex", @"Idieresis", @"Igrave", @"Ntilde", @"Oacute", @"Ocircumflex", @"Odieresis", @"Ograve", @"Otilde", @"Thorn", @"Uacute", @"Ucircumflex", @"Udieresis", @"Ugrave", @"Yacute", @"aacute", @"acircumflex", @"adieresis", @"agrave", @"aring", @"atilde", @"ccedilla", @"copyright", @"divide", @"eacute", @"ecircumflex", @"edieresis", @"egrave", @"eth", @"iacute", @"icircumflex", @"idieresis", @"igrave", @"logicalnot", @"mu", @"multiply", @"ntilde", @"oacute", @"ocircumflex", @"odieresis", @"ograve", @"onehalf", @"onequarter", @"onesuperior", @"otilde", @"plusminus", @"registered", @"thorn", @"threequarters", @"threesuperior", @"twosuperior", @"uacute", @"ucircumflex", @"udieresis", @"ugrave", @"yacute", @"ydieresis", nil]; afmNoPlaceCnt = [afmNoPlace count]; metricsCnt = 0; scale = 10.0; // back scale when we save !! @@ -877,12 +880,14 @@ return NO; } /* rename to backup */ - if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename handler:nil]) || ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename handler:nil]) ) + if ( ([fileManager fileExistsAtPath:backupFilename] && ![fileManager removeFileAtPath:backupFilename error:nil]) || + ([fileManager fileExistsAtPath:filename] && ![fileManager movePath:filename toPath:backupFilename error:nil]) ) { NSRunAlertPanel(SAVE_TITLE, CANT_CREATE_BACKUP, nil, nil, nil); return NO; } /* create file directory */ - else if ( isDirectory && [fileManager createDirectoryAtPath:filename attributes:nil] ) + else if ( isDirectory && [fileManager createDirectoryAtPath:filename + recursive:NO attributes:nil error:nil] ) { fileDirectory = filename; filename = [fileDirectory stringByAppendingPathComponent:[[filename stringByDeletingPathExtension] lastPathComponent]]; @@ -891,155 +896,255 @@ /* save */ if ([fileManager isWritableFileAtPath:fileDirectory]) - { NSString *fontStr, *eexecStr, *afmStr; - int i, len=0; + { NSString *fontStr, *afmStr; //, *eexecStr + NSData *fontData = nil; + char fontStrC[150001]="", eexecStrC[100000]="", str[50000]="", *exCP; + int i, j, len=0, eexexLen=0; + const char *fontStrConstC = NULL; fontStr = [NSString stringWithFormat:@"%%!FontType1-1.0: %@ %@\n", fontName, fontInfo.version]; fontStr = [fontStr stringByAppendingFormat:@"%%%%CreationDate: %@\n", [[NSCalendarDate date] descriptionWithCalendarFormat:@"%a %b %d %H:%M:%S %Y"]]; - fontStr = [fontStr stringByAppendingFormat:@"%%%%VMusage: %d %d\n", 27647, 34029]; - fontStr = [fontStr stringByAppendingFormat:@"%%%@\n", fontInfo.copyright]; - /* font dict */ - fontStr = [fontStr stringByAppendingFormat:@"14 dict begin\n"]; - /* fontInfo dict */ - fontStr = [fontStr stringByAppendingFormat:@"/FontInfo 10 dict dup begin\n"]; - fontStr = [fontStr stringByAppendingFormat:@"/version (%@) readonly def\n", fontInfo.version]; - fontStr = [fontStr stringByAppendingFormat:@"/Notice (%s) readonly def\n", COPYRIGHT]; - fontStr = [fontStr stringByAppendingFormat:@"/FullName (%@) readonly def\n", fontInfo.fullName]; - fontStr = [fontStr stringByAppendingFormat:@"/FamilyName (%@) readonly def\n", fontInfo.familyName]; - fontStr = [fontStr stringByAppendingFormat:@"/Weight (%@) readonly def\n", fontInfo.weight]; - fontStr = [fontStr stringByAppendingFormat:@"/ItalicAngle %d def\n", 0]; - fontStr = [fontStr stringByAppendingFormat:@"/isFixedPitch %s def\n", (fontInfo.isFixedPitch)? "true" : "false"]; - fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %d def\n", fontInfo.underlinePosition]; - fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %d def\n", fontInfo.underlineThickness]; - fontStr = [fontStr stringByAppendingFormat:@"end readonly def\n"]; - /* font dict */ - fontStr = [fontStr stringByAppendingFormat:@"/FontName /%@ def\n", fontName]; - fontStr = [fontStr stringByAppendingFormat:@"/PaintType %d def\n", paintType]; - if (paintType == 2) - fontStr = [fontStr stringByAppendingFormat:@"/StrokeWidth %d def\n", 10]; - fontStr = [fontStr stringByAppendingFormat:@"/FontType %d def\n", fontType]; // 1 for type1 fonts -// m = fontMatrix; - fontStr = [fontStr stringByAppendingFormat:@"/FontMatrix [0.001 0 0 0.001 0 0] readonly def\n"]; -// NXPrintf(stream, "/FontMatrix [%f %f %f %f %f %f] readonly def\n", m[0], m[1], m[2], m[3], m[4], m[5]); - -// Encoding !!! - fontStr = [fontStr stringByAppendingFormat:@"/Encoding StandardEncoding def\n"]; - fontStr = [fontStr stringByAppendingFormat:@"/FontBBox {%.0f %.0f %.0f %.0f} readonly def\n", fontBBox[0], fontBBox[1], fontBBox[2], fontBBox[3]]; - fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; - fontStr = [fontStr stringByAppendingFormat:@"currentdict end\n"]; - - /* eexec */ - fontStr = [fontStr stringByAppendingFormat:@"currentfile eexec\n"]; - - eexecStr = [NSString stringWithFormat:@"%s", "]|]®"]; /* 4 random bytes */ - eexecStr = [eexecStr stringByAppendingFormat:@"userdict"]; - eexecStr = [eexecStr stringByAppendingFormat:@"/RD{string currentfile exch readstring pop}executeonly put\n"]; - eexecStr = [eexecStr stringByAppendingFormat:@"userdict/ND{noaccess def}executeonly put\n"]; - eexecStr = [eexecStr stringByAppendingFormat:@"userdict/NP{noaccess put}executeonly put\n"]; - eexecStr = [eexecStr stringByAppendingFormat:@"dup/Private 8 dict dup begin\n"]; - eexecStr = [eexecStr stringByAppendingFormat:@"/BlueValues [%.0f %.0f %.0f %.0f %.0f %.0f] noaccess def\n", privateDict.blueValues[0], privateDict.blueValues[1], privateDict.blueValues[2], privateDict.blueValues[3], privateDict.blueValues[4], privateDict.blueValues[5]]; - eexecStr = [eexecStr stringByAppendingFormat:@"/MinFeature{%.0f %.0f}noaccess def\n", privateDict.minFeature[0], privateDict.minFeature[1]]; - eexecStr = [eexecStr stringByAppendingFormat:@"/password 5839 def\n"]; - eexecStr = [eexecStr stringByAppendingFormat:@"/Source (%@) readonly def\n", privateDict.source]; - eexecStr = [eexecStr stringByAppendingFormat:@"/UniqueID %d def\n", uniqueID]; - eexecStr = [eexecStr stringByAppendingFormat:@"/OtherSubrs[{}{}{}\n\ - { %% coloring subr number on stack\ - systemdict /internaldict known not\n\ - {pop 3} %% return null subr\n\ - { 1183615869 systemdict /internaldict get exec\n\ - dup /startlock known\n\ - {/startlock get exec} %% return new coloring subr\n\ - { dup /strtlck known %% other name for startlock\n\ - {/strtlck get exec}\n\ - {pop 3} %% return null subr\n\ - ifelse}\n\ - ifelse }\n\ - ifelse\n\ - } executeonly\n\ -]noaccess def\n"]; + fontStr = [fontStr stringByAppendingFormat:@"%%%%VMusage: %d %d\n", 27647, 34029]; + fontStr = [fontStr stringByAppendingFormat:@"%%%@\n", fontInfo.copyright]; - /* subrs */ - eexecStr = [eexecStr stringByAppendingFormat:@"/Subrs %d array\n", privateDict.subrsCnt]; + /* font dict */ + fontStr = [fontStr stringByAppendingFormat:@"14 dict begin\n"]; + /* fontInfo dict */ + fontStr = [fontStr stringByAppendingFormat:@"/FontInfo 10 dict dup begin\n"]; + fontStr = [fontStr stringByAppendingFormat:@"/version (%@) readonly def\n", fontInfo.version]; + fontStr = [fontStr stringByAppendingFormat:@"/Notice (%s) readonly def\n", COPYRIGHT]; + fontStr = [fontStr stringByAppendingFormat:@"/FullName (%@) readonly def\n", fontInfo.fullName]; + fontStr = [fontStr stringByAppendingFormat:@"/FamilyName (%@) readonly def\n", fontInfo.familyName]; + fontStr = [fontStr stringByAppendingFormat:@"/Weight (%@) readonly def\n", fontInfo.weight]; + fontStr = [fontStr stringByAppendingFormat:@"/ItalicAngle %d def\n", 0]; + fontStr = [fontStr stringByAppendingFormat:@"/isFixedPitch %s def\n", (fontInfo.isFixedPitch)? "true" : "false"]; + fontStr = [fontStr stringByAppendingFormat:@"/UnderlinePosition %ld def\n", fontInfo.underlinePosition]; + fontStr = [fontStr stringByAppendingFormat:@"/UnderlineThickness %ld def\n", fontInfo.underlineThickness]; + fontStr = [fontStr stringByAppendingFormat:@"end readonly def\n"]; + /* font dict */ + fontStr = [fontStr stringByAppendingFormat:@"/FontName /%@ def\n", fontName]; + fontStr = [fontStr stringByAppendingFormat:@"/PaintType %d def\n", paintType]; + if (paintType == 2) + fontStr = [fontStr stringByAppendingFormat:@"/StrokeWidth %d def\n", 10]; + fontStr = [fontStr stringByAppendingFormat:@"/FontType %d def\n", fontType]; // 1 for type1 fonts + // m = fontMatrix; + fontStr = [fontStr stringByAppendingFormat:@"/FontMatrix [0.001 0 0 0.001 0 0] readonly def\n"]; + // NXPrintf(stream, "/FontMatrix [%f %f %f %f %f %f] readonly def\n", m[0], m[1], m[2], m[3], m[4], m[5]); + + // Encoding !!! + fontStr = [fontStr stringByAppendingFormat:@"/Encoding StandardEncoding def\n"]; + fontStr = [fontStr stringByAppendingFormat:@"/FontBBox {%.0f %.0f %.0f %.0f} readonly def\n", fontBBox[0], fontBBox[1], fontBBox[2], fontBBox[3]]; + fontStr = [fontStr stringByAppendingFormat:@"/UniqueID %ld def\n", uniqueID]; + fontStr = [fontStr stringByAppendingFormat:@"currentdict end\n"]; -// done in [fontObhect update] -#if 0 - /* subrs */ - for (i=0; i 0 - buffer = malloc(len+1); - [eexecStr getCString:buffer]; - eExecCStr = (char*)encryptEexec((unsigned char*)buffer, len); - fontStr = [fontStr stringByAppendingString:[NSString stringWithCString:eExecCStr length:len*2]]; +//if (strlen(eExecCStr) != eexexLen/2) +// NSLog(@"Type1Font.m: -writeToFile: eExecCStr zu kurz ?"); + + strcat(fontStrC, eExecCStr); free(eExecCStr); - free(buffer); } - // NXWrite(stream, encryptEexec(buf, len), len*2); - fontStr = [fontStr stringByAppendingFormat:@"\n"]; - for (i=0;i<512;i++) - fontStr = [fontStr stringByAppendingFormat:@"0"]; - fontStr = [fontStr stringByAppendingFormat:@"\ncleartomark"]; - - //savedOk = [fontStr writeToFile:filename atomically:YES]; - savedOk = [fontStr writeToFile:filename atomically:YES - encoding:NSUTF8StringEncoding error:NULL]; // >= 10.5 + len = strlen(fontStrC); + fontData = [NSData dataWithBytes:fontStrC length:len]; + + //savedOk = [fontStr writeToFile:filename atomically:YES]; + //savedOk = [fontStr writeToFile:filename atomically:YES + // encoding:NSUTF8StringEncoding error:NULL]; // >= 10.5 // NSString did not work with 0 inside + + savedOk = [fontData writeToFile:filename atomically:YES]; // >= 10.5 + + /* restore backup */ + if (!savedOk) + { + [fileManager removeFileAtPath:fileDirectory error:nil]; // remove what we just started to write + [fileManager movePath:backupFilename toPath:fileDirectory error:nil]; // restore backup + NSRunAlertPanel(SAVE_TITLE, CANT_SAVE, nil, nil, nil); + return YES; + } afmStr = [NSString stringWithFormat:@"StartFontMetrics 2.0\n"]; afmStr = [afmStr stringByAppendingFormat:@"Comment %s\n", COPYRIGHT]; @@ -1050,8 +1155,8 @@ afmStr = [afmStr stringByAppendingFormat:@"Weight %@\n", fontInfo.weight]; afmStr = [afmStr stringByAppendingFormat:@"ItalicAngle 0.0\n"]; afmStr = [afmStr stringByAppendingFormat:@"IsFixedPitch %s\n", (fontInfo.isFixedPitch) ? "true" : "false"]; - afmStr = [afmStr stringByAppendingFormat:@"UnderlinePosition %d\n", fontInfo.underlinePosition]; - afmStr = [afmStr stringByAppendingFormat:@"UnderlineThickness %d\n", fontInfo.underlineThickness]; + afmStr = [afmStr stringByAppendingFormat:@"UnderlinePosition %ld\n", fontInfo.underlinePosition]; + afmStr = [afmStr stringByAppendingFormat:@"UnderlineThickness %ld\n", fontInfo.underlineThickness]; afmStr = [afmStr stringByAppendingFormat:@"Version %@\n", fontInfo.version]; afmStr = [afmStr stringByAppendingFormat:@"Notice %s\n", COPYRIGHT]; afmStr = [afmStr stringByAppendingFormat:@"FontBBox %.0f %.0f %.0f %.0f\n", fontBBox[0], fontBBox[1], fontBBox[2], fontBBox[3]]; @@ -1072,7 +1177,7 @@ //savedOk = [afmStr writeToFile:afmfilename atomically:YES]; savedOk = [afmStr writeToFile:afmfilename atomically:YES - encoding:NSUTF8StringEncoding error:NULL]; // >= 10.5 + encoding:NSUTF8StringEncoding error:NULL]; // >= 10.5 // NSUTF8StringEncoding NSASCIIStringEncoding } else NSRunAlertPanel(SAVE_TITLE, DIR_NOT_WRITABLE, nil, nil, nil); @@ -1080,14 +1185,14 @@ /* restore backup */ if (!savedOk) { - [fileManager removeFileAtPath:fileDirectory handler:nil]; // remove what we just started to write - [fileManager movePath:backupFilename toPath:fileDirectory handler:nil]; // restore backup + [fileManager removeFileAtPath:fileDirectory error:nil]; // remove what we just started to write + [fileManager movePath:backupFilename toPath:fileDirectory error:nil]; // restore backup NSRunAlertPanel(SAVE_TITLE, CANT_SAVE, nil, nil, nil); } else { if (Prefs_RemoveBackups) - [fileManager removeFileAtPath:backupFilename handler:nil]; + [fileManager removeFileAtPath:backupFilename error:nil]; } return YES; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._type1Funs.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._type1Funs.h differ diff -Nru cenon.app-4.0.2/type1Funs.h cenon.app-4.0.6+ds1/type1Funs.h --- cenon.app-4.0.2/type1Funs.h 2007-05-08 17:37:07.000000000 +0000 +++ cenon.app-4.0.6+ds1/type1Funs.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* fontFuns.h * Functions helping with type 1 fonts * - * Copyright (C) 1995-2005 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-07-30 * Modified: 2002-07-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TYPE1FUNS -#define VHF_H_TYPE1FUNS +#ifndef CEN_H_TYPE1FUNS +#define CEN_H_TYPE1FUNS /* for interpreter */ @@ -51,4 +51,4 @@ char *getArray(char *cp, float array[]); char *getOtherSubrs(char *cp); -#endif // VHF_H_TYPE1FUNS +#endif // CEN_H_TYPE1FUNS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._type1Funs.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._type1Funs.m differ diff -Nru cenon.app-4.0.2/type1Funs.m cenon.app-4.0.6+ds1/type1Funs.m --- cenon.app-4.0.2/type1Funs.m 2008-02-07 03:08:59.000000000 +0000 +++ cenon.app-4.0.6+ds1/type1Funs.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,29 +1,29 @@ /* type1Funs.c * Functions helping with type 1 fonts * - * Copyright (C) 1995-2008 by vhf interservice GmbH + * Copyright (C) 1995-2014 by Cenon GmbH * Author: Georg Fleischmann * * Created: 1995-07-30 * Modified: 2008-02-06 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._Type1Import.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._Type1Import.h differ diff -Nru cenon.app-4.0.2/Type1Import.h cenon.app-4.0.6+ds1/Type1Import.h --- cenon.app-4.0.2/Type1Import.h 2007-05-08 17:36:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1Import.h 2015-06-09 16:05:23.000000000 +0000 @@ -1,40 +1,40 @@ /* Type1Import.h * Import class for Type1 fonts * - * Copyright (C) 2000 - 2005 by vhf interservice GmbH + * Copyright (C) 2000 - 2005 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-11-14 * modified: 2005-01-06 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TYPE1IMPORT -#define VHF_H_TYPE1IMPORT +#ifndef CEN_H_TYPE1IMPORT +#define CEN_H_TYPE1IMPORT #include #include "type1Funs.h" @@ -117,4 +117,4 @@ @end -#endif // VHF_H_TYPE1IMPORT +#endif // CEN_H_TYPE1IMPORT diff -Nru cenon.app-4.0.2/Type1Import.m cenon.app-4.0.6+ds1/Type1Import.m --- cenon.app-4.0.2/Type1Import.m 2012-01-06 15:14:48.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1Import.m 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* Type1Import.m * Type1 import object * - * Copyright (C) 2000-2006 by vhf interservice GmbH + * Copyright (C) 2000-2015 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2000-11-14 - * modified: 2006-02-08 + * modified: 2015-03-13 (NSUTF8StringEncoding everywhere) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "Type1Import.h" @@ -72,8 +72,10 @@ /* interpret data */ + //if ( ![self interpret:[[[NSMutableString alloc] initWithData:fontData + // encoding:NSASCIIStringEncoding] autorelease]] ) if ( ![self interpret:[[[NSMutableString alloc] initWithData:fontData - encoding:NSASCIIStringEncoding] autorelease]] ) + encoding:NSUTF8StringEncoding] autorelease]] ) return nil; [fontObject setFontList:list]; @@ -248,6 +250,7 @@ cp = gotoNextData(cp); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"version"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"version"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /version found"); return 0; @@ -268,6 +271,7 @@ cp = gotoNextData(cp); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"notice"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"notice"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /Notice found"); return 0; @@ -278,6 +282,7 @@ cp = gotoNextData(cp); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"copyright"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"copyright"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /Copyright found"); return 0; @@ -288,6 +293,7 @@ cp += strlen(token->string); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"fullName"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"fullName"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /FullName found"); return 0; } cp += strlen("def"); @@ -296,6 +302,7 @@ cp += strlen(token->string); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"familyName"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"familyName"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /FamilyName found"); return 0; } cp += strlen("def"); @@ -304,6 +311,7 @@ cp = gotoNextData(cp); cString = getString(cp); [fiDict setObject:[NSString stringWithUTF8String:cString] forKey:@"weight"]; + //[fiDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"weight"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for /Weight found"); return 0; @@ -500,6 +508,15 @@ cp = gotoNextData(cp); /* goto RD */ cp += strlen("RD"); cp++; +/*{ int nlength; + char *ncp=NULL; + + ncp = strstr(cp, " NP"); + nlength = (ncp == NULL) ? (strlen(cp)) : (ncp-cp); + + if (nlength < privateDict.subrs[j].length) + NSLog(@"Type1Import.m: -getSubrs: 0 inside string "); +}*/ privateDict.subrs[j].proc = decryptCharString((unsigned char*)cp, privateDict.subrs[j].length); cp += privateDict.subrs[j].length; privateDict.subrs[j].length -= 4; @@ -618,6 +635,7 @@ cp += strlen(token->string); cString = getString(cp); [pDict setObject:[NSString stringWithUTF8String:cString] forKey:@"source"]; + //[pDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"source"]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import, PrivateDict, /Source: unexpected end of file"); return 0; @@ -628,6 +646,7 @@ cp += strlen(token->string); cString = getOtherSubrs(cp); [pDict setObject:[NSString stringWithUTF8String:cString] forKey:@"otherSubrs"]; + //[pDict setObject:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding] forKey:@"otherSubrs"]; cp += strlen(cString); break; case T_SUBRS: @@ -749,18 +768,27 @@ } - (BOOL)interpret:(NSString*)fData -{ char *cp, *decryptedData, *fontData, *cString; - int dataLen, decryptedLen, intVal; - float fontMatrix[6], fontBBox[4]; - NSRect bounds; +{ char *cp, *decryptedData, *cString, *cpFontData; + const char *fontData = NULL; + int dataLen, decryptedLen, intVal; + float fontMatrix[6], fontBBox[4]; + NSRect bounds; // get char from data dataLen = [fData length]; // +1 -> 0 - fontData = malloc(dataLen+1); - // if ( [[fData description] canBeConvertedToEncoding:NSNonLossyASCIIStringEncoding] ) //NSStringEncoding - [[fData description] getCString:fontData]; -//fontData = [[fData description] lossyCString]; - // else return NO; + + //fontData = malloc(dataLen+1); + //[[fData description] getCString:fontData]; + + if ( [[fData description] canBeConvertedToEncoding:NSUTF8StringEncoding] ) + fontData = [fData UTF8String]; + else if ( [[fData description] canBeConvertedToEncoding:NSASCIIStringEncoding] ) + fontData = [fData cStringUsingEncoding:NSASCIIStringEncoding]; + else + fontData = [fData UTF8String]; + + cpFontData = malloc(dataLen+1); + strcpy(cpFontData, fontData); if (!(cp=strstr(fontData, "eexec"))) { @@ -773,17 +801,13 @@ dataLen -= (cp-fontData); decryptedData = (char*)decryptEexec((unsigned char*)cp, dataLen, &decryptedLen); -/*{ NSString *eexecStr=[NSString stringWithCString:decryptedData length:dataLen]; - NSString *filename = [NSString stringWithFormat:@"/Net/nesquick/Users/ilonka/Tempo/Test/arcade1Subrs"]; -[eexecStr writeToFile:filename atomically:YES]; -}*/ /* start interpretation * search for document keywords like /Fontinfo * * jump from token to token * check for keywords */ - cp = fontData; + cp = cpFontData; while (*cp) { Token *token; int i; @@ -805,6 +829,7 @@ cp = gotoNextData(cp); cString = getName(cp)+1; [fontObject setFontName:[NSString stringWithUTF8String:cString]]; + //[fontObject setFontName:[NSString stringWithCString:cString encoding:NSASCIIStringEncoding]]; if (!(cp = strstr(cp, "def"))) { printf("Type1Import: No 'def' for FontName found"); return 0; @@ -885,7 +910,8 @@ if ( ![self encodeCharStrings] ) return NO; free(decryptedData); - free(fontData); +// free(fontData); + free(cpFontData); /* font grid, character name */ state.color = [NSColor grayColor]; diff -Nru cenon.app-4.0.2/Type1ImportSub.h cenon.app-4.0.6+ds1/Type1ImportSub.h --- cenon.app-4.0.2/Type1ImportSub.h 2012-01-15 15:19:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1ImportSub.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,40 +1,40 @@ /* Type1ImportSub.m * Subclass of Type1 import for creation of graphic objects * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-09 * modified: 2002-07-15 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_TYPE1IMPORTSUB -#define VHF_H_TYPE1IMPORTSUB +#ifndef CEN_H_TYPE1IMPORTSUB +#define CEN_H_TYPE1IMPORTSUB #include #include @@ -58,4 +58,4 @@ @end -#endif // VHF_H_TYPE1IMPORTSUB +#endif // CEN_H_TYPE1IMPORTSUB diff -Nru cenon.app-4.0.2/Type1ImportSub.m cenon.app-4.0.6+ds1/Type1ImportSub.m --- cenon.app-4.0.2/Type1ImportSub.m 2012-01-15 15:20:03.000000000 +0000 +++ cenon.app-4.0.6+ds1/Type1ImportSub.m 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* Type1ImportSub.m * Subclass of Type1-import managing the creation of graphic objects * - * Copyright (C) 2000-2012 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-02-09 * modified: 2011-08-25 (-addStrokeList: no sorting) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/undo.subproj/._Change.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/undo.subproj/._Change.h differ diff -Nru cenon.app-4.0.2/undo.subproj/Change.h cenon.app-4.0.6+ds1/undo.subproj/Change.h --- cenon.app-4.0.2/undo.subproj/Change.h 2007-05-08 17:37:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/Change.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* Change.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_CHANGE -#define VHF_H_CHANGE +#ifndef CEN_H_CHANGE +#define CEN_H_CHANGE @class ChangeManager; @@ -71,4 +71,4 @@ @end -#endif // VHF_H_CHANGE +#endif // CEN_H_CHANGE diff -Nru cenon.app-4.0.2/undo.subproj/Change.m cenon.app-4.0.6+ds1/undo.subproj/Change.m --- cenon.app-4.0.2/undo.subproj/Change.m 2011-04-06 10:15:22.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/Change.m 2014-08-17 15:37:32.000000000 +0000 @@ -1,28 +1,28 @@ /* Change.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undochange.h" diff -Nru cenon.app-4.0.2/undo.subproj/ChangeManager.h cenon.app-4.0.6+ds1/undo.subproj/ChangeManager.h --- cenon.app-4.0.2/undo.subproj/ChangeManager.h 2012-01-06 17:23:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/ChangeManager.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* ChangeManager.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_CHANGEMANAGER -#define VHF_H_CHANGEMANAGER +#ifndef CEN_H_CHANGEMANAGER +#define CEN_H_CHANGEMANAGER @interface ChangeManager : NSResponder { @@ -79,4 +79,4 @@ @end -#endif // VHF_H_CHANGEMANAGER +#endif // CEN_H_CHANGEMANAGER diff -Nru cenon.app-4.0.2/undo.subproj/ChangeManager.m cenon.app-4.0.6+ds1/undo.subproj/ChangeManager.m --- cenon.app-4.0.2/undo.subproj/ChangeManager.m 2012-08-12 14:41:02.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/ChangeManager.m 2015-10-27 18:03:14.000000000 +0000 @@ -1,28 +1,28 @@ /* ChangeManager.m * - * Copyright (C) 1993-2006 by vhf interservice GmbH + * Copyright (C) 1993-2015 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2006-11-07 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undochange.h" @@ -75,9 +75,9 @@ { if (_lastChange == nil) return NO; - NSAssert1(![_lastChange changeInProgress], @"%@", "Fault in Undo system: Code 1"); - NSAssert1(![_lastChange disabled], @"%@", "Fault in Undo system: Code 2"); - NSAssert1([_lastChange hasBeenDone], @"%@", "Fault in Undo system: Code 3"); + NSAssert1(![_lastChange changeInProgress], @"%@", @"Fault in Undo system: Code 1"); + NSAssert1(![_lastChange disabled], @"%@", @"Fault in Undo system: Code 2"); + NSAssert1([_lastChange hasBeenDone], @"%@", @"Fault in Undo system: Code 3"); return YES; } @@ -85,9 +85,9 @@ { if (_nextChange == nil) return NO; - NSAssert1(![_nextChange changeInProgress], @"%@", "Fault in Undo system: Code 4"); - NSAssert1(![_nextChange disabled], @"%@", "Fault in Undo system: Code 5"); - NSAssert1(![_nextChange hasBeenDone], @"%@", "Fault in Undo system: Code 6"); + NSAssert1(![_nextChange changeInProgress], @"%@", @"Fault in Undo system: Code 4"); + NSAssert1(![_nextChange disabled], @"%@", @"Fault in Undo system: Code 5"); + NSAssert1(![_nextChange hasBeenDone], @"%@", @"Fault in Undo system: Code 6"); return YES; } @@ -154,17 +154,17 @@ { if ([self canUndo]) { - [_lastChange finishChange]; - [self disableChanges:self]; + [_lastChange finishChange]; + [self disableChanges:self]; [_lastChange undoChange]; - [self enableChanges:self]; - _nextChange = _lastChange; - _lastChange = nil; - _numberOfDoneChanges--; - _numberOfUndoneChanges++; - if (_numberOfDoneChanges > 0) - _lastChange = [_changeList objectAtIndex:(_numberOfDoneChanges - 1)]; - [self changeWasUndone]; + [self enableChanges:self]; + _nextChange = _lastChange; + _lastChange = nil; + _numberOfDoneChanges--; + _numberOfUndoneChanges++; + if (_numberOfDoneChanges > 0) + _lastChange = [_changeList objectAtIndex:(_numberOfDoneChanges - 1)]; + [self changeWasUndone]; } } @@ -172,16 +172,16 @@ { if ([self canRedo]) { - [self disableChanges:self]; + [self disableChanges:self]; [_nextChange redoChange]; - [self enableChanges:self]; - _lastChange = _nextChange; - _nextChange = nil; - _numberOfDoneChanges++; - _numberOfUndoneChanges--; - if (_numberOfUndoneChanges > 0) - _nextChange = [_changeList objectAtIndex:_numberOfDoneChanges]; - [self changeWasRedone]; + [self enableChanges:self]; + _lastChange = _nextChange; + _nextChange = nil; + _numberOfDoneChanges++; + _numberOfUndoneChanges--; + if (_numberOfUndoneChanges > 0) + _nextChange = [_changeList objectAtIndex:_numberOfDoneChanges]; + [self changeWasRedone]; } } @@ -253,49 +253,49 @@ { if (_changesDisabled > 0) { - [change disable]; - return NO; + [change disable]; + return NO; } if (_changeInProgress != nil) { - if ([_changeInProgress incorporateChange:change]) + if ([_changeInProgress incorporateChange:change]) { - /* The _changeInProgress will keep a pointer to this - * change and make use of it, but we have no further - * responsibility for it. - */ - [change saveBeforeChange]; - return YES; - } + /* The _changeInProgress will keep a pointer to this + * change and make use of it, but we have no further + * responsibility for it. + */ + [change saveBeforeChange]; + return YES; + } else { - /* The _changeInProgress has no more interest in this - * change than we do, so we'll just disable it. - */ - [change disable]; - return NO; - } + /* The _changeInProgress has no more interest in this + * change than we do, so we'll just disable it. + */ + [change disable]; + return NO; + } } if (_lastChange != nil) { - if ([_lastChange subsumeChange:change]) + if ([_lastChange subsumeChange:change]) { - /* The _lastChange has subsumed this change and - * may either make use of it or free it, but we - * have no further responsibility for it. - */ - [change disable]; - return NO; - } + /* The _lastChange has subsumed this change and + * may either make use of it or free it, but we + * have no further responsibility for it. + */ + [change disable]; + return NO; + } else { - /* The _lastChange was not able to subsume this change, - * so we give the _lastChange a chance to finish and then - * welcome this change as the new _changeInProgress. - */ - [_lastChange finishChange]; + /* The _lastChange was not able to subsume this change, + * so we give the _lastChange a chance to finish and then + * welcome this change as the new _changeInProgress. + */ + [_lastChange finishChange]; } } @@ -317,9 +317,9 @@ - (BOOL)changeComplete:change { int i; - NSAssert1(![change changeInProgress], @"%@", "Fault in Undo system: Code 7"); - NSAssert1(![change disabled], @"%@", "Fault in Undo system: Code 8"); - NSAssert1([change hasBeenDone], @"%@", "Fault in Undo system: Code 9"); + NSAssert1(![change changeInProgress], @"%@", @"Fault in Undo system: Code 7"); + NSAssert1(![change disabled], @"%@", @"Fault in Undo system: Code 8"); + NSAssert1([change hasBeenDone], @"%@", @"Fault in Undo system: Code 9"); if (change != _changeInProgress) { /* Actually, we come here whenever a change is @@ -332,7 +332,7 @@ if (_numberOfUndoneChanges > 0) { - NSAssert1(_numberOfDoneChanges != N_LEVEL_UNDO, @"%@", "Fault in Undo system: Code 10"); + NSAssert1(_numberOfDoneChanges != N_LEVEL_UNDO, @"%@", @"Fault in Undo system: Code 10"); /* Remove and free all undone changes */ for (i = (_numberOfDoneChanges + _numberOfUndoneChanges); i > _numberOfDoneChanges; i--) [_changeList removeObjectAtIndex:(i - 1)]; @@ -343,8 +343,8 @@ } if (_numberOfDoneChanges == N_LEVEL_UNDO) { - NSAssert1(_numberOfUndoneChanges == 0, @"%@", "Fault in Undo system: Code 11"); - NSAssert1(_nextChange == nil, @"%@", "Fault in Undo system: Code 12"); + NSAssert1(_numberOfUndoneChanges == 0, @"%@", @"Fault in Undo system: Code 11"); + NSAssert1(_nextChange == nil, @"%@", @"Fault in Undo system: Code 12"); [_changeList removeObjectAtIndex:0]; _numberOfDoneChanges--; _someChangesForgotten = YES; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/undo.subproj/._LocalizableStringsForUndo.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/undo.subproj/._LocalizableStringsForUndo.h differ diff -Nru cenon.app-4.0.2/undo.subproj/LocalizableStringsForUndo.h cenon.app-4.0.6+ds1/undo.subproj/LocalizableStringsForUndo.h --- cenon.app-4.0.2/undo.subproj/LocalizableStringsForUndo.h 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/LocalizableStringsForUndo.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,32 +1,32 @@ /* LocalizedStringsForUndo.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_LOCALIZABLESTRINGSFORUNDO -#define VHF_H_LOCALIZABLESTRINGSFORUNDO +#ifndef CEN_H_LOCALIZABLESTRINGSFORUNDO +#define CEN_H_LOCALIZABLESTRINGSFORUNDO #include @@ -37,4 +37,4 @@ #define REDO_OPERATION NSLocalizedStringFromTable(@"Redo", @"Operations", "The operation of redoing the last thing the user undid.") #define REDO_SOMETHING_OPERATION NSLocalizedStringFromTable(@"Redo %@", @"Operations", "The operation of redoing the last %@ operation the user undid--all the entries in the Operations and TextOperations .strings files are the %@ of either this or Undo.") -#endif // VHF_H_LOCALIZABLESTRINGSFORUNDO +#endif // CEN_H_LOCALIZABLESTRINGSFORUNDO Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/undo.subproj/._MultipleChange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/undo.subproj/._MultipleChange.h differ diff -Nru cenon.app-4.0.2/undo.subproj/MultipleChange.h cenon.app-4.0.6+ds1/undo.subproj/MultipleChange.h --- cenon.app-4.0.2/undo.subproj/MultipleChange.h 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/MultipleChange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* MultipleChange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MULTIPLECHANGE -#define VHF_H_MULTIPLECHANGE +#ifndef CEN_H_MULTIPLECHANGE +#define CEN_H_MULTIPLECHANGE @interface MultipleChange: Change { @@ -46,4 +46,4 @@ @end -#endif // VHF_H_MULTIPLECHANGE +#endif // CEN_H_MULTIPLECHANGE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/undo.subproj/._MultipleChange.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/undo.subproj/._MultipleChange.m differ diff -Nru cenon.app-4.0.2/undo.subproj/MultipleChange.m cenon.app-4.0.6+ds1/undo.subproj/MultipleChange.m --- cenon.app-4.0.2/undo.subproj/MultipleChange.m 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/MultipleChange.m 2014-08-17 15:37:31.000000000 +0000 @@ -1,28 +1,28 @@ /* MultipleChange.m * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 based on the Draw example files * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "undochange.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/undo.subproj/._undochange.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/undo.subproj/._undochange.h differ diff -Nru cenon.app-4.0.2/undo.subproj/undochange.h cenon.app-4.0.6+ds1/undo.subproj/undochange.h --- cenon.app-4.0.2/undo.subproj/undochange.h 2007-05-08 17:37:09.000000000 +0000 +++ cenon.app-4.0.6+ds1/undo.subproj/undochange.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,32 +1,32 @@ /* undochange.h * - * Copyright (C) 1993-2002 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * * created: 1993 * modified: 2002-07-15 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_UNDOCHANGE -#define VHF_H_UNDOCHANGE +#ifndef CEN_H_UNDOCHANGE +#define CEN_H_UNDOCHANGE #include #include "Change.h" diff -Nru cenon.app-4.0.2/UpdateController.h cenon.app-4.0.6+ds1/UpdateController.h --- cenon.app-4.0.2/UpdateController.h 2011-02-14 04:45:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/UpdateController.h 2014-08-17 16:17:12.000000000 +0000 @@ -1,33 +1,33 @@ /* UpdateController.m * Checking for Updates... * - * Copyright 2010-2011 by vhf interservice GmbH + * Copyright 2010-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-05-27 * modified: 2011-02-14 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: service@vhf.de - * http://www.vhf-interservice.com + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de */ -#ifndef VHF_H_UPDATECONTROLLER -#define VHF_H_UPDATECONTROLLER +#ifndef CEN_H_UPDATECONTROLLER +#define CEN_H_UPDATECONTROLLER #include @@ -71,4 +71,4 @@ @end -#endif // VHF_H_UPDATECONTROLLER +#endif // CEN_H_UPDATECONTROLLER diff -Nru cenon.app-4.0.2/UpdateController.m cenon.app-4.0.6+ds1/UpdateController.m --- cenon.app-4.0.2/UpdateController.m 2012-09-24 14:47:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/UpdateController.m 2015-06-03 17:00:47.000000000 +0000 @@ -1,30 +1,35 @@ /* UpdateController.m * Checking for Updates... * - * Copyright 2010-2012 by vhf interservice GmbH + * Copyright 2010-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-05-27 - * modified: 2012-02-07 (-connectionDidFinishLoading: use -writeToFile:...encoding:error:) + * modified: 2013-10-15 (cleanup warnings) + * 2012-09-24 (remove tar archives, but not flat pkg files, fixed in 4.0.1) + * 2012-02-07 (-connectionDidFinishLoading: use -writeToFile:...encoding:error:) * 2011-03-30 (-checkForUpdates: test for Prefs_DisableAutoUpdate) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: service@vhf.de - * http://www.vhf-interservice.com + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.Cenon.de + * + * + * TODO: Available 4.0.3: Cenon 4.0.2 + Module 4.0.3 installed should show Update Panel */ #include @@ -35,6 +40,7 @@ #include "CenonModuleMethods.h" #include "PreferencesMacros.h" // Prefs_DisableAutoUpdate #include // -writeToFile:... +#include // -createDirectoryAtPath:recursive:... static UpdateController *sharedInstance = nil; // default object static NSString *checkMarkStr = nil; // the checkmark @@ -69,7 +75,8 @@ if ( [components count] == 1 ) return [self fileExistsAtPath:path]; path = [path stringByDeletingLastPathComponent]; - if ( !(array = [self directoryContentsAtPath:path]) || ![components count] ) + //if ( !(array = [self directoryContentsAtPath:path]) || ![components count] ) // <= OSX 10.4 + if ( !(array = [self contentsOfDirectoryAtPath:path error:NULL]) || ![components count] ) return NO; for ( i=0, cnt = [array count]; i no check @@ -205,7 +213,7 @@ [urlStr appendFormat:@"?n=%@&v=%@&d=%@", APPNAME, appVersion, appDate]; if ( [skipVersion length] ) // version the user wants to skip [urlStr appendFormat:@"&sk=%@", skipVersion]; - //[urlStr appenFormat:@"&p="]; // TODO: pass plattform to update script + //[urlStr appenFormat:@"&p="]; // TODO: pass plattform+version to update script to return correct package for (keys = [installedModules allKeys], i=0; i < [keys count]; i++) { int n = i+1; NSString *name = [keys objectAtIndex:i]; @@ -220,20 +228,28 @@ if ( [date length] ) [urlStr appendFormat:@"&d%d=%@", n, date]; if ( [serial length] ) [urlStr appendFormat:@"&s%d=%@", n, serial]; if ( [netId length] ) [urlStr appendFormat:@"&o%d=%@", n, netId]; // origin + if ( [serial length] ) + com = YES; } + if ( !com && isAutoCheck && Prefs_DisableAutoUpdate ) + return; // automatic check is disabled in preferences + if ( Prefs_DisableAutoUpdate ) [urlStr appendFormat:@"&off"]; connectionRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:urlStr] cachePolicy:NSURLRequestReloadIgnoringCacheData timeoutInterval:60.0]; urlConnection = [[NSURLConnection alloc] initWithRequest:connectionRequest delegate:self]; if ( urlConnection ) - { connectionData = [[NSMutableData alloc] init]; + { + [userDefaults setObject:[NSDate date] forKey:@"lastUpdateCheck"]; // date of this check + if ( isAutoCheck && Prefs_DisableAutoUpdate ) + return; // automatic check is disabled in preferences + connectionData = [[NSMutableData alloc] init]; [progressTitleText setStringValue:@""]; [progressNameText setStringValue:@""]; [progressSizeText setStringValue:@""]; [progressIndicator setIndeterminate:YES]; [progressIndicator startAnimation:nil]; [progressPanel makeKeyAndOrderFront:self]; - [userDefaults setObject:[NSDate date] forKey:@"lastUpdateCheck"]; // date of this check } #if 0 // this downloads a plist file directly (what, if it ends up in a proxy ?) NSURL *url = [NSURL URLWithString:@"http://www.cenon.info/update/update.plist"]; @@ -251,6 +267,7 @@ [download setDeletesFileUponFailure:YES]; [download setDestination:path allowOverwrite:YES]; #endif + /* this will bring us to: -connectionDidFinishLoading: -> -checkForUpdateAndDisplayPanel */ } /* check for available updates, if available display panel @@ -387,9 +404,17 @@ if ( [v appearanceCountOfCharacter:'.'] <= 1 ) // workaround for single dot version numbers "1.11" -> "1.1.1" v = @"0.0.0"; // this is old anyway - if ( [[iArray objectAtIndex:0] compare:(id)v options:NSNumericSearch] == NSOrderedAscending ) // installed < version + if ( [[iArray objectAtIndex:0] compare:(id)v options:NSNumericSearch] == NSOrderedAscending ) // installed < new version updateAvailable = YES; - // TODO: if version is the same, compare date + /* if version is the same, compare date [4.0.3 2014-02-24] */ + else if ( [iArray count] >= 2 && // "4.0.2, 2014-02-24" + [[iArray objectAtIndex:0] compare:(id)v options:NSNumericSearch] == NSOrderedSame ) // installed = new version + { NSArray *vArray = [updateDict objectForKey:@"version"]; + NSString *dateStr = ([vArray count] == 2) ? [vArray objectAtIndex:1] : nil; + + if ( [[iArray objectAtIndex:1] compare:(id)dateStr] == NSOrderedAscending ) // installed < new date + updateAvailable = YES; + } else // installed >= version continue; } @@ -550,8 +575,8 @@ [tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:0] byExtendingSelection:NO]; if ( [updateFile hasSuffix:@"update.plist"] ) - [[NSFileManager defaultManager] removeFileAtPath:updateFile handler:nil]; // <= 10.5 - //[[NSFileManager defaultManager] removeItemAtPath:updateFile error:NULL]; // >= 10.6 + [[NSFileManager defaultManager] removeItemAtPath:updateFile error:NULL]; // >= 10.5 + //[[NSFileManager defaultManager] removeFileAtPath:updateFile handler:nil]; // <= 10.4 if ( updateAvailable || !isAutoCheck ) // only display panel if update is available or manual [panel makeKeyAndOrderFront:self]; @@ -609,7 +634,7 @@ NSURLRequest *request = [NSURLRequest requestWithURL:url]; NSString *titleStr; - pkgDownload = [[NSURLDownload alloc] initWithRequest:request delegate:self]; + pkgDownload = [[NSURLDownload alloc] initWithRequest:request delegate:(id)self]; [pkgDownload setDeletesFileUponFailure:YES]; pkgPath = path; [pkgDownload setDestination:pkgPath allowOverwrite:YES]; @@ -674,9 +699,10 @@ return; /* Checkmark row */ if ( colIx == 0 ) // checkmark row - { NSString *colId = [[[sender tableColumns] objectAtIndex:colIx] identifier]; - NSMutableArray *colArray = [[[sender dataSource] dataDict] objectForKey:colId]; - NSMutableArray *keyArray = [[[sender dataSource] dataDict] objectForKey:@"updateKey"]; + { NSString *colId = [[[sender tableColumns] objectAtIndex:colIx] identifier]; + NSDictionary *dataDict = [(UpdateTableData*)[sender dataSource] dataDict]; + NSMutableArray *colArray = [dataDict objectForKey:colId]; + NSMutableArray *keyArray = [dataDict objectForKey:@"updateKey"]; NSString *boolStr = @""; NSString *url = [[updateDict objectForKey:[keyArray objectAtIndex:rowIx]] objectForKey:@"d"]; @@ -711,6 +737,10 @@ [connection release]; [connectionData release]; connectionData = nil; [progressPanel orderOut:self]; + + if ( isAutoCheck && Prefs_DisableAutoUpdate ) + return; // automatic check is disabled in preferences + if (string && [string length] > 0) { NSString *updateFile; @@ -816,17 +846,20 @@ /* cleanup files: .update.plist, .update/rtf-files, packages */ path = vhfPathWithPathComponents(vhfUserLibrary(APPNAME), @".update.plist", nil); - [fileManager removeFileAtPath:path handler:nil]; + [fileManager removeItemAtPath:path error:NULL]; + //[fileManager removeFileAtPath:path handler:nil]; // <= 10.4 path = vhfPathWithPathComponents(vhfUserLibrary(APPNAME), @".update", nil); - [fileManager removeFileAtPath:path handler:nil]; + [fileManager removeItemAtPath:path error:NULL]; + //[fileManager removeFileAtPath:path handler:nil]; // <= 10.4 for ( i=0, path=nil; i<[downloadFiles count]; i++) { path = [[downloadFiles objectAtIndex:i] objectAtIndex:1]; if ( [[path pathExtension] isEqual:@"tar"] && [fileManager fileExistsAtPath:path] ) // del TAR-file - [fileManager removeFileAtPath:path handler:nil]; + [fileManager removeItemAtPath:path error:NULL]; + //[fileManager removeFileAtPath:path handler:nil]; // <= 10.4 // TODO: the following must not happen before the files are really installed ! /*path = [path stringByDeletingPathExtension]; - if ( [fileManager fileExistsAtPath:path] ) // delete PKG-file + if ( [fileManager fileExistsAtPath:path] ) // delete PKG-file (fixed in 4.0.1) [fileManager removeFileAtPath:path handler:nil];*/ } if ( [[NSWorkspace sharedWorkspace] respondsToSelector:@selector(activateFileViewerSelectingURLs:)] ) @@ -852,7 +885,7 @@ NSURLRequest *request = [NSURLRequest requestWithURL:url]; NSString *titleStr; - pkgDownload = [[NSURLDownload alloc] initWithRequest:request delegate:self]; + pkgDownload = [[NSURLDownload alloc] initWithRequest:request delegate:(id)self]; [pkgDownload setDeletesFileUponFailure:YES]; pkgPath = path; [pkgDownload setDestination:pkgPath allowOverwrite:YES]; @@ -929,11 +962,11 @@ //ext = [name pathExtension]; NSLog(@"name = %@", name); - + url = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.cenon.info/update/%@", name]]; path = vhfPathWithPathComponents(vhfUserLibrary(APPNAME), @".update", nil); if ( ! [fileManager fileExistsAtPath:path isDirectory:&isDir] ) - [fileManager createDirectoryAtPath:path attributes:nil]; + [fileManager createDirectoryAtPath:path recursive:NO attributes:nil error:NULL]; else if ( ! isDir ) NSLog(@"Cenon-Update: unexpected file at path '%@'", path); path = vhfPathWithPathComponents(path, name, nil); @@ -941,7 +974,7 @@ if ( [[NSFileManager defaultManager] fileExistsAtPath:path] ) [self downloadDidFinish:(NSURLDownload*)request]; else - { download = [[NSURLDownload alloc] initWithRequest:request delegate:self]; + { download = [[NSURLDownload alloc] initWithRequest:request delegate:(id)self]; [download setDeletesFileUponFailure:YES]; [download setDestination:path allowOverwrite:YES]; } @@ -984,7 +1017,7 @@ return obj; } -- (void)setDataDict:(NSDictionary*)newDataDict +- (void)setDataDict:(NSMutableDictionary*)newDataDict { [dataDict release]; dataDict = [newDataDict retain]; diff -Nru cenon.app-4.0.2/Vectorizer.h cenon.app-4.0.6+ds1/Vectorizer.h --- cenon.app-4.0.2/Vectorizer.h 2011-04-06 10:08:20.000000000 +0000 +++ cenon.app-4.0.6+ds1/Vectorizer.h 2014-08-05 09:42:23.000000000 +0000 @@ -1,7 +1,7 @@ /* * Vectorizer.h * - * Copyright (C) 2011 by vhf interservice GmbH + * Copyright (C) 2011 by Cenon GmbH * Author: Georg Fleischmann * * created: 2011-04-05 diff -Nru cenon.app-4.0.2/Vectorizer.m cenon.app-4.0.6+ds1/Vectorizer.m --- cenon.app-4.0.2/Vectorizer.m 2012-01-06 12:42:35.000000000 +0000 +++ cenon.app-4.0.6+ds1/Vectorizer.m 2014-12-18 14:34:58.000000000 +0000 @@ -1,7 +1,7 @@ /* Vectorizer.m * controller class of the Vectorizer panel * - * Copyright (C) 2011 by vhf interservice GmbH + * Copyright (C) 2011-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2011-04-05 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._dxfColorTable.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._dxfColorTable.h differ diff -Nru cenon.app-4.0.2/VHFExport/dxfColorTable.h cenon.app-4.0.6+ds1/VHFExport/dxfColorTable.h --- cenon.app-4.0.2/VHFExport/dxfColorTable.h 2007-01-30 15:45:42.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/dxfColorTable.h 2014-08-17 16:14:56.000000000 +0000 @@ -1,7 +1,7 @@ /* dxfColorTable.h * DXF color table * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-01 @@ -10,31 +10,31 @@ * This file is part of the vhf Import and Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DXFCOLORTABLE -#define VHF_H_DXFCOLORTABLE +#ifndef CEN_H_DXFCOLORTABLE +#define CEN_H_DXFCOLORTABLE #ifndef DXFColor typedef struct _DXFColor @@ -328,4 +328,4 @@ }; -#endif // VHF_H_DXFCOLORTABLE +#endif // CEN_H_DXFCOLORTABLE Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._DXFExport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._DXFExport.h differ diff -Nru cenon.app-4.0.2/VHFExport/DXFExport.h cenon.app-4.0.6+ds1/VHFExport/DXFExport.h --- cenon.app-4.0.2/VHFExport/DXFExport.h 2007-07-13 20:16:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/DXFExport.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,35 +1,35 @@ /* DXFExport.h * - * Copyright (C) 2002-2003 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 * modified: 2002-04-25 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._DXFExport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._DXFExport.m differ diff -Nru cenon.app-4.0.2/VHFExport/DXFExport.m cenon.app-4.0.6+ds1/VHFExport/DXFExport.m --- cenon.app-4.0.2/VHFExport/DXFExport.m 2012-02-07 11:56:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/DXFExport.m 2015-06-09 16:04:46.000000000 +0000 @@ -1,36 +1,37 @@ /* DXFExport.m * DXF export object * - * Copyright (C) 2002-2012 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 - * modified: 2012-02-07 (-saveToFile: use writeToFile:...encoding:error:) + * modified: 2013-10-10 (-addLayer: lossyCString replaced, since it doesn't work on Apple anymore) + * 2012-02-07 (-saveToFile: use writeToFile:...encoding:error:) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "DXFExport.h" @@ -121,7 +122,11 @@ invSet = [set invertedSet]; /* A-Z 0-9 - _ $ max 31 */ - nam = [NSString stringWithUTF8String:[nam lossyCString]]; // remove all umlauts + //nam = [NSString stringWithUTF8String:[nam lossyCString]; // remove all umlauts + nam = [[[NSString alloc] initWithData:[nam dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES] + encoding:NSASCIIStringEncoding] autorelease]; // remove all umlauts (FIXME: maybe UTF8 is ok in DXF ?) + if ( name && ! nam ) // make sure we have something, even if convertion method has bugs + nam = [name uppercaseString]; range = [nam rangeOfCharacterFromSet:invSet]; while (range.length) { NSMutableString *mutString = [NSMutableString string]; Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._GerberExport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._GerberExport.h differ diff -Nru cenon.app-4.0.2/VHFExport/GerberExport.h cenon.app-4.0.6+ds1/VHFExport/GerberExport.h --- cenon.app-4.0.2/VHFExport/GerberExport.h 2007-07-13 20:16:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/GerberExport.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,39 +1,39 @@ /* GerberExport.h * - * Copyright (C) 2002-2005 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 * modified: 2005-05-12 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_GERBEREXPORT -#define VHF_H_GERBEREXPORT +#ifndef CEN_H_GERBEREXPORT +#define CEN_H_GERBEREXPORT #include @@ -75,4 +75,4 @@ @end -#endif // VHF_H_GERBEREXPORT +#endif // CEN_H_GERBEREXPORT Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._GerberExport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._GerberExport.m differ diff -Nru cenon.app-4.0.2/VHFExport/GerberExport.m cenon.app-4.0.6+ds1/VHFExport/GerberExport.m --- cenon.app-4.0.2/VHFExport/GerberExport.m 2012-02-07 12:00:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/GerberExport.m 2015-07-01 17:18:38.000000000 +0000 @@ -1,36 +1,36 @@ /* GerberExport.m * Gerber export object * - * Copyright (C) 2002-2012 by vhf interservice GmbH + * Copyright (C) 2002-2015 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-25 * modified: 2012-02-07 (-saveToFile: use writeToFile:...encoding:error:) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "GerberExport.h" @@ -141,7 +141,7 @@ int toolnew = state.curTool; range = [toolStr rangeOfString:[NSString stringWithFormat:@"C,%.4f*", dia/INCH]]; - if (!range.length) // tool not yet in toolStr + if (!range.length) // tool not in toolStr yet { NSMutableDictionary *dict = [NSMutableDictionary dictionary]; [toolStr appendFormat:@"%%ADD%dC,%.4f*%%\n", ++(state.toolCnt), dia/INCH]; diff -Nru cenon.app-4.0.2/VHFExport/GNUmakefile cenon.app-4.0.6+ds1/VHFExport/GNUmakefile --- cenon.app-4.0.2/VHFExport/GNUmakefile 2009-06-19 03:39:30.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/GNUmakefile 2016-10-20 09:48:45.000000000 +0000 @@ -1,6 +1,6 @@ # GNUmakefile: makefile for the VHFExport subproject # -# Copyright (C) 2002-2009 by vhf interservice GmbH +# Copyright (C) 2002-2016 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2009-06-19 @@ -8,27 +8,27 @@ # This file is part of the vhf Import/Export Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by the vhf interservice GmbH. Among other things, +# modify it under the terms of the Cenon Public License as +# published by the Cenon GmbH. Among other things, # the License requires that the copyright notices and this notice # be preserved on all copies. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. -# -# You should have received a copy of the vhf Public License along -# with this library; see the file LICENSE. If not, write to vhf. +# See the Cenon Public License for more details. # # If you want to link this library to your proprietary software, # or for other uses which are not covered by the definitions -# laid down in the vhf Public License, vhf also offers a proprietary -# license scheme. See the vhf internet pages or ask for details. +# laid down in the Cenon Public License, Cenon also offers a proprietary +# license scheme. See the Cenon internet pages or ask for details. +# +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._HPGLExport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._HPGLExport.h differ diff -Nru cenon.app-4.0.2/VHFExport/HPGLExport.h cenon.app-4.0.6+ds1/VHFExport/HPGLExport.h --- cenon.app-4.0.2/VHFExport/HPGLExport.h 2007-07-13 20:16:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/HPGLExport.h 2015-06-09 16:04:46.000000000 +0000 @@ -1,35 +1,35 @@ /* HPGLExport.h * - * Copyright (C) 2002-2004 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2004-09-20 * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFExport/._HPGLExport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFExport/._HPGLExport.m differ diff -Nru cenon.app-4.0.2/VHFExport/HPGLExport.m cenon.app-4.0.6+ds1/VHFExport/HPGLExport.m --- cenon.app-4.0.2/VHFExport/HPGLExport.m 2012-02-07 12:02:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFExport/HPGLExport.m 2015-06-09 16:04:46.000000000 +0000 @@ -1,36 +1,36 @@ /* HPGLExport.m * HPGL export object * - * Copyright (C) 2002-2012 by vhf interservice GmbH + * Copyright (C) 2002-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2002-04-28 * modified: 2012-02-07 (-saveToFile: use writeToFile:...encoding:error:) * - * This file is part of the vhf Export Library. + * This file is part of the Cenon Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "HPGLExport.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._DINImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._DINImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/DINImport.h cenon.app-4.0.6+ds1/VHFImport/DINImport.h --- cenon.app-4.0.2/VHFImport/DINImport.h 2012-06-18 06:45:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/DINImport.h 2015-09-02 12:51:47.000000000 +0000 @@ -1,36 +1,36 @@ /* DINImport.h * DIN import object (drill data) * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1996-05-03 * modified: 2003-06-26 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -114,7 +114,7 @@ /* free import object * no graphic objects (line, curve) will be freed - * the list returned by importGerber will not be freed either + * the list returned by importDIN will not be freed either */ - (void)dealloc; diff -Nru cenon.app-4.0.2/VHFImport/DINImport.m cenon.app-4.0.6+ds1/VHFImport/DINImport.m --- cenon.app-4.0.2/VHFImport/DINImport.m 2012-06-19 07:21:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/DINImport.m 2015-06-09 16:05:24.000000000 +0000 @@ -1,37 +1,37 @@ /* DINImport.m * DIN import object (Drill data import) * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 1996-05-03 * modified: 2012-06-18 (leading zero support added (LZ), clean-up) * 2006-11-04 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -647,7 +647,7 @@ state.draw = 1; } else - NSLog(@"Coordinate R expected at location: %d", [scanner scanLocation]); + NSLog(@"Coordinate R expected at location: %d", (unsigned)[scanner scanLocation]); } else if ( [scanner scanString:ops.selectTool intoString:NULL] ) // [self getTool:scanner]; @@ -712,7 +712,7 @@ return NO; else if ( val < 0 ) { - NSLog(@"Gerber import, Can't find tool at location %d. Default used.", [scanner scanLocation]); + NSLog(@"Gerber import, Can't find tool at location %d. Default used.", (unsigned)[scanner scanLocation]); state.tool = state.tool + 1; // = 0; return NO; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._dxfColorTable.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._dxfColorTable.h differ diff -Nru cenon.app-4.0.2/VHFImport/dxfColorTable.h cenon.app-4.0.6+ds1/VHFImport/dxfColorTable.h --- cenon.app-4.0.2/VHFImport/dxfColorTable.h 2007-07-13 20:16:25.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/dxfColorTable.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,7 +1,7 @@ /* dxfColorTable.h * DXF color table * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-01 @@ -10,31 +10,31 @@ * This file is part of the vhf Import and Export Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DXFCOLORTABLE -#define VHF_H_DXFCOLORTABLE +#ifndef CEN_H_DXFCOLORTABLE +#define CEN_H_DXFCOLORTABLE #ifndef DXFColor typedef struct _DXFColor @@ -328,4 +328,4 @@ }; -#endif // VHF_H_DXFCOLORTABLE +#endif // CEN_H_DXFCOLORTABLE diff -Nru cenon.app-4.0.2/VHFImport/DXFImport.h cenon.app-4.0.6+ds1/VHFImport/DXFImport.h --- cenon.app-4.0.2/VHFImport/DXFImport.h 2013-09-13 18:11:28.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/DXFImport.h 2015-10-09 14:17:41.000000000 +0000 @@ -1,7 +1,7 @@ /* DXFImport.h * DXF import object * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-01 @@ -9,30 +9,30 @@ * 2011-04-04 (DXFGroup: z coordinates added) * 2009-02-06 (parameter for extrusion direction added) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -72,6 +72,8 @@ float adjust; int numGrp; float extX, extY, extZ; // extrusion direction + + V3Point p0; // without extrusion direction }DXFGroup; typedef struct _DXFState diff -Nru cenon.app-4.0.2/VHFImport/DXFImport.m cenon.app-4.0.6+ds1/VHFImport/DXFImport.m --- cenon.app-4.0.2/VHFImport/DXFImport.m 2013-09-13 18:24:54.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/DXFImport.m 2017-03-24 14:14:43.000000000 +0000 @@ -1,11 +1,16 @@ /* DXFImport.m * DXF import object * - * Copyright (C) 1996-2013 by vhf interservice GmbH + * Copyright (C) 1996-2017 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-01 - * modified: 2013-09-13 (getInsert(), ...: place objects to layer of insert, not the layer of the blocks) + * modified: 2016-08-04 (-getPolyline: TODOs added for group.flags, -getVertex: ignore group.flag == 4 (SPLINE frame control point)) + * 2015-06-19 (-getText: remove formatting codes from string, log added + * 2014-08-29 (-getArc:::: if group.ext transform the complete arc) + * 2014-08-29 (-scanGroup: group.color no init) + * 2014-07-04 (-getText: fontName added to internal declaration) + * 2013-09-13 (getInsert(), ...: place objects to layer of insert, not the layer of the blocks) * 2013-04-16 (getTableFromData(): return dictionary) * 2012-09-13 (Diff(l, 0.0) < 0.0000001, else division with 0) * 2012-02-04 (-scanGroup: transform coordinates from OCS to WCS, if necessary) @@ -19,30 +24,30 @@ * 2010-04-03 (-getArc: negative 360 deg arcs work now, buildArc(): dx == 0 case) * 2007-01-30 (close PolyLine: check for start == end point) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -71,6 +76,7 @@ static NSDictionary *getTableFromData(NSString *data); static NSColor *getColorFromLayer(NSString *str, NSArray *table); static void buildArc(NSPoint beg, NSPoint end, double a, NSPoint *ctr, float *angle); +static V3Point transformOCS(V3Point pOCS, V3Point AZ); @interface DXFImport(PrivateMethods) - (BOOL)getHeader:(NSString*)data; @@ -86,7 +92,7 @@ - (BOOL)getSolid:(NSScanner*)scanner :(NSPoint*)ps :(int*)pCnt; - (BOOL)getCircle:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle; - (BOOL)getArc:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle; -- (BOOL)getText :(NSScanner*)scanner mtext:(BOOL)mext :(NSString**)string :(float*)angle :(NSPoint*)origin :(float*)size :(float*)ar :(int*)alignment; +- (BOOL)getText :(NSScanner*)scanner mtext:(BOOL)mext :(NSString**)string :(float*)angle :(NSPoint*)origin :(float*)size :(float*)ar :(int*)alignment :(NSString**)fontName; - (BOOL)get3DFace:(NSScanner*)scanner points:(V3Point*)pts color:(NSColor**)color; - (BOOL)getInsert:(NSScanner*)scanner :cList; - (void)updateBounds:(NSPoint)p; @@ -223,7 +229,7 @@ } /* created: 1993-05-17 - * modified: 2001-02-23 + * modified: 2013-04-16 (font name) * * purpose: get tables from data * at the moment we only read the layer table... @@ -322,26 +328,26 @@ gotoNextLine(scanner); // goto value line switch ( ident ) { - case ID_GROUP: + case ID_GROUP: // (0) if (![scanner scanUpToCharactersFromSet:newLineSet intoString:&string]) string = @""; if (![string isEqual:GRPSTYLE]) // ENDTAB break; dict = [NSMutableDictionary dictionary]; break; - case ID_NAME: + case ID_NAME: // (2) if (![scanner scanUpToCharactersFromSet:newLineSet intoString:&string]) break; [dict setObject:string forKey:@"name"]; [styles setObject:dict forKey:string]; //[styles addObject:dict]; break; - case ID_DESCRIPT: // font file name ("ariblk.TTF") + case ID_DESCRIPT: // (3) font file name ("ariblk.TTF") if (![scanner scanUpToCharactersFromSet:newLineSet intoString:&string]) break; [dict setObject:string forKey:@"fileName"]; break; - case ID_EXTSTRING: // font name ("Arial Black") + case ID_EXTSTRING: // (1000) font name ("Arial Black") if (![scanner scanUpToCharactersFromSet:newLineSet intoString:&string]) break; [dict setObject:string forKey:@"fontName"]; @@ -819,8 +825,8 @@ } -/* created: 17.05.93 - * modified: 18.05.93 10.03.97 +/* created: 1993-05-17 + * modified: 2015-10-08 * * purpose: get line * parameter: scanner (the dxf data) @@ -1044,8 +1050,8 @@ return YES; } -/* created: 18.05.93 - * modified: 10.06.93 30.09.94 01.05.96 +/* created: 1993-05-18 + * modified: 2016-08-04 (group.flags: TODOs added) * * purpose: get polyline * parameter: scanner (the dxf data at id line) @@ -1067,7 +1073,23 @@ state.endWidth = (group.endWidth<0) ? 0 : DeviceResToInternal(group.endWidth, res); state.mode = (group.more == 1) ? MODE_VERTEX : 0; - state.modeClosed = ( group.flags == 1 ) ? MODE_CLOSED : 0; + + /* group.flags (70) */ + state.modeClosed = ( group.flags & 1 ) ? MODE_CLOSED : 0; // 70 = 1 = closed polyline + if ( group.flags & 2 ) // TODO: Curve fit vertices added + printf("TODO, DXF-Import: POLYLINE: Curve fits not supported\n"); + if ( group.flags & 4 ) // TODO: SPLINE fit vertices added (see example: "POLYLINE_with_SPLINE/T35GIT.dxf") + printf("TODO, DXF-Import: POLYLINE: SPLINE fits not supported\n"); + if ( group.flags & 8 ) // TODO: 3D polyline + printf("TODO, DXF-Import: POLYLINE: 3D polyline not supported\n"); + if ( group.flags & 16 ) // TODO: 3D polygon mesh + printf("TODO, DXF-Import: POLYLINE: 3D polymesh not supported\n"); + if ( group.flags & 32 ) // TODO: polygon mesh is closed + ; + if ( group.flags & 64 ) // TODO: polyline is a polyface mesh + ; + if ( group.flags & 128 ) // TODO: continuous line type pattern + printf("TODO, DXF-Import: POLYLINE: line type not supported\n"); state.id = 0; @@ -1075,7 +1097,7 @@ } /* created: 1993-05-18 - * modified: 1998-08-05 + * modified: 2016-08-04 (group.flags = 16 = SPLINE frame control point ignored) * * purpose: get vertex * parameter: cp (the dxf data) @@ -1089,6 +1111,22 @@ a = group.a; // type is one behind [self scanGroup:scanner]; + /* group.flags (70) */ + //if ( group.flags & 1 ) // TODO: Curve fitting + // printf("TODO, DXF-Import: VERTEX: Curve fitting not supported\n"); + //if ( group.flags & 2 ) // TODO: Curve fit tangent defined for this vertex + // printf("TODO, DXF-Import: VERTEX: Curve fit tangent not supported\n"); + //if ( group.flags & 8 ) // TODO: SPLINE vertex + // printf("TODO, DXF-Import: VERTEX: SPLINE vertex not supported\n"); + if ( group.flags & 16 ) // TODO: SPLINE frame control point + return NO; + //if ( group.flags & 32 ) // TODO: 3D polyline vertex + // printf("TODO, DXF-Import: VERTEX: 3D polyline vertex not supported\n"); + //if ( group.flags & 64 ) // TODO: 3D polygon mesh + // printf("TODO, DXF-Import: VERTEX: 3D polygon mesh not supported\n"); + //if ( group.flags & 128 ) // TODO: polyface mesh vertex + // printf("TODO, DXF-Import: VERTEX: polyface mesh vertex not supported\n"); + state.color = [self currentColor]; /* get element specific begin width */ bw = (group.width<0) ? state.begWidth : DeviceResToInternal(group.width, res); @@ -1170,7 +1208,7 @@ return; } h = (a*l)/2.0; // height of arc - mx = (begx+endx)/2.0; my = (begy+endy)/2.0; // mit point between start and end + mx = (begx+endx)/2.0; my = (begy+endy)/2.0; // mid point between start and end dx = mx - begx; // dy = my - begy; // //if (h>0) /* don't know if this is correct */ @@ -1283,7 +1321,9 @@ } /* created: 1993-05-17 - * modified: 2010-04-03 (negative 360 deg arcs work now) + * modified: 2015-10-08 (with extrusion angle and equal angle, invert angle) + * 2014-07-23 (if group.ext transform the complete arc) + * 2010-04-03 (negative 360 deg arcs work now) * * purpose: get arc * parameter: cp (the dxf data) @@ -1292,19 +1332,29 @@ * angle */ - (BOOL)getArc:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle -{ float r, ba, ea; +{ VFloat r, ba, ea; NSRect rect; [self scanGroup:scanner]; if ( [visibleList count] && ![visibleList containsObject:group.handle]) return NO; + /* revert transformation of group.x0 group.y0 point - we need to transform the complete arc */ + /*if ( group.extX != 0.0 || group.extY != 0.0 || group.extZ != 1.0 ) + { V3Point N = V3MakePoint(-group.extX, -group.extY, -group.extZ), p; // FIXME: not like this + + p = transformOCS(V3MakePoint(group.x0, group.y0, group.z0), N); + group.x0 = p.x; group.y0 = p.y; group.z0 = p.z; + }*/ + state.color = [self currentColor]; - ctr->x = DeviceResToInternal(group.x0, res) + state.offset.x; - ctr->y = DeviceResToInternal(group.y0, res) + state.offset.y; - //FIXME: group.extX, group.extY, group.extZ - r = DeviceResToInternal(group.width, res); - ba = group.begAngle; + ctr->x = group.p0.x; + ctr->y = group.p0.y; + r = group.width; + //ctr->x = DeviceResToInternal(group.x0, res) + state.offset.x; // at end ! + //ctr->y = DeviceResToInternal(group.y0, res) + state.offset.y; + //r = DeviceResToInternal(group.width, res); + ba = group.begAngle; // arcs are ccw (except extZ=-1, or screwed up coordinate system (extrusion direction) ea = group.endAngle; start->x = ctr->x + r; @@ -1318,6 +1368,45 @@ if ( *angle == 0.0 ) *angle = ea - ba; + if ( *angle == 0.0 ) // angle == 0 => 360 + *angle = 360.0; + + if ( group.extX != 0.0 || group.extY != 0.0 || group.extZ != 1.0 ) // see: ArbAxis-Conversion_1.rtf + { V3Point N = V3MakePoint(group.extX, group.extY, group.extZ), p; + NSPoint end = vhfPointAngleFromRefPoint(*ctr, *start, *angle); + + p = transformOCS(V3MakePoint(ctr->x, ctr->y, group.p0.z), N); + ctr->x = p.x; ctr->y = p.y; // ctr->x = group.x0; ctr->y = group.y0; + p = transformOCS(V3MakePoint(start->x, start->y, group.p0.z), N); + start->x = p.x; start->y = p.y; + p = transformOCS(V3MakePoint(end.x, end.y, group.p0.z), N); + end.x = p.x; end.y = p.y; + + /* standard direction in DXF is ccw + * 1. extZ = -1 inverts the direction + * 2. a transformed coordinate system gives us no idea in what direction the angle goes, we leave it ccw. + * FIXME: a possibility would be tracking the last point, or if unsorted connecting to elements + */ + ba = vhfAngleOfPointRelativeCenter(*start, *ctr); + ea = vhfAngleOfPointRelativeCenter(end, *ctr); + if ( group.extX == 0.0 && group.extY == 0.0 && group.extZ == -1.0 ) // 1. inverted direction ccw -> cw + *angle = -*angle; + else if ( Abs(ea-ba) == Abs(*angle) ) + //*angle = ea - ba; + *angle = -*angle; // 2015-10-08 ??? + else // 2. translated coordinate system + { //if ( ba < ea ) + // ba += 360.0; + if (ea < ba) + ea += 360.0; + *angle = ea - ba; + } + } + + ctr->x = DeviceResToInternal(ctr->x, res) + state.offset.x; + ctr->y = DeviceResToInternal(ctr->y, res) + state.offset.y; + start->x = DeviceResToInternal(start->x, res) + state.offset.x; + start->y = DeviceResToInternal(start->y, res) + state.offset.y; state.width = 0.0; @@ -1332,7 +1421,9 @@ } /* created: 1993-06-11 - * modified: 2013-04-16 (fontName added) + * modified: 2016-04-20 (get fontName from formatting codes) + * 2015-06-19 (text formatting: remove formatting codes, log added) + * 2013-04-16 (fontName added) * * purpose: get text (TEXT, MTEXT) * read a sv-polygon for each character @@ -1363,18 +1454,6 @@ if (![group.text length]) return NO; - state.color = [self currentColor]; - textHeight = *size = DeviceResToInternal(group.width, res) * 3.0/2.0; - *string = [[group.text stringByReplacing:@"\\P" by:@"\n"] retain]; // convert newline - origin->x = DeviceResToInternal(group.x0, res) + state.offset.x; - origin->y = DeviceResToInternal(group.y0, res) + state.offset.y; - *angle = group.begAngle; - textScale = (group.endWidth == 0.0) ? 1.0 : group.endWidth; - slopeAngle = group.endAngle; - *alignment = (mtext) ? group.genFlags : 7; // default = bottom/left - adjust = group.adjust; // get adjust position from file - adjustPoint.x = DeviceResToInternal(group.x1, res); - adjustPoint.y = DeviceResToInternal(group.y1, res); if ( ! group.style ) group.style = @"Standard"; // FIXME: this should be case insensitive if ( [table objectForKey:@"style"] ) @@ -1386,11 +1465,134 @@ else if ( [style objectForKey:@"fileName"] ) { NSString *fn = [style objectForKey:@"fileName"]; - NSLog(@"TODO: what are we going to assign to the fonbt file name: \"%@\" ? Using Default.", fn); + NSLog(@"DXF-Import, MTEXT: unknown font file: \"%@\". Using Default.", fn); *fontName = nil; } } + state.color = [self currentColor]; + textHeight = *size = DeviceResToInternal(group.width, res) * 3.0/2.0; + *string = [[group.text stringByReplacing:@"\\P" by:@"\n"] retain]; // convert newline + /* text formatting: "{\fDINMittelschrift|b1||i0||c0|p34;\C7;\H3.;\W1.;Versuchstext}" + * TODO: turn formatting codes into attributed string (NSAttributedString) + */ + if ( [*string rangeOfString:@"\\"].length && [*string rangeOfString:@";"].length ) // there is formatting code + { NSMutableString *mString = [*string mutableCopy]; + NSRange range, searchRange = NSMakeRange(0, 0); + unichar uchar; + int i; + + /* remove "{", "}", but not "\{", "\}" */ + range = [mString rangeOfString:@"{"]; // {... + if ( range.length && (range.location == 0 || [mString characterAtIndex:range.location-1] != '\\') ) + [mString replaceCharactersInRange:range withString:@""]; + range = [mString rangeOfString:@"}"]; // ...} + if ( range.length && (range.location == 0 || [mString characterAtIndex:range.location-1] != '\\') ) + [mString replaceCharactersInRange:range withString:@""]; + + /* remove "\[a-zA-Z]...;" */ + for ( i=0; i<100; i++ ) // max 100 replacements, just to be safe + { NSRange range1; + + searchRange.length = [mString length] - searchRange.location; + range = [mString rangeOfString:@"\\" options:0 range:searchRange]; // "\" + if ( range.length == 0 ) + break; + uchar = [mString characterAtIndex:range.location+1]; + searchRange = NSMakeRange(range.location, [mString length] - range.location); + switch ( uchar ) + { + case 'a': // \A0; alignment + case 'A': + case 'c': // \C1; color change + case 'C': + case 'f': // \F...; font selection (\fG1L S04 Futura|b0|i0|c0|p2;) + case 'F': + case 'h': // \H3x; text height + case 'H': + case 'q': // \Q30; slanting + case 'Q': + case 't': // \T2; tracking, char spacing + case 'T': + case 'w': // \W0.8x; text width + case 'W': + range1 = [mString rangeOfString:@";" options:0 range:searchRange]; // "\...;" + if ( range1.length ) + { range.length = range1.location+1-range.location; // range has to cover one complete formatting code "\f...;" + switch ( uchar ) + { + case 'f': // \F...; font selection (\fG1L S04 Futura|b0|i0|c0|p2;) + case 'F': + { NSRange range2 = [mString rangeOfString:@"|" options:0 range:range]; // "|" + + if ( range2.length == 0 ) // \farial unicode ms;\U+24BA + range2 = [mString rangeOfString:@" " options:0 range:range]; // " " + if ( range2.length == 0 ) // \fisocp.shx,bigfont.shx;BURR-FREE + range2 = [mString rangeOfString:@"," options:0 range:range]; // "," + if ( range2.length == 0 ) // \farial unicode ms;\U+24BA + range2 = [mString rangeOfString:@";" options:0 range:range]; // ";" = full range + if ( range2.length > 0 ) + { NSString *fn = [mString substringWithRange:NSMakeRange(range.location+2, range2.location-range.location-2)]; + //[NSFont fontWithName:fn size:textHeight]; // test, if font is available (needs App Kit) + *fontName = [fn retain]; + // TODO: bold, italic, code page (color), pitch "b0|i0|c0|p2" + } + else + NSLog(@"DXF-Import, MTEXT: font name expected after \\f in %@", mString); + break; + } + // TODO: interpret into attributed string + default: + NSLog(@"DXF-Import, MTEXT: formatting code '\\%c' not implemented yet: \"%@\"", uchar, mString); + } + [mString replaceCharactersInRange:range withString:@""]; + } + else + NSLog(@"DXF-Import, MTEXT: missing \";\" for code '\\%c' in string: \"%@\"", uchar, mString); + searchRange.location = 0; + break; + case 'K': // \K start strike-through + case 'k': // \k stop strike-through + case 'L': // \L start underline + case 'l': // \l stop underline + case 'O': // \O start overstrike + case 'o': // \o stop overstrike + case 'X': // \X Paragraph wrap + range.length = 2; + // TODO: interpret into attributed string + [mString replaceCharactersInRange:range withString:@""]; + searchRange.location = 0; + break; + case 'P': // \P new line + range.length = 2; + [mString replaceCharactersInRange:range withString:@"\n"]; + searchRange.location = 0; + break; + case '\\': + case '{': + case '}': + searchRange.location ++; + break; + default: // skip: "\\", "\{", "\}" + searchRange.location ++; + break; + } + } + + NSLog(@"DXF-Import, MTEXT: text formatting (mostly) ignored: \"%@\"", *string); + [*string release]; + *string = mString; + } + origin->x = DeviceResToInternal(group.x0, res) + state.offset.x; + origin->y = DeviceResToInternal(group.y0, res) + state.offset.y; + *angle = group.begAngle; + textScale = (group.endWidth == 0.0) ? 1.0 : group.endWidth; + slopeAngle = group.endAngle; + *alignment = (mtext) ? group.genFlags : 7; // default = bottom/left + adjust = group.adjust; // get adjust position from file + adjustPoint.x = DeviceResToInternal(group.x1, res); + adjustPoint.y = DeviceResToInternal(group.y1, res); + if (!mtext) { if (group.genFlags == 2) // mirror around x @@ -1641,7 +1843,7 @@ AY = crossProduct(AZ, AX); AY = scaleToUnit( AY ); - /* these are direction cosines, we have to rotate each axis around this */ + /* AX, AY, AZ are direction cosines, we have to rotate each axis around this */ { double x = pOCS.x, y = pOCS.y, z = pOCS.z; p.x = x * AX.x + y * AY.x + z * AZ.x; @@ -1655,20 +1857,24 @@ * scanner starts at id line of first entry * scanner scans until it reaches the next group * created: 1997-03-19 - * modified: 2013-04-16 (style added) + * modified: 2014-04-14 (group.color without init to allow color to be reached down the hierarchy) + * 2013-04-16 (style added) * 2011-04-04 (group.z0 - z3 added) * 2009-02-06 (read in extrusion direction) */ - (BOOL)scanGroup:(NSScanner*)scanner { BOOL exitLoop = NO; - [group.text release]; group.text = nil; - [group.style release]; group.style = nil; - [group.name release]; group.name = nil; - [group.layer release]; group.layer = nil; + /* FIXME: default values may overwrite value reached down from hierarchy ! + * first/specialy color and layer - even layer should always be set + */ + [group.text release]; group.text = nil; + [group.style release]; group.style = nil; + [group.name release]; group.name = nil; + [group.layer release]; group.layer = nil; [group.handle release]; group.handle = nil; - group.color = 0; - group.width = -1.0; + // group.color = 0; // we use the color from higher Element, if color is not set + group.width = -1.0; group.endWidth = -1.0; group.begAngle = group.endAngle = 0.0; group.x0 = group.y0 = group.z0 = 0.0; @@ -1799,7 +2005,7 @@ break; case ID_COLOR: if (![scanner scanInt:&group.color]) - group.color = 0; + group.color = 0; // wrong - in ENTITIES 7 - in BLOCKS color from INSERT break; case ID_MORE: if (![scanner scanInt:&group.more]) @@ -1828,8 +2034,9 @@ case ID_EXT_Y: if (![scanner scanFloat:&group.extY]) group.extY = 0.0; - if ( group.extX != 0.0 || group.extY != 0.0 ) // FIXME: extrusion direction - NSLog(@"DXF-Import: extrusion direction not supported. File-Location = %u", (unsigned)[scanner scanLocation]); + if ( group.extX != 0.0 || group.extY != 0.0 ) // FIXME: extrusion direction (should be supported, but working ?) + NSLog(@"DXF-Import: extrusion direction not supported. File-Location = %u", location); + //[[scanner string] substringWithRange:NSMakeRange(Max(location-20, 0), 40)] break; case ID_EXT_Z: if (![scanner scanFloat:&group.extZ]) @@ -1848,6 +2055,7 @@ } /* transform coordinates from OCS to WCS (only if extrusion direction tells us so) */ + group.p0.x = group.x0; group.p0.y = group.y0; group.p0.z = group.z0; // hack for Arc if ( group.extX != 0.0 || group.extY != 0.0 || group.extZ != 1.0 ) { V3Point N = V3MakePoint(group.extX, group.extY, group.extZ), p; @@ -1924,16 +2132,18 @@ } /* allocate a text object and add it to layer - * parameter: text the text string - * font the font name - * angle rotation angle - * size the font size in pt - * ar aspect ratio height/width + * parameter: text the text string + * font the font name + * angle rotation angle + * size the font size in pt + * ar aspect ratio height/width + * alignment left, centered, right aligned * layerInfo the destination layer */ -- (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar :(int)alignment at:(NSPoint)p toLayer:(NSString*)layerName +- (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar + :(int)alignment at:(NSPoint)p toLayer:(NSString*)layerName { - NSLog(@"text: %@ %f %f %f %f %d %f \"%s\" \"%s\"", layerName, p.x, p.y, angle, size, ar, alignment, text, font); + NSLog(@"text: %@ %f %f %f %f %f %d \"%@\" \"%@\"", layerName, p.x, p.y, angle, size, ar, alignment, text, font); } - (void)setBounds:(NSRect)bounds diff -Nru cenon.app-4.0.2/VHFImport/dxfOperators.h cenon.app-4.0.6+ds1/VHFImport/dxfOperators.h --- cenon.app-4.0.2/VHFImport/dxfOperators.h 2013-09-13 16:54:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/dxfOperators.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,41 +1,41 @@ /* dxfOperators.h * common defines for dxf import * - * Copyright (C) 1993-2013 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1993-06-08 * modified: 2011-04-04 (3DLINE, 3DFACE added, IDZ0-IDZ3 addded) * 2009-02-06 (Extrusion Direction ID_EXT_X,Y,Z added) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_DXFOPERATORS -#define VHF_H_DXFOPERATORS +#ifndef CEN_H_DXFOPERATORS +#define CEN_H_DXFOPERATORS /* resolution in pixel per inch */ #define RES 25.4 @@ -160,4 +160,4 @@ #define ID_EXTSTRING 1000 -#endif // VHF_H_DXFOPERATORS +#endif // CEN_H_DXFOPERATORS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._GerberImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._GerberImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/GerberImport.h cenon.app-4.0.6+ds1/VHFImport/GerberImport.h --- cenon.app-4.0.2/VHFImport/GerberImport.h 2012-06-18 06:56:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/GerberImport.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,37 +1,37 @@ /* GerberImport.m * Gerber import object (RS274X) * - * Copyright (C) 1996-2003 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * Ilonka Fleischmann * * created: 1996-05-03 * modified: 2003-06-26 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._GerberImport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._GerberImport.m differ diff -Nru cenon.app-4.0.2/VHFImport/GerberImport.m cenon.app-4.0.6+ds1/VHFImport/GerberImport.m --- cenon.app-4.0.2/VHFImport/GerberImport.m 2010-12-31 04:09:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/GerberImport.m 2015-09-01 17:59:48.000000000 +0000 @@ -1,39 +1,40 @@ /* GerberImport.m * Gerber import object (RS274X) * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * Ilonka Fleischmann * * created: 1996-05-03 - * modified: 2010-12-30 (state.zeros == 2 Trailing Zeros fixed) + * modified: 2013-12-19 (cleanup) + * 2010-12-30 (state.zeros == 2 Trailing Zeros fixed) * 2009-07-10 (// state.g = 0; -getLayerPolarity: ![scanner isAtEnd]) * 2006-03-24 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -427,8 +428,8 @@ /* private methods */ - (BOOL)interpret:(NSString*)dataP -{ NSRect bounds; - NSScanner *scanner = [NSScanner scannerWithString:dataP]; +{ NSRect bounds; + NSScanner *scanner = [NSScanner scannerWithString:dataP]; digitsSet = [NSCharacterSet characterSetWithCharactersInString:DIGITS]; invDigitsSet = [digitsSet invertedSet]; @@ -447,7 +448,7 @@ [self removeClearLayers:list]; bounds.origin = ll; - bounds.size.width = ur.x - ll.x; + bounds.size.width = ur.x - ll.x; bounds.size.height = ur.y - ll.y; if ( !state.pos ) @@ -456,7 +457,7 @@ [self changeListPolarity:list bounds:bounds]; bounds.origin.x -= 10.0; bounds.origin.y -= 10.0; - bounds.size.width += 20.0; + bounds.size.width += 20.0; bounds.size.height += 20.0; } [self setBounds:bounds]; @@ -538,7 +539,7 @@ state.draw = 1; } else - NSLog(@"Coordinate X expected at location: %d", [scanner scanLocation]); + NSLog(@"Coordinate X expected at location: %d", (unsigned)[scanner scanLocation]); } else if ( [scanner scanString:ops.coordY intoString:NULL] ) { NSString *str; @@ -555,7 +556,7 @@ state.draw = 1; } else - NSLog(@"Coordinate Y expected at location: %d", [scanner scanLocation]); + NSLog(@"Coordinate Y expected at location: %d", (unsigned)[scanner scanLocation]); } else if ( [scanner scanString:ops.coordI intoString:NULL] ) { NSString *str; @@ -572,7 +573,7 @@ state.draw = 1; } else - NSLog(@"Coordinate I expected at location: %d", [scanner scanLocation]); + NSLog(@"Coordinate I expected at location: %d", (unsigned)[scanner scanLocation]); } else if ( [scanner scanString:ops.coordJ intoString:NULL] ) { NSString *str; @@ -589,7 +590,7 @@ state.draw = 1; } else - NSLog(@"Coordinate J expected at location: %d", [scanner scanLocation]); + NSLog(@"Coordinate J expected at location: %d", (unsigned)[scanner scanLocation]); } else if ( [scanner scanString:ops.ipolQuarter intoString:NULL] ) state.ipolFull = 0; @@ -1073,7 +1074,7 @@ { if ( (state.tool = [self toolFromString:scanner]) < 0 ) { - NSLog(@"Gerber import, Can't find tool at location %d. Default used.", [scanner scanLocation]); + NSLog(@"Gerber import, Can't find tool at location %d. Default used.", (unsigned)[scanner scanLocation]); state.tool = 0; } [scanner scanUpToString:ops.termi intoString:NULL]; @@ -1908,16 +1909,16 @@ } /* macro */ else if ( [[tool objectForKey:@"formCode"] isEqual:formM] ) - { NSScanner *scanner = [NSScanner scannerWithString:[tool objectForKey:@"macro"]]; - NSMutableArray *myList = [[[self allocateList] init] autorelease]; - int location = [scanner scanLocation]; - NSPoint llur[2]; // ll ur of macro ! + { NSScanner *scanner = [NSScanner scannerWithString:[tool objectForKey:@"macro"]]; + NSMutableArray *myList = [[[self allocateList] init] autorelease]; + int location = [scanner scanLocation]; + NSPoint llur[2]; // ll ur of macro ! llur[0].x = llur[0].y = LARGE_COORD; llur[1].x = llur[1].y = LARGENEG_COORD; while ( ![scanner isAtEnd] ) - { int val; + { int val = 0; [scanner setScanLocation:location]; [scanner scanUpToString:ops.termi intoString:NULL]; @@ -2180,7 +2181,7 @@ */ - (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar at:(NSPoint)p toList:aList { - NSLog(@"text: %f %f %f %f %f \"%s\" \"%s\"", p.x, p.y, angle, size, ar, text, font); + NSLog(@"text: %f %f %f %f %f \"%@\" \"%@\"", p.x, p.y, angle, size, ar, text, font); } - (void)moveListBy:(NSPoint)pt :aList diff -Nru cenon.app-4.0.2/VHFImport/GNUmakefile cenon.app-4.0.6+ds1/VHFImport/GNUmakefile --- cenon.app-4.0.2/VHFImport/GNUmakefile 2011-12-03 13:52:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/GNUmakefile 2016-10-20 09:48:19.000000000 +0000 @@ -1,6 +1,6 @@ # GNUmakefile: makefile for the VHFImport subproject # -# Copyright (C) 2002-2011 by vhf interservice GmbH +# Copyright (C) 2002-2016 by Cenon GmbH # Author: Georg Fleischmann # # modified: 2011-12-03 (ICUTImport.m, h added) @@ -8,27 +8,27 @@ # This file is part of the vhf Import/Export Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by the vhf interservice GmbH. Among other things, +# modify it under the terms of the Cenon Public License as +# published by the Cenon GmbH. Among other things, # the License requires that the copyright notices and this notice # be preserved on all copies. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. -# -# You should have received a copy of the vhf Public License along -# with this library; see the file LICENSE. If not, write to vhf. +# See the Cenon Public License for more details. # # If you want to link this library to your proprietary software, # or for other uses which are not covered by the definitions -# laid down in the vhf Public License, vhf also offers a proprietary -# license scheme. See the vhf internet pages or ask for details. +# laid down in the Cenon Public License, Cenon also offers a proprietary +# license scheme. See the Cenon internet pages or ask for details. +# +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.Cenon.de include $(GNUSTEP_MAKEFILES)/common.make Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._HPGLImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._HPGLImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/HPGLImport.h cenon.app-4.0.6+ds1/VHFImport/HPGLImport.h --- cenon.app-4.0.2/VHFImport/HPGLImport.h 2010-07-08 06:46:10.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/HPGLImport.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* HPGLImport.h * HPGL import object * - * Copyright (C) 1996 - 2010 by vhf interservice GmbH + * Copyright (C) 1996 - 2010 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 * modified: 2010-07-08 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include diff -Nru cenon.app-4.0.2/VHFImport/HPGLImport.m cenon.app-4.0.6+ds1/VHFImport/HPGLImport.m --- cenon.app-4.0.2/VHFImport/HPGLImport.m 2012-01-06 14:14:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/HPGLImport.m 2016-03-11 14:20:21.000000000 +0000 @@ -1,43 +1,46 @@ /* HPGLImport.m * HPGL import object * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-05-03 - * modified: 2012-01-05 (-getLabelSize: scanDouble and make it work with all sizes of NSPoint) + * modified: 2016-03-11 (-getArc: return NO, if arc has no length) + * 2015-03-13 (-loadParameter: -stringWithContentsOfFile:error: for 10.4 deprecations) + * 2012-01-05 (-getLabelSize: scanDouble and make it work with all sizes of NSPoint) * 2008-06-15 (-getGraphicFromData: imply PD if we get an arc) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include #include "HPGLImport.h" #include "../VHFShared/vhfCFGFunctions.h" +#include "../VHFShared/VHFStringAdditions.h" #include "../VHFShared/types.h" #define DIGITS @".+-0123456789" @@ -135,7 +138,7 @@ return self; } -/* created: 03.05.96 +/* created: 1996-05-03 * modified: 09.03.97 * parameter: fileName * purpose: load parameter file @@ -146,7 +149,8 @@ WORD i; //NSMutableString *beginNew = [NSMutableString string]; - if ( !(parmData = [[NSMutableString stringWithContentsOfFile:fileName] retain]) ) + //if ( !(parmData = [[NSMutableString stringWithContentsOfFile:fileName] retain]) ) + if ( !(parmData = [[NSMutableString stringWithContentsOfFile:fileName error:NULL] retain]) ) return NO; vhfGetTypesFromData(parmData, @"L", @"#NPN", &penCount); @@ -466,7 +470,7 @@ if ( [scanner scanDouble:&d] ) state.labelSize.height = d; else - NSLog(@"%@ (height) expected at location:%d", ops.labelSize, [scanner scanLocation]); + NSLog(@"%@ (height) expected at location:%d", ops.labelSize, (unsigned)[scanner scanLocation]); } if ( state.labelSize.width == 0.0 ) // default size @@ -513,7 +517,7 @@ if ( ![scanner scanFloat:&run] ) run = rise = 0.0; else if ( ![scanner scanFloat:&rise] ) - NSLog(@"'%@' (rise) expected at location: %d", ops.labelDir, [scanner scanLocation]); + NSLog(@"'%@' (rise) expected at location: %d", ops.labelDir, (unsigned)[scanner scanLocation]); if (run == 0.0 && rise == 0.0) state.labelDir = 0.0; @@ -543,9 +547,9 @@ { float x, y; if ( ![scanner scanFloat:&x] ) - NSLog(@"getPoint: (x) expected at location: %d", [scanner scanLocation]); + NSLog(@"getPoint: (x) expected at location: %d", (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&y] ) - NSLog(@"getPoint: (y) expected at location: %d", [scanner scanLocation]); + NSLog(@"getPoint: (y) expected at location: %d", (unsigned)[scanner scanLocation]); x = DeviceResToInternal(x, res); y = DeviceResToInternal(y, res); if (state.pa) @@ -575,9 +579,9 @@ *p0 = state.point; if ( ![scanner scanFloat:&x] ) - NSLog(@"getLine::: (x) expected at location: %d", [scanner scanLocation]); + NSLog(@"getLine::: (x) expected at location: %d", (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&y] ) - NSLog(@"getLine::: (y) expected at location: %d", [scanner scanLocation]); + NSLog(@"getLine::: (y) expected at location: %d", (unsigned)[scanner scanLocation]); x = DeviceResToInternal(x, res); y = DeviceResToInternal(y, res); if (state.pa) @@ -613,7 +617,7 @@ *angle = 0.0; if ( ![scanner scanFloat:&r] ) - NSLog(@"getCircle::: radius expected at location: %d", [scanner scanLocation]); + NSLog(@"getCircle::: radius expected at location: %d", (unsigned)[scanner scanLocation]); r = DeviceResToInternal(r, res); /* radius! */ @@ -635,7 +639,7 @@ } /* created: 1993-05-17 - * modified: 2004-05-27 + * modified: 2016-03-11 (test for zero length) * * purpose: get arc * parameter: scanner (at values) @@ -645,12 +649,13 @@ */ - (BOOL)getArc:(NSScanner*)scanner :(NSPoint*)ctr :(NSPoint*)start :(float*)angle { float x, y, value; + VFloat radius; *angle = 0.0; if ( ![scanner scanFloat:&x] ) - NSLog(@"getArc::: center x expected at location: %d", [scanner scanLocation]); + NSLog(@"getArc::: center x expected at location: %d", (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&y] ) - NSLog(@"getArc::: center y expected at location: %d", [scanner scanLocation]); + NSLog(@"getArc::: center y expected at location: %d", (unsigned)[scanner scanLocation]); x = DeviceResToInternal(x, res); y = DeviceResToInternal(y, res); if ( !state.relArc ) @@ -665,9 +670,13 @@ *start = state.point; if ( ![scanner scanFloat:&value] ) - NSLog(@"getLine::: angle expected at location: %d", [scanner scanLocation]); + NSLog(@"getLine::: angle expected at location: %d", (unsigned)[scanner scanLocation]); *angle = value; + radius = sqrt((ctr->x - start->x)*(ctr->x - start->x) + (ctr->y - start->y)*(ctr->y - start->y)); + if ( Abs(2.0 * Pi * radius * (*angle)/360.0) < 0.000001 ) + return NO; // arc with no length (angle == 0.0 is not precise enough for large arcs) + [scanner scanFloat:&value]; state.point = *start; @@ -709,7 +718,7 @@ // *ar = state.labelSize.height/state.labelSize.width; if ( ![scanner scanUpToCharactersFromSet:labelTermiSet intoString:string] ) - { NSLog(@"'%@' string expected at location: %d", ops.label, [scanner scanLocation]); + { NSLog(@"'%@' string expected at location: %d", ops.label, (unsigned)[scanner scanLocation]); return NO; } /* end of text */ @@ -734,7 +743,7 @@ { float value; if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (polygon mode) expected at location: %d", ops.polygonDef, [scanner scanLocation]); + NSLog(@"'%@' (polygon mode) expected at location: %d", ops.polygonDef, (unsigned)[scanner scanLocation]); switch ((int)value) { @@ -765,13 +774,13 @@ [scanner scanString:ops.inputWindow intoString:NULL]; if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (x) expected at location: %d", ops.inputWindow, [scanner scanLocation]); + NSLog(@"'%@' (x) expected at location: %d", ops.inputWindow, (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (y) expected at location: %d", ops.inputWindow, [scanner scanLocation]); + NSLog(@"'%@' (y) expected at location: %d", ops.inputWindow, (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (w) expected at location: %d", ops.inputWindow, [scanner scanLocation]); + NSLog(@"'%@' (w) expected at location: %d", ops.inputWindow, (unsigned)[scanner scanLocation]); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (h) expected at location: %d", ops.inputWindow, [scanner scanLocation]); + NSLog(@"'%@' (h) expected at location: %d", ops.inputWindow, (unsigned)[scanner scanLocation]); return YES; } @@ -834,15 +843,15 @@ state.p1.x = DeviceResToInternal(value, res); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (p1 y) expected at location: %d", ops.inputp1p2, [scanner scanLocation]); + NSLog(@"'%@' (p1 y) expected at location: %d", ops.inputp1p2, (unsigned)[scanner scanLocation]); state.p1.y = DeviceResToInternal(value, res); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (p2 x) expected at location: %d", ops.inputp1p2, [scanner scanLocation]); + NSLog(@"'%@' (p2 x) expected at location: %d", ops.inputp1p2, (unsigned)[scanner scanLocation]); state.p2.x = DeviceResToInternal(value, res); if ( ![scanner scanFloat:&value] ) - NSLog(@"'%@' (p2 y) expected at location: %d", ops.inputp1p2, [scanner scanLocation]); + NSLog(@"'%@' (p2 y) expected at location: %d", ops.inputp1p2, (unsigned)[scanner scanLocation]); state.p2.y = DeviceResToInternal(value, res); return YES; @@ -903,7 +912,7 @@ */ - (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar at:(NSPoint)p toList:aList { - NSLog(@"text: %f %f %f %f %f \"%s\" \"%s\"\n", p.x, p.y, angle, size, ar, text, font); + NSLog(@"text: %f %f %f %f %f \"%@\" \"%@\"\n", p.x, p.y, angle, size, ar, text, font); } - (void)setBounds:(NSRect)bounds Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._ICUTImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._ICUTImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/ICUTImport.h cenon.app-4.0.6+ds1/VHFImport/ICUTImport.h --- cenon.app-4.0.2/VHFImport/ICUTImport.h 2012-06-27 10:24:44.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/ICUTImport.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,37 +1,37 @@ /* ICUTImport.h * i-cut import object * - * Copyright (C) 2012 by vhf interservice GmbH + * Copyright (C) 2012 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2011-09-16 * modified: 2012-06-22 (shape added, any layer with names possible) * 2011-09-16 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._ICUTImport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._ICUTImport.m differ diff -Nru cenon.app-4.0.2/VHFImport/ICUTImport.m cenon.app-4.0.6+ds1/VHFImport/ICUTImport.m --- cenon.app-4.0.2/VHFImport/ICUTImport.m 2012-06-29 07:29:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/ICUTImport.m 2015-06-09 16:05:24.000000000 +0000 @@ -1,38 +1,39 @@ /* ICUTImport.m * i-cut import object * - * Copyright (C) 2012 by vhf interservice GmbH + * Copyright (C) 2012-2014 by Cenon GmbH * Author: Ilonka Fleischmann * * created: 2011-09-16 - * modified: 2012-06-22 (shape added, any layer with names possible) + * modified: 2013-03-19 (lost Corner - will be handled now) + * 2012-06-22 (shape added, any layer with names possible) * 2012-02-29 (ignore stuff after ops.cutcontour) * 2012-02-13 (ops.cutcontour like ops.corner, state.path = 0 after else) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.com */ #include @@ -245,7 +246,7 @@ } /* we need cp on a number ! - * modified: 2008-06-15 + * modified: 2008-06-15 2013-03-19 */ - (BOOL)getGraphicFromData:(NSScanner*)scanner :cList { int location; @@ -376,13 +377,21 @@ state.pindex = 2; // first crv pt, next is second crv pt [self updateBounds:state.p1]; break; - default: - //case 2: + //default: + case 2: state.p2.x = [self unitFromUnit:UNIT_POINT :xval]; // get internal from Inch state.p2.y = [self unitFromUnit:UNIT_POINT :yval]; // get internal from Inch state.pindex = 3; // second crv pt, next is end pt [self updateBounds:state.p2]; break; + default: // state.pindex == 3 -- but corner expected + state.p3.x = [self unitFromUnit:UNIT_POINT :xval]; // get internal from Inch + state.p3.y = [self unitFromUnit:UNIT_POINT :yval]; // get internal from Inch + state.pindex = 1; // curve end already 1 + [self updateBounds:state.p3]; + [self addCurve:state.p0 :state.p1 :state.p2 :state.p3 toList:cList]; + state.p0 = state.p3; // is our new p0 ! + break; } return YES; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._PSImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._PSImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/PSImport.h cenon.app-4.0.6+ds1/VHFImport/PSImport.h --- cenon.app-4.0.2/VHFImport/PSImport.h 2011-07-05 05:12:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/PSImport.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* PSImport.h * PostScript import object * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 * modified: 2005-11-19 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._PSImport.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._PSImport.m differ diff -Nru cenon.app-4.0.2/VHFImport/PSImport.m cenon.app-4.0.6+ds1/VHFImport/PSImport.m --- cenon.app-4.0.2/VHFImport/PSImport.m 2012-03-01 11:17:23.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/PSImport.m 2015-09-05 16:26:47.000000000 +0000 @@ -1,39 +1,42 @@ /* PSImport.m * PostScript import object * - * Copyright (C) 1996-2011 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 - * modified: 2011-09-03 (-importPS: for GhostScript: try several string loadings to get encoding right) + * modified: 2015-06-20 (removeFileAtPath:handler: -> error:) + * 2014-07-04 (-importPDFFromFile:, -importPS: alert, if no ghostscript is installed) + * 2013-12-19 (-importPS: dataIn is NSString, data is NSMutableString) + * 2011-09-03 (-importPS: for GhostScript: try several string loadings to get encoding right) * 2009-02-02 (-importPS: for GhostScript: -dNOSAFER flag added * 2009-01-31 (-importPS: for GhostScript+DPS: remove Corel Draw garbage before %!PS-ADOBE...) * 2008-11-29 (init state.color in GhostScript version of importPS) * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include @@ -44,6 +47,7 @@ #include "../VHFShared/types.h" #include "../VHFShared/VHFScannerAdditions.h" #include "../VHFShared/VHFStringAdditions.h" // -writeToFile:... for 10.4 +#include "../VHFShared/VHFSystemAdditions.h" // NSFileManagerAdditions /* USEDPS: 1 = use Display PostScript, 0 = use gs (GhostScript) */ #if defined(GNUSTEP_BASE_VERSION) @@ -114,12 +118,12 @@ if (![GS_PATH hasPrefix:@"/"]) // location is known to the system return GS_PATH; if ([fileManager fileExistsAtPath:GS_PATH]) - return GS_PATH; - return GS_PATH1; + return GS_PATH; // "/usr/local/bin/gs" + return GS_PATH1; // "/usr/bin/gs" } /* created: 2002-01-29 - * modified: 2005-11-19 + * modified: 2014-07-04 (alert user, if no ghostscript installed) * parameter: pdfData the PDF data stream * purpose: import pdf data */ @@ -131,24 +135,78 @@ [pdfData writeToFile:pdfFile atomically:NO]; result = [self importPDFFromFile:pdfFile]; - [[NSFileManager defaultManager] removeFileAtPath:pdfFile handler:nil]; + [[NSFileManager defaultManager] removeFileAtPath:pdfFile error:NULL]; return result; } - importPDFFromFile:(NSString*)pdfFile -{ NSString *app = [[NSProcessInfo processInfo] processName], *commandLine; +{ NSString *app = [[NSProcessInfo processInfo] processName], *commandLine, *gsPath = nil; NSString *psFile = vhfPathWithPathComponents([self tmpPath], [app stringByAppendingString:@"_pdfImport.eps"], nil); NSData *psData; + NSString *gsDev = @"epswrite"; // gs 6.52: gswrite+epswrite, gs >=9.05: gs2write+eps2write + + /* TODO: multiple page import: split up multiple page PDFs into single files + * You might want to print each page separately. To do this, send the + * output to a series of files "foo1.xyz, foo2.xyz, ..." using the + * "-sOutputFile=" switch with "%d" in a filename template: + * Each resulting file receives one page of output, and the files are + * numbered in sequence. "%d" is a printf format specification; you can + * also use a variant like "%02d". + * -sOutputFile=foo%d.xyz + */ + + /* check, if gs is installed */ + gsPath = [self gsPath]; + if ( ! [[NSFileManager defaultManager] fileExistsAtPath:gsPath] ) // check, if gsPath is installed + { + NSLog(@"Can't find PostScript interpreter !\n" + @"Make sure you have GhostScript installed in PATH.\n" + @"PATH = \"/usr/local/bin/gs\" or \"/usr/bin/gs\""); + return nil; + } + + /* test for epswrite device (<= gs 9.14) + * gs >= 9.15 has device eps2write (no epswrite any more) + * gs -h | grep epswrite + * gs --version => 9.15 + * FIXME: gs 9.16: files from eps2write doesn't work, files from ps2write work except for our scale/flip + * gs 9.14 works + */ + //output = cenRunCommand([NSString stringWithFormat:@"%@ -h | grep %@", gsPath, gsDev]); + { NSPipe *pipe = [NSPipe pipe]; + NSFileHandle *file = [pipe fileHandleForReading]; + NSTask *task = [[NSTask alloc] init]; + NSString *output; + + [task setLaunchPath: @"/bin/sh"]; + [task setArguments:@[@"-c", [NSString stringWithFormat:@"%@ -h | grep %@", gsPath, gsDev]] ]; + [task setStandardOutput:pipe]; + [task launch]; + output = [[NSString alloc] initWithData:[file readDataToEndOfFile] encoding:NSUTF8StringEncoding]; + [file closeFile]; + [task release]; + if ( [output rangeOfString:gsDev].length == 0 ) // no epswrite available + gsDev = @"eps2write -dCompressPages=false"; // eps2write compresses / ps2write ignores our scale 2 -2 + [output release]; + } /* convert pdf to eps */ - commandLine = [NSString stringWithFormat:@"%@ -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=epswrite -sOutputFile=%@ -c save pop -f '%@'", [self gsPath], psFile, pdfFile]; - system([commandLine UTF8String]); + commandLine = [NSString stringWithFormat:@"%@ -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=%@ -sOutputFile=%@ -c save pop -f '%@'", + gsPath, gsDev, psFile, pdfFile]; + if (system([commandLine UTF8String]) != 0) + { + NSRunAlertPanel(@"Unable to import PDF file", + @"An error occured while importing the file.\n" + @"Please check the console for details.\n", + @"OK", nil, nil); + return nil; + } /* import ps */ psData = [NSData dataWithContentsOfFile:psFile]; - [[NSFileManager defaultManager] removeFileAtPath:psFile handler:nil]; + [[NSFileManager defaultManager] removeFileAtPath:psFile error:NULL]; return [self importPS:psData]; } @@ -182,7 +240,7 @@ if ( !psData ) return nil; - /* Workaround for Windows Corel Draw: if psData contains garbage before %!PS-Adobe, we remove that. + /* Workaround for Windows / Corel Draw: if psData contains garbage before %!PS-Adobe, we remove that. * garbage at the end is only removed if file ends with "%%EOF". */ { NSString *psStr, *psStr1; @@ -250,18 +308,38 @@ */ #else // use GhostScript +/* + * modified: 2014-07-04 (alert user, if no ghostscript installed) + */ static NSString *prolog = nil; - importPS:(NSData*)psData -{ NSString *app = [[NSProcessInfo processInfo] processName], *commandLine, *path; +{ NSString *app = [[NSProcessInfo processInfo] processName], *commandLine, *path, *gsPath = [self gsPath]; NSString *inFile = vhfPathWithPathComponents([self tmpPath], [app stringByAppendingString:@"_psImport.in"], nil); //NSString *outFile = vhfPathWithPathComponents(PS_TMPPATH, @"_psImport.out", nil); // see psImport.prolog ! NSString *outFile = vhfPathWithPathComponents([self tmpPath], [app stringByAppendingString:@"_psImport.out"], nil); // see psImport.prolog - NSMutableString *data = [NSMutableString string]; + NSMutableString *psString = [NSMutableString string]; + NSString *dataIn; NSStringEncoding enc; + NSFileManager *fileManager = [NSFileManager defaultManager]; if ( !psData ) return nil; - /* Workaround for Windows Corel Draw: if psData contains garbage before %!PS-Adobe, we remove that. + + /* check, if gs is installed */ + if ( ! [fileManager fileExistsAtPath:gsPath] ) // check, if gsPath is installed + { + /*NSRunAlertPanel(@"Can't find PostScript interpreter !\n", + @"Make sure you have GhostScript installed in PATH.\n" + @"PATH = \"/usr/local/bin/gs\" or \"/usr/bin/gs\"", + @"OK", nil, nil);*/ + NSLog(@"Can't find PostScript interpreter !\n" + @"Make sure you have GhostScript installed in PATH.\n" + @"PATH = \"/usr/local/bin/gs\" or \"/usr/bin/gs\""); + return nil; + } + + + /* Workaround for Windows / Corel Draw: if psData contains garbage before %!PS-Adobe, we remove that. * garbage at the end is only removed if file ends with "%%EOF". */ { NSString *psStr, *psStr1; @@ -287,7 +365,7 @@ state.width = 0.0; /* load prolog from framework or library directory */ - if ( !prolog ) + if ( !prolog ) // we share a global prolog and load this only once { path = [[NSBundle bundleForClass:[PSImport class]] resourcePath]; path = [path stringByAppendingPathComponent:@"psImport.prolog"]; @@ -310,42 +388,95 @@ NSLog(@"Couldn't load psImport.prolog file '%@'", path); } - [data appendString:prolog]; + + /* add conversion stuff */ + [psString setString:prolog]; if ( flattenText ) - [data appendString:@" /flattenText 1 def\n"]; - [data appendString:@"0.0 1000.0 translate\n"]; - [data appendString:@"2.0 -2.0 scale\n"]; - [data appendString:[[[NSString alloc] initWithData:psData encoding:NSASCIIStringEncoding] autorelease]]; - [data appendString:@" flush cfile closefile\n"]; + [psString appendString:@" /flattenText 1 def\n"]; + [psString appendString:@"0.0 1000.0 translate\n"]; + [psString appendString:@"2.0 -2.0 scale\n"]; // FIXME: ignored with pswrite + [psString appendString:[[[NSString alloc] initWithData:psData encoding:NSASCIIStringEncoding] autorelease]]; + [psString appendString:@" flush cfile closefile\n"]; + /* If there are special characters in the file, we convert it to lossy ascii * to avoid strange encodings on mac os x (Apple) */ - if (![data canBeConvertedToEncoding:NSASCIIStringEncoding]) - { NSData *nsData; + if (![psString canBeConvertedToEncoding:NSASCIIStringEncoding]) + { NSData *data1; - nsData = [data dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES]; - data = [[[NSString alloc] initWithData:nsData encoding:NSASCIIStringEncoding] autorelease]; + data1 = [psString dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES]; + psString = [[[NSMutableString alloc] initWithData:data1 encoding:NSASCIIStringEncoding] autorelease]; } - [data writeToFile:inFile atomically:NO encoding:NSASCIIStringEncoding error:NULL]; // >= 10.5 - //[data writeToFile:inFile atomically:NO]; // <= 10.4 + [psString writeToFile:inFile atomically:NO encoding:NSASCIIStringEncoding error:NULL]; // >= 10.5 + //[psString writeToFile:inFile atomically:NO]; // <= 10.4 - commandLine = [NSString stringWithFormat:@"%@ -dNODISPLAY -dBATCH -dNOSAFER -g1000x1000 '%@'", [self gsPath], inFile]; - system([commandLine UTF8String]); + + commandLine = [NSString stringWithFormat:@"%@ -dNODISPLAY -dBATCH -dNOSAFER -g1000x1000 '%@'", gsPath, inFile]; + if (system([commandLine UTF8String]) != 0) + { BOOL failed = YES; + NSString *cmd, *gsDev = @"epswrite", *fileFr, *fileTo; + + /* write psData to file */ + fileFr = inFile; + [psData writeToFile:fileFr atomically:NO]; + fileTo = [inFile stringByAppendingString:@"_simple"]; // "../NAME_simple" + NSLog(@"Convert PostScript file to simpler format: %@", fileTo); + + /* if call fails, try converting file to simple ps/eps (eps2eps) */ + /*outFile = [inFile stringByDeletingPathExtension]; + if ( [[inFile pathExtension] isCaseInsensitiveLike:@"ps"] ) // PS file + { gsDev = @"pswrite"; + outFile = [outFile stringByAppendingString:@"_simple.eps"]; // "../NAME_simple.eps" + } + else // EPS file + { gsDev = @"epswrite"; + outFile = [outFile stringByAppendingString:@"_simple.ps"]; // "../NAME_simple.ps" + }*/ + + cmd = [NSString stringWithFormat:@"%@ -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=%@ -sOutputFile='%@' -c save pop -f '%@'", + gsPath, gsDev, fileTo, fileFr]; + if (system([cmd UTF8String]) == 0) // convert to simple eps + { NSString *epsString = [NSString stringWithContentsOfFile:fileTo]; + + /* 2nd attempt */ + /* add conversion stuff */ + [psString setString:prolog]; + if ( flattenText ) + [psString appendString:@" /flattenText 1 def\n"]; + [psString appendString:@"0.0 1000.0 translate\n"]; + [psString appendString:@"2.0 -2.0 scale\n"]; // FIXME: ignored with pswrite + [psString appendString:epsString]; + [psString appendString:@" flush cfile closefile\n"]; + [psString writeToFile:inFile atomically:NO encoding:NSASCIIStringEncoding error:NULL]; // >= 10.5 + + if (system([commandLine UTF8String]) == 0) + failed = NO; + } + //[fileManager removeFileAtPath:fileTo error:NULL]; // remove simple file + + if ( failed ) + { NSRunAlertPanel(@"Unable to import PS file", + @"An error occured while importing the file.\n" + @"Please check the console for details.\n", + @"OK", nil, nil); + return nil; + } + } /* load generated file */ //data = [[[NSString alloc] initWithContentsOfFile:outFile] autorelease]; - data = [[[NSString alloc] initWithContentsOfFile:outFile usedEncoding:&enc error:NULL] autorelease]; - if ( !data ) // files from Corel Draw, etc. - data = [[[NSString alloc] initWithContentsOfFile:outFile encoding:NSISOLatin1StringEncoding error:NULL] autorelease]; - if ( !data ) // files from Next-Step (ex. Example file with Ducks) - data = [[[NSString alloc] initWithContentsOfFile:outFile encoding:NSNEXTSTEPStringEncoding error:NULL] autorelease]; + dataIn = [[[NSString alloc] initWithContentsOfFile:outFile usedEncoding:&enc error:NULL] autorelease]; + if ( !dataIn ) // files from Corel Draw, etc. + dataIn = [[[NSString alloc] initWithContentsOfFile:outFile encoding:NSISOLatin1StringEncoding error:NULL] autorelease]; + if ( !dataIn ) // files from Next-Step (ex. Example file with Ducks) + dataIn = [[[NSString alloc] initWithContentsOfFile:outFile encoding:NSNEXTSTEPStringEncoding error:NULL] autorelease]; /* interpret data and send to receiving object */ - if ( !data || ![self interpret:data] ) + if ( !dataIn || ![self interpret:dataIn] ) return nil; - [[NSFileManager defaultManager] removeFileAtPath:inFile handler:nil]; - [[NSFileManager defaultManager] removeFileAtPath:outFile handler:nil]; + [fileManager removeFileAtPath:inFile error:NULL]; + [fileManager removeFileAtPath:outFile error:NULL]; return [list autorelease]; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._psImport.prolog and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._psImport.prolog differ diff -Nru cenon.app-4.0.2/VHFImport/psImport.prolog cenon.app-4.0.6+ds1/VHFImport/psImport.prolog --- cenon.app-4.0.2/VHFImport/psImport.prolog 2012-05-16 10:30:37.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/psImport.prolog 2014-08-05 10:17:01.000000000 +0000 @@ -1,7 +1,7 @@ % % psi.prolog % -% Copyright (C) 1996-2012 by vhf interservice GmbH +% Copyright (C) 1996-2014 by Cenon GmbH % Author: Georg Fleischmann % % created: 2000-09-09 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFImport/._SVGImport.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFImport/._SVGImport.h differ diff -Nru cenon.app-4.0.2/VHFImport/SVGImport.h cenon.app-4.0.6+ds1/VHFImport/SVGImport.h --- cenon.app-4.0.2/VHFImport/SVGImport.h 2010-08-07 06:14:55.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/SVGImport.h 2015-06-09 16:05:24.000000000 +0000 @@ -1,36 +1,36 @@ /* SVGImport.h * SVG import object * - * Copyright (C) 2010 by vhf interservice GmbH + * Copyright (C) 2010-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-07-03 - * modified: 2010-07-19 + * modified: 2014-01-04 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@vhf.biz + * http://www.cenon.com */ #include @@ -42,7 +42,7 @@ float width; // width of object }SVGState; -@interface SVGImport:NSObject +@interface SVGImport:NSObject { id list; // the root list for all contents NSString *title; // title of document diff -Nru cenon.app-4.0.2/VHFImport/SVGImport.m cenon.app-4.0.6+ds1/VHFImport/SVGImport.m --- cenon.app-4.0.2/VHFImport/SVGImport.m 2012-05-21 09:02:46.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFImport/SVGImport.m 2015-08-14 13:33:46.000000000 +0000 @@ -1,42 +1,45 @@ /* SVGImport.m - * SVG import object + * SVG import class * - * Copyright (C) 2010-2012 by vhf interservice GmbH + * Copyright (C) 2010-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2010-07-03 - * modified: 2012-05-21 (coordFromString() added for svg-width/hight to support units, scale only once) + * modified: 2015-08-14 (-parsePath: q, Q, t, T implemented. -parser: rect fixed) + * 2014-04-14 (-parser:foundCharacters: [stringFound retain] added to avoid crash) + * 2012-05-21 (coordFromString() added for svg-width/hight to support units, scale only once) * 2012-01-05 * * SVG Specs: http://www.w3.org/TR/2003/REC-SVG11-20030114 * - * This file is part of the vhf Import Library. + * This file is part of the Cenon Import Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.de */ #include +#include #include "SVGImport.h" //#include "../VHFShared/vhfCFGFunctions.h" @@ -903,18 +906,19 @@ [self addRectangle:rect toList:(groupList) ? groupList : list]; } else - { NSPoint pts[4], p = rect.origin, s = NSMakePoint(rect.size.width, rect.size.height); + { NSPoint pts[5], p = rect.origin, s = NSMakePoint(rect.size.width, rect.size.height); int i; pts[0] = [ctm transformPoint:p]; pts[1] = [ctm transformPoint:NSMakePoint(p.x+s.x, p.y)]; pts[2] = [ctm transformPoint:NSMakePoint(p.x+s.x, p.y+s.y)]; pts[3] = [ctm transformPoint:NSMakePoint(p.x, p.y+s.y)]; - for (i=0; i<4; i++) + pts[4] = pts[0]; // close rectangle + for (i=0; i<5; i++) { [self updateBounds:pts[i]]; pts[i] = flipAndScale(pts[i], flipHeight, scale); } state.width = transformWidth(state.width, ctm); - [self addPolyLine:pts count:4 toList:(groupList) ? groupList : list]; + [self addPolyLine:pts count:5 toList:(groupList) ? groupList : list]; } } //TODO: if ( elemId ) @@ -1096,7 +1100,9 @@ if ( [currentElement isEqualToString:@"title"] ) title = [string retain]; else - stringFound = string; + { [stringFound release]; + stringFound = [string retain]; + } } - (void)parserDidEndDocument:(NSXMLParser*)parser @@ -1192,10 +1198,10 @@ break; // analog: svglib's _svg_str_parse_csv_doubles switch (op) { - case 'm': // MoveTo relative + case 'm': // MoveTo relative (x, y) args[0] += p0.x; args[1] += p0.y; op = 'l'; // move continues as LineTo - case 'M': // MoveTo absolute + case 'M': // MoveTo absolute (x, y) p0.x = args[0]; p0.y = args[1]; pt0 = [ctm transformPoint:p0]; pStart = p0; @@ -1204,9 +1210,9 @@ op = 'L'; lastOp = 'M'; break; - case 'l': // LineTo relative + case 'l': // LineTo relative (x, y) args[0] += p0.x; args[1] += p0.y; - case 'L': // LineTo absolute + case 'L': // LineTo absolute (x, y) p1.x = args[0]; p1.y = args[1]; pt1 = [ctm transformPoint:p1]; [self updateBounds:pt1]; @@ -1215,9 +1221,9 @@ p0 = p1; pt0 = pt1; lastOp = 'L'; break; - case 'v': // Vertical line relative + case 'v': // Vertical line relative (y) args[0] += p0.y; - case 'V': // Vertical line absolute + case 'V': // Vertical line absolute (y) p1.x = p0.x; p1.y = args[0]; pt1 = [ctm transformPoint:p1]; [self updateBounds:pt1]; @@ -1226,9 +1232,9 @@ p0 = p1; pt0 = pt1; lastOp = 'L'; break; - case 'h': // Horicontal line relative + case 'h': // Horicontal line relative (x) args[0] += p0.x; - case 'H': // Horicontal line absolute + case 'H': // Horicontal line absolute (x) p1.x = args[0]; p1.y = p0.y; pt1 = [ctm transformPoint:p1]; [self updateBounds:pt1]; @@ -1237,11 +1243,11 @@ p0 = p1; pt0 = pt1; lastOp = 'L'; break; - case 'c': // CurveTo relative + case 'c': // CurveTo relative (x1, y1, x2, y2, x, y) args[0] += p0.x; args[1] += p0.y; args[2] += p0.x; args[3] += p0.y; args[4] += p0.x; args[5] += p0.y; - case 'C': // CurveTo absolute + case 'C': // CurveTo absolute (x1, y1, x2, y2, x, y) p1.x = args[0]; p1.y = args[1]; p2.x = args[2]; p2.y = args[3]; p3.x = args[4]; p3.y = args[5]; @@ -1261,7 +1267,7 @@ case 's': // Smooth CurveTo relative args[0] += p0.x; args[1] += p0.y; args[2] += p0.x; args[3] += p0.y; - case 'S': // Smooth CurveTo absolute + case 'S': // Smooth CurveTo absolute (x2, y2, x, y) p1 = (lastOp == 'C') ? reflectedCurveP : p0; p2.x = args[0]; p2.y = args[1]; p3.x = args[2]; p3.y = args[3]; @@ -1278,16 +1284,49 @@ p0 = p3; pt0 = pt3; lastOp = 'C'; break; - case 'q': - case 'Q': - // TODO - lastOp = 'C'; - case 't': - case 'T': - // TODO - lastOp = 'C'; - NSLog(@"TODO: SVGImport, -parsePath: operator %c not implemented, skipping", op); + case 'q': // quadratic curveTo relative (x1, y1, x, y) + args[0] += p0.x; args[1] += p0.y; + args[2] += p0.x; args[3] += p0.y; + case 'Q': // quadratic curveTo absolute (x1, y1, x, y) + p3.x = args[2]; p3.y = args[3]; // CP3 = QP2 + p1.x = p0.x + 2.0/3.0 * (args[0]-p0.x); p1.y = p0.y + 2.0/3.0 * (args[1]-p0.y); // CP1 = QP0 + 2/3 *(QP1-QP0) + p2.x = p3.x + 2.0/3.0 * (args[0]-p3.x); p2.y = p3.y + 2.0/3.0 * (args[1]-p3.y); // CP2 = QP2 + 2/3 *(QP1-QP2) + pt1 = [ctm transformPoint:p1]; + pt2 = [ctm transformPoint:p2]; + pt3 = [ctm transformPoint:p3]; + [self updateBounds:pt1]; [self updateBounds:pt2]; [self updateBounds:pt3]; + [self addCurve:flipAndScale(pt0, flipHeight, scale) + :flipAndScale(pt1, flipHeight, scale) + :flipAndScale(pt2, flipHeight, scale) + :flipAndScale(pt3, flipHeight, scale) toList:pathList]; + reflectedCurveP.x = p3.x + p3.x - args[0]; + reflectedCurveP.y = p3.y + p3.y - args[1]; + p0 = p3; pt0 = pt3; + lastOp = 'Q'; break; + case 't': // shorthand quadratic curveTo relative (x, y) + args[0] += p0.x; args[1] += p0.y; + case 'T': // shorthand quadratic curveTo absolute (x, y) + { NSPoint q1 = (lastOp == 'Q') ? reflectedCurveP : p0; // quadratic control point + + p3.x = args[0]; p3.y = args[1]; + p1.x = p0.x + 2.0/3.0 * (q1.x-p0.x); p1.y = p0.y + 2.0/3.0 * (q1.y-p0.y); // CP1 = QP0 + 2/3 *(QP1-QP0) + p2.x = p3.x + 2.0/3.0 * (q1.x-p3.x); p2.y = p3.y + 2.0/3.0 * (q1.y-p3.y); // CP2 = QP2 + 2/3 *(QP1-QP2) + pt1 = [ctm transformPoint:p1]; + pt2 = [ctm transformPoint:p2]; + pt3 = [ctm transformPoint:p3]; + [self updateBounds:pt1]; [self updateBounds:pt2]; [self updateBounds:pt3]; + [self addCurve:flipAndScale(pt0, flipHeight, scale) + :flipAndScale(pt1, flipHeight, scale) + :flipAndScale(pt2, flipHeight, scale) + :flipAndScale(pt3, flipHeight, scale) toList:pathList]; + reflectedCurveP.x = p3.x + p3.x - q1.x; + reflectedCurveP.y = p3.y + p3.y - q1.y; + p0 = p3; pt0 = pt3; + lastOp = 'Q'; + //NSLog(@"SVGImport, -parsePath: operator %c not tested yet", op); + break; + } case 'a': // ArcTo relative args[5] += p0.x; args[6] += p0.y; case 'A': // ArcTo absolute @@ -1511,7 +1550,7 @@ */ - (void)addText:(NSString*)text :(NSString*)font :(float)angle :(float)size :(float)ar at:(NSPoint)p toList:aList { - NSLog(@"text: %f %f %f %f %f \"%s\" \"%s\"\n", p.x, p.y, angle, size, ar, text, font); + NSLog(@"text: %f %f %f %f %f \"%@\" \"%@\"\n", p.x, p.y, angle, size, ar, text, font); } - (void)setBounds:(NSRect)bounds diff -Nru cenon.app-4.0.2/VHFShared/GNUmakefile cenon.app-4.0.6+ds1/VHFShared/GNUmakefile --- cenon.app-4.0.2/VHFShared/GNUmakefile 2013-02-01 04:54:04.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/GNUmakefile 2014-08-17 15:37:33.000000000 +0000 @@ -1,27 +1,27 @@ # GNUmakefile: makefile for the VHFShared subproject of Cenon # -# Copyright (C) 2000-2013 by vhf interservice GmbH +# Copyright (C) 2000-2014 by Cenon GmbH # Author: Georg Fleischmann # -# modified: 2009-06-19 +# modified: 2013-12-19 (VHFNumberAdditions added) # # This program is free software; you can redistribute it and/or -# modify it under the terms of the vhf Public License as -# published by vhf interservice GmbH. Among other things, the +# modify it under the terms of the Cenon Public License as +# published by Cenon GmbH. Among other things, the # License requires that the copyright notices and this notice # be preserved on all copies. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# See the vhf Public License for more details. +# See the Cenon Public License for more details. # -# You should have received a copy of the vhf Public License along -# with this program; see the file LICENSE. If not, write to vhf. +# You should have received a copy of the Cenon Public License along +# with this program; see the file LICENSE. If not, write to Cenon. # -# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany -# eMail: info@vhf.de -# http://www.vhf.de +# Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany +# eMail: info@Cenon.com +# http://www.cenon.de include $(GNUSTEP_MAKEFILES)/common.make @@ -46,6 +46,7 @@ vhfSoundFunctions.h \ VHFArrayAdditions.h \ VHFDictionaryAdditions.h \ +VHFNumberAdditions.h \ VHFPopUpButtonAdditions.h \ VHFScannerAdditions.h \ VHFStringAdditions.h \ @@ -63,6 +64,7 @@ vhfSoundFunctions.m \ VHFArrayAdditions.m \ VHFDictionaryAdditions.m \ +VHFNumberAdditions.m \ VHFPopUpButtonAdditions.m \ VHFScannerAdditions.m \ VHFStringAdditions.m \ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._GNUmakefile and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._GNUmakefile differ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._types.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._types.h differ diff -Nru cenon.app-4.0.2/VHFShared/types.h cenon.app-4.0.6+ds1/VHFShared/types.h --- cenon.app-4.0.2/VHFShared/types.h 2013-02-13 04:06:50.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/types.h 2015-07-23 16:39:11.000000000 +0000 @@ -1,43 +1,44 @@ /* types.h - * vhf definitions + * Cenon definitions * - * Copyright (C) 1995-2013 by vhf interservice GmbH + * Copyright (C) 1995-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1995-09-06 - * modified: 2013-02-13 (define MAXFLOAT if not defined) + * modified: 2015-07-23 (ExchangeDoubles() added) + * 2013-02-13 (define MAXFLOAT if not defined) * 2012-02-03 (V3Point, VLine use VFloat, VFloat = CGFloat) * 2012-01-20 (TOLERANCE_DEG added for angular comparisons) * 2008-02-23 (**PointMMToInternal() added) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is ee software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_TYPES -#define VHF_H_TYPES +#ifndef CEN_H_TYPES +#define CEN_H_TYPES #include // NSPoint #include @@ -59,10 +60,10 @@ #if (defined(__APPLE__) && defined(CGFLOAT_IS_DOUBLE) && CGFLOAT_IS_DOUBLE == 1) \ || (defined(GNUSTEP_BASE_VERSION) && defined(CGFLOAT_IS_DBL) && CGFLOAT_IS_DBL == 1) typedef double VFloat; // 64 bit -# define VHF_IS_DOUBLE 1 +# define CEN_IS_DOUBLE 1 #else typedef float VFloat; // 32 bit -# define VHF_IS_DOUBLE 0 +# define CEN_IS_DOUBLE 0 #endif /* 3D point */ @@ -155,8 +156,9 @@ Max((r1).origin.x+(r1).size.width, (r2).origin.x+(r2).size.width) - Min((r1).origin.x, (r2).origin.x), \ Max((r1).origin.y+(r1).size.height, (r2).origin.y+(r2).size.height) - Min((r1).origin.y, (r2).origin.y) ) -#define ExchangeInts(i1, i2) { int _i; _i=(i1); (i1)=(i2); (i2)=_i; } -#define ExchangeFloats(f1, f2) { float _f; _f=(f1); (f1)=(f2); (f2)=_f; } +#define ExchangeInts(i1, i2) { int _i; _i=(i1); (i1)=(i2); (i2)=_i; } +#define ExchangeFloats(f1, f2) { float _f; _f=(f1); (f1)=(f2); (f2)=_f; } +#define ExchangeDoubles(d1, d2) { double _d; _d=(d1); (d1)=(d2); (d2)=_d; } #define ExchangePoints(p1, p2) { NSPoint _p; _p=(p1); (p1)=(p2); (p2)=_p; } #define ScaleValue(v, c, f) (((v)-(c))*(f) + (c)) @@ -210,4 +212,4 @@ #define DOUBLE double // Double precision float #endif -#endif // VHF_H_TYPES +#endif // CEN_H_TYPES Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhf2DFunctions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhf2DFunctions.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhf2DFunctions.h cenon.app-4.0.6+ds1/VHFShared/vhf2DFunctions.h --- cenon.app-4.0.2/VHFShared/vhf2DFunctions.h 2012-01-25 08:15:34.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhf2DFunctions.h 2015-12-20 17:06:49.000000000 +0000 @@ -1,7 +1,7 @@ /* vhf2DFunctions.h - * vhf 2-D graphic functions + * 2-D graphic functions * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-19 @@ -11,34 +11,34 @@ * 2008-02-17 (SqrPoint() added) * 2008-08-18 (vhfIsIntValueInArray() added, valueInArray() is deprecated now) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_2DFUNCTIONS -#define VHF_H_2DFUNCTIONS +#ifndef CEN_H_2DFUNCTIONS +#define CEN_H_2DFUNCTIONS #include "types.h" @@ -97,7 +97,7 @@ NSRect vhfBoundsOfPoints(NSPoint *pts, int nPts); BOOL pointInArray(NSPoint point, const NSPoint *array, int cnt); BOOL pointWithToleranceInArray(NSPoint point, float tol, const NSPoint *array, int cnt); -BOOL valueInArray(int val, int* array, int cnt); // DEPRECATED, use vhfIsIntValueInArray() +/* DEPRECATED */ BOOL valueInArray(int val, int* array, int cnt); // DEPRECATED, use vhfIsIntValueInArray() BOOL vhfIsIntValueInArray(int val, int* array, int cnt); int removePointFromArray(NSPoint p, NSPoint *pArray, int cnt); int removePointWithToleranceFromArray(NSPoint p, float tol, NSPoint *pArray, int cnt); @@ -119,4 +119,4 @@ int vhfConvertLineToLines (NSPoint pc[2], float flatness, NSPoint **pts); int vhfConvert3DLineToLines(V3Point pc[2], float flatness, V3Point **pts); -#endif // VHF_H_2DFUNCTIONS +#endif // CEN_H_2DFUNCTIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhf2DFunctions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhf2DFunctions.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhf2DFunctions.m cenon.app-4.0.6+ds1/VHFShared/vhf2DFunctions.m --- cenon.app-4.0.2/VHFShared/vhf2DFunctions.m 2012-01-25 08:18:52.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhf2DFunctions.m 2014-11-04 15:32:34.000000000 +0000 @@ -1,7 +1,7 @@ /* vhf2DFunctions.m - * vhf 2-D graphic functions + * 2-D graphic functions * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-19 @@ -11,22 +11,22 @@ * 2008-08-18 (vhfIsIntValueInArray() added, valueInArray() is deprecated now) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include @@ -462,7 +462,9 @@ if ( nPts < 3 || p.y < bRect.origin.y || p.y > bRect.origin.y+bRect.size.height || p.x < bRect.origin.x || p.x > bRect.origin.x+bRect.size.width ) + { free(iPts); return NO; + } p0 = NSMakePoint(bRect.origin.x - 2000.0, p.y); p1 = NSMakePoint(bRect.origin.x + bRect.size.width+2000.0, p.y); Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFArrayAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFArrayAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFArrayAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFArrayAdditions.h --- cenon.app-4.0.2/VHFShared/VHFArrayAdditions.h 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFArrayAdditions.h 2016-02-17 17:04:45.000000000 +0000 @@ -1,40 +1,40 @@ /* VHFArrayAdditions.h - * vhf NSArray Additions + * NSArray + NSMutableArray Additions * - * Copyright (C) 1999-2002 by vhf interservice GmbH + * Copyright (C) 1999-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-06-11 - * modified: 2002-07-15 + * modified: 2016-02-17 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_ARRAYADDITIONS -#define VHF_H_ARRAYADDITIONS +#ifndef CEN_H_ARRAYADDITIONS +#define CEN_H_ARRAYADDITIONS #include @@ -42,6 +42,8 @@ - (int)intAtIndex:(int)ix; - (float)floatAtIndex:(int)ix; - (double)doubleAtIndex:(int)ix; + +- (NSUInteger)indexOfCaseInsensitiveString:(NSString*)aString; @end @interface NSMutableArray(VHFArrayAdditions) @@ -49,4 +51,4 @@ - (void)addDouble:(double)f; @end -#endif // VHF_H_ARRAYADDITIONS +#endif // CEN_H_ARRAYADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFArrayAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFArrayAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFArrayAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFArrayAdditions.m --- cenon.app-4.0.2/VHFShared/VHFArrayAdditions.m 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFArrayAdditions.m 2016-02-17 17:04:26.000000000 +0000 @@ -1,36 +1,36 @@ /* VHFArrayAdditions.m - * vhf NSArray Additions + * NSArray + NSMutableArray Additions * - * Copyright (C) 1999-2002 by vhf interservice GmbH + * Copyright (C) 1999-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1999-06-11 * modified: 2002-07-15 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include "VHFArrayAdditions.h" @@ -70,6 +70,20 @@ return 0.0; } +/* created: 2016-02-27 + */ +- (NSUInteger)indexOfCaseInsensitiveString:(NSString *)aString +{ NSUInteger index = 0; + + for (NSString *object in self) + { + if ([object caseInsensitiveCompare:aString] == NSOrderedSame) + return index; + index++; + } + return NSNotFound; +} + @end @implementation NSMutableArray(VHFArrayAdditions) Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCFGFunctions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCFGFunctions.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCFGFunctions.h cenon.app-4.0.6+ds1/VHFShared/vhfCFGFunctions.h --- cenon.app-4.0.2/VHFShared/vhfCFGFunctions.h 2012-03-21 08:34:45.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCFGFunctions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,35 +1,35 @@ /* vhfCFGFunctions.h * - * Copyright (C) 1992-2012 by vhf interservice GmbH + * Copyright (C) 1992-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1992-12-05 * modified: 2008-06-05 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ NSString *vhfGetStringFromData(NSMutableString *data, NSString *dataId); Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCFGFunctions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCFGFunctions.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCFGFunctions.m cenon.app-4.0.6+ds1/VHFShared/vhfCFGFunctions.m --- cenon.app-4.0.2/VHFShared/vhfCFGFunctions.m 2012-03-21 10:40:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCFGFunctions.m 2015-06-13 13:57:09.000000000 +0000 @@ -4,36 +4,37 @@ * basically all these functions search for an identifier (id) within a string (data). * The information behind the identifier (id) will be returned in a specified manner. * - * Copyright (C) 1992-2008 by vhf interservice GmbH + * Copyright (C) 1992-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1992-12-05 - * modified: 2008-11-13 (setCharactersToBeSkipped to none + skip whitespace characters) + * modified: 2013-10-29 (cleanup) + * 2008-11-13 (setCharactersToBeSkipped to none + skip whitespace characters) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@vhf.biz + * http://www.Cenon.de */ #include @@ -164,7 +165,8 @@ } /* - * modified: 2008-11-13 (setCharactersToBeSkipped to none + skip whitespace characters) + * modified: 2013-10-29 (cleanup) + * 2008-11-13 (setCharactersToBeSkipped to none + skip whitespace characters) * purpose: return some types beginning at the position of 'id' inside 'data' * the single string must not be longer than 100 characters * parameter: data (string of the kind like the files '*.dev') @@ -191,7 +193,7 @@ if ( !data || !dataId ) return NO; - if ( [scanner scanUpToString:dataId intoString:NULL] ) + if ( [scanner scanUpToString:dataId intoString:NULL] /*&& ![scanner isAtEnd]*/ ) { int location = [scanner scanLocation]; if ( [scanner isAtEnd] ) @@ -210,7 +212,7 @@ { case 'S': // scan: string if (![scanner scanUpToCharactersFromSet:[NSCharacterSet whitespaceAndNewlineCharacterSet] intoString:&string]) - { NSLog(@"string expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: string expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); string = [NSMutableString string]; } @@ -223,7 +225,7 @@ /* we allow empty quoted strings */ if ( [data characterAtIndex:scanIx] != '"' || [data characterAtIndex:scanIx-1] != '"' ) - { NSLog(@"string expected at location: %d", scanIx); + { NSLog(@"Syntax Error: string expected at location: %d", scanIx); va_end(flag_p); ret = NO; } @@ -235,7 +237,7 @@ break; case 'c': // scan character if (![scanner scanCharactersFromSet:[NSCharacterSet alphanumericCharacterSet] intoString:&string]) - { NSLog(@"character expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: character expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); string = [NSMutableString string]; } @@ -243,14 +245,14 @@ break; case 'i': // scan integer if (![scanner scanInt:(int*)flag]) - { NSLog(@"integer expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: integer expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); *(int*)flag = 0; } break; case 'B': // scan byte if (![scanner scanInt:&intValue]) - { NSLog(@"byte expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: byte expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); intValue = 0; } @@ -258,7 +260,7 @@ break; case 'W': // scan word if (![scanner scanInt:&intValue]) - { NSLog(@"word expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: word expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); intValue = 0; } @@ -266,7 +268,7 @@ break; case 'L': // scan LONG = long (32 bit) if (![scanner scanInt:&intValue]) - { NSLog(@"long expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: long expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); intValue = 0; } @@ -275,7 +277,7 @@ case 'C': // scan float (32 bit) case 'f': if (![scanner scanFloat:(float*)flag]) - { NSLog(@"float expected at location: %d", [scanner scanLocation]); + { NSLog(@"Syntax Error: float expected at location: %ld", (long)[scanner scanLocation]); va_end(flag_p); *(float*)flag = 0.0; } Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCommonFunctions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCommonFunctions.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCommonFunctions.h cenon.app-4.0.6+ds1/VHFShared/vhfCommonFunctions.h --- cenon.app-4.0.2/VHFShared/vhfCommonFunctions.h 2012-06-22 17:11:56.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCommonFunctions.h 2015-12-29 11:48:31.000000000 +0000 @@ -1,42 +1,44 @@ /* * vhfCommonFunctions.h * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 - * modified: 2012-06-22 (pathForNameInPaths() added, vhfBundleLibrary() added) + * modified: 2015-12-29 (sortValues() -> cenSortDoubleValues()) + * 2015-06-24 (cenRunCommand() added) + * 2012-06-22 (pathForNameInPaths() added, vhfBundleLibrary() added) * 2012-02-06 (vhfUserDocuments()) * 2005-12-21 (sortPopup() declaration) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_COMMONFUNCTIONS -#define VHF_H_COMMONFUNCTIONS +#ifndef CEN_H_COMMONFUNCTIONS +#define CEN_H_COMMONFUNCTIONS #include // sortPopup() #include "types.h" @@ -53,6 +55,8 @@ void checkPoint(NSPoint p); +NSString *cenRunCommand(NSString *cmd); + NSString *vhfLocalLibrary (NSString *append); // "/Library/append" NSString *vhfUserLibrary (NSString *append); // "$HOME/Library/append" NSString *vhfUserDocuments(NSString *append); // "$HOME/Documents/append" @@ -66,7 +70,9 @@ NSString *vhfStringWithFloat(float value); NSString *vhfStringWithDouble(double value); double vhfModulo(double v, double denom); -void sortValues(double *array, int cnt); + +void cenSortDoubleValues(double *array, int cnt); +void cenSortIntValues(int *array, int cnt); void vhfExchangeValues(void *v1, void *v2, char type); #if 0 @@ -82,4 +88,4 @@ } #endif -#endif // VHF_H_COMMONFUNCTIONS +#endif // CEN_H_COMMONFUNCTIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCommonFunctions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCommonFunctions.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCommonFunctions.m cenon.app-4.0.6+ds1/VHFShared/vhfCommonFunctions.m --- cenon.app-4.0.2/VHFShared/vhfCommonFunctions.m 2012-06-22 17:14:57.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCommonFunctions.m 2015-12-29 11:50:50.000000000 +0000 @@ -1,37 +1,38 @@ /* * vhfCommonFunctions.m * - * Copyright (C) 1996-2012 by vhf interservice GmbH + * Copyright (C) 1996-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1996-01-25 - * modified: 2012-02-28 (vhfMOdulo() added) + * modified: 2015-03-13 (NSDecimalSeparator only for OpenStep 4.2) + * 2012-02-28 (vhfMOdulo() added) * 2012-02-06 (vhfUserDocuments()) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include @@ -41,6 +42,41 @@ #include "VHFStringAdditions.h" //#include "VHFScannerAdditions.h" +#if 0 // standard C +NSString *cenRunCommand(NSString *cmd) +{ NSString *output = nil; + FILE *read_fp; + char buffer[BUFSIZ + 1]; + int chars_read; + + memset(buffer, '\0', sizeof(buffer)); + read_fp = popen(cmd.UTF8String, "r"); + if (read_fp != NULL) + { chars_read = fread(buffer, sizeof(char), BUFSIZ, read_fp); + if (chars_read > 0) + output = [NSString stringWithUTF8String:buffer]; + pclose(read_fp); + } + return output; +} +#else // NSTask +NSString *cenRunCommand(NSString *cmd) +{ NSPipe *pipe = [NSPipe pipe]; + NSFileHandle *file = [pipe fileHandleForReading]; + NSTask *task = [[NSTask alloc] init]; + NSString *output; + + [task setLaunchPath: @"/bin/sh"]; + [task setArguments:@[@"-c", [NSString stringWithFormat:@"%@", cmd]]]; + [task setStandardOutput:pipe]; + [task launch]; + output = [[NSString alloc] initWithData:[file readDataToEndOfFile] encoding:NSUTF8StringEncoding]; + [file closeFile]; + [task release]; + return [output autorelease]; +} +#endif + /* sort popup entries * * created: 03.05.93 @@ -327,11 +363,11 @@ * return value: string */ NSString *buildDecimalString(float value, VHFLimits limits, int digits) -{ int i; - NSString *format = [NSString stringWithFormat:@"%%.%df", digits]; - NSMutableString *string; - NSRange range; - char c; +{ int i; + NSString *format = [NSString stringWithFormat:@"%%.%df", digits]; + NSMutableString *string; + NSRange range; + char c; value += 0.000005; @@ -357,8 +393,10 @@ } /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } @@ -404,8 +442,10 @@ } /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } @@ -434,18 +474,20 @@ } /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } /* double offers 16 digits resolution */ NSString *vhfStringWithDouble(double value) -{ int i; - NSMutableString *string; - NSRange range; - char c; +{ int i; + NSMutableString *string; + NSRange range; + char c; value += 0.00000000000000005; // .16 digits (was .12) string = [NSMutableString stringWithFormat:@"%.15f", value]; // 2005-04-23 (was .10) @@ -466,8 +508,10 @@ } /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } @@ -480,10 +524,16 @@ return (v - floor(v / denom) * denom); } -/* created: 16.07.93 - * modified: 16.07.93 - * purpose: compare function for qsort - * parameter: value1, value2 +/* created: 1993-07-16 + * modified: 2015-12-29 + * + * purpose: sort values in 'array' upwards + * parameter: array + * cnt (number of values) + * return: none + * + * compare function for qsort: + * parameter: value1, value2 * return: value1 < value2 -> -1 * value1 > value2 -> 1 * value1 = value2 -> 0 @@ -496,18 +546,25 @@ return(1); return(0); } +void sortValues(double *array, int cnt) { cenSortDoubleValues(array, cnt); } // DEPRECATED +void cenSortDoubleValues(double *array, int cnt) +{ + qsort(array, cnt, sizeof(double), compareDouble); +} -/* created: 16.07.93 - * modified: 16.07.93 28.02.97 - * - * purpose: sort values in 'array' upwards - * parameter: array - * cnt (number of values) - * return: none +/* created: 2015-12-29 */ -void sortValues(double *array, int cnt) +static int compareInt(const void *value1, const void *value2) { - qsort(array, cnt, sizeof(double), compareDouble); + if (*(int*)value1 < *(int*)value2) + return(-1); + if (*(int*)value1 > *(int*)value2) + return(1); + return(0); +} +void cenSortIntValues(int *array, int cnt) +{ + qsort(array, cnt, sizeof(int), compareInt); } #if 0 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCompatibility.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCompatibility.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCompatibility.h cenon.app-4.0.6+ds1/VHFShared/vhfCompatibility.h --- cenon.app-4.0.2/VHFShared/vhfCompatibility.h 2013-04-10 12:29:26.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCompatibility.h 2016-01-16 11:03:16.000000000 +0000 @@ -1,47 +1,77 @@ /* * vhfCompatibility.h * - * Copyright (C) 2000-2013 by vhf interservice GmbH + * Copyright (C) 2000-2016 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-01 - * modified: 2013-04-10 (VHFIsDrawingToScreen(): workaround for GNUstep Cairo backend) + * modified: 2016-01-16 (NSAppKitVersionNumber... for all plattforms) + * 2015-11-07 (VHFIsDrawingToScreen(): no context => return YES) + * 2013-04-10 (VHFIsDrawingToScreen(): workaround for GNUstep Cairo backend) * 2013-01-24 (use sel_isEqual() instead of sel_eq()) * 2012-01-06 (CGFloat, NSInteger) * 2010-02-13 (NSAppKitVersionNumber##_# for Apple) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_COMPATIBILITY -#define VHF_H_COMPATIBILITY +#ifndef CEN_H_COMPATIBILITY +#define CEN_H_COMPATIBILITY #include #include "types.h" +// for runtime version checks use if (NSAppKitVersionNumber ><= ): +# ifndef NSAppKitVersionNumber10_4 +# define NSAppKitVersionNumber10_4 824 +# endif +# ifndef NSAppKitVersionNumber10_5 +# define NSAppKitVersionNumber10_5 949 +# endif +# ifndef NSAppKitVersionNumber10_6 +# define NSAppKitVersionNumber10_6 1038 +# endif +# ifndef NSAppKitVersionNumber10_7 +# define NSAppKitVersionNumber10_7 1138 +# endif +# ifndef NSAppKitVersionNumber10_8 +# define NSAppKitVersionNumber10_8 1187 +# endif +# ifndef NSAppKitVersionNumber10_9 +# define NSAppKitVersionNumber10_9 1265 +# endif +//# ifndef NSAppKitVersionNumber10_10 +//# define NSAppKitVersionNumber10_10 1265 +//# endif + +// for compile time version checks use: +// #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 +// MAC_OS_X_VERSION_MIN_REQUIRED + + /* GNUstep */ #if defined( GNUSTEP_BASE_VERSION ) @@ -62,7 +92,7 @@ */ #elif defined ( __APPLE__ ) -# define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen] +# define VHFIsDrawingToScreen() ([NSGraphicsContext currentContext] == nil || [[NSGraphicsContext currentContext] isDrawingToScreen]) //# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b) // same as '==' # define VHFSelectorIsEqual(a, b) a == b # define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias] @@ -85,27 +115,6 @@ # endif # endif -// for runtime version checks use if (NSAppKitVersionNumber ><= ): -# ifndef NSAppKitVersionNumber10_4 -# define NSAppKitVersionNumber10_4 824 -# endif -# ifndef NSAppKitVersionNumber10_5 -# define NSAppKitVersionNumber10_5 949 -# endif -# ifndef NSAppKitVersionNumber10_6 -# define NSAppKitVersionNumber10_6 1038 -# endif -# ifndef NSAppKitVersionNumber10_7 -# define NSAppKitVersionNumber10_7 1138 -# endif -# ifndef NSAppKitVersionNumber10_8 -# define NSAppKitVersionNumber10_8 1187 -# endif - -// for compile time version checks use: -// #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 -// MAC_OS_X_VERSION_MIN_REQUIRED - /* OpenStep */ #else @@ -122,4 +131,4 @@ #endif -#endif // VHF_H_COMPATIBILITY +#endif // CEN_H_COMPATIBILITY Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfCompatibility.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfCompatibility.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhfCompatibility.m cenon.app-4.0.6+ds1/VHFShared/vhfCompatibility.m --- cenon.app-4.0.2/VHFShared/vhfCompatibility.m 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfCompatibility.m 2014-08-05 10:24:50.000000000 +0000 @@ -1,7 +1,7 @@ /* * vhfCompatibility.m * - * Copyright 1996-2003 by vhf interservice GmbH + * Copyright 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-01 Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFDictionaryAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFDictionaryAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFDictionaryAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFDictionaryAdditions.h --- cenon.app-4.0.2/VHFShared/VHFDictionaryAdditions.h 2010-05-07 03:58:16.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFDictionaryAdditions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,41 +1,42 @@ /* VHFDictionaryAdditions.h - * vhf NSDictionary additions + * NSDictionary / NSMutableDictionary additions * - * Copyright (C) 1997-2010 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-07-08 - * modified: 2010-05-07 (-boolForKey:) + * modified: 2013-12-19 (-VFLoatForKey:) + * 2010-05-07 (-boolForKey:) * 2009-04-18 (new: -v3Point:ForKey:, -setV3Point:forKey:) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_DICTIONARYADDITIONS -#define VHF_H_DICTIONARYADDITIONS +#ifndef CEN_H_DICTIONARYADDITIONS +#define CEN_H_DICTIONARYADDITIONS #include #include "types.h" // V3Point @@ -47,6 +48,7 @@ - (int)intForKey:(id)key; - (float)floatForKey:(id)key; - (double)doubleForKey:(id)key; +- (VFloat)VFloatForKey:(id)key; // 32: float, 64: double - (BOOL)containsPrefix:(NSString*)prefix; - (V3Point)v3PointForKey:(id)key; @@ -60,4 +62,4 @@ - (void)setV3Point:(V3Point)pt forKey:(id)key; @end -#endif // VHF_H_DICTIONARYADDITIONS +#endif // CEN_H_DICTIONARYADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFDictionaryAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFDictionaryAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFDictionaryAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFDictionaryAdditions.m --- cenon.app-4.0.2/VHFShared/VHFDictionaryAdditions.m 2010-05-07 03:58:06.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFDictionaryAdditions.m 2015-06-13 13:57:09.000000000 +0000 @@ -1,36 +1,36 @@ /* VHFDictionaryAdditions.m - * vhf NSDictionary additions + * NSDictionary / NSMutableDictionary additions * - * Copyright (C) 1997-2009 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-07-08 * modified: 2009-04-18 (-v3PointForKey:, -setV3Point:forKey:) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include "VHFDictionaryAdditions.h" @@ -115,6 +115,18 @@ return 0.0; } +/* created: 2013-12-19 + */ +- (VFloat)VFloatForKey:(id)key +{ +# if CGFLOAT_IS_DOUBLE + return [self doubleForKey:key]; +# else + return [self floatForKey:key]; +# endif +} + + /* created: 22.10.97 */ - (BOOL)containsPrefix:(NSString*)prefix Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfMath.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfMath.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhfMath.h cenon.app-4.0.6+ds1/VHFShared/vhfMath.h --- cenon.app-4.0.2/VHFShared/vhfMath.h 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfMath.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,41 +1,41 @@ /* * vhfMath.h * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2014 by Cenon GmbH * Authors: Georg Fleischmann * Martin Dietterle * * created: 1993-06-27 * modified: 1993-07-16 2002-06-29 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_MATH -#define VHF_H_MATH +#ifndef CEN_H_MATH +#define CEN_H_MATH /* purpose: solve a polynomial up to 5th degree * a*x^6 + b*x^5 + c*x^4 + d*x^3 + e*x^2 + f*x + g = 0 @@ -65,4 +65,4 @@ char solveEquationN(double m[6][6], double aIn[6], double aOut[6], int cnt); char solveEquationNM(double m[10][10], double *aIn, double *aOut, int yCnt, int xCnt); -#endif // VHF_H_MATH +#endif // CEN_H_MATH Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfMath.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfMath.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhfMath.m cenon.app-4.0.6+ds1/VHFShared/vhfMath.m --- cenon.app-4.0.2/VHFShared/vhfMath.m 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfMath.m 2016-04-12 10:28:35.000000000 +0000 @@ -1,37 +1,37 @@ /* * vhf_math.m * - * Copyright (C) 1993-2003 by vhf interservice GmbH + * Copyright (C) 1993-2016 by Cenon GmbH * Authors: Georg Fleischmann * Martin Dietterle * * created: 1993-06-27 - * modified: 1996-03-18 2002-07-15 + * modified: 2016-04-12 (svPolynomial3(): division by zero with y1 fixed) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -111,14 +111,14 @@ return( svPolynomial2( b, c, d, pSolutions)); /* we know that this function has up to 3 solutions - * we also know that these solutions are to the left and right of the extremas - * 1. we get the extremas of the function and build some starting points for the - * Newton schema - * 2. then we start the Newton schema with these values and collect the solutions - */ + * we also know that these solutions are to the left and right of the extremas + * 1. we get the extremas of the function and build some starting points for the + * Newton schema + * 2. then we start the Newton schema with these values and collect the solutions + */ /* search the extremas to get the starting points - * 3ax^2 + 2bx + c = 0 - */ + * 3ax^2 + 2bx + c = 0 + */ if (!(extremaCnt = svExtrema3(a, b, c, extremas))) { start[0] = 0.5; startCnt = 1; @@ -151,17 +151,16 @@ x = x1; y = a*x*x*x + b*x*x + c*x + d; y1 = 3.0*a*x*x + 2.0*b*x + c; - /* when (y * y'') / (y' * y') becomes grater 1 then we have no approximation! - */ + /* when (y * y'') / (y' * y') becomes > 1 then we have no approximation! */ if (i>3 && (y * (6.0*a*x + 2.0*b)) / (y1*y1) > 1.0) /* no solution */ break; - x1 = x - y / y1; + //x1 = x - y / y1; + x1 = (y1 != 0.0) ? (x - y / y1) : 0.0; } if (Diff(x1, x)>0.000000001 || Abs(y)>0.01) continue; - /* each solution only once - */ + /* each solution only once */ for (i=0; i +#include "types.h" // VFloat + +@interface NSNumber(VHFNumberAdditions) + ++ (NSNumber*)numberWithVFloat:(VFloat)value; +- (VFloat)VFloatValue; + +@end + +#endif // CEN_H_NUMBERADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFNumberAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFNumberAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFNumberAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFNumberAdditions.m --- cenon.app-4.0.2/VHFShared/VHFNumberAdditions.m 1970-01-01 00:00:00.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFNumberAdditions.m 2015-06-13 13:57:09.000000000 +0000 @@ -0,0 +1,58 @@ +/* VHFNumberAdditions.m + * NSNumber additions + * + * Copyright (C) 2013 by Cenon GmbH + * Author: Georg Fleischmann + * + * created: 2013-12-19 + * modified: + * + * This file is part of the Cenon Shared Library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, + * the License requires that the copyright notices and this notice + * be preserved on all copies. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the Cenon Public License for more details. + * + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. + * + * If you want to link this library to your proprietary software, + * or for other uses which are not covered by the definitions + * laid down in the Cenon Public License, vhf also offers a proprietary + * license scheme. See the vhf internet pages or ask for details. + * + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info + */ + +#include "VHFNumberAdditions.h" + +@implementation NSNumber(VHFNumberAdditions) + ++ (NSNumber*)numberWithVFloat:(VFloat)value +{ +# if CGFLOAT_IS_DOUBLE + return [NSNumber numberWithDouble: (double)value]; +# else + return [NSNumber numberWithFloat: value]; +# endif +} + +- (VFloat)VFloatValue +{ +# if CGFLOAT_IS_DOUBLE + return [self doubleValue]; +# else + return [self floatValue]; +# endif +} + +@end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFPopUpButtonAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFPopUpButtonAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFPopUpButtonAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFPopUpButtonAdditions.h --- cenon.app-4.0.2/VHFShared/VHFPopUpButtonAdditions.h 2013-02-01 05:12:38.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFPopUpButtonAdditions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,49 +1,49 @@ /* VHFPopUpButtonAdditions.h - * vhf NSPopUpButton additions + * NSPopUpButton additions * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-10-24 - * modified: 2013-02-01 + * modified: 2014-07-06 (selectItemWithTag removed) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_POPUPADDITIONS -#define VHF_H_POPUPADDITIONS +#ifndef CEN_H_POPUPADDITIONS +#define CEN_H_POPUPADDITIONS #include #include "vhfCompatibility.h" // NSInteger for OS X 10.4 @interface NSPopUpButton(VHFPopUpButtonAdditions) - (NSMenuItem*)itemWithTag:(NSInteger)tag; -- (BOOL)selectItemWithTag:(NSInteger)tag; // method available since Mac OS X >= 10.4 +//- (BOOL)selectItemWithTag:(NSInteger)tag; // method available since Mac OS X >= 10.4 - (void)replaceItemsFromArray:(NSArray*)items fromIndex:(NSInteger)removeIx; @end -#endif // VHF_H_POPUPADDITIONS +#endif // CEN_H_POPUPADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFPopUpButtonAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFPopUpButtonAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFPopUpButtonAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFPopUpButtonAdditions.m --- cenon.app-4.0.2/VHFShared/VHFPopUpButtonAdditions.m 2013-02-01 05:00:18.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFPopUpButtonAdditions.m 2015-06-13 13:57:09.000000000 +0000 @@ -1,36 +1,36 @@ /* VHFPopUpButtonAdditions.m - * vhf NSPopUpButton additions + * NSPopUpButton additions * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-10-24 - * modified: 2012-01-06 + * modified: 2014-07-06 (selectItemWithTag removed) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include "VHFPopUpButtonAdditions.h" @@ -49,8 +49,9 @@ } /* created: 1997-10-24 - * modified: 2006-02-06 (BOOL to be compatible, Apple followed with this method in 10.4) + * modified: 2006-02-06 (BOOL to be compatible, Apple followed in our footsteps with this method in 10.4) */ +#if 0 // implemented >= Mac OS 10.4 - (BOOL)selectItemWithTag:(NSInteger)tag { NSInteger row; @@ -61,6 +62,7 @@ } return NO; } +#endif /* * fill the device popup 'devicePopup' with menu cells Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFScannerAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFScannerAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFScannerAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFScannerAdditions.h --- cenon.app-4.0.2/VHFShared/VHFScannerAdditions.h 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFScannerAdditions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,40 +1,40 @@ /* VHFScannerAdditions.h * vhf NSScanner additions * - * Copyright (C) 1997-2003 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-01 * modified: 2002-06-29 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_SCANNERADDITIONS -#define VHF_H_SCANNERADDITIONS +#ifndef CEN_H_SCANNERADDITIONS +#define CEN_H_SCANNERADDITIONS #include @@ -44,4 +44,4 @@ @end -#endif // VHF_H_SCANNERADDITIONS +#endif // CEN_H_SCANNERADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFScannerAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFScannerAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFScannerAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFScannerAdditions.m --- cenon.app-4.0.2/VHFShared/VHFScannerAdditions.m 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFScannerAdditions.m 2015-06-13 13:57:09.000000000 +0000 @@ -1,36 +1,36 @@ /* VHFScannerAdditions.m * vhf NSScanner additions * - * Copyright (C) 1997-2003 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-01 * modified: 2002-10-25 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #include "VHFScannerAdditions.h" Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfSoundFunctions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfSoundFunctions.h differ diff -Nru cenon.app-4.0.2/VHFShared/vhfSoundFunctions.h cenon.app-4.0.6+ds1/VHFShared/vhfSoundFunctions.h --- cenon.app-4.0.2/VHFShared/vhfSoundFunctions.h 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfSoundFunctions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,43 +1,43 @@ /* * vhfSoundFunctions.h * - * Copyright (C) 2000-2002 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-04 * modified: 2002-06-29 * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ -#ifndef VHF_H_SOUNDFUNCTIONS -#define VHF_H_SOUNDFUNCTIONS +#ifndef CEN_H_SOUNDFUNCTIONS +#define CEN_H_SOUNDFUNCTIONS #include void vhfPlaySound(NSString *soundName); -#endif // VHF_H_SOUNDFUNCTIONS +#endif // CEN_H_SOUNDFUNCTIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._vhfSoundFunctions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._vhfSoundFunctions.m differ diff -Nru cenon.app-4.0.2/VHFShared/vhfSoundFunctions.m cenon.app-4.0.6+ds1/VHFShared/vhfSoundFunctions.m --- cenon.app-4.0.2/VHFShared/vhfSoundFunctions.m 2010-08-18 08:34:19.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/vhfSoundFunctions.m 2015-06-13 13:57:09.000000000 +0000 @@ -1,36 +1,36 @@ /* * vhfSoundFunctions.m * - * Copyright (C) 2000-2010 by vhf interservice GmbH + * Copyright (C) 2000-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-04 * modified: 2010-08-18 (Apple added) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.cenon.info */ #ifdef __APPLE__ Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFStringAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFStringAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFStringAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFStringAdditions.h --- cenon.app-4.0.2/VHFShared/VHFStringAdditions.h 2012-02-07 11:06:17.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFStringAdditions.h 2015-06-13 13:57:09.000000000 +0000 @@ -1,48 +1,53 @@ /* VHFStringAdditions.h - * vhf NSString additions + * NSString additions * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-07-08 - * modified: 2012-02-07 (-writeToFile:... added) + * modified: 2014-07-11 (-componentsSeparatedByCharactersInString: added) + * 2013-12-19 (-VFloatValue) + * 2012-02-07 (-writeToFile:... added) * 2011-09-01 (-stringWithContentsOfFile: loads flexible on Apple) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.cenon.info */ -#ifndef VHF_H_STRINGADDITIONS -#define VHF_H_STRINGADDITIONS +#ifndef CEN_H_STRINGADDITIONS +#define CEN_H_STRINGADDITIONS #include +#include "types.h" // VFloat @interface NSString(VHFStringAdditions) +//+ (id)cenStringWithContentsOfFile:(NSString*)path; #ifdef __APPLE__ -+ (id)stringWithContentsOfFile:(NSString*)path; // Apple only, for it's deprecated since 10.5 and makes no sense ++ (id)stringWithContentsOfFile:(NSString*)path error:(NSError **)error; // our version (free of warnings, always works) ++ (id)stringWithContentsOfFile:(NSString*)path; // Apple only, for it's deprecated since 10.5 but deprecation is insane # if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 /*MAC_OS_X_VERSION_10_5*/ - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile // added in 10.5 encoding:(NSStringEncoding)enc error:(NSError **)error; @@ -52,6 +57,9 @@ + (NSString*)stringWithFloat:(float)value decimals:(int)decimals; + (NSString*)stringWithFloat:(float)value; +//+ (NSString*)stringWithVFloat:(VFloat)value; +- (VFloat)VFloatValue; + - (NSString*)stringByRemovingTrailingCharacters:(NSString*)chars; - (NSString*)stringByReplacing:(NSString*)from by:(NSString*)to; - (NSString*)stringByReplacing:(NSString*)from by:(NSString*)to all:(BOOL)replaceAll; @@ -67,6 +75,8 @@ - (NSRange)rangeOfSequence:(NSString*)sequence options:(int)options; - (NSRange)rangeOfSequence:(NSString*)sequence options:(int)options range:(NSRange)sRange; - (NSRange)rangeOfSequence:(NSString*)sequence options:(int)options range:(NSRange)sRange wildcards:(NSDictionary*)wildcards; + +- (NSArray*)componentsSeparatedByCharactersInString:(NSString*)separator; @end -#endif // VHF_H_STRINGADDITIONS +#endif // CEN_H_STRINGADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFStringAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFStringAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFStringAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFStringAdditions.m --- cenon.app-4.0.2/VHFShared/VHFStringAdditions.m 2012-02-14 07:51:12.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFStringAdditions.m 2016-02-01 14:21:29.000000000 +0000 @@ -1,59 +1,105 @@ /* VHFStringAdditions.m - * vhf NSString additions + * NSString additions * - * Copyright (C) 1997-2012 by vhf interservice GmbH + * Copyright (C) 1997-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 1997-07-08 - * modified: 2012-02-07 (-writeToFile:atomically:encoding:error: added for backward compatibility) + * modified: 2015-03-13 (NSDecimalSeparator only for OpenStep 4.2) + * 2014-07-11 (-componentsSeparatedByCharactersInString: added) + * 2012-02-07 (-writeToFile:atomically:encoding:error: added for backward compatibility) * 2011-09-01 (-stringWithContentsOfFile: loads flexible on Apple) * 2008-11-08 (inactive method for NSMutableArray parked here) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.de + * http://www.cenon.info */ #include "VHFStringAdditions.h" @implementation NSString(VHFStringAdditions) -/* Methods to replace deprecated methods */ +/* Methods to replace deprecated and added methods with out own + * + * MAC_OS_X_VERSION_MIN_REQUIRED Deployment target + * MAC_OS_X_VERSION_MAX_ALLOWED Base SDK + */ ++ (id)stringWithContentsOfFile:(NSString*)path error:(NSError **)error // our creation (the way to go) +{ NSStringEncoding enc; + NSString *string = nil; + +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(stringWithContentsOfFile:encoding:error:)] ) + return [self stringWithContentsOfFile:path]; // <= 10.4 +# endif + + /* 1. the favourite */ + string = [self stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:error]; + /* 2. the most common */ + if ( !string ) + string = [self stringWithContentsOfFile:path usedEncoding:&enc error:error]; // >= 10.5 (this one sucks big time !) + /* 3. we try em all */ + if ( ! string ) + { const NSStringEncoding *encPtr = [NSString availableStringEncodings]; + + while ( *encPtr != 0) + { + string = [self stringWithContentsOfFile:path encoding:*encPtr error:error]; + if ( string ) + { printf("Use encoding: %s (%d) for file %s\n", + [[NSString localizedNameOfStringEncoding: *encPtr] UTF8String], (int)*encPtr, [path UTF8String]); + return string; + } + encPtr ++; + } + } + return string; +} + +/* Methods to replace deprecated methods (we still get warnings, we would fail on versions where this exists) + */ #ifdef __APPLE__ -+ (id)stringWithContentsOfFile:(NSString*)path +// FIXME: this should be visible for os x >= 10.4 only. It will crash < 10.4. It will give warning >= 10.4. +//#pragma clang diagnostic push +//#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation" ++ (id)stringWithContentsOfFile:(NSString*)path // this is deprecated in os x <= 10.4 { NSStringEncoding enc; NSString *string; - string = [self stringWithContentsOfFile:path usedEncoding:&enc error:NULL]; + string = [self stringWithContentsOfFile:path usedEncoding:&enc error:NULL]; // >= 10.5 if ( !string ) - string = [self stringWithContentsOfFile:path encoding:NSASCIIStringEncoding error:NULL]; + string = [self stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:NULL]; // >= 10.5 return string; } +//#pragma clang diagnostic pop -/* Methods added in certain versions of Mac OS X */ -# if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 /*MAC_OS_X_VERSION_10_5*/ - - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile +/* Methods added in certain versions of Mac OS X (this will only be compiled with base SDK = 10.4) + */ +// FIXME: this should be compiled (visible) on os x <= 10.4 only ! +# if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 /*SDK = 10.5 MAC_OS_X_VERSION_10_5*/ + - (BOOL)writeToFile:(NSString *)path atomically:(BOOL)useAuxiliaryFile // available >= 10.4 encoding:(NSStringEncoding)enc error:(NSError **)error { //printf("writeToFile: replacement\n"); @@ -66,10 +112,10 @@ /* return string from float with 4 decimals */ + (NSString*)stringWithFloat:(float)value -{ int i; +{ int i; NSMutableString *string; - NSRange range; - char c; + NSRange range; + char c; value += 0.000005; string = [NSMutableString stringWithFormat:@"%.4f", value]; @@ -89,9 +135,10 @@ [string deleteCharactersInRange:range]; } - /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } @@ -108,11 +155,11 @@ * return value: string */ + (NSString*)stringWithFloat:(float)value decimals:(int)decimals -{ int i; +{ int i; NSString *format = [NSString stringWithFormat:@"%%.%df", decimals]; NSMutableString *string; - NSRange range; - char c; + NSRange range; + char c; value += 0.000005; @@ -138,13 +185,24 @@ } /* workaround for OpenStep */ +#if !defined(GNUSTEP_BASE_VERSION) && !defined(__APPLE__) // OpenStep 4.2 if ( [NSDecimalSeparator isEqual:@","] ) return [string stringByReplacing:@"." by:@","]; +#endif return string; } +- (VFloat)VFloatValue +{ +# if CGFLOAT_IS_DOUBLE + return [self doubleValue]; +# else + return [self floatValue]; +# endif +} + - (NSString*)stringByRemovingTrailingCharacters:(NSString*)chars { NSRange range; @@ -289,8 +347,7 @@ BOOL alignLeft = YES; if (length < 0) - { - alignLeft = NO; + { alignLeft = NO; length = -length; } @@ -475,7 +532,7 @@ else { for ( j = searchRange.location; j<(int)(searchRange.location+searchRange.length); j++ ) - if ( !strchr([[wildcards objectForKey:@"chars"] cString], [self characterAtIndex:j]) ) + if ( !strchr([[wildcards objectForKey:@"chars"] UTF8String], [self characterAtIndex:j]) ) break; if ( j == (int)searchRange.location ) break; @@ -571,4 +628,14 @@ } #endif + +/* convenience method to separate at charcters of a string + * created: 2014-07-11 + */ +- (NSArray*)componentsSeparatedByCharactersInString:(NSString*)separator +{ NSCharacterSet *separatorSet = [NSCharacterSet characterSetWithCharactersInString:separator]; + + return [self componentsSeparatedByCharactersInSet:separatorSet]; +} + @end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFSystemAdditions.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFSystemAdditions.h differ diff -Nru cenon.app-4.0.2/VHFShared/VHFSystemAdditions.h cenon.app-4.0.6+ds1/VHFShared/VHFSystemAdditions.h --- cenon.app-4.0.2/VHFShared/VHFSystemAdditions.h 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFSystemAdditions.h 2015-03-14 11:04:40.000000000 +0000 @@ -1,40 +1,40 @@ /* * VHFSystemAdditions.h * - * Copyright (C) 2000 by vhf interservice GmbH + * Copyright (C) 2000-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-30 - * modified: 2002-06-29 + * modified: 2014-11-07 (NSFileManager Additions added) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_SYSTEMADDITIONS -#define VHF_H_SYSTEMADDITIONS +#ifndef CEN_H_SYSTEMADDITIONS +#define CEN_H_SYSTEMADDITIONS #include @@ -42,4 +42,16 @@ + (BOOL)loadModelNamed:(NSString*)fileName owner:(id)owner; @end -#endif // VHF_H_SYSTEMADDITIONS +@interface NSFileManager(CenFileManagerAdditions) +- (BOOL)createDirectoryAtPath:(NSString*)path recursive:(BOOL)recursive // our version of new method + attributes:(NSDictionary*)attributes error:(NSError **)error; +- (BOOL)removeFileAtPath:(NSString*)path error:(NSError **)error; // our version +- (BOOL)movePath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error; // our version +- (BOOL)copyPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error; // our version +- (NSArray*)directoryContentsAtPath:(NSString *)path error:(NSError **)error; // our version of old method +- (NSArray*)contentsOfDirectoryAtPath:(NSString *)path; // our version of new method +- (NSDictionary*)fileAttributesAtPath:(NSString*)path traverseLink:(BOOL)traverse // our version of old method + error:(NSError **)error; +@end + +#endif // CEN_H_SYSTEMADDITIONS Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/VHFShared/._VHFSystemAdditions.m and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/VHFShared/._VHFSystemAdditions.m differ diff -Nru cenon.app-4.0.2/VHFShared/VHFSystemAdditions.m cenon.app-4.0.6+ds1/VHFShared/VHFSystemAdditions.m --- cenon.app-4.0.2/VHFShared/VHFSystemAdditions.m 2007-07-13 20:16:29.000000000 +0000 +++ cenon.app-4.0.6+ds1/VHFShared/VHFSystemAdditions.m 2015-03-14 11:03:39.000000000 +0000 @@ -1,36 +1,37 @@ /* * VHFSystemAdditions.m * - * Copyright (C) 2000 by vhf interservice GmbH + * Copyright (C) 2000-2015 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-04-30 - * modified: + * modified: 2015-03-15 (-fileAttributesAtPath:traverseLink:error: added) + * 2014-11-07 (NSFileManager Additions added) * - * This file is part of the vhf Shared Library. + * This file is part of the Cenon Shared Library. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by the vhf interservice GmbH. Among other things, + * modify it under the terms of the Cenon Public License as + * published by the Cenon GmbH. Among other things, * the License requires that the copyright notices and this notice * be preserved on all copies. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this library; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this library; see the file LICENSE. If not, write to Cenon. * * If you want to link this library to your proprietary software, * or for other uses which are not covered by the definitions - * laid down in the vhf Public License, vhf also offers a proprietary + * laid down in the Cenon Public License, vhf also offers a proprietary * license scheme. See the vhf internet pages or ask for details. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include "VHFSystemAdditions.h" @@ -50,3 +51,100 @@ } @end + + +@implementation NSFileManager(CenFileManagerAdditions) + +/* replacement for -createDirectoryAtPath:attributes: + * + * created: 2014-11-07 + * modified: + * + * MAC_OS_X_VERSION_MIN_REQUIRED Deployment target + * MAC_OS_X_VERSION_MAX_ALLOWED Base SDK + */ +- (BOOL)createDirectoryAtPath:(NSString*)path recursive:(BOOL)recursive + attributes:(NSDictionary*)attributes error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(createDirectoryAtPath:withIntermediateDirectories:attributes:error:)] ) + return [self createDirectoryAtPath:path attributes:attributes]; // <= 10.4 +# endif // >= 10.5 + return [self createDirectoryAtPath:(NSString*)path withIntermediateDirectories:(BOOL)recursive + attributes:(NSDictionary*)attributes error:(NSError **)error]; +} + +/* created: 2014-11-07 + * modified: + */ +- (BOOL)removeFileAtPath:(NSString*)path error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(moveItemAtPath:toPath:error:)] ) // <= 10.4 + return [self removeFileAtPath:path handler:nil]; +# endif // >= 10.5 + return [self removeItemAtPath:path error:error]; +} + +/* created: 2014-11-07 + * modified: + */ +- (BOOL)movePath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(moveItemAtPath:toPath:error:)] ) // <= 10.4 + return [self movePath:srcPath toPath:dstPath handler:nil]; +# endif // >= 10.5 + return [self moveItemAtPath:srcPath toPath:dstPath error:error]; +} + +/* created: 2014-11-07 + * modified: + */ +- (BOOL)copyPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(moveItemAtPath:toPath:error:)] ) // <= 10.4 + return [self copyPath:srcPath toPath:dstPath handler:nil]; +# endif // >= 10.5 + return [self copyItemAtPath:srcPath toPath:dstPath error:error]; +} + +/* created: 2014-11-07 + * modified: + */ +- (NSArray*)directoryContentsAtPath:(NSString *)path error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(contentsOfDirectoryAtPath:error:)] ) // <= 10.4 + return [self directoryContentsAtPath:path handler:nil]; +# endif // >= 10.5 + return [self contentsOfDirectoryAtPath:path error:error]; +} +- (NSArray*)contentsOfDirectoryAtPath:(NSString *)path +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(contentsOfDirectoryAtPath:error:)] ) // <= 10.4 + return [self directoryContentsAtPath:path handler:nil]; +# endif // >= 10.5 + return [self contentsOfDirectoryAtPath:path error:NULL]; +} + +/* replacement for -fileAttributesAtPath:traverseLink: + * + * created: 2014-11-16 + * modified: + * + * MAC_OS_X_VERSION_MIN_REQUIRED Deployment target + * MAC_OS_X_VERSION_MAX_ALLOWED Base SDK + */ +- (NSDictionary*)fileAttributesAtPath:(NSString*)path traverseLink:(BOOL)traverse error:(NSError **)error +{ +# if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 /*MAC_OS_X_VERSION_10_5*/ // deployment target < 10.5 + if ( ! [self respondsToSelector:@selector(attributesOfItemAtPath:error:)] ) + return [self fileAttributesAtPath:path traverseLink:traverse]; // <= 10.4 +# endif // >= 10.5 + return [self attributesOfItemAtPath:path error:error]; +} + +@end Binary files /tmp/tmpRs7qsn/v0Zos2Qb1C/cenon.app-4.0.2/._WorkingAreaPanel.h and /tmp/tmpRs7qsn/CdBemlqBQs/cenon.app-4.0.6+ds1/._WorkingAreaPanel.h differ diff -Nru cenon.app-4.0.2/WorkingAreaPanel.h cenon.app-4.0.6+ds1/WorkingAreaPanel.h --- cenon.app-4.0.2/WorkingAreaPanel.h 2008-07-19 05:50:33.000000000 +0000 +++ cenon.app-4.0.6+ds1/WorkingAreaPanel.h 2014-08-17 16:17:13.000000000 +0000 @@ -1,33 +1,33 @@ /* * WorkingAreaPanel.h * - * Copyright (C) 1996-2008 by vhf interservice GmbH + * Copyright (C) 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-08-24 * modified: 2008-07-19 * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ -#ifndef VHF_H_WORKINGAREAPANEL -#define VHF_H_WORKINGAREAPANEL +#ifndef CEN_H_WORKINGAREAPANEL +#define CEN_H_WORKINGAREAPANEL #include //#include "functions.h" // CenonUnit @@ -43,4 +43,4 @@ @end -#endif // VHF_H_WORKINGAREAPANEL +#endif // CEN_H_WORKINGAREAPANEL diff -Nru cenon.app-4.0.2/WorkingAreaPanel.m cenon.app-4.0.6+ds1/WorkingAreaPanel.m --- cenon.app-4.0.2/WorkingAreaPanel.m 2012-01-25 12:02:53.000000000 +0000 +++ cenon.app-4.0.6+ds1/WorkingAreaPanel.m 2014-08-17 15:37:34.000000000 +0000 @@ -1,30 +1,31 @@ /* WorkingAreaPanel.m * Panel for input of working area * - * Copyright 1996-2012 by vhf interservice GmbH + * Copyright 1996-2014 by Cenon GmbH * Author: Georg Fleischmann * * created: 2000-08-24 - * modified: 2012-01-25 (-awakeFromNib: make cells resond to Tab) + * modified: 2013-10-17 (-setWorkingArea: set editView too, double -> VFloat) + * 2012-01-25 (-awakeFromNib: make cells resond to Tab) * 2008-07-19 (use Documents convertTo/FrUnit:, update unit and working-area on document/unit changes) * * This program is free software; you can redistribute it and/or - * modify it under the terms of the vhf Public License as - * published by vhf interservice GmbH. Among other things, the + * modify it under the terms of the Cenon Public License as + * published by Cenon GmbH. Among other things, the * License requires that the copyright notices and this notice * be preserved on all copies. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the vhf Public License for more details. + * See the Cenon Public License for more details. * - * You should have received a copy of the vhf Public License along - * with this program; see the file LICENSE. If not, write to vhf. + * You should have received a copy of the Cenon Public License along + * with this program; see the file LICENSE. If not, write to Cenon. * - * vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany - * eMail: info@vhf.de - * http://www.vhf.de + * Cenon GmbH, Schwabstr. 45, 72108 Rottenburg a.N., Germany + * eMail: info@Cenon.com + * http://www.Cenon.de */ #include @@ -63,16 +64,18 @@ } /* - * modified: 2008-07-19 + * modified: 2013-10-17 (editView resized) */ - (void)setWorkingArea:sender { Document *doc = [(App*)NSApp currentDocument]; DocView *view = [doc documentView]; - double width, height, scale = [view scaleFactor]; + NSView *editView = [view editView]; + VFloat width, height, scale = [view scaleFactor]; - width = [doc convertFrUnit:[[sizeMatrix cellAtRow:0 column:0] floatValue]] * scale; - height = [doc convertFrUnit:[[sizeMatrix cellAtRow:1 column:0] floatValue]] * scale; - [view setFrameSize:NSMakeSize(width, height)]; + width = [doc convertFrUnit:[[sizeMatrix cellAtRow:0 column:0] floatValue]]; + height = [doc convertFrUnit:[[sizeMatrix cellAtRow:1 column:0] floatValue]]; + [view setFrameSize:NSMakeSize(width*scale, height*scale)]; + [editView setFrameSize:NSMakeSize(width, height)]; // 2013-10-17 [view drawAndDisplay]; [doc setDirty:YES]; }