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
Vadim Kurland
26d53ea48c
catch situation when interface br0/eth0.102 is missing as eth0/eth0.102 even when br0/eth0.102 is unnumbered
2009-10-01 03:52:14 +00:00
Vadim Kurland
e4adcd15d8
restore column width after user turns option to show attributes in the tree off, then on again
2009-10-01 02:18:34 +00:00
Vadim Kurland
adabf789dd
fixes #487
2009-09-30 23:36:03 +00:00
Vadim Kurland
caaf341458
fixes #486 , #393 Implemented ability to show object attributes in the tree
2009-09-30 22:37:35 +00:00
Vadim Kurland
ed4bd7c90e
fixes #483 : d&d of objects inside the tree should not be allowed
2009-09-30 20:03:28 +00:00
Vadim Kurland
c2885916b0
missing #include <memory>; removed #include "build_num" where not needed
2009-09-30 19:42:33 +00:00
Vadim Kurland
302e6b03eb
missing #include
2009-09-30 15:17:19 +00:00
Vadim Kurland
b947814812
fixes #485 , #482 Implemented proper tests for subinterfaces according to the "linux interfaces.pdf" diagram. Vlan interfaces can be bridge ports.
2009-09-30 06:00:30 +00:00
Vadim Kurland
0502958c06
reduced excessive debug logging
2009-09-30 04:04:13 +00:00
Vadim Kurland
ebdd611d66
fixes #481
2009-09-30 01:50:46 +00:00
Vadim Kurland
529769af62
fixes #479 , #470
2009-09-30 01:11:33 +00:00
Vadim Kurland
ae10cfb61e
fixes #477 object->lock coredump
2009-09-30 00:50:55 +00:00
Vadim Kurland
84f830263b
fixes #476 minimize/maximize window segfault
2009-09-30 00:39:05 +00:00
Vadim Kurland
7aeaf71491
fixes #480
2009-09-30 00:14:24 +00:00
Vadim Kurland
c2cbc9313e
installing configlets
2009-09-29 05:45:14 +00:00
Vadim Kurland
c3fbf1b444
fixes #478
2009-09-29 02:18:22 +00:00