]> source.dussan.org Git - tigervnc.git/commit
add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is now...
authorBrian Hinz <bphinz@users.sourceforge.net>
Thu, 18 Aug 2011 01:09:19 +0000 (01:09 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Thu, 18 Aug 2011 01:09:19 +0000 (01:09 +0000)
commit849cfbe473a987d34e2e00cc73bfd2173dd36c0f
tree563c974f5b3c9ea5f7dedce420a9e6b5abce6ead
parent12c81df882452e715e0cc1684b81ef347b6508fe
add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is now editable). Also addded some sanity checks to make sure only 0-9 can be passed in via the gui or the command line.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4636 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/src/com/tigervnc/vncviewer/CConn.java
java/src/com/tigervnc/vncviewer/OptionsDialog.java