Commit Graph

651 Commits

Author SHA1 Message Date
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
Anton Keks
ab2334dd11 display a warning message that language change requires a restart 2014-04-25 00:31:54 +03:00
Anton Keks
0c3370b672 move language -> locale selection logic to Config 2014-04-25 00:26:48 +03:00
gsanta
af183d129f language selector functionality added 2014-04-24 23:55:55 +03:00
horvist
61a974339e Hungarian messages file 2014-04-24 23:45:00 +03:00
horvist
70d26d10f6 Hungarian properties file (not translated yet). 2014-04-24 23:45:00 +03:00
Anton Keks
b6e0b2c82a removing erroneous executable bits 2014-04-24 23:44:01 +03:00
Anton Keks
d1da8a2521 dos2unix 2014-04-24 23:37:10 +03:00
Anton Keks
f92b12962e remove executable bit (how did it get here?) 2014-04-24 23:34:29 +03:00
Anton Keks
2009d1c606 still trying to improve info dialog on mac 2014-03-17 18:49:27 +02:00
Anton Keks
3aa3db48c1 improve appearance of info dialog on mac 2014-03-17 18:42:31 +02:00
Anton Keks
3b17dd8d85 fix about dialog on mac - privacy and licence links at the bottom must be visible 2014-03-17 18:29:05 +02:00
Anton Keks
5008f29d9c need to add quotes as app dir contains spaces 2014-03-17 18:16:01 +02:00
Anton Keks
414efc030e make file executable 2014-03-16 22:58:15 +02:00
Anton Keks
435126ba38 next version will likely be 3.2.3 2014-03-16 22:57:45 +02:00
Anton Keks
2a1b07be3b trying to change Mac bundle structure to work with Oracle Java as well, as per recommendation: https://www.eclipse.org/swt/macosx/ 2014-03-16 22:25:39 +02:00
Anton Keks
d49a1d2fd7 issue #7 - specify to javac that we are using UTF-8 for source files - this will fix compilation on Windows 2014-03-16 18:38:30 +02:00
Anton Keks
473dbef136 include win-installer target when building for all platforms 2014-03-16 18:37:20 +02:00
Anton Keks
d23fa01502 fix JNA 4 compatibility - do not include static fields in getFieldOrder() 2014-03-16 18:28:41 +02:00
Anton Keks
8bcceac825 read Windows XP to Windows Vista as crippled, but Windows 7 as not - tcp connection rate limiting was removed in Vista SP2 2014-03-16 17:27:10 +02:00
Anton Keks
9d03c3eaf7 update release notes for 3.2.2 2014-03-12 22:51:24 +02:00
Anton Keks
1a5ff8121a some more code cleanup 2014-03-12 22:42:44 +02:00
Anton Keks
c7d8135ea0 some code cleanup 2014-03-12 22:35:44 +02:00
Anton Keks
34f410cda6 fixed version retrieval again :-) 2014-03-12 22:16:46 +02:00
Anton Keks
0de388a00a updated mac vendors as well as URL of wireshark source 2014-03-12 21:59:17 +02:00
Anton Keks
ce2b1a5738 fix double-slashes in URLs 2014-03-12 21:46:44 +02:00
Anton Keks
4dd7bd45f9 simplify version getting code (and fix IDEA warning) 2014-03-12 21:44:12 +02:00
Anton Keks
0dc99442d5 make it possible to specify locale with -Dlocale= to make it easier to test different language files 2014-03-12 01:14:20 +02:00
Anton Keks
ffd6590245 rename lithuanian translation file to have the correct extension 2014-03-12 01:01:11 +02:00
Anton Keks
2c0ff73289 Merge pull request #4 from Mantelio/patch-2
50% lt language translate
2014-03-12 00:57:46 +02:00
Anton Keks
765281d8e9 update year and new site links 2014-03-11 01:16:06 +02:00
Mantelio
1d5f27b7b1 50% lt language translate 2013-11-19 14:16:42 +02:00
lisotg
3f6bae0b0a spanish version of messages.properties file
replace messages.properties in resources dir with this file, to get a spanish version of Angry Ip Scanner
2013-09-28 09:47:23 -03:00
Anton Keks
e255916110 full license and privacy links added to the about dialog 2013-09-01 19:08:19 +03:00
Anton Keks
5b6eb7d7b6 allow more jre-s 2013-09-01 18:39:31 +03:00
Anton Keks
808017d801 override reason is now commented on 2013-08-28 18:27:53 +03:00
Anton Keks
cf5d39839d no need to override method 2013-08-28 18:26:48 +03:00
Anton Keks
4ee8ba8e02 use clearer placeholder name 2013-08-28 18:21:15 +03:00
Anton Keks
7723ac29b3 bump version to 3.2.2 2013-08-27 21:08:51 +03:00
Anton Keks
a1d3743b18 remove license step from the installer 2013-08-27 21:07:37 +03:00
Anton Keks
8e91d12b0e specify java 1.6+ for mac 2013-08-27 10:56:19 +03:00
Anton Keks
5f45398071 update code for updated JNA 2013-08-27 10:54:55 +03:00
Anton Keks
109899e28f formatting fix 2013-08-27 10:54:26 +03:00
Anton Keks
c89de38a2d try to support retina displays on OS X 2013-08-27 10:44:46 +03:00
Anton Keks
d010fada1d upgrade jna to 4.0 2013-08-27 00:59:46 +03:00