1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-06 00:57:30 +02:00

3464 Commits

Author SHA1 Message Date
Vadim Kurland
966fad1749 fixed #1792 address column header in InterfaceEditorWidget should say "IP Address" 2010-10-06 21:34:01 +00:00
Vadim Kurland
4e56d710f9 setting an icon for the dialog using standard method 2010-10-06 21:04:52 +00:00
Vadim Kurland
2ca6654855 correct return type in regCheck() 2010-10-06 01:24:24 +00:00
Vadim Kurland
48a8c9ff79 added eval warning dialog refs #1727 2010-10-06 01:04:35 +00:00
Vadim Kurland
1141ee6223 added log graphics; not used right now 2010-10-05 23:52:18 +00:00
Vadim Kurland
62dac9e362 fixed SF bug 3077132 "no PREROUTING rule with
*-Interface". Rules matching addresses of a wildcard interface
      (e.g. "ppp*") were not properly generated.
2010-10-05 23:05:19 +00:00
Vadim Kurland
a72e592bf3 fixed unit tests for the fix for SF bug 3039681 2010-10-05 21:21:30 +00:00
Vadim Kurland
4b1ecbfc93 added test cases for SF bug 3077132 2010-10-05 19:40:29 +00:00
Vadim Kurland
dd6a245bc3 fixed SF bug 3039681 "context-menu items inconsistent for
Single/Multiple rules". When several rules are selected in rule
      set, some context menu itmes should turn to plural.
2010-10-05 19:24:59 +00:00
Vadim Kurland
4f5a64b570 fixed #1778 "main menu Rules should have the same items that
context RuleSetView menu when no rules are selected"
2010-10-05 19:02:16 +00:00
Vadim Kurland
a66b039af9 fixed #1777 "scroll new fw object to the top of the tree view
panel once its created". This has side effect in that some
      other operations that open an object in the tree will also
      scroll the tree to position this object at the top.
2010-10-05 02:32:12 +00:00
Vadim Kurland
05568ccbc0 fixed #1791 "Add preference flag to enable / disable the Custom
templates button on the New Firewall Wizard". Use of the
      custom template library to create new firewall object is now
      optional, controlled by a checkbox in the "Object" tab of the
      gobal preferenes dialog.  New users will have this option turned
      off by default, however existing users will see it enabled for
      backwards compatibility.
2010-10-05 02:15:37 +00:00
Vadim Kurland
10862bdfed fixed #1790 "When an object
is found using Find and the object is in the object tree, the
keyboard focus shifts to the Object Panel". The "find" pabel now
retains keyboard focus after it shows found object in the tree,
this allows the user to just hit Enter on the keyboard to find
the next object.
2010-10-05 01:23:39 +00:00
Vadim Kurland
d079f0f445 fixed #1785 Deleting graphic icon of object from Find tab should also remove the text name or label 2010-10-05 01:11:35 +00:00
Vadim Kurland
9a097d18c9 fixed #1770 Eliminated pause
that happened when user switched from page 0 to page 1 of the new
firewall wizard. Pause was caused by the DNS queries the program
ran trying to determine ip address of the firewall using the name
provided on the first page of the wizard. Now DNS query is
launched only if user wants to create interfaces uses snmp scan.
2010-10-05 00:24:32 +00:00
Vadim Kurland
7ccb7a1e38 fixed crash that happened when user tried to use context menu item Duplicate 2010-10-04 23:46:33 +00:00
Vadim Kurland
cee564ac89 fixed #1772
improved design of the widget used to edit ip addresses and other
attributes of an interface in the new firewall, new host and new
cluster wizards. Removed "MAC Address" imput field and rearranged
other input fields according to the result of usability tests.
2010-10-04 23:37:38 +00:00
Vadim Kurland
053ac47849 refs #1787 trying to make obj_name have keyboard focus when new firewall wizard opens, does not work so far 2010-10-04 22:52:23 +00:00
Vadim Kurland
f9372b04a1 fixed bug introduced with library switcher reimplementation: it should be possible to duplicate an object into the same library 2010-10-04 22:29:06 +00:00
Vadim Kurland
d845c3f0ea fixed #1784 added Cisco ASA (PIX) error
message "cannot add route entry" to the list of errors that
built-in installer recognizes and marks install process as
"Failure".
2010-10-04 22:22:58 +00:00
Vadim Kurland
e899075231 fixed #1769 change interface type text in the interface editor widget; also fixed the code that turns off intro dialog in unit tests 2010-10-04 22:13:07 +00:00
Vadim Kurland
20a3ae73bf fixed #1768 Add title and subheaders to all pages of the new firewall wizard; subtitles on pages are difficult to formulate since some pages already have explanations that are sufficient 2010-10-04 21:57:21 +00:00
Vadim Kurland
15818d1837 fixed #1767 improved UI in the new firewall and new host dialogs
where user chooses file for the custom template library or uses
      standard template library.
2010-10-04 21:23:58 +00:00
Vadim Kurland
f77e2d35b8 fixed #1766 change prompt text in the first page of the new firewall wizard 2010-10-04 20:48:26 +00:00
Vadim Kurland
8aa32e61d6 refs #1779, #1765, #1764, #1763 using a/b testing facility to show different quick start guides to different users; dialog that invites user to watch quick start guide turns itself off after 5 starts of the program 2010-10-04 19:51:46 +00:00
Vadim Kurland
2f57774292 disable "intro" dialog on the startup in unit tests 2010-10-04 18:26:41 +00:00
Vadim Kurland
de60a2d16f updated release notes 2010-10-04 01:56:16 +00:00
Vadim Kurland
e162a0c6b3 fixed #1776 once new firewall is created, automatically open its Policy 2010-10-04 01:52:22 +00:00
Vadim Kurland
ad6cfe82ea * FWWindow.cpp (FWWindow::showIntroDialog): fixed #1765, #1779
Move quick start guide to the web site. The "Quick Start Guide" is
now part of the web site and the GUI only shows a
dialog-invitation to watch it.
2010-10-04 01:37:57 +00:00
Vadim Kurland
8f56bc6384 added front page to the introduction guide 2010-10-01 19:25:53 +00:00
Vadim Kurland
562b904da9 fixed #1763 Implemented
basic facility for A/B testing within the GUI
2010-10-01 19:09:02 +00:00
Vadim Kurland
46c10debda fixed #1755 "hitting enter after editing search attribute in the
Find panel should trigger search"
2010-10-01 02:21:20 +00:00
Vadim Kurland
9665b619d7 fixed #1760 Search by attribute "name" should search by name or label 2010-10-01 02:02:30 +00:00
Vadim Kurland
5ba94e3b3b fixed #1757 Allow searching by attributes even after an object
is dropped into the drop area in search panel.
2010-10-01 01:51:41 +00:00
Vadim Kurland
7a389e9c7d fixed #1759 "Use default template library" button seems to do
nothing. This button should only be enabled if user switched to
      their own library of template objects. The button should be
      disabled if they switched back to the standard template library
      or never switched to their own one.
2010-10-01 01:38:06 +00:00
Vadim Kurland
73752d58d9 fixed #1754 Disable "Find" context menu item for system folders 2010-10-01 01:20:25 +00:00
Vadim Kurland
c347ca4735 fixed #1756 Change prompt in the drop areas of the search panel 2010-10-01 01:10:06 +00:00
Vadim Kurland
924a988802 fixed #1758 change text in the first page of the new firewall wizard 2010-10-01 00:47:24 +00:00
Vadim Kurland
489cacb37e fixed #1762 move text to the top in the hint dialog shown to the user when they create their first service 2010-10-01 00:44:30 +00:00
Vadim Kurland
0540ca8ce5 * newHostDialog.cpp (finishClicked): fixed #1761 "blank interface
name is possible in new host wizard"
2010-10-01 00:20:04 +00:00
Vadim Kurland
eff8bcf8f7 fixed #1753 "Set interface name hint based on firewall platform
and host OS". The placeholder text in the interface name and label
input fields in the new firewall wizard will depend on the host OS
chosen in the first page of the wizard.
2010-10-01 00:06:43 +00:00
Vadim Kurland
b5c6430a8e * utils.cpp (validateName): fixed #1751 "Dont allow interface names to be blank". The GUI should not allow the name of any
> object to be blank.
2010-09-30 18:47:22 +00:00
Vadim Kurland
5b9f34a274 no quotes in the input field placeholder text 2010-09-30 16:23:03 +00:00
Vadim Kurland
a2710ea54b updated release notes 4.1.2 2010-09-30 00:27:17 +00:00
Vadim Kurland
9f35af7394 * ProjectPanel.cpp (ProjectPanel::inspect): fixed #1718 "Inspect
generated files" dialog says "Multiple firewalls" even when there
is only one
2010-09-30 00:19:31 +00:00
Vadim Kurland
031c5e44c4 refs #1746 more examples in the placeholder text since we have the room 2010-09-29 23:59:32 +00:00
Vadim Kurland
f150d4f55d refs #1746 setting input field placeholder text in all constructors 2010-09-29 23:49:39 +00:00
Vadim Kurland
0710699d90 added "placeholder" text to the interface name and label input
fields. This text is displayed in greyed-out small font inside
the imput field but is cleared as soon as user starts their input.
The text gives user a prompt as of what is expected in each input
field. The "placeholder" text support is available only in Qt 4.7
and later so the code is conditional on the version of Qt.
2010-09-29 21:11:30 +00:00
Vadim Kurland
0d30ff30c1 * WorkflowIcons.cpp (WorkflowIcons::openTutorial): fixed #1733
"Add button for video tutorial link". Shortcut button "Watch
Getting Started Tutorial" opens page with video tutorials in
the standard browser.
2010-09-29 21:09:15 +00:00
Vadim Kurland
d4a96c48f8 fixed #1746 "Force user to change interface name in New Firewall
wizard". When user creates interfaces for the new firewall or host
using manual method and clicks on the "+" button to add a tab for
the new interface in the wizard page, the interface tab is created
with blank name. Wizard later checks the name when user clicks
Finish to create new firewall or host object and does not let them
do this while interface name is still blank. Error dialog reminds
that the name of the interface must match the name of the
interface on the machine.
2010-09-29 20:40:42 +00:00