angryziber
afa87fe2a0
SelectedFetchersDialog now uses FormLayout.
...
LayoutHelper methods made shorter (the word "create" removed)
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@117 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-17 23:23:52 +00:00
angryziber
6fa1347357
EditOpenersDialog now uses FormLayout.
...
LayoutHelper introduced.
Plus some more Mac tweaks.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@116 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-05 18:15:36 +00:00
angryziber
d9b278e099
Fetcher info and Fetcher options context menu items implemented.
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@115 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 23:11:51 +00:00
angryziber
6541a8f697
UTF-8 and \n are now used by default for all files.
...
File templates are now also project-specific, so should work for anyone, who does a checkout.
Comments at the top of most files have been fixed.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@114 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 14:13:36 +00:00
angryziber
fea798a6bb
Bugfix: Del button now works in all edit fields in the MainWindow, Del is handled by an event of ResultTable, not by a global accelerator.
...
Bugfix: InputDialog focuses to the edit field.
RangeFeederGUI and RandomFeederGUI do field value initialization asynchronously after the GUI is already shown.
Up and Down button listeners now work correctly if there is no selection at all.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@112 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:45:13 +00:00
angryziber
7bbd261044
Value incrementing logic moved from all Pingers to PingResult, no fields are directly accessible anymore, setters intriduced.
...
PortsFetcher now uses getLongestTime() for adaptive timeout calculation.
Bugfix: port list is initialized in init() now, so is rebuild before each scan.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@111 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:42:25 +00:00
angryziber
2ba27e9b7a
Encoding is set back to ISO-8859-1, because using Readers for PropertyResourceBundle is supported only in Java 1.6.
...
Pretty Unicode characters don't look correctly on Windows in UI components.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@110 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:39:03 +00:00
angryziber
bfe83e1a0d
Labels.txt is now read as an UTF-8 file, which allows using of unicode arrow symbols.
...
Version now uses unicode (c) symbol.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@109 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:39:03 +00:00
angryziber
4b531b16c8
minor corrections after changing of icon sizes
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@108 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:12:16 +00:00
angryziber
efc6abbdce
New hicolor icons created in svg and png format (instead of gif).
...
Text on icons is now real text, conforming to system font.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@107 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:03:15 +00:00
angryziber
ee53a520b4
some more minor MacOS tweaks
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@106 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 17:01:59 +00:00
angryziber
971382c5af
positionButtons() introduced in AbstractModelDialog that hopefully positions OK/Cancel/Close buttons correctly at the bottom-right edge of the dialog.
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@105 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 23:36:48 +00:00
angryziber
ce8b0f8681
Text finding moved to ScanningResultList, tests added, searching in Value objects now works.
...
NumericListValue is now immutable.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@104 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 18:51:40 +00:00
angryziber
c1ecdabbdd
some MacOS compatibility changes
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@102 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 16:36:21 +00:00
angryziber
c9ae1073da
Value classes moved to their own package: net.azib.ipscan.core.values.
...
NumericListValue introduced (for port ranges and stuff), PortFetcher now returns them instead of Strings.
Config classes are now registered with pico container, so can be injected.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@101 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 00:11:25 +00:00
angryziber
0e091d3119
Some refactorings of GlobalConfig.
...
FetcherRegistryImpl now persists selected fetchers.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@99 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 22:22:07 +00:00
angryziber
6be239ceaa
LoggerFactory introduced and is now used everywhere.
...
SelectFetchers dialog no longer allows to select the IP fetcher (it is always selected).
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@97 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 18:35:06 +00:00
angryziber
29cf33309a
swt java.library.path is no longer needed (newer swt.jar sets this automatically)
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@95 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-31 00:10:10 +00:00
angryziber
606f7f6725
Fetcher Selection now works, SelectFetcherDialog now has OK/Cancel buttons instead of Close
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@94 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-31 00:08:30 +00:00
angryziber
d24bcf430d
GUIComponentContainer renamed to ComponentRegistry
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@92 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 22:26:35 +00:00
angryziber
abd8e3c31f
All dialog boxes which were named XXXWindow now renamed to XXXDialog
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@91 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 13:18:24 +00:00
angryziber
34f9401dd3
center dialog boxes, this is needed on Windows
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@90 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 13:08:12 +00:00
angryziber
78e31293be
TerminalLauncher now works on MacOS
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@88 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-28 17:40:33 +00:00
angryziber
eeece5bb01
Platform class introduced to hold OS detections.
...
MainMenu made more compatible with Mac, all accelerator texts moved from Labels.txt to the code.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@87 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-27 22:56:11 +00:00
angryziber
4ab9b6386b
EasyMock is now used in some places.
...
Java 1.6 Logger.global deprecations fixed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@84 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 22:51:17 +00:00
angryziber
5b14d8d5ac
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@82 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 21:27:04 +00:00
angryziber
edf8a426cd
unittests converted to JUnit4 and some of them fixed
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@79 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 21:04:37 +00:00
angryziber
efe0ae0214
build.xml updated to the new structure, tests are tmporarily remove
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@75 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 18:23:20 +00:00
angryziber
20e29c23fd
moving ext stuff to the new tests location
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@72 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 17:10:47 +00:00
angryziber
6fd78fc52f
tests are moved to a separate eclipse project - ipscan-unittest
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@71 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 17:02:41 +00:00
angryziber
deec9ca343
moving source to the standard trunk dir
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/ipscan@63 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 16:29:05 +00:00
angryziber
42b9176f92
moving tests to a separate eclipse project
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@61 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 16:23:43 +00:00
angryziber
73a16af130
SelectFetchersDialog implemented, however, selecting fetchers doesn't work yet
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@58 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 14:52:32 +00:00
angryziber
268f61c061
PingerRegistry introduced, Fetchers now come from the container
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@57 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-17 20:01:18 +00:00
angryziber
3847a7d76a
More fixes in pinging code
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@56 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-17 12:22:35 +00:00
angryziber
e9b02828c0
Edit Openers dialog redesigned to be more user-friendly. Launching now works on Linux and Windows.
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@55 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-17 12:17:11 +00:00
angryziber
0c108d6f06
many changes, including the new Pinger interface and several its implementations
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@54 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-16 16:03:06 +00:00
angryziber
48eb6f7cba
updated to vserv-tcpip version 0.9.0
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@53 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-21 21:04:20 +00:00
angryziber
6cd9c95639
updated to rocksaw 0.4.5
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@52 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-21 21:01:28 +00:00
angryziber
d5dffe836d
ExporterRegistry now uses Dependency Injection
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@51 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-07 22:47:05 +00:00
angryziber
67a760724c
license added, only picocontainer-1.0.jar is left in the repository
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@50 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-07 20:10:45 +00:00
angryziber
b03dccb466
Fixed openers menu attachment problem in case of GTK
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@49 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-07 19:41:17 +00:00
angryziber
acab9f3bcd
Fetchers now can return any Objects (not only Strings). Special value objects have been introduced: IntegerWithUnit, NotAvailableValue, NotScannedValue
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@48 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-06 22:53:43 +00:00
angryziber
41bc91edab
tests finally work from the ant build (but still no emma coverage)
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@47 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-05 22:48:36 +00:00
angryziber
3492dea51f
new tests, bugfixes, ScanningResult now uses an array internally
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@46 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-05 01:55:46 +00:00
angryziber
2f1fe4a5f5
a new shorthand method added: Labels.getLabel()
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@45 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-05 00:40:15 +00:00
angryziber
98b855ed48
ScannerTest introduced, aborting of scanning any Fetcher is now possible, n/a and n/s are now shown
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@44 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-05 00:27:23 +00:00
angryziber
4a10d852f8
more dependency injection, more tests
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@43 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-04 21:44:04 +00:00
angryziber
e7f7f16d86
more MainMenu refactorings, resultsContextMenu now works
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@42 375186e5-ef17-0410-b0b6-91563547dcda
2006-11-02 22:14:41 +00:00
angryziber
1f369b5850
MainMenu refactoring: less dependencies, less weird data structures, more dependency injection
...
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/ipscan@41 375186e5-ef17-0410-b0b6-91563547dcda
2006-10-30 21:58:03 +00:00