1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 02:07:23 +01:00

958 Commits

Author SHA1 Message Date
Vadim Kurland
1b2881793a if QtDBus is missing, var HAVE_QTDBUS should NOT be defined 2009-10-12 22:11:16 +00:00
Vadim Kurland
ea2602910c define LIBS for QtDBus only if configure detected it; using HAVE_QTDBUS variable 2009-10-12 22:03:08 +00:00
Vadim Kurland
53544861d2 debugging QtDBus test on Linux 2009-10-12 21:28:37 +00:00
Vadim Kurland
480dcba17e real test to verify if QtDBus framework is available and usable 2009-10-12 21:19:11 +00:00
Vadim Kurland
a49126ff1b compile when QtDBus framework is not available 2009-10-12 20:26:38 +00:00
Vadim Kurland
d677cbc182 properly doing #include 2009-10-10 01:46:57 +00:00
Vadim Kurland
d941fa4ca3 fixes #517 2009-10-09 23:37:24 +00:00
Vadim Kurland
af7728ef7c fixes #520 2009-10-09 23:16:48 +00:00
Vadim Kurland
be09f22fe4 fixes #519 2009-10-09 23:11:54 +00:00
Vadim Kurland
ebae54d0bd fixes #518 2009-10-09 22:53:32 +00:00
Vadim Kurland
5df751eec7 fixes #297, #516 2009-10-09 20:11:40 +00:00
Vadim Kurland
df945bda96 fixes #514, #515 2009-10-09 19:27:43 +00:00
Vadim Kurland
161fe11235 fixes #513 2009-10-09 19:23:22 +00:00
Vadim Kurland
ac59f38634 fixes #521 Added checks for the condition that caused crash 2009-10-09 19:19:16 +00:00
Vadim Kurland
4fc1735694 fixes #353, #355, #356 Using configlets to generate .fw script for pf, ipfilter and ipfw 2009-10-09 18:23:54 +00:00
Vadim Kurland
4af6f83ef1 configlets clean-up 2009-10-08 20:04:40 +00:00
Vadim Kurland
0f482ca8fb fixes #509 2009-10-07 19:37:53 +00:00
Vadim Kurland
a8fe781703 fixes #499
2009-10-07  vadim  <vadim@vk.crocodile.org>

* FindWhereUsedWidget.cpp (FindWhereUsedWidget::itemClicked):
"find where used" panel selects object in the tree or in rules on
single click in the list of the results. To open the object in the
editor user needs to switch to the editor tab in the bottom docked
panel.
2009-10-07 19:31:39 +00:00
Vadim Kurland
62ba31e2e7 fixes #496 Add "Compile" and "Install" buttons to the title above the policy view to let the user quickly compile/install currently opened firewall 2009-10-07 01:49:39 +00:00
Vadim Kurland
34682d062e fixes #508 2009-10-06 18:16:32 +00:00
Vadim Kurland
4d4a9f0b59 See #501 Finally cleaned up dialog layout for all object dialogs. Had to remove default margin and spacing in the "form setting" for each dialog 2009-10-06 18:02:02 +00:00
Vadim Kurland
e165ad681c fixes #492 2009-10-06 17:16:25 +00:00
Vadim Kurland
efa0bda4f5 fixes #506, #507 2009-10-06 04:37:19 +00:00
Vadim Kurland
f3a252f813 fixes #505 2009-10-06 03:20:01 +00:00
Vadim Kurland
e39c7a8ce0 see #505 2009-10-06 03:01:53 +00:00
Vadim Kurland
60f97772e5 fixes #491, #501 remove unnecessary #includes, QMacStyle file does not exist on Linux 2009-10-06 01:57:10 +00:00
Vadim Kurland
f5b3421b3b fixes #491, #501 dialog layout fixes to make them look more consistent, using widget promotion feature in Designer to build stack of editor dialogs in the bottom panel of the main window instead of building them at run time 2009-10-06 01:43:06 +00:00
Vadim Kurland
8f4a897379 fixes #500 2009-10-05 16:32:59 +00:00
Vadim Kurland
90143dc9f7 merge main window layout redesign from branch v3_1_new_window_layout 2009-10-05 16:21:03 +00:00
Vadim Kurland
d0a79d38e0 some cleanup in object dialogs: moving common methods to the BaseObjectDialog class 2009-10-05 07:34:25 +00:00
Vadim Kurland
ea506af6cb proper case in the file name 2009-10-05 02:59:49 +00:00
Vadim Kurland
aed71f9ea9 fixing file src/gui/BaseObjectDialog.h 2009-10-05 02:23:38 +00:00
Vadim Kurland
46565c33e7 trying to fix branch 2009-10-05 02:21:28 +00:00
Vadim Kurland
11309ecfc7 fixes #498 2009-10-05 02:18:03 +00:00
Vadim Kurland
03e64c80df layout adjustments on Linux 2009-10-05 00:54:10 +00:00
Vadim Kurland
7e89dc968e added missing file 2009-10-05 00:23:16 +00:00
Vadim Kurland
fcd1d808b5 editor panel docked into the main window rather than ProjectPanel 2009-10-05 00:17:24 +00:00
Vadim Kurland
aa6615d8e9 merge from v3_1 2009-10-03 20:25:21 +00:00
Vadim Kurland
fc40bc2c5d trying to detect distcc in configure 2009-10-03 20:10:22 +00:00
Vadim Kurland
0bc7e9ff38 merge from v3_1 2009-10-03 19:21:45 +00:00
Vadim Kurland
1f5ab1b9ec 2009-10-03 vadim <vadim@vk.crocodile.org>
* PolicyCompiler_ipt.cpp (PolicyCompiler_ipt::insertFailoverRule):
Added support for heartbeat over unicast. Protocol options dialog
for heartbeat offers checkbox "Use unicast" (off by default, when
checked, address input field for the multicast heartbeat address
becomes disabled). When checkbox is checked, compiler
automatically adds rules to permit unicast heartbeat health checks
between addresses of interfaces which are members of the failover
group.
2009-10-03 19:18:42 +00:00
Vadim Kurland
a6e9f7d393 compiling on Mac with QT 4.4.1 2009-10-02 22:48:53 +00:00
Vadim Kurland
025e2824d1 using dock widgets for tree, rules and editor; editor and search dialogs appear as part if the tabbed widget in the bottom panel; bottom panel and rules are not detachable 2009-10-02 17:52:28 +00:00
Vadim Kurland
b230728a05 merge from v3_1 2009-10-02 00:46:51 +00:00
Vadim Kurland
0017b5cffb bugfixes in the check for allowed interface / subinterface types 2009-10-02 00:45:55 +00:00
Vadim Kurland
2c7220cc25 refs #489 Main window layout redesign using docked widgets; Info panel has been deprecated by this change 2009-10-02 00:36:43 +00:00
Vadim Kurland
f4bacb9fb8 creating branch to try new window layout 2009-10-01 18:18:51 +00:00
Vadim Kurland
724d6bde88 bump up build number to test recompile 2009-10-01 17:20:30 +00:00
Vadim Kurland
f1d722a0c0 using BUILD_NUM instead of RELEASE everywhere 2009-10-01 17:14:32 +00:00
Vadim Kurland
c9d5309011 fixes #488 2009-10-01 16:42:02 +00:00