summaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented "Loop Ctrl+L" menu point.george822005-02-062-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@153 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Exit Alt+X" menu point.george822005-02-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@152 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Set slider to 0 when stopped playback.george822005-02-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@151 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed unnecessary elements from the menu.george822005-02-062-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@150 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the open session file dialog implementation.george822005-02-062-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@149 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed bug with wrong positiong of slider when it was draged by mouse.george822005-02-061-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@148 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer::updatePos().george822005-02-061-19/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@147 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the time position changing by trackbar.george822005-02-062-14/+60
| | | | | | | RfbPlayer::calculateSessionTime() must calculate time in ms. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@146 3789f03b-4d11-0410-bbf8-ca57d06f2519
* FbsInputStrea::getTimeOffset must return the current seesion time.george822005-02-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@145 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the full session time calculating.george822005-02-052-4/+12
| | | | | | | speedTrackBar -> posTrackBar (wrong name) :) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@142 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::calculateSessionTime().george822005-02-052-0/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@141 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer class implementation,george822005-02-051-3/+0
| | | | | | | added RfbPlayer::stopPlayback(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@140 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved RfbPlayer class implementation,george822005-02-052-32/+30
| | | | | | | added RfbPlayer::stopPlayback(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@139 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed a bug with crashing the application when openSessionFile usesgeorge822005-02-031-0/+1
| | | | | | | a few times. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@138 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Improved rfbSessionReader class implementation.george822005-02-032-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@137 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::openSessionFile().george822005-01-312-0/+23
| | | | | | | It opens the rfb session file and starts reading the data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@136 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RfbPlayer::processMsg().george822005-01-312-1/+37
| | | | | | | It is used for processing the rfb protocol messages. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@135 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added rfbSessionReader class to RfbPlayer class.george822005-01-313-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@134 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the threading part from RfbPlayer class.george822005-01-302-59/+2
| | | | | | | rfbSessionReader class will used to read the rfb data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@132 3789f03b-4d11-0410-bbf8-ca57d06f2519
* void processMsg() -> virtual void processMsg();george822005-01-301-1/+1
| | | | | | | It' need for compatibility RfbPlayer class and RfbProto class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@131 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added rfbSessionReader class implementation.george822005-01-302-0/+63
| | | | | | | It's used for reading the rfb data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@130 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the speed changing by edit control.george822005-01-293-4/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@129 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented speed changing by spin control.george822005-01-291-1/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@128 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the play, pause, stop button proccessing.george822005-01-273-48/+97
| | | | | | | Changed some rfbplayer's defines. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@126 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update the time position 4 times in 1 second (every 250 ms).george822005-01-241-1/+4
| | | | | | | It reduces the time twinkling. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@119 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented update the time position in the toolbar.george822005-01-242-1/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@118 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the ToolBar to RfbPlayer.george822005-01-194-27/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@105 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::autoSize, ToolBar::getButtonRect().george822005-01-182-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@103 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed toolbar bitmap.george822005-01-171-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@102 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Start playing if autoplay set to TRUE.george822005-01-171-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@100 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed the threading part of rfbplayer. Now threading function includedgeorge822005-01-162-60/+47
| | | | | | | to the rfbplayer class. It allows the rfbplayer members to manage the rfb data thread. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@99 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2005-01-131-159/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@95 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added bitmap for the toolbar buttons.george822005-01-134-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@94 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button operations to the ToolBar class.george822005-01-112-0/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@93 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added button images operations to the ToolBar class:george822005-01-112-0/+39
| | | | | | | addBitmap(), addSysBitmap(), setBitmapSize(). git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@92 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-102-886/+0
| | | | | | | | | It's need for renaming: CommonControls.cxx -> ToolBar.cxx CommonControls.h -> ToolBar.h git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@91 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar:create() function. It creats a windows toolbar.george822005-01-102-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@90 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new methods to ToolBar class:george822005-01-102-2/+30
| | | | | | | | | ToolBar(); ~ToolBar(); getHandle(); git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@89 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822005-01-103-0/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-101-155/+147
| | | | | | | | It's need for renaming: CommonControls.cxx -> ToolBar.cxx CommonControls.h -> ToolBar.h git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@87 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changed all user-visible strings from colour to color.Peter Åstrand2004-12-301-1/+1
| | | | | | | Also, the Windows viewer now accepts arguments with both spellings. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2004-12-281-155/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@53 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822004-12-233-147/+1041
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@52 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed old RfbPlayer's controls.george822004-12-122-151/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@37 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added hot keys support to RfbPlayergeorge822004-12-093-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@34 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the menu in RfbPlayergeorge822004-12-083-5/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@33 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-147/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added initial RFB Session Player implementation, by Egor Vegner.Constantin Kaplinsky2004-11-1413-0/+2056
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@6 3789f03b-4d11-0410-bbf8-ca57d06f2519