OSDN Git Service

radegast/radegast.git
14 years agoFixing dependencies
Latif Khalifa [Wed, 7 Oct 2009 10:46:03 +0000 (10:46 +0000)]
Fixing dependencies

git-svn-id: https://radegast.googlecode.com/svn/trunk@330 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved OpenmetaverseCore from the manual build files too.
Latif Khalifa [Wed, 7 Oct 2009 10:38:48 +0000 (10:38 +0000)]
Removed OpenmetaverseCore from the manual build files too.

git-svn-id: https://radegast.googlecode.com/svn/trunk@329 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRadegast.Plugin.Alice needed to copy AIMLbot.dll
Douglas R. Miles [Wed, 7 Oct 2009 07:27:12 +0000 (07:27 +0000)]
Radegast.Plugin.Alice needed to copy AIMLbot.dll

git-svn-id: https://radegast.googlecode.com/svn/trunk@328 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoPrebuild stuff - fixed all three build scenarios this time: nant/msbuild/visualstudio2008
Douglas R. Miles [Wed, 7 Oct 2009 07:11:10 +0000 (07:11 +0000)]
Prebuild stuff - fixed all three build scenarios this time: nant/msbuild/visualstudio2008
runprebuild2008.bat -  VS2008/.NET Build .. will create the ./bin directory if deleted (for super clean builds)
runprebuild.sh Linux - removed /target vs2008 the MonoDev files work just fine.. besides, the paths it creates are unworkable in VisualStudio
prebuild.xml HttpServer needed to be at least frameworkVersion="v3_5" to compile in VS2008
fmodex.dll (c++ part) is now part of the output content of build

git-svn-id: https://radegast.googlecode.com/svn/trunk@327 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoLibOMV removed OpenMetaverseCore (this merged ClientHelpers back into Helpers class)
Douglas R. Miles [Wed, 7 Oct 2009 06:20:28 +0000 (06:20 +0000)]
LibOMV removed OpenMetaverseCore (this merged ClientHelpers back into Helpers class)
 = Prebuild system updated accordingly
 = Also in the two Prim(De)Serializer files just used:
      using ClientHelpers = OpenMetaverse.Helpers;
    for code simplicity for those using prebuilt libOMV Dlls for now.

git-svn-id: https://radegast.googlecode.com/svn/trunk@326 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDifferent path, no openjpeg and mark as executable
Latif Khalifa [Wed, 7 Oct 2009 03:50:34 +0000 (03:50 +0000)]
Different path, no openjpeg and mark as executable

git-svn-id: https://radegast.googlecode.com/svn/trunk@325 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoInitial Check-in of Prebuild(XML) system for Radegast
Douglas R. Miles [Wed, 7 Oct 2009 03:21:46 +0000 (03:21 +0000)]
Initial Check-in of Prebuild(XML) system for Radegast

git-svn-id: https://radegast.googlecode.com/svn/trunk@324 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMade all designer generated controls public.
Latif Khalifa [Wed, 7 Oct 2009 01:08:34 +0000 (01:08 +0000)]
Made all designer generated controls public.

git-svn-id: https://radegast.googlecode.com/svn/trunk@323 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoUpdate friends list on accept/decline new friendship offers, just in case online...
Latif Khalifa [Wed, 7 Oct 2009 00:43:54 +0000 (00:43 +0000)]
Update friends list on accept/decline new friendship offers, just in case online notification does not come...

git-svn-id: https://radegast.googlecode.com/svn/trunk@322 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMake all controls public... more to come
Latif Khalifa [Tue, 6 Oct 2009 23:47:09 +0000 (23:47 +0000)]
Make all controls public... more to come

git-svn-id: https://radegast.googlecode.com/svn/trunk@321 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoGet rid of timer that refreshes friends list, we handle all notifications anyway.
Latif Khalifa [Tue, 6 Oct 2009 23:26:19 +0000 (23:26 +0000)]
Get rid of timer that refreshes friends list, we handle all notifications anyway.

git-svn-id: https://radegast.googlecode.com/svn/trunk@320 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoListBox has a problem with null named items.. this returns String.Empty when null;
Douglas R. Miles [Tue, 6 Oct 2009 23:17:43 +0000 (23:17 +0000)]
ListBox has a problem with null named items.. this returns String.Empty when null;

git-svn-id: https://radegast.googlecode.com/svn/trunk@319 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoCall base constructor to properly initialize the control
Latif Khalifa [Tue, 6 Oct 2009 22:49:06 +0000 (22:49 +0000)]
Call base constructor to properly initialize the control

git-svn-id: https://radegast.googlecode.com/svn/trunk@318 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoOnly one Refresh at a time for FriendsConsole
Douglas R. Miles [Tue, 6 Oct 2009 22:16:51 +0000 (22:16 +0000)]
Only one Refresh at a time for FriendsConsole

git-svn-id: https://radegast.googlecode.com/svn/trunk@317 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoUpdate the build number in preparation for 1.9 release.
Latif Khalifa [Tue, 6 Oct 2009 14:43:36 +0000 (14:43 +0000)]
Update the build number in preparation for 1.9 release.

git-svn-id: https://radegast.googlecode.com/svn/trunk@316 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMade media into a tab.
Latif Khalifa [Tue, 6 Oct 2009 14:14:50 +0000 (14:14 +0000)]
Made media into a tab.

git-svn-id: https://radegast.googlecode.com/svn/trunk@311 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-36: Finish adding ability to check for newer versions
Latif Khalifa [Tue, 6 Oct 2009 13:51:21 +0000 (13:51 +0000)]
RAD-36: Finish adding ability to check for newer versions

git-svn-id: https://radegast.googlecode.com/svn/trunk@310 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-9: Make sure we only open one instance of user and group profiles.
Latif Khalifa [Tue, 6 Oct 2009 13:04:12 +0000 (13:04 +0000)]
RAD-9: Make sure we only open one instance of user and group profiles.
Remember group window position

git-svn-id: https://radegast.googlecode.com/svn/trunk@309 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemember the size and position of profile window.
Latif Khalifa [Tue, 6 Oct 2009 11:56:53 +0000 (11:56 +0000)]
Remember the size and position of profile window.

git-svn-id: https://radegast.googlecode.com/svn/trunk@308 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-30: Can not select a Friend by typing leading characters
Latif Khalifa [Tue, 6 Oct 2009 11:46:01 +0000 (11:46 +0000)]
RAD-30: Can not select a Friend by typing leading characters

git-svn-id: https://radegast.googlecode.com/svn/trunk@307 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoHide pick details if controls if there are no picks
Latif Khalifa [Tue, 6 Oct 2009 11:04:32 +0000 (11:04 +0000)]
Hide pick details if controls if there are no picks

git-svn-id: https://radegast.googlecode.com/svn/trunk@306 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-44: Added ability to see profile picks
Latif Khalifa [Tue, 6 Oct 2009 10:43:15 +0000 (10:43 +0000)]
RAD-44: Added ability to see profile picks

git-svn-id: https://radegast.googlecode.com/svn/trunk@305 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoWorkaround for closing already existing tabs.
Latif Khalifa [Mon, 5 Oct 2009 20:37:56 +0000 (20:37 +0000)]
Workaround for closing already existing tabs.

git-svn-id: https://radegast.googlecode.com/svn/trunk@304 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoESD seems to be causing the least amount of trouble on linux
Latif Khalifa [Mon, 5 Oct 2009 12:35:50 +0000 (12:35 +0000)]
ESD seems to be causing the least amount of trouble on linux

git-svn-id: https://radegast.googlecode.com/svn/trunk@303 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-43: Differentiate color of chat coming from objects using llOwnerSay()
Latif Khalifa [Mon, 5 Oct 2009 11:17:37 +0000 (11:17 +0000)]
RAD-43: Differentiate color of chat coming from objects using llOwnerSay()

git-svn-id: https://radegast.googlecode.com/svn/trunk@302 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDisable handling of thread exceptions for now unless HANDLE_THREAD_EXCEPTIONS is...
Latif Khalifa [Mon, 5 Oct 2009 09:44:18 +0000 (09:44 +0000)]
Disable handling of thread exceptions for now unless HANDLE_THREAD_EXCEPTIONS is defined.
Increase the throttle to 5 mbps, in preparation of change to libomv throttle limit changes.

git-svn-id: https://radegast.googlecode.com/svn/trunk@301 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-41 Preferences setting to switch off/on friend online notifications
Latif Khalifa [Mon, 5 Oct 2009 09:29:46 +0000 (09:29 +0000)]
RAD-41 Preferences setting to switch off/on friend online notifications

git-svn-id: https://radegast.googlecode.com/svn/trunk@300 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-42 (time stamp is sometimes highlight in black.)
Latif Khalifa [Mon, 5 Oct 2009 09:09:01 +0000 (09:09 +0000)]
RAD-42 (time stamp is sometimes highlight in black.)
- Make sure we are printing only one line at the time

git-svn-id: https://radegast.googlecode.com/svn/trunk@299 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFixed the mistake of trying to construct interfaces (only construct classes in ScanAn...
Douglas R. Miles [Sun, 4 Oct 2009 05:28:28 +0000 (05:28 +0000)]
Fixed the mistake of trying to construct interfaces (only construct classes in ScanAndLoadPlugins)
ScanAndLoadPlugins starts in RadegastInstance constructor as lkalif first suggested a few commits ago - then the StartPlugins happens during mainForm_Load as dmiles suggested.

git-svn-id: https://radegast.googlecode.com/svn/trunk@298 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-40: Typo: (no trasnfer), patch by Marcus Llewellyn
Latif Khalifa [Sun, 4 Oct 2009 00:15:29 +0000 (00:15 +0000)]
RAD-40: Typo: (no trasnfer), patch by Marcus Llewellyn

git-svn-id: https://radegast.googlecode.com/svn/trunk@297 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTypeLoadExceptions need to be ignored when scanning Assemblies
Douglas R. Miles [Sat, 3 Oct 2009 04:38:36 +0000 (04:38 +0000)]
TypeLoadExceptions need to be ignored when scanning Assemblies
Added the HandleUnhandledExceptions (not just ThreadExceptions)
IRadegastPlugins may use two constructor styles .. first the constructor that takes a RadegastInstance and the previous that takes no args

git-svn-id: https://radegast.googlecode.com/svn/trunk@296 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoNeeded to make some of the ContextMenu API public so usable in plugins
Douglas R. Miles [Sat, 3 Oct 2009 04:33:15 +0000 (04:33 +0000)]
Needed to make some of the ContextMenu API public so usable in plugins

git-svn-id: https://radegast.googlecode.com/svn/trunk@295 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSynced with fixed libomv version
Latif Khalifa [Thu, 1 Oct 2009 00:40:48 +0000 (00:40 +0000)]
Synced with fixed libomv version

git-svn-id: https://radegast.googlecode.com/svn/trunk@294 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSome map fixes since it was made a tab
Latif Khalifa [Wed, 30 Sep 2009 12:54:20 +0000 (12:54 +0000)]
Some map fixes since it was made a tab

git-svn-id: https://radegast.googlecode.com/svn/trunk@293 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoPlug-ins are started once they are all loaded
Douglas R. Miles [Tue, 29 Sep 2009 23:19:40 +0000 (23:19 +0000)]
Plug-ins are started once they are all loaded

git-svn-id: https://radegast.googlecode.com/svn/trunk@292 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoLoad plugins after main form is loaded
Latif Khalifa [Tue, 29 Sep 2009 22:48:22 +0000 (22:48 +0000)]
Load plugins after main form is loaded

git-svn-id: https://radegast.googlecode.com/svn/trunk@291 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSeparate items that toggle tabs visually
Latif Khalifa [Tue, 29 Sep 2009 09:26:26 +0000 (09:26 +0000)]
Separate items that toggle tabs visually

git-svn-id: https://radegast.googlecode.com/svn/trunk@283 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSkip hidden tabs on ctrl-left arrow / right arrow
Latif Khalifa [Tue, 29 Sep 2009 09:24:48 +0000 (09:24 +0000)]
Skip hidden tabs on ctrl-left arrow / right arrow

git-svn-id: https://radegast.googlecode.com/svn/trunk@282 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved Console.WriteLine noise
Douglas R. Miles [Mon, 28 Sep 2009 04:34:07 +0000 (04:34 +0000)]
Removed Console.WriteLine noise

git-svn-id: https://radegast.googlecode.com/svn/trunk@281 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved Console.WriteLine noise
Douglas R. Miles [Mon, 28 Sep 2009 04:30:41 +0000 (04:30 +0000)]
Removed Console.WriteLine noise

git-svn-id: https://radegast.googlecode.com/svn/trunk@280 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDisable appropriate controls on disconnect.
Latif Khalifa [Sun, 27 Sep 2009 19:04:09 +0000 (19:04 +0000)]
Disable appropriate controls on disconnect.

git-svn-id: https://radegast.googlecode.com/svn/trunk@279 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years ago* Killed debug window
Latif Khalifa [Sun, 27 Sep 2009 18:51:47 +0000 (18:51 +0000)]
* Killed debug window
* Speed up logging

git-svn-id: https://radegast.googlecode.com/svn/trunk@278 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRaname the file too.
Latif Khalifa [Sun, 27 Sep 2009 15:20:38 +0000 (15:20 +0000)]
Raname the file too.

git-svn-id: https://radegast.googlecode.com/svn/trunk@277 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoWARNING: API change
Latif Khalifa [Sun, 27 Sep 2009 15:17:58 +0000 (15:17 +0000)]
WARNING: API change
s/SleekTab/RadegastTab/g
s/SeekMovement/RadegastMovement/g

git-svn-id: https://radegast.googlecode.com/svn/trunk@276 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFormating
Latif Khalifa [Sun, 27 Sep 2009 15:05:11 +0000 (15:05 +0000)]
Formating

git-svn-id: https://radegast.googlecode.com/svn/trunk@275 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTowards RAD-38, map is a tab now.
Latif Khalifa [Sun, 27 Sep 2009 15:04:11 +0000 (15:04 +0000)]
Towards RAD-38, map is a tab now.

git-svn-id: https://radegast.googlecode.com/svn/trunk@274 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDon't catch exceptions in debug mode.
Latif Khalifa [Sun, 27 Sep 2009 15:02:48 +0000 (15:02 +0000)]
Don't catch exceptions in debug mode.

git-svn-id: https://radegast.googlecode.com/svn/trunk@273 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years ago* Added "Start IM" button to profile
Latif Khalifa [Sun, 27 Sep 2009 12:31:15 +0000 (12:31 +0000)]
* Added "Start IM" button to profile
* Select IM when explicitly selected via GUI, but not on incoming IM.

git-svn-id: https://radegast.googlecode.com/svn/trunk@272 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoStarted work on RAD-38, refactoring of the UI.
Latif Khalifa [Sun, 27 Sep 2009 11:45:39 +0000 (11:45 +0000)]
Started work on RAD-38, refactoring of the UI.

git-svn-id: https://radegast.googlecode.com/svn/trunk@271 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAnother attempt at figuring out where to put saved window.
Latif Khalifa [Sun, 27 Sep 2009 07:52:06 +0000 (07:52 +0000)]
Another attempt at figuring out where to put saved window.

git-svn-id: https://radegast.googlecode.com/svn/trunk@270 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoPossible fix for RAD-37, do some sanity checking before restoring window position.
Latif Khalifa [Sat, 26 Sep 2009 15:38:10 +0000 (15:38 +0000)]
Possible fix for RAD-37, do some sanity checking before restoring window position.

git-svn-id: https://radegast.googlecode.com/svn/trunk@269 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded Handler for hidden exceptions to Log into common logger
Douglas R. Miles [Thu, 24 Sep 2009 23:13:16 +0000 (23:13 +0000)]
Added Handler for hidden exceptions to Log into common logger
RadegastInstance CleanUp() protect against null pointers

git-svn-id: https://radegast.googlecode.com/svn/trunk@268 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoComboBox ChatInputText needed exposed
Douglas R. Miles [Thu, 24 Sep 2009 18:45:56 +0000 (18:45 +0000)]
ComboBox ChatInputText needed exposed

git-svn-id: https://radegast.googlecode.com/svn/trunk@267 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agohttp://jira.openmetaverse.org/browse/RAD-34
Douglas R. Miles [Thu, 24 Sep 2009 08:12:47 +0000 (08:12 +0000)]
http://jira.openmetaverse.org/browse/RAD-34
When a Notification arrives through the global Notification event, A plug-in can subscribe to when a button is pressed and when the notification is closed.

git-svn-id: https://radegast.googlecode.com/svn/trunk@266 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded an overload for TabsConsole.DisplayNotificationInChat() that allows style of...
Latif Khalifa [Wed, 23 Sep 2009 17:13:15 +0000 (17:13 +0000)]
Added an overload for TabsConsole.DisplayNotificationInChat() that allows style of the notification to be specified in chat.

git-svn-id: https://radegast.googlecode.com/svn/trunk@265 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoStarted work on the update checker (RAD-36)
Latif Khalifa [Wed, 23 Sep 2009 14:41:17 +0000 (14:41 +0000)]
Started work on the update checker (RAD-36)

git-svn-id: https://radegast.googlecode.com/svn/trunk@264 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoGo with ALSA for now, we should make this an option ;)
Latif Khalifa [Wed, 23 Sep 2009 14:33:56 +0000 (14:33 +0000)]
Go with ALSA for now, we should make this an option ;)

git-svn-id: https://radegast.googlecode.com/svn/trunk@263 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoEnable parcel music streams on linux
Latif Khalifa [Wed, 23 Sep 2009 14:13:16 +0000 (14:13 +0000)]
Enable parcel music streams on linux

git-svn-id: https://radegast.googlecode.com/svn/trunk@262 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoLinux friendly marshaling of strings
Latif Khalifa [Wed, 23 Sep 2009 14:11:35 +0000 (14:11 +0000)]
Linux friendly marshaling of strings

git-svn-id: https://radegast.googlecode.com/svn/trunk@261 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoProtect Radegast from plug-ins doing a grid client connect/reconnect when the tabs...
Douglas R. Miles [Wed, 23 Sep 2009 08:20:53 +0000 (08:20 +0000)]
Protect Radegast from plug-ins doing a grid client connect/reconnect when the tabs["login"] may not exist

git-svn-id: https://radegast.googlecode.com/svn/trunk@260 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRemoved very questionable anonymous call to superclass in DebugLog.Designer.cs
Douglas R. Miles [Wed, 23 Sep 2009 08:04:47 +0000 (08:04 +0000)]
Removed very questionable anonymous call to superclass in DebugLog.Designer.cs

git-svn-id: https://radegast.googlecode.com/svn/trunk@259 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoTypofix
Latif Khalifa [Mon, 21 Sep 2009 10:49:57 +0000 (10:49 +0000)]
Typofix

git-svn-id: https://radegast.googlecode.com/svn/trunk@258 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded handling of bad GroupMember data from simulators such as OpenSim
Douglas R. Miles [Sun, 20 Sep 2009 19:46:57 +0000 (19:46 +0000)]
Added handling of bad GroupMember data from simulators such as OpenSim

git-svn-id: https://radegast.googlecode.com/svn/trunk@257 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-31: Implement viewing of historic group notices
Latif Khalifa [Sun, 20 Sep 2009 14:04:40 +0000 (14:04 +0000)]
RAD-31: Implement viewing of historic group notices

git-svn-id: https://radegast.googlecode.com/svn/trunk@256 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-29: Close button does not work on group info window
Latif Khalifa [Sun, 20 Sep 2009 11:30:10 +0000 (11:30 +0000)]
RAD-29: Close button does not work on group info window

git-svn-id: https://radegast.googlecode.com/svn/trunk@255 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-32: Notice attachments shown incorrectly
Latif Khalifa [Sun, 20 Sep 2009 11:23:49 +0000 (11:23 +0000)]
RAD-32: Notice attachments shown incorrectly

git-svn-id: https://radegast.googlecode.com/svn/trunk@254 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoRAD-32: Kill warnings when region not found (for non Linden grids)
Latif Khalifa [Sun, 20 Sep 2009 11:07:15 +0000 (11:07 +0000)]
RAD-32: Kill warnings when region not found (for non Linden grids)

git-svn-id: https://radegast.googlecode.com/svn/trunk@253 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFix for http://jira.openmetaverse.org/browse/RAD-27 - Duplications in ContextMenu...
Douglas R. Miles [Thu, 17 Sep 2009 19:48:56 +0000 (19:48 +0000)]
Fix for jira.openmetaverse.org/browse/RAD-27 - Duplications in ContextMenu choices

git-svn-id: https://radegast.googlecode.com/svn/trunk@252 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMade some controls public.
Latif Khalifa [Thu, 17 Sep 2009 18:19:42 +0000 (18:19 +0000)]
Made some controls public.

git-svn-id: https://radegast.googlecode.com/svn/trunk@251 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded context menu options for landmarks, notecards and gestures. (RAD-28)
Latif Khalifa [Thu, 17 Sep 2009 17:58:52 +0000 (17:58 +0000)]
Added context menu options for landmarks, notecards and gestures. (RAD-28)

git-svn-id: https://radegast.googlecode.com/svn/trunk@250 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoSwitched Consoles and Dialogs ContextMenuStrips to RadegastContextMenuStrips
Douglas R. Miles [Thu, 17 Sep 2009 09:24:25 +0000 (09:24 +0000)]
Switched Consoles and Dialogs ContextMenuStrips to RadegastContextMenuStrips

git-svn-id: https://radegast.googlecode.com/svn/trunk@249 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoImplemented Accessible ContextMenus - Code example in comments of Types/RadegastConte...
Douglas R. Miles [Thu, 17 Sep 2009 07:43:42 +0000 (07:43 +0000)]
Implemented Accessible ContextMenus - Code example in comments of Types/RadegastContextMenu.cs
Still need to update the ContextMenuStrips throughout project

git-svn-id: https://radegast.googlecode.com/svn/trunk@248 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFixed the build... again.
Latif Khalifa [Wed, 16 Sep 2009 05:00:10 +0000 (05:00 +0000)]
Fixed the build... again.

git-svn-id: https://radegast.googlecode.com/svn/trunk@247 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded missing copyright headers to the ContextAction section
Douglas R. Miles [Wed, 16 Sep 2009 02:54:03 +0000 (02:54 +0000)]
Added missing copyright headers to the ContextAction section

git-svn-id: https://radegast.googlecode.com/svn/trunk@246 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded RadegastContextMenuStrip this provides the list of actions provides by a contex...
Douglas R. Miles [Wed, 16 Sep 2009 02:49:55 +0000 (02:49 +0000)]
Added RadegastContextMenuStrip this provides the list of actions provides by a context menu
Fixed context menus for FriendsConsole also Keyboard ContextMenu

git-svn-id: https://radegast.googlecode.com/svn/trunk@245 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoMake vs designer happy.
Latif Khalifa [Tue, 15 Sep 2009 22:17:19 +0000 (22:17 +0000)]
Make vs designer happy.

git-svn-id: https://radegast.googlecode.com/svn/trunk@244 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded new context menu in ChatConsole main area - plug-ins defined
Douglas R. Miles [Tue, 15 Sep 2009 08:07:26 +0000 (08:07 +0000)]
Added new context menu in ChatConsole main area - plug-ins defined

git-svn-id: https://radegast.googlecode.com/svn/trunk@243 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFixed build
Latif Khalifa [Mon, 14 Sep 2009 20:21:53 +0000 (20:21 +0000)]
Fixed build

git-svn-id: https://radegast.googlecode.com/svn/trunk@242 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoCleanup up look of context menus - no more randomly placed separators or duplicated...
Douglas R. Miles [Mon, 14 Sep 2009 07:07:56 +0000 (07:07 +0000)]
Cleanup up look of context menus - no more randomly placed separators or duplicated items
Respects the Instance.advacedDebugging flag for showing the Dialog debugging
The incomplete DeRezObjectAction is disabled if you are not the object's owner - later on we'll do real permissions checking
IContextAction interface changed slightly

git-svn-id: https://radegast.googlecode.com/svn/trunk@241 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFixed it so DeRez.. is no longer available to Avatars (only Primitives)
Douglas R. Miles [Sun, 13 Sep 2009 13:42:42 +0000 (13:42 +0000)]
Fixed it so DeRez.. is no longer available to Avatars (only Primitives)

git-svn-id: https://radegast.googlecode.com/svn/trunk@240 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded context menu add-in hook to ChatConsole
Douglas R. Miles [Sun, 13 Sep 2009 13:27:48 +0000 (13:27 +0000)]
Added context menu add-in hook to ChatConsole

git-svn-id: https://radegast.googlecode.com/svn/trunk@239 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded context menu add-in hook to InventoryConsole
Douglas R. Miles [Sun, 13 Sep 2009 13:12:55 +0000 (13:12 +0000)]
Added context menu add-in hook to InventoryConsole

git-svn-id: https://radegast.googlecode.com/svn/trunk@238 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded new context menu discovery in Objects Console - It scans for present applicable...
Douglas R. Miles [Sun, 13 Sep 2009 13:07:10 +0000 (13:07 +0000)]
Added new context menu discovery in Objects Console - It scans for present applicable buttons on form

git-svn-id: https://radegast.googlecode.com/svn/trunk@237 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded new context menus in FriendsConsole - Works with Plug-in context menus
Douglas R. Miles [Sun, 13 Sep 2009 12:51:03 +0000 (12:51 +0000)]
Added new context menus in FriendsConsole - Works with Plug-in context menus

git-svn-id: https://radegast.googlecode.com/svn/trunk@236 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFixed a null pointer check in CommandsManager
Douglas R. Miles [Sun, 13 Sep 2009 12:47:17 +0000 (12:47 +0000)]
Fixed a null pointer check in CommandsManager

git-svn-id: https://radegast.googlecode.com/svn/trunk@235 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoThe initial (but fully working) implementation of Plug-in contributed Context sensiti...
Douglas R. Miles [Sun, 13 Sep 2009 12:45:52 +0000 (12:45 +0000)]
The initial (but fully working) implementation of Plug-in contributed Context sensitive menus.

git-svn-id: https://radegast.googlecode.com/svn/trunk@234 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agopath sep again
Latif Khalifa [Sun, 13 Sep 2009 07:50:05 +0000 (07:50 +0000)]
path sep again

git-svn-id: https://radegast.googlecode.com/svn/trunk@233 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years ago- Added Help menu and About box
Latif Khalifa [Sun, 13 Sep 2009 07:23:58 +0000 (07:23 +0000)]
- 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

14 years agoSilence warning
Latif Khalifa [Sun, 13 Sep 2009 04:48:12 +0000 (04:48 +0000)]
Silence warning

git-svn-id: https://radegast.googlecode.com/svn/trunk@231 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoDo compile parcelinfo command
Latif Khalifa [Sun, 13 Sep 2009 04:47:14 +0000 (04:47 +0000)]
Do compile parcelinfo command

git-svn-id: https://radegast.googlecode.com/svn/trunk@230 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoCommandsManager now runs commands in a TaskQueue from chat
Douglas R. Miles [Sat, 12 Sep 2009 23:34:51 +0000 (23:34 +0000)]
CommandsManager now runs commands in a TaskQueue from chat
ThreadCommand used to manage the tasks

git-svn-id: https://radegast.googlecode.com/svn/trunk@229 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded parcelinfo command.
Latif Khalifa [Sat, 12 Sep 2009 19:03:35 +0000 (19:03 +0000)]
Added parcelinfo command.
Made RadegastCommand.Dispose virtual

git-svn-id: https://radegast.googlecode.com/svn/trunk@228 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoExecute all commands on a separate thread
Latif Khalifa [Sat, 12 Sep 2009 18:54:02 +0000 (18:54 +0000)]
Execute all commands on a separate thread

git-svn-id: https://radegast.googlecode.com/svn/trunk@227 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoOne file did not get updated in my SVN directory in the last commit of IRadegastComma...
Douglas R. Miles [Sat, 12 Sep 2009 18:10:30 +0000 (18:10 +0000)]
One file did not get updated in my SVN directory in the last commit of IRadegastCommand new subclasses IDisposable.. RadegastCommand uses properties that a subclass may override.. CommandsManager goes for the for the Radegast instance constructor first

git-svn-id: https://radegast.googlecode.com/svn/trunk@226 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoIRadegastCommand new subclasses IDisposable.. RadegastCommand uses properties that...
Douglas R. Miles [Sat, 12 Sep 2009 18:08:07 +0000 (18:08 +0000)]
IRadegastCommand new subclasses IDisposable.. RadegastCommand uses properties that a subclass may override.. CommandsManager goes for the for the Radegast instance constructor first

git-svn-id: https://radegast.googlecode.com/svn/trunk@225 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdded copyright headers
Latif Khalifa [Sat, 12 Sep 2009 17:39:49 +0000 (17:39 +0000)]
Added copyright headers
Added some stuff that would be useful for classes that inherit RadegastCommand

git-svn-id: https://radegast.googlecode.com/svn/trunk@224 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoAdd RadegastForm that can AutoSavePosition if you want it to.
Latif Khalifa [Sat, 12 Sep 2009 04:33:49 +0000 (04:33 +0000)]
Add RadegastForm that can AutoSavePosition if you want it to.
Make main window and object window AutoSavePosition
RAD-9: Prevent double object windows

git-svn-id: https://radegast.googlecode.com/svn/trunk@223 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFix AddTab(), make all controls added as table fill dock, and invisible.
Latif Khalifa [Sat, 12 Sep 2009 02:51:38 +0000 (02:51 +0000)]
Fix AddTab(), make all controls added as table fill dock, and invisible.

git-svn-id: https://radegast.googlecode.com/svn/trunk@222 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoFix some problems dicovered by mono compilation warning
Latif Khalifa [Fri, 11 Sep 2009 22:18:41 +0000 (22:18 +0000)]
Fix some problems dicovered by mono compilation warning

git-svn-id: https://radegast.googlecode.com/svn/trunk@221 f7a694da-4d33-11de-9ad6-1127a62b9fcd

14 years agoWorked around a Mono RESGEN problem - changed resource path separator direction
Douglas R. Miles [Fri, 11 Sep 2009 21:27:52 +0000 (21:27 +0000)]
Worked around a Mono RESGEN problem - changed resource path separator direction

git-svn-id: https://radegast.googlecode.com/svn/trunk@220 f7a694da-4d33-11de-9ad6-1127a62b9fcd