Skip to content

Commit

Permalink
new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Feb 3, 2017
1 parent 5f21b91 commit c26496c
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/views/emuwebapp.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<!-- end: bottom menu bar -->

<!-- start: large text input field -->
<large-text-field-input></large-text-field-input>
<!--<large-text-field-input></large-text-field-input>-->

<!-- start: perspectives menu bar (right) -->
<perspectives></perspectives>
Expand Down
20 changes: 16 additions & 4 deletions dist/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# What's New

## Version 0.1.03
## Version 0.1.4

### new features / performance tweaks / improvements

- show hierarchy now shows all paths through hierarchy (excluding partial paths) not only paths ending in levels with time (SEGMENT and EVENT levels)
- $http.get() handling is now compatible to AngularJS 1.6.0)
- ctrl + play shortcut buttons while in text edit mode now works

### bug fixes

- show hierarchy button not shown when annotJSON files are drag & dropped onto drop zone

## Version 0.1.3

### new features / performance tweaks / improvements

Expand All @@ -13,7 +25,7 @@

- fixed bad anagest implementation

## Version 0.1.02
## Version 0.1.2

### new features / performance tweaks / improvements

Expand All @@ -24,7 +36,7 @@

- labels in hierarchy view can now be edited in Firefox

## Version 0.1.01
## Version 0.1.1

### new features / performance tweaks / improvements

Expand All @@ -47,7 +59,7 @@
- fixed problem of loaded color in bundleListSideBar when same bundle name in different sessions (issue \#192)
- fixed problem of not being able to play first segment if it starts at sampleStart = 0 (issue \#195)

## Version 0.1.00
## Version 0.1.0

- manual bootstrapping
- serverUrl now available as GET parameter
Expand Down
3 changes: 2 additions & 1 deletion dist/configFiles/default_emuwebappConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"drawZeroLine": true,
"bundleComments": false,
"bundleFinishedEditing": false,
"showPerspectivesSidebar": false
"showPerspectivesSidebar": false,
"useLargeTextInputField": false
},
"activeButtons": {
"addLevelSeg": false,
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" manifest="manifest.appcache"> <!--<![endif]--> <!-- add/remove ng-csp to html tag if you wish to use as chrome app -> slows everything down quite a bit(~ 30%) --> <!-- removed from html for now--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>EMU-webApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width,user-scalable=no"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- icons --> <link rel="apple-touch-icon" sizes="57x57" href="assets/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="assets/favicon-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="assets/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="assets/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32"> <meta name="msapplication-TileColor" content="#0DC5FF"> <meta name="msapplication-TileImage" content="assets/mstile-144x144.png"> <!-- endicons --> <link rel="stylesheet" href="styles/vendor.4ec8a500.css"> <!-- endbuild --> <link rel="stylesheet" href="styles/main.9ae3e3fd.css"> <!-- set basedir for angular app change if not running in root of server--> <base href="/EMU-webApp/"> </head> <body ng-app="emuwebApp"> <!-- use this div if you want to run the embedded version
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" manifest="manifest.appcache"> <!--<![endif]--> <!-- add/remove ng-csp to html tag if you wish to use as chrome app -> slows everything down quite a bit(~ 30%) --> <!-- removed from html for now--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>EMU-webApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width,user-scalable=no"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- icons --> <link rel="apple-touch-icon" sizes="57x57" href="assets/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon-180x180.png"> <link rel="icon" type="image/png" href="assets/favicon-192x192.png" sizes="192x192"> <link rel="icon" type="image/png" href="assets/favicon-160x160.png" sizes="160x160"> <link rel="icon" type="image/png" href="assets/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32"> <meta name="msapplication-TileColor" content="#0DC5FF"> <meta name="msapplication-TileImage" content="assets/mstile-144x144.png"> <!-- endicons --> <link rel="stylesheet" href="styles/vendor.4ec8a500.css"> <!-- endbuild --> <link rel="stylesheet" href="styles/main.f7b81cd5.css"> <!-- set basedir for angular app change if not running in root of server--> <base href="/EMU-webApp/"> </head> <body ng-app="emuwebApp"> <!-- use this div if you want to run the embedded version
<div style="position: relative; height:75%; width:50%; margin-left: 25%; margin-top: 4%;">
<emuwebapp class="emuwebapp" audio-get-url="/testData/oldFormat/msajc003/msajc003.wav" label-get-url="/testData/oldFormat/msajc003/msajc003.TextGrid" label-type="TEXTGRID"></emuwebapp>
</div>
Expand All @@ -10,4 +10,4 @@
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-51798885-1');
ga('send', 'pageview'); </script> <script src="scripts/vendor.bbf54c88.js"></script> <script src="scripts/scripts.2d7066bc.js"></script> </body> </html>
ga('send', 'pageview'); </script> <script src="scripts/vendor.bbf54c88.js"></script> <script src="scripts/scripts.7852443b.js"></script> </body> </html>
6 changes: 3 additions & 3 deletions dist/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# rev 1 - 2016-11-29T17:07:54.598Z
# rev 1 - 2017-02-03T10:32:15.025Z

CACHE:
404.html
Expand Down Expand Up @@ -86,14 +86,14 @@ schemaFiles/DBconfigFileSchema.json
schemaFiles/designSchema.json
schemaFiles/emuwebappConfigSchema.json
schemaFiles/globalDBschema.json
scripts/scripts.2d7066bc.js
scripts/scripts.7852443b.js
scripts/vendor.bbf54c88.js
scripts/workers/espsParserWorkerClass.b0aafef4.js
scripts/workers/spectroDrawingWorkerClass.df6326fc.js
scripts/workers/ssffParserWorkerClass.889a6601.js
scripts/workers/textGridParserWorkerClass.08a8b2a5.js
scripts/workers/wavParserWorkerClass.47725c6f.js
styles/main.9ae3e3fd.css
styles/main.f7b81cd5.css
styles/vendor.4ec8a500.css

NETWORK:
Expand Down
6 changes: 3 additions & 3 deletions dist/manual/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ author: Raphael Winkelmann
![icon](assets/EMU-webAppIcon-roundCorners.svg)


- **Version: 0.1.03**
- *Build time stamp: Tue Nov 29 2016 18:07:53*
- *Build GIT SHA-1: 74af4246dd4b143517b7a60477184faafba17212 - master*
- **Version: 0.1.4**
- *Build time stamp: Fri Feb 03 2017 11:32:14*
- *Build GIT SHA-1: 5f21b91cb23b083443005c51555a157be2913fd9 - master*
- *EMU-webApp-websocket-protocol version: 0.0.2*

---------------------
Expand Down
5 changes: 4 additions & 1 deletion dist/schemaFiles/emuwebappConfigSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,12 @@
},
"showPerspectivesSidebar": {
"type": "boolean"
},
"useLargeTextInputField": {
"type": "boolean"
}
},
"required": ["playback", "correctionTool", "editItemSize", "editItemName", "deleteItemBoundary", "deleteItem", "deleteLevel", "addItem", "drawCrossHairs", "drawSampleNrs", "drawZeroLine", "bundleComments", "bundleFinishedEditing", "showPerspectivesSidebar"],
"required": ["playback", "correctionTool", "editItemSize", "editItemName", "deleteItemBoundary", "deleteItem", "deleteLevel", "addItem", "drawCrossHairs", "drawSampleNrs", "drawZeroLine", "bundleComments", "bundleFinishedEditing", "showPerspectivesSidebar", "useLargeTextInputField"],
"additionalProperties": false

},
Expand Down
11 changes: 0 additions & 11 deletions dist/scripts/scripts.2d7066bc.js

This file was deleted.

11 changes: 11 additions & 0 deletions dist/scripts/scripts.7852443b.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit c26496c

Please sign in to comment.