From f810e3a1fbab550af593438d267bb98871985a71 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 13 Oct 2012 18:52:06 +0000 Subject: Weather: folders restructurization git-svn-id: http://svn.miranda-ng.org/main/trunk@1910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../Weather/proto_weather/proto_weather_10.vcxproj | 17 +------- .../proto_weather/proto_weather_10.vcxproj.filters | 47 +-------------------- protocols/Weather/proto_weather/res/Cloud.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/FOG.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/LIGHT.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/NA.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/PCLOUDY.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/RAIN.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/RSHOWER.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/SNOW.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/SSHOWER.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/SUN.ico | Bin 0 -> 6830 bytes protocols/Weather/proto_weather/res/resource.rc | 41 ++++++++++++++++++ protocols/Weather/proto_weather/resource.h | 26 ------------ protocols/Weather/proto_weather/resource.rc | 41 ------------------ protocols/Weather/proto_weather/wicons/Cloud.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/FOG.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/LIGHT.ICO | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/NA.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/PCLOUDY.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/RAIN.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/RSHOWER.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/SNOW.ICO | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/SSHOWER.ico | Bin 6830 -> 0 bytes protocols/Weather/proto_weather/wicons/SUN.ICO | Bin 6830 -> 0 bytes 25 files changed, 43 insertions(+), 129 deletions(-) create mode 100644 protocols/Weather/proto_weather/res/Cloud.ico create mode 100644 protocols/Weather/proto_weather/res/FOG.ico create mode 100644 protocols/Weather/proto_weather/res/LIGHT.ico create mode 100644 protocols/Weather/proto_weather/res/NA.ico create mode 100644 protocols/Weather/proto_weather/res/PCLOUDY.ico create mode 100644 protocols/Weather/proto_weather/res/RAIN.ico create mode 100644 protocols/Weather/proto_weather/res/RSHOWER.ico create mode 100644 protocols/Weather/proto_weather/res/SNOW.ico create mode 100644 protocols/Weather/proto_weather/res/SSHOWER.ico create mode 100644 protocols/Weather/proto_weather/res/SUN.ico create mode 100644 protocols/Weather/proto_weather/res/resource.rc delete mode 100644 protocols/Weather/proto_weather/resource.h delete mode 100644 protocols/Weather/proto_weather/resource.rc delete mode 100644 protocols/Weather/proto_weather/wicons/Cloud.ico delete mode 100644 protocols/Weather/proto_weather/wicons/FOG.ico delete mode 100644 protocols/Weather/proto_weather/wicons/LIGHT.ICO delete mode 100644 protocols/Weather/proto_weather/wicons/NA.ico delete mode 100644 protocols/Weather/proto_weather/wicons/PCLOUDY.ico delete mode 100644 protocols/Weather/proto_weather/wicons/RAIN.ico delete mode 100644 protocols/Weather/proto_weather/wicons/RSHOWER.ico delete mode 100644 protocols/Weather/proto_weather/wicons/SNOW.ICO delete mode 100644 protocols/Weather/proto_weather/wicons/SSHOWER.ico delete mode 100644 protocols/Weather/proto_weather/wicons/SUN.ICO (limited to 'protocols/Weather/proto_weather') diff --git a/protocols/Weather/proto_weather/proto_weather_10.vcxproj b/protocols/Weather/proto_weather/proto_weather_10.vcxproj index f100b68085..8187912e95 100644 --- a/protocols/Weather/proto_weather/proto_weather_10.vcxproj +++ b/protocols/Weather/proto_weather/proto_weather_10.vcxproj @@ -120,22 +120,7 @@ - - - - - - - - - - - - - - - - + diff --git a/protocols/Weather/proto_weather/proto_weather_10.vcxproj.filters b/protocols/Weather/proto_weather/proto_weather_10.vcxproj.filters index a94cf28821..27e90fab59 100644 --- a/protocols/Weather/proto_weather/proto_weather_10.vcxproj.filters +++ b/protocols/Weather/proto_weather/proto_weather_10.vcxproj.filters @@ -1,58 +1,13 @@  - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - Header Files - - - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - - - + Resource Files diff --git a/protocols/Weather/proto_weather/res/Cloud.ico b/protocols/Weather/proto_weather/res/Cloud.ico new file mode 100644 index 0000000000..2edb539dcb Binary files /dev/null and b/protocols/Weather/proto_weather/res/Cloud.ico differ diff --git a/protocols/Weather/proto_weather/res/FOG.ico b/protocols/Weather/proto_weather/res/FOG.ico new file mode 100644 index 0000000000..fbd81b9a03 Binary files /dev/null and b/protocols/Weather/proto_weather/res/FOG.ico differ diff --git a/protocols/Weather/proto_weather/res/LIGHT.ico b/protocols/Weather/proto_weather/res/LIGHT.ico new file mode 100644 index 0000000000..d266094fbe Binary files /dev/null and b/protocols/Weather/proto_weather/res/LIGHT.ico differ diff --git a/protocols/Weather/proto_weather/res/NA.ico b/protocols/Weather/proto_weather/res/NA.ico new file mode 100644 index 0000000000..3e4a3aa324 Binary files /dev/null and b/protocols/Weather/proto_weather/res/NA.ico differ diff --git a/protocols/Weather/proto_weather/res/PCLOUDY.ico b/protocols/Weather/proto_weather/res/PCLOUDY.ico new file mode 100644 index 0000000000..be3d0c88bd Binary files /dev/null and b/protocols/Weather/proto_weather/res/PCLOUDY.ico differ diff --git a/protocols/Weather/proto_weather/res/RAIN.ico b/protocols/Weather/proto_weather/res/RAIN.ico new file mode 100644 index 0000000000..4b65fb6714 Binary files /dev/null and b/protocols/Weather/proto_weather/res/RAIN.ico differ diff --git a/protocols/Weather/proto_weather/res/RSHOWER.ico b/protocols/Weather/proto_weather/res/RSHOWER.ico new file mode 100644 index 0000000000..442552e155 Binary files /dev/null and b/protocols/Weather/proto_weather/res/RSHOWER.ico differ diff --git a/protocols/Weather/proto_weather/res/SNOW.ico b/protocols/Weather/proto_weather/res/SNOW.ico new file mode 100644 index 0000000000..1a482c3bc8 Binary files /dev/null and b/protocols/Weather/proto_weather/res/SNOW.ico differ diff --git a/protocols/Weather/proto_weather/res/SSHOWER.ico b/protocols/Weather/proto_weather/res/SSHOWER.ico new file mode 100644 index 0000000000..0bd2264413 Binary files /dev/null and b/protocols/Weather/proto_weather/res/SSHOWER.ico differ diff --git a/protocols/Weather/proto_weather/res/SUN.ico b/protocols/Weather/proto_weather/res/SUN.ico new file mode 100644 index 0000000000..b37fc6ad2a Binary files /dev/null and b/protocols/Weather/proto_weather/res/SUN.ico differ diff --git a/protocols/Weather/proto_weather/res/resource.rc b/protocols/Weather/proto_weather/res/resource.rc new file mode 100644 index 0000000000..b059c0696d --- /dev/null +++ b/protocols/Weather/proto_weather/res/resource.rc @@ -0,0 +1,41 @@ +//Microsoft Developer Studio generated resource script. +// + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// English (U.S.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +104 ICON "SUN.ico" +105 ICON "NA.ico" +128 ICON "PCLOUDY.ico" +129 ICON "RSHOWER.ico" +130 ICON "LIGHT.ico" +131 ICON "RAIN.ico" +158 ICON "SNOW.ico" +159 ICON "CLOUD.ico" +1002 ICON "SSHOWER.ico" +1003 ICON "FOG.ico" + +#endif // English (U.S.) resources +///////////////////////////////////////////////////////////////////////////// \ No newline at end of file diff --git a/protocols/Weather/proto_weather/resource.h b/protocols/Weather/proto_weather/resource.h deleted file mode 100644 index 0ac64a0f1c..0000000000 --- a/protocols/Weather/proto_weather/resource.h +++ /dev/null @@ -1,26 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by resource.rc -// -#define IDI_ONLINE 104 -#define IDI_OFFLINE 105 -#define IDI_AWAY 128 -#define IDI_FREE4CHAT 129 -#define IDI_INVISIBLE 130 -#define IDI_NA 131 -#define IDI_DND 158 -#define IDI_OCCUPIED 159 -#define IDI_ONTHEPHONE 1002 -#define IDI_OUTTOLUNCH 1003 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NO_MFC 1 -#define _APS_NEXT_RESOURCE_VALUE 224 -#define _APS_NEXT_COMMAND_VALUE 40030 -#define _APS_NEXT_CONTROL_VALUE 2117 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif diff --git a/protocols/Weather/proto_weather/resource.rc b/protocols/Weather/proto_weather/resource.rc deleted file mode 100644 index 930886b96f..0000000000 --- a/protocols/Weather/proto_weather/resource.rc +++ /dev/null @@ -1,41 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "winres.h" -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -104 ICON DISCARDABLE "wicons\\SUN.ico" -105 ICON DISCARDABLE "wicons\\NA.ico" -128 ICON DISCARDABLE "wicons\\PCLOUDY.ico" -129 ICON DISCARDABLE "wicons\\RSHOWER.ico" -130 ICON DISCARDABLE "wicons\\LIGHT.ico" -131 ICON DISCARDABLE "wicons\\RAIN.ico" -158 ICON DISCARDABLE "wicons\\SNOW.ico" -159 ICON DISCARDABLE "wicons\\CLOUD.ico" -1002 ICON DISCARDABLE "wicons\\SSHOWER.ico" -1003 ICON DISCARDABLE "wicons\\FOG.ico" - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// \ No newline at end of file diff --git a/protocols/Weather/proto_weather/wicons/Cloud.ico b/protocols/Weather/proto_weather/wicons/Cloud.ico deleted file mode 100644 index 2edb539dcb..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/Cloud.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/FOG.ico b/protocols/Weather/proto_weather/wicons/FOG.ico deleted file mode 100644 index fbd81b9a03..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/FOG.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/LIGHT.ICO b/protocols/Weather/proto_weather/wicons/LIGHT.ICO deleted file mode 100644 index d266094fbe..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/LIGHT.ICO and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/NA.ico b/protocols/Weather/proto_weather/wicons/NA.ico deleted file mode 100644 index 3e4a3aa324..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/NA.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/PCLOUDY.ico b/protocols/Weather/proto_weather/wicons/PCLOUDY.ico deleted file mode 100644 index be3d0c88bd..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/PCLOUDY.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/RAIN.ico b/protocols/Weather/proto_weather/wicons/RAIN.ico deleted file mode 100644 index 4b65fb6714..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/RAIN.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/RSHOWER.ico b/protocols/Weather/proto_weather/wicons/RSHOWER.ico deleted file mode 100644 index 442552e155..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/RSHOWER.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/SNOW.ICO b/protocols/Weather/proto_weather/wicons/SNOW.ICO deleted file mode 100644 index 1a482c3bc8..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/SNOW.ICO and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/SSHOWER.ico b/protocols/Weather/proto_weather/wicons/SSHOWER.ico deleted file mode 100644 index 0bd2264413..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/SSHOWER.ico and /dev/null differ diff --git a/protocols/Weather/proto_weather/wicons/SUN.ICO b/protocols/Weather/proto_weather/wicons/SUN.ICO deleted file mode 100644 index b37fc6ad2a..0000000000 Binary files a/protocols/Weather/proto_weather/wicons/SUN.ICO and /dev/null differ -- cgit v1.2.3