From 91e1065aabf27899c7454ad59517efc0c8f42b51 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 28 May 2012 19:44:12 +0000 Subject: [PATCH] rename Ox.UI source files, remove Ox. prefix --- source/Ox.UI/js/Bar/{Ox.Bar.js => Bar.js} | 0 source/Ox.UI/js/Bar/{Ox.Progressbar.js => Progressbar.js} | 0 source/Ox.UI/js/Bar/{Ox.Resizebar.js => Resizebar.js} | 0 source/Ox.UI/js/Bar/{Ox.Tabbar.js => Tabbar.js} | 0 source/Ox.UI/js/Calendar/{Ox.Calendar.js => Calendar.js} | 0 source/Ox.UI/js/Calendar/{Ox.CalendarDate.js => CalendarDate.js} | 0 source/Ox.UI/js/Calendar/{Ox.ListCalendar.js => ListCalendar.js} | 0 source/Ox.UI/js/Code/{Ox.DocPage.js => DocPage.js} | 0 source/Ox.UI/js/Code/{Ox.DocPanel.js => DocPanel.js} | 0 source/Ox.UI/js/Code/{Ox.ExamplePage.js => ExamplePage.js} | 0 source/Ox.UI/js/Code/{Ox.ExamplePanel.js => ExamplePanel.js} | 0 source/Ox.UI/js/Code/{Ox.SourceViewer.js => SourceViewer.js} | 0 .../js/Code/{Ox.SyntaxHighlighter.js => SyntaxHighlighter.js} | 0 source/Ox.UI/js/Core/{Ox.API.js => API.js} | 0 source/Ox.UI/js/Core/{Ox.App.js => App.js} | 0 source/Ox.UI/js/Core/{Ox.Clipboard.js => Clipboard.js} | 0 source/Ox.UI/js/Core/{Ox.Container.js => Container.js} | 0 source/Ox.UI/js/Core/{Ox.Element.js => Element.js} | 0 source/Ox.UI/js/Core/{Ox.Event.js => Event.js} | 0 source/Ox.UI/js/Core/{Ox.Focus.js => Focus.js} | 0 .../js/Core/{Ox.GarbageCollection.js => GarbageCollection.js} | 0 source/Ox.UI/js/Core/{Ox.JQueryElement.js => JQueryElement.js} | 0 source/Ox.UI/js/Core/{Ox.Keyboard.js => Keyboard.js} | 0 source/Ox.UI/js/Core/{Ox.LoadingIcon.js => LoadingIcon.js} | 0 source/Ox.UI/js/Core/{Ox.Request.js => Request.js} | 0 source/Ox.UI/js/Core/{Ox.Theme.js => Theme.js} | 0 source/Ox.UI/js/Core/{Ox.URL.js => URL.js} | 0 source/Ox.UI/js/Form/{Ox.ArrayEditable.js => ArrayEditable.js} | 0 source/Ox.UI/js/Form/{Ox.ArrayInput.js => ArrayInput.js} | 0 source/Ox.UI/js/Form/{Ox.Button.js => Button.js} | 0 source/Ox.UI/js/Form/{Ox.ButtonGroup.js => ButtonGroup.js} | 0 source/Ox.UI/js/Form/{Ox.Checkbox.js => Checkbox.js} | 0 source/Ox.UI/js/Form/{Ox.CheckboxGroup.js => CheckboxGroup.js} | 0 source/Ox.UI/js/Form/{Ox.ColorInput.js => ColorInput.js} | 0 source/Ox.UI/js/Form/{Ox.ColorPicker.js => ColorPicker.js} | 0 source/Ox.UI/js/Form/{Ox.DateInput.js => DateInput.js} | 0 source/Ox.UI/js/Form/{Ox.DateTimeInput.js => DateTimeInput.js} | 0 source/Ox.UI/js/Form/{Ox.Editable.js => Editable.js} | 0 source/Ox.UI/js/Form/{Ox.FileButton.js => FileButton.js} | 0 source/Ox.UI/js/Form/{Ox.FileInput.js => FileInput.js} | 0 source/Ox.UI/js/Form/{Ox.Filter.js => Filter.js} | 0 source/Ox.UI/js/Form/{Ox.Form.js => Form.js} | 0 .../Ox.UI/js/Form/{Ox.FormElementGroup.js => FormElementGroup.js} | 0 source/Ox.UI/js/Form/{Ox.FormItem.js => FormItem.js} | 0 source/Ox.UI/js/Form/{Ox.FormPanel.js => FormPanel.js} | 0 source/Ox.UI/js/Form/{Ox.Input.js => Input.js} | 0 source/Ox.UI/js/Form/{Ox.InputGroup.js => InputGroup.js} | 0 .../Ox.UI/js/Form/{Ox.InsertHTMLDialog.js => InsertHTMLDialog.js} | 0 source/Ox.UI/js/Form/{Ox.Label.js => Label.js} | 0 .../Ox.UI/js/Form/{Ox.ObjectArrayInput.js => ObjectArrayInput.js} | 0 source/Ox.UI/js/Form/{Ox.ObjectInput.js => ObjectInput.js} | 0 source/Ox.UI/js/Form/{Ox.OptionGroup.js => OptionGroup.js} | 0 source/Ox.UI/js/Form/{Ox.Picker.js => Picker.js} | 0 source/Ox.UI/js/Form/{Ox.PlaceInput.js => PlaceInput.js} | 0 source/Ox.UI/js/Form/{Ox.PlacePicker.js => PlacePicker.js} | 0 source/Ox.UI/js/Form/{Ox.Range.js => Range.js} | 0 source/Ox.UI/js/Form/{Ox.Select.js => Select.js} | 0 source/Ox.UI/js/Form/{Ox.SelectInput.js => SelectInput.js} | 0 source/Ox.UI/js/Form/{Ox.Spreadsheet.js => Spreadsheet.js} | 0 source/Ox.UI/js/Form/{Ox.TimeInput.js => TimeInput.js} | 0 source/Ox.UI/js/List/{Ox.Chart.js => Chart.js} | 0 source/Ox.UI/js/List/{Ox.IconItem.js => IconItem.js} | 0 source/Ox.UI/js/List/{Ox.IconList.js => IconList.js} | 0 source/Ox.UI/js/List/{Ox.InfoList.js => InfoList.js} | 0 source/Ox.UI/js/List/{Ox.List.js => List.js} | 0 source/Ox.UI/js/List/{Ox.ListItem.js => ListItem.js} | 0 source/Ox.UI/js/List/{Ox.ListPage.js => ListPage.js} | 0 source/Ox.UI/js/List/{Ox.TextList.js => TextList.js} | 0 source/Ox.UI/js/List/{Ox.TreeList.js => TreeList.js} | 0 source/Ox.UI/js/Map/{Ox.ListMap.js => ListMap.js} | 0 source/Ox.UI/js/Map/{Ox.Map.js => Map.js} | 0 source/Ox.UI/js/Map/{Ox.MapImage.js => MapImage.js} | 0 source/Ox.UI/js/Map/{Ox.MapMarker.js => MapMarker.js} | 0 source/Ox.UI/js/Map/{Ox.MapMarkerImage.js => MapMarkerImage.js} | 0 source/Ox.UI/js/Map/{Ox.MapPlace.js => MapPlace.js} | 0 source/Ox.UI/js/Map/{Ox.MapRectangle.js => MapRectangle.js} | 0 .../js/Map/{Ox.MapRectangleMarker.js => MapRectangleMarker.js} | 0 source/Ox.UI/js/Menu/{Ox.MainMenu.js => MainMenu.js} | 0 source/Ox.UI/js/Menu/{Ox.Menu.js => Menu.js} | 0 source/Ox.UI/js/Menu/{Ox.MenuButton.js => MenuButton.js} | 0 source/Ox.UI/js/Menu/{Ox.MenuItem.js => MenuItem.js} | 0 source/Ox.UI/js/Panel/{Ox.CollapsePanel.js => CollapsePanel.js} | 0 source/Ox.UI/js/Panel/{Ox.SplitPanel.js => SplitPanel.js} | 0 source/Ox.UI/js/Panel/{Ox.TabPanel.js => TabPanel.js} | 0 .../js/Video/{Ox.AnnotationFolder.js => AnnotationFolder.js} | 0 .../Ox.UI/js/Video/{Ox.AnnotationPanel.js => AnnotationPanel.js} | 0 .../js/Video/{Ox.BlockVideoTimeline.js => BlockVideoTimeline.js} | 0 .../js/Video/{Ox.LargeVideoTimeline.js => LargeVideoTimeline.js} | 0 .../js/Video/{Ox.SmallVideoTimeline.js => SmallVideoTimeline.js} | 0 .../{Ox.SmallVideoTimelineImage.js => SmallVideoTimelineImage.js} | 0 source/Ox.UI/js/Video/{Ox.VideoEditor.js => VideoEditor.js} | 0 .../js/Video/{Ox.VideoEditorPlayer.js => VideoEditorPlayer.js} | 0 source/Ox.UI/js/Video/{Ox.VideoElement.js => VideoElement.js} | 0 source/Ox.UI/js/Video/{Ox.VideoPanel.js => VideoPanel.js} | 0 source/Ox.UI/js/Video/{Ox.VideoPlayer.js => VideoPlayer.js} | 0 source/Ox.UI/js/Video/{Ox.VideoPreview.js => VideoPreview.js} | 0 .../js/Video/{Ox.VideoTimelinePanel.js => VideoTimelinePanel.js} | 0 .../Video/{Ox.VideoTimelinePlayer.js => VideoTimelinePlayer.js} | 0 source/Ox.UI/js/Window/{Ox.Dialog.js => Dialog.js} | 0 source/Ox.UI/js/Window/{Ox.Layer.js => Layer.js} | 0 source/Ox.UI/js/Window/{Ox.Tooltip.js => Tooltip.js} | 0 101 files changed, 0 insertions(+), 0 deletions(-) rename source/Ox.UI/js/Bar/{Ox.Bar.js => Bar.js} (100%) rename source/Ox.UI/js/Bar/{Ox.Progressbar.js => Progressbar.js} (100%) rename source/Ox.UI/js/Bar/{Ox.Resizebar.js => Resizebar.js} (100%) rename source/Ox.UI/js/Bar/{Ox.Tabbar.js => Tabbar.js} (100%) rename source/Ox.UI/js/Calendar/{Ox.Calendar.js => Calendar.js} (100%) rename source/Ox.UI/js/Calendar/{Ox.CalendarDate.js => CalendarDate.js} (100%) rename source/Ox.UI/js/Calendar/{Ox.ListCalendar.js => ListCalendar.js} (100%) rename source/Ox.UI/js/Code/{Ox.DocPage.js => DocPage.js} (100%) rename source/Ox.UI/js/Code/{Ox.DocPanel.js => DocPanel.js} (100%) rename source/Ox.UI/js/Code/{Ox.ExamplePage.js => ExamplePage.js} (100%) rename source/Ox.UI/js/Code/{Ox.ExamplePanel.js => ExamplePanel.js} (100%) rename source/Ox.UI/js/Code/{Ox.SourceViewer.js => SourceViewer.js} (100%) rename source/Ox.UI/js/Code/{Ox.SyntaxHighlighter.js => SyntaxHighlighter.js} (100%) rename source/Ox.UI/js/Core/{Ox.API.js => API.js} (100%) rename source/Ox.UI/js/Core/{Ox.App.js => App.js} (100%) rename source/Ox.UI/js/Core/{Ox.Clipboard.js => Clipboard.js} (100%) rename source/Ox.UI/js/Core/{Ox.Container.js => Container.js} (100%) rename source/Ox.UI/js/Core/{Ox.Element.js => Element.js} (100%) rename source/Ox.UI/js/Core/{Ox.Event.js => Event.js} (100%) rename source/Ox.UI/js/Core/{Ox.Focus.js => Focus.js} (100%) rename source/Ox.UI/js/Core/{Ox.GarbageCollection.js => GarbageCollection.js} (100%) rename source/Ox.UI/js/Core/{Ox.JQueryElement.js => JQueryElement.js} (100%) rename source/Ox.UI/js/Core/{Ox.Keyboard.js => Keyboard.js} (100%) rename source/Ox.UI/js/Core/{Ox.LoadingIcon.js => LoadingIcon.js} (100%) rename source/Ox.UI/js/Core/{Ox.Request.js => Request.js} (100%) rename source/Ox.UI/js/Core/{Ox.Theme.js => Theme.js} (100%) rename source/Ox.UI/js/Core/{Ox.URL.js => URL.js} (100%) rename source/Ox.UI/js/Form/{Ox.ArrayEditable.js => ArrayEditable.js} (100%) rename source/Ox.UI/js/Form/{Ox.ArrayInput.js => ArrayInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.Button.js => Button.js} (100%) rename source/Ox.UI/js/Form/{Ox.ButtonGroup.js => ButtonGroup.js} (100%) rename source/Ox.UI/js/Form/{Ox.Checkbox.js => Checkbox.js} (100%) rename source/Ox.UI/js/Form/{Ox.CheckboxGroup.js => CheckboxGroup.js} (100%) rename source/Ox.UI/js/Form/{Ox.ColorInput.js => ColorInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.ColorPicker.js => ColorPicker.js} (100%) rename source/Ox.UI/js/Form/{Ox.DateInput.js => DateInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.DateTimeInput.js => DateTimeInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.Editable.js => Editable.js} (100%) rename source/Ox.UI/js/Form/{Ox.FileButton.js => FileButton.js} (100%) rename source/Ox.UI/js/Form/{Ox.FileInput.js => FileInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.Filter.js => Filter.js} (100%) rename source/Ox.UI/js/Form/{Ox.Form.js => Form.js} (100%) rename source/Ox.UI/js/Form/{Ox.FormElementGroup.js => FormElementGroup.js} (100%) rename source/Ox.UI/js/Form/{Ox.FormItem.js => FormItem.js} (100%) rename source/Ox.UI/js/Form/{Ox.FormPanel.js => FormPanel.js} (100%) rename source/Ox.UI/js/Form/{Ox.Input.js => Input.js} (100%) rename source/Ox.UI/js/Form/{Ox.InputGroup.js => InputGroup.js} (100%) rename source/Ox.UI/js/Form/{Ox.InsertHTMLDialog.js => InsertHTMLDialog.js} (100%) rename source/Ox.UI/js/Form/{Ox.Label.js => Label.js} (100%) rename source/Ox.UI/js/Form/{Ox.ObjectArrayInput.js => ObjectArrayInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.ObjectInput.js => ObjectInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.OptionGroup.js => OptionGroup.js} (100%) rename source/Ox.UI/js/Form/{Ox.Picker.js => Picker.js} (100%) rename source/Ox.UI/js/Form/{Ox.PlaceInput.js => PlaceInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.PlacePicker.js => PlacePicker.js} (100%) rename source/Ox.UI/js/Form/{Ox.Range.js => Range.js} (100%) rename source/Ox.UI/js/Form/{Ox.Select.js => Select.js} (100%) rename source/Ox.UI/js/Form/{Ox.SelectInput.js => SelectInput.js} (100%) rename source/Ox.UI/js/Form/{Ox.Spreadsheet.js => Spreadsheet.js} (100%) rename source/Ox.UI/js/Form/{Ox.TimeInput.js => TimeInput.js} (100%) rename source/Ox.UI/js/List/{Ox.Chart.js => Chart.js} (100%) rename source/Ox.UI/js/List/{Ox.IconItem.js => IconItem.js} (100%) rename source/Ox.UI/js/List/{Ox.IconList.js => IconList.js} (100%) rename source/Ox.UI/js/List/{Ox.InfoList.js => InfoList.js} (100%) rename source/Ox.UI/js/List/{Ox.List.js => List.js} (100%) rename source/Ox.UI/js/List/{Ox.ListItem.js => ListItem.js} (100%) rename source/Ox.UI/js/List/{Ox.ListPage.js => ListPage.js} (100%) rename source/Ox.UI/js/List/{Ox.TextList.js => TextList.js} (100%) rename source/Ox.UI/js/List/{Ox.TreeList.js => TreeList.js} (100%) rename source/Ox.UI/js/Map/{Ox.ListMap.js => ListMap.js} (100%) rename source/Ox.UI/js/Map/{Ox.Map.js => Map.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapImage.js => MapImage.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapMarker.js => MapMarker.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapMarkerImage.js => MapMarkerImage.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapPlace.js => MapPlace.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapRectangle.js => MapRectangle.js} (100%) rename source/Ox.UI/js/Map/{Ox.MapRectangleMarker.js => MapRectangleMarker.js} (100%) rename source/Ox.UI/js/Menu/{Ox.MainMenu.js => MainMenu.js} (100%) rename source/Ox.UI/js/Menu/{Ox.Menu.js => Menu.js} (100%) rename source/Ox.UI/js/Menu/{Ox.MenuButton.js => MenuButton.js} (100%) rename source/Ox.UI/js/Menu/{Ox.MenuItem.js => MenuItem.js} (100%) rename source/Ox.UI/js/Panel/{Ox.CollapsePanel.js => CollapsePanel.js} (100%) rename source/Ox.UI/js/Panel/{Ox.SplitPanel.js => SplitPanel.js} (100%) rename source/Ox.UI/js/Panel/{Ox.TabPanel.js => TabPanel.js} (100%) rename source/Ox.UI/js/Video/{Ox.AnnotationFolder.js => AnnotationFolder.js} (100%) rename source/Ox.UI/js/Video/{Ox.AnnotationPanel.js => AnnotationPanel.js} (100%) rename source/Ox.UI/js/Video/{Ox.BlockVideoTimeline.js => BlockVideoTimeline.js} (100%) rename source/Ox.UI/js/Video/{Ox.LargeVideoTimeline.js => LargeVideoTimeline.js} (100%) rename source/Ox.UI/js/Video/{Ox.SmallVideoTimeline.js => SmallVideoTimeline.js} (100%) rename source/Ox.UI/js/Video/{Ox.SmallVideoTimelineImage.js => SmallVideoTimelineImage.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoEditor.js => VideoEditor.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoEditorPlayer.js => VideoEditorPlayer.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoElement.js => VideoElement.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoPanel.js => VideoPanel.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoPlayer.js => VideoPlayer.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoPreview.js => VideoPreview.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoTimelinePanel.js => VideoTimelinePanel.js} (100%) rename source/Ox.UI/js/Video/{Ox.VideoTimelinePlayer.js => VideoTimelinePlayer.js} (100%) rename source/Ox.UI/js/Window/{Ox.Dialog.js => Dialog.js} (100%) rename source/Ox.UI/js/Window/{Ox.Layer.js => Layer.js} (100%) rename source/Ox.UI/js/Window/{Ox.Tooltip.js => Tooltip.js} (100%) diff --git a/source/Ox.UI/js/Bar/Ox.Bar.js b/source/Ox.UI/js/Bar/Bar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Bar.js rename to source/Ox.UI/js/Bar/Bar.js diff --git a/source/Ox.UI/js/Bar/Ox.Progressbar.js b/source/Ox.UI/js/Bar/Progressbar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Progressbar.js rename to source/Ox.UI/js/Bar/Progressbar.js diff --git a/source/Ox.UI/js/Bar/Ox.Resizebar.js b/source/Ox.UI/js/Bar/Resizebar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Resizebar.js rename to source/Ox.UI/js/Bar/Resizebar.js diff --git a/source/Ox.UI/js/Bar/Ox.Tabbar.js b/source/Ox.UI/js/Bar/Tabbar.js similarity index 100% rename from source/Ox.UI/js/Bar/Ox.Tabbar.js rename to source/Ox.UI/js/Bar/Tabbar.js diff --git a/source/Ox.UI/js/Calendar/Ox.Calendar.js b/source/Ox.UI/js/Calendar/Calendar.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.Calendar.js rename to source/Ox.UI/js/Calendar/Calendar.js diff --git a/source/Ox.UI/js/Calendar/Ox.CalendarDate.js b/source/Ox.UI/js/Calendar/CalendarDate.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.CalendarDate.js rename to source/Ox.UI/js/Calendar/CalendarDate.js diff --git a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js b/source/Ox.UI/js/Calendar/ListCalendar.js similarity index 100% rename from source/Ox.UI/js/Calendar/Ox.ListCalendar.js rename to source/Ox.UI/js/Calendar/ListCalendar.js diff --git a/source/Ox.UI/js/Code/Ox.DocPage.js b/source/Ox.UI/js/Code/DocPage.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.DocPage.js rename to source/Ox.UI/js/Code/DocPage.js diff --git a/source/Ox.UI/js/Code/Ox.DocPanel.js b/source/Ox.UI/js/Code/DocPanel.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.DocPanel.js rename to source/Ox.UI/js/Code/DocPanel.js diff --git a/source/Ox.UI/js/Code/Ox.ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.ExamplePage.js rename to source/Ox.UI/js/Code/ExamplePage.js diff --git a/source/Ox.UI/js/Code/Ox.ExamplePanel.js b/source/Ox.UI/js/Code/ExamplePanel.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.ExamplePanel.js rename to source/Ox.UI/js/Code/ExamplePanel.js diff --git a/source/Ox.UI/js/Code/Ox.SourceViewer.js b/source/Ox.UI/js/Code/SourceViewer.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.SourceViewer.js rename to source/Ox.UI/js/Code/SourceViewer.js diff --git a/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js b/source/Ox.UI/js/Code/SyntaxHighlighter.js similarity index 100% rename from source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js rename to source/Ox.UI/js/Code/SyntaxHighlighter.js diff --git a/source/Ox.UI/js/Core/Ox.API.js b/source/Ox.UI/js/Core/API.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.API.js rename to source/Ox.UI/js/Core/API.js diff --git a/source/Ox.UI/js/Core/Ox.App.js b/source/Ox.UI/js/Core/App.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.App.js rename to source/Ox.UI/js/Core/App.js diff --git a/source/Ox.UI/js/Core/Ox.Clipboard.js b/source/Ox.UI/js/Core/Clipboard.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Clipboard.js rename to source/Ox.UI/js/Core/Clipboard.js diff --git a/source/Ox.UI/js/Core/Ox.Container.js b/source/Ox.UI/js/Core/Container.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Container.js rename to source/Ox.UI/js/Core/Container.js diff --git a/source/Ox.UI/js/Core/Ox.Element.js b/source/Ox.UI/js/Core/Element.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Element.js rename to source/Ox.UI/js/Core/Element.js diff --git a/source/Ox.UI/js/Core/Ox.Event.js b/source/Ox.UI/js/Core/Event.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Event.js rename to source/Ox.UI/js/Core/Event.js diff --git a/source/Ox.UI/js/Core/Ox.Focus.js b/source/Ox.UI/js/Core/Focus.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Focus.js rename to source/Ox.UI/js/Core/Focus.js diff --git a/source/Ox.UI/js/Core/Ox.GarbageCollection.js b/source/Ox.UI/js/Core/GarbageCollection.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.GarbageCollection.js rename to source/Ox.UI/js/Core/GarbageCollection.js diff --git a/source/Ox.UI/js/Core/Ox.JQueryElement.js b/source/Ox.UI/js/Core/JQueryElement.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.JQueryElement.js rename to source/Ox.UI/js/Core/JQueryElement.js diff --git a/source/Ox.UI/js/Core/Ox.Keyboard.js b/source/Ox.UI/js/Core/Keyboard.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Keyboard.js rename to source/Ox.UI/js/Core/Keyboard.js diff --git a/source/Ox.UI/js/Core/Ox.LoadingIcon.js b/source/Ox.UI/js/Core/LoadingIcon.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.LoadingIcon.js rename to source/Ox.UI/js/Core/LoadingIcon.js diff --git a/source/Ox.UI/js/Core/Ox.Request.js b/source/Ox.UI/js/Core/Request.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Request.js rename to source/Ox.UI/js/Core/Request.js diff --git a/source/Ox.UI/js/Core/Ox.Theme.js b/source/Ox.UI/js/Core/Theme.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.Theme.js rename to source/Ox.UI/js/Core/Theme.js diff --git a/source/Ox.UI/js/Core/Ox.URL.js b/source/Ox.UI/js/Core/URL.js similarity index 100% rename from source/Ox.UI/js/Core/Ox.URL.js rename to source/Ox.UI/js/Core/URL.js diff --git a/source/Ox.UI/js/Form/Ox.ArrayEditable.js b/source/Ox.UI/js/Form/ArrayEditable.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ArrayEditable.js rename to source/Ox.UI/js/Form/ArrayEditable.js diff --git a/source/Ox.UI/js/Form/Ox.ArrayInput.js b/source/Ox.UI/js/Form/ArrayInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ArrayInput.js rename to source/Ox.UI/js/Form/ArrayInput.js diff --git a/source/Ox.UI/js/Form/Ox.Button.js b/source/Ox.UI/js/Form/Button.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Button.js rename to source/Ox.UI/js/Form/Button.js diff --git a/source/Ox.UI/js/Form/Ox.ButtonGroup.js b/source/Ox.UI/js/Form/ButtonGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ButtonGroup.js rename to source/Ox.UI/js/Form/ButtonGroup.js diff --git a/source/Ox.UI/js/Form/Ox.Checkbox.js b/source/Ox.UI/js/Form/Checkbox.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Checkbox.js rename to source/Ox.UI/js/Form/Checkbox.js diff --git a/source/Ox.UI/js/Form/Ox.CheckboxGroup.js b/source/Ox.UI/js/Form/CheckboxGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.CheckboxGroup.js rename to source/Ox.UI/js/Form/CheckboxGroup.js diff --git a/source/Ox.UI/js/Form/Ox.ColorInput.js b/source/Ox.UI/js/Form/ColorInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ColorInput.js rename to source/Ox.UI/js/Form/ColorInput.js diff --git a/source/Ox.UI/js/Form/Ox.ColorPicker.js b/source/Ox.UI/js/Form/ColorPicker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ColorPicker.js rename to source/Ox.UI/js/Form/ColorPicker.js diff --git a/source/Ox.UI/js/Form/Ox.DateInput.js b/source/Ox.UI/js/Form/DateInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.DateInput.js rename to source/Ox.UI/js/Form/DateInput.js diff --git a/source/Ox.UI/js/Form/Ox.DateTimeInput.js b/source/Ox.UI/js/Form/DateTimeInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.DateTimeInput.js rename to source/Ox.UI/js/Form/DateTimeInput.js diff --git a/source/Ox.UI/js/Form/Ox.Editable.js b/source/Ox.UI/js/Form/Editable.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Editable.js rename to source/Ox.UI/js/Form/Editable.js diff --git a/source/Ox.UI/js/Form/Ox.FileButton.js b/source/Ox.UI/js/Form/FileButton.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FileButton.js rename to source/Ox.UI/js/Form/FileButton.js diff --git a/source/Ox.UI/js/Form/Ox.FileInput.js b/source/Ox.UI/js/Form/FileInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FileInput.js rename to source/Ox.UI/js/Form/FileInput.js diff --git a/source/Ox.UI/js/Form/Ox.Filter.js b/source/Ox.UI/js/Form/Filter.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Filter.js rename to source/Ox.UI/js/Form/Filter.js diff --git a/source/Ox.UI/js/Form/Ox.Form.js b/source/Ox.UI/js/Form/Form.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Form.js rename to source/Ox.UI/js/Form/Form.js diff --git a/source/Ox.UI/js/Form/Ox.FormElementGroup.js b/source/Ox.UI/js/Form/FormElementGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormElementGroup.js rename to source/Ox.UI/js/Form/FormElementGroup.js diff --git a/source/Ox.UI/js/Form/Ox.FormItem.js b/source/Ox.UI/js/Form/FormItem.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormItem.js rename to source/Ox.UI/js/Form/FormItem.js diff --git a/source/Ox.UI/js/Form/Ox.FormPanel.js b/source/Ox.UI/js/Form/FormPanel.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.FormPanel.js rename to source/Ox.UI/js/Form/FormPanel.js diff --git a/source/Ox.UI/js/Form/Ox.Input.js b/source/Ox.UI/js/Form/Input.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Input.js rename to source/Ox.UI/js/Form/Input.js diff --git a/source/Ox.UI/js/Form/Ox.InputGroup.js b/source/Ox.UI/js/Form/InputGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.InputGroup.js rename to source/Ox.UI/js/Form/InputGroup.js diff --git a/source/Ox.UI/js/Form/Ox.InsertHTMLDialog.js b/source/Ox.UI/js/Form/InsertHTMLDialog.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.InsertHTMLDialog.js rename to source/Ox.UI/js/Form/InsertHTMLDialog.js diff --git a/source/Ox.UI/js/Form/Ox.Label.js b/source/Ox.UI/js/Form/Label.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Label.js rename to source/Ox.UI/js/Form/Label.js diff --git a/source/Ox.UI/js/Form/Ox.ObjectArrayInput.js b/source/Ox.UI/js/Form/ObjectArrayInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ObjectArrayInput.js rename to source/Ox.UI/js/Form/ObjectArrayInput.js diff --git a/source/Ox.UI/js/Form/Ox.ObjectInput.js b/source/Ox.UI/js/Form/ObjectInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.ObjectInput.js rename to source/Ox.UI/js/Form/ObjectInput.js diff --git a/source/Ox.UI/js/Form/Ox.OptionGroup.js b/source/Ox.UI/js/Form/OptionGroup.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.OptionGroup.js rename to source/Ox.UI/js/Form/OptionGroup.js diff --git a/source/Ox.UI/js/Form/Ox.Picker.js b/source/Ox.UI/js/Form/Picker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Picker.js rename to source/Ox.UI/js/Form/Picker.js diff --git a/source/Ox.UI/js/Form/Ox.PlaceInput.js b/source/Ox.UI/js/Form/PlaceInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.PlaceInput.js rename to source/Ox.UI/js/Form/PlaceInput.js diff --git a/source/Ox.UI/js/Form/Ox.PlacePicker.js b/source/Ox.UI/js/Form/PlacePicker.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.PlacePicker.js rename to source/Ox.UI/js/Form/PlacePicker.js diff --git a/source/Ox.UI/js/Form/Ox.Range.js b/source/Ox.UI/js/Form/Range.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Range.js rename to source/Ox.UI/js/Form/Range.js diff --git a/source/Ox.UI/js/Form/Ox.Select.js b/source/Ox.UI/js/Form/Select.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Select.js rename to source/Ox.UI/js/Form/Select.js diff --git a/source/Ox.UI/js/Form/Ox.SelectInput.js b/source/Ox.UI/js/Form/SelectInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.SelectInput.js rename to source/Ox.UI/js/Form/SelectInput.js diff --git a/source/Ox.UI/js/Form/Ox.Spreadsheet.js b/source/Ox.UI/js/Form/Spreadsheet.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.Spreadsheet.js rename to source/Ox.UI/js/Form/Spreadsheet.js diff --git a/source/Ox.UI/js/Form/Ox.TimeInput.js b/source/Ox.UI/js/Form/TimeInput.js similarity index 100% rename from source/Ox.UI/js/Form/Ox.TimeInput.js rename to source/Ox.UI/js/Form/TimeInput.js diff --git a/source/Ox.UI/js/List/Ox.Chart.js b/source/Ox.UI/js/List/Chart.js similarity index 100% rename from source/Ox.UI/js/List/Ox.Chart.js rename to source/Ox.UI/js/List/Chart.js diff --git a/source/Ox.UI/js/List/Ox.IconItem.js b/source/Ox.UI/js/List/IconItem.js similarity index 100% rename from source/Ox.UI/js/List/Ox.IconItem.js rename to source/Ox.UI/js/List/IconItem.js diff --git a/source/Ox.UI/js/List/Ox.IconList.js b/source/Ox.UI/js/List/IconList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.IconList.js rename to source/Ox.UI/js/List/IconList.js diff --git a/source/Ox.UI/js/List/Ox.InfoList.js b/source/Ox.UI/js/List/InfoList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.InfoList.js rename to source/Ox.UI/js/List/InfoList.js diff --git a/source/Ox.UI/js/List/Ox.List.js b/source/Ox.UI/js/List/List.js similarity index 100% rename from source/Ox.UI/js/List/Ox.List.js rename to source/Ox.UI/js/List/List.js diff --git a/source/Ox.UI/js/List/Ox.ListItem.js b/source/Ox.UI/js/List/ListItem.js similarity index 100% rename from source/Ox.UI/js/List/Ox.ListItem.js rename to source/Ox.UI/js/List/ListItem.js diff --git a/source/Ox.UI/js/List/Ox.ListPage.js b/source/Ox.UI/js/List/ListPage.js similarity index 100% rename from source/Ox.UI/js/List/Ox.ListPage.js rename to source/Ox.UI/js/List/ListPage.js diff --git a/source/Ox.UI/js/List/Ox.TextList.js b/source/Ox.UI/js/List/TextList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.TextList.js rename to source/Ox.UI/js/List/TextList.js diff --git a/source/Ox.UI/js/List/Ox.TreeList.js b/source/Ox.UI/js/List/TreeList.js similarity index 100% rename from source/Ox.UI/js/List/Ox.TreeList.js rename to source/Ox.UI/js/List/TreeList.js diff --git a/source/Ox.UI/js/Map/Ox.ListMap.js b/source/Ox.UI/js/Map/ListMap.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.ListMap.js rename to source/Ox.UI/js/Map/ListMap.js diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Map.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.Map.js rename to source/Ox.UI/js/Map/Map.js diff --git a/source/Ox.UI/js/Map/Ox.MapImage.js b/source/Ox.UI/js/Map/MapImage.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapImage.js rename to source/Ox.UI/js/Map/MapImage.js diff --git a/source/Ox.UI/js/Map/Ox.MapMarker.js b/source/Ox.UI/js/Map/MapMarker.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapMarker.js rename to source/Ox.UI/js/Map/MapMarker.js diff --git a/source/Ox.UI/js/Map/Ox.MapMarkerImage.js b/source/Ox.UI/js/Map/MapMarkerImage.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapMarkerImage.js rename to source/Ox.UI/js/Map/MapMarkerImage.js diff --git a/source/Ox.UI/js/Map/Ox.MapPlace.js b/source/Ox.UI/js/Map/MapPlace.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapPlace.js rename to source/Ox.UI/js/Map/MapPlace.js diff --git a/source/Ox.UI/js/Map/Ox.MapRectangle.js b/source/Ox.UI/js/Map/MapRectangle.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapRectangle.js rename to source/Ox.UI/js/Map/MapRectangle.js diff --git a/source/Ox.UI/js/Map/Ox.MapRectangleMarker.js b/source/Ox.UI/js/Map/MapRectangleMarker.js similarity index 100% rename from source/Ox.UI/js/Map/Ox.MapRectangleMarker.js rename to source/Ox.UI/js/Map/MapRectangleMarker.js diff --git a/source/Ox.UI/js/Menu/Ox.MainMenu.js b/source/Ox.UI/js/Menu/MainMenu.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MainMenu.js rename to source/Ox.UI/js/Menu/MainMenu.js diff --git a/source/Ox.UI/js/Menu/Ox.Menu.js b/source/Ox.UI/js/Menu/Menu.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.Menu.js rename to source/Ox.UI/js/Menu/Menu.js diff --git a/source/Ox.UI/js/Menu/Ox.MenuButton.js b/source/Ox.UI/js/Menu/MenuButton.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MenuButton.js rename to source/Ox.UI/js/Menu/MenuButton.js diff --git a/source/Ox.UI/js/Menu/Ox.MenuItem.js b/source/Ox.UI/js/Menu/MenuItem.js similarity index 100% rename from source/Ox.UI/js/Menu/Ox.MenuItem.js rename to source/Ox.UI/js/Menu/MenuItem.js diff --git a/source/Ox.UI/js/Panel/Ox.CollapsePanel.js b/source/Ox.UI/js/Panel/CollapsePanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.CollapsePanel.js rename to source/Ox.UI/js/Panel/CollapsePanel.js diff --git a/source/Ox.UI/js/Panel/Ox.SplitPanel.js b/source/Ox.UI/js/Panel/SplitPanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.SplitPanel.js rename to source/Ox.UI/js/Panel/SplitPanel.js diff --git a/source/Ox.UI/js/Panel/Ox.TabPanel.js b/source/Ox.UI/js/Panel/TabPanel.js similarity index 100% rename from source/Ox.UI/js/Panel/Ox.TabPanel.js rename to source/Ox.UI/js/Panel/TabPanel.js diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.AnnotationFolder.js rename to source/Ox.UI/js/Video/AnnotationFolder.js diff --git a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.AnnotationPanel.js rename to source/Ox.UI/js/Video/AnnotationPanel.js diff --git a/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js b/source/Ox.UI/js/Video/BlockVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js rename to source/Ox.UI/js/Video/BlockVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.LargeVideoTimeline.js rename to source/Ox.UI/js/Video/LargeVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.SmallVideoTimeline.js b/source/Ox.UI/js/Video/SmallVideoTimeline.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.SmallVideoTimeline.js rename to source/Ox.UI/js/Video/SmallVideoTimeline.js diff --git a/source/Ox.UI/js/Video/Ox.SmallVideoTimelineImage.js b/source/Ox.UI/js/Video/SmallVideoTimelineImage.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.SmallVideoTimelineImage.js rename to source/Ox.UI/js/Video/SmallVideoTimelineImage.js diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoEditor.js rename to source/Ox.UI/js/Video/VideoEditor.js diff --git a/source/Ox.UI/js/Video/Ox.VideoEditorPlayer.js b/source/Ox.UI/js/Video/VideoEditorPlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoEditorPlayer.js rename to source/Ox.UI/js/Video/VideoEditorPlayer.js diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/VideoElement.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoElement.js rename to source/Ox.UI/js/Video/VideoElement.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPanel.js b/source/Ox.UI/js/Video/VideoPanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPanel.js rename to source/Ox.UI/js/Video/VideoPanel.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPlayer.js rename to source/Ox.UI/js/Video/VideoPlayer.js diff --git a/source/Ox.UI/js/Video/Ox.VideoPreview.js b/source/Ox.UI/js/Video/VideoPreview.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoPreview.js rename to source/Ox.UI/js/Video/VideoPreview.js diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePanel.js b/source/Ox.UI/js/Video/VideoTimelinePanel.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoTimelinePanel.js rename to source/Ox.UI/js/Video/VideoTimelinePanel.js diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/VideoTimelinePlayer.js similarity index 100% rename from source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js rename to source/Ox.UI/js/Video/VideoTimelinePlayer.js diff --git a/source/Ox.UI/js/Window/Ox.Dialog.js b/source/Ox.UI/js/Window/Dialog.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Dialog.js rename to source/Ox.UI/js/Window/Dialog.js diff --git a/source/Ox.UI/js/Window/Ox.Layer.js b/source/Ox.UI/js/Window/Layer.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Layer.js rename to source/Ox.UI/js/Window/Layer.js diff --git a/source/Ox.UI/js/Window/Ox.Tooltip.js b/source/Ox.UI/js/Window/Tooltip.js similarity index 100% rename from source/Ox.UI/js/Window/Ox.Tooltip.js rename to source/Ox.UI/js/Window/Tooltip.js