1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 12:17:26 +01:00

2485 Commits

Author SHA1 Message Date
Vadim Kurland
53950163aa code clean-up 2010-07-20 16:54:37 +00:00
Roman Bovsunivskiy
62200b66f9 Added default value for Importer firewall name argument 2010-07-20 15:49:05 +00:00
Roman Bovsunivskiy
14070f0974 Added focus on finish button when it is clicked to close table cell editor (fixed #1594) 2010-07-20 07:50:09 +00:00
Roman Bovsunivskiy
cc1a2effeb Updated changelog 2010-07-20 07:23:52 +00:00
Roman Bovsunivskiy
1d675326df "Add address" button in interface addresses editor inside new firewall dialog will have text "Add another address" when there is at least one address on interface. (fixed #1595) 2010-07-20 07:01:41 +00:00
Roman Bovsunivskiy
e9ee915976 Added firewall name input to policy import dialog (fixed #1596) 2010-07-20 06:50:35 +00:00
Vadim Kurland
671e772e1b fixed SF bug #3031930 "segfault starting discovery druid" 2010-07-20 06:29:22 +00:00
Vadim Kurland
468746142b fixing unit tests for the latest change 2010-07-20 03:52:42 +00:00
Vadim Kurland
ebf137670c fixed SF bug 3031721 Standard bjects library was made read-write by mistake in one of the earlier builds 2010-07-19 22:33:45 +00:00
Roman Bovsunivskiy
4514bacf82 Added default buttons to importer dialog 2010-07-19 08:37:23 +00:00
Roman Bovsunivskiy
3886bb2b9a Added default buttons to instDialog and newHostDialog (refs #1593) 2010-07-19 08:26:09 +00:00
Roman Bovsunivskiy
b69a4a3cb6 Added default buttons to newFirewallDialog (refs #1593) 2010-07-19 07:51:11 +00:00
Roman Bovsunivskiy
183f33deeb Changed default button in start tip dialog (refs #1593) 2010-07-19 07:40:33 +00:00
Roman Bovsunivskiy
a7403820ce Added default buttons in new cluster dialog (refs #1593) 2010-07-19 07:34:41 +00:00
Roman Bovsunivskiy
f66e36da07 newFirewall dialog will now appear with minimal possible height. (fixed #1588) 2010-07-19 06:48:24 +00:00
Roman Bovsunivskiy
a0782e798e Program will now resize to screen size if it's last size was larger than current screen size (fixed #1589) 2010-07-19 05:55:36 +00:00
Roman Bovsunivskiy
6031a4fa1d newFirewall dialog now has smaller default height and will resize to screen_height*0.9 if it does not fit on screen 2010-07-19 05:23:32 +00:00
Roman Bovsunivskiy
e6fc1a50ab Added newFirewall dialog resizing to 500px height (refs #1588) 2010-07-19 04:58:48 +00:00
Vadim Kurland
a70ef0272d fixed #1597 import method "import configuration of a firewall" is disabled on the first page of the discovery druid 2010-07-18 01:38:46 +00:00
Vadim Kurland
281a418b7b fixed #1583 added file open_source_licenses.txt and included putty license in it 2010-07-18 00:43:10 +00:00
Vadim Kurland
d7a59583c9 fixed #1584 removed empty files 2010-07-18 00:23:12 +00:00
Vadim Kurland
20caea4f99 fixed #1585 script should not restart itself, just fill a variable with default command "start" 2010-07-18 00:21:35 +00:00
Vadim Kurland
cb020de62c Refs #1587 trying to eliminate unnecessary events when the same object is updated in the tree many times 2010-07-18 00:07:27 +00:00
Roman Bovsunivskiy
934989aa3d Added ipfilter firewall to instDialogCompileTest (refs #1581) 2010-07-16 13:04:08 +00:00
Roman Bovsunivskiy
563e5604e6 Added test for PF firewall compilation to instDialogCompileTest (refs #1581) 2010-07-16 12:53:00 +00:00
Vadim Kurland
8e9ac0a8ce release notes synchronized with changelog 2010-07-15 19:24:36 +00:00
Vadim Kurland
e75d3ccdb0 minor updates in test data files after they were loaded in the latest version of the gui 2010-07-15 17:09:55 +00:00
Vadim Kurland
f71349678e fixed #1582 tree is not refreshed when new network objects are created in the newFirewallDialog 2010-07-15 17:09:25 +00:00
Roman Bovsunivskiy
04ef27ebb3 Fixed #1581: pf and ipfilter firewalls will compile now 2010-07-15 15:29:17 +00:00
Vadim Kurland
8a28fa0984 trying to fix unit test instDialogCompileTest.cpp 2010-07-15 02:01:38 +00:00
Vadim Kurland
b6d53c7298 fixed #1571 "Installer does not work if firewall object name
contains spaces". Installer should use escaping to make sure
file name with a space is correctly interpreted by the script
it runs on the firewall.
2010-07-14 23:22:49 +00:00
Vadim Kurland
73e1ee1f0d fixed #1544 "fwbuilder crashes during import of file with rtf
formatting data". The fix should prevent crashes in other cases
when import was unsuccessful.
2010-07-14 19:26:11 +00:00
Roman Bovsunivskiy
eda31e4fc3 Added file cleanup to instDialogInspectTest 2010-07-14 17:33:38 +00:00
Roman Bovsunivskiy
2b2fe29cc5 Added very simple space escaping and manifest parsing which understands file name with spaces.n 2010-07-14 17:31:28 +00:00
Roman Bovsunivskiy
aff726b7c8 Added firewall with russian name to instDialogInspectTest (refs #1573) 2010-07-14 16:29:34 +00:00
Roman Bovsunivskiy
a2cd7603da Added test for ASCII symbols to instDialogInspectTest and moved actual testing to separate function 2010-07-14 16:15:25 +00:00
Roman Bovsunivskiy
ea9c14d21e Rewrited parts of instDialogInspectTest and added test for inspect of files of firewall with space in name. Fixed #1574 2010-07-14 15:04:16 +00:00
Roman Bovsunivskiy
ede8655c4a Inspect files button is disabled now if there are no files to inspect (refs #1346) 2010-07-14 15:01:36 +00:00
Roman Bovsunivskiy
36d3e17d66 "Cancel All" button is now not visible in InstallOptionsDialog if there is only one firewall left to install.
Fixed #1565
2010-07-14 13:43:18 +00:00
Roman Bovsunivskiy
92c898fe00 Fixed #1565: added "Cancel All" button to instOptionsDialog 2010-07-13 17:34:38 +00:00
Roman Bovsunivskiy
1800b65b89 Updated instDialogCompileTest to work with automated testing. 2010-07-13 16:43:46 +00:00
Roman Bovsunivskiy
3a7e6cd032 Fixed #1563 2010-07-12 18:51:00 +00:00
Roman Bovsunivskiy
823e0707c8 Updated changelog for previous commit (refs #1546) 2010-07-12 18:07:23 +00:00
Roman Bovsunivskiy
be52719974 User can now specify IP address for SNMP resolving 2010-07-12 17:34:36 +00:00
Roman Bovsunivskiy
08e2df737b Updated instDialogCompileTest for checking select buttons visibility.
Fixed #1558
2010-07-12 13:02:28 +00:00
Roman Bovsunivskiy
af892eaf93 Fixed #1561: non-english names will display right now in cluster member compilation warning 2010-07-12 12:23:26 +00:00
Roman Bovsunivskiy
d514267732 Fixed #1559 (wrong font in linux24advanceddialog) 2010-07-12 12:17:31 +00:00
Vadim Kurland
24aa70ecbf debugging on windows 2010-07-12 03:01:52 +00:00
Vadim Kurland
b6260cae89 fixed SF bug 3027284 added input field for ssh timeout in the Installer tab of global prefs dialog. Still needs testing on windows 2010-07-12 02:31:41 +00:00
Roman Bovsunivskiy
ae125a19df Fixed #1560: build should work now on ubuntu hardy 2010-07-10 22:19:19 +00:00