Theron Tock
872fd64cb6
Various places in the code had logic for what directory to display in
...
QFileDialog. There is now a single function to call,
FWBSettings::getOpenFileDir() that will compute what directory to start
in.
Cleaned out some code using QFileDialog that is never used (execDialog
and file button in CommentEditor).
Fixes #2517
2011-06-27 16:51:21 -07:00
Theron Tock
69364a4ee9
Display little folder icon next to "add subfolder". I don't see these
...
icons on linux so hopefully this comes out looking right. :-)
Fixes #2528 .
2011-06-27 14:48:03 -07:00
Theron Tock
a82219e002
Recent changes.
2011-06-27 14:34:14 -07:00
Theron Tock
64a8a7a9e2
Don't allow user to create duplicate subfolders.
2011-06-27 14:22:52 -07:00
Theron Tock
780ae6b0af
Don't open editor for system folder after adding/deleting user folder.
...
Fixes #2530
2011-06-27 13:32:40 -07:00
Theron Tock
58f7142e4a
Make it clear that cmp and shallowDuplicate are virtual.
...
Fixes #2535
2011-06-27 13:21:10 -07:00
Theron Tock
4621f42319
Fix crash I introduced with undo/redo of user folders.
...
Fixes #2529
2011-06-27 12:22:35 -07:00
Vadim Kurland
46a281a746
new build 3553
2011-06-23 19:59:52 -07:00
Theron Tock
cac508c0e5
Fix for #2522 .
2011-06-23 17:02:51 -07:00
Theron Tock
240d4b5642
Merge branch 'development' of ssh://ncgit/var/git/fwbuilder into development
2011-06-23 16:41:50 -07:00
Theron Tock
8c19f9f873
Make user-defined folders deletable even when they have something inside
...
of them. Also make all user-defined folder operations support
undo/redo.
2011-06-23 16:40:05 -07:00
Vadim Kurland
26b349482c
build 3552
2011-06-22 16:19:02 -07:00
Vadim Kurland
404e15f24e
fixes #2485 added tooltips for tagging and classification rule options
2011-06-22 15:57:26 -07:00
Vadim Kurland
5f93136e8f
see #2518 renamed menu item
2011-06-22 15:41:34 -07:00
Vadim Kurland
ae21e6228f
see #2520 "Attached Network objects are not renamed if a firewall is
...
renamed"
2011-06-22 15:35:52 -07:00
Vadim Kurland
510e6897dd
upgraded test files
2011-06-22 15:28:48 -07:00
Vadim Kurland
d7a749154f
see #2519 Avoid creating duplicate network objects for the
...
AttachedNetwork object if the parent interface has multiple ip
addresses that belong to the same subnet.
2011-06-22 15:25:18 -07:00
Vadim Kurland
c940bed072
see #2521 "Compile fails if firewall has locked interface that is set
...
to dynamic".
2011-06-22 14:55:53 -07:00
Vadim Kurland
344a22feed
see #2524 'avoid " {tcp udp icmp} " in place of protocol'. NAT
...
compiler for PF does not need to generate protocol match "proto {tcp
udp icmp}" when service object used in the NAT rule is "any". The
reason this was done this way is lost in the mist of time; it's been
like this since very early versions of fwbuilder.
2011-06-22 11:03:07 -07:00
Vadim Kurland
49eed4d5be
fixes #2428 and SF bug 3305234; new build 3551
2011-06-21 12:49:17 -07:00
Vadim Kurland
201182a43d
removed transfer agent file from the list in RPM .spec files
2011-06-20 22:25:55 -07:00
Vadim Kurland
3d77e16144
QStringList::length() is avaoilable in Qt 4.5 and later, but Ubuntu Intrepid has older version without this function
2011-06-20 22:23:33 -07:00
Vadim Kurland
70a5b9ac7c
see #2508 function TCPUDPService::cmp should make sure object passed as a argument is of compatible type before using; this fixes the crash
2011-06-20 17:49:57 -07:00
Vadim Kurland
cebdfc5111
see #2500 object tree should have keyboard focus when new file is opened or new blank project window is created
2011-06-20 17:18:26 -07:00
Vadim Kurland
52fcfe3243
new build 3550
2011-06-20 16:38:39 -07:00
Vadim Kurland
b8abb51339
see #2493 implemented "forward" function in addition to the "back"
...
function, added a button to the roolbar, using new icons for Back and
Forward buttons.
2011-06-20 16:30:53 -07:00
Vadim Kurland
212c57b3cf
see #2489 removed custom stylesheet from the library selector widget, this made letters of the active item appear white. Text is now visible on the dark blue background and should work correctly regardless of the theme chosen by the user
2011-06-20 15:31:26 -07:00
Vadim Kurland
f5e22c040b
see #2477 removed transfer agent classes and functions
2011-06-20 14:56:28 -07:00
Vadim Kurland
db233ee8e8
see #2506 removed incomplete and obsolete russian and japanese localization
2011-06-20 11:35:22 -07:00
Theron Tock
4fe02aa328
Removed 'clear' button next to filter combobox.
...
Changed filter combobox into a lineedit that has an embedded 'clear' button.
2011-06-16 18:28:10 -07:00
Theron Tock
d57e13002b
Fixed a pet peeve of mine: clicking "Do not show this again" on
...
first-time dialog no longer immediately closes the dialog (very
unexpected behavior to me).
2011-06-16 16:46:52 -07:00
Theron Tock
6dedc26452
Make sure we reload the filter criteria if the set of keywords changes.
...
Fixes #2504 .
2011-06-16 15:59:14 -07:00
Theron Tock
ec794ef430
Make keyword matching case insensitive, like it is for names.
...
Fixes #2503 .
2011-06-16 15:49:36 -07:00
Theron Tock
54f6bae48f
Added support for user-defined folders. It's just a ui/display thing.
...
The FWObject has a property "folder" that controls which sub-folder to
display in. The placement of the object in the tree doesn't change even
when placed into a user-defined folder. Turned on drag/drop in the
object tree so that objects can be moved into these new folders
(however, disabled dragging of system folders).
2011-06-16 14:49:06 -07:00
Theron Tock
aacc4016cd
Removed help button from UI. Fixes #2495 .
2011-06-13 14:29:31 -07:00
Vadim Kurland
edd20761cc
build 3549
2011-06-10 15:29:40 -07:00
Vadim Kurland
feef1a1c30
see #2499 updated copyright in the "About" dialog
2011-06-10 15:27:08 -07:00
Vadim Kurland
d4a8546b6b
incremented DTD version to 22 necause changes made for keywords and DynamicGroup object are not backwards-compatible; removed contributed autoupgrade xslt script that is not being used anymore, see #2501
2011-06-10 15:26:06 -07:00
Theron Tock
73042fb3c7
Added missing files (and modified .gitignore so it won't happen again).
2011-06-10 14:18:38 -07:00
Theron Tock
12ad3fefcf
Merge branch 'development' of ssh://ncgit/var/git/fwbuilder into development
2011-06-10 00:58:33 -07:00
Theron Tock
dac6b04d4d
Manually merged keyword management/filtering code from fortress.
...
All dialogs modified to include custom keyword/comment widget.
Also added first cut at 'dynamic group' implementation.
2011-06-10 00:56:33 -07:00
Vadim Kurland
e83df83543
using macro GENERATION to eliminate hard-coding of the version number
2011-06-09 21:32:01 -07:00
Vadim Kurland
07e902e0ac
new build
2011-06-09 17:36:59 -07:00
Vadim Kurland
9505e2dcd0
see #2492 properly disabling dialog controls for the read-only IPServcie object
2011-06-09 16:46:09 -07:00
Vadim Kurland
9740d4a703
see #2490 enable/disable widgets based on the "read-only status of the object after they were enabled/disabled for other reasons
2011-06-09 16:38:01 -07:00
Vadim Kurland
d682785b63
see #2496 parsing, but not importing, "user" and "group" matches
2011-06-09 16:33:22 -07:00
Vadim Kurland
c77796ebd0
see #2497 added an error on import of "include" word in pf.conf files
2011-06-09 16:15:36 -07:00
Vadim Kurland
677173e030
see #2487 fixed crash that happened when user created new cluster from member firewalls that had locked interfaces
...
;
2011-06-09 14:01:17 -07:00
Vadim Kurland
e4cf4d6447
see #2494 crash happened because class ObjectSignature did not have virtual function to build signature from UserService object
2011-06-09 12:15:59 -07:00
Vadim Kurland
b4b3c1ccad
see #2488 fixed new object menu issues
2011-06-06 21:56:00 -07:00