From a30cc711b287d245e0edc7c63e53da95c0999203 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 24 Jul 2012 06:59:45 +0000 Subject: SplashScreen, SRMM: changed folder structure git-svn-id: http://svn.miranda-ng.org/main/trunk@1151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SplashScreen/doc/splash_readme.txt | 143 ------------------- plugins/SplashScreen/doc/todo.txt | 17 --- plugins/SplashScreen/docs/splash_readme.txt | 143 +++++++++++++++++++ .../SplashScreen/docs/splashscreen-translation.txt | 26 ++++ plugins/SplashScreen/docs/todo.txt | 17 +++ plugins/SplashScreen/res/splash.rc | 152 +++++++++++++++++++++ plugins/SplashScreen/res/version.rc | 42 ++++++ plugins/SplashScreen/splashscreen-translation.txt | 26 ---- plugins/SplashScreen/splashscreen_10.vcxproj | 17 +-- .../SplashScreen/splashscreen_10.vcxproj.filters | 21 +-- plugins/SplashScreen/src/splash.rc | 152 --------------------- plugins/SplashScreen/src/version.rc | 42 ------ 12 files changed, 388 insertions(+), 410 deletions(-) delete mode 100644 plugins/SplashScreen/doc/splash_readme.txt delete mode 100644 plugins/SplashScreen/doc/todo.txt create mode 100644 plugins/SplashScreen/docs/splash_readme.txt create mode 100644 plugins/SplashScreen/docs/splashscreen-translation.txt create mode 100644 plugins/SplashScreen/docs/todo.txt create mode 100644 plugins/SplashScreen/res/splash.rc create mode 100644 plugins/SplashScreen/res/version.rc delete mode 100644 plugins/SplashScreen/splashscreen-translation.txt delete mode 100644 plugins/SplashScreen/src/splash.rc delete mode 100644 plugins/SplashScreen/src/version.rc (limited to 'plugins/SplashScreen') diff --git a/plugins/SplashScreen/doc/splash_readme.txt b/plugins/SplashScreen/doc/splash_readme.txt deleted file mode 100644 index db4d582699..0000000000 --- a/plugins/SplashScreen/doc/splash_readme.txt +++ /dev/null @@ -1,143 +0,0 @@ -Splash Screen Plugin for Miranda IM -Version 0.1.2.2 -Copyright: 2004-2007 nullbie, 2005-2010 Thief -Addons page: http://nightly.miranda.im/ -Beta site: http://nightly.miranda.im/ -Forum thread: - -REQUIREMENTS: -advaimg.dll -Get it from nigtlies: http://nightly.miranda.im/ - -NOTES: -Splashes should be in PNG format (alpha channel supported) or BMP (no alfa) -Sounds should be not broken .wav files -To enable plugin after disabling it in options you must edit plugins/splash.ini (or mirandaboot.ini) and set -"Active" param to 1 or enable splash display at options page. - -Thanks to: -nullbie, who gave me the sources and for helping with development -Faith Healer for ideas and feedback -foxter.ru for first splashes design (I really like them) -Miranda project for the greatest IM client ever :) - -Version history: - -0.1.2.2 beta -[-] Crash fix by George Hazan - -0.1.2.1 beta -[-] Fixed: wrong absolute path was used for preview -[-] Fixed: preview function completely stops working when closing splash by right click (thx m0003r) -[-] Enabled and fixed tab navigation in options -[*] Updated langpack - -0.1.2.0 beta -[!] Switched to advaimg.dll for processing pngs, png2dib is not used anymore -[+] Plugin API changes: added uuid (C64CC8E0-CF03-474A-8B11-8BD4565CC) and MIID_SPLASHSCREEN interface (91CB1E8D-C33C-43C0-BDD8-6725B070B3E0) -[+] Added an option to show Miranda version on splash (more options to be implemented) -[+] Added environment variables support (%PROFILEPATH%, %APPDATA%, etc.) -[+] Added Ini param to point to config file (aware of environment variables support, thus makes possible to use different ini-es for different profiles) -[*] Removed mp3 support (was too buggy, will reimplement eventually) -[*] When random feature is enabled file name is omitted from path when selecting a new file - -0.1.1.7 beta -[+] Experimental mp3 playback support -[-] Fix for long standing (from 0.1.1.x) 24-bit images loading issue (thx nullbie) -[-] Fix for thread hang -[-] Hopefully fixed "splash not closing" problem on some configurations -[*] Random feature searches only for valid extensions - bmp and png -[*] Redesigned options page a bit -[*] Langpack changes -[*] Alot of other changes, reorganizations and fixes - -0.1.1.6 beta -[-] Fixed "Display time" option. Now should be really working. If you want splash to be closed after Miranda fully loaded set it to 0 -[-] Fixed: sometimes splash wasn't autoclosed with TimeToShow = 0 -[*] Display time option can accept values up to 20000 mseconds -[*] Dinamically linked build is removed from archive to avoid cluttering of miranda root folder when using Updater. -[*] Code cleanup - -0.1.1.5 beta -[+] Updater support for betas (don't forget to enable "Use beta?" option in Updater settings) -[+] Dinamically linked build (you'll need MSVCR71.dll to run it) -[-] Another workaraund for crash when opening options due to regression -[-] Fix for the "Play sound" check -[*] A small change to options page -[*] Langpack addition - -0.1.1.4 beta -[+] Option to scan a folder and select random file for display -[+] Added a service (see m_splash.h for details) (thx MiCHi for inspiration) -[-] Fix: the Apply button was enabled every time options were opened with SplashScreen page -[*] Added third state to PlaySound checkbox in options. Means not to follow global sound state -[*] Reduced dll size due to switch to VS2003 -[-] Some other minor fixes - -0.1.1.2 -[*] ini file removed from archive, it will be created automatically on startup if not exists -[-] Version bump in order to fix wrong updater notifications in previous version (sorry for that) -[!] Known issue: won't load non 32-bit splash image - -0.1.1.1 -[-] A little fix for options page - -0.1.1.0 -[!] Switched to png2dib (v0.1.3.x or later) for png processing (Faith Healer wins ;P). Imgdecoder no longer needed. -[-] Fixed inability to use absolute path(s) -[+] Options to control Display time and Fade in/out (somewhat temporary solution) -[*] Translation additions. - -0.1.0.6 (not published) -[+] When sounds disabled in miranda disable it in splash screen (thx +eRRikon for suggestion) - -0.1.0.5 -[*] Renamed dll into AdvSlashScreen to increase loading priority on NTFS file systems -[+] New ini option: TimeToShow, defines time (in msecs) how long splash should stay on screen -[+] Added ability to play sound -[+] URL to File Listing page of plugin -[+] Can use mirandaboot.ini as config (if splash.ini not found) -[*] Little cleanup: splash.ini goes into /plugins, /splash into root dir (default locations) -[-] Changing fading setings at options page directly affect preview -[*] Now fadeouts when closed via leftclick - -0.1.0.4 -[!] First release on FL -[+] Options to enable fade in/out -[*] Splash preview disappears after 2 secs (thx nullbie) -[*] OpenFile dialog now uses last used folder as initial -[+] DisableAfterStartup param in ini - allows to disable splash after first run, later it can be activated again in options -[+] Option to control plugin activity - -0.1.0.3 -[+] Preview button in options (rightclick to hide splash) - -0.1.0.2 -[+] Options page added -[*] Using config instead of hardly coded values -[-] Workaround for crash when plug is disabled and opening options dialog - -0.1.0.1 -[+] Win 9x "alfa channel" trick -[+] Rightclick dismisses splash - -0.1.0.0 -[!] First beta release - -CONTACT: -send your comments, suggestions, bugreports and feature requests here: turyak@gmail.com -or PM me on Miranda forums. - -This plugin 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/plugins/SplashScreen/doc/todo.txt b/plugins/SplashScreen/doc/todo.txt deleted file mode 100644 index f059b805e4..0000000000 --- a/plugins/SplashScreen/doc/todo.txt +++ /dev/null @@ -1,17 +0,0 @@ -TODO List: - -- merge code from advsplash -- fading in/out time -- more formats -- more version string options, font color and size - -Done: -- add a splash service [done] -- add random feature [done] -- add splash display time option [done] -- make interface to display time param [done] -- fix absolute path issue [done] -- cleanup folders/settings a bit [done] -- fadeout if rightclicked (and maybe left too) [done] -- when changing options affect them on preview [done] -- switch to png2dib for image processing [done] \ No newline at end of file diff --git a/plugins/SplashScreen/docs/splash_readme.txt b/plugins/SplashScreen/docs/splash_readme.txt new file mode 100644 index 0000000000..db4d582699 --- /dev/null +++ b/plugins/SplashScreen/docs/splash_readme.txt @@ -0,0 +1,143 @@ +Splash Screen Plugin for Miranda IM +Version 0.1.2.2 +Copyright: 2004-2007 nullbie, 2005-2010 Thief +Addons page: http://nightly.miranda.im/ +Beta site: http://nightly.miranda.im/ +Forum thread: + +REQUIREMENTS: +advaimg.dll +Get it from nigtlies: http://nightly.miranda.im/ + +NOTES: +Splashes should be in PNG format (alpha channel supported) or BMP (no alfa) +Sounds should be not broken .wav files +To enable plugin after disabling it in options you must edit plugins/splash.ini (or mirandaboot.ini) and set +"Active" param to 1 or enable splash display at options page. + +Thanks to: +nullbie, who gave me the sources and for helping with development +Faith Healer for ideas and feedback +foxter.ru for first splashes design (I really like them) +Miranda project for the greatest IM client ever :) + +Version history: + +0.1.2.2 beta +[-] Crash fix by George Hazan + +0.1.2.1 beta +[-] Fixed: wrong absolute path was used for preview +[-] Fixed: preview function completely stops working when closing splash by right click (thx m0003r) +[-] Enabled and fixed tab navigation in options +[*] Updated langpack + +0.1.2.0 beta +[!] Switched to advaimg.dll for processing pngs, png2dib is not used anymore +[+] Plugin API changes: added uuid (C64CC8E0-CF03-474A-8B11-8BD4565CC) and MIID_SPLASHSCREEN interface (91CB1E8D-C33C-43C0-BDD8-6725B070B3E0) +[+] Added an option to show Miranda version on splash (more options to be implemented) +[+] Added environment variables support (%PROFILEPATH%, %APPDATA%, etc.) +[+] Added Ini param to point to config file (aware of environment variables support, thus makes possible to use different ini-es for different profiles) +[*] Removed mp3 support (was too buggy, will reimplement eventually) +[*] When random feature is enabled file name is omitted from path when selecting a new file + +0.1.1.7 beta +[+] Experimental mp3 playback support +[-] Fix for long standing (from 0.1.1.x) 24-bit images loading issue (thx nullbie) +[-] Fix for thread hang +[-] Hopefully fixed "splash not closing" problem on some configurations +[*] Random feature searches only for valid extensions - bmp and png +[*] Redesigned options page a bit +[*] Langpack changes +[*] Alot of other changes, reorganizations and fixes + +0.1.1.6 beta +[-] Fixed "Display time" option. Now should be really working. If you want splash to be closed after Miranda fully loaded set it to 0 +[-] Fixed: sometimes splash wasn't autoclosed with TimeToShow = 0 +[*] Display time option can accept values up to 20000 mseconds +[*] Dinamically linked build is removed from archive to avoid cluttering of miranda root folder when using Updater. +[*] Code cleanup + +0.1.1.5 beta +[+] Updater support for betas (don't forget to enable "Use beta?" option in Updater settings) +[+] Dinamically linked build (you'll need MSVCR71.dll to run it) +[-] Another workaraund for crash when opening options due to regression +[-] Fix for the "Play sound" check +[*] A small change to options page +[*] Langpack addition + +0.1.1.4 beta +[+] Option to scan a folder and select random file for display +[+] Added a service (see m_splash.h for details) (thx MiCHi for inspiration) +[-] Fix: the Apply button was enabled every time options were opened with SplashScreen page +[*] Added third state to PlaySound checkbox in options. Means not to follow global sound state +[*] Reduced dll size due to switch to VS2003 +[-] Some other minor fixes + +0.1.1.2 +[*] ini file removed from archive, it will be created automatically on startup if not exists +[-] Version bump in order to fix wrong updater notifications in previous version (sorry for that) +[!] Known issue: won't load non 32-bit splash image + +0.1.1.1 +[-] A little fix for options page + +0.1.1.0 +[!] Switched to png2dib (v0.1.3.x or later) for png processing (Faith Healer wins ;P). Imgdecoder no longer needed. +[-] Fixed inability to use absolute path(s) +[+] Options to control Display time and Fade in/out (somewhat temporary solution) +[*] Translation additions. + +0.1.0.6 (not published) +[+] When sounds disabled in miranda disable it in splash screen (thx +eRRikon for suggestion) + +0.1.0.5 +[*] Renamed dll into AdvSlashScreen to increase loading priority on NTFS file systems +[+] New ini option: TimeToShow, defines time (in msecs) how long splash should stay on screen +[+] Added ability to play sound +[+] URL to File Listing page of plugin +[+] Can use mirandaboot.ini as config (if splash.ini not found) +[*] Little cleanup: splash.ini goes into /plugins, /splash into root dir (default locations) +[-] Changing fading setings at options page directly affect preview +[*] Now fadeouts when closed via leftclick + +0.1.0.4 +[!] First release on FL +[+] Options to enable fade in/out +[*] Splash preview disappears after 2 secs (thx nullbie) +[*] OpenFile dialog now uses last used folder as initial +[+] DisableAfterStartup param in ini - allows to disable splash after first run, later it can be activated again in options +[+] Option to control plugin activity + +0.1.0.3 +[+] Preview button in options (rightclick to hide splash) + +0.1.0.2 +[+] Options page added +[*] Using config instead of hardly coded values +[-] Workaround for crash when plug is disabled and opening options dialog + +0.1.0.1 +[+] Win 9x "alfa channel" trick +[+] Rightclick dismisses splash + +0.1.0.0 +[!] First beta release + +CONTACT: +send your comments, suggestions, bugreports and feature requests here: turyak@gmail.com +or PM me on Miranda forums. + +This plugin 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/plugins/SplashScreen/docs/splashscreen-translation.txt b/plugins/SplashScreen/docs/splashscreen-translation.txt new file mode 100644 index 0000000000..43262cd1d4 --- /dev/null +++ b/plugins/SplashScreen/docs/splashscreen-translation.txt @@ -0,0 +1,26 @@ +; Common strings that belong to many files +;[] + +; ../../plugins/SplashScreen/src/options.cpp +;[Graphic files] +;[Skins] +;[Sound Files] +;[Splash Screen] + +; ../../plugins/SplashScreen/src/splash.rc +;[Advaimg library not found. Please get it from nigtlies to be able to use images.] +;[Appearance] +;[Display time:] +;[Enable] +;[Fade in:] +;[Fade out:] +;[Loop sound] +;[Play sound] +;[Prefix:] +;[Preview...] +;[Show Miranda Version] +;[Show random splash] +;[Show splash] +;[Splash Options] +;[msec] +;[steps] diff --git a/plugins/SplashScreen/docs/todo.txt b/plugins/SplashScreen/docs/todo.txt new file mode 100644 index 0000000000..f059b805e4 --- /dev/null +++ b/plugins/SplashScreen/docs/todo.txt @@ -0,0 +1,17 @@ +TODO List: + +- merge code from advsplash +- fading in/out time +- more formats +- more version string options, font color and size + +Done: +- add a splash service [done] +- add random feature [done] +- add splash display time option [done] +- make interface to display time param [done] +- fix absolute path issue [done] +- cleanup folders/settings a bit [done] +- fadeout if rightclicked (and maybe left too) [done] +- when changing options affect them on preview [done] +- switch to png2dib for image processing [done] \ No newline at end of file diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc new file mode 100644 index 0000000000..262d4e1e9c --- /dev/null +++ b/plugins/SplashScreen/res/splash.rc @@ -0,0 +1,152 @@ +//Microsoft Developer Studio generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Neutral resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#pragma code_page(1251) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO MOVEABLE PURE +BEGIN + IDD_SPLASH_OPT, DIALOG + BEGIN + RIGHTMARGIN, 307 + VERTGUIDE, 32 + VERTGUIDE, 39 + VERTGUIDE, 58 + VERTGUIDE, 101 + VERTGUIDE, 130 + VERTGUIDE, 172 + HORZGUIDE, 119 + HORZGUIDE, 136 + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_SPLASH_OPT DIALOGEX 0, 0, 314, 240 +STYLE DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg" +BEGIN + GROUPBOX "Splash Options",IDC_STATIC,20,7,275,81 + CONTROL "Show splash",IDC_ACTIVE,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,58,26,64,10 + CONTROL "Show random splash",IDC_RANDOM,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,130,26,163,10 + EDITTEXT IDC_SPLASHPATH,69,39,145,13,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_CHOOSESPLASH,222,40,22,11 + CONTROL "Play sound",IDC_PLAYSND,"Button",BS_AUTO3STATE | + WS_TABSTOP,58,55,64,10 + CONTROL "Loop sound",IDC_LOOPSOUND,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,130,55,137,10 + EDITTEXT IDC_SNDPATH,69,67,145,13,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_CHOOSESND,222,68,22,11 + GROUPBOX "Show Miranda Version",IDC_STATIC,20,90,275,42 + CONTROL "Enable",IDC_SHOWVERSION,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,39,109,63,8 + LTEXT "Prefix:",IDC_STATIC,130,108,42,10 + EDITTEXT IDC_VERSIONPREFIX,180,106,85,13,ES_AUTOHSCROLL + GROUPBOX "Appearance",IDC_STATIC,20,135,275,72 + LTEXT "Display time:",IDC_STATIC,40,150,77,8 + EDITTEXT IDC_SHOWTIME,130,149,39,12,ES_AUTOHSCROLL | ES_NUMBER + CONTROL "",IDC_ST_SPIN,"msctls_updown32",UDS_SETBUDDYINT | + UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | + UDS_NOTHOUSANDS,171,149,10,10 + LTEXT "msec",IDC_STATIC,175,150,95,9 + CONTROL "Fade in:",IDC_FADEIN,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,39,169,80,8 + EDITTEXT IDC_FISTEP,130,168,39,12,ES_AUTOHSCROLL + CONTROL "",IDC_FI_SPIN,"msctls_updown32",UDS_SETBUDDYINT | + UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,170,167, + 10,10 + LTEXT "steps",IDC_STATIC,176,169,95,9 + CONTROL "Fade out:",IDC_FADEOUT,"Button",BS_AUTOCHECKBOX | + WS_TABSTOP,39,188,82,8 + EDITTEXT IDC_FOSTEP,130,186,39,12,ES_AUTOHSCROLL + CONTROL "",IDC_FO_SPIN,"msctls_updown32",UDS_SETBUDDYINT | + UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,173,186, + 10,10 + LTEXT "steps",IDC_STATIC,176,187,95,9 + LTEXT "Advaimg library not found. Please get it from nigtlies to be able to use images.", + IDC_PNG2DIBWARN,24,210,185,17,NOT WS_VISIBLE + PUSHBUTTON "Preview...",IDC_PREVIEW,218,211,75,19 +END + +#endif // Neutral resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// Unknown language: 0x22, 0x1 resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR) +#ifdef _WIN32 +LANGUAGE 0x22, 0x1 +#pragma code_page(1251) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE MOVEABLE PURE +BEGIN + "..\\src\\resource.h\0" +END + +3 TEXTINCLUDE MOVEABLE PURE +BEGIN + "\r\n" +END + +2 TEXTINCLUDE MOVEABLE PURE +BEGIN + "#include ""afxres.h""\r\n" +END + +#endif // APSTUDIO_INVOKED + +#endif // Unknown language: 0x22, 0x1 resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/SplashScreen/res/version.rc b/plugins/SplashScreen/res/version.rc new file mode 100644 index 0000000000..d741488c4f --- /dev/null +++ b/plugins/SplashScreen/res/version.rc @@ -0,0 +1,42 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/SplashScreen/splashscreen-translation.txt b/plugins/SplashScreen/splashscreen-translation.txt deleted file mode 100644 index 43262cd1d4..0000000000 --- a/plugins/SplashScreen/splashscreen-translation.txt +++ /dev/null @@ -1,26 +0,0 @@ -; Common strings that belong to many files -;[] - -; ../../plugins/SplashScreen/src/options.cpp -;[Graphic files] -;[Skins] -;[Sound Files] -;[Splash Screen] - -; ../../plugins/SplashScreen/src/splash.rc -;[Advaimg library not found. Please get it from nigtlies to be able to use images.] -;[Appearance] -;[Display time:] -;[Enable] -;[Fade in:] -;[Fade out:] -;[Loop sound] -;[Play sound] -;[Prefix:] -;[Preview...] -;[Show Miranda Version] -;[Show random splash] -;[Show splash] -;[Splash Options] -;[msec] -;[steps] diff --git a/plugins/SplashScreen/splashscreen_10.vcxproj b/plugins/SplashScreen/splashscreen_10.vcxproj index b6959031dd..717738031d 100644 --- a/plugins/SplashScreen/splashscreen_10.vcxproj +++ b/plugins/SplashScreen/splashscreen_10.vcxproj @@ -76,7 +76,7 @@ Size true ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 @@ -104,7 +104,7 @@ Size true ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true true Level3 @@ -129,7 +129,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -154,7 +154,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;SPLASH_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 @@ -188,13 +188,8 @@ - - - - - - - + + diff --git a/plugins/SplashScreen/splashscreen_10.vcxproj.filters b/plugins/SplashScreen/splashscreen_10.vcxproj.filters index ac66bfde36..1328973588 100644 --- a/plugins/SplashScreen/splashscreen_10.vcxproj.filters +++ b/plugins/SplashScreen/splashscreen_10.vcxproj.filters @@ -13,12 +13,6 @@ {4cf2f797-4e6e-41e0-9836-39dbe0da6295} ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - {3457019d-5df6-405d-82d6-4a50c482396a} - - - {2bc381f4-bd10-4393-9bdd-e2a1ecc95d8d} - @@ -55,22 +49,11 @@ - + Resource Files - + Resource Files - - - Docs - - - Docs - - - Docs - - \ No newline at end of file diff --git a/plugins/SplashScreen/src/splash.rc b/plugins/SplashScreen/src/splash.rc deleted file mode 100644 index b71eb0a2fd..0000000000 --- a/plugins/SplashScreen/src/splash.rc +++ /dev/null @@ -1,152 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "afxres.h" - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// Neutral resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) -#ifdef _WIN32 -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#pragma code_page(1251) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// DESIGNINFO -// - -#ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO MOVEABLE PURE -BEGIN - IDD_SPLASH_OPT, DIALOG - BEGIN - RIGHTMARGIN, 307 - VERTGUIDE, 32 - VERTGUIDE, 39 - VERTGUIDE, 58 - VERTGUIDE, 101 - VERTGUIDE, 130 - VERTGUIDE, 172 - HORZGUIDE, 119 - HORZGUIDE, 136 - END -END -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Dialog -// - -IDD_SPLASH_OPT DIALOGEX 0, 0, 314, 240 -STYLE DS_FIXEDSYS | WS_CHILD -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" -BEGIN - GROUPBOX "Splash Options",IDC_STATIC,20,7,275,81 - CONTROL "Show splash",IDC_ACTIVE,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,58,26,64,10 - CONTROL "Show random splash",IDC_RANDOM,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,130,26,163,10 - EDITTEXT IDC_SPLASHPATH,69,39,145,13,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_CHOOSESPLASH,222,40,22,11 - CONTROL "Play sound",IDC_PLAYSND,"Button",BS_AUTO3STATE | - WS_TABSTOP,58,55,64,10 - CONTROL "Loop sound",IDC_LOOPSOUND,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,130,55,137,10 - EDITTEXT IDC_SNDPATH,69,67,145,13,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_CHOOSESND,222,68,22,11 - GROUPBOX "Show Miranda Version",IDC_STATIC,20,90,275,42 - CONTROL "Enable",IDC_SHOWVERSION,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,39,109,63,8 - LTEXT "Prefix:",IDC_STATIC,130,108,42,10 - EDITTEXT IDC_VERSIONPREFIX,180,106,85,13,ES_AUTOHSCROLL - GROUPBOX "Appearance",IDC_STATIC,20,135,275,72 - LTEXT "Display time:",IDC_STATIC,40,150,77,8 - EDITTEXT IDC_SHOWTIME,130,149,39,12,ES_AUTOHSCROLL | ES_NUMBER - CONTROL "",IDC_ST_SPIN,"msctls_updown32",UDS_SETBUDDYINT | - UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | - UDS_NOTHOUSANDS,171,149,10,10 - LTEXT "msec",IDC_STATIC,175,150,95,9 - CONTROL "Fade in:",IDC_FADEIN,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,39,169,80,8 - EDITTEXT IDC_FISTEP,130,168,39,12,ES_AUTOHSCROLL - CONTROL "",IDC_FI_SPIN,"msctls_updown32",UDS_SETBUDDYINT | - UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,170,167, - 10,10 - LTEXT "steps",IDC_STATIC,176,169,95,9 - CONTROL "Fade out:",IDC_FADEOUT,"Button",BS_AUTOCHECKBOX | - WS_TABSTOP,39,188,82,8 - EDITTEXT IDC_FOSTEP,130,186,39,12,ES_AUTOHSCROLL - CONTROL "",IDC_FO_SPIN,"msctls_updown32",UDS_SETBUDDYINT | - UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,173,186, - 10,10 - LTEXT "steps",IDC_STATIC,176,187,95,9 - LTEXT "Advaimg library not found. Please get it from nigtlies to be able to use images.", - IDC_PNG2DIBWARN,24,210,185,17,NOT WS_VISIBLE - PUSHBUTTON "Preview...",IDC_PREVIEW,218,211,75,19 -END - -#endif // Neutral resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// Unknown language: 0x22, 0x1 resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR) -#ifdef _WIN32 -LANGUAGE 0x22, 0x1 -#pragma code_page(1251) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE MOVEABLE PURE -BEGIN - "resource.h\0" -END - -3 TEXTINCLUDE MOVEABLE PURE -BEGIN - "\r\n" -END - -2 TEXTINCLUDE MOVEABLE PURE -BEGIN - "#include ""afxres.h""\r\n" -END - -#endif // APSTUDIO_INVOKED - -#endif // Unknown language: 0x22, 0x1 resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - diff --git a/plugins/SplashScreen/src/version.rc b/plugins/SplashScreen/src/version.rc deleted file mode 100644 index d1da5e8d6a..0000000000 --- a/plugins/SplashScreen/src/version.rc +++ /dev/null @@ -1,42 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#ifdef APSTUDIO_INVOKED -#error this file is not editable by Microsoft Visual C++ -#endif //APSTUDIO_INVOKED - -#include "afxres.h" -#include "version.h" - -#ifdef _WIN32 -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#endif //_WIN32 - -VS_VERSION_INFO VERSIONINFO - FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION __FILEVERSION_STRING - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x0L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "FileDescription", __DESCRIPTION - VALUE "InternalName", __PLUGIN_NAME - VALUE "LegalCopyright", __COPYRIGHT - VALUE "OriginalFilename", __FILENAME - VALUE "ProductName", __PLUGIN_NAME - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END -- cgit v1.2.3