diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 09:26:39 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-24 09:26:39 +0000 |
commit | 1e92bf5cf72665b5fec103a0a70d734340725539 (patch) | |
tree | 7f9dc318b0e18b2cd55e2604c309eb006c11f278 /plugins/TopToolBar/docs | |
parent | cd441faefd073cfd368d815f4237d7b4996a1063 (diff) |
StopSpamPlus, TipperYM, TooltipNotify, TopToolBar, TranslitSwitcher, UserGuide: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/docs')
-rw-r--r-- | plugins/TopToolBar/docs/toptoolbar-translation.txt | 40 | ||||
-rw-r--r-- | plugins/TopToolBar/docs/ttb-readme.txt | 160 |
2 files changed, 200 insertions, 0 deletions
diff --git a/plugins/TopToolBar/docs/toptoolbar-translation.txt b/plugins/TopToolBar/docs/toptoolbar-translation.txt new file mode 100644 index 0000000000..fcc295b539 --- /dev/null +++ b/plugins/TopToolBar/docs/toptoolbar-translation.txt @@ -0,0 +1,40 @@ +; Common strings that belong to many files
+;[Default]
+
+; ../../plugins/TopToolBar/InternalButtons.cpp
+;[Disable Sounds]
+;[Enable Sounds]
+;[Hide Offline Users]
+;[Show All Users]
+
+; ../../plugins/TopToolBar/main.rc
+;[Add Launch]
+;[Add Separator]
+;[Background colour:]
+;[Button Gap ]
+;[Button Height]
+;[Button Width ]
+;[Buttons Order && Visibility]
+;[Buttons order:]
+;[Del Sep/Launch Button]
+;[Name: ]
+;[Path:]
+;[Scroll with text]
+;[Selection colour:]
+;[Set]
+;[Stretch proportionally]
+;[Stretch to height]
+;[Stretch to width]
+;[Tile horizontally]
+;[Tile vertically]
+;[TopToolBar Background]
+;[Use Flat Mode]
+;[Use background bitmap]
+
+; ../../plugins/TopToolBar/toolbar.cpp
+;[Frames Services not found - plugin disabled.You need MultiWindow plugin.]
+
+; ../../plugins/TopToolBar/ttbopt.cpp
+;[Buttons]
+;[TTBBackground]
+;[TopToolBar]
diff --git a/plugins/TopToolBar/docs/ttb-readme.txt b/plugins/TopToolBar/docs/ttb-readme.txt new file mode 100644 index 0000000000..9c127d5c71 --- /dev/null +++ b/plugins/TopToolBar/docs/ttb-readme.txt @@ -0,0 +1,160 @@ +About
+-----
+
+TopToolBar
+Version 0.7.3.1
+by
+Bethoven (bethoven@mailgate.ru)
+
+Note: This plugin required MultiWindow or clist_mw plugin.
+
+Description
+-----------
+TopToolBar adds buttons in top frame for fast access
+to miranda/plugins functions.
+
+Features
+--------
+
+-Predefined buttons(Hide/Show OfflineUsers,Hide/Show Groups,On/Off Sounds)
+-Services for plugins to add/remove/modify new buttons.
+
+
+WhatsNew
+--------
+11-04-2008 v0.7.3.1
+ - ???
+17-09-2005 v0.7.3.0
+ -Fixed "new separator" bug.
+ -Less flicks on resize.
+ -Removed default bitmaps.
+
+11-09-2005 v0.7.2.0
+ -Removed default bitmaps.
+
+11-09-2005 v0.7.1.0
+ -Fixed drawing of buttons when Themes enabled.
+ -New TTBButtonV2 struct for adding buttons (icon member)
+
+26-06-2005 v0.7.0.0
+ -Supporting for miranda buton class
+ -Supporting for icolib(use with miranda buton class)
+ -Moved background options to Customize
+
+26-05-2005 v0.6.0.12
+ -Fixed show online users button.
+
+16-12-2004 v0.6.0.11
+ -User defined width and height of buttons
+ -Support loading of icons.
+
+23-09-2003 v0.6.0.9
+ -Set all bitmaps by selecting directory.
+
+09-09-2003 v0.6.0.7
+ -Fixed some bugs that may cause crash.
+
+05-05-2003 v0.6
+ -Added 2 new internal buttons Minimize and Find/Add contacts.
+ -Autowraping mode.
+ -Added separators.
+ -Added Launch buttons.
+
+31-03-2003 v0.5.0.1
+ -Added background configuration
+ -Added Button enable/ordering.
+ -You may change button bitmaps.
+ -Added two new internal buttons (MainMenu and Options).
+
+22-03-2003 v0.4.0.1
+ -Fixed runtime button removing.
+ -Fixed ownerdraw borders for buttons.
+
+11-01-2003 v0.4
+ -(dev) Changed service names to sandart look MS_ (thanks hrk).
+ -(dev) Added border drawing.
+ -Added tooltips for buttons.
+
+
+13-12-2002 v0.3
+ -Added services for add/remove additional buttons from plugins.
+ (see m_toptoolbar.h for description)
+ -Added button to quick enable/disable sounds.
+ -All buttons are synchronized. So if you check hide groups
+ from menu, button track this.
+
+
+Bitmap Names
+----------
+TopToolBar search for bitmaps in this pattern.
+Selecteddir/ButtonName_DN.bmp
+Selecteddir/ButtonName_UP.bmp
+Where ButtonName is non localised name of button.
+This chars in name '/','\','*','?','<','>',':','|','"' replaced with '_'
+
+
+Names for standart buttons:
+
+"Find_Add Contacts_DN.bmp"
+"Find_Add Contacts_UP.bmp"
+"Groups On_Off_DN.bmp"
+"Groups On_Off_UP.bmp"
+"Minimize Button_DN.bmp"
+"Minimize Button_UP.bmp"
+"Show Main Menu_DN.bmp"
+"Show Main Menu_UP.bmp"
+"Show only Online Users_DN.bmp"
+"Show only Online Users_UP.bmp"
+"Show Options Page_DN.bmp"
+"Show Options Page_UP.bmp"
+"Sounds Enable_Disable_DN.bmp"
+"Sounds Enable_Disable_UP.bmp"
+
+
+Installation
+------------
+
+Copy the TopToolBar.dll into Miranda's plugin subdirectory.
+
+
+Translation
+-----------
+[Hide Offline Users]
+[Show All Users]
+[Show Groups]
+[Hide Groups]
+[Disable Sounds]
+[Enable Sounds]
+
+
+
+
+Development
+-----------
+My radix 27d,0x1B (BET)
+My base 0x1b000000
+
+Quicksearch base 0x1b000000
+MultiWindow base 0x1b100000
+TopToolBar base 0x1b200000
+SystemStatus base 0x1b300000
+
+
+License
+-------
+
+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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
|