IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Domain policy links are correctly deleted from GUI now.
Before fix policies, linked to another OUs, were deleted (in GUI)
under not domain OU fetched items (bugfix #49385).
Inheritance widget and gpo options check box are removed from .ui
and created in tab's ctor now. Group policy tab is also initialized
with console ptr now.
Linked policies widget is refactored. In particular, the widget is
initialized with console ptr now.
Drag&drop changes: add model, configuration and corresponding applying slot.
- Add icon theme selection. System theme is taken from /usr/share/icons
dir, custom themes are taken from /usr/share/ad-integration dir
by default. Theme dirs must have index.theme file to be included.
Theme dirs can also be symlinks.
- Object creation and disabling bugs in 0.15.0 version are
fixed. (closes: 48780)
User and computer blocked icons were small in size like
in detail view when icons view was selected (View->Icons).
This is fixed, but user, group and computer icons in the
console tree changed their appearance.
Maps with categorized icon name list and icons array are updated
with new category defines and indicators. Indicator map is also
populated with corresponding icon name lists.
Category and indicator names now can be used as icon names to
avoid ambiguity among custom themes.
- Removed unused set_icon_for_type() routine
- Added get_available_themes() function that returns theme folder
names from custom themes path (default hardcode path is
/usr/share/ad-integration-themes)
- Added update routines for action icons and icon array
- Appended query folder and item possible icon names
- Added theme applying to init() and set_theme() routine for theme setting
Theme selection action is added to main window view menu. It contains
drop-down menu with selectable themes.
Corresponding functional for dynamical applying themes is also added.
- Domain info root item is added to console tree. Its results widget
contains tree with sites, domain controllers and FSMO role items. It
also contains number of sites and domain controllers, forest and domain
functional levels, domain schema version.
- Fixed bug with remaining failed connection options. Now after a failed
connection attempt, the old connection settings are returned and
connection options dialog doesnt close.
- GPO creation/renaming with only spaces bug fixed. (closes: 44684)
- Add group rename sam account name autofill. (closes: 47082)
- Add disabled computer icon. (closes: 47551)
- Add warning message for multiple object deletion and non-empty OU
deletion.