diff --git a/Base/usr/share/man/man5/GML-Introduction.md b/Base/usr/share/man/man5/GML-Introduction.md deleted file mode 100644 index 2b2ceaacca..0000000000 --- a/Base/usr/share/man/man5/GML-Introduction.md +++ /dev/null @@ -1,80 +0,0 @@ -## Name - -GUI Markup Language (GML) - -## Description - -GML is Serenity's graphic user interface (GUI) markup language. GML files are human-readable text files and have no easily detectable filemagic. The format is strongly influenced by QML, the Qt Modeling Language. - -It allows you to easily define GUI interfaces for your applications. It is easy to learn and use in C++. - -You can easily add GML files to your project in Hack Studio either using - -`Project > New > GML File` - -Or right clicking on a folder in the TreeView and using - -`New > GML File` - -## See also - -- [gml-format(1)](help://man/1/gml-format) formats your GML files. -- [GML Playground(1)](help://man/1/GMLPlayground) is an interactive GML creation tool. - -### List of GML manpages - -- [Using GML](help://man/5/GML-Usage) -- [GML syntax](help://man/5/GML-Syntax) -- Extending GML - - [Define properties](help://man/5/GML-Define-property) - - [Define widgets](help://man/5/GML-Define-widget) -- GML object and property reference - - [Core::Object](help://man/5/GML-CoreObject) - - [UI Dimensions](help://man/5/GML-UI-Dimensions) - - Layouts - - [HorizontalBoxLayout](help://man/5/GML-Layout-HorizontalBoxLayout) - - [VerticalBoxLayout](help://man/5/GML-Layout-VerticalBoxLayout) - - Widgets - - [Breadcrumbbar](help://man/5/GML-Widget-Breadcrumbbar) - - [Button](help://man/5/GML-Widget-Button) - - [Calendar](help://man/5/GML-Widget-Calendar) - - [CheckBox](help://man/5/GML-Widget-CheckBox) - - [ColorInput](help://man/5/GML-Widget-ColorInput) - - [ComboBox](help://man/5/GML-Widget-ComboBox) - - [Frame](help://man/5/GML-Widget-Frame) - - [GroupBox](help://man/5/GML-Widget-GroupBox) - - [HorizontalProgressbar](help://man/5/GML-Widget-HorizontalProgressbar) - - [HorizontalSeparator](help://man/5/GML-Widget-HorizontalSeparator) - - [HorizontalSlider](help://man/5/GML-Widget-HorizontalSlider) - - [HorizontalSplitter](help://man/5/GML-Widget-HorizontalSplitter) - - [IconView](help://man/5/GML-Widget-IconView) - - [ImageWidget](help://man/5/GML-Widget-ImageWidget) - - [Label](help://man/5/GML-Widget-Label) - - [ListView](help://man/5/GML-Widget-ListView) - - [MultiView](help://man/5/GML-Widget-MultiView) - - [OpacitySlider](help://man/5/GML-Widget-OpacitySlider) - - [PasswordBox](help://man/5/GML-Widget-PasswordBox) - - [Progressbar](help://man/5/GML-Widget-Progressbar) - - [RadioButton](help://man/5/GML-Widget-RadioButton) - - [ScrollableContainerWidget](help://man/5/GML-Widget-ScrollableContainerWidget) - - [Scrollbar](help://man/5/GML-Widget-Scrollbar) - - [Slider](help://man/5/GML-Widget-Slider) - - [SpinBox](help://man/5/GML-Widget-SpinBox) - - [StackWidget](help://man/5/GML-Widget-StackWidget) - - [Statusbar](help://man/5/GML-Widget-Statusbar) - - [TableView](help://man/5/GML-Widget-TableView) - - [TabWidget](help://man/5/GML-Widget-TabWidget) - - [TextBox](help://man/5/GML-Widget-TextBox) - - [TextEditor](help://man/5/GML-Widget-TextEditor) - - [Toolbar](help://man/5/GML-Widget-Toolbar) - - [ToolbarContainer](help://man/5/GML-Widget-ToolbarContainer) - - [Tray](help://man/5/GML-Widget-Tray) - - [TreeView](help://man/5/GML-Widget-TreeView) - - [UrlBox](help://man/5/GML-Widget-UrlBox) - - [ValueSlider](help://man/5/GML-Widget-ValueSlider) - - [VerticalProgressbar](help://man/5/GML-Widget-VerticalProgressbar) - - [VerticalSeparator](help://man/5/GML-Widget-VerticalSeparator) - - [VerticalSlider](help://man/5/GML-Widget-VerticalSlider) - - [VerticalSplitter](help://man/5/GML-Widget-VerticalSplitter) - - [Widget](help://man/5/GML-Widget) - diff --git a/Base/usr/share/man/man5/GML.md b/Base/usr/share/man/man5/GML.md deleted file mode 120000 index 35d9c62a8e..0000000000 --- a/Base/usr/share/man/man5/GML.md +++ /dev/null @@ -1 +0,0 @@ -GML-Introduction.md \ No newline at end of file diff --git a/Base/usr/share/man/man5/GML.md b/Base/usr/share/man/man5/GML.md new file mode 100644 index 0000000000..dc7e30bf89 --- /dev/null +++ b/Base/usr/share/man/man5/GML.md @@ -0,0 +1,79 @@ +## Name + +GUI Markup Language (GML) + +## Description + +GML is Serenity's graphic user interface (GUI) markup language. GML files are human-readable text files and have no easily detectable filemagic. The format is strongly influenced by QML, the Qt Modeling Language. + +It allows you to easily define GUI interfaces for your applications. It is easy to learn and use in C++. + +You can easily add GML files to your project in Hack Studio either using + +`Project > New > GML File` + +Or right clicking on a folder in the TreeView and using + +`New > GML File` + +## See also + +- [gml-format(1)](help://man/1/gml-format) formats your GML files. +- [GML Playground(1)](help://man/1/GMLPlayground) is an interactive GML creation tool. + +### List of GML manpages + +- [Using GML](help://man/5/GML/Usage) +- [GML syntax](help://man/5/GML/Syntax) +- Extending GML + - [Define properties](help://man/5/GML/Define-property) + - [Define widgets](help://man/5/GML/Define-widget) +- GML object and property reference + - [Core::Object](help://man/5/GML/CoreObject) + - [UI Dimensions](help://man/5/GML/UI-Dimensions) + - Layouts + - [HorizontalBoxLayout](help://man/5/GML/Layout-HorizontalBoxLayout) + - [VerticalBoxLayout](help://man/5/GML/Layout-VerticalBoxLayout) + - Widgets + - [Breadcrumbbar](help://man/5/GML/Widget-Breadcrumbbar) + - [Button](help://man/5/GML/Widget-Button) + - [Calendar](help://man/5/GML/Widget-Calendar) + - [CheckBox](help://man/5/GML/Widget-CheckBox) + - [ColorInput](help://man/5/GML/Widget-ColorInput) + - [ComboBox](help://man/5/GML/Widget-ComboBox) + - [Frame](help://man/5/GML/Widget-Frame) + - [GroupBox](help://man/5/GML/Widget-GroupBox) + - [HorizontalProgressbar](help://man/5/GML/Widget-HorizontalProgressbar) + - [HorizontalSeparator](help://man/5/GML/Widget-HorizontalSeparator) + - [HorizontalSlider](help://man/5/GML/Widget-HorizontalSlider) + - [HorizontalSplitter](help://man/5/GML/Widget-HorizontalSplitter) + - [IconView](help://man/5/GML/Widget-IconView) + - [ImageWidget](help://man/5/GML/Widget-ImageWidget) + - [Label](help://man/5/GML/Widget-Label) + - [ListView](help://man/5/GML/Widget-ListView) + - [MultiView](help://man/5/GML/Widget-MultiView) + - [OpacitySlider](help://man/5/GML/Widget-OpacitySlider) + - [PasswordBox](help://man/5/GML/Widget-PasswordBox) + - [Progressbar](help://man/5/GML/Widget-Progressbar) + - [RadioButton](help://man/5/GML/Widget-RadioButton) + - [ScrollableContainerWidget](help://man/5/GML/Widget-ScrollableContainerWidget) + - [Scrollbar](help://man/5/GML/Widget-Scrollbar) + - [Slider](help://man/5/GML/Widget-Slider) + - [SpinBox](help://man/5/GML/Widget-SpinBox) + - [StackWidget](help://man/5/GML/Widget-StackWidget) + - [Statusbar](help://man/5/GML/Widget-Statusbar) + - [TableView](help://man/5/GML/Widget-TableView) + - [TabWidget](help://man/5/GML/Widget-TabWidget) + - [TextBox](help://man/5/GML/Widget-TextBox) + - [TextEditor](help://man/5/GML/Widget-TextEditor) + - [Toolbar](help://man/5/GML/Widget-Toolbar) + - [ToolbarContainer](help://man/5/GML/Widget-ToolbarContainer) + - [Tray](help://man/5/GML/Widget-Tray) + - [TreeView](help://man/5/GML/Widget-TreeView) + - [UrlBox](help://man/5/GML/Widget-UrlBox) + - [ValueSlider](help://man/5/GML/Widget-ValueSlider) + - [VerticalProgressbar](help://man/5/GML/Widget-VerticalProgressbar) + - [VerticalSeparator](help://man/5/GML/Widget-VerticalSeparator) + - [VerticalSlider](help://man/5/GML/Widget-VerticalSlider) + - [VerticalSplitter](help://man/5/GML/Widget-VerticalSplitter) + - [Widget](help://man/5/GML/Widget) diff --git a/Base/usr/share/man/man5/GML-CoreObject.md b/Base/usr/share/man/man5/GML/CoreObject.md similarity index 100% rename from Base/usr/share/man/man5/GML-CoreObject.md rename to Base/usr/share/man/man5/GML/CoreObject.md diff --git a/Base/usr/share/man/man5/GML-Define-property.md b/Base/usr/share/man/man5/GML/Define-property.md similarity index 94% rename from Base/usr/share/man/man5/GML-Define-property.md rename to Base/usr/share/man/man5/GML/Define-property.md index de0869cc36..2174c691b2 100644 --- a/Base/usr/share/man/man5/GML-Define-property.md +++ b/Base/usr/share/man/man5/GML/Define-property.md @@ -12,7 +12,7 @@ Widgets understand all properties defined by their parents. Such as `x`, `y`, `n ## `REGISTER_*` macros -There is one REGISTER macro for every generic property type, a list of which can be found in [GML Syntax(5)](help://man/5/GML-Syntax#Properties). If you need special behavior for one single property, it is usually enough to re-use one of the property types and do extra handling in the setter and getter. +There is one REGISTER macro for every generic property type, a list of which can be found in [GML Syntax(5)](help://man/5/GML/Syntax#Properties). If you need special behavior for one single property, it is usually enough to re-use one of the property types and do extra handling in the setter and getter. The general syntax of the macros is as follows: @@ -37,4 +37,4 @@ REGISTER_ENUM_PROPERTY( ## See also -- [GML Define widget(5)](help://man/5/GML-Define-widget) +- [GML Define widget(5)](help://man/5/GML/Define-widget) diff --git a/Base/usr/share/man/man5/GML-Define-widget.md b/Base/usr/share/man/man5/GML/Define-widget.md similarity index 94% rename from Base/usr/share/man/man5/GML-Define-widget.md rename to Base/usr/share/man/man5/GML/Define-widget.md index a8c25605a0..692c226e75 100644 --- a/Base/usr/share/man/man5/GML-Define-widget.md +++ b/Base/usr/share/man/man5/GML/Define-widget.md @@ -47,4 +47,4 @@ OutOfProcessWebView::OutOfProcessWebView() ## See also -- [GML Define property(5)](help://man/5/GML-Define-property) +- [GML Define property(5)](help://man/5/GML/Define-property) diff --git a/Base/usr/share/man/man5/GML-Layout-HorizontalBoxLayout.md b/Base/usr/share/man/man5/GML/Layout-HorizontalBoxLayout.md similarity index 88% rename from Base/usr/share/man/man5/GML-Layout-HorizontalBoxLayout.md rename to Base/usr/share/man/man5/GML/Layout-HorizontalBoxLayout.md index cee29347cd..80e4d2deec 100644 --- a/Base/usr/share/man/man5/GML-Layout-HorizontalBoxLayout.md +++ b/Base/usr/share/man/man5/GML/Layout-HorizontalBoxLayout.md @@ -18,4 +18,4 @@ Defines a horizontal GUI box layout. This is a layout object that lays out widge ## See also -- [Layout](help://man/5/GML-Layout) +- [Layout](help://man/5/GML/Layout) diff --git a/Base/usr/share/man/man5/GML-Layout-VerticalBoxLayout.md b/Base/usr/share/man/man5/GML/Layout-VerticalBoxLayout.md similarity index 87% rename from Base/usr/share/man/man5/GML-Layout-VerticalBoxLayout.md rename to Base/usr/share/man/man5/GML/Layout-VerticalBoxLayout.md index 49731df478..122e7d6d5a 100644 --- a/Base/usr/share/man/man5/GML-Layout-VerticalBoxLayout.md +++ b/Base/usr/share/man/man5/GML/Layout-VerticalBoxLayout.md @@ -18,4 +18,4 @@ Defines a vertical GUI box layout. This is a layout object that lays out widgets ## See also -- [Layout](help://man/5/GML-Layout) +- [Layout](help://man/5/GML/Layout) diff --git a/Base/usr/share/man/man5/GML-Layout.md b/Base/usr/share/man/man5/GML/Layout.md similarity index 82% rename from Base/usr/share/man/man5/GML-Layout.md rename to Base/usr/share/man/man5/GML/Layout.md index 33c94df459..aa635d557b 100644 --- a/Base/usr/share/man/man5/GML-Layout.md +++ b/Base/usr/share/man/man5/GML/Layout.md @@ -15,5 +15,5 @@ Abstract base class for layout objects, not used directly. Common properties of ## See also -- [HorizontalBoxLayout](help://man/5/GML-Layout-HorizontalBoxLayout) -- [VerticalBoxLayout](help://man/5/GML-Layout-VerticalBoxLayout) +- [HorizontalBoxLayout](help://man/5/GML/Layout-HorizontalBoxLayout) +- [VerticalBoxLayout](help://man/5/GML/Layout-VerticalBoxLayout) diff --git a/Base/usr/share/man/man5/GML-Syntax.md b/Base/usr/share/man/man5/GML/Syntax.md similarity index 98% rename from Base/usr/share/man/man5/GML-Syntax.md rename to Base/usr/share/man/man5/GML/Syntax.md index 533318bcac..bf24e7f7ba 100644 --- a/Base/usr/share/man/man5/GML-Syntax.md +++ b/Base/usr/share/man/man5/GML/Syntax.md @@ -34,7 +34,7 @@ Each widget (or `Core::Object`, more generally) begins with `@`, with the name o As seen above, C-style single line comments with `//` are possible. -Inside an object, we declare the properties of the object as well as all of its children. The children are other widgets, specified plainly, while the properties take the form `key: value`. For almost all properties, the value is a JSON value, and each property expects a different kind of value. The documentation for each widget object contains information about the supported properties, their possible values, and what the properties do. Quite some properties are common to all widgets, see [GML-Widget(5)](help://man/5/GML-Widget). +Inside an object, we declare the properties of the object as well as all of its children. The children are other widgets, specified plainly, while the properties take the form `key: value`. For almost all properties, the value is a JSON value, and each property expects a different kind of value. The documentation for each widget object contains information about the supported properties, their possible values, and what the properties do. Quite some properties are common to all widgets, see [GML/Widget(5)](help://man/5/GML/Widget). ```gml // A 20x200 coolbar button with text. @@ -90,7 +90,7 @@ A property's `value` is required to be either a JSON value or another object. Ob Among the supported JSON values, these types can be further distinguished: - `int`: Regular JSON integer, note that JSON floats are not currently used. -- `ui_dimension`: either positive integers, that work just like `int`, or special meaning values as JSON strings; see [UI Dimensions](help://man/5/GML-UI-Dimensions) +- `ui_dimension`: either positive integers, that work just like `int`, or special meaning values as JSON strings; see [UI Dimensions](help://man/5/GML/UI-Dimensions) - `bool`: Regular JSON boolean, may be enclosed in quotes but this is discouraged. - `string`: JSON string, also used as a basis for other types. - `readonly_string`: String-valued property that cannot be changed from C++ later. @@ -230,4 +230,3 @@ GML files can be found in the SerenityOS source tree with the `*.gml` extension. } } ``` - diff --git a/Base/usr/share/man/man5/GML-UI-Dimensions.md b/Base/usr/share/man/man5/GML/UI-Dimensions.md similarity index 100% rename from Base/usr/share/man/man5/GML-UI-Dimensions.md rename to Base/usr/share/man/man5/GML/UI-Dimensions.md diff --git a/Base/usr/share/man/man5/GML-Usage.md b/Base/usr/share/man/man5/GML/Usage.md similarity index 100% rename from Base/usr/share/man/man5/GML-Usage.md rename to Base/usr/share/man/man5/GML/Usage.md diff --git a/Base/usr/share/man/man5/GML-Widget-Breadcrumbbar.md b/Base/usr/share/man/man5/GML/Widget-Breadcrumbbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Breadcrumbbar.md rename to Base/usr/share/man/man5/GML/Widget-Breadcrumbbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-Button.md b/Base/usr/share/man/man5/GML/Widget-Button.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Button.md rename to Base/usr/share/man/man5/GML/Widget-Button.md diff --git a/Base/usr/share/man/man5/GML-Widget-Calendar.md b/Base/usr/share/man/man5/GML/Widget-Calendar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Calendar.md rename to Base/usr/share/man/man5/GML/Widget-Calendar.md diff --git a/Base/usr/share/man/man5/GML-Widget-CheckBox.md b/Base/usr/share/man/man5/GML/Widget-CheckBox.md similarity index 94% rename from Base/usr/share/man/man5/GML-Widget-CheckBox.md rename to Base/usr/share/man/man5/GML/Widget-CheckBox.md index cc62c7c1be..fd2adf1e7a 100644 --- a/Base/usr/share/man/man5/GML-Widget-CheckBox.md +++ b/Base/usr/share/man/man5/GML/Widget-CheckBox.md @@ -33,4 +33,4 @@ Defines a GUI checkbox widget. | checkbox_position | String | "Left" or "Right" | Place the checkbox itself on either the left or right of its label | ## See also -- [GML Button](help://man/5/GML-Widget-Button) +- [GML Button](help://man/5/GML/Widget-Button) diff --git a/Base/usr/share/man/man5/GML-Widget-ColorInput.md b/Base/usr/share/man/man5/GML/Widget-ColorInput.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ColorInput.md rename to Base/usr/share/man/man5/GML/Widget-ColorInput.md diff --git a/Base/usr/share/man/man5/GML-Widget-ComboBox.md b/Base/usr/share/man/man5/GML/Widget-ComboBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ComboBox.md rename to Base/usr/share/man/man5/GML/Widget-ComboBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-Frame.md b/Base/usr/share/man/man5/GML/Widget-Frame.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Frame.md rename to Base/usr/share/man/man5/GML/Widget-Frame.md diff --git a/Base/usr/share/man/man5/GML-Widget-GroupBox.md b/Base/usr/share/man/man5/GML/Widget-GroupBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-GroupBox.md rename to Base/usr/share/man/man5/GML/Widget-GroupBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-HorizontalProgressbar.md b/Base/usr/share/man/man5/GML/Widget-HorizontalProgressbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-HorizontalProgressbar.md rename to Base/usr/share/man/man5/GML/Widget-HorizontalProgressbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-HorizontalSeparator.md b/Base/usr/share/man/man5/GML/Widget-HorizontalSeparator.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-HorizontalSeparator.md rename to Base/usr/share/man/man5/GML/Widget-HorizontalSeparator.md diff --git a/Base/usr/share/man/man5/GML-Widget-HorizontalSlider.md b/Base/usr/share/man/man5/GML/Widget-HorizontalSlider.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-HorizontalSlider.md rename to Base/usr/share/man/man5/GML/Widget-HorizontalSlider.md diff --git a/Base/usr/share/man/man5/GML-Widget-HorizontalSplitter.md b/Base/usr/share/man/man5/GML/Widget-HorizontalSplitter.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-HorizontalSplitter.md rename to Base/usr/share/man/man5/GML/Widget-HorizontalSplitter.md diff --git a/Base/usr/share/man/man5/GML-Widget-IconView.md b/Base/usr/share/man/man5/GML/Widget-IconView.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-IconView.md rename to Base/usr/share/man/man5/GML/Widget-IconView.md diff --git a/Base/usr/share/man/man5/GML-Widget-ImageWidget.md b/Base/usr/share/man/man5/GML/Widget-ImageWidget.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ImageWidget.md rename to Base/usr/share/man/man5/GML/Widget-ImageWidget.md diff --git a/Base/usr/share/man/man5/GML-Widget-Label.md b/Base/usr/share/man/man5/GML/Widget-Label.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Label.md rename to Base/usr/share/man/man5/GML/Widget-Label.md diff --git a/Base/usr/share/man/man5/GML-Widget-LinkLabel.md b/Base/usr/share/man/man5/GML/Widget-LinkLabel.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-LinkLabel.md rename to Base/usr/share/man/man5/GML/Widget-LinkLabel.md diff --git a/Base/usr/share/man/man5/GML-Widget-ListView.md b/Base/usr/share/man/man5/GML/Widget-ListView.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ListView.md rename to Base/usr/share/man/man5/GML/Widget-ListView.md diff --git a/Base/usr/share/man/man5/GML-Widget-MultiView.md b/Base/usr/share/man/man5/GML/Widget-MultiView.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-MultiView.md rename to Base/usr/share/man/man5/GML/Widget-MultiView.md diff --git a/Base/usr/share/man/man5/GML-Widget-OpacitySlider.md b/Base/usr/share/man/man5/GML/Widget-OpacitySlider.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-OpacitySlider.md rename to Base/usr/share/man/man5/GML/Widget-OpacitySlider.md diff --git a/Base/usr/share/man/man5/GML-Widget-PasswordBox.md b/Base/usr/share/man/man5/GML/Widget-PasswordBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-PasswordBox.md rename to Base/usr/share/man/man5/GML/Widget-PasswordBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-Progressbar.md b/Base/usr/share/man/man5/GML/Widget-Progressbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Progressbar.md rename to Base/usr/share/man/man5/GML/Widget-Progressbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-RadioButton.md b/Base/usr/share/man/man5/GML/Widget-RadioButton.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-RadioButton.md rename to Base/usr/share/man/man5/GML/Widget-RadioButton.md diff --git a/Base/usr/share/man/man5/GML-Widget-ScrollableContainerWidget.md b/Base/usr/share/man/man5/GML/Widget-ScrollableContainerWidget.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ScrollableContainerWidget.md rename to Base/usr/share/man/man5/GML/Widget-ScrollableContainerWidget.md diff --git a/Base/usr/share/man/man5/GML-Widget-Scrollbar.md b/Base/usr/share/man/man5/GML/Widget-Scrollbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Scrollbar.md rename to Base/usr/share/man/man5/GML/Widget-Scrollbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-Slider.md b/Base/usr/share/man/man5/GML/Widget-Slider.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Slider.md rename to Base/usr/share/man/man5/GML/Widget-Slider.md diff --git a/Base/usr/share/man/man5/GML-Widget-SpinBox.md b/Base/usr/share/man/man5/GML/Widget-SpinBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-SpinBox.md rename to Base/usr/share/man/man5/GML/Widget-SpinBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-StackWidget.md b/Base/usr/share/man/man5/GML/Widget-StackWidget.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-StackWidget.md rename to Base/usr/share/man/man5/GML/Widget-StackWidget.md diff --git a/Base/usr/share/man/man5/GML-Widget-Statusbar.md b/Base/usr/share/man/man5/GML/Widget-Statusbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Statusbar.md rename to Base/usr/share/man/man5/GML/Widget-Statusbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-TabWidget.md b/Base/usr/share/man/man5/GML/Widget-TabWidget.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-TabWidget.md rename to Base/usr/share/man/man5/GML/Widget-TabWidget.md diff --git a/Base/usr/share/man/man5/GML-Widget-TableView.md b/Base/usr/share/man/man5/GML/Widget-TableView.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-TableView.md rename to Base/usr/share/man/man5/GML/Widget-TableView.md diff --git a/Base/usr/share/man/man5/GML-Widget-TextBox.md b/Base/usr/share/man/man5/GML/Widget-TextBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-TextBox.md rename to Base/usr/share/man/man5/GML/Widget-TextBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-TextEditor.md b/Base/usr/share/man/man5/GML/Widget-TextEditor.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-TextEditor.md rename to Base/usr/share/man/man5/GML/Widget-TextEditor.md diff --git a/Base/usr/share/man/man5/GML-Widget-Toolbar.md b/Base/usr/share/man/man5/GML/Widget-Toolbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Toolbar.md rename to Base/usr/share/man/man5/GML/Widget-Toolbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-ToolbarContainer.md b/Base/usr/share/man/man5/GML/Widget-ToolbarContainer.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ToolbarContainer.md rename to Base/usr/share/man/man5/GML/Widget-ToolbarContainer.md diff --git a/Base/usr/share/man/man5/GML-Widget-Tray.md b/Base/usr/share/man/man5/GML/Widget-Tray.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-Tray.md rename to Base/usr/share/man/man5/GML/Widget-Tray.md diff --git a/Base/usr/share/man/man5/GML-Widget-TreeView.md b/Base/usr/share/man/man5/GML/Widget-TreeView.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-TreeView.md rename to Base/usr/share/man/man5/GML/Widget-TreeView.md diff --git a/Base/usr/share/man/man5/GML-Widget-UrlBox.md b/Base/usr/share/man/man5/GML/Widget-UrlBox.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-UrlBox.md rename to Base/usr/share/man/man5/GML/Widget-UrlBox.md diff --git a/Base/usr/share/man/man5/GML-Widget-ValueSlider.md b/Base/usr/share/man/man5/GML/Widget-ValueSlider.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-ValueSlider.md rename to Base/usr/share/man/man5/GML/Widget-ValueSlider.md diff --git a/Base/usr/share/man/man5/GML-Widget-VerticalProgressbar.md b/Base/usr/share/man/man5/GML/Widget-VerticalProgressbar.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-VerticalProgressbar.md rename to Base/usr/share/man/man5/GML/Widget-VerticalProgressbar.md diff --git a/Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md b/Base/usr/share/man/man5/GML/Widget-VerticalSeparator.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-VerticalSeparator.md rename to Base/usr/share/man/man5/GML/Widget-VerticalSeparator.md diff --git a/Base/usr/share/man/man5/GML-Widget-VerticalSlider.md b/Base/usr/share/man/man5/GML/Widget-VerticalSlider.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-VerticalSlider.md rename to Base/usr/share/man/man5/GML/Widget-VerticalSlider.md diff --git a/Base/usr/share/man/man5/GML-Widget-VerticalSplitter.md b/Base/usr/share/man/man5/GML/Widget-VerticalSplitter.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget-VerticalSplitter.md rename to Base/usr/share/man/man5/GML/Widget-VerticalSplitter.md diff --git a/Base/usr/share/man/man5/GML-Widget.md b/Base/usr/share/man/man5/GML/Widget.md similarity index 100% rename from Base/usr/share/man/man5/GML-Widget.md rename to Base/usr/share/man/man5/GML/Widget.md