public
Description: A Mac OS X photo uploader program for my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photoupload/
Clone URL: git://github.com/dustin/photoupload.git
basic drag and drop support.
dustin (author)
Wed Nov 23 16:21:53 -0800 2005
commit  aaad943989285fd7e56c5382b6b342b74afa65f0
tree    0b3ecebcfc22bb9a6185e76e56f35c3ad284fcb3
parent  28ff8a0c753323f6cb5ac65462130f57a55efeb8
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,6 +10,7 @@
0
 (^|/)RCS($|/)
0
 ~$
0
 #(^|/)\.[^/]
0
+MainMenu~\.nib
0
 (^|/)_darcs($|/)
0
 (^|/)build($|/)
0
 \.mode1$
...
1
2
3
 
 
 
 
 
 
4
5
6
...
1
2
3
4
5
6
7
8
9
10
11
12
0
@@ -1,6 +1,12 @@
0
 {
0
     IBClasses = (
0
         {CLASS = DumpMatrix; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },
0
+ {
0
+ CLASS = DumpTable;
0
+ LANGUAGE = ObjC;
0
+ OUTLETS = {imgStorage = id; };
0
+ SUPERCLASS = NSTableView;
0
+ },
0
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
0
         {
0
             CLASS = HideableProgressIndicator;
...
3
4
5
6
 
7
8
9
10
 
11
12
13
 
14
15
16
17
18
19
20
 
21
22
...
3
4
5
 
6
7
8
9
 
10
11
12
 
13
14
15
16
17
18
19
 
20
21
22
0
@@ -3,20 +3,20 @@
0
 <plist version="1.0">
0
 <dict>
0
   <key>IBDocumentLocation</key>
0
- <string>1 7 356 240 0 0 1024 746 </string>
0
+ <string>1 8 356 240 0 0 1280 832 </string>
0
   <key>IBEditorPositions</key>
0
   <dict>
0
     <key>29</key>
0
- <string>210 587 423 44 0 0 1024 746 </string>
0
+ <string>303 659 447 44 0 0 1280 832 </string>
0
   </dict>
0
   <key>IBFramework Version</key>
0
- <string>364.0</string>
0
+ <string>443.0</string>
0
   <key>IBOpenObjects</key>
0
   <array>
0
     <integer>21</integer>
0
     <integer>29</integer>
0
   </array>
0
   <key>IBSystem Version</key>
0
- <string>7U16</string>
0
+ <string>8F46</string>
0
 </dict>
0
 </plist>
...
7
8
9
 
 
10
11
12
...
86
87
88
 
 
89
90
91
92
93
94
 
95
96
97
...
156
157
158
 
 
159
160
161
...
248
249
250
 
251
252
253
...
344
345
346
 
347
348
349
...
7
8
9
10
11
12
13
14
...
88
89
90
91
92
93
94
95
96
97
 
98
99
100
101
...
160
161
162
163
164
165
166
167
...
254
255
256
257
258
259
260
...
351
352
353
354
355
356
357
0
@@ -7,6 +7,8 @@
0
   objects = {
0
 
0
 /* Begin PBXBuildFile section */
0
+ DA543BA309352C7C00185AF3 /* DumpTable.h in Headers */ = {isa = PBXBuildFile; fileRef = DA543BA109352C7C00185AF3 /* DumpTable.h */; };
0
+ DA543BA409352C7C00185AF3 /* DumpTable.m in Sources */ = {isa = PBXBuildFile; fileRef = DA543BA209352C7C00185AF3 /* DumpTable.m */; };
0
     DA6AD91B07FA90A900E2D4EF /* PUImage.h in Headers */ = {isa = PBXBuildFile; fileRef = DA6AD91907FA90A900E2D4EF /* PUImage.h */; };
0
     DA6AD91C07FA90A900E2D4EF /* PUImage.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6AD91A07FA90A900E2D4EF /* PUImage.m */; };
0
     DA6AD93107FA997D00E2D4EF /* PUImageList.h in Headers */ = {isa = PBXBuildFile; fileRef = DA6AD92F07FA997D00E2D4EF /* PUImageList.h */; };
0
@@ -86,12 +88,14 @@
0
     29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
0
     29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
0
     29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
0
+ DA543BA109352C7C00185AF3 /* DumpTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DumpTable.h; sourceTree = "<group>"; };
0
+ DA543BA209352C7C00185AF3 /* DumpTable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DumpTable.m; sourceTree = "<group>"; };
0
     DA6AD91907FA90A900E2D4EF /* PUImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PUImage.h; sourceTree = "<group>"; };
0
     DA6AD91A07FA90A900E2D4EF /* PUImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PUImage.m; sourceTree = "<group>"; };
0
     DA6AD92F07FA997D00E2D4EF /* PUImageList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PUImageList.h; sourceTree = "<group>"; };
0
     DA6AD93007FA997D00E2D4EF /* PUImageList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PUImageList.m; sourceTree = "<group>"; };
0
     DACD4B8807FA616E009C4765 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
0
- DACD4B8907FA616E009C4765 /* PhotoUpload.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = PhotoUpload.app; sourceTree = BUILT_PRODUCTS_DIR; };
0
+ DACD4B8907FA616E009C4765 /* PhotoUpload.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PhotoUpload.app; sourceTree = BUILT_PRODUCTS_DIR; };
0
     DAE5B138063353930026182E /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
0
     F52C09B603540EAB01A801C4 /* PhotoUpload.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PhotoUpload.icns; sourceTree = "<group>"; };
0
     F5601AEF0353732F0109FEFA /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = Credits.html; path = English.lproj/Credits.html; sourceTree = "<group>"; };
0
@@ -156,6 +160,8 @@
0
         F5D1960F03628AC801A801C4 /* PhotoUpload.h */,
0
         F5BAF2D2036CDA3201ED6A41 /* BatchUploadController.h */,
0
         F5BAF2D3036CDA3201ED6A41 /* BatchUploadController.m */,
0
+ DA543BA109352C7C00185AF3 /* DumpTable.h */,
0
+ DA543BA209352C7C00185AF3 /* DumpTable.m */,
0
       );
0
       name = Classes;
0
       sourceTree = "<group>";
0
@@ -248,6 +254,7 @@
0
         DACD4B7007FA616E009C4765 /* BatchUploadController.h in Headers */,
0
         DA6AD91B07FA90A900E2D4EF /* PUImage.h in Headers */,
0
         DA6AD93107FA997D00E2D4EF /* PUImageList.h in Headers */,
0
+ DA543BA309352C7C00185AF3 /* DumpTable.h in Headers */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };
0
@@ -344,6 +351,7 @@
0
         DACD4B8407FA616E009C4765 /* BatchUploadController.m in Sources */,
0
         DA6AD91C07FA90A900E2D4EF /* PUImage.m in Sources */,
0
         DA6AD93207FA997D00E2D4EF /* PUImageList.m in Sources */,
0
+ DA543BA409352C7C00185AF3 /* DumpTable.m in Sources */,
0
       );
0
       runOnlyForDeploymentPostprocessing = 0;
0
     };

Comments

    No one has commented yet.