Commit Graph
102 Commits
Author SHA1 Message Date
SVN User 654674c619 deleted check fot the existence of generated script in testFirewall - it was redundant b/c we get error when we try to open it to read manifest. 2008-10-09 06:14:08 +00:00
Vadim Kurland 5d7af145af input field for path to scp in preferences dialog 2008-10-09 05:08:41 +00:00
Vadim Kurland 46f58c2894 fixes for freebsd 7, got rid of references to InterfacePolicy class in the GUI 2008-10-07 18:57:30 +00:00
Vadim Kurland 7e8de7312f start 3.0.2 2008-10-05 13:47:11 +00:00
Vadim Kurland 02cfc58a06 3.0.1 release, merge to trunk (see ChangeLog for revision numbers) 2008-10-04 19:05:36 +00:00
Vadim Kurland a2f0f57fdf standardized FWBSettings path; using signal QLineEdit::editingFinished instead of lostFocus 2008-10-04 14:34:24 +00:00
Vadim Kurland 84ea4be6df * ProjectPanel_file_ops.cpp (ProjectPanel::chooseNewFileName):
fixed bug #2144358 "Double check with 'save as'". The GUI used to
	ask twice if user wants to overwrite the file in Save As operation
	if file with given name already existed.

	* FWWindow.cpp (FWWindow::projectWindowClosed): fixed bug #2144114
	"fwbuilder * exits if the last object file is closed". The GUI
	will not terminate after the last window is closed but instead
	will just show empty main window.

	* fwbedit.cpp (main): fixed bug #2143894: "fwbedit list does not
	show objects". Command "fwbedit list -f file" did not print
	anything unless option "-F" was supplied. This change adds default
	value for this option so that when it is missing, the command
	prints object path.

	* fwbedit.1: fixed bug #2143961: a typo in the man page fwbedit.1
2008-10-03 14:06:56 +00:00
Vadim Kurland 42de6ff13e * PolicyCompiler_PrintRule.cpp (PrintRule::_printTarget): fixed
bug #2141911: "no ULOG for ip6tables". ULOG target has not been
implemented for ip6tables yet, so the compiler should fall back to
LOG target while compiling ipv6 policy.
2008-10-02 11:31:03 +00:00
Vadim Kurland e83384f79b 2008-10-02 Vadim Kurland <vadim@vk.crocodile.org>
* RuleSetView.cpp (RuleSetView::updateGeometries): fixed crash
	that happened on Ubuntu with QT 4.3.x because of recursive call to
	updateGeometries()

	* fixed icon for rule action "Mark"
2008-10-02 07:24:31 +00:00
Vadim Kurland 907ed4ea51 * RuleSetView.cpp (PolicyView::PolicyView): constructors of rule
set view classes (PolicyView, NATView, RoutingView) used to set
	"dirty" flag in the object database which caused the GUI to ask
	the user if they wanted to save modifications before exisitng the
	program even when there were no modifications made. This change
	fixes this annoying problem.
2008-09-30 09:53:45 +00:00
Vadim Kurland 5743e631aa * RuleSetView.cpp (RuleSetView::updateGroups): using setSpan to
make row holding rule group head span across all columns. Without
	this, clicking on table cell in column >1 caused visual
	artifacts (cell color would turn white, possibly erasing part of
	the group name).

	* FindWhereUsedWidget.cpp (FindWhereUsedWidget::showObject): fixed
	bug #2129726: "Where Used" not working on collapsed groups.
2008-09-29 13:22:09 +00:00
Vadim Kurland e56748592d better way to handle odoc signal on Mac; ipv6 support for ipfw 2008-09-19 20:27:58 +00:00
Vadim Kurland c2ac06767c recompile on Linux 2008-09-16 05:42:16 +00:00
Vadim Kurland 64fa1ec2af workaround for the problem on Mac when cancelling "File open" would switch mdi subwindows; trying tabbed view of mdi subwindows on Mac 2008-09-16 05:35:13 +00:00
Vadim Kurland 8a40f1aa73 enable "close" button in some dialogs where it was missing on Mac 2008-09-15 06:04:55 +00:00
Vadim Kurland 956f766baf better alg. to pick library to show at start time 2008-09-15 02:59:45 +00:00
Vadim Kurland bb41b81dcf storing proper string ids in settings file for expanded tree items 2008-09-10 06:27:39 +00:00
Vadim Kurland e53a0fd835 fixed cli option in fwbedit usage and man page 2008-09-09 04:21:02 +00:00
Vadim Kurland 514918cfcf moved main_mac.cpp to hidden modules overrides 2008-09-09 03:19:45 +00:00
Vadim Kurland ec15a190a4 bug 2099700 2008-09-08 16:13:04 +00:00
Vadim Kurland c829718295 bugs 2091507, 2091520 2008-09-07 03:47:19 +00:00
Vadim Kurland 799b1268a3 checking for qmake-qt4 2008-08-31 16:55:23 +00:00
Vadim Kurland ce180c6736 fixes for compile issues on freebsd 2008-08-31 06:54:38 +00:00
Vadim Kurland 1451231f62 compile list did not show last compiled/modified/installed time stamps 2008-08-31 02:14:09 +00:00
Vadim Kurland fa4290ef3e disable font manip. 2008-08-30 19:07:37 +00:00
Vadim Kurland 2ad0e94f57 interface dialog layout correction for font 14pt 2008-08-30 16:46:42 +00:00
Vadim Kurland 33b41ed1bc 2079941 Patch for configure.in --with-qmake 2008-08-28 05:42:27 +00:00
Vadim Kurland 2c34e37903 interface dialog layout fix 2008-08-28 05:26:35 +00:00
Vadim Kurland c0abd64487 scrolling in the compile/install progress window 2008-08-27 03:32:08 +00:00
Vadim Kurland 148de24d59 changelog, fix in main::usage() 2008-08-23 23:49:17 +00:00
Vadim Kurland c298acf5df rule group head drawn grey, no green frame around rule group 2008-08-23 05:32:43 +00:00
Vadim Kurland b89be74709 more fixes for bug 2051629 group with dns names are handled as empty 2008-08-22 15:13:00 +00:00
Vadim Kurland 52662a5725 truncate long error messages on file load 2008-08-21 16:03:39 +00:00
Vadim Kurland c673f0bcbe fixed gui crash on hardy 2008-08-21 03:24:22 +00:00
SVN User 9ffdb59e1f using textedit widget for the plink.exe hint text 2008-08-19 16:13:18 +00:00
Vadim Kurland d35860e90a address warnings gcc 4.3 2008-08-13 06:10:55 +00:00
Vadim Kurland c462091852 bug 2037314 2008-08-04 04:01:53 +00:00
Vadim Kurland 5f0ab91758 really fixed bug #2036963 2008-08-04 00:13:05 +00:00
Vadim Kurland edd08955c3 bug 2036963 2008-08-03 23:40:43 +00:00
Vadim Kurland 83b312fa0a installing fwbuilder.desktop 2008-08-03 18:33:05 +00:00
Vadim Kurland 95ec6f68c6 help file for iptAdvancedDialog 2008-08-03 02:24:37 +00:00
Vadim Kurland 4045cd39cb changelog entry 2008-08-02 21:26:20 +00:00
Vadim Kurland ce80d83e56 added framework for the built-in help and help for the linux 2.4/2.6 host settings dialog 2008-08-02 20:33:06 +00:00
Vadim Kurland 2672f24f53 do CONFIG-=qt on unix but not on mac 2008-08-02 05:49:01 +00:00
Vadim Kurland 6db9a56b78 remove CONFIG -= qt in compilers to make code compile on Mac 2008-08-02 05:39:48 +00:00
Vadim Kurland 60bec65e08 removed dependency on QT in compilers 2008-08-02 04:59:32 +00:00
Vadim Kurland 5ffdd891e3 2023243 IPv6 - Some objects missing from context menus 2008-08-02 04:19:42 +00:00
Vadim Kurland df22c7c45a changelog record 2008-08-02 01:27:51 +00:00
Vadim Kurland f275c2283e newer and better fwbedit, deprecatin fwblookup 2008-08-01 20:36:48 +00:00
Vadim Kurland 013280dd57 changes in fwblookup and fwbedit per bug #2030331 2008-07-31 07:03:39 +00:00