diff --git a/bbb-video/build.gradle b/bbb-video/build.gradle
index 18d044f8f4..9812c069e8 100755
--- a/bbb-video/build.gradle
+++ b/bbb-video/build.gradle
@@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'
// Red5
- providedCompile 'org/red5:red5:1.0r4627@jar'
+ providedCompile 'org/red5:red5:1.0r4630@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
diff --git a/bbb-voice/build.gradle b/bbb-voice/build.gradle
index 858962ffcd..0cd3cf8745 100755
--- a/bbb-voice/build.gradle
+++ b/bbb-voice/build.gradle
@@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'
// Red5
- providedCompile 'org/red5:red5:1.0r4627@jar'
+ providedCompile 'org/red5:red5:1.0r4630@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
diff --git a/bigbluebutton-apps/build.gradle b/bigbluebutton-apps/build.gradle
index 1143c5432c..08f579c760 100755
--- a/bigbluebutton-apps/build.gradle
+++ b/bigbluebutton-apps/build.gradle
@@ -73,7 +73,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'
// Red5
- providedCompile 'org/red5:red5:1.0r4627@jar'
+ providedCompile 'org/red5:red5:1.0r4630@jar'
// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
diff --git a/bigbluebutton-client/.actionScriptProperties b/bigbluebutton-client/.actionScriptProperties
deleted file mode 100755
index caada6e057..0000000000
--- a/bigbluebutton-client/.actionScriptProperties
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/bigbluebutton-client/.actionScriptProperties.orig b/bigbluebutton-client/.actionScriptProperties.orig
deleted file mode 100755
index 45947dfd62..0000000000
--- a/bigbluebutton-client/.actionScriptProperties.orig
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/bigbluebutton-client/.flexProperties b/bigbluebutton-client/.flexProperties
deleted file mode 100755
index afb930671b..0000000000
--- a/bigbluebutton-client/.flexProperties
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/bigbluebutton-client/.flexProperties.orig b/bigbluebutton-client/.flexProperties.orig
deleted file mode 100755
index afb930671b..0000000000
--- a/bigbluebutton-client/.flexProperties.orig
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/bigbluebutton-client/.gitignore b/bigbluebutton-client/.gitignore
index 57aba3b9fa..e1e5d69617 100755
--- a/bigbluebutton-client/.gitignore
+++ b/bigbluebutton-client/.gitignore
@@ -5,7 +5,8 @@
linker-report.xml
bundles.txt
build/
-client
+bin/
+client/
bbbResources.properties.*
asdoc/
hs_err_pid*
diff --git a/bigbluebutton-client/.project b/bigbluebutton-client/.project
deleted file mode 100755
index 983e716571..0000000000
--- a/bigbluebutton-client/.project
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
- bigbluebutton-client
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- com.adobe.flexbuilder.project.flexbuilder
-
-
-
-
- com.powerflasher.fdt.core.FlashBuilder
-
-
-
-
-
- com.adobe.flexbuilder.project.flexnature
- com.adobe.flexbuilder.project.actionscriptnature
- com.powerflasher.fdt.core.FlashNature
- org.eclipse.jdt.core.javanature
-
-
-
- bin-release
- 2
- C:/Documents and Settings/TEMP.LABS.008/Desktop/release
-
-
-
diff --git a/bigbluebutton-client/bin/.gitignore b/bigbluebutton-client/bin/.gitignore
deleted file mode 100644
index f2c4ee513a..0000000000
--- a/bigbluebutton-client/bin/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.*
diff --git a/bigbluebutton-client/branding/default/style/css/BBBDefault.css b/bigbluebutton-client/branding/default/style/css/BBBDefault.css
index d0424879b3..309db40c58 100755
--- a/bigbluebutton-client/branding/default/style/css/BBBDefault.css
+++ b/bigbluebutton-client/branding/default/style/css/BBBDefault.css
@@ -144,7 +144,7 @@ DataGrid {
icon: Embed('assets/images/triangle.png');
}
-.presentationUploadButtonStyle, .presentationBackButtonStyle, .presentationForwardButtonStyle,
+.presentationUploadButtonStyle, .presentationBackButtonStyle, .presentationBackButtonDisabledStyle, .presentationForwardButtonStyle, .presentationForwardButtonDisabledStyle,
.presentationFitToWidthButtonStyle, .presentationFitToPageButtonStyle
{
textIndent: 0;
@@ -172,10 +172,18 @@ DataGrid {
icon: Embed('assets/images/left-arrow.png');
}
+.presentationBackButtonDisabledStyle {
+ icon: Embed('assets/images/left-arrow-disabled.png');
+}
+
.presentationForwardButtonStyle {
icon: Embed('assets/images/right-arrow.png');
}
+.presentationForwardButtonDisabledStyle {
+ icon: Embed('assets/images/right-arrow-disabled.png');
+}
+
.presentationFitToWidthButtonStyle {
icon: Embed('assets/images/fit-to-width.png');
}
diff --git a/bigbluebutton-client/branding/default/style/css/assets/images/left-arrow-disabled.png b/bigbluebutton-client/branding/default/style/css/assets/images/left-arrow-disabled.png
new file mode 100755
index 0000000000..eac1976f2c
Binary files /dev/null and b/bigbluebutton-client/branding/default/style/css/assets/images/left-arrow-disabled.png differ
diff --git a/bigbluebutton-client/branding/default/style/css/assets/images/right-arrow-disabled.png b/bigbluebutton-client/branding/default/style/css/assets/images/right-arrow-disabled.png
new file mode 100755
index 0000000000..680f017472
Binary files /dev/null and b/bigbluebutton-client/branding/default/style/css/assets/images/right-arrow-disabled.png differ
diff --git a/bigbluebutton-client/build.xml b/bigbluebutton-client/build.xml
index 7313c2f104..727c216d85 100755
--- a/bigbluebutton-client/build.xml
+++ b/bigbluebutton-client/build.xml
@@ -15,7 +15,7 @@
-
+
@@ -157,6 +157,7 @@
http://forums.adobe.com/thread/758619
ralam - sept 20, 2011
-->
+ SharedResources
bbbResources
collections
containers
@@ -289,7 +290,7 @@
@@ -438,8 +439,6 @@
-
-
@@ -490,17 +489,27 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+