Commit Graph

62 Commits

Author SHA1 Message Date
angryziber
9afd1a6782 OptionsDialog now uses form layout.
Display tab now has some options in it: NotScannedValue and NotAvailableValue can now be configured.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@124 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-23 21:30:06 +00:00
angryziber
68e76fb92d OptionsDialog now uses form layout.
Display tab now has some options in it: NotScannedValue and NotAvailableValue can now be configured.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@123 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-23 21:29:42 +00:00
angryziber
9842de3e22 MainWindow: workaround added for a bug in SWT GTK + Compiz
OptionsDialog: window size is now dynamic to better support different themes.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@122 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-21 22:32:41 +00:00
angryziber
06aff6bb61 unittests fixed, warnings removed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@121 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-21 22:06:51 +00:00
angryziber
b105de3cbd unittests fixed, warnings removed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@120 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-21 22:06:39 +00:00
angryziber
9a9478d9aa Alignment of main window controls improved for various GTK themes (should become better for Win32 and Mac, too)
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@119 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-21 20:08:34 +00:00
angryziber
6bc980d9f8 Select Fetchers now has a shortcut.
EditFavoritesDialog now used FormLayout.
Some fixes in SelecteFetchersDialog and EditOpenersDialog.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@118 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-20 13:50:47 +00:00
angryziber
69c9c2c3aa SelectedFetchersDialog now uses FormLayout.
LayoutHelper methods made shorter (the word "create" removed)


git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@117 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-17 23:23:52 +00:00
angryziber
457530d3be EditOpenersDialog now uses FormLayout.
LayoutHelper introduced.
Plus some more Mac tweaks.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@116 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-05 18:15:36 +00:00
angryziber
a5782f9e42 Fetcher info and Fetcher options context menu items implemented.
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@115 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 23:11:51 +00:00
angryziber
873b547ff0 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@114 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 14:13:36 +00:00
angryziber
fc1e1d387a 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@113 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 14:12:53 +00:00
angryziber
47d8435885 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@112 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:45:13 +00:00
angryziber
2cfae78c74 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@111 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:42:25 +00:00
angryziber
cf208721fc 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@110 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-04 13:39:03 +00:00
angryziber
10b2b7f425 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@109 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:39:03 +00:00
angryziber
3453bdf5c2 minor corrections after changing of icon sizes
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@108 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:12:16 +00:00
angryziber
0b6774ceaf 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@107 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:03:15 +00:00
angryziber
0103add8f2 some more minor MacOS tweaks
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@106 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 17:01:59 +00:00
angryziber
bb77e01661 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@105 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 23:36:48 +00:00
angryziber
a932d0a2e6 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@104 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 18:51:40 +00:00
angryziber
a543f6b567 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@103 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 18:51:29 +00:00
angryziber
43bb55f387 some MacOS compatibility changes
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@102 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 16:36:21 +00:00
angryziber
eab7ce7e95 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@101 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 00:11:25 +00:00
angryziber
80552fa97f 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@100 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-02 00:11:11 +00:00
angryziber
2855cdf53d Some refactorings of GlobalConfig.
FetcherRegistryImpl now persists selected fetchers.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@99 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 22:22:07 +00:00
angryziber
25ccf1f29f Some refactorings of GlobalConfig.
FetcherRegistryImpl now persists selected fetchers.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@98 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 22:21:59 +00:00
angryziber
e46924df60 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@97 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 18:35:06 +00:00
angryziber
998dc202f1 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@96 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-01 18:34:50 +00:00
angryziber
3dca979c9a 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@95 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-31 00:10:10 +00:00
angryziber
bfe34b5db0 Fetcher Selection now works, SelectFetcherDialog now has OK/Cancel buttons instead of Close
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@94 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-31 00:08:30 +00:00
angryziber
866c000102 Fetcher Selection now works, SelectFetcherDialog now has OK/Cancel buttons instead of Close
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@93 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-31 00:08:23 +00:00
angryziber
15ebc182a5 GUIComponentContainer renamed to ComponentRegistry
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@92 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 22:26:35 +00:00
angryziber
a5723647fb All dialog boxes which were named XXXWindow now renamed to XXXDialog
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@91 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 13:18:24 +00:00
angryziber
589f28df97 center dialog boxes, this is needed on Windows
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@90 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-30 13:08:12 +00:00
angryziber
1b2037e3a5 swt-mac added to the game (3.3M4)
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@89 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-28 23:24:02 +00:00
angryziber
b51baaa2d6 TerminalLauncher now works on MacOS
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@88 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-28 17:40:33 +00:00
angryziber
4d748fb629 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@87 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-27 22:56:11 +00:00
angryziber
c9f8ff73ca new SWT from Eclipse 3.3M4 - dll and so files are now embedded in the jar files and loaded automatically
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@86 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-27 21:16:03 +00:00
angryziber
60f41c0aa8 reverted to Logger.global, becaquse it works with Java 1.4 and 1.5
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@85 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-27 17:06:04 +00:00
angryziber
1dc8f573a0 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@84 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 22:51:17 +00:00
angryziber
0a815e0fec 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@83 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 22:51:06 +00:00
angryziber
a26edc96b9 git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@82 375186e5-ef17-0410-b0b6-91563547dcda 2006-12-26 21:27:04 +00:00
angryziber
c5d190bc67 git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@81 375186e5-ef17-0410-b0b6-91563547dcda 2006-12-26 21:27:00 +00:00
angryziber
03ee1785f6 test build.xml fixed, local junit4 added to ext
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@80 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 21:23:24 +00:00
angryziber
e8ec90c1c6 unittests converted to JUnit4 and some of them fixed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@79 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 21:04:37 +00:00
angryziber
43ef49785f unittests converted to JUnit4 and some of them fixed
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@78 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 21:04:23 +00:00
angryziber
fb0792d1f3 test directory renamed to src to be more compatible with eclipse default configuration
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@77 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 18:52:46 +00:00
angryziber
f69a1d8d33 test directory renamed to src to be more compatible with eclipse default configuration
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@76 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 18:52:09 +00:00
angryziber
54f657b536 build.xml updated to the new structure, tests are tmporarily remove
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@75 375186e5-ef17-0410-b0b6-91563547dcda
2006-12-26 18:23:20 +00:00