Anton Georgiev
8e553ab0c6
Merge pull request #5855 from musickiper/discard-cur-annotation-via-right-click
...
Add fuctionality for discard current annotation via right-click
2018-09-04 11:13:00 -04:00
James Jung
4db30fe741
Delete useless logics, and make codes more readable
2018-08-23 13:07:56 -04:00
James Jung
3dd288c0ca
Remove loop inside "addAnnotationToDiscardedList"
2018-08-23 12:35:26 -04:00
James Jung
b0a93e5377
Move the placement of undoAnnotation from service.js to draw-listeners
...
Make discardedList be updated on not only the side of the sender but also the side of receiver too
Add logic for preventing the size of discardedList getting bigger unlimitedly
2018-08-23 11:42:34 -04:00
James Jung
86a0440703
Remove useless and error causing codes
2018-08-16 13:15:12 -04:00
James Jung
bac2854b77
Add extra comments to make code more readable
2018-08-14 16:00:15 -04:00
James Jung
dc71cd0382
Move filter logic from service method to draw-stream listener, and makes code more readable
2018-08-14 14:47:09 -04:00
James Jung
3f8a10897a
Initialize a list of discarded annotations, filter out discarded annotations inside AnnotationsStreamer added handler
2018-08-13 15:40:47 -04:00
James Jung
d95fff40f1
Remove a global let, improve global variable names' consistency and make codes inside service clean up
2018-08-01 16:15:52 -04:00
Anton Georgiev
e64dbda4ce
add check for logClient to handle media calls
2018-08-01 16:06:49 +00:00
James Jung
006ddf64cd
Correct variables
2018-07-27 14:35:16 -04:00
James Jung
c73bebbdc3
Change wrong variable names, and make use Meteor setting's value than use literal for checking annotation's status
2018-07-27 11:06:49 -04:00
James Jung
46a382a80a
Separate the logic for discarding the current annotation from each draw listener component to the service of whiteboard
2018-07-26 14:06:16 -04:00
James Jung
df17e36462
Change the functionality for discard current annottation via right-click, based on its purpose
...
The annotaion can be discarded using the mouse right button, only when it is being drawn
2018-07-20 16:17:41 -04:00
James Jung
cf96835280
Change the functionality for discard current annottation via right-click, based on its purpose
...
The annotaion can be discarded using the mouse right button, only when it is being drawn
2018-07-20 16:05:24 -04:00
Bobak Oftadeh
c98bd10024
Replaced console.errors with client logger and alterted logger configurations
2018-07-13 12:16:50 -07:00
Oswaldo Acauan
3e67501790
Clear optimistic shapes when the presenter/multiwb status change. Fix #5677
2018-06-28 11:27:40 -03:00
Oswaldo Acauan
e4b0edefec
Fix undo not working for text-tool. Closes #5619
2018-06-26 10:50:19 -03:00
Oswaldo Acauan
d413b2e156
Fix linter errors
2018-06-26 10:38:43 -03:00
Oswaldo Acauan
03a18b85b1
Prevent drawing while disconnected
2018-06-26 10:28:58 -03:00
Oswaldo Acauan
ec07b4434d
Change cursor and annotation to user streams and add optimistic updates
...
WIP | Use streams to cursor and optimistic updates
WIP | Use streamss to whiteboard and optimistic updates
WIP | Remove fake delay
Add two way batching (server/client client/server)
Fix null userId exception and remove logs
wip
Add two way batching (server/client client/server) for cursor
Remove message frequency from draw-listeners component since we handle on message publication
Handle clear and undo messages
2018-05-28 14:46:14 -03:00
Oleksandr Zhurbenko
10c8b86a0d
Renamed whiteboard to presentation
2017-02-23 10:14:35 -08:00
gcampes
e14c9159df
Fix breakout closing issues
2016-11-22 13:46:08 -02:00
Oswaldo Acauan
1df46bb201
Refactor of Presentations API
2016-11-11 19:02:46 +00:00
Oleksandr Zhurbenko
576a8b287f
Added a check for cursor data
...
Since it is undefined sometimes
2016-08-20 19:59:32 -07:00
Lajellu
12ec76d375
Fixes slide control PR comments
2016-08-05 11:39:24 -07:00
Lajellu
1acdc0a13b
Adds cursor xy tracking
2016-07-15 13:50:03 -07:00
Oleksandr Zhurbenko
2b4aced77d
Fixed naming according to the BBB's style guide
2016-06-27 07:48:17 -07:00
Oleksandr Zhurbenko
29e8524de0
Polishing
2016-06-24 14:30:37 -07:00
Oleksandr Zhurbenko
949511f9b5
Linting, changed line endings from Windows to Unix
2016-05-30 15:07:02 -07:00
Oleksandr Zhurbenko
16c46d50af
Adjusted the whiteboard files to the new structure
2016-05-26 17:03:30 -07:00