Skip to content

Commit

Permalink
Release 16323.311 (v3.1.1)
Browse files Browse the repository at this point in the history
New Elbow settings.  Updated SDK emblem logo and other small tweaks.
  • Loading branch information
Aric committed Nov 20, 2016
1 parent 3f4c93d commit 331032c
Show file tree
Hide file tree
Showing 33 changed files with 2,145 additions and 1,395 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LCARS SDK License 16276.31 (v3.1.0)
LCARS SDK License 16323.311 (v3.1.1)
Author: Aric McGriff
Email: contact@lcarssdk.org
Website: http://www.lcarssdk.org
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LCARS SDK 16276.31
LCARS SDK 16323.311
============

The LCARS SDK is a development kit and environment umbrella designed specifically for generating canon quality and functional interfaces with the LCARS methodology within a webview. Utilizing a webview the LCARS SDK can be applied to cross-modern internet browsers and both mobile and desktop applications. Anywhere a webview is in place the SDK could be used.
Expand Down
10 changes: 5 additions & 5 deletions interfaces/color-generator/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- LCARS SDK 16276.31
<!-- LCARS SDK 16323.311
- This file is a part of the LCARS SDK.
- https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
- For more information please go to http://www.lcarssdk.org.
Expand All @@ -18,8 +18,8 @@
<script type="text/javascript" src="../../lcarssdk/js/webviewinfo.js"></script>
<script type="text/javascript" src="../../lcarssdk/js/arrive.js"></script>
<script type="text/javascript" src="../../lcarssdk/js/lcarssdk.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/scrollButton/scrollButton.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/levelBar/levelBar.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/scrollbutton/scrollbutton.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/levelbar/levelbar.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/bracket/bracket.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/dialog/dialog.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/framing/framing.js"></script>
Expand All @@ -28,8 +28,8 @@
<script type="text/javascript" src="module.js"></script>

<link rel="stylesheet" type="text/css" href="../../lcarssdk/css/lcarssdk.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollButton/scrollButton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelBar/levelBar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollbutton/scrollbutton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelbar/levelbar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/bracket/bracket.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/dialog/dialog.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/framing/framing.css">
Expand Down
2 changes: 1 addition & 1 deletion interfaces/color-generator/module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
2 changes: 1 addition & 1 deletion interfaces/color-generator/module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
8 changes: 4 additions & 4 deletions interfaces/hardcode/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- LCARS SDK 16276.31
<!-- LCARS SDK 16323.311
- This file is a part of the LCARS SDK.
- https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
- For more information please go to http://www.lcarssdk.org.
Expand All @@ -16,8 +16,8 @@
<!--<base href="/">-->

<link rel="stylesheet" type="text/css" href="../../lcarssdk/css/lcarssdk.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollButton/scrollButton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelBar/levelBar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollbutton/scrollbutton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelbar/levelbar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/bracket/bracket.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/dialog/dialog.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/framing/framing.css">
Expand Down Expand Up @@ -95,7 +95,7 @@
<div class="button bg-green-2"></div>
</div>
<!--Column Spacer-->
<div class="wrapper" style="max-height: 190px; flex: 4; margin:0;"></div>
<div class="wrapper" style="max-height: 190px; flex: 4;"></div>
<!--Second Button Group-->
<div class="wrapper flexh button-wrap">
<div class="button bg-green-2 left"></div>
Expand Down
3 changes: 1 addition & 2 deletions interfaces/hardcode/module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand All @@ -23,7 +23,6 @@
.bracket{
width:305px;
height:255px;
margin-bottom:5px;
}

.button-wrap{
Expand Down
Binary file modified interfaces/visual-guide/emblem.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions interfaces/visual-guide/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- LCARS SDK 16276.31
<!-- LCARS SDK 16323.311
- This file is a part of the LCARS SDK.
- https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
- For more information please go to http://www.lcarssdk.org.
Expand All @@ -20,8 +20,8 @@
<script type="text/javascript" src="../../lcarssdk/js/webviewinfo.js"></script>
<script type="text/javascript" src="../../lcarssdk/js/arrive.js"></script>
<script type="text/javascript" src="../../lcarssdk/js/lcarssdk.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/scrollButton/scrollButton.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/levelBar/levelBar.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/scrollbutton/scrollbutton.js"></script>
<script type="text/javascript" src="../../lcarssdk/addons/levelbar/levelbar.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/bracket/bracket.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/dialog/dialog.js"></script>
<script type="text/javascript" src="../../lcarssdk/templates/framing/framing.js"></script>
Expand All @@ -30,8 +30,8 @@
<script type="text/javascript" src="module.js"></script>

<link rel="stylesheet" type="text/css" href="../../lcarssdk/css/lcarssdk.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollButton/scrollButton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelBar/levelBar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/scrollbutton/scrollbutton.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/addons/levelbar/levelbar.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/bracket/bracket.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/dialog/dialog.css">
<link rel="stylesheet" type="text/css" href="../../lcarssdk/templates/framing/framing.css">
Expand Down
2 changes: 1 addition & 1 deletion interfaces/visual-guide/module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
34 changes: 17 additions & 17 deletions interfaces/visual-guide/module.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lcarssdk/16276.31

This file was deleted.

1 change: 1 addition & 0 deletions lcarssdk/16323.32
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Released 11.19.2016 v3.1.1
8 changes: 8 additions & 0 deletions lcarssdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ BF/CO: Base templates tweaked and cleaned up
BF/CO: Assorted small issues on the addons.


16323.311-
EH: Updated all elbows with new settings. Should
be closer to canon material and lacking stylized
flavor from other fan projects.
CO: Updated bracket template to account for new elbows.
CO: Swapped svg/img emblem for the Visual Guide to the
SDK logo command emblem.

Legend -
BF: Bug Fix
CO: Cosmetic
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LCARS SDK License 16276.31 (v3.1.0)
LCARS SDK License 16323.311 (v3.1.1)
Author: Aric McGriff
Email: contact@lcarssdk.org
Website: http://www.lcarssdk.org
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LCARS SDK 16276.31
LCARS SDK 16323.311
============

The LCARS SDK is a development kit and environment umbrella designed specifically for generating canon quality and functional interfaces with the LCARS methodology within a webview. Utilizing a webview the LCARS SDK can be applied to cross-modern internet browsers and both mobile and desktop applications. Anywhere a webview is in place the SDK could be used.
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/addons/levelBar/levelBar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/addons/levelBar/levelBar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/addons/scrollbutton/scrollbutton.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down
2 changes: 1 addition & 1 deletion lcarssdk/addons/scrollbutton/scrollbutton.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** LCARS SDK 16276.31
/** LCARS SDK 16323.311
* This file is a part of the LCARS SDK.
* https://github.com/AricwithanA/LCARS-SDK/blob/master/LICENSE.md
* For more information please go to http://www.lcarssdk.org.
Expand Down

0 comments on commit 331032c

Please sign in to comment.