Skip to content

Commit 1e6d1d2

Browse files
committed
moved thumbnail source files
1 parent 4c1908d commit 1e6d1d2

File tree

7 files changed

+67
-29
lines changed

7 files changed

+67
-29
lines changed

Sequential.xcodeproj/project.pbxproj

Lines changed: 67 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
0EF5431E0DC128B600905391 /* PGNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF5431D0DC128B600905391 /* PGNode.m */; };
145145
0EF543240DC1291600905391 /* PGFolderAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF543230DC1291600905391 /* PGFolderAdapter.m */; };
146146
0EF9B2550FA348F700B7E16A /* PGIconTextFieldCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF9B2540FA348F700B7E16A /* PGIconTextFieldCell.m */; };
147+
4B2462E02ADAC51700BA81EF /* PGThumbnailInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B2462DE2ADAC51700BA81EF /* PGThumbnailInfoView.m */; };
147148
4BEC932729152136009B5F59 /* libUniversalDetector.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F1601B8926D2C8380012FD2B /* libUniversalDetector.a */; };
148149
8D15AC310486D014006FF6A4 /* PGDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4ACFDCFA73011CA2CEA /* PGDocument.m */; settings = {ATTRIBUTES = (); }; };
149150
8D15AC320486D014006FF6A4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A37F4B0FDCFA73011CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
@@ -485,7 +486,6 @@
485486
0E9012A40DF22636004B6F69 /* Mirror-White.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Mirror-White.png"; sourceTree = "<group>"; };
486487
0E90163B0DF435AB004B6F69 /* PGPreferenceWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGPreferenceWindowController.h; sourceTree = "<group>"; };
487488
0E90163C0DF435AB004B6F69 /* PGPreferenceWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGPreferenceWindowController.m; sourceTree = "<group>"; };
488-
0E9016A90DF44A7E004B6F69 /* PGColorWell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGColorWell.h; sourceTree = "<group>"; };
489489
0E9016AA0DF44A7E004B6F69 /* PGColorWell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGColorWell.m; sourceTree = "<group>"; };
490490
0E90195A0DF55F50004B6F69 /* PGDocumentWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGDocumentWindow.m; sourceTree = "<group>"; };
491491
0E90195B0DF55F50004B6F69 /* PGDocumentWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGDocumentWindow.h; sourceTree = "<group>"; };
@@ -575,6 +575,9 @@
575575
2A37F4ACFDCFA73011CA2CEA /* PGDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGDocument.m; sourceTree = "<group>"; };
576576
2A37F4AEFDCFA73011CA2CEA /* PGDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGDocument.h; sourceTree = "<group>"; };
577577
2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
578+
4B2462DA2ADAC15C00BA81EF /* PGColorWell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGColorWell.h; sourceTree = "<group>"; };
579+
4B2462DE2ADAC51700BA81EF /* PGThumbnailInfoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PGThumbnailInfoView.m; sourceTree = "<group>"; };
580+
4B2462DF2ADAC51700BA81EF /* PGThumbnailInfoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PGThumbnailInfoView.h; sourceTree = "<group>"; };
578581
4BC63F6D291628360099C1FF /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
579582
8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
580583
8D15AC370486D014006FF6A4 /* Sequential.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sequential.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -615,42 +618,18 @@
615618
0E1D37350A7E1A5200C542A6 /* Views */ = {
616619
isa = PBXGroup;
617620
children = (
621+
4B2462CC2ADAC0AE00BA81EF /* _generic utility */,
622+
4B2462DB2ADAC1B700BA81EF /* image */,
623+
4B2462DC2ADAC1C100BA81EF /* info */,
618624
0E90195B0DF55F50004B6F69 /* PGDocumentWindow.h */,
619625
0E90195A0DF55F50004B6F69 /* PGDocumentWindow.m */,
620626
0E1D39F20A7F24E700C542A6 /* PGFullscreenWindow.h */,
621627
0E1D39F30A7F24E700C542A6 /* PGFullscreenWindow.m */,
622628
0E1D3A4A0A7FA7B400C542A6 /* PGClipView.h */,
623629
0E1D3A4B0A7FA7B500C542A6 /* PGClipView.m */,
624-
0EA89C9C0BD540E60077BEEE /* PGImageView.h */,
625-
0EA89C9D0BD540E60077BEEE /* PGImageView.m */,
626-
0E9016A90DF44A7E004B6F69 /* PGColorWell.h */,
627-
0E9016AA0DF44A7E004B6F69 /* PGColorWell.m */,
628-
0E04E98C0C23BA7100078EC2 /* PGBezelPanel.h */,
629-
0E04E98D0C23BA7100078EC2 /* PGBezelPanel.m */,
630-
0E04EBCC0C253BB000078EC2 /* PGAlertView.h */,
631-
0E04EBCD0C253BB000078EC2 /* PGAlertView.m */,
632-
0E04EBCE0C253BB000078EC2 /* PGInfoView.h */,
633-
0E04EBCF0C253BB000078EC2 /* PGInfoView.m */,
634630
0ECD9FFC0CB3961B0059C754 /* PGFindView.h */,
635631
0ECD9FFD0CB3961B0059C754 /* PGFindView.m */,
636-
0EDB9A740EA1896400B7342A /* PGColumnView.h */,
637-
0EDB9A750EA1896400B7342A /* PGColumnView.m */,
638-
0EDB9A770EA1899300B7342A /* PGThumbnailBrowser.h */,
639-
0EDB9A780EA1899300B7342A /* PGThumbnailBrowser.m */,
640-
0EDB9BFD0EA1E27D00B7342A /* PGThumbnailView.h */,
641-
0EDB9BFE0EA1E27D00B7342A /* PGThumbnailView.m */,
642-
0E7D74440C9ED641004AA269 /* PGDragHighlightView.h */,
643-
0E7D74450C9ED641004AA269 /* PGDragHighlightView.m */,
644-
0E2D08770DD2B4F800EC128A /* PGRoundedBackgroundView.h */,
645-
0E2D08780DD2B4F800EC128A /* PGRoundedBackgroundView.m */,
646-
0EC33E3D0E29B0A700450CF8 /* PGProgressIndicatorCell.h */,
647-
0EC33E3E0E29B0A700450CF8 /* PGProgressIndicatorCell.m */,
648-
0E255BA50E3A9D2E00EDF04C /* PGTimerButton.h */,
649-
0E255BA60E3A9D2E00EDF04C /* PGTimerButton.m */,
650-
0EF9B2530FA348F700B7E16A /* PGIconTextFieldCell.h */,
651-
0EF9B2540FA348F700B7E16A /* PGIconTextFieldCell.m */,
652-
0E20FDB810967449007EE24A /* PGOrientationMenuItemCell.h */,
653-
0E20FDB910967449007EE24A /* PGOrientationMenuItemCell.m */,
632+
4B2462DD2ADAC4CB00BA81EF /* thumbnail */,
654633
);
655634
path = Views;
656635
sourceTree = "<group>";
@@ -911,6 +890,64 @@
911890
name = Frameworks;
912891
sourceTree = "<group>";
913892
};
893+
4B2462CC2ADAC0AE00BA81EF /* _generic utility */ = {
894+
isa = PBXGroup;
895+
children = (
896+
0E04EBCC0C253BB000078EC2 /* PGAlertView.h */,
897+
0E04EBCD0C253BB000078EC2 /* PGAlertView.m */,
898+
0E04E98C0C23BA7100078EC2 /* PGBezelPanel.h */,
899+
0E04E98D0C23BA7100078EC2 /* PGBezelPanel.m */,
900+
4B2462DA2ADAC15C00BA81EF /* PGColorWell.h */,
901+
0E9016AA0DF44A7E004B6F69 /* PGColorWell.m */,
902+
0E7D74440C9ED641004AA269 /* PGDragHighlightView.h */,
903+
0E7D74450C9ED641004AA269 /* PGDragHighlightView.m */,
904+
0EF9B2530FA348F700B7E16A /* PGIconTextFieldCell.h */,
905+
0EF9B2540FA348F700B7E16A /* PGIconTextFieldCell.m */,
906+
0E20FDB810967449007EE24A /* PGOrientationMenuItemCell.h */,
907+
0E20FDB910967449007EE24A /* PGOrientationMenuItemCell.m */,
908+
0EC33E3D0E29B0A700450CF8 /* PGProgressIndicatorCell.h */,
909+
0EC33E3E0E29B0A700450CF8 /* PGProgressIndicatorCell.m */,
910+
0E2D08770DD2B4F800EC128A /* PGRoundedBackgroundView.h */,
911+
0E2D08780DD2B4F800EC128A /* PGRoundedBackgroundView.m */,
912+
0E255BA50E3A9D2E00EDF04C /* PGTimerButton.h */,
913+
0E255BA60E3A9D2E00EDF04C /* PGTimerButton.m */,
914+
);
915+
path = "_generic utility";
916+
sourceTree = "<group>";
917+
};
918+
4B2462DB2ADAC1B700BA81EF /* image */ = {
919+
isa = PBXGroup;
920+
children = (
921+
0EA89C9C0BD540E60077BEEE /* PGImageView.h */,
922+
0EA89C9D0BD540E60077BEEE /* PGImageView.m */,
923+
);
924+
path = image;
925+
sourceTree = "<group>";
926+
};
927+
4B2462DC2ADAC1C100BA81EF /* info */ = {
928+
isa = PBXGroup;
929+
children = (
930+
0E04EBCE0C253BB000078EC2 /* PGInfoView.h */,
931+
0E04EBCF0C253BB000078EC2 /* PGInfoView.m */,
932+
);
933+
path = info;
934+
sourceTree = "<group>";
935+
};
936+
4B2462DD2ADAC4CB00BA81EF /* thumbnail */ = {
937+
isa = PBXGroup;
938+
children = (
939+
0EDB9A740EA1896400B7342A /* PGColumnView.h */,
940+
0EDB9A750EA1896400B7342A /* PGColumnView.m */,
941+
0EDB9A770EA1899300B7342A /* PGThumbnailBrowser.h */,
942+
0EDB9A780EA1899300B7342A /* PGThumbnailBrowser.m */,
943+
4B2462DF2ADAC51700BA81EF /* PGThumbnailInfoView.h */,
944+
4B2462DE2ADAC51700BA81EF /* PGThumbnailInfoView.m */,
945+
0EDB9BFD0EA1E27D00B7342A /* PGThumbnailView.h */,
946+
0EDB9BFE0EA1E27D00B7342A /* PGThumbnailView.m */,
947+
);
948+
path = thumbnail;
949+
sourceTree = "<group>";
950+
};
914951
F1601B7F26D2C8380012FD2B /* Products */ = {
915952
isa = PBXGroup;
916953
children = (
@@ -1288,6 +1325,7 @@
12881325
0ECA9B681136CEF600BAFF5E /* PGDataProvider.m in Sources */,
12891326
B581795C121490A60041F0F4 /* PGXMLAdapter.m in Sources */,
12901327
F1CA6DDB26BA587100ECE823 /* only_for_linking_cpp_dylib.cpp in Sources */,
1328+
4B2462E02ADAC51700BA81EF /* PGThumbnailInfoView.m in Sources */,
12911329
);
12921330
runOnlyForDeploymentPostprocessing = 0;
12931331
};

0 commit comments

Comments
 (0)