aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer/PlayerOptions.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-77/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the ToolBar part from rfbplayer.cxx and rfbplayer.h files.george822005-09-041-2/+0
| | | | | | | Now there are all toolbar's routines in the PlayerToolBar class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@308 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unnecessary option "Auto store player settings"george822005-03-291-2/+0
| | | | | | | from OptionsDialog dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@276 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented support all pixel formats when player run with command linegeorge822005-03-211-0/+1
| | | | | | | | | parameter "-pf". Usage: -pf r<r_bits>g<g_bits>b<b_bits>[le|be] git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@264 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new property bigEndianFlag to PlayerOptions class.george822005-03-201-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@260 3789f03b-4d11-0410-bbf8-ca57d06f2519
* DEFAULT_PF_INDEX must equal -1.george822005-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@259 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new property autoDetectPF to PlayerOptions class.george822005-03-201-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@257 3789f03b-4d11-0410-bbf8-ca57d06f2519
* PlayerOptions::pixelFormat changed to pixelFormatIndex.george822005-03-191-2/+2
| | | | | | | | Added new property pixelFormat to PlayerOptions class. Added supportedPF to RfbPlayer class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@252 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added PlayerOptions::setPF(). This function calculates all PixelFormatgeorge822005-03-161-0/+15
| | | | | | | struct properties by rgb order, rm, gm, bm. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@248 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 1. Added PlayerOptions class for managing the player options.george822005-03-101-0/+65
2. Added OptionsDialog. 3. Added ChoosePixelFormatDialog class. It is used for choosing the pixel format before the session playing. 4. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@238 3789f03b-4d11-0410-bbf8-ca57d06f2519