From 08d61ce5296b4010c39395a906167a04a91fbe5e Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 12 Jan 2011 03:49:47 +0000 Subject: [PATCH] moving things around git-svn-id: svn://qnap.local/TwoTerm/trunk@1986 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- 2Term.xcodeproj/project.pbxproj | 4 ++++ Apple80.h => Emulators/Apple80.h | 0 Apple80.mm => Emulators/Apple80.mm | 0 GNOConsole.h => Emulators/GNOConsole.h | 0 GNOConsole.mm => Emulators/GNOConsole.mm | 0 PTSE.h => Emulators/PTSE.h | 0 PTSE.mm => Emulators/PTSE.mm | 0 VT05.h => Emulators/VT05.h | 0 VT05.mm => Emulators/VT05.mm | 0 VT100.h => Emulators/VT100.h | 0 VT100.mm => Emulators/VT100.mm | 0 VT52.h => Emulators/VT52.h | 0 VT52.mm => Emulators/VT52.mm | 0 CurveView.h => Views/CurveView.h | 0 CurveView.m => Views/CurveView.m | 0 EmulatorView.h => Views/EmulatorView.h | 0 EmulatorView.mm => Views/EmulatorView.mm | 0 Screen.cpp => cpp/Screen.cpp | 0 Screen.h => cpp/Screen.h | 0 Screen_Texport.cpp => cpp/Screen_Texport.cpp | 0 iGeometry.cpp => cpp/iGeometry.cpp | 0 iGeometry.h => cpp/iGeometry.h | 0 22 files changed, 4 insertions(+) rename Apple80.h => Emulators/Apple80.h (100%) rename Apple80.mm => Emulators/Apple80.mm (100%) rename GNOConsole.h => Emulators/GNOConsole.h (100%) rename GNOConsole.mm => Emulators/GNOConsole.mm (100%) rename PTSE.h => Emulators/PTSE.h (100%) rename PTSE.mm => Emulators/PTSE.mm (100%) rename VT05.h => Emulators/VT05.h (100%) rename VT05.mm => Emulators/VT05.mm (100%) rename VT100.h => Emulators/VT100.h (100%) rename VT100.mm => Emulators/VT100.mm (100%) rename VT52.h => Emulators/VT52.h (100%) rename VT52.mm => Emulators/VT52.mm (100%) rename CurveView.h => Views/CurveView.h (100%) rename CurveView.m => Views/CurveView.m (100%) rename EmulatorView.h => Views/EmulatorView.h (100%) rename EmulatorView.mm => Views/EmulatorView.mm (100%) rename Screen.cpp => cpp/Screen.cpp (100%) rename Screen.h => cpp/Screen.h (100%) rename Screen_Texport.cpp => cpp/Screen_Texport.cpp (100%) rename iGeometry.cpp => cpp/iGeometry.cpp (100%) rename iGeometry.h => cpp/iGeometry.h (100%) diff --git a/2Term.xcodeproj/project.pbxproj b/2Term.xcodeproj/project.pbxproj index 53f85f8..6dbaf43 100644 --- a/2Term.xcodeproj/project.pbxproj +++ b/2Term.xcodeproj/project.pbxproj @@ -34,6 +34,7 @@ B699A03011E528BC00F54CC8 /* Screen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B699A02F11E528BC00F54CC8 /* Screen.cpp */; }; B699A05D11E54D4500F54CC8 /* OutputChannel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B699A05C11E54D4500F54CC8 /* OutputChannel.cpp */; }; B699A09111E572A300F54CC8 /* VT52.mm in Sources */ = {isa = PBXBuildFile; fileRef = B699A09011E572A300F54CC8 /* VT52.mm */; }; + B6C843E412DD5B2100D4BEEB /* Screen_Texport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6C843E212DD5B2100D4BEEB /* Screen_Texport.cpp */; }; B6EBE2B511E0EA9100EA0458 /* CharacterGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = B6EBE2B411E0EA9100EA0458 /* CharacterGenerator.m */; }; B6F444C811E41AC000C3A836 /* VT05.mm in Sources */ = {isa = PBXBuildFile; fileRef = B6F444C711E41AC000C3A836 /* VT05.mm */; }; /* End PBXBuildFile section */ @@ -112,6 +113,7 @@ B699A08B11E5720F00F54CC8 /* Emulator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Emulator.h; sourceTree = ""; }; B699A08F11E572A300F54CC8 /* VT52.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VT52.h; sourceTree = ""; }; B699A09011E572A300F54CC8 /* VT52.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = VT52.mm; sourceTree = ""; }; + B6C843E212DD5B2100D4BEEB /* Screen_Texport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Screen_Texport.cpp; sourceTree = ""; }; B6EBE2B311E0EA9100EA0458 /* CharacterGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterGenerator.h; sourceTree = ""; }; B6EBE2B411E0EA9100EA0458 /* CharacterGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CharacterGenerator.m; sourceTree = ""; }; B6F444C611E41AC000C3A836 /* VT05.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VT05.h; sourceTree = ""; }; @@ -244,6 +246,7 @@ B669798311E6A786002ED475 /* Lock.h */, B669798411E6A786002ED475 /* Lock.cpp */, B699A02E11E528BC00F54CC8 /* Screen.h */, + B6C843E212DD5B2100D4BEEB /* Screen_Texport.cpp */, B699A02F11E528BC00F54CC8 /* Screen.cpp */, B699A05B11E54D4500F54CC8 /* OutputChannel.h */, B699A05C11E54D4500F54CC8 /* OutputChannel.cpp */, @@ -359,6 +362,7 @@ B61D0D69125B8E06001C713B /* Defaults.m in Sources */, B653E41812C05C8C001DCE27 /* GNOConsole.mm in Sources */, B673C14B12C3F0CF00923CE5 /* Apple80.mm in Sources */, + B6C843E412DD5B2100D4BEEB /* Screen_Texport.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Apple80.h b/Emulators/Apple80.h similarity index 100% rename from Apple80.h rename to Emulators/Apple80.h diff --git a/Apple80.mm b/Emulators/Apple80.mm similarity index 100% rename from Apple80.mm rename to Emulators/Apple80.mm diff --git a/GNOConsole.h b/Emulators/GNOConsole.h similarity index 100% rename from GNOConsole.h rename to Emulators/GNOConsole.h diff --git a/GNOConsole.mm b/Emulators/GNOConsole.mm similarity index 100% rename from GNOConsole.mm rename to Emulators/GNOConsole.mm diff --git a/PTSE.h b/Emulators/PTSE.h similarity index 100% rename from PTSE.h rename to Emulators/PTSE.h diff --git a/PTSE.mm b/Emulators/PTSE.mm similarity index 100% rename from PTSE.mm rename to Emulators/PTSE.mm diff --git a/VT05.h b/Emulators/VT05.h similarity index 100% rename from VT05.h rename to Emulators/VT05.h diff --git a/VT05.mm b/Emulators/VT05.mm similarity index 100% rename from VT05.mm rename to Emulators/VT05.mm diff --git a/VT100.h b/Emulators/VT100.h similarity index 100% rename from VT100.h rename to Emulators/VT100.h diff --git a/VT100.mm b/Emulators/VT100.mm similarity index 100% rename from VT100.mm rename to Emulators/VT100.mm diff --git a/VT52.h b/Emulators/VT52.h similarity index 100% rename from VT52.h rename to Emulators/VT52.h diff --git a/VT52.mm b/Emulators/VT52.mm similarity index 100% rename from VT52.mm rename to Emulators/VT52.mm diff --git a/CurveView.h b/Views/CurveView.h similarity index 100% rename from CurveView.h rename to Views/CurveView.h diff --git a/CurveView.m b/Views/CurveView.m similarity index 100% rename from CurveView.m rename to Views/CurveView.m diff --git a/EmulatorView.h b/Views/EmulatorView.h similarity index 100% rename from EmulatorView.h rename to Views/EmulatorView.h diff --git a/EmulatorView.mm b/Views/EmulatorView.mm similarity index 100% rename from EmulatorView.mm rename to Views/EmulatorView.mm diff --git a/Screen.cpp b/cpp/Screen.cpp similarity index 100% rename from Screen.cpp rename to cpp/Screen.cpp diff --git a/Screen.h b/cpp/Screen.h similarity index 100% rename from Screen.h rename to cpp/Screen.h diff --git a/Screen_Texport.cpp b/cpp/Screen_Texport.cpp similarity index 100% rename from Screen_Texport.cpp rename to cpp/Screen_Texport.cpp diff --git a/iGeometry.cpp b/cpp/iGeometry.cpp similarity index 100% rename from iGeometry.cpp rename to cpp/iGeometry.cpp diff --git a/iGeometry.h b/cpp/iGeometry.h similarity index 100% rename from iGeometry.h rename to cpp/iGeometry.h