From 2ba1945fc94ec5e708a31cfa9a3212ef35ba3dac Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 24 Jul 2015 07:50:57 +0000 Subject: linklist: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14664 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_dev.sln | 2 +- bin10/mir_full.sln | 2 +- bin10/mir_full_pro.sln | 2 +- bin12/mir_dev.sln | 2 +- bin12/mir_full.sln | 2 +- bin14/mir_dev.sln | 2 +- bin14/mir_full.sln | 2 +- plugins/HistoryLinkListPlus/linklist.vcxproj | 28 +++ .../HistoryLinkListPlus/linklist.vcxproj.filters | 4 + plugins/HistoryLinkListPlus/linklist_10.vcxproj | 217 -------------------- .../linklist_10.vcxproj.filters | 59 ------ plugins/HistoryLinkListPlus/linklist_12.vcxproj | 220 --------------------- .../linklist_12.vcxproj.filters | 59 ------ plugins/HistoryLinkListPlus/linklist_14.vcxproj | 220 --------------------- .../linklist_14.vcxproj.filters | 59 ------ plugins/HistoryLinkListPlus/src/linklist.cpp | 2 +- plugins/HistoryLinkListPlus/src/linklist.h | 158 --------------- plugins/HistoryLinkListPlus/src/linklist_dlg.cpp | 2 +- plugins/HistoryLinkListPlus/src/linklist_fct.cpp | 2 +- plugins/HistoryLinkListPlus/src/stdafx.cpp | 18 -- plugins/HistoryLinkListPlus/src/stdafx.cxx | 18 ++ plugins/HistoryLinkListPlus/src/stdafx.h | 157 +++++++++++++++ 22 files changed, 217 insertions(+), 1020 deletions(-) create mode 100644 plugins/HistoryLinkListPlus/linklist.vcxproj create mode 100644 plugins/HistoryLinkListPlus/linklist.vcxproj.filters delete mode 100644 plugins/HistoryLinkListPlus/linklist_10.vcxproj delete mode 100644 plugins/HistoryLinkListPlus/linklist_10.vcxproj.filters delete mode 100644 plugins/HistoryLinkListPlus/linklist_12.vcxproj delete mode 100644 plugins/HistoryLinkListPlus/linklist_12.vcxproj.filters delete mode 100644 plugins/HistoryLinkListPlus/linklist_14.vcxproj delete mode 100644 plugins/HistoryLinkListPlus/linklist_14.vcxproj.filters delete mode 100644 plugins/HistoryLinkListPlus/src/linklist.h delete mode 100644 plugins/HistoryLinkListPlus/src/stdafx.cpp create mode 100644 plugins/HistoryLinkListPlus/src/stdafx.cxx create mode 100644 plugins/HistoryLinkListPlus/src/stdafx.h diff --git a/bin10/mir_dev.sln b/bin10/mir_dev.sln index ea6dc9cee2..8daf62c60a 100644 --- a/bin10/mir_dev.sln +++ b/bin10/mir_dev.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_10.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 052c3374d6..3b0079ad5f 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_10.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index a552be6d44..5430ff2446 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -70,7 +70,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_10.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_10.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin12/mir_dev.sln b/bin12/mir_dev.sln index ac6e27a205..4973e541c4 100644 --- a/bin12/mir_dev.sln +++ b/bin12/mir_dev.sln @@ -72,7 +72,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_12.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_12.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 76c9ff9102..7a3ecd9247 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -72,7 +72,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_12.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_12.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin14/mir_dev.sln b/bin14/mir_dev.sln index a86b5091a3..4b7a23fdb2 100644 --- a/bin14/mir_dev.sln +++ b/bin14/mir_dev.sln @@ -72,7 +72,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_14.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_14.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/bin14/mir_full.sln b/bin14/mir_full.sln index ac42a6e29e..e27c0fd956 100644 --- a/bin14/mir_full.sln +++ b/bin14/mir_full.sln @@ -72,7 +72,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\F EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist_14.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LinkList", "..\plugins\HistoryLinkListPlus\linklist.vcxproj", "{850EC838-0EAD-45EB-6F1B-16DC90DCE18D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HistorySweeperLight", "..\plugins\HistorySweeperLight\historysweeperlight_14.vcxproj", "{9DE1F0B0-B9D1-4681-82E7-13CC3E047445}" EndProject diff --git a/plugins/HistoryLinkListPlus/linklist.vcxproj b/plugins/HistoryLinkListPlus/linklist.vcxproj new file mode 100644 index 0000000000..6457a9b7a9 --- /dev/null +++ b/plugins/HistoryLinkListPlus/linklist.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + LinkList + {850EC838-0EAD-45EB-6F1B-16DC90DCE18D} + + + + + \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist.vcxproj.filters b/plugins/HistoryLinkListPlus/linklist.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/HistoryLinkListPlus/linklist.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_10.vcxproj b/plugins/HistoryLinkListPlus/linklist_10.vcxproj deleted file mode 100644 index a1bf2677de..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_10.vcxproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - LinkList - {850EC838-0EAD-45EB-6F1B-16DC90DCE18D} - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - AnySuitable - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - comctl32.lib;%(AdditionalDependencies) - true - true - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - AnySuitable - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - true - $(IntDir)$(TargetName).lib - true - false - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin10\lib - - - - - MultiThreadedDebugDLL - Level3 - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Disabled - true - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - true - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin10\lib - - - - - - - - Create - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_10.vcxproj.filters b/plugins/HistoryLinkListPlus/linklist_10.vcxproj.filters deleted file mode 100644 index bb90eae945..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_10.vcxproj.filters +++ /dev/null @@ -1,59 +0,0 @@ - - - - - {b513835e-8c78-44d9-a70f-009617185cda} - h;hpp;hxx;hm;inl - - - {6f6d64ac-5d4c-4691-b0a0-4651c54d6f14} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {699fb440-5ca0-4405-a37a-c18d0fa37251} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resources - - - Resources - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_12.vcxproj b/plugins/HistoryLinkListPlus/linklist_12.vcxproj deleted file mode 100644 index f1d0b6aa7a..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_12.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - LinkList - {850EC838-0EAD-45EB-6F1B-16DC90DCE18D} - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - AnySuitable - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - comctl32.lib;%(AdditionalDependencies) - true - true - true - false - $(ProfileDir)..\..\bin12\lib - - - - - AnySuitable - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - true - $(IntDir)$(TargetName).lib - true - false - $(ProfileDir)..\..\bin12\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin12\lib - false - - - - - MultiThreadedDebugDLL - Level3 - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Disabled - true - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - true - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin12\lib - - - - - - - - Create - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_12.vcxproj.filters b/plugins/HistoryLinkListPlus/linklist_12.vcxproj.filters deleted file mode 100644 index bb90eae945..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_12.vcxproj.filters +++ /dev/null @@ -1,59 +0,0 @@ - - - - - {b513835e-8c78-44d9-a70f-009617185cda} - h;hpp;hxx;hm;inl - - - {6f6d64ac-5d4c-4691-b0a0-4651c54d6f14} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {699fb440-5ca0-4405-a37a-c18d0fa37251} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resources - - - Resources - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_14.vcxproj b/plugins/HistoryLinkListPlus/linklist_14.vcxproj deleted file mode 100644 index 20853da5b6..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_14.vcxproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - LinkList - {850EC838-0EAD-45EB-6F1B-16DC90DCE18D} - - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - AnySuitable - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - comctl32.lib;%(AdditionalDependencies) - true - true - true - false - $(ProfileDir)..\..\bin14\lib - - - - - AnySuitable - true - true - Full - Level3 - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - ..\..\include;%(AdditionalIncludeDirectories) - Size - true - true - false - Use - linklist.h - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - comctl32.lib;%(AdditionalDependencies) - true - true - $(IntDir)$(TargetName).lib - true - false - $(ProfileDir)..\..\bin14\lib - - - - - MultiThreadedDebugDLL - false - Disabled - Level3 - true - EditAndContinue - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - true - Windows - comctl32.lib;%(AdditionalDependencies) - $(IntDir)$(TargetName).lib - false - $(ProfileDir)..\..\bin14\lib - false - - - - - MultiThreadedDebugDLL - Level3 - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - ..\..\include;%(AdditionalIncludeDirectories) - false - Disabled - true - false - Use - linklist.h - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - true - Windows - $(IntDir)$(TargetName).lib - true - comctl32.lib;%(AdditionalDependencies) - false - $(ProfileDir)..\..\bin14\lib - - - - - - - - Create - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/linklist_14.vcxproj.filters b/plugins/HistoryLinkListPlus/linklist_14.vcxproj.filters deleted file mode 100644 index bb90eae945..0000000000 --- a/plugins/HistoryLinkListPlus/linklist_14.vcxproj.filters +++ /dev/null @@ -1,59 +0,0 @@ - - - - - {b513835e-8c78-44d9-a70f-009617185cda} - h;hpp;hxx;hm;inl - - - {6f6d64ac-5d4c-4691-b0a0-4651c54d6f14} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {699fb440-5ca0-4405-a37a-c18d0fa37251} - ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resources - - - Resources - - - \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/src/linklist.cpp b/plugins/HistoryLinkListPlus/src/linklist.cpp index c8d1a7a778..fa00543f4c 100644 --- a/plugins/HistoryLinkListPlus/src/linklist.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist.cpp @@ -15,7 +15,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -#include "linklist.h" +#include "stdafx.h" // Global variables HINSTANCE hInst; diff --git a/plugins/HistoryLinkListPlus/src/linklist.h b/plugins/HistoryLinkListPlus/src/linklist.h deleted file mode 100644 index aa5d140cfe..0000000000 --- a/plugins/HistoryLinkListPlus/src/linklist.h +++ /dev/null @@ -1,158 +0,0 @@ -// History Linklist Plus -// Copyright (C) 2010 Thomas Wendel, gureedo -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -#pragma once - -#ifndef _LINKLIST_H -#define _LINKLIST_H - -#define _CRT_SECURE_NO_WARNINGS - -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#include "language.h" -#include "linklist_dlg.h" -#include "resource.h" -#include "Version.h" - - -// Filter Flags -#define WLL_URL 0x01 -#define WLL_MAIL 0x02 -#define WLL_FILE 0x04 -#define WLL_IN 0x08 -#define WLL_OUT 0x10 -#define WLL_ALL (WLL_URL | WLL_MAIL | WLL_FILE | WLL_IN | WLL_OUT) -#define SLL_DEEP 0x20 - -// String length -#define LINK_MAX 1024 -#define DIR_SIZE 6 -#define TYPE_SIZE 5 -#define DATE_SIZE 11 -#define TIME_SIZE 15 - -// Link types -#define LINK_UNKNOWN 0x00 -#define LINK_URL 0x01 -#define LINK_MAIL 0x02 -#define LINK_FILE 0x03 - -// Directions -#define DIRECTION_IN 1 -#define DIRECTION_OUT 2 - - -#define FILTERTEXT 125 - -#define IN_COL_DEF 0x005050A0 -#define OUT_COL_DEF 0x00206020 -#define BG_COL_DEF 0x00EAFFFF -#define TXT_COL_DEF 0x00000000 - -struct LISTELEMENT { - BYTE direction; - BYTE type; - TCHAR date[DATE_SIZE]; - TCHAR time[TIME_SIZE]; - TCHAR link[LINK_MAX]; - MEVENT hEvent; - int linePos; - struct LISTELEMENT *nextElement; -} ; - -typedef struct { - BYTE openNewWindow; - BYTE updateWindow; - BYTE mouseEvent; - BYTE saveSpecial; - BYTE showDate; - BYTE showLine; - BYTE showTime; - BYTE showDirection; - BYTE showType; -} LISTOPTIONS; - -typedef struct { - DWORD incoming; - DWORD outgoing; - DWORD background; - DWORD text; -} MYCOLOURSET; - -#include "linklist_fct.h" - -#define LINKLIST_MODULE "HistoryLinklist" -#define LINKLIST_IN_COL "InColour" -#define LINKLIST_OUT_COL "OutColour" -#define LINKLIST_BG_COL "BGColour" -#define LINKLIST_TXT_COL "TxtColour" -#define LINKLIST_USE_DEF "UseMirandaDefault" -#define LINKLIST_OPEN_WINDOW "OpenNewWindow" -#define LINKLIST_UPDATE_WINDOW "UpdateWindow" -#define LINKLIST_MOUSE_EVENT "MessageView" -#define LINKLIST_LEFT "WindowLeft" -#define LINKLIST_RIGHT "WindowRight" -#define LINKLIST_BOTTOM "WindowBottom" -#define LINKLIST_TOP "WindowTop" -#define LINKLIST_SPLITPOS "SplitterPos" -#define LINKLIST_SAVESPECIAL "SavePosSpecial" -#define LINKLIST_FIRST "FirstStartup" -#define LINKLIST_SHOW_DATE "ShowDate" -#define LINKLIST_SHOW_LINE "ShowLine" -#define LINKLIST_SHOW_TIME "ShowTime" -#define LINKLIST_SHOW_DIRECTION "ShowMessageDirection" -#define LINKLIST_SHOW_TYPE "ShowMessageType" - - -#define _mstrlen(x) (_countof(x) - 1) -#define MAKE_TXT_COL(BGCol) ((DWORD)~BGCol & 0x00FFFFFF) - -#define DM_LINKSPLITTER WM_USER+99 - -typedef struct LISTELEMENT LISTELEMENT; - -// Dialogbox Parameter -typedef struct { - MCONTACT hContact; - LISTELEMENT *listStart; - UINT findMessage; - CHARRANGE chrg; - int splitterPosNew; - int splitterPosOld; - SIZE minSize; -} DIALOGPARAM; - - -static INT_PTR LinkList_Main(WPARAM, LPARAM); -int InitOptionsDlg(WPARAM, LPARAM); -int DBUpdate(WPARAM, LPARAM); -int ExtractURI(DBEVENTINFO*, MEVENT, LISTELEMENT*); -int RemoveList(LISTELEMENT*); -int ListCount(LISTELEMENT*); - -#endif //_LINKLIST_H \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp b/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp index 018c56cae3..f24461eb23 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist_dlg.cpp @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -#include "linklist.h" +#include "stdafx.h" extern HINSTANCE hInst; extern MWindowList hWindowList; diff --git a/plugins/HistoryLinkListPlus/src/linklist_fct.cpp b/plugins/HistoryLinkListPlus/src/linklist_fct.cpp index 926bbc02ae..dcd2ddafd8 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_fct.cpp +++ b/plugins/HistoryLinkListPlus/src/linklist_fct.cpp @@ -16,7 +16,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -#include "linklist.h" +#include "stdafx.h" extern HINSTANCE hInst; extern MWindowList hWindowList; diff --git a/plugins/HistoryLinkListPlus/src/stdafx.cpp b/plugins/HistoryLinkListPlus/src/stdafx.cpp deleted file mode 100644 index 92e805d018..0000000000 --- a/plugins/HistoryLinkListPlus/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "linklist.h" \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/src/stdafx.cxx b/plugins/HistoryLinkListPlus/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/HistoryLinkListPlus/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "stdafx.h" \ No newline at end of file diff --git a/plugins/HistoryLinkListPlus/src/stdafx.h b/plugins/HistoryLinkListPlus/src/stdafx.h new file mode 100644 index 0000000000..5bf2cc5e89 --- /dev/null +++ b/plugins/HistoryLinkListPlus/src/stdafx.h @@ -0,0 +1,157 @@ +// History Linklist Plus +// Copyright (C) 2010 Thomas Wendel, gureedo +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +#pragma once + +#ifndef _LINKLIST_H +#define _LINKLIST_H + +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#include "language.h" +#include "linklist_dlg.h" +#include "resource.h" +#include "Version.h" + + +// Filter Flags +#define WLL_URL 0x01 +#define WLL_MAIL 0x02 +#define WLL_FILE 0x04 +#define WLL_IN 0x08 +#define WLL_OUT 0x10 +#define WLL_ALL (WLL_URL | WLL_MAIL | WLL_FILE | WLL_IN | WLL_OUT) +#define SLL_DEEP 0x20 + +// String length +#define LINK_MAX 1024 +#define DIR_SIZE 6 +#define TYPE_SIZE 5 +#define DATE_SIZE 11 +#define TIME_SIZE 15 + +// Link types +#define LINK_UNKNOWN 0x00 +#define LINK_URL 0x01 +#define LINK_MAIL 0x02 +#define LINK_FILE 0x03 + +// Directions +#define DIRECTION_IN 1 +#define DIRECTION_OUT 2 + + +#define FILTERTEXT 125 + +#define IN_COL_DEF 0x005050A0 +#define OUT_COL_DEF 0x00206020 +#define BG_COL_DEF 0x00EAFFFF +#define TXT_COL_DEF 0x00000000 + +struct LISTELEMENT { + BYTE direction; + BYTE type; + TCHAR date[DATE_SIZE]; + TCHAR time[TIME_SIZE]; + TCHAR link[LINK_MAX]; + MEVENT hEvent; + int linePos; + struct LISTELEMENT *nextElement; +} ; + +typedef struct { + BYTE openNewWindow; + BYTE updateWindow; + BYTE mouseEvent; + BYTE saveSpecial; + BYTE showDate; + BYTE showLine; + BYTE showTime; + BYTE showDirection; + BYTE showType; +} LISTOPTIONS; + +typedef struct { + DWORD incoming; + DWORD outgoing; + DWORD background; + DWORD text; +} MYCOLOURSET; + +#include "linklist_fct.h" + +#define LINKLIST_MODULE "HistoryLinklist" +#define LINKLIST_IN_COL "InColour" +#define LINKLIST_OUT_COL "OutColour" +#define LINKLIST_BG_COL "BGColour" +#define LINKLIST_TXT_COL "TxtColour" +#define LINKLIST_USE_DEF "UseMirandaDefault" +#define LINKLIST_OPEN_WINDOW "OpenNewWindow" +#define LINKLIST_UPDATE_WINDOW "UpdateWindow" +#define LINKLIST_MOUSE_EVENT "MessageView" +#define LINKLIST_LEFT "WindowLeft" +#define LINKLIST_RIGHT "WindowRight" +#define LINKLIST_BOTTOM "WindowBottom" +#define LINKLIST_TOP "WindowTop" +#define LINKLIST_SPLITPOS "SplitterPos" +#define LINKLIST_SAVESPECIAL "SavePosSpecial" +#define LINKLIST_FIRST "FirstStartup" +#define LINKLIST_SHOW_DATE "ShowDate" +#define LINKLIST_SHOW_LINE "ShowLine" +#define LINKLIST_SHOW_TIME "ShowTime" +#define LINKLIST_SHOW_DIRECTION "ShowMessageDirection" +#define LINKLIST_SHOW_TYPE "ShowMessageType" + + +#define _mstrlen(x) (_countof(x) - 1) +#define MAKE_TXT_COL(BGCol) ((DWORD)~BGCol & 0x00FFFFFF) + +#define DM_LINKSPLITTER WM_USER+99 + +typedef struct LISTELEMENT LISTELEMENT; + +// Dialogbox Parameter +typedef struct { + MCONTACT hContact; + LISTELEMENT *listStart; + UINT findMessage; + CHARRANGE chrg; + int splitterPosNew; + int splitterPosOld; + SIZE minSize; +} DIALOGPARAM; + + +static INT_PTR LinkList_Main(WPARAM, LPARAM); +int InitOptionsDlg(WPARAM, LPARAM); +int DBUpdate(WPARAM, LPARAM); +int ExtractURI(DBEVENTINFO*, MEVENT, LISTELEMENT*); +int RemoveList(LISTELEMENT*); +int ListCount(LISTELEMENT*); + +#endif //_LINKLIST_H \ No newline at end of file -- cgit v1.2.3