Syrone Wong
ef17b72d25
Refine PR #730
Squashed commit of the following:
commit 48eb4d8839
Author: Syrone Wong <wong.syrone@gmail.com>
Date: Sun Sep 18 15:46:09 2016 +0800
Drop useless interface impl
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
commit c0a4f3421a
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:58:02 2016 +0800
Revert "Updated to meet the hint from Wongsyrone."
This reverts commit 84c8053577
.
commit 84c8053577
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:52:21 2016 +0800
Updated to meet the hint from Wongsyrone.
commit 333ccb6d1f
Author: Logan Zhou <xorcererzc@gmail.com>
Date: Sun Sep 18 00:34:52 2016 +0800
Added duplicate button to config form.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
514bb02098
Fix config selection
User wants to use that server after selected it in the ConfigForm. If user deletes
the server in use, we can't find its index, then the previous logic will revert to
index 0, which is not expected behaviour.
Since we handled 'ServersListBox.SelectedIndex' in various event handlers, we can
trust it all the time.
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
2b4b6cba07
Minor ConfigForm changes
- add event handler for KeyDown
- drop unused code, we don't support
table and rc4 now
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Syrone Wong
acf7963de7
OTA is stable now
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
8 years ago
Mingye Wang
5916592234
"Server IP" -> "Server Addr"
9 years ago
Gang Zhuo
1097d4fc5b
remove space by trim()
9 years ago
icylogic
82b661e6a5
Merge pull request #345 from everyx/fix-ArgumentOutOfRangeException
fix ArgumentOutOfRangeException
9 years ago
everyx
1e9f1f3764
fix ArgumentOutOfRangeException
9 years ago
Gang Zhuo
29d70acfb5
replace 'one_time_auth' to 'auth'
9 years ago
Gang Zhuo
5c570fbb56
disable one-time auth when method is table or rc4
9 years ago
Gang Zhuo
3aac1cfcfc
Refine the authentication for true CCA
9 years ago
Gang Zhuo
204d6b856e
verbiage
9 years ago
Gang Zhuo
1564e9ff81
support onetime auth
9 years ago
Jackson Ming Hu
2fdb26c063
Fix a tiny bug
Sometimes the users may hit enter key by mistake, and the form will
close without saving entries.
9 years ago
clowwindy
7ab5eae64c
Merge pull request #297 from kimw/master
2 fixes, 1 feature, 1 code beautify
9 years ago
clowwindy
b1ebfe7772
prevent moving up and down when unsaved
9 years ago
kimw
0b6dd0d653
refresh server list with friendly name
9 years ago
kimw
3e1044fc41
rename variable `_oldSelectedIndex` to `_lastSelectedIndex`
9 years ago
kimw
f33fb04b89
support customize the server order
9 years ago
clowwindy
a0e79f37bc
fix #235
10 years ago
clowwindy
ddd46ed8c6
add HA
10 years ago
clowwindy
4afd5faf3f
add load balancing
10 years ago
clowwindy
444fabaa79
local port now is the same for different servers
10 years ago
clowwindy
b2c01254bc
fix font on Windows 8
10 years ago
clowwindy
bcdbcae305
don't serialize FriendlyName
10 years ago
clowwindy
06b92a3c0a
auto layout
10 years ago
clowwindy
ba95aab7f5
update font
10 years ago
clowwindy
e943247150
update texts
10 years ago
clowwindy
eaaacd398d
minor fixes
10 years ago
clowwindy
52ca609e3e
i18n
10 years ago
clowwindy
cdcb9897f9
fix OK button
10 years ago
clowwindy
a63ba03a2f
remove unused code
10 years ago
clowwindy
7f76141ca2
seperate tray menu from ConfigForm
10 years ago
clowwindy
3b5777d830
lint code
10 years ago
kookxiang
3d4262d11d
move code to controller/autostartup
10 years ago
kookxiang
8c90452b90
option to start on boot
10 years ago
clowwindy
61c17f65b9
high dpi support; close #47
10 years ago
clowwindy
b6da609cff
update update notification
10 years ago
wzxjohn
ac4748d6bf
lint code
10 years ago
clowwindy
e0780c0ff8
version check
10 years ago
clowwindy
7faf2c992b
do not expose SaveConfig to Views
10 years ago
clowwindy
e4ff27a1fc
share over LAN
10 years ago
clowwindy
492869fd5c
move log to temp path
10 years ago
clowwindy
165f016a82
refine qrcode form
10 years ago
wzxjohn
fc53a07203
change function to C# style
Change the first letter of function to upper case letter to fit C# code
style
10 years ago
wzxjohn
b5eac341b3
revert
10 years ago
wzxjohn
24614ba2a7
add cancel button for config
Now can use esc key to cancel, and don't change focus after change
server from list
10 years ago
wzxjohn
ac21a0960f
add config lock
Add a lock on config form to avoid accidental changes
10 years ago
clowwindy
040ae7981c
add qrcode form
10 years ago
clowwindy
a2863f1413
fix balloon
10 years ago