From 41d7a127cd6628a19ce2f2eb84de4f9748a00543 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 13 Sep 2009 07:23:58 +0000 Subject: [PATCH] - Added Help menu and About box - Specified libraries used and their licenses git-svn-id: https://radegast.googlecode.com/svn/trunk@232 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- LICENSE.txt | 33 +++- Radegast/GUI/Dialogs/About.Designer.cs | 178 +++++++++++++++++ Radegast/GUI/Dialogs/About.cs | 45 +++++ Radegast/GUI/Dialogs/About.resx | 190 ++++++++++++++++++ Radegast/GUI/Dialogs/MainForm.Designer.cs | 35 +++- Radegast/GUI/Dialogs/MainForm.cs | 20 +- Radegast/GUI/Dialogs/MainForm.resx | 15 ++ Radegast/Properties/Resources.Designer.cs | 7 + Radegast/Properties/Resources.resx | 315 +++++++++++++++--------------- Radegast/Radegast.csproj | 11 ++ Radegast/RadegastBuild.cs | 2 +- Radegast/Resources/radegast_large.png | Bin 0 -> 2687 bytes TODO.txt | 7 - nini-license.txt | 23 --- sleek-license.txt | 10 - 15 files changed, 691 insertions(+), 200 deletions(-) create mode 100644 Radegast/GUI/Dialogs/About.Designer.cs create mode 100644 Radegast/GUI/Dialogs/About.cs create mode 100644 Radegast/GUI/Dialogs/About.resx create mode 100644 Radegast/Resources/radegast_large.png delete mode 100644 TODO.txt delete mode 100644 nini-license.txt delete mode 100644 sleek-license.txt diff --git a/LICENSE.txt b/LICENSE.txt index 59c0849..7dad28b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -25,4 +25,35 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Based on SLeek (BSD License) +Copyright © 2006-2008, Paul Clement (a.k.a. Delta) +All rights reserved. + +Uses AIMLBot (LGPL License) +The AIMLBot library (Program#) is a .NET implementation of the AIML standard. +© 2006 Nicholas H.Tollervey (http://ntoll.org) +http://aimlbot.sourceforge.net/ + +Uses FMOD Library (FMOD Non-commercial License) +FMOD Ex SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd. +Redistributions in binary form must follow the following rules: +* The FMOD library cannot be used for resale or other commercial distribution +* This license cannot be used for products which do not make profit but are still commercially released +* This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is +(If you want to redistribute Radegast commercially, remove fmodex.dll, fmodex*.so and fmodex*.dylib) + +Uses Ogg Vorbis codec (BSD License) +Copyright © 2002, Xiph.org Foundation + +Uses log4net (Apache 2.0 License) +Copyright © Apache Software Foundation + +Uses LSL parser from OpenSimulator project (BDS License) +Copyright © Contributors, http://opensimulator.org/ + +Uses TAO OpenGL framework (MIT License) +Copyright © 2003-2007 Tao Framework Team +http://www.taoframework.com +All rights reserved. diff --git a/Radegast/GUI/Dialogs/About.Designer.cs b/Radegast/GUI/Dialogs/About.Designer.cs new file mode 100644 index 0000000..c97b1e5 --- /dev/null +++ b/Radegast/GUI/Dialogs/About.Designer.cs @@ -0,0 +1,178 @@ +// +// Radegast Metaverse Client +// Copyright (c) 2009, Radegast Development Team +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are met: +// +// * Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// * Neither the name of the application "Radegast", nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// $Id: MainForm.cs 223 2009-09-12 04:33:49Z latifer@gmail.com $ +// +namespace Radegast +{ + partial class frmAbout + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout)); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.txtTitle = new System.Windows.Forms.Label(); + this.txtLicense = new System.Windows.Forms.TextBox(); + this.txtOtherLicenses = new System.Windows.Forms.TextBox(); + this.txtWrittenBy = new System.Windows.Forms.TextBox(); + this.btnClose = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + this.SuspendLayout(); + // + // pictureBox1 + // + this.pictureBox1.BackgroundImage = global::Radegast.Properties.Resources.radegast_large; + this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; + this.pictureBox1.InitialImage = null; + this.pictureBox1.Location = new System.Drawing.Point(12, 12); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(143, 108); + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // txtTitle + // + this.txtTitle.AutoSize = true; + this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtTitle.Location = new System.Drawing.Point(161, 12); + this.txtTitle.Name = "txtTitle"; + this.txtTitle.Size = new System.Drawing.Size(152, 20); + this.txtTitle.TabIndex = 1; + this.txtTitle.Text = "Radegast 1.9.200"; + // + // txtLicense + // + this.txtLicense.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtLicense.Location = new System.Drawing.Point(12, 125); + this.txtLicense.Multiline = true; + this.txtLicense.Name = "txtLicense"; + this.txtLicense.ReadOnly = true; + this.txtLicense.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtLicense.Size = new System.Drawing.Size(315, 113); + this.txtLicense.TabIndex = 2; + this.txtLicense.TabStop = false; + this.txtLicense.Text = resources.GetString("txtLicense.Text"); + // + // txtOtherLicenses + // + this.txtOtherLicenses.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txtOtherLicenses.Location = new System.Drawing.Point(12, 244); + this.txtOtherLicenses.Multiline = true; + this.txtOtherLicenses.Name = "txtOtherLicenses"; + this.txtOtherLicenses.ReadOnly = true; + this.txtOtherLicenses.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txtOtherLicenses.Size = new System.Drawing.Size(315, 92); + this.txtOtherLicenses.TabIndex = 3; + this.txtOtherLicenses.TabStop = false; + this.txtOtherLicenses.Text = resources.GetString("txtOtherLicenses.Text"); + // + // txtWrittenBy + // + this.txtWrittenBy.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.txtWrittenBy.Location = new System.Drawing.Point(165, 35); + this.txtWrittenBy.Multiline = true; + this.txtWrittenBy.Name = "txtWrittenBy"; + this.txtWrittenBy.ReadOnly = true; + this.txtWrittenBy.Size = new System.Drawing.Size(162, 85); + this.txtWrittenBy.TabIndex = 1; + this.txtWrittenBy.TabStop = false; + this.txtWrittenBy.Text = "Written by Latif Khalifa\r\n\r\nwith contributions from\r\n- Douglas R. Miles"; + // + // btnClose + // + this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK; + this.btnClose.Location = new System.Drawing.Point(252, 342); + this.btnClose.Name = "btnClose"; + this.btnClose.Size = new System.Drawing.Size(75, 23); + this.btnClose.TabIndex = 0; + this.btnClose.Text = "Close"; + this.btnClose.UseVisualStyleBackColor = true; + // + // frmAbout + // + this.AcceptButton = this.btnClose; + this.AutoSavePosition = true; + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.CancelButton = this.btnClose; + this.ClientSize = new System.Drawing.Size(335, 371); + this.Controls.Add(this.btnClose); + this.Controls.Add(this.txtOtherLicenses); + this.Controls.Add(this.txtWrittenBy); + this.Controls.Add(this.txtLicense); + this.Controls.Add(this.txtTitle); + this.Controls.Add(this.pictureBox1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MaximumSize = new System.Drawing.Size(351, 409); + this.MinimizeBox = false; + this.MinimumSize = new System.Drawing.Size(351, 409); + this.Name = "frmAbout"; + this.ShowInTaskbar = false; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.Text = "About Radegast"; + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Label txtTitle; + private System.Windows.Forms.TextBox txtLicense; + private System.Windows.Forms.TextBox txtOtherLicenses; + private System.Windows.Forms.TextBox txtWrittenBy; + private System.Windows.Forms.Button btnClose; + } +} \ No newline at end of file diff --git a/Radegast/GUI/Dialogs/About.cs b/Radegast/GUI/Dialogs/About.cs new file mode 100644 index 0000000..602f1e1 --- /dev/null +++ b/Radegast/GUI/Dialogs/About.cs @@ -0,0 +1,45 @@ +// +// Radegast Metaverse Client +// Copyright (c) 2009, Radegast Development Team +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are met: +// +// * Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// * Neither the name of the application "Radegast", nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// $Id: MainForm.cs 223 2009-09-12 04:33:49Z latifer@gmail.com $ +// +using System.Windows.Forms; + +namespace Radegast +{ + public partial class frmAbout : RadegastForm + { + public frmAbout(RadegastInstance instance) + : base(instance) + { + InitializeComponent(); + txtTitle.Text = Properties.Resources.RadegastTitle + "." + RadegastBuild.CurrentRev; + } + + } +} diff --git a/Radegast/GUI/Dialogs/About.resx b/Radegast/GUI/Dialogs/About.resx new file mode 100644 index 0000000..571e8e8 --- /dev/null +++ b/Radegast/GUI/Dialogs/About.resx @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Radegast Metaverse Client +Copyright © 2009, Radegast Development Team +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +* Neither the name of the application "Radegast", nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + Based on SLeek (BSD License) +Copyright © 2006-2008, Paul Clement (a.k.a. Delta) +All rights reserved. + +Uses AIMLBot (LGPL License) +The AIMLBot library (Program#) is a .NET implementation of the AIML standard. +© 2006 Nicholas H.Tollervey (http://ntoll.org) +http://aimlbot.sourceforge.net/ + +Uses FMOD Library (FMOD Non Commercial License) +FMOD Ex SoundSystem Copyright © 2005-2009 Firelight Technologies Pty, Ltd. +Redistributions in binary form must follow the following rules: +* The FMOD library cannot be used for resale or other commercial distribution +* This license cannot be used for products which do not make profit but are still commercially released +* This license cannot be used for commercial services, where the executable containing fmod is not sold, but the data is +(If you want to redistribute Radegast commercially, remove fmodex.dll, fmodex*.so and fmodex*.dylib) + +Uses Ogg Vorbis codec (BSD License) +Copyright © 2002, Xiph.org Foundation + +Uses log4net (Apache 2.0 License) +Copyright © Apache Software Foundation + +Uses LSL parser from OpenSimulator project (BDS License) +Copyright © Contributors, http://opensimulator.org/ + +Uses TAO OpenGL framework (MIT License) +Copyright © 2003-2007 Tao Framework Team +http://www.taoframework.com +All rights reserved. + + + + + AAABAAEAEBAAAAAAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAA + AAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAQAAAAHCmW8HPUFD/ygrKwcAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAB/ceQ+f/I + kf89QUP9AAAAAQAAAAHuu4dX/8iR/z1BQ/89QUP/PUFD/z1BQ/84PD1BAAAAAeu5hkn/yJH//8iR///I + kf//yJH/PUFD/z1BQ/86PkCB/8iR///Ikf89QUP/PUFD/z1BQ/89QUP/PUFD/0VGRv//yJH//8iR///I + kf//yJH//8iR/z1BQ/89QUP/PUFD///Ikf//yJH/PUFD/z1BQ/89QUP/PUFD/z1BQ/9FRkb//8iR///I + kf//yJH//8iR///Ikf89QUP/PUFD/z1BQ///yJH//8iR/z1BQ/89QUP/PUFD/z1BQ/89QUP/RUZG///I + kf//yJH//8iR///Ikf//yJH/PUFD/z1BQ/89QUP//8iR///Ikf89QUP/PUFD/z1BQ/89QUP/PUFD/0VG + Rv//yJH//8iR///Ikf//yJH//8iR/z1BQ/89QUP/PUFD///Ikf//yJH/PUFD/z1BQ/89QUP/PUFD/z1B + Q/9FRkb//8iR///Ikf//yJH//8iR///Ikf89QUP/PUFD/z1BQ//3woyR98KMkTs/QZE7P0GROz9BkZF8 + Zf+RfGX/knxl/6qNb/+qjW//qo1v//fCjJH3woyROz9BkTs/QZE7P0GRAAAAAQAAAAEAAAABAAAAAQAA + AAH/yJH//8iR//fCjv89QUP/PUFD/z1BQ/8AAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAAB/8iR///Ikf/3wo7/PUFD/z1BQ/89QUP/AAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAf/Ikf//yJH/98KO/z1BQ/89QUP/PUFD/wAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAQAAAAH/yJH//8iR//fCjv89QUP/PUFD/z1BQ/8AAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAQAAAAEAAAABAAAAAf/Ikf/3wo7/PUFD/zs/Qa8AAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA + AAEAAAABAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//w== + + + \ No newline at end of file diff --git a/Radegast/GUI/Dialogs/MainForm.Designer.cs b/Radegast/GUI/Dialogs/MainForm.Designer.cs index 503cb6d..e7a422c 100644 --- a/Radegast/GUI/Dialogs/MainForm.Designer.cs +++ b/Radegast/GUI/Dialogs/MainForm.Designer.cs @@ -113,6 +113,9 @@ namespace Radegast this.tbtnGroups = new System.Windows.Forms.ToolStripButton(); this.lblTime = new System.Windows.Forms.ToolStripLabel(); this.tbtnMedia = new System.Windows.Forms.ToolStripButton(); + this.tbtnHelp = new System.Windows.Forms.ToolStripDropDownButton(); + this.reportBugsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.aboutRadegastToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.tlblLoginName = new System.Windows.Forms.ToolStripStatusLabel(); this.tlblMoneyBalance = new System.Windows.Forms.ToolStripStatusLabel(); @@ -148,7 +151,8 @@ namespace Radegast this.tbnObjects, this.tbtnGroups, this.lblTime, - this.tbtnMedia}); + this.tbtnMedia, + this.tbtnHelp}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(738, 25); @@ -492,6 +496,32 @@ namespace Radegast this.tbtnMedia.Visible = false; this.tbtnMedia.Click += new System.EventHandler(this.tbtnMedia_Click); // + // tbtnHelp + // + this.tbtnHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; + this.tbtnHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.reportBugsToolStripMenuItem, + this.aboutRadegastToolStripMenuItem}); + this.tbtnHelp.Image = ((System.Drawing.Image)(resources.GetObject("tbtnHelp.Image"))); + this.tbtnHelp.ImageTransparentColor = System.Drawing.Color.Magenta; + this.tbtnHelp.Name = "tbtnHelp"; + this.tbtnHelp.Size = new System.Drawing.Size(45, 22); + this.tbtnHelp.Text = "Help"; + // + // reportBugsToolStripMenuItem + // + this.reportBugsToolStripMenuItem.Name = "reportBugsToolStripMenuItem"; + this.reportBugsToolStripMenuItem.Size = new System.Drawing.Size(203, 22); + this.reportBugsToolStripMenuItem.Text = "Bugs/Feature Requests..."; + this.reportBugsToolStripMenuItem.Click += new System.EventHandler(this.reportBugsToolStripMenuItem_Click); + // + // aboutRadegastToolStripMenuItem + // + this.aboutRadegastToolStripMenuItem.Name = "aboutRadegastToolStripMenuItem"; + this.aboutRadegastToolStripMenuItem.Size = new System.Drawing.Size(203, 22); + this.aboutRadegastToolStripMenuItem.Text = "About Radegast..."; + this.aboutRadegastToolStripMenuItem.Click += new System.EventHandler(this.aboutRadegastToolStripMenuItem_Click); + // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -737,6 +767,9 @@ namespace Radegast private System.Windows.Forms.ToolStripLabel lblTime; private System.Windows.Forms.Timer timerWorldClock; private System.Windows.Forms.ToolStripButton tbtnMedia; + private System.Windows.Forms.ToolStripDropDownButton tbtnHelp; + private System.Windows.Forms.ToolStripMenuItem reportBugsToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem aboutRadegastToolStripMenuItem; } } diff --git a/Radegast/GUI/Dialogs/MainForm.cs b/Radegast/GUI/Dialogs/MainForm.cs index 7ca6c3f..1e3b542 100644 --- a/Radegast/GUI/Dialogs/MainForm.cs +++ b/Radegast/GUI/Dialogs/MainForm.cs @@ -60,7 +60,7 @@ namespace Radegast public MediaConsole MediaConsole { get { return mediaConsole; } } /// - /// Drop down that contants the tools menu + /// Drop down that contains the tools menu /// public ToolStripDropDownButton ToolsMenu { @@ -68,6 +68,14 @@ namespace Radegast } /// + /// Dropdown that contains the heelp menu + /// + public ToolStripDropDownButton HelpMenu + { + get { return tbtnHelp; } + } + + /// /// Drop down that contants the plugins menu. Make sure to set it Visible if /// you add items to this menu, it's hidden by default /// @@ -934,6 +942,16 @@ namespace Radegast mediaConsole.Focus(); } + private void reportBugsToolStripMenuItem_Click(object sender, EventArgs e) + { + ProcessLink("http://jira.openmetaverse.org/browse/RAD"); + } + + private void aboutRadegastToolStripMenuItem_Click(object sender, EventArgs e) + { + (new frmAbout(instance)).ShowDialog(); + } + #endregion } } \ No newline at end of file diff --git a/Radegast/GUI/Dialogs/MainForm.resx b/Radegast/GUI/Dialogs/MainForm.resx index 453e9ca..73258a4 100644 --- a/Radegast/GUI/Dialogs/MainForm.resx +++ b/Radegast/GUI/Dialogs/MainForm.resx @@ -226,6 +226,21 @@ KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI + ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9 + HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN + rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K + TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx + oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8 + 7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI + xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX + LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd + KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC + + 116, 17 diff --git a/Radegast/Properties/Resources.Designer.cs b/Radegast/Properties/Resources.Designer.cs index 490e616..3a9f5cd 100644 --- a/Radegast/Properties/Resources.Designer.cs +++ b/Radegast/Properties/Resources.Designer.cs @@ -560,6 +560,13 @@ namespace Radegast.Properties { } } + public static System.Drawing.Bitmap radegast_large { + get { + object obj = ResourceManager.GetObject("radegast_large", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + public static System.Drawing.Bitmap radegast_main_screen2 { get { object obj = ResourceManager.GetObject("radegast_main_screen2", resourceCulture); diff --git a/Radegast/Properties/Resources.resx b/Radegast/Properties/Resources.resx index c9a5349..fbc632e 100644 --- a/Radegast/Properties/Resources.resx +++ b/Radegast/Properties/Resources.resx @@ -117,248 +117,251 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Radegast Development Team - - - ../Resources/folder-open_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/del_trans.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/arrow-up_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_socks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/cut_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/computer_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/lsl_keywords.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - ../Resources/GreenOrbFaded_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_object_multi.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/paste_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_callingcard_online.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/GreenOrb_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_skirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/delete_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_shirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/applications_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_lostandfound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/documents_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_no_voice.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/folder-closed_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_callingcard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/documents_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/copy_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_script_debug.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/applications_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/arrow-forward_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_skin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/folder-open_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Radegast 1.9 - - ../Resources/lsl_scripts_16.PNG;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_trash.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_bodypart.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/btn_stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_callingcard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_item_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_item_undershirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/add_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_item_pants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_item_callingcard_offline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/radegast-main screen2.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../Resources/inv_folder_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/GreenOrb_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_eyes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_lostandfound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_buy_currency.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/GreenOrbFaded_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_plain_closed.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_plain_open.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_no_build.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../Resources/inv_folder_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/arrow-up_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_search.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/lsl_scripts_16.PNG;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_folder_trash.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_underpants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_animation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_gloves.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_attach.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_callingcard_offline.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/folder-closed_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_callingcard_online.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Radegast Development Team - - ../Resources/inv_item_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_no_scripts.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_eyes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_hair.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/computer_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_gloves.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_hair.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/applications_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_jacket.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/paste_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_health.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../Resources/inv_item_landmark_visited.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_plain_open.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ../Resources/inv_item_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_object.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_object_multi.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_pants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/delete_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_script.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../Resources/inv_item_script_dangerous.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_shape.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_shirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_shoes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_skin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_skirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_socks.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/inv_item_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/status_no_push.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/documents_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_underpants.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/arrow-forward_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/inv_item_undershirt.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/btn_play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Radegast - - ../Resources/radegast-main screen2.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ../Resources/status_buy_currency.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_shape.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_health.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_snapshot.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_no_build.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_shoes.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../Resources/status_no_fly.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_no_push.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_clothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_no_scripts.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/cut_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_no_voice.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/applications_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_script_debug.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/documents_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/status_search.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/copy_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/lsl_keywords.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 + + ../Resources/inv_folder_landmark.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/del_trans.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_attach.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ../radegast.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_texture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/add_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_sound.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/btn_play.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_item_jacket.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ../Resources/btn_stop.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ../Resources/inv_folder_gesture.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_folder_notecard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ../Resources/inv_folder_bodypart.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\radegast_large.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + \ No newline at end of file diff --git a/Radegast/Radegast.csproj b/Radegast/Radegast.csproj index 62a6cd9..88a55f3 100644 --- a/Radegast/Radegast.csproj +++ b/Radegast/Radegast.csproj @@ -257,6 +257,12 @@ SLImageHandler.cs + + Form + + + About.cs + Form @@ -516,6 +522,10 @@ SLImageHandler.cs Designer + + About.cs + Designer + Designer DebugLog.cs @@ -1003,6 +1013,7 @@ + PreserveNewest diff --git a/Radegast/RadegastBuild.cs b/Radegast/RadegastBuild.cs index 08178c2..117f70a 100644 --- a/Radegast/RadegastBuild.cs +++ b/Radegast/RadegastBuild.cs @@ -1,5 +1,5 @@ // Autogenerated: run updatebuildnr.bat/sh to update namespace Radegast { - public static class RadegastBuild { public static int CurrentRev = 212; } + public static class RadegastBuild { public static int CurrentRev = 232; } } diff --git a/Radegast/Resources/radegast_large.png b/Radegast/Resources/radegast_large.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d5ede94e4702cc1b4988bac2390884dea0b350 GIT binary patch literal 2687 zcmd^Bi8tHX7Y|Xf)6^Ja8>TYWP^D5u?Ujf%joKQfqn03~)}|_GRad2rWl%+%SZdl7 zK|)GuR8d>gs$U6WYD-njSceqzZF|n|{QigEdFQ@+?mh3_&%K{_-#PcXx2LPTjG7Dx z1d>M~oiTuJ0i;+;64(hnb?*TsmVj|}1U(tl5CDcmgoB3z2vnad`}xd1z?LQ=0}?)Y zY;Iz1Sv&tH3dZ!iL*&=!Qr6-$R_Ua4!MD12dJ)!QS9?)|x7mWEQ-W!ekwMw<6%Mw{(I@A4vb zAJ+=ga@ygLDuk_}#7?6|({k%FWA`>6_2J}GL>+O;d^FVz6GuN<41r**wTVM{DsDm6 zmydnq;**=-q_`nxyeQk&X#oWxcdS4zO|zZqs9 zeNBm>BRzrt+Tb zpXtp`RGP{=q0pAGXgUGk(P(vZ1*IgR8!cDXn#2DQU(yvE!Kdu^Ml3LNJ@zKvA1Mu@ z-0ty%Gfj-4QT*E)6^E}X@_$JWnO|fhw5C(cD*4sGX_Kg!7!uB$=7k zGTv|paRf1ldHq*8A~;34BJh$#EWep};Dst*QmAj=Bq7b?5T<{=VFtwT$%vAMGBd|J zJ(NQ;)R_-KBT!u;xaCTzem4j~bQOC9L-HkKWf4BN#A5lk#j)tT|0`hOPf{nc-?@aE zYFS0i{FVK&H9&EQ{o(xx!6o|Ry)Z&iu=(Tsl0&3!OFD0eOiFWFEzPc$5H=4(c?6j% z7_HQp*-^P#6i$AQYyB*q!Y@@|-ZY8=7&Iw2#tJ#w1@-Hd@h4g6Q95ZtA8>OfGIG*N zaw^x=#-L-+qTP2gzx15@>bI9X3YU(tv_*VfE!JRctYHhf&Ur{vRhRz3dWaN>jzsh9 z?%IeAn14?MBZzMj+RW{TG?~5+0Dy_*F`LI(^Zvk7@~hzIA~Kq@nzJ5qY=&TenV#$1 zi>|iW`djstRSMrw@ZKnOz-7o|XlXKz^t?Dl>&umJC&3^{y^r%4T2R`zL>`?Z=&`#2 z3^0Ol-5Sh*F<|!+=B;FB@0BLR(k)G2*#OBQfTM(Q)%r@tRw2!Cw6(C$W3~!Nh49_A zKEi5FpCh8aPnh!96+LYR`C3gO)7(DD zF{slDG0$tx^&5kh#%aNI0E{nD#|@PV#^=-vtcfG*hg5-XPOJX(-GDVmttj0Tap%7Y-K^2M4TLmOd0Tcg>Z$qLE*-tmQS!IL|h3otRZPon$Kq zaF9G@keVU*mQ8~4!Z$wTzwvQ_p{$hve3$>_BVmvrI!}YwZ_T}iVt{JCpg$J(VG-JW zSYSV#;^oXXe`d$f$$~exX7{?L_qzVpR}Pp*UJ!nu9>Hrj1p^^t||#Wvk^2||d# z*NDB|-E@dI^$1RK+l{H2_xVHzI_{asDk+$=*@+Wlx5<$$vU=eXn_955If>O4HDxWf zGmGa19(XUQ+?)3s-xB>m%Z8Nj3wjm3)040~KhzuAuBgr>CuC;HfO`=i`r7_Nd%E=W zB=3w2V*yRIW2;PM5to&FOpz2Sc|Ak8kVG0kS)%=H3FppUDGa+0eZG?$zv5p_dfl0g zDs3=+`mV`CeDlN)%~-XA>kS}W^sS5P-nDZk+np&r+*r903B3U*|+y!vgPW<>o1Cl|%hUD88u7#?B z)ud7ybUu5x`l>B7|3~U)jMg@iLi6IzbcssriRqO#_d~Aj9A1#X6Ko%f|55how~(SL zNDX0x_~gJ!bmwgCFmh=zqSgFhmns>m!_~ zFKL>=Bdt3&3Pk#;;HxZCUbG{8BUzA9JsHp0VX0iqwQ!c%m9H#P47*>A8K|zp>oxKu ztoXY$E+*NiF)lTfqEm$4OIt(kT3Sd8X~k~aQuLQAyh`T^~#h#>zHG!!*;(6=>(Gkxi@&@U3_t3 zE5pRB4$N$cJm-b}Ky!MCJ4@LYTst?vF#l$xynVgGOS)xAtorb_vD59s0;`JAC$!E*^R@(fWe$g>m6X?&524b1 zn_xL4PAzFEEG+C?1!f?QC88xw)wp%&ubZM{_QbPK8DgKQRK5a+K@iHt)A@