Richard Alam
41e2f1cc0d
- handle Ctrl-KEY
2012-08-10 15:59:12 +00:00
Richard Alam
3482190b18
- minor cleanup
2012-08-10 15:53:40 +00:00
jtrobinson
ce164b48f3
fixeFixed timing of audio alerts.
2012-08-03 20:21:49 +00:00
Richard Alam
0f6c6e8e4d
- add background and remove intial text
2012-08-03 19:36:17 +00:00
Richard Alam
e95e4c72f0
- figure out why we dispatch a text created event when mouse moves out of canvas
2012-08-03 19:04:15 +00:00
jtrobinson
d12e176c42
Audio notifications for public and private chat messages; timing is still off
2012-08-03 17:53:02 +00:00
Markos Calderon
9b4a1b4815
Merge pull request #54 from bigbluebutton/fix-chat-url
...
Fix for event urls and support for https
2012-08-02 13:16:00 -07:00
Markos Calderon
2e8715988b
Fix for event urls and support for https
2012-08-01 18:55:50 -05:00
Gustavo Salazar
75e9b45db5
Set type to variable "filter"
2012-08-01 17:00:29 -05:00
Richard Alam
c01b111c3c
- try to fix textbox resizing
2012-07-31 20:03:16 +00:00
Richard Alam
69c765cb6d
- try crating textbox for whiteborad
2012-07-31 19:42:19 +00:00
jtrobinson
ee0baad670
Hotkeys added for focusing to chat tabs, and for moving backward and forward through tabs
2012-07-31 18:55:59 +00:00
Richard Alam
c97f806154
- comment out some logs to test if we loose some lines when drawing rapidly
2012-07-31 17:19:51 +00:00
Richard Alam
3609d409df
- query for annotations when loading new page
2012-07-31 17:09:20 +00:00
Richard Alam
8d931eb94a
- setup toolbar properly when switching presenter
2012-07-31 15:49:10 +00:00
Richard Alam
3fb8c458e1
- fix buttons
2012-07-31 15:00:06 +00:00
Richard Alam
0f591f9d34
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2012-07-30 22:00:00 +00:00
Gustavo Salazar
6c3f430e88
Ask if h264 enabled.
2012-08-01 14:32:42 -05:00
Gustavo Salazar
7735ff6d62
build client for Flash Player 11
2012-07-31 17:49:09 -05:00
Richard Alam
578ef05915
- An example how to display textbox
2012-07-30 21:59:32 +00:00
Chad Pilkey
d6931fb0a8
fixed layout module startup error
2012-07-30 18:24:59 +00:00
jtrobinson
72a40ee66a
Timed notifications are working as intended. Next step: Add audio alert to notifications
2012-07-30 16:14:07 +00:00
jtrobinson
687f5e2828
Fixed bug of private message tabs not appearing; timed notifications still in progress
2012-07-30 15:26:41 +00:00
Richard Alam
bdc83d7fdf
- separate whiteboard buttons
2012-07-30 04:36:45 +00:00
Richard Alam
b34029140f
- extract out each button to maintain easily
2012-07-30 02:57:42 +00:00
Richard Alam
a26962bf66
- don't listen for 'w' and 'd' key chars to enable/disable whiteboard as it consumes text types into text field
2012-07-30 19:16:45 +00:00
Richard Alam
881c0c573f
- increase size of text field so that text doesn't get chooped when zooming
2012-07-30 19:16:12 +00:00
Richard Alam
87e989f34a
- fix problem where we don't handle properly if there is only 1 annotation
2012-07-30 18:57:02 +00:00
Richard Alam
ab92441af0
- when zooming/panning text, position the text toolbar properly
2012-07-30 18:28:22 +00:00
Richard Alam
06a7759a91
- remove scrollbars on presentation window
2012-07-30 15:43:49 +00:00
Richard Alam
b7a92c8ff2
remove unneeded file
2012-07-30 14:05:36 +00:00
Richard Alam
334b29ed78
- make switching presentation and page work
2012-07-30 13:46:54 +00:00
Richard Alam
251486a62d
- query and display annotation history
2012-07-30 13:32:07 +00:00
Richard Alam
f518a41d22
- query for annotation history
2012-07-30 12:24:14 +00:00
Richard Alam
9f335b3ba5
- make undo and clear annotations work
2012-07-30 12:03:18 +00:00
Richard Alam
f1bc5c7e75
- figure out undo
2012-07-29 18:39:42 +00:00
Richard Alam
bf76d21e34
- rename var to make it clear
2012-07-29 17:47:40 +00:00
Richard Alam
58e4539471
- make text resize properly
2012-07-29 17:33:36 +00:00
Richard Alam
cbe0ee60cc
- merge some new stuff
...
Conflicts:
bigbluebutton-web/.gitignore
2012-07-29 16:06:39 +00:00
Richard Alam
d01615ccee
- need to fix zooming of text
2012-07-27 22:01:25 +00:00
Richard Alam
da3086b4b3
- handle start and update of whiteboard shapes properly
2012-07-27 20:25:45 +00:00
Richard Alam
a992d7d547
- setup whiteboard model so that display will query it during redraws
2012-07-27 18:23:43 +00:00
Richard Alam
aa5e695a6e
- display text
2012-07-27 16:27:43 +00:00
jtrobinson
30339d150a
Added notification timer to chat module; still needs tweaking, but the basics are there
2012-07-27 16:16:46 +00:00
Richard Alam
130813d807
- fix calculation of points
2012-07-27 14:20:38 +00:00
Richard Alam
8b552bd78c
- figure out why it's not calculating properly
2012-07-26 22:16:28 +00:00
Richard Alam
b7a942cd91
- try to separate code into it's own classes
2012-07-26 21:08:06 +00:00
jtrobinson
324e100d32
Added framework for audio notification when public/private messages are received
2012-07-26 20:15:33 +00:00
Richard Alam
7c6921e37f
- continue refactoring
2012-07-25 21:14:50 +00:00
Chad Pilkey
b0e8bb7900
Merge branch 'master' of github.com:capilkey/bigbluebutton
2012-07-25 19:06:26 +00:00
jtrobinson
b85bd182f5
Fixed repetition bug in Chat Module; screen reading now works.
2012-07-25 19:02:52 +00:00
Richard Alam
c0b7bf3a06
- display text properly when pan/zoom
2012-07-25 18:56:45 +00:00
Chad Pilkey
5006abeba2
Merge remote branch 'upstream/master'
2012-07-25 18:46:49 +00:00
Fred Dixon
091a6855a8
Updated build.xml for client to copy layout.xml to /conf/layout.xml directory
2012-07-25 14:40:33 -04:00
Richard Alam
513759c2f5
- put text in correct position
2012-07-25 18:06:21 +00:00
Richard Alam
2fba336560
- some cleanup for now
2012-07-25 15:58:34 +00:00
Richard Alam
326ab5d7be
- still trying to figure out how to display the text properly
2012-07-24 21:58:46 +00:00
jtrobinson
6b33f74a12
Trying to fix chat-to-speech bug, not exactly going well
2012-07-24 20:39:08 +00:00
Chad Pilkey
17acf9c6df
hooked up presentation text
2012-07-24 20:36:29 +00:00
Richard Alam
3cf19d6616
- try to fix zooming of text
2012-07-24 20:27:19 +00:00
Richard Alam
66cc2e26e5
store annotations so latecomers can query them
2012-07-24 17:58:00 +00:00
Chad Pilkey
aa31b7f059
Merge remote branch 'upstream/master'
2012-07-24 16:16:04 +00:00
Markos Calderon
b86f9a35e2
Merge branch 'adding-accessibility-changes'
2012-07-23 15:30:25 -07:00
Richard Alam
ef5cef9a1c
- manage presenter
2012-07-23 22:12:38 +00:00
Chad Pilkey
571c6f7f0a
cleaning up client error files
2012-07-23 21:50:49 +00:00
Chad Pilkey
788d0fc436
Merge branch 'master' of github.com:capilkey/bigbluebutton
2012-07-23 21:48:10 +00:00
Chad Pilkey
37090f6d15
pressing escape with mic setting open now closes window
2012-07-23 21:47:47 +00:00
Richard Alam
c2aef8e94d
- figure out how to setup listeners
2012-07-23 21:22:05 +00:00
Richard Alam
31043bc15d
- add different shapes
2012-07-23 19:16:55 +00:00
Richard Alam
c1094bf171
- display text
2012-07-23 19:09:33 +00:00
Richard Alam
068d2b0fc9
- fix storing annotations into page
2012-07-23 18:33:47 +00:00
jtrobinson
b55f1e1e65
Hotkey navigation of chat history improved, but not perfected
2012-07-23 14:53:17 +00:00
jtrobinson
6ef05eeb60
Merge branch 'master' of github.com:capilkey/bigbluebutton
2012-07-23 14:50:06 +00:00
bikramac
0d9c6842d2
Update bigbluebutton-client/locale/ne_NE/bbbResources.properties
2012-07-23 04:24:58 -07:00
Chad Pilkey
2ca52ac6e4
new flexlib, fixed FF Flash focus issue
2012-07-20 15:55:26 +00:00
jtrobinson
7ca86db7dc
Expanded on chat navigation keys
2012-07-18 20:44:20 +00:00
Richard Alam
7c8aa4a671
- move things around
2012-07-18 17:41:42 +00:00
Richard Alam
5de4cb976c
- handle change presentation
2012-07-18 00:30:44 +00:00
Markos Calderon
3c7419c5ef
load textfile from the client
2012-07-17 16:39:32 -07:00
Richard Alam
309e7f32c3
- send and receive whiteboard messages
2012-07-17 22:48:51 +00:00
Chad Pilkey
2de63b6627
added tooltip to window title overlay and made it focusable
2012-07-17 21:43:18 +00:00
Chad Pilkey
e5911bbe1d
removing log file from client
2012-07-17 20:30:01 +00:00
Chad Pilkey
d6fe15ad95
fixed the resize issues caused when trying to maximize a window
2012-07-17 20:28:27 +00:00
Richard Alam
17121a337a
handle messages from server
2012-07-17 20:17:42 +00:00
jtrobinson
17aa0c1ad8
Added updating tooltip and chat history navigation to Chat Module; keybind is temporary
2012-07-17 19:35:05 +00:00
Chad Pilkey
87fd93858e
added window resize on ctrl-arrowkey and move on shift-arrowkey
2012-07-17 19:15:39 +00:00
Richard Alam
93fe4dc478
- move things around
2012-07-17 16:57:01 +00:00
Chad Pilkey
1c09d6233c
Disabled key binds for presentation window
2012-07-17 15:02:58 +00:00
Richard Alam
26077b8499
- make dependency injection work
2012-07-17 14:48:33 +00:00
Richard Alam
94140b6cef
- WhiteboardModel.as is not being inited by the map. Investigating why.
2012-07-16 22:24:28 +00:00
Chad Pilkey
697fe1c6c4
The slide is focusable and ctrl+shift+s focuses it
2012-07-16 21:08:02 +00:00
Ralf Sippl
68bf9f027b
added SVC2 (Screen Video V2) support to deskshare
2012-07-16 23:01:49 +02:00
Richard Alam
47b882c917
- slowly making it work
2012-07-16 20:16:28 +00:00
Richard Alam
2d202a0c4a
- cleanup
2012-07-16 19:52:26 +00:00
Richard Alam
a8e80c3a9c
- make it compile
2012-07-16 19:03:12 +00:00
Chad Pilkey
b732b427f4
using chat box short key now brings the chat window to the front
2012-07-16 18:37:17 +00:00
Richard Alam
5742f2764a
Merge remote branch 'ajay/bbb-whiteboard-additions' into merge-whiteboard-features
...
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/recorder/whiteboard/AddShapeWhiteboardRecordEvent.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/recorder/whiteboard/WhiteboardEventRecorder.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/IWhiteboardRoomListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/Page.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/ShapeGraphic.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardRoom.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/common/Images.as
bigbluebutton-client/src/org/bigbluebutton/common/assets/images/text_icon.png
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/WhiteboardCanvasModel.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/DrawProxy.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/DrawObject.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/DrawObjectFactory.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Ellipse.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Pencil.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/Rectangle.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/business/shapes/ShapeFactory.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/managers/PageManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/managers/WhiteboardManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/maps/WhiteboardCanvasEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardCanvas.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
2012-07-16 18:08:21 +00:00
Ajay Gopinath
27b2e5ad10
Finalized licenses and deleted random backup files and cleaned up repo.
2012-07-15 14:49:42 -04:00
Ajay Gopinath
89c8e75a2f
Fixed TextToolbar's 'text size' menu not closing when focus is changed.
2012-07-15 13:54:41 -04:00
Ajay Gopinath
73ad0281c7
Fixed problem of TextToolbar disappearing when text loses focus.
2012-07-15 13:15:54 -04:00
Ajay Gopinath
70f003b249
Fixed problem of glitchy text when changing pages.
2012-07-15 05:13:09 -04:00
Ajay Gopinath
16a4c2ded3
Fixed issue of zooming without TextToolbar. Fixed flicker with TextToolbar when changing values.
2012-07-15 03:37:46 -04:00
Ajay Gopinath
9544daa34d
Backing up before reverting to attempt to fix really dumb problem.
2012-07-14 23:55:01 -04:00
Ajay Gopinath
ddf0cf8df4
Commented most of the new code. Need to fix grid not appearing, shapes being received oddly, and zooming with text toolbar.
2012-07-14 01:46:41 -04:00
Richard Alam
b2973cb3b1
- start refactoring the client
2012-07-14 02:01:14 +00:00
Richard Alam
5c3e6888f4
- cleanup
2012-07-13 21:34:10 +00:00
Richard Alam
1fab7a430c
- send and handle change page
2012-07-13 21:00:02 +00:00
Richard Alam
c89a8a2513
- not used
2012-07-13 20:31:26 +00:00
Richard Alam
b3b74a191b
- remove unneeded modules from build
2012-07-13 20:31:02 +00:00
Richard Alam
45faed3019
- broadcast messages to other clients without using shared object
2012-07-13 20:30:32 +00:00
Richard Alam
5b55b6930b
- listen for messages from server
2012-07-13 17:26:46 +00:00
Richard Alam
293d0bb9a7
- modify whiteboard server app to be able to store text
2012-07-12 22:02:25 +00:00
Richard Alam
20a0fff6c7
- edit text field
2012-07-12 15:14:29 +00:00
jtrobinson
70be06d019
Replaced Presentation module's SWFLoader with Image in preparation for accessibility
2012-07-11 21:59:22 +00:00
jtrobinson
b0ce93cacf
Added Ctrl-Z to undo whiteboard drawing
2012-07-11 19:12:28 +00:00
Richard Alam
5bc47d3344
- can't seem to type/edit the text
2012-07-11 01:38:41 +00:00
Ajay Gopinath
c1f5ff0ae5
Finished graph/grid toggle tool. Two bugs remaining: 1)text and grid are not showing up when new clients join 2) sync text/grid when changing pages within a document. TOBE fixed.
2012-07-10 21:36:21 -04:00
Ajay Gopinath
540ed95984
Fixed shapes not being received bug. Fixed text toolbar not moving with window/whiteboard. Added 'text size' feature to text tool options.
2012-07-10 14:51:53 -04:00
Richard Alam
5bac26a123
- add textbox
2012-07-10 12:23:17 +00:00
Richard Alam
7aa983e069
- add font style, size, color
2012-07-10 10:39:55 +00:00
Ajay Gopinath
715cb602c3
Finished text tool 'options'.
2012-07-09 16:43:03 -04:00
Chad Pilkey
715623c292
added shortcuts for mute self and focus chat input
2012-07-09 19:40:00 +00:00
jtrobinson
9fc87c0031
Adding key-capture basics
2012-07-09 21:42:41 +00:00
Chad Pilkey
eed32ebc3b
Allow tabbing through flex app
2012-07-09 11:02:09 +00:00
Ajay Gopinath
c38b719823
FINALLY! FINISHED TEXT TOOL.
2012-07-08 21:12:37 -04:00
Ajay Gopinath
8715327475
Modified record event to include fill color. Need to finish text tool and presentation GUI.
2012-07-08 14:30:46 -04:00
Ajay Gopinath
0ef622f959
Added triangle tool and made fill color selectable rather than making it the same as the line color of the DrawObject.
2012-07-06 22:36:41 -04:00
Richard Alam
59fde6e7ea
- add icons to toolbar
2012-07-06 20:54:43 +00:00
Ajay Gopinath
a9fabf0028
Fixed duplication of GraphicObjects glitch when zooming and changing view modes. Added sprite transformation libraries but need to integrate with program.
2012-07-06 15:40:35 -04:00
Markos Calderon
a133a7e1a6
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into add-pointer-record
2012-07-06 11:22:32 -07:00
Richard Alam
e6a7a2b8b1
- add scribble and text icon
2012-07-06 17:42:17 +00:00
Richard Alam
79f313b880
Merge remote branch 'origin/add-pointer-record' into add-more-whiteboard-features
2012-07-06 17:35:23 +00:00
Markos Calderon
3d86d5d2a0
forgot to add service file
2012-07-06 10:02:45 -07:00
Richard Alam
ec9a72b3bb
Merge branch 'master' into add-more-whiteboard-features
2012-07-06 15:21:31 +00:00
Richard Alam
1d4ee2862c
Merge branch 'layout-module'
2012-07-06 15:03:49 +00:00
Chad Pilkey
4c80b4be34
updated the flexlib library and added tooltips to it
2012-07-06 11:36:14 +00:00
Ajay Gopinath
92343a02e5
Major change. Finished recognition of individual GraphicObjects using Selection Tool. Able to pick out top most GraphicObject when layers are present. Fixed personal license statements. New system exclusively for LTB, may be difficult to merge back with BBB, but will suffice for now. Text still buggy.
2012-07-05 19:09:53 -04:00
Ajay Gopinath
b2e86495c6
Added selection tool and basic recognition of individual objects. Need to fix text tool and allow modification of individual objects.
2012-07-05 16:03:17 -04:00
Felipe Cecagno
cd111f4d09
fixing the issue reported by a community member on this post: https://groups.google.com/forum/#!msg/bigbluebutton-dev/WgqfuXgPolE/YBAqw7kc0PoJ
2012-07-05 14:14:12 -03:00
Ajay Gopinath
e2d536a8f4
Added eraser and highlighter tool. Fixed text normalization issue. Need to add recogniition of individual objects. Text is buggy.
2012-07-05 01:34:51 -04:00
Ajay Gopinath
938103972d
Finished basis for text tool. Stil need to add identification for individual objects/add text customization/fix glitches.
2012-07-04 12:28:29 -04:00
jtrobinson
b827e9b76c
Undoing test change
2012-07-03 20:16:55 +00:00
jtrobinson
e16bd4981b
Testing Eclipse
2012-07-03 20:16:16 +00:00
Ajay Gopinath
50d887e948
Fixed fill/transparency tool glitch of other clients not receiving updated shapes history. Abstracted DrawObject and TextObject to GraphicObject, and ShapeFactory and TextFactory to GraphicFactory. Almost done with abstraction of new functionality.
2012-07-01 15:33:50 -04:00
Ajay Gopinath
782154bba9
Finished adding fill selection tool and transparency option tool.
2012-06-30 18:47:31 -04:00
Ajay Gopinath
1f759c1466
Backup commit before resetting dev env
2012-06-27 18:28:01 -04:00
Felipe Cecagno
67e6c27e43
better vertical alignment of the components on the main toolbar and the bottom toolbar
2012-06-25 14:30:27 -03:00
Felipe Cecagno
64eba0a904
implemented multiple definitions layout, so the admin may define specific layouts depending on the role of the participant (see the layout definition)
2012-06-25 14:05:33 -03:00
Felipe Cecagno
44afd21339
implemented the windows order on the layout module
2012-06-25 10:40:42 -03:00
Ajay Gopinath
7ac7a51ebe
red5 opened to dev successfully. Start of development of bbb-apps.
2012-06-22 14:41:06 -04:00
Ajay Gopinath
bb241409ad
Backup before opening red5 up to dev. Still has Line tool.
2012-06-21 23:06:24 -04:00
Ajay Gopinath
59fc817df9
Added a simple line tool to whiteboard.
2012-06-21 19:13:38 -04:00
Ajay Gopinath
21b152f12a
Added to bottom copyright, build working fine.
2012-06-21 12:31:12 -04:00
Ajay Gopinath
75e4e8d7bb
Changed copyright below to test
2012-06-21 12:02:42 -04:00
Ajay Gopinath
d85a3176da
Initial build commit. Revert back to here. No changes applied
2012-06-21 02:29:59 -04:00
Felipe Cecagno
5f2c4fc837
start to develop an order manager, which would keep track of the z-order of the windows in the canvas
2012-06-19 12:27:13 -03:00
Felipe Cecagno
b65ecad3b2
adding the lock button tooltip and fixing an issue related to the attribute "hidden"
2012-06-18 15:18:42 -03:00
Richard Alam
17bba97d40
- add catalan locale
...
- update version to 0.8
2012-06-18 12:56:30 +00:00
Felipe Cecagno
473468c4ac
locking the participant windows when the session layout are locked
2012-06-15 17:31:22 -03:00
Felipe Cecagno
cb96e55137
making components consistent with the user's role: if the user is a participant, he won't see the control buttons (add, save, load), the lock button will be always disabled and the layouts combo will be enable only when the layouts aren't locked
2012-06-15 15:47:55 -03:00
Felipe Cecagno
85aa046010
added an attribute to the layout module to show or hide the module control buttons (add, save and load)
2012-06-15 14:43:18 -03:00
Felipe Cecagno
ba61055121
implement a mechanism to hide a window through the layouts definiton file
2012-06-15 14:39:21 -03:00
Felipe Cecagno
e2d99acbb0
it still needs some refactoring, but it's working fine; this is the client side of the layout module which interacts with the server in order to (un)lock the windows layout
2012-06-15 11:45:14 -03:00
Richard Alam
3d33d26bae
- update latvian and german locales
2012-06-13 17:17:00 +00:00
Richard Alam
174a1c643e
Merge pull request #40 from cforce/master
...
added missing german locale strings
2012-06-12 13:07:29 -07:00
Richard Alam
e411d3271b
Merge pull request #42 from amon-sha/fix_lv_locale
...
Fix Latvian language file
2012-06-12 13:04:28 -07:00
Richard Alam
de6e0857a2
- update spanish and basque locales
2012-06-11 21:37:39 +00:00
Felipe Cecagno
a5c303772f
leaving a little more space to the bottom controlbar
2012-06-06 17:52:46 -03:00
Felipe Cecagno
04ab5a3fe8
final version of the layout module before start to implement the mechanism to lock the windows layout
2012-06-06 14:53:53 -03:00
Richard Alam
d4b1c41298
- updating deskshare applet filename to 0.8
2012-06-05 21:09:37 +00:00
Richard Alam
d116e4f298
- update locale
2012-06-03 15:12:16 +00:00
Amon Sha
0294fa8ab0
Fix Latvian language file
2012-06-02 17:49:20 +03:00
Felipe Cecagno
782ad74fb2
created buttons to add the current layout, save/load layouts to/from file
2012-06-01 17:41:53 -03:00
Felipe Cecagno
1c59664ebe
first version with save and load working fine
2012-05-30 17:36:11 -03:00
Felipe Cecagno
29a1aec1c9
implemented ability to include the current layout to the list and to save all the layouts to a text file - now I'm implementing the ability to load the layouts from file (the inverse operation)
2012-05-30 10:17:38 -03:00
Richard Alam
4f0b930553
- update locales
2012-05-28 19:37:12 +00:00
Felipe Cecagno
1c50815570
ignoring the desktop publish window as well
2012-05-25 17:47:16 -03:00
Felipe Cecagno
4746ba9f91
setup a default layout, that is applied in the beginning of the session; improved the animations; ignoring the video windows for the layouts - in the future we will be able to set a layout for the presenter window, for example, but now they are all ignored by the module
2012-05-24 23:53:43 -03:00
Felipe Cecagno
2a5023bb22
fixing the issue related to the duplicate of the webcam publishing window ( http://code.google.com/p/bigbluebutton/issues/detail?id=1229 )
2012-05-24 13:28:07 -03:00
Richard Alam
c1a59722f2
- remove grayscale step when sharing desktop
2012-05-22 17:53:27 +00:00
Terence Miller
acc0776513
Update bigbluebutton-client/locale/de_DE/bbbResources.properties
2012-05-20 01:40:20 +03:00
Richard Alam
2ba634e797
- start add text to whiteboard
2012-05-19 20:35:51 +00:00
Richard Alam
6b4aa2b6ab
Fix chat scroll issue in macs ( http://code.google.com/p/bigbluebutton/issues/detail?id=1125 )
2012-05-15 17:30:48 +00:00
Richard Alam
517c1c7cb9
- update dekshare applet with more logs to profile where it takes a long
...
time to process
2012-05-14 15:17:25 +00:00
Richard Alam
e00b042e16
- update fit-to-page and fit-to-width icons
2012-05-14 15:16:55 +00:00
firstuser
c32016cb28
Merge branch 'master' into layout-module
2012-05-13 00:23:32 -03:00
Felipe Cecagno
c38186cf6f
some minor updates; fixed a bug when the restored windows doesn't show up with the minimize button
2012-05-23 13:51:00 -03:00
Felipe Cecagno
87539f335b
fixing typo
2012-05-22 23:13:28 -03:00
Felipe Cecagno
f0214fa580
implements the very first prototype of the layout module; the admin put the layout definitions in a XML file, and the user may apply the layouts independently; the users also can extract the current layout to add directly to the xml file with the layout definitions
2012-05-22 23:13:12 -03:00
Richard Alam
206330a6a0
- make icons bigger
2012-05-11 10:45:57 -07:00
Richard Alam
22388146d4
change icon when autojoin is set
2012-05-11 10:44:54 -07:00
Richard Alam
0fda31fb1d
- ignore NetConnection.Connect.NetworkChange to prevent users with wireless connection from
...
disconnecting when the connection hiccups
2012-05-08 17:37:54 -07:00
Richard Alam
d7cf4f4484
- update presentation icons
2012-05-04 20:32:44 +00:00
Richard Alam
37b1edcc93
- update applet jar with changes to minimize connect timeout
2012-05-04 18:09:26 +00:00
Richard Alam
6ad333d730
- Initializing the currentPresentation to "Presentation" prevents uploading a file called Presentation.pdf as
...
we compare if the current presentation is the same as the new presentation to prevent reloading
2012-04-27 19:31:50 +00:00
Richard Alam
c57cb1a637
- add progress indicator when testing rtmp port
2012-04-26 14:30:55 +00:00
Richard Alam
247967cb28
- adding some more file to ignore
2012-04-26 14:29:50 +00:00
Richard Alam
8b91afb1e9
- don't auto rejoin when user clicks on logout button
2012-04-25 14:43:51 +00:00
Richard Alam
8bcaeb1edf
- update deskshare standlone html
2012-04-24 22:20:12 +00:00
Richard Alam
17ae1eb459
- handle NetworkChange separately as we don't want to disconnect a wireless user when the connection hiccups
2012-04-21 16:07:12 +00:00
Richard Alam
9357ee289e
- join the conference only when successfully connected to the server
2012-04-17 21:41:25 +00:00
Richard Alam
41a8d61651
- remove icon for deskshare and webcam
...
- change default line thickness to 2 for whiteboard
2012-04-16 22:37:24 +00:00
Richard Alam
af8620f292
- remove tunnel log on java console as it is confusing
2012-04-16 18:37:45 +00:00
Richard Alam
01a7a4be94
- updating locales
2012-04-16 14:39:04 +00:00
Richard Alam
f7aa80ba45
- change icons for voice, video and deskshare
2012-04-13 21:36:59 +00:00
Richard Alam
49bab2514b
- change how we decode byte stream into frames
...
- add an end frame delimeter so we can handle frames easily
2012-04-12 21:49:37 +00:00
Richard Alam
05140aeb90
- auto rejoin the user when she gets disconnected from the voice conference without
...
explicitly requesting to leave the voice conference.
SIDE EFFECT:
This "feature" make kicking the user from the voice conference a "broken feature" as
the user get rejoined when kicked from the voice conference. We'll ahve to figure out
how to detect that a user was disconnected because he was ejected by the moderator.
2012-04-05 14:33:54 +00:00
Fred Dixon
b761f23651
Edited audio-test.mp3 to 10 seconds
2012-03-25 20:01:29 -04:00
Richard Alam
0723e820b6
- add more logging to figure out why deskskare hangs when getting exceptions
2012-03-21 17:32:32 +00:00
Richard Alam
ec372dd538
- try to make deskshare resilient to corrupted packets
2012-03-15 22:06:33 +00:00
Richard Alam
942307740f
- close window when stream has stopped
2012-03-15 21:41:11 +00:00
Richard Alam
b17cf9a9bc
- fix issue 1125 once more
2012-03-09 21:40:10 +00:00
Richard Alam
fad4a7dc1c
- fix issue 1125 where chat box is hidden because of scolling on a Mac
2012-03-06 16:34:53 +00:00
Richard Alam
ab5c81bb4a
Merge pull request #24 from mconf/resolution-from-streamname
...
Resolution from streamname
2012-03-05 09:37:21 -08:00
Richard Alam
b967b3b1d8
- revert back changes in build.xml for join-mock
2012-03-02 23:03:06 +00:00
Richard Alam
fbc7354318
- remove join-mock step from build
2012-03-02 22:42:28 +00:00
Richard Alam
be76c7d8ab
- update locale to 0.8-beta4
2012-03-01 19:15:31 +00:00
Richard Alam
93349e84e6
- update locale version to 0.8-beta4 and (c) to 2012
2012-03-01 19:00:50 +00:00
Richard Alam
49b59cc189
- update with new locales
2012-03-01 18:32:27 +00:00
Richard Alam
3aea936f77
- cleanup
2012-02-29 21:20:06 +00:00
Richard Alam
a409c3597d
- minor cleanup
2012-02-29 21:12:03 +00:00
Richard Alam
90a9b10281
- handle resize of fit-to-width properly
2012-02-29 21:09:20 +00:00
Richard Alam
801ea6f2a7
- try to fit the page to window when resizing window and is fit-to-width
2012-02-29 20:44:02 +00:00
Richard Alam
6175c95f0c
- do not reset to display the whole page when the page is loaded
2012-02-29 17:20:07 +00:00
Richard Alam
ab78322384
- use icon for each fit-to-page and fit-to-width
2012-02-28 22:27:08 +00:00
Richard Alam
0e795da75f
- use fit-to-page as default for each new page
...
- update icons and locale strings
2012-02-28 18:31:27 +00:00
Richard Alam
bd368125d3
Merge branch 'master' into implement-fit-to-width
2012-02-28 17:25:05 +00:00
Richard Alam
b9fca184f0
- change how to do ftw and zooming
2012-02-28 13:01:22 +00:00
Fred Dixon
96777c07ec
Added icons for fit-to-page and fit-to-width
2012-02-27 18:41:15 -05:00
Fred Dixon
ef6d74cefa
Pulled out definitions for bigbluebutton-client and bigbluebutton-web from default bigbluebutton.nginx. These are now stored in /etc/bigbluebutton/nginx
2012-02-25 12:15:26 -05:00
Richard Alam
fd06e03c01
- hide reset button for portrait docs
2012-02-24 21:20:47 +00:00
Richard Alam
6961733340
- change brackground color of presentation window
2012-02-24 20:41:22 +00:00
Richard Alam
43be308ebe
Merge branch 'master' into implement-fit-to-width
2012-02-24 20:31:16 +00:00
Richard Alam
6bdfb78495
- don't disable the cancel window so that it can be closed in case the conversion fails.
...
- put back resize handler to resize slide in real-time
2012-02-24 20:29:21 +00:00
Richard Alam
c23b3be31a
- fix cast exception on file upload
...
- fix "undefined" on fileupload window
2012-02-24 20:19:37 +00:00
Richard Alam
b09ed1c231
- hide zoom slider when ftw
2012-02-24 18:43:09 +00:00
Richard Alam
a277d6c339
display ftw properly when switching pages
2012-02-24 16:51:18 +00:00
Richard Alam
e41af8caef
- adjust slide display properly for ftw
2012-02-24 14:28:59 +00:00
Richard Alam
3777f433a1
- continue to extract the calculations
2012-02-23 22:36:42 +00:00
Richard Alam
db03520f77
- extracting out slide calculations into separate class
2012-02-23 21:59:42 +00:00
Richard Alam
2947518eb6
- DRYing up bounds detection code
2012-02-23 20:22:49 +00:00
Richard Alam
e4d86ae2f3
- bounds detect then using zoom slider for ftw
2012-02-23 19:38:32 +00:00
Richard Alam
b9f4dbe168
- hook zoom slider
2012-02-23 19:25:28 +00:00
Richard Alam
3213cc0299
- put the shapes list into it's own class so we don't have to depend on the window being shown to
...
receive the shape messages...we redraw the shapes when the window gets displayed
2012-02-23 15:24:21 +00:00
Fred Dixon
9fd046a961
remove code to copy config.xml and join-mock.xml, will leave these steps to the instructions
2012-02-22 19:41:47 -05:00
Fred Dixon
24c1c69156
Added logic in build.xml to copy config.xml and join-mock.xml if not in the bigbluebutton-client source tree
2012-02-22 17:32:55 -05:00
Richard Alam
efc63bfa66
- load whiteboard shapes for latecomers
2012-02-22 21:30:42 +00:00
Richard Alam
b86268c5da
- don't move slide when resizing fit to page
2012-02-21 21:59:49 +00:00
Richard Alam
c067698906
- send updates while presenter draw shapes aside from pencil
2012-02-21 21:43:58 +00:00
Richard Alam
5abe4eecb4
- remove w,h,x,y from message as we don't use them
2012-02-21 19:42:39 +00:00
Richard Alam
ef95f1ee69
- hook up whiteboard history
2012-02-21 18:55:53 +00:00
Richard Alam
5aa67ab7d0
- hook up undo and clear buttons
2012-02-21 18:29:50 +00:00
Richard Alam
111fabcb3c
- FINALLY! Got the shapes to work properly when zooming and resizing.
2012-02-21 16:34:05 +00:00
Richard Alam
0a2a6761c3
- convert int to Number
2012-02-20 16:54:01 +00:00
Richard Alam
1131abaa3f
- display shapes in viewer
2012-02-20 15:14:48 +00:00
Richard Alam
a1fb358ffd
- figure out why shapes aren't aligining properly
2012-02-20 14:06:55 +00:00
Richard Alam
56f97d4332
- make sure step is correct on how to resize shape when canvas is resized
2012-02-16 19:52:57 +00:00
Richard Alam
4740d1c10a
- add more parameters on message from presenter to viewer
2012-02-16 18:52:39 +00:00
Richard Alam
f46b1ea9a7
- handle the mouse up properly when presenter resizes the window
2012-02-16 16:41:33 +00:00
Felipe Cecagno
8a1b14a2ba
using a regular expression to test the stream name format; if the stream name does not fit the pattern, the resolution of the video will be set to the lowest resolution configured in config.xml
2012-02-16 12:51:53 -02:00
Richard Alam
f60fccb10b
- scales properly unless you want to be very picky for small lines that shift a bit
2012-02-15 22:49:04 +00:00
Felipe Cecagno
099c80c7aa
identifies the remote video resolution from its stream name; previously it was parsing the stream name comparing the beginning of the stream name with the resolutions configured in the config.xml
...
it will enable third party applications, such as the Android client, to stream video with any resolutions
2012-02-15 17:52:46 -02:00
Richard Alam
244c76a57b
- don't round off point locs
2012-02-15 19:05:45 +00:00
Richard Alam
3f9bb3526b
- make sure viewed region doesn't go above 100 percent
2012-02-15 15:59:39 +00:00
Richard Alam
7b13b85d00
whiteboard scales properly
2012-02-15 15:39:26 +00:00
Richard Alam
c071377b5e
- a little bit of moving around code...changing the factory to return DrawObject instead of Shape
2012-02-14 20:31:06 +00:00
Richard Alam
fc3405c936
- set canvas size on resize
2012-02-14 20:20:41 +00:00
Fred Dixon
2e458d147d
Tweaked the settings for VideoconfModule to slightly improve quality video. Bandwidth of video will take on aberage 50 KiB/S
2012-02-12 12:26:20 -05:00
Richard Alam
c077075b52
- sync whitebaord but problem with sync when resizing window
2012-02-10 22:29:42 +00:00
Richard Alam
57f3dc8be7
- sync works except for resizing the height of ftw when doc is fully displayed
2012-02-10 21:14:16 +00:00
Richard Alam
01786e2d69
- sync ftw and ftp...need to recalculate when resising window height only when full page is displayed
2012-02-10 18:34:47 +00:00
Richard Alam
3f7ccf8c1f
- ftw syncs...but switching presentation problem with not resetting dimensions
2012-02-09 22:49:36 +00:00
Richard Alam
7ec749e5fb
- fit ftw resizing
2012-02-09 22:34:44 +00:00
Richard Alam
3ed9778968
- ftp syncs properly...need to do ftw
2012-02-09 22:15:53 +00:00
Richard Alam
df00baa2ea
- sync fit-to-page
2012-02-09 19:07:34 +00:00
Richard Alam
d3b13edd55
try to sync viewed region in viewers window
2012-02-08 23:32:53 +00:00
Richard Alam
691b39469e
resize ftp whiled zoomed
2012-02-08 20:10:26 +00:00
Richard Alam
1e60c9270f
- move things around...more work need to be done on ftp resize while zoomed
2012-02-08 19:49:50 +00:00
Richard Alam
6772f10d7f
- resize ftp with bounds detection
2012-02-08 19:28:26 +00:00
Richard Alam
4b9c1971b0
fix ftw resizing
...
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/modules/present/managers/Slide.as
2012-02-08 18:43:35 +00:00
Richard Alam
a7d7be6133
make zoom, resize, move working for both ftp and ftp
2012-02-08 18:09:12 +00:00
Richard Alam
e69ace830f
- remove percentage calculations
2012-02-08 16:56:48 +00:00
Richard Alam
90a670e1f9
- use percentages
2012-02-08 16:32:53 +00:00
Richard Alam
613023de60
calculate shared region in percentage
2012-02-07 19:17:09 +00:00
Richard Alam
37880b4af7
- ftp zoom properly
2012-02-06 22:24:05 +00:00
Richard Alam
b23b6c51f0
fix ftp and ftw move
2012-02-06 21:40:53 +00:00
Richard Alam
8dd8bd065a
- make window layout absolute and calculate x,y
2012-02-06 18:44:17 +00:00
Richard Alam
3c53b996e6
extract slide into it's own class
2012-02-05 12:42:34 -08:00
Richard Alam
c41f91048e
display slide properly when switching presentation
2012-02-05 11:53:37 -08:00
Richard Alam
4bb936cdfa
calculate ftw viewport on loading presentation
2012-02-05 11:31:05 -08:00
Richard Alam
410e350a78
- zoom fit to page works but still don't know why I need to multiply x,y coordinates by 2 to
...
calculate properly bounds detection
2012-02-05 10:54:40 -08:00
Richard Alam
fa9ca80ce4
- figuring out why bounds detection not wprking properly
2012-02-05 10:01:58 -08:00
Richard Alam
138b5caf1b
fit to page bounds detection...lower-right isn't working properly
2012-02-04 20:10:30 -08:00
Richard Alam
881dd7a4f2
- hide thumbnails on switching presenters
2012-02-03 17:36:47 +00:00
Richard Alam
66d1de8131
- prevent presentation names from being duplicated when switching presenters
2012-02-03 17:23:50 +00:00
Richard Alam
0957bbb158
- change mute/unmute icons
2012-02-03 17:17:12 +00:00
Richard Alam
5789475d1b
- modify mute/unmute buttons and icons
2012-02-02 23:47:46 +00:00
Richard Alam
2740061e09
- change muted/unmuted icons
2012-02-02 19:44:22 +00:00
Richard Alam
e242d1f367
- if the user refreshes the browser, the logout url is gone...so we need to use the logout url
...
returned from the server
2012-02-02 16:10:29 +00:00
Richard Alam
8fc0414f75
- first look if the user already has a logout url in the client...use that...
2012-02-01 23:11:23 +00:00