1
0
ミラー元 https://github.com/arsenetar/dupeguru.git 前回の同期 2026-03-13 03:51:38 +00:00

cocoalib update

このコミットが含まれているのは:
Virgil Dupras
2015-01-03 16:29:36 -05:00
コミット 0c07046ec4
49個のファイルの変更150行の追加149行の削除

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSColumns.h"
@@ -76,7 +76,7 @@ http://www.hardcoded.net/licenses/bsd_license
NSString *title = NSLocalizedStringFromTable([[c headerCell] stringValue], @"columns", @"");
[[c headerCell] setStringValue:title];
}
NSUserDefaults *udc = [NSUserDefaultsController sharedUserDefaultsController];
NSUserDefaultsController *udc = [NSUserDefaultsController sharedUserDefaultsController];
HSColumnDef *cdef = columns;
while (cdef->attrname != nil) {
if ([[self view] tableColumnWithIdentifier:cdef->attrname] != nil) {

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSComboBox.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSGUIController.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSOutline.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSPopUpList.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSProgressWindow.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSSelectableList.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSTable.h"

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import <Cocoa/Cocoa.h>

ファイルの表示

@@ -1,9 +1,9 @@
/*
Copyright 2014 Hardcoded Software (http://www.hardcoded.net)
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
This software is licensed under the "BSD" License as described in the "LICENSE" file,
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
http://www.hardcoded.net/licenses/bsd_license
http://www.gnu.org/licenses/gpl-3.0.html
*/
#import "HSTextField.h"