Commit Graph

695 Commits

Author SHA1 Message Date
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
Anton Keks
71e6d12062 exclude more stuff and remove obsolete libraries from IDEA module file 2014-04-26 23:06:58 +03:00
Anton Keks
1c99ed54c5 issue #8 - switch SWT mac to 64-bit version in order to work on Java 1.7. Mac Java 1.6 was available only for 64-bit processors anyway, so it doesn't make sense to support 32-bit on mac at all 2014-04-26 23:03:15 +03:00
Anton Keks
673d301a91 convert some MessageBoxes to sheets on mac 2014-04-26 22:39:18 +03:00
Anton Keks
e952528d63 use sheet style for some dialogs on mac 2014-04-26 22:15:03 +03:00
Anton Keks
a3591156ac next version will likely be 3.3 2014-04-26 22:02:14 +03:00
Anton Keks
4d5e4f40cc fix InputDialogTest - it seems that SWT 4.3 setSelection(0, -1) doesn't work anymore 2014-04-26 22:01:14 +03:00
Anton Keks
0c8dc248bb MacApplicationMenu can now be compiled with any version of SWT, so move it to src and get rid of src-platform 2014-04-26 21:52:05 +03:00
Anton Keks
26d5762d19 upgrade to SWT 4.3, including the switch of Mac builds to Cocoa API instead of Carbon
this requires rewrite of MacApplicationMenu to use the new Display.getSystemMenu()
2014-04-26 21:12:00 +03:00
Anton Keks
530f668f71 issue #10 - fix plugins link in the help menu 2014-04-25 01:10:21 +03:00
Anton Keks
c35f56968c make sure both ipRange and Hostname labels are displayed in full, not matter which one is longer in current language 2014-04-25 01:01:28 +03:00
Anton Keks
6a044b8135 add other contributed languages into the selection 2014-04-25 00:39:32 +03:00
Anton Keks
13ab9a4f0c fix language combo width 2014-04-25 00:34:29 +03:00