Commit Graph

707 Commits

Author SHA1 Message Date
Anton Keks
29d1842dba 3.3.1 release notes 2014-07-15 23:06:59 +03:00
Anton Keks
b4ab05187c more correct size 2014-07-15 23:04:34 +03:00
Anton Keks
1e44e0c94c use only local vars for Socket, avoid ThreadLocals 2014-07-15 22:59:28 +03:00
Anton Keks
791749a733 use only local vars for Socket, avoid ThreadLocals 2014-07-15 22:40:52 +03:00
Anton Keks
a4c054fb4d make less UDP probes, so that TCP fallback will pick up more quickly 2014-07-15 22:17:52 +03:00
Anton Keks
50e76a5e81 use InetAddressImpl directly to resolve hostnames more quickly 2014-07-15 21:55:01 +03:00
Anton Keks
c112e75ef6 bump version to 3.3.1 2014-07-15 21:00:24 +03:00
Anton Keks
21f4f777fb add oracle-java8-installer as possible dependency 2014-07-15 20:58:24 +03:00
Anton Keks
85c3cddf64 issue #17 - include libswt-atk-gtk and libswt-cairo-gtk in the release build, otherwise ipscan will not start on freshly installed linuxes 2014-07-15 20:50:26 +03:00
Anton Keks
9506e62786 fix test 2014-05-25 22:03:11 +03:00
Anton Keks
0eedd6293e canonical name test fixed: google doesn't report real hostnames anymore, so let's use angryip.org 2014-05-25 22:03:01 +03:00
Anton Keks
f7544774e0 add idea runners 2014-05-25 21:51:30 +03:00
Anton Keks
2a46f22bb8 reformat class properly 2014-05-25 21:51:14 +03:00
Anton Keks
479672dd09 idea 13.1 simplified code style settings file 2014-05-25 21:42:46 +03:00
Anton Keks
6f14b913a9 update 3.3 release notes 2014-05-25 21:37:25 +03:00
Anton Keks
dd55e99375 prefill ip range on start with the current network's range (taking netmask into account) 2014-05-25 21:36:55 +03:00
Anton Keks
d643cdc959 try to continue scanning only if the loaded file seems incomplete 2014-05-25 20:42:11 +03:00
Anton Keks
71f80ed900 update copyright 2014-05-25 20:27:35 +03:00
Anton Keks
9bef86df75 move txt file importing code to TXTExporter 2014-05-25 20:26:09 +03:00
Anton Keks
f6ce850cff display nice error message if file load fails 2014-05-25 19:57:56 +03:00
Anton Keks
bbe027235a simplify loading code and make it more reliable at the same time 2014-05-16 00:45:44 +03:00
Anton Keks
a91573b2a8 make fields non-static again and use unserialize() method to populate the feeder 2014-05-16 00:12:47 +03:00
Anton Keks
26fa4a8c7b simplify code, remove sout 2014-05-15 23:35:36 +03:00
Anton Keks
04095e14f7 disable loading during scanning, so no need for showing any messages 2014-05-15 23:30:54 +03:00
Anton Keks
9e40d0d3cb no need for an abstract class 2014-05-15 23:10:48 +03:00
Anton Keks
2624ccbeb1 fix file loading shortcut, change preferences shortcut as well (match Wireshark's) 2014-05-15 23:05:46 +03:00
horvist
5b86d0f8c4 Contributing loading feature 2014-05-15 22:47:00 +03:00
Anton Keks
9a2319bd72 convert some fields to locals vars 2014-05-13 20:26:09 +03:00
Anton Keks
0a06f33c99 get rid of global rowHeight hinting 2014-05-13 20:23:40 +03:00
Anton Keks
95f3bc4972 better layout of range feeder 2014-05-13 20:21:38 +03:00
Anton Keks
0b5ae6d888 simplify feeder layouts using GridLayout 2014-05-13 20:15:28 +03:00
Anton Keks
cc74c1ba6c range feeder layout looks almost ok on a mac that way... 2014-04-29 18:18:43 +03:00
Anton Keks
1f2b8ab2f1 pass rowHeight (buttonHeight) to all feeder GUIs from MainWindow, in try to fix alignment on all platforms 2014-04-29 00:45:52 +03:00
Anton Keks
c4012ed07d align feeder gui row heights with button heights, so that the rows match those in MainWindow 2014-04-29 00:12:15 +03:00
Anton Keks
760a657423 fix buttonHeight computation on mac cocoa 2014-04-28 23:26:20 +03:00
Anton Keks
7f8b6db551 use static imports 2014-04-28 23:25:47 +03:00
Anton Keks
3dd9bd67cc set common layout for all feeder GUIs in the abstract class 2014-04-28 23:20:05 +03:00
Anton Keks
6489b08d24 removing workaround after swt upgrade 2014-04-28 18:05:24 +03:00
Anton Keks
d0c9003c07 use sheets for input dialogs on mac 2014-04-28 17:56:37 +03:00
Anton Keks
4a54d05073 remove many of mac checks - they are not needed for cocoa and/or sheet dialogs 2014-04-28 17:53:48 +03:00
Anton Keks
aa0fd7cab4 make check version prompt a sheet 2014-04-28 17:50:59 +03:00
Anton Keks
38004ac2d6 make about dialog a sheet on mac 2014-04-28 17:49:10 +03:00
Anton Keks
1910948a78 detect Mac OS X properly even under Oracle Java 2014-04-28 17:41:58 +03:00
Anton Keks
79453e2be5 cannot delete swt widgets anymore - mac version will not start without them 2014-04-28 17:38:00 +03:00
Anton Keks
e9862ea223 reverse feature mentioned 2014-04-27 00:01:13 +03:00
Anton Keks
50e3a9df6f fix tests after merging reverse IP contribution and remove now unused messages 2014-04-27 00:00:34 +03:00
horvist
7f3c4d0472 IP's are scanned reversly when the end IP address is lower than the start IP address. 2014-04-26 23:53:16 +03:00
Anton Keks
f4102d3a79 more release notes 2014-04-26 23:41:35 +03:00
Anton Keks
6ffc2bed3c start writing release notes for 3.3 2014-04-26 23:40:36 +03:00
Anton Keks
577a1573f1 try to support Oracle JRE 7 (not JDK), which doesn't set JAVA_HOME by default 2014-04-26 23:25:03 +03:00