Richard Alam
|
2fb57a1879
|
- remove frame when stopping desktop sharing
|
2010-09-30 22:47:18 -04:00 |
|
Richard Alam
|
63cc64e80e
|
- generate serverside frame every 250ms
|
2010-09-30 21:26:43 -04:00 |
|
Richard Alam
|
7fcc2937da
|
- center capture region when starting
|
2010-09-30 21:22:28 -04:00 |
|
Richard Alam
|
d6dcbfca14
|
- change text to start sharing
|
2010-09-30 15:15:29 -04:00 |
|
Richard Alam
|
f3209f6514
|
- remove start button when sharing. Users will now have to quit from the client until we figure out the
best way to start/stop sharing.
|
2010-09-30 15:12:36 -04:00 |
|
Richard Alam
|
61fc30239e
|
- when sharing full screen, it the width is greater than 1280, scale the output to 1280
|
2010-09-30 11:28:24 -04:00 |
|
Richard Alam
|
b828761f0e
|
- don't scale when sharing fullscreen
|
2010-09-30 11:04:34 -04:00 |
|
Richard Alam
|
3a877a3270
|
- update applet and cleanup
|
2010-09-30 10:34:55 -04:00 |
|
Richard Alam
|
a73bcd4faa
|
- start/stop deskshare properly
|
2010-09-30 10:21:35 -04:00 |
|
Richard Alam
|
436cead11d
|
- add source and target compatibility to 1.6
|
2010-09-30 09:45:33 -04:00 |
|
Richard Alam
|
99376a3dfe
|
- cleanup
|
2010-09-28 15:52:39 -04:00 |
|
Richard Alam
|
1670890939
|
- start and stop network connection properly
|
2010-09-28 12:59:07 -04:00 |
|
Richard Alam
|
5cd65fc593
|
- change border color from red to blue when capturing
|
2010-09-28 08:21:23 -04:00 |
|
Richard Alam
|
04375f3426
|
- clean up
|
2010-09-27 17:39:21 -04:00 |
|
Richard Alam
|
af948c2e99
|
- can now capture region inside the frame without the borders
|
2010-09-27 17:17:57 -04:00 |
|
Richard Alam
|
96e717b5b5
|
- checkpoint: refactor to make capturing of region work. There is still a minor issue
where the right and bottom border gets captured.
|
2010-09-27 15:44:07 -04:00 |
|
Richard Alam
|
597df03b93
|
- restructure client code so that in only expose few interfaces
|
2010-09-26 13:40:16 -04:00 |
|
Richard Alam
|
33b60b738a
|
- refactor the capture frame to the deskshareClient because we want it to be available too for standalone
(more work to be done).
|
2010-09-25 13:04:41 -04:00 |
|
Richard Alam
|
cd847c98f2
|
- fix typos
|
2010-09-21 16:22:02 -04:00 |
|
Richard Alam
|
83b2519b60
|
- convert pixels from int[] to byte[] and use the byte[] to calculate checksum to determine if a block has chnaged
|
2010-09-17 14:53:20 -04:00 |
|
Richard Alam
|
0cfe1d1efa
|
- use all pixels to calculate checksum when determining if a block has changed
|
2010-09-17 11:52:36 -04:00 |
|
Richard Alam
|
d7138b3f0c
|
- cleanup
|
2010-09-08 17:14:42 -04:00 |
|
deniszgonjanin
|
205ca72fb1
|
Applet was in wrong spot for client to build deskshare. Recommiting in the proper spot
|
2010-09-08 04:31:59 +00:00 |
|
deniszgonjanin
|
b8a1b45e0d
|
Desktop Sharing region selection
|
2010-09-08 03:56:31 +00:00 |
|
Richard Alam
|
df84f1222b
|
- have the applet tunnel by default
|
2010-09-03 15:10:17 -04:00 |
|
Leif Jackson
|
f236dc5c1c
|
Merge commit 'bbb/master' sync with bbb
|
2010-07-11 04:28:39 +00:00 |
|
Richard Alam
|
4b7a3fbc14
|
- change license from AGPL to LGPL
|
2010-07-09 15:50:14 -04:00 |
|
Leif Jackson
|
e67070cac5
|
Stability issues with module loader in flex client and deskshare/vm-build.sh script for local devel
|
2010-06-29 05:07:00 +00:00 |
|
Leif Jackson
|
9decad03c6
|
Inital import of freeswitch intergration
|
2010-06-29 04:51:31 +00:00 |
|
Richard Alam
|
9e38133fe3
|
- upgrade version to 0.7
|
2010-06-25 11:07:45 -04:00 |
|
Richard Alam
|
5b3a3252db
|
- applet shouldn't tunnel by default
|
2010-06-25 11:03:03 -04:00 |
|
Richard Alam
|
e4b4b7416c
|
- missed the "break;" in a case statement...that's why loggin errors on mouse location updates.
|
2010-06-22 17:45:21 -04:00 |
|
Richard Alam
|
696d5ef802
|
- add .manager to .gitignore as they contain IDE generated files for scala
|
2010-06-18 11:46:50 -04:00 |
|
Richard Alam
|
38562311f3
|
- modify how we calculate the checksum to determine if the block has changed. Previously, we
only looked at the 5th column of the block (BUG). Now, we check every 13th pixel of the
block from bottom-left to top-right.
|
2010-06-16 14:42:01 -04:00 |
|
Richard Alam
|
300af6b3b6
|
- applet shouldn't display menus in systray icon
|
2010-06-04 14:55:14 -04:00 |
|
Richard Alam
|
adba1c0a47
|
- init scaleW and scaleH to captureW and captureH in the applet
|
2010-06-04 11:17:34 -04:00 |
|
Richard Alam
|
95787e3f3f
|
- fix problem where desktop sharing client doesn't stop when server stops
|
2010-06-01 12:11:28 -04:00 |
|
BigBlueButton
|
e4fd72681a
|
- adding .gitignore
|
2010-05-30 03:55:46 +00:00 |
|
Richard Alam
|
00491a99d6
|
- minor cleanup
|
2010-05-28 09:48:43 -04:00 |
|
Richard Alam
|
d4ac169771
|
- adjust mouse pointer coordinates when scaling
- add parameter to maintain aspect ratio when scaling
|
2010-05-27 14:03:45 -04:00 |
|
Richard Alam
|
edeedf3b6d
|
- add parameters to scale captured screen
|
2010-05-26 14:36:21 -04:00 |
|
Richard Alam
|
636beed2ec
|
- add .gitignore and build folder
|
2010-05-25 21:11:47 -04:00 |
|
Richard Alam
|
ae0e1dca2e
|
- add deskshare folder
|
2010-05-25 20:56:20 -04:00 |
|
Richard Alam
|
31498e220c
|
add build folder
|
2010-05-25 20:48:18 -04:00 |
|
Richard Alam
|
06921cc32f
|
- pass width and height on onAppletStart call
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@115 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-20 20:35:28 +00:00 |
|
Richard Alam
|
d93ab7e706
|
- disconnect lifeline when stopping client normally
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@114 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-19 18:45:44 +00:00 |
|
Richard Alam
|
b251aaee9d
|
- exit properly when not able to connect to server
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@113 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-19 14:09:17 +00:00 |
|
Richard Alam
|
a5ab756f63
|
- increase screen capture rate
- increase mouse location track rate
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@112 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-18 15:19:50 +00:00 |
|
Richard Alam
|
0f6a97ca60
|
- handle network errors
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@111 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-17 16:49:37 +00:00 |
|
Richard Alam
|
edba8f146d
|
- capture whole desktop by default
- return exit codes when stopping
- listen for connection from external app as lifeline
git-svn-id: http://svn.bigbluebutton.org/project-bbb/trunk@110 6ac8b576-4aa1-4e98-a958-8badfeb98c9d
|
2010-05-17 15:08:30 +00:00 |
|