13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
see #2480 fixed a bug: toggling negate flag in a rule element reset selection in the rule set view to the row 0 column 0 More... about 14 years ago
per Mikes request, the GUI now opens rule set object of the firewall when user opens the firewall or any of its children objects in the editor. This includes any rule set, interface or any other child object. More... about 14 years ago
see #2454 double click or keypress Enter on object "any" shows editor with our special comment but does not switch obejct tree to the "Standard objects" library; also made the tree switch to the right library both when user double clicks or hits Enter More... about 14 years ago
see #2475 removing State_Active flag before drawing the row if the tree view does not have focus More... about 14 years ago
see #2468 object tree panel is not docable/floating window anymore More... about 14 years ago
see #2475 more debugging, will test on Mac with latest Qt More... about 14 years ago
see #2468 changes to the toolbar above rules: moved buttons to the far right, removed "Currently Editing" More... about 14 years ago
see #2477 disable detection of dbus More... about 14 years ago
fixing build on windows mingw: avoid token name "IN" More... about 14 years ago
fixing build on windows mingw: avoid token name "CONST" More... about 14 years ago
see #2475 hardcoding inactive highlight color "silver" for ObjectTreeView More... about 14 years ago
see #2474 whole rule is now highlighted when any cell is selected, using neutral color "silver" to highlight the rule while standard highlighting color is used to highlight selected object in the rule More... about 14 years ago
FWWindow_editor.cpp (openEditor): this change is a part of the GUI usability improvements: when user double clicks on a firewall object to open it in the editor, rule set view panel switches to the rule set of that firewall. To decide which rule set to show, the program scans history of the objects the user opened before in the same GUI session and shows that firewall's rule set they opened last. If user never opened any rule sets of this firewall, then the first Policy object is shown. See #2465. More... about 14 years ago
see #2454 making "any" open in the editor upon double-click; added ChangeLog record More... about 14 years ago
see #2454 now opening object "any" in the editor panel and showing some hand-holding text in existing "Comment" widget More... about 14 years ago
see #2451 Using keyboard arrows to navigate rules results in objects being opened in editor panel More... about 14 years ago
fixes #2450 Double-clicking on object in rule shifts keyboard focus to object tree More... about 14 years ago
fixes #2452 rename rule interface column default text to "any" More... about 14 years ago
see #2473 made text appear vertically aligned across different rule cells even when they dont have any icon, e.g. "any" More... about 14 years ago
updated unit test files More... about 14 years ago
see #2470 added support for set skip with a list of interface names More... about 14 years ago
see #2471 fixed tcp service object dduplication when they have non-blank tcp flags More... about 14 years ago
see #2403, #2467 deduplicating AttachedNetwork object More... about 14 years ago
see #2472 fixed import of table definitions without file name and with shortcut network defines More... about 14 years ago
* applied patch to provide configure command line option to specify path to ccache. Thanks to user "a. k. huettel " on SourceForge. More... about 14 years ago
fixes #2460 resetting nat rule type in the importer; when rule type setting was left over, it affected the behavior of the compiler and broke it if user tried to single-rule compile some rules More... about 14 years ago
fixes #2469 using right attribute name for host os More... about 14 years ago
see #2460 added test for the nat rule with multiple objects in TDst; looks like it works More... about 14 years ago
NATCompiler_pf.cpp (_expand_addr): see #2455 NAT Compiler for PF should use "(interface)" syntax to the right of "->" in NAT rules. This now works for all interfaces, including those that have ip addresses in fwbuilder configuration, when interface object appears in "Translated Source" in a nat rule. When firewall object appears in "Translated Source", it gets replaced with a set of its interfaces which also get translated into "-> (interface)". More... about 14 years ago
* NATCompiler_ipt.cpp (compile): see #2456 Added support for single object negation in "Inbound Interface" and "Outbound Interface" columns in compiler for iptables. More... about 14 years ago