Commit Graph

762 Commits

Author SHA1 Message Date
Andriy Kryvtsun
6edf0ab02e update imports 2015-06-06 13:25:48 -04:00
Andriy Kryvtsun
47782e17c4 unbind PluginLoader from PicoContainer 2015-06-06 13:15:56 -04:00
Anton Keks
5a17df49ae fix module name in Unit tests idea run configuration 2015-06-02 23:23:56 +03:00
Anton Keks
a838e41878 add release notes for 3.3.3 2015-06-02 23:21:26 +03:00
Anton Keks
814a54f4fe bind comments to MAC address instead of an IP if possible
This will work for local addresses only, but comments will persist even if DHCP IP addresses change.
2015-06-02 23:18:05 +03:00
Anton Keks
78223fe7a6 fix module name in idea run configuration 2015-06-02 23:05:45 +03:00
Anton Keks
fe3f31c243 rename iml file to lower case, as the git repository name 2015-06-02 23:04:45 +03:00
Anton Keks
fdce6c8523 delete unmaintained eclipse project files 2015-06-02 23:03:44 +03:00
Anton Keks
109c8c6202 update year 2015-06-02 23:02:43 +03:00
Anton Keks
70de967e2c update gitignore with some idea files 2015-06-02 23:01:19 +03:00
Anton Keks
aeb126690e add compiler conf for idea 2015-06-02 22:56:37 +03:00
Anton Keks
9e0a4b4a21 add more idea project files to make setup easier 2015-06-02 22:46:33 +03:00
Anton Keks
70e5646635 remove redundant array creation 2015-06-02 22:37:12 +03:00
Andriy Kryvtsun
6556698da7 Windows specific PingerRegistryTest fix 2015-06-02 22:33:22 +03:00
englishman
d3d89b2178 Windows installer creation fix 2015-06-02 22:26:48 +03:00
Anton Keks
718252a8fe issue #25 - when editing comments, make sure correct result is updated. even if selection has changed 2015-04-26 21:35:59 +03:00
Anton Keks
00da30a7d0 no index in toString() 2015-04-26 21:23:19 +03:00
Anton Keks
bd4b4f8a9d fix #29 do not overwrite openers when moving between them in the dialog 2015-04-26 21:16:54 +03:00
Anton Keks
3a99d7095d formatting 2015-04-26 21:04:55 +03:00
Anton Keks
65d8d8e8f8 use static import 2015-04-26 20:51:03 +03:00
Anton Keks
0553bc738c remove already implemented items + add URLFetcher 2014-11-17 21:27:34 +02:00
Anton Keks
03cf557da6 dagger todo added 2014-11-17 21:22:58 +02:00
Anton Keks
d898d8df7f update release notes for 3.3.2 2014-09-30 23:55:25 +03:00
Anton Keks
2bcde2c52c increment version to 3.3.2 2014-09-30 23:49:17 +03:00
Anton Keks
c1b9ad8b46 add a bit of space to the right side of the dialog 2014-09-30 23:45:38 +03:00
Anton Keks
4d35902c1a mark launcher as single-instance only 2014-09-30 23:36:46 +03:00
Anton Keks
96a241b556 do not use sed, do replace with awk 2014-09-30 22:38:41 +03:00
Anton Keks
2c9d8a3e11 add wine to the list of packages 2014-09-30 22:19:50 +03:00
Anton Keks
585109aa2d Merge pull request #20 from stokito/patch-1
Rename text files README to README.md
2014-09-30 22:13:04 +03:00
Anton Keks
22ca6fa760 java6 is now used by default, so no need for reflection 2014-09-30 22:06:05 +03:00
Anton Keks
cf93593357 issue #11 info dialog must be resized to fit command-line usage instructions 2014-09-30 22:05:37 +03:00
Anton Keks
3c3e38870e issue #18 fix feeder initialization from command-line 2014-09-30 21:41:07 +03:00
Sergey Ponomarev
49c1cb9852 Rename TODO to TODO.md 2014-09-30 18:27:15 +03:00
Sergey Ponomarev
f099895b2f Update README.md 2014-09-30 18:26:27 +03:00
Sergey Ponomarev
0f95a7d4b0 Update and rename README to README.md 2014-09-30 18:23:38 +03:00
Anton Keks
c583e79fc2 simplify mdns query and use MulticastSocket to set TTL to 1 2014-09-30 00:15:40 +03:00
Anton Keks
75e204e29b issue #19: preserve IAccessible and probably other swt win32 interfaces in the build 2014-09-22 23:17:44 +03:00
Anton Keks
9c6d2f1573 vars renamed 2014-09-10 21:38:19 +03:00
Anton Keks
de186fc723 updated mac vendors 2014-09-10 21:11:59 +03:00
Anton Keks
6a1f2ff73a more names can be returned, stop parsing at end of first one 2014-09-09 17:58:03 +03:00
Anton Keks
ee9f0414b6 resolve mdns and netbios only for local addresses 2014-09-09 00:02:05 +03:00
Anton Keks
283a56668a resolve NetBIOS names of Windows machines on the LAN if other methods fail 2014-09-08 23:54:53 +03:00
Anton Keks
29f38fdb5b NetBIOSResolver extracted (to be reused) 2014-09-08 23:43:34 +03:00
Anton Keks
0f101a78e1 safer exception handling in HostnameFetcher 2014-09-08 23:18:20 +03:00
Anton Keks
bdfb7a6732 use adapted timeout instead of fixed pingTimeout 2014-09-08 23:08:50 +03:00
Anton Keks
141568bec8 use pingTimeout from config for mDNS lookups 2014-09-08 23:05:26 +03:00
Anton Keks
b054444451 two todos added 2014-08-31 20:04:31 +03:00
Anton Keks
fbf2df2911 make sure we close the socket 2014-08-31 20:02:54 +03:00
Anton Keks
0beb26136e safer code: check for request id in response 2014-08-31 19:53:17 +03:00
Anton Keks
483b8f519a another test for reverse name calculation 2014-08-31 19:17:32 +03:00