removed old images that are now unused
@ -43,9 +43,6 @@ package org.bigbluebutton.common
|
||||
[Embed(source="assets/images/webcam_new_20.png")]
|
||||
public var webcam_new_20:Class;
|
||||
|
||||
[Embed(source="assets/images/sound_new.png")]
|
||||
public var sound_new:Class;
|
||||
|
||||
[Embed(source="assets/images/moderator_20db.png")]
|
||||
public var moderator:Class;
|
||||
|
||||
@ -67,12 +64,6 @@ package org.bigbluebutton.common
|
||||
[Embed(source="assets/images/square.png")]
|
||||
public var square_icon:Class;
|
||||
|
||||
[Embed(source="assets/images/undo.png")]
|
||||
public var undo_icon:Class;
|
||||
|
||||
[Embed(source="assets/images/hand.png")]
|
||||
public var hand_icon:Class;
|
||||
|
||||
[Embed(source="assets/images/text.png")]
|
||||
public var text_icon:Class;
|
||||
|
||||
@ -88,24 +79,9 @@ package org.bigbluebutton.common
|
||||
[Embed(source="assets/images/BBBlogo.png")]
|
||||
public var bbb_logo:Class;
|
||||
|
||||
[Embed(source="assets/images/magnifier.png")]
|
||||
public var magnifier:Class;
|
||||
|
||||
[Embed(source="assets/images/magnifier_reset.png")]
|
||||
public var mag_reset:Class;
|
||||
|
||||
[Embed(source="assets/images/control_play_blue.png")]
|
||||
public var control_play:Class;
|
||||
|
||||
[Embed(source="assets/images/shape_move_front.png")]
|
||||
public var layout:Class;
|
||||
|
||||
[Embed(source="assets/images/table.png")]
|
||||
public var table:Class;
|
||||
|
||||
[Embed(source="assets/images/trash.png")]
|
||||
public var delete_icon:Class;
|
||||
|
||||
[Embed(source="assets/images/add.png")]
|
||||
public var add:Class;
|
||||
|
||||
|
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 594 B |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 656 B |
Before Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 475 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 736 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 637 B |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 833 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 435 B |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 741 B |
Before Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 722 B |
Before Width: | Height: | Size: 723 B |
Before Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 551 B |
3
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
Normal file → Executable file
@ -48,9 +48,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
private var images:Images = new Images();
|
||||
|
||||
[Bindable]
|
||||
private var cancelIcon:Class = images.control_play;
|
||||
|
||||
[Bindable]
|
||||
public var _videoProfiles:ArrayCollection = new ArrayCollection();
|
||||
public var selectedVideoProfile:VideoProfile;
|
||||
|
3
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
Normal file → Executable file
@ -165,8 +165,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
[Bindable] private var fullscreen_icon:Class = images.full_screen;
|
||||
[Bindable] private var logs_icon:Class = images.table;
|
||||
[Bindable] private var reset_layout_icon:Class = images.layout;
|
||||
|
||||
|
||||
private var receivedConfigLocaleVer:Boolean = false;
|
||||
private var receivedResourceLocaleVer:Boolean = false;
|
||||
|
||||
|
@ -43,7 +43,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
import org.as3commons.logging.api.ILogger;
|
||||
import org.as3commons.logging.api.getClassLogger;
|
||||
import org.bigbluebutton.common.IBbbModuleWindow;
|
||||
import org.bigbluebutton.common.Images;
|
||||
import org.bigbluebutton.common.events.LocaleChangeEvent;
|
||||
import org.bigbluebutton.main.views.MainCanvas;
|
||||
import org.bigbluebutton.modules.screenshare.events.ViewStreamEvent;
|
||||
@ -56,10 +55,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
private var screenHeight:Number = Capabilities.screenResolutionY;
|
||||
private var screenWidth:Number = Capabilities.screenResolutionX;
|
||||
|
||||
private var images:Images = new Images();
|
||||
[Bindable] public var fitToWidthIcon:Class = images.magnifier;
|
||||
[Bindable] public var fitToActualSizeIcon:Class = images.mag_reset;
|
||||
|
||||
private var video:Video;
|
||||
private var ns:NetStream;
|
||||
private var videoHolder:UIComponent = new UIComponent();
|
||||
|