Commit Graph

683 Commits

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