File tree Expand file tree Collapse file tree 15 files changed +39
-34
lines changed Expand file tree Collapse file tree 15 files changed +39
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SpringRollStudio" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"jqueryui" : " *" ,
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > SpringRoll Studio</ title >
6
- < link href ="assets/css/libraries.css?v=0.2.1 " rel ="stylesheet ">
7
- < link href ="assets/css/main.css?v=0.2.1 " rel ="stylesheet ">
8
- < script src ="assets/js/libraries.js?v=0.2.1 "> </ script >
9
- < script src ="assets/js/main.js?v=0.2.1 "> </ script >
6
+ < link href ="assets/css/libraries.css?v=0.2.2 " rel ="stylesheet ">
7
+ < link href ="assets/css/main.css?v=0.2.2 " rel ="stylesheet ">
8
+ < script src ="assets/js/libraries.js?v=0.2.2 "> </ script >
9
+ < script src ="assets/js/main.js?v=0.2.2 "> </ script >
10
10
</ head >
11
11
< body >
12
12
< header >
13
- < img src ="assets/images/icon.png?v=0.2.1 " class ="logo ">
13
+ < img src ="assets/images/icon.png?v=0.2.2 " class ="logo ">
14
14
</ header >
15
15
< nav class ="modules btn-group ">
16
16
< a class ="btn btn-sm btn-primary " href ="new.html " id ="new " target ="_blank " title ="New Project " data-width ="550 " data-height ="670 " data-resizable ="false ">
37
37
< a class ="btn btn-primary btn-lg requires-project " href ="preview.html " id ="preview " target ="_blank " title ="Preview " data-width ="800 " data-height ="550 " data-min-height ="200 " data-min-width ="400 ">
38
38
< span class ="icon glyphicon glyphicon-search "> </ span > Preview
39
39
</ a >
40
- < a class ="btn btn-primary btn-lg " href ="remote.html " id ="remote " target ="_blank " title ="Remote Trace " data-width ="480 " data-height ="400 " data-min-height ="275 " data-min-width ="400 ">
40
+ </ div >
41
+ < div class ="modules hidden ">
42
+ < a class ="btn btn-primary btn-lg hidden " href ="remote.html " id ="remote " target ="_blank " title ="Remote Trace " data-width ="480 " data-height ="400 " data-min-height ="275 " data-min-width ="400 ">
41
43
< span class ="icon glyphicon glyphicon-send "> </ span > Remote Trace
42
44
</ a >
43
45
</ div >
44
- < footer class ="version "> Version < span id ="version "> 0.2.1 </ span > </ footer >
46
+ < footer class ="version "> Version < span id ="version "> 0.2.2 </ span > </ footer >
45
47
</ body >
46
48
</ html >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SpringRollStudio" ,
3
3
"description" : " Application for SpringRoll projects" ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/SpringRoll/SpringRollStudio"
15
15
"frame" : true ,
16
16
"position" : " center" ,
17
17
"width" : 300 ,
18
- "height" : 430 ,
18
+ "height" : 390 ,
19
19
"resizable" : false
20
20
},
21
21
"webkit" : {
Original file line number Diff line number Diff line change 4
4
# These three must be integers
5
5
!define VERSIONMAJOR 0
6
6
!define VERSIONMINOR 2
7
- !define VERSIONBUILD 1
7
+ !define VERSIONBUILD 2
8
8
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
9
9
# It is possible to use "mailto:" links in here to open the email client
10
10
!define HELPURL " https://github.com/SpringRoll/SpringRollStudio/issues"
Original file line number Diff line number Diff line change 4
4
# These three must be integers
5
5
!define VERSIONMAJOR 0
6
6
!define VERSIONMINOR 2
7
- !define VERSIONBUILD 1
7
+ !define VERSIONBUILD 2
8
8
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
9
9
# It is possible to use "mailto:" links in here to open the email client
10
10
!define HELPURL " https://github.com/SpringRoll/SpringRollStudio/issues"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SpringRollStudio" ,
3
3
"private" : true ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"dependencies" : {
6
6
"grunt" : " ^0.4.5" ,
7
7
"grunt-contrib-copy" : " ^0.7.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SpringRollStudio" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"main" : [
5
5
" components/node-webkit-app/src/utils/UpdateChecker.js" ,
6
6
" components/node-webkit-app/src/utils/Browser.js" ,
20
20
" components/bootstrap/dist/js/bootstrap.min.js" ,
21
21
" components/cloudkid-namespace/dist/namespace.min.js" ,
22
22
" components/bootstrap/less/bootstrap.less" ,
23
- " components/bootstrap/less/theme.less" ,
24
23
" components/bootstrap-confirmation/bootstrap-confirmation.js" ,
25
24
" components/underscore/underscore.js" ,
26
25
" components/wavesurfer.js/build/wavesurfer.min.js"
35
34
" components/bootstrap/dist/js/bootstrap.js" ,
36
35
" components/cloudkid-namespace/dist/namespace.js" ,
37
36
" components/bootstrap/less/bootstrap.less" ,
38
- " components/bootstrap/less/theme.less" ,
39
37
" components/bootstrap-confirmation/bootstrap-confirmation.js" ,
40
38
" components/underscore/underscore.js" ,
41
39
" components/wavesurfer.js/build/wavesurfer.min.js"
Original file line number Diff line number Diff line change 356
356
{
357
357
// Update the button's data source
358
358
button . data ( 'src' , src ) ;
359
+ this . list . setStatus ( button , this . project . captions [ alias ] ? 1 : 0 ) ;
359
360
360
361
// Make sure we clear the current button
361
362
if ( this . list . deselect ( alias ) )
Original file line number Diff line number Diff line change 47
47
overflow : hidden ;
48
48
width :200px ;
49
49
position : absolute ;
50
- background : linear-gradient ( to bottom , #428bca 0 , #2d6ca2 100 % ) ;
50
+ background : #428bca ;
51
51
box-shadow :none ;
52
52
color :#fff ;
53
53
height :30px ;
Original file line number Diff line number Diff line change 189
189
// check that file exists!
190
190
var button = $ ( "<button></button>" )
191
191
. addClass ( "btn btn-sm" )
192
- . html ( alias )
192
+ . text ( alias )
193
+ . attr ( 'title' , alias )
194
+ . tooltip ( {
195
+ container : 'body' ,
196
+ delay : { show : 1000 , hide : 100 }
197
+ } )
193
198
. attr ( 'data-alias' , alias )
194
199
. data ( 'alias' , alias )
195
200
. data ( 'status' , status )
259
264
260
265
if ( confirm ( message ) )
261
266
{
262
- this . parent . trigger ( 'selectAudioSrc' , [ alias , status == - 2 ] ) ;
267
+ this . parent . trigger ( 'selectAudioSrc' , [
268
+ alias ,
269
+ status == - 2 ,
270
+ button
271
+ ] ) ;
263
272
}
264
273
return ;
265
274
}
You can’t perform that action at this time.
0 commit comments