Commit Graph

670 Commits

Author SHA1 Message Date
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
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