1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-28 03:49:41 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Sirius Bakke
70000f0ec7 Feature: Added Junos support 2014-09-24 11:29:41 +02:00
Sirius Bakke
96268831a2 Feature: Support for Qt5
* Compile time checking adjust includes and code for deprecated features
* QHttp class is removed from Qt5 so the custom HttpGet class is
  disabled when compiling with Qt5. The api on fwbuilder.org isn't
  working, so the code for getting tips and checking if a new version is
  available must be rewritten anyway.
2013-08-14 12:35:02 +02:00
Vadim Kurland
cf84830eae convert imports of "../../config.h" to "config.h", ensure config.h is imported first in more places 2012-03-20 17:04:02 -07:00
Vadim Kurland
bd9ab07a5e the drop-down list of interfaces for the "route-through" rule option
for PF and iptables should include not only cluster interfaces, but
also interfaces of all members. This way, we can make compiler
generate configuration

"pass in quick on em0 route-to { ( em0 10.1.1.2 ) } ... "

for a rule of a PF cluster. Here "em0" is an interface of a member,
not the cluster.
2011-08-11 14:02:21 -07:00
Theron Tock
aacc4016cd Removed help button from UI. Fixes #2495. 2011-06-13 14:29:31 -07:00
Vadim Kurland
3c276bc40b see #2367 using QComboBox to choose between "none", "queue" and "pipe" for ipfw classification 2011-05-02 14:34:34 -07:00
Vadim Kurland
beafb18186 tag, classify and route options now work in the GUI; so far, only showing icons without the parameter in the rule set view; editor works, rule set view works 2011-04-28 20:58:22 -07:00
A2K
e97b37162b GUI objects are now built to libgui.a library. GUI compiles, but unit tests should be broken now. 2010-11-02 20:09:17 +02:00