Skip to content

Commit a42da16

Browse files
committed
Extract status controller.
1 parent 80d1133 commit a42da16

File tree

41 files changed

+1563
-5866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1563
-5866
lines changed

Cyberduck.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
4799A6492C3BC93A00563133 /* Deepbox.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4799A6472C3BC93A00563133 /* Deepbox.strings */; };
177177
479B23E62EBA3C16001D75BE /* Navigation.xib in Resources */ = {isa = PBXBuildFile; fileRef = 479B23E52EBA3C16001D75BE /* Navigation.xib */; };
178178
479B23E72EBA3C16001D75BE /* Navigation.xib in Resources */ = {isa = PBXBuildFile; fileRef = 479B23E52EBA3C16001D75BE /* Navigation.xib */; };
179+
479B23E92EBA45DD001D75BE /* Status.xib in Resources */ = {isa = PBXBuildFile; fileRef = 479B23E82EBA45DD001D75BE /* Status.xib */; };
179180
479C422A097AB2BB00DDE88A /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 479C4229097AB2BB00DDE88A /* Credits.rtf */; };
180181
479C63B022A167EA002CAA60 /* folderplus.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 479C63AF22A167EA002CAA60 /* folderplus.tiff */; };
181182
47A0818D2DFF035E0074E7DC /* cyberduck-application-rect.icns in Resources */ = {isa = PBXBuildFile; fileRef = 475B22EE25B0DB17005D7887 /* cyberduck-application-rect.icns */; };
@@ -1294,6 +1295,7 @@
12941295
4799A64B2C3BC94800563133 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = i18n/src/main/resources/en.lproj/Deepbox.strings; sourceTree = "<group>"; };
12951296
4799A64C2C3BC94D00563133 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = i18n/src/main/resources/de.lproj/Deepbox.strings; sourceTree = "<group>"; };
12961297
479B23E52EBA3C16001D75BE /* Navigation.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Navigation.xib; path = osx/src/main/resources/Navigation.xib; sourceTree = "<group>"; };
1298+
479B23E82EBA45DD001D75BE /* Status.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Status.xib; path = osx/src/main/resources/Status.xib; sourceTree = "<group>"; };
12971299
479BF77D1725A68C006854BF /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
12981300
479C4229097AB2BB00DDE88A /* Credits.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
12991301
479C63AF22A167EA002CAA60 /* folderplus.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = folderplus.tiff; sourceTree = "<group>"; };
@@ -1973,6 +1975,7 @@
19731975
47B2E9FC1E2CF5E1007BE83D /* Task.xib */,
19741976
47B2E9FD1E2CF5E1007BE83D /* Transcript.xib */,
19751977
479B23E52EBA3C16001D75BE /* Navigation.xib */,
1978+
479B23E82EBA45DD001D75BE /* Status.xib */,
19761979
47B2E9FE1E2CF5E1007BE83D /* Transfer.xib */,
19771980
47C35B0926247FE4002AABBD /* Profiles.xib */,
19781981
47C35B112627690E002AABBD /* Profile.xib */,
@@ -2441,6 +2444,7 @@
24412444
47AA19690AF09F810059C736 /* Error.strings in Resources */,
24422445
47911A180B84C4E8001A29AE /* Acknowledgments.rtf in Resources */,
24432446
47A88FBB0B931D9C00DB9D87 /* Configuration.strings in Resources */,
2447+
479B23E92EBA45DD001D75BE /* Status.xib in Resources */,
24442448
47A224802EB39A9500C21345 /* Edit.xib in Resources */,
24452449
47DE479B2598F2D400B18BCB /* preferences-s3.pdf in Resources */,
24462450
470912ED0C36FCE00049FBCE /* Prompt.xib in Resources */,

i18n/src/main/resources/ar.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/bg.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/ca.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/cs.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/cy.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/da.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/de.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/el.lproj/Browser.xib

Lines changed: 36 additions & 152 deletions
Large diffs are not rendered by default.

i18n/src/main/resources/en.lproj/Browser.xib

Lines changed: 38 additions & 154 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)