1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-22 11:17:31 +01:00

572 Commits

Author SHA1 Message Date
Vadim Kurland
62287a7c7c fixes #869 2009-12-13 04:33:06 +00:00
Vadim Kurland
bf4ecbf830 compiler output window scrollbar always on refs #859 2009-12-13 04:24:19 +00:00
Vadim Kurland
478a758d13 see #859 2009-12-13 03:48:08 +00:00
Vadim Kurland
99c6bff501 see #868 2009-12-13 03:39:27 +00:00
Vadim Kurland
fe9f5b8bed fixes #871 2009-12-13 03:21:50 +00:00
Vadim Kurland
48982a4e83 fixes #867 2009-12-13 02:25:01 +00:00
Vadim Kurland
acc5c41217 fixes #856 2009-12-13 02:15:20 +00:00
Vadim Kurland
cd102fbcc3 use openRulesetImmediatelyEvent to switch to the rule set before selecting rule element, refs #847 2009-12-12 19:59:00 +00:00
Vadim Kurland
0241138ec1 fixes #854 2009-12-12 19:42:38 +00:00
Vadim Kurland
fd519b5723 better fix, refs #847 2009-12-12 17:43:38 +00:00
Vadim Kurland
e8ca83801a fixes #852 2009-12-12 05:39:15 +00:00
Vadim Kurland
908c3d38c1 fixes #851 2009-12-12 05:21:58 +00:00
Vadim Kurland
48066e32e1 better looking button for "create new and add to group" 2009-12-12 05:09:40 +00:00
Vadim Kurland
add2628ba8 2009-12-11 vadim <vadim@vk.crocodile.org>
* GroupObjectDialog.cpp (GroupObjectDialog::newObject):
Implemented feature request #2245537 "Add service object to
service groups directly from groups". Group object dialog now has
a button that shows a menu when clicked, this menu allows the user
to create new object and add it to the group in one operation.
This fixes #119

* ObjectManipulator::addNewObjectMenuItem: fixes #850 Redesigned
methods used to create "new object" menu and call functions that
create new objects to be able to build menus with limited sets
of new object types.

* ../src/gui/FWBTree.h (class FWBTree): added methods
getTranslatableObjectTypeName and getTranslatableNewObjectMenuText
that return translatable strings for the given object type name.
2009-12-12 04:50:41 +00:00
Vadim Kurland
ad67580661 fixes #842 2009-12-11 20:30:06 +00:00
Vadim Kurland
327aa04977 fixes #843 2009-12-11 20:25:44 +00:00
Vadim Kurland
bb044c0e08 fixes #844 2009-12-11 20:21:26 +00:00
Vadim Kurland
3ec4002c7b refs #831 2009-12-11 17:34:50 +00:00
Vadim Kurland
af640aa600 fixes #838 2009-12-10 22:30:04 +00:00
Vadim Kurland
8be3fa29ea fixes #839 2009-12-10 22:14:05 +00:00
Vadim Kurland
aa2a2fd941 changed settings path, fixes #834 2009-12-10 19:41:53 +00:00
Vadim Kurland
2d8fbeee75 restored "Registered/Unregistered" indication in the about dialog 2009-12-10 04:29:51 +00:00
Vadim Kurland
11a8f74dc9 fixes #827 2009-12-09 21:22:15 +00:00
Vadim Kurland
6e33f3ef4d fixes #778, #774 2009-12-09 21:15:26 +00:00
Vadim Kurland
2af61328bd fixes #826 2009-12-09 20:23:29 +00:00
Vadim Kurland
8c88569276 change log and release notes records 2009-12-09 18:44:24 +00:00
Vadim Kurland
1f89fe921f fixes #810 2009-12-09 18:27:08 +00:00
Vadim Kurland
e1f1621bfa fixes #820 2009-12-09 18:04:38 +00:00
Vadim Kurland
e00f2a1b7d fixes #824 2009-12-09 18:02:13 +00:00
Vadim Kurland
e26f01a095 fixes #822 2009-12-09 06:41:27 +00:00
Vadim Kurland
f4187c3da3 fixes #821, #818 deleteObject should remove references to the object being deleted, as well as all its children, from all groups and rules 2009-12-09 06:24:17 +00:00
Vadim Kurland
fb2a50ca98 minor refactoring 2009-12-09 04:04:39 +00:00
Vadim Kurland
f304a17ee0 fixes #819 2009-12-09 03:50:02 +00:00
Vadim Kurland
eccdee2901 fixes #817 2009-12-09 03:08:59 +00:00
Vadim Kurland
e97f326f7b fixes #202 implemented library merge function in fwbedit 2009-12-09 00:59:54 +00:00
Vadim Kurland
65bcf479f2 comment for the method 2009-12-08 23:50:31 +00:00
Vadim Kurland
10e68a52e8 fixes #806 2009-12-08 03:37:44 +00:00
Vadim Kurland
0b27cd0911 fixes #808 2009-12-08 02:15:18 +00:00
Vadim Kurland
96f309c9f3 fixes #807 also using events in where used to show and select objects 2009-12-08 01:27:03 +00:00
Vadim Kurland
41f0bd3752 see #803 read user name from the object and from the dialog; dialog overrides 2009-12-07 23:33:50 +00:00
Vadim Kurland
301d037988 see #803 take user name for the batch install from the dialog, overriding the name set in the fw object settings 2009-12-07 23:25:10 +00:00
Vadim Kurland
a5b9d1eddb fixes leak - reference counter was incremented in every FWCmdDeleteObject::redo() call 2009-12-07 22:04:45 +00:00
Vadim Kurland
89d69d5f1b renamed ObjectManipulator::openObject to openObjectInTree; remove unused RuleSetView::openObjectInTree 2009-12-07 21:45:25 +00:00
Vadim Kurland
87b2655ecf fixes #804 2009-12-07 21:35:14 +00:00
Vadim Kurland
5001ba1d92 fixes #802 2009-12-07 21:12:26 +00:00
Vadim Kurland
d8598c1ee8 fixes #800 2009-12-07 19:31:16 +00:00
Vadim Kurland
a8e42bf5cd refs #687 moved unit tests for compiler_lib to src/compiler_lib/unit_tests directory; compiling tests with gcov to get automated coverage estimates 2009-12-06 07:26:05 +00:00
Vadim Kurland
cb28e74d16 fixes #797 2009-12-05 01:10:43 +00:00
Vadim Kurland
956c7debfa fixes #796 2009-12-05 01:04:47 +00:00
Vadim Kurland
fdb2ca6de8 fixes #795 2009-12-05 00:01:54 +00:00