Commit Graph

1583 Commits

Author SHA1 Message Date
Anton Keks
b3a4655bbe upgrade gradle & proguard to support building under Java 17 2021-12-31 17:10:32 +02:00
Anton Keks
711c754d2d use even newer SWT 2021-12-31 16:45:56 +02:00
Anton Keks
8698ba42f2 specify that we require Java 11 now due to SWT requiring it 2021-12-31 16:43:54 +02:00
Anton Keks
aa02b340c2
Merge pull request #312 from aplr/master
Add macOS aarch64 support
2021-12-31 16:25:43 +02:00
Anton Keks
ca45501f4c
Merge pull request #297 from xnumad/patch-1
Fix typo
2021-12-31 16:06:20 +02:00
Anton Keks
021973f434
Merge pull request #305 from bovirus/patch-3
Update instalelr script
2021-12-31 16:05:58 +02:00
Andreas Pfurtscheller
193bb2b8fd Add mac aggregate task 2021-11-15 14:08:01 +01:00
Andreas Pfurtscheller
00b5a125a4 Revert win32 swt to 3.108.0 2021-11-15 14:05:18 +01:00
Andreas Pfurtscheller
e47cb7e3ec Remove debug log 2021-11-15 14:02:55 +01:00
Andreas Pfurtscheller
091991a640 Add macOS aarch64 support 2021-11-15 06:01:39 +01:00
bovirus
9b7d1efd01
Update instalelr script
Add Italian language
2021-09-14 17:38:22 +02:00
xnumad
4fd317f458
Fix typo 2021-08-28 17:10:14 +02:00
Anton Keks
64ec7090ac remove obsolete code for Mac Java 1.6 2021-06-25 22:52:07 +03:00
Anton Keks
8319cbf4cc Merge remote-tracking branch 'origin/master' 2021-06-25 11:29:41 +03:00
Anton Keks
d26cba1709 try building again on newer ubuntu 2021-06-25 11:29:29 +03:00
Anton Keks
5cc9666f35
Merge pull request #291 from bovirus/patch-2
Update Italian language
2021-06-25 11:21:13 +03:00
Anton Keks
57d6acd7da fix tests 2021-06-25 11:20:12 +03:00
Anton Keks
1712e3347a build suddenly started failing in github with missing libwine... 2021-06-25 11:01:37 +03:00
bovirus
c2f0e51e98
Update Italian language
@angryziber 

Add space after ":" for these strings

text.scan.time.total=Tempo totale: 
text.scan.time.average=Tempo medio per host: 
text.scan.hosts.total=Host scansionati: 
text.scan.hosts.alive=Host attivi: 
text.scan.hosts.ports=Con porte aperte: 

because in Statistic summary there is no space after this string and before the values showed
2021-05-07 13:47:30 +02:00
Anton Keks
d9681b3a1e some people say that License line is supported here 2021-02-22 12:07:01 +02:00
Anton Keks
6c51caeff6 add debian-standard copyright file, but that still doesn't display non-propriatary license in gnome-software on Ubuntu 2021-02-22 12:03:55 +02:00
Anton Keks
0390f7b39c prepare for 3.7.6 release; update mac vendors 2021-02-15 22:22:05 +02:00
Anton Keks
e0bfc11edd add trailing whitespace 2021-02-15 22:17:46 +02:00
Anton Keks
92aaea6ab2 some people in GA get an IndexOutOfBounds here 2021-02-15 22:10:52 +02:00
Anton Keks
629cffaec4 use shorter syntax 2021-02-15 22:05:24 +02:00
Anton Keks
e7b20b249d add check that IPs are of the same protocol 2021-02-15 22:02:02 +02:00
Anton Keks
96057c6dcb avoid NPE if mac is null 2021-02-15 21:58:23 +02:00
Anton Keks
7fd0d1c5ca use safer close()
just shell.close() sometimes produces NPE in GA when closing the PreferencesDialog
2021-02-15 21:45:25 +02:00
Anton Keks
b0c8136f65 avoid NPE at ScanningResultList.getFetcherIndex:264 (GA) 2021-02-15 21:28:01 +02:00
Anton Keks
80962cc2b5 do not use widgetSelectedAdapter - it is missing on some installations that use external SWT (e.g. Linux ARM)
GA reports: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.swt.events.SelectionListener.widgetSelectedAdapter(Ljava/util/function/Consumer;)Lorg/eclipse/swt/events/SelectionListener;) (46) net.azib.ipscan.gui.GUI.showMainWindow:51
2021-02-15 21:14:11 +02:00
Anton Keks
27e3dbd269 display Mac users a helpful message about -XstartOnFirstThread requirement if they are trying to run ipscan themselves 2021-02-15 21:04:21 +02:00
Anton Keks
83ec424143 report cause of exception as well 2021-02-15 21:00:21 +02:00
Anton Keks
e4e5c36577 handle "Invalid argument" ConnectionException as host is down (e.g. invalid IPv6 address) 2021-02-15 20:46:46 +02:00
Anton Keks
ee06f96278 fix formatting 2021-02-15 20:43:46 +02:00
Anton Keks
34117fc024 do not fail if netmask is shorter than the IP (e.g. /32 for IPv6) 2021-02-15 20:43:25 +02:00
Anton Keks
b0a1afa8f5 do not fail if last list is already empty 2021-02-15 20:31:38 +02:00
Anton Keks
1361b0f1e6 use a new shell if the existing one is disposed (from GA) 2021-02-15 19:37:11 +02:00
Anton Keks
3bc2360a3c ignore already disposed exception (from GA) 2021-02-15 19:34:29 +02:00
Anton Keks
e47ba85c89 Merge remote-tracking branch 'origin/master' 2021-02-15 19:10:25 +02:00
Anton Keks
ca6afdc844 fixes #277 get a reference to activeShell before opening another dialog (NPE happens otherwise in recent SWT versions) 2021-02-15 19:10:18 +02:00
Anton Keks
860a5a8d4d
Merge pull request #276 from bovirus/patch-1
Update Italian language
2021-02-15 19:01:40 +02:00
bovirus
b110662a87
Update Italian language
Please merge
2021-02-04 20:35:14 +01:00
Anton Keks
7ba7c72752
Merge pull request #275 from wanderleihuttel/master
Update messages_pt_BR.properties
2021-02-03 18:27:41 +02:00
Anton Keks
194346ea81 releasing 3.7.5 with updated mac vendors 2021-02-03 18:26:58 +02:00
Anton Keks
2a470daf09 align netmask also on Mac 2021-02-03 17:52:01 +02:00
Anton Keks
16b075dedd improve comment 2021-02-01 23:39:53 +02:00
Anton Keks
855a51caec fine-tune netmask combo width on Windows... 2021-02-01 23:36:18 +02:00
Anton Keks
837ab5d394 use hint instead of setting the bounds, so that parent composite would be resized appropriately 2021-02-01 23:10:07 +02:00
Anton Keks
940b97812d support for NetBIOS (NBSTAT) responses containing non names (often returned by Apple devices) 2021-02-01 18:08:45 +02:00
Wanderlei Hüttel
27a74f6313
Update messages_pt_BR.properties 2021-01-26 14:49:14 -03:00