Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-01-12 16:40:42 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-01-12 16:40:42 +0300
commit5619947685a999a7999f5f5bc8ee6c1e28c676db (patch)
tree08b9529fc7e0a5c9fba6d490f6050b548071ca2f /shell_integration
parent31e584e3e320650d5a1d01b05de3174b3c047eb8 (diff)
Relocate Windows shell extensions
The directory was redundant
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/windows/OCOverlays/DllMain.cpp (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/DllMain.cpp)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlay.cpp (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlay.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.h)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlay.rc (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.rc)bin6122 -> 6122 bytes
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlayFactory.cpp (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.cpp)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlayFactory.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.h)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.cpp)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.h)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlays.def (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.def)0
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlays.vcxproj (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj)0
-rw-r--r--shell_integration/windows/OCOverlays/OverlayConstants.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h)0
-rw-r--r--shell_integration/windows/OCOverlays/OverlayConstants.h.original (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h.original)0
-rw-r--r--shell_integration/windows/OCOverlays/ico/Error.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/Error_Shared.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error_Shared.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/OK.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/OK_Shared.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK_Shared.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/Sync.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/Sync_Shared.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync_Shared.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/Warning.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/ico/Warning_Shared.ico (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning_Shared.ico)bin30166 -> 30166 bytes
-rw-r--r--shell_integration/windows/OCOverlays/resource.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/resource.h)bin1536 -> 1536 bytes
-rw-r--r--shell_integration/windows/OCOverlays/stdafx.h (renamed from shell_integration/windows/OCShellExtensions/OCOverlays/stdafx.h)0
-rw-r--r--shell_integration/windows/OCShellExtensions.sln (renamed from shell_integration/windows/OCShellExtensions/OCShellExtensions.sln)0
-rw-r--r--shell_integration/windows/OCUtil/CommunicationSocket.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/CommunicationSocket.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.h)0
-rw-r--r--shell_integration/windows/OCUtil/FileUtil.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/FileUtil.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.h)0
-rw-r--r--shell_integration/windows/OCUtil/OCMessage.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/OCMessage.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.h)0
-rw-r--r--shell_integration/windows/OCUtil/OCUtil.vcxproj (renamed from shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj)0
-rw-r--r--shell_integration/windows/OCUtil/ParserUtil.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/ParserUtil.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/RegistryUtil.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/RegistryUtil.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.h)0
-rw-r--r--shell_integration/windows/OCUtil/RemotePathChecker.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/RemotePathChecker.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.h)0
-rw-r--r--shell_integration/windows/OCUtil/StringUtil.cpp (renamed from shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.cpp)0
-rw-r--r--shell_integration/windows/OCUtil/StringUtil.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.h)0
-rw-r--r--shell_integration/windows/OCUtil/UtilConstants.h (renamed from shell_integration/windows/OCShellExtensions/OCUtil/UtilConstants.h)0
38 files changed, 0 insertions, 0 deletions
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/DllMain.cpp b/shell_integration/windows/OCOverlays/DllMain.cpp
index 0539e3629..0539e3629 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/DllMain.cpp
+++ b/shell_integration/windows/OCOverlays/DllMain.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp b/shell_integration/windows/OCOverlays/OCOverlay.cpp
index 967231d86..967231d86 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.cpp
+++ b/shell_integration/windows/OCOverlays/OCOverlay.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.h b/shell_integration/windows/OCOverlays/OCOverlay.h
index 2e82114cd..2e82114cd 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.h
+++ b/shell_integration/windows/OCOverlays/OCOverlay.h
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.rc b/shell_integration/windows/OCOverlays/OCOverlay.rc
index fc261e81d..fc261e81d 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlay.rc
+++ b/shell_integration/windows/OCOverlays/OCOverlay.rc
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.cpp b/shell_integration/windows/OCOverlays/OCOverlayFactory.cpp
index 963d7c6d2..963d7c6d2 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.cpp
+++ b/shell_integration/windows/OCOverlays/OCOverlayFactory.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.h b/shell_integration/windows/OCOverlays/OCOverlayFactory.h
index 9f3ece860..9f3ece860 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayFactory.h
+++ b/shell_integration/windows/OCOverlays/OCOverlayFactory.h
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.cpp b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp
index d997f3a02..d997f3a02 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.cpp
+++ b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.h b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.h
index 2b3a52fca..2b3a52fca 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlayRegistrationHandler.h
+++ b/shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.h
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.def b/shell_integration/windows/OCOverlays/OCOverlays.def
index 8cde2bd02..8cde2bd02 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.def
+++ b/shell_integration/windows/OCOverlays/OCOverlays.def
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj b/shell_integration/windows/OCOverlays/OCOverlays.vcxproj
index a2b2e878b..a2b2e878b 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj
+++ b/shell_integration/windows/OCOverlays/OCOverlays.vcxproj
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h b/shell_integration/windows/OCOverlays/OverlayConstants.h
index 410aa2660..410aa2660 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h
+++ b/shell_integration/windows/OCOverlays/OverlayConstants.h
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h.original b/shell_integration/windows/OCOverlays/OverlayConstants.h.original
index e244e1515..e244e1515 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OverlayConstants.h.original
+++ b/shell_integration/windows/OCOverlays/OverlayConstants.h.original
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error.ico b/shell_integration/windows/OCOverlays/ico/Error.ico
index ebcaa7f98..ebcaa7f98 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error.ico
+++ b/shell_integration/windows/OCOverlays/ico/Error.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error_Shared.ico b/shell_integration/windows/OCOverlays/ico/Error_Shared.ico
index 02c963937..02c963937 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Error_Shared.ico
+++ b/shell_integration/windows/OCOverlays/ico/Error_Shared.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK.ico b/shell_integration/windows/OCOverlays/ico/OK.ico
index f285d9c75..f285d9c75 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK.ico
+++ b/shell_integration/windows/OCOverlays/ico/OK.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK_Shared.ico b/shell_integration/windows/OCOverlays/ico/OK_Shared.ico
index 7c33983c1..7c33983c1 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/OK_Shared.ico
+++ b/shell_integration/windows/OCOverlays/ico/OK_Shared.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync.ico b/shell_integration/windows/OCOverlays/ico/Sync.ico
index ae1599569..ae1599569 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync.ico
+++ b/shell_integration/windows/OCOverlays/ico/Sync.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync_Shared.ico b/shell_integration/windows/OCOverlays/ico/Sync_Shared.ico
index 63da185d8..63da185d8 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Sync_Shared.ico
+++ b/shell_integration/windows/OCOverlays/ico/Sync_Shared.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning.ico b/shell_integration/windows/OCOverlays/ico/Warning.ico
index b7fabc3bf..b7fabc3bf 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning.ico
+++ b/shell_integration/windows/OCOverlays/ico/Warning.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning_Shared.ico b/shell_integration/windows/OCOverlays/ico/Warning_Shared.ico
index fc85d46d0..fc85d46d0 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/ico/Warning_Shared.ico
+++ b/shell_integration/windows/OCOverlays/ico/Warning_Shared.ico
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/resource.h b/shell_integration/windows/OCOverlays/resource.h
index 3a3dab356..3a3dab356 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/resource.h
+++ b/shell_integration/windows/OCOverlays/resource.h
Binary files differ
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/stdafx.h b/shell_integration/windows/OCOverlays/stdafx.h
index 81121202b..81121202b 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/stdafx.h
+++ b/shell_integration/windows/OCOverlays/stdafx.h
diff --git a/shell_integration/windows/OCShellExtensions/OCShellExtensions.sln b/shell_integration/windows/OCShellExtensions.sln
index 1bfbbf3ed..1bfbbf3ed 100644
--- a/shell_integration/windows/OCShellExtensions/OCShellExtensions.sln
+++ b/shell_integration/windows/OCShellExtensions.sln
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.cpp b/shell_integration/windows/OCUtil/CommunicationSocket.cpp
index dec2970f6..dec2970f6 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.cpp
+++ b/shell_integration/windows/OCUtil/CommunicationSocket.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.h b/shell_integration/windows/OCUtil/CommunicationSocket.h
index d29d86333..d29d86333 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/CommunicationSocket.h
+++ b/shell_integration/windows/OCUtil/CommunicationSocket.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.cpp b/shell_integration/windows/OCUtil/FileUtil.cpp
index e0861682b..e0861682b 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.cpp
+++ b/shell_integration/windows/OCUtil/FileUtil.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.h b/shell_integration/windows/OCUtil/FileUtil.h
index 650bc471f..650bc471f 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/FileUtil.h
+++ b/shell_integration/windows/OCUtil/FileUtil.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.cpp b/shell_integration/windows/OCUtil/OCMessage.cpp
index b86005f71..b86005f71 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.cpp
+++ b/shell_integration/windows/OCUtil/OCMessage.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.h b/shell_integration/windows/OCUtil/OCMessage.h
index 131f3d714..131f3d714 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/OCMessage.h
+++ b/shell_integration/windows/OCUtil/OCMessage.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj b/shell_integration/windows/OCUtil/OCUtil.vcxproj
index 52b0d9c3c..52b0d9c3c 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj
+++ b/shell_integration/windows/OCUtil/OCUtil.vcxproj
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/ParserUtil.cpp b/shell_integration/windows/OCUtil/ParserUtil.cpp
index ba7d9f101..ba7d9f101 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/ParserUtil.cpp
+++ b/shell_integration/windows/OCUtil/ParserUtil.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.cpp b/shell_integration/windows/OCUtil/RegistryUtil.cpp
index 5c41bf861..5c41bf861 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.cpp
+++ b/shell_integration/windows/OCUtil/RegistryUtil.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.h b/shell_integration/windows/OCUtil/RegistryUtil.h
index 1928d64ce..1928d64ce 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/RegistryUtil.h
+++ b/shell_integration/windows/OCUtil/RegistryUtil.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.cpp b/shell_integration/windows/OCUtil/RemotePathChecker.cpp
index 317f21572..317f21572 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.cpp
+++ b/shell_integration/windows/OCUtil/RemotePathChecker.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.h b/shell_integration/windows/OCUtil/RemotePathChecker.h
index 7d7decdcf..7d7decdcf 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/RemotePathChecker.h
+++ b/shell_integration/windows/OCUtil/RemotePathChecker.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.cpp b/shell_integration/windows/OCUtil/StringUtil.cpp
index aa7ad5569..aa7ad5569 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.cpp
+++ b/shell_integration/windows/OCUtil/StringUtil.cpp
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.h b/shell_integration/windows/OCUtil/StringUtil.h
index d64eda7e5..d64eda7e5 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/StringUtil.h
+++ b/shell_integration/windows/OCUtil/StringUtil.h
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/UtilConstants.h b/shell_integration/windows/OCUtil/UtilConstants.h
index 04ca7d3ba..04ca7d3ba 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/UtilConstants.h
+++ b/shell_integration/windows/OCUtil/UtilConstants.h