Merge pull request #622 from deadw00d/fixes-02
Fixes 02
Fix URL for acpica
Adjust to changes in muimaster.library
Setting same value for Cycle gadget no longer triggers notification.
Catalog submodules updated.
attempt to fix the x86_64 builds - depend on ARCHOBJDIR being created
add an additional source for the freetype demos
Fix the m68k build
Merge pull request #618 from subocz/master
typo in day name
typo in day name
[AboutAROS] Polish translator Andrzej Subocz added
Catalog submodules updated.
Catalog submodules updated (Polish)
[Calculator] misc. fixes
- use right character for printing division to the tape
- use IPTR as return type of MUI method
- init args with {0}
correct bootiso deps
only set disabled on the newly added object, rather than the group object and all its children every time.
Fix rendering of disabled objects with children - so that the children do not also render their disabled state making them unidentifiable.
group->OM_SET
# If MUIA_Disabled is present - defer setting it on ourselves (via superclass) until after propagating the attribute to the children -> otherwise the object tries to render its changed disabled state before the children know about it.
# when forwarding to the children - If MUIA_Disabled is present, also pass in MUIA_NestedDisabled with matching value.
area->OM_NEW/OM_GET/OM_SET
# Handle MUIA_Disabled/MUIA_NestedDisabled separately, but report MUIA_Disabled based on either in OM_GET.
MUI_Redraw
# Don't draw the disabled state if the object has MUIA_NestedDisabled set.
Catalog submodules updated
revert changes to id_DiskType and set the fstype in the correct location.
remove debug line
add a default icon for Unknown Devices