From d04b681f98b9d0358232440c9e913e92a237618a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 20 Jan 2014 16:33:32 +0000 Subject: project fix git-svn-id: http://svn.miranda-ng.org/main/trunk@7791 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../RemovePersonalSettings.ini | 247 --------------------- .../docs/RemovePersonalSettings.ini | 247 +++++++++++++++++++++ .../!NotAdopted/RemovePersonalSettings/rps.vcxproj | 103 ++++----- .../RemovePersonalSettings/rps.vcxproj.filters | 8 +- 4 files changed, 298 insertions(+), 307 deletions(-) delete mode 100644 plugins/!NotAdopted/RemovePersonalSettings/RemovePersonalSettings.ini create mode 100644 plugins/!NotAdopted/RemovePersonalSettings/docs/RemovePersonalSettings.ini (limited to 'plugins') diff --git a/plugins/!NotAdopted/RemovePersonalSettings/RemovePersonalSettings.ini b/plugins/!NotAdopted/RemovePersonalSettings/RemovePersonalSettings.ini deleted file mode 100644 index 789803de56..0000000000 --- a/plugins/!NotAdopted/RemovePersonalSettings/RemovePersonalSettings.ini +++ /dev/null @@ -1,247 +0,0 @@ -[GlobalSettings] -; Set protocol status to offline before any other action -; true or false -; default=true -SetProtocolsOffline=true - -; Remove all folders that have protocol names inside miranda folder -; true or false -; default=true -RemoveProtocolFolders=true - -; Remove all miranda users -; true or false -; default=true -RemoveAllUsers=true - -; Remove some default settings for all enabled protocols -; The name of the module has to be the same name as the name of the protocol -; These are the ones under ProtocolSettings -; true or false -; default=true -RemoveProtocolSettings=true - -; Remove all settings inside the protocol module -; (and not only the ones at ProtocolSettings) -; true or false -; default=false -RemoveWholeProtocolModule=false - -[DisabledProtocols] -; Names of protocols that are disabled, but have to has its settings deleted -; The case must be correct! -YAHOO -YAHOO1 -YAHOO2 -YAHOO3 -YAHOO4 -MSN -MSN1 -MSN2 -MSN3 -MSN4 -ICQ -ICQ1 -ICQ2 -ICQ3 -ICQ4 -GG -GG1 -GG2 -GG3 -GG4 -JABBER -JABBER1 -JABBER2 -JABBER3 -JABBER4 -JGMAIL -JGMAIL1 -JGMAIL2 -JGMAIL3 -JGMAIL4 -MEEBO -MEEBO1 -MEEBO2 -MEEBO3 -MEEBO4 -AIM -AIM1 -AIM2 -AIM3 -AIM4 -SKYPE -MYSPACE - -[ProtocolSettings] -; Settings that will be erased for all enabled protocols if RemoveProtocolSettings == true -; Names with spaces or strange chars must be surrounded by " -Password -"Nick" -LoginName -DisplayName -PNick -SN -Name -FirstName -LastName -Username -UserName -User -UID -Timezone -e-mail -Email -email -UIN -IdleTS -InfoTS -LogonTS -MemberTS -LastSyncTime -PictObject -YourHost -AvatarFile -AvatarFilename -AvatarHash -AvatarSaved -ImageURL -BirthDay -BirthMonth -BirthYear -MaritalStatus -Gender -Age -CompanyOccupation -Country -OriginCountry -Location -InfoCP -PublishPrimaryEmail -SrvAvatarID -SrvDefGroupId -SrvLastUpdate -SrvRecordCount -SrvVisibility -SrvVisibilityID -XStatusMsg -XStatusMessage -AlernativeNick -Status -ServerComboSelection -UserID -Resource -FirstRun -WebAvare -FullName -LoginName -"First Name" -"Last Name" -jid -Profile -NLProxyPort -NLProxyServer -City -Language1 -Language2 -Language3 -Past0 -IP -RealIP -State -QuitMessage -UserInfo -GenderString -GoogleToken -Override -yahoo_id -AvatarURL -AvatarInv - -[ProtocolModuleSufixes] -; Strings here will be appended to each protocol name and the module with this name -; will be deleted (the whole module) -; Names with spaces or strange chars must be surrounded by " -Groups -SrvGroups -P2P -:HotmailNotify - -[RemoveSettings] -; Settings that should be removed -; Only from hContact == NULL -; To remove a module, use ModuleName -; To remove a setting, use ModuleName/SettingName -; To remove all settings that start with a name, use * as last char -; Ex: Test/Test* -; To remove all settings that end with a name, use * as first key char -; Ex: Test/*Test -; Settings are case sensitive -; Names with spaces or strange chars must be surrounded by " -"Gmail Notifier/name" -"Gmail Notifier/pass" -POP3 -pattern -Options -ContactPhoto/File -MIMImport -*/Password -*/password -FTPFile/password -FTPFile/user -FTPFile/url -FTPFile/server -SMSPlugin -SRFile/MruDir* -SRFile/RecvFilesDirAdv -UserOnline -WebSMS-Plugin/LastNumber* -WebSMS-Plugin/LastPrefix* -"WinPopup Protocol/Nick" -"WinPopup Protocol/User" -"WinPopup Protocol/Workgroup" -NET_SEND/loging_name -Alarm/ActionFlags* -Alarm/Desc* -Alarm/Hidden* -Alarm/Occ* -Alarm/NoStartup* -Alarm/Snoozer* -Alarm/SoundNum* -Alarm/STDay* -Alarm/STHour* -Alarm/STMinute* -Alarm/STMonth* -Alarm/STSecond* -Alarm/STYear* -Alarm/Suspended* -Alarm/Title* -*/NLProxyPort -*/NLProxyServer -QuickContacts/LastSentTo -VersionInfo/UploadPassword -VersionInfo/UploadUser - -[ExecuteServices] -; Always calls passing 0 as wParam and lParam -; Names with spaces or strange chars must be surrounded by " -DB3XS/RemovePassword - -[RemoveFilesOrFolders] -; This should be names inside miranda folder -; Names with spaces or strange chars must be surrounded by " -; * and ? can be used -Avatars -"Avatars History" -Logs -"Received Files" -tabSRMM -Updates -UpdateData -UpdateBackups -yamn-accounts.pop3.*.book - -[DisablePlugins] -; Plugins dlls to be disabled -; Names with spaces or strange chars must be surrounded by " -RemovePersonalSettings.dll diff --git a/plugins/!NotAdopted/RemovePersonalSettings/docs/RemovePersonalSettings.ini b/plugins/!NotAdopted/RemovePersonalSettings/docs/RemovePersonalSettings.ini new file mode 100644 index 0000000000..789803de56 --- /dev/null +++ b/plugins/!NotAdopted/RemovePersonalSettings/docs/RemovePersonalSettings.ini @@ -0,0 +1,247 @@ +[GlobalSettings] +; Set protocol status to offline before any other action +; true or false +; default=true +SetProtocolsOffline=true + +; Remove all folders that have protocol names inside miranda folder +; true or false +; default=true +RemoveProtocolFolders=true + +; Remove all miranda users +; true or false +; default=true +RemoveAllUsers=true + +; Remove some default settings for all enabled protocols +; The name of the module has to be the same name as the name of the protocol +; These are the ones under ProtocolSettings +; true or false +; default=true +RemoveProtocolSettings=true + +; Remove all settings inside the protocol module +; (and not only the ones at ProtocolSettings) +; true or false +; default=false +RemoveWholeProtocolModule=false + +[DisabledProtocols] +; Names of protocols that are disabled, but have to has its settings deleted +; The case must be correct! +YAHOO +YAHOO1 +YAHOO2 +YAHOO3 +YAHOO4 +MSN +MSN1 +MSN2 +MSN3 +MSN4 +ICQ +ICQ1 +ICQ2 +ICQ3 +ICQ4 +GG +GG1 +GG2 +GG3 +GG4 +JABBER +JABBER1 +JABBER2 +JABBER3 +JABBER4 +JGMAIL +JGMAIL1 +JGMAIL2 +JGMAIL3 +JGMAIL4 +MEEBO +MEEBO1 +MEEBO2 +MEEBO3 +MEEBO4 +AIM +AIM1 +AIM2 +AIM3 +AIM4 +SKYPE +MYSPACE + +[ProtocolSettings] +; Settings that will be erased for all enabled protocols if RemoveProtocolSettings == true +; Names with spaces or strange chars must be surrounded by " +Password +"Nick" +LoginName +DisplayName +PNick +SN +Name +FirstName +LastName +Username +UserName +User +UID +Timezone +e-mail +Email +email +UIN +IdleTS +InfoTS +LogonTS +MemberTS +LastSyncTime +PictObject +YourHost +AvatarFile +AvatarFilename +AvatarHash +AvatarSaved +ImageURL +BirthDay +BirthMonth +BirthYear +MaritalStatus +Gender +Age +CompanyOccupation +Country +OriginCountry +Location +InfoCP +PublishPrimaryEmail +SrvAvatarID +SrvDefGroupId +SrvLastUpdate +SrvRecordCount +SrvVisibility +SrvVisibilityID +XStatusMsg +XStatusMessage +AlernativeNick +Status +ServerComboSelection +UserID +Resource +FirstRun +WebAvare +FullName +LoginName +"First Name" +"Last Name" +jid +Profile +NLProxyPort +NLProxyServer +City +Language1 +Language2 +Language3 +Past0 +IP +RealIP +State +QuitMessage +UserInfo +GenderString +GoogleToken +Override +yahoo_id +AvatarURL +AvatarInv + +[ProtocolModuleSufixes] +; Strings here will be appended to each protocol name and the module with this name +; will be deleted (the whole module) +; Names with spaces or strange chars must be surrounded by " +Groups +SrvGroups +P2P +:HotmailNotify + +[RemoveSettings] +; Settings that should be removed +; Only from hContact == NULL +; To remove a module, use ModuleName +; To remove a setting, use ModuleName/SettingName +; To remove all settings that start with a name, use * as last char +; Ex: Test/Test* +; To remove all settings that end with a name, use * as first key char +; Ex: Test/*Test +; Settings are case sensitive +; Names with spaces or strange chars must be surrounded by " +"Gmail Notifier/name" +"Gmail Notifier/pass" +POP3 +pattern +Options +ContactPhoto/File +MIMImport +*/Password +*/password +FTPFile/password +FTPFile/user +FTPFile/url +FTPFile/server +SMSPlugin +SRFile/MruDir* +SRFile/RecvFilesDirAdv +UserOnline +WebSMS-Plugin/LastNumber* +WebSMS-Plugin/LastPrefix* +"WinPopup Protocol/Nick" +"WinPopup Protocol/User" +"WinPopup Protocol/Workgroup" +NET_SEND/loging_name +Alarm/ActionFlags* +Alarm/Desc* +Alarm/Hidden* +Alarm/Occ* +Alarm/NoStartup* +Alarm/Snoozer* +Alarm/SoundNum* +Alarm/STDay* +Alarm/STHour* +Alarm/STMinute* +Alarm/STMonth* +Alarm/STSecond* +Alarm/STYear* +Alarm/Suspended* +Alarm/Title* +*/NLProxyPort +*/NLProxyServer +QuickContacts/LastSentTo +VersionInfo/UploadPassword +VersionInfo/UploadUser + +[ExecuteServices] +; Always calls passing 0 as wParam and lParam +; Names with spaces or strange chars must be surrounded by " +DB3XS/RemovePassword + +[RemoveFilesOrFolders] +; This should be names inside miranda folder +; Names with spaces or strange chars must be surrounded by " +; * and ? can be used +Avatars +"Avatars History" +Logs +"Received Files" +tabSRMM +Updates +UpdateData +UpdateBackups +yamn-accounts.pop3.*.book + +[DisablePlugins] +; Plugins dlls to be disabled +; Names with spaces or strange chars must be surrounded by " +RemovePersonalSettings.dll diff --git a/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj b/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj index 864f8d3d9a..7cd920220c 100644 --- a/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj +++ b/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj @@ -23,17 +23,20 @@ + RemovePersonalSettings DynamicLibrary false MultiByte + true DynamicLibrary false MultiByte + true DynamicLibrary @@ -66,28 +69,28 @@ - .\Debug\ - .\Debug\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ true - .\Debug\ - .\Debug\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ true - .\Release\ - .\Release\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ false - .\Release\ - .\Release\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ false - MultiThreadedDebug + MultiThreadedDebugDLL Default false Disabled @@ -96,12 +99,8 @@ true EditAndContinue ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;RPS_EXPORTS;%(PreprocessorDefinitions) - .\Debug\ + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - .\Debug\rps.pch - .\Debug\ - .\Debug\ EnableFastChecks @@ -117,22 +116,21 @@ true - .\Debug\rps.bsc true true true - Console - ../../bin/debug/plugins/RemovePersonalSettings.dll - .\Debug\RemovePersonalSettings.lib + Windows + $(IntDir)$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - ../../bin10/lib + $(ProfileDir)..\..\bin10\lib + false - MultiThreadedDebug + MultiThreadedDebugDLL Default false Disabled @@ -140,12 +138,8 @@ Level3 ProgramDatabase ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;RPS_EXPORTS;%(PreprocessorDefinitions) - .\Debug\ + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true - .\Debug\rps.pch - .\Debug\ - .\Debug\ EnableFastChecks @@ -160,34 +154,29 @@ true - .\Debug\rps.bsc true true true - Console - ../../bin/debug/plugins/RemovePersonalSettings.dll - .\Debug\RemovePersonalSettings.lib + Windows + $(IntDir)$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - ../../bin10/lib + $(ProfileDir)..\..\bin10\lib + false - MultiThreaded OnlyExplicitInline true true - MaxSpeed + Full true Level3 ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;RPS_EXPORTS;%(PreprocessorDefinitions) - .\Release\ - .\Release\rps.pch - .\Release\ - .\Release\ + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size true @@ -202,33 +191,31 @@ true - .\Release\rps.bsc true true - Console - ../../bin/release/plugins/RemovePersonalSettings.dll - .\Release\RemovePersonalSettings.lib + Windows + $(IntDir)$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - ../../bin10/lib + $(ProfileDir)..\..\bin10\lib + true + true + true + false - MultiThreaded OnlyExplicitInline true true - MaxSpeed + Full true Level3 ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;RPS_EXPORTS;%(PreprocessorDefinitions) - .\Release\ - .\Release\rps.pch - .\Release\ - .\Release\ + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size true @@ -242,29 +229,31 @@ true - .\Release\rps.bsc true true - Console - ../../bin/release/plugins/RemovePersonalSettings.dll - .\Release\RemovePersonalSettings.lib + Windows + $(IntDir)$(TargetName).lib odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - ../../bin10/lib + $(ProfileDir)..\..\bin10\lib + true + true + true + false - - Document - + + + diff --git a/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj.filters b/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj.filters index 13c73e43c8..5e7d5fa6dc 100644 --- a/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj.filters +++ b/plugins/!NotAdopted/RemovePersonalSettings/rps.vcxproj.filters @@ -18,9 +18,6 @@ - - Docs - Docs @@ -36,4 +33,9 @@ Source Files + + + Docs + + \ No newline at end of file -- cgit v1.2.3