Commit Graph

1462 Commits

Author SHA1 Message Date
Anton Keks
e17fb0900b #257 filter only non-virtual network interfaces and do not reverse the order - Windows seems to return physical interfaces first 2020-10-27 20:19:11 +02:00
Anton Keks
e5041d6d56 fix formatting 2020-10-27 19:51:48 +02:00
Anton Keks
b12445d610 #262 do not show first run dialog nor check version updates if run with any command-line arguments (for automation) 2020-10-27 19:06:37 +02:00
Anton Keks
319a5ebd64 #262 reduce Google Analytics log level to FINE, so that it's silent by default if connection cannot be established 2020-10-27 18:49:10 +02:00
Anton Keks
a53ceb7b7a mention Java 15 support in changelog 2020-10-27 18:44:38 +02:00
Anton Keks
e26038361d #266 make deb package depend on any java8-runtime, which all current versions of openjdk packages provide 2020-10-27 18:43:17 +02:00
Anton Keks
ab0ecbdced #266 add support for openjdk 15 in debian package 2020-10-27 18:35:36 +02:00
Anton Keks
b1b295e13b rename RELEASE-NOTES to CHANGELOG 2020-10-27 18:32:20 +02:00
Anton Keks
1233212768 convert Installer.nsi to UTF-8 from UTF-16 (text format) 2020-10-27 18:26:41 +02:00
TheCakeIsNaOH
89a4cdfa16 win-installer uninstall skip message box if silent 2020-10-10 13:20:58 -05:00
Anton Keks
2cf855ff09 align start button better with ip range feeder controls on Mac - SWT layouts don't behave consistently over platforms 2020-09-22 13:08:12 -07:00
Anton Keks
df99a49113 upgrade Mac SWT to 4.17 for parity with Linux/Win 2020-09-22 22:47:26 +03:00
Anton Keks
b881194025 upgrade Win SWT to 4.17 for parity with Linux 2020-09-22 22:37:06 +03:00
Anton Keks
8b61fe1028 #247 upgrade Linux SWT to 4.17 - it has enlarged buttons, but seems to detect dark background correctly under KDE 2020-09-22 22:29:52 +03:00
Anton Keks
12b00d331b correct exe file name in comments 2020-09-22 21:07:50 +03:00
Anton Keks
daa609e948 closes #250 fix typo 2020-09-22 20:56:03 +03:00
Anton Keks
7ce4ced699 remove language names from pt_BR translations 2020-09-09 23:36:01 +03:00
Anton Keks
25d31735ee
Merge pull request #256 from wanderleihuttel/master
Update messages_pt_BR.properties
2020-09-09 23:35:03 +03:00
Wanderlei
dd81e31752
Update messages_pt_BR.properties 2020-07-30 07:40:02 -03:00
Wanderlei
e0e540047c
Merge pull request #1 from angryip/master
Merge Updates
2020-07-30 07:24:06 -03:00
Anton Keks
9bc8052bee update mac vendors 2020-06-03 00:18:34 +03:00
Anton Keks
4cca8d06f3 use sourceforge.net official command-line download url for nsis 2020-06-03 00:10:48 +03:00
Anton Keks
cdaf5f5069 specify nsis version separately 2020-06-02 23:46:29 +03:00
Anton Keks
f0439ebe71 add release notes for 3.7.2 2020-06-02 23:42:50 +03:00
Anton Keks
273e6e1e28 #245 if detectjvm.cmd fails, then show a more descriptive error message and install 64-bit binary 2020-06-02 23:35:47 +03:00
Anton Keks
bff6834d88 #243 add subclass for OpenersMenu to create a separate instance of it for main menu and context menu 2020-06-02 22:32:17 +03:00
Anton Keks
a9cac867ae ignore src zips 2020-05-18 00:16:58 +03:00
Anton Keks
0d62520637 add note about plugins 2020-05-18 00:03:36 +03:00
Anton Keks
e861214152 mention getting rid of dagger in release notes 2020-05-18 00:02:40 +03:00
Anton Keks
7f5ff224ca update release notes 2020-05-17 23:35:04 +03:00
Anton Keks
1300d0d49e #231 do not change to dark mode programmatically, which may result in distorted colors due to SWT not being able to update the colors correctly. Tell macOS to start the app in dark more automatically using Info.plist - this now works with updated SWT 2020-05-17 13:31:26 -07:00
Anton Keks
0f04db0658 #231 try resetting back to light appearance if switching cannot be confirmed 2020-05-17 22:57:48 +03:00
Anton Keks
5b47e7a42d update mac vendors and release notes 2020-05-17 22:52:15 +03:00
Anton Keks
52219eddae Merge branch 'custom-di' 2020-05-17 22:46:46 +03:00
Anton Keks
3f623d900e drop @Named support from Injector itself for simplicity 2020-05-17 22:32:04 +03:00
Anton Keks
e46df6e1e1 get rid of @Named annotation - use a couple of subclasses for more concrete injection 2020-05-17 22:20:20 +03:00
Anton Keks
1665513511 drop @Inject annotation for simplicity - just choose the constructor with max parameters 2020-05-17 22:03:00 +03:00
Anton Keks
4ef46ca398 remove property so we don't interfere with other tests 2020-05-17 20:42:43 +03:00
Anton Keks
5d8db9c687 support creating of types with default constructors (for plugins) 2020-05-17 20:40:33 +03:00
Anton Keks
e3db855b50 no need for wildcard generics injection 2020-05-17 20:17:34 +03:00
Anton Keks
8051c76540 show more info on failing tests 2020-05-17 20:13:39 +03:00
Anton Keks
ae52d74dc7 remove need/support for wilcard type injection 2020-05-17 20:08:23 +03:00
Anton Keks
153f392bcc shorten require() a bit - actually in Java 11, computeIfAbsent() would throw ConcurrentModificationException instead of failing silently 2020-05-17 19:28:34 +03:00
Anton Keks
11a54065de show error even if mainWindow is not created yet 2020-05-17 19:22:29 +03:00
Anton Keks
ad71723902 unfortunately, HashMap.computeIfAbsent() doesn't store values properly in a recursive scenario 2020-05-17 16:52:21 +03:00
Anton Keks
211803739e create combo before the button, because this is how they are in the GUI 2020-05-17 16:37:23 +03:00
Anton Keks
30274c05b6 extract DI inner classes to upper level 2020-05-17 15:11:26 +03:00
Anton Keks
42537739bf add test that the main entry points can be created using ComponentRegistry 2020-05-17 15:02:01 +03:00
Anton Keks
10f509644f get rid of dagger; use custom @Inject annotation that can only be applied to constructors 2020-05-17 14:57:55 +03:00
Anton Keks
fce08dd006 rename method 2020-05-16 13:37:00 +03:00