AROS ABIv0 Development Thread

deadwood · 22556

Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #105 on: December 24, 2020, 02:36:35 PM
the code is not updated to the latest innovations introduced perhaps deadwood can give you more information where to retrieve it :)
« Last Edit: December 24, 2020, 02:43:12 PM by salvo »




braincure

  • Newbie
  • *
    • Posts: 36
    • Karma: +2/-0
Reply #107 on: December 24, 2020, 03:05:36 PM
Deadwood.Can you give me a link to download it?



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #108 on: December 24, 2020, 03:08:37 PM
Deadwood.Can you give me a link to download it?

Please check the first post in this thread. The links and instructions are there.




AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #110 on: January 15, 2021, 05:27:51 PM
@deadwood

On AROS x86 there is an old bug that still manifests itself, basically if you try to rename an icon "without associated file or folder", the system crashes,

This problem exists also on AROS 68k

I'm testing your distribution integrated in my AROS One and I must say that the system is much faster, thanks for your great work !


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #111 on: January 19, 2021, 02:44:07 AM
I report two more problems with Icons:

- On Wanderer if you move a Folder/File Icon into another folder, the source cartel/file is not deleted

- Folder/File icon name cannot be renamed Upper/lower case "Error already exist".






miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #112 on: February 02, 2021, 02:35:26 PM
deadwood

I have some new code and apps for ABIv0 that I've been working on in ABIv1.

Several updated datatypes and SuperMultiView with Save As IFF and Save As PNG. Both work after an update to picture datatype to add DT_WRITE for ILBM.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #113 on: February 03, 2021, 01:52:40 PM
Great! Is this code already merged to AROS master? If so it will eventually appear in ABIv0 without you needing to do anything, though it can take several monts before I catch up. If you want it earlier, you can prepare a pull request and I will merge it as well.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #114 on: February 03, 2021, 02:38:07 PM
deadwood

Some of the datatypes have been merged such as bmpx (bmp) and updated gif datatype. I have other changes that have not been merged for jpeg to allow reading 8bit b/w images and save functions for targa and pcx dataypes. I also wrote a working Save ILBM function for ilbm datatype. Not fully merged yet.

SuperMultiView or whatever you want to call it also hasn't been merged mostly because there is some disagreement about being true to the Amiga model and not introducing Save As PNG.
« Last Edit: February 03, 2021, 02:44:56 PM by miker1264 »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #115 on: February 03, 2021, 02:45:49 PM
Ok, understood.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #116 on: February 03, 2021, 03:23:53 PM
What I've been working on recently is the concept of 'Icon Alias' using Icon Library using an IconList from a selected IconSet to display alternate icons.

I have had some success with that. I'll work more with it to see what's possible. I think the alternate images and the original icon type is all I need. Not sure about stacksize and tooltypes.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #117 on: February 03, 2021, 03:47:32 PM
@deadwood

On AROS x86 there is an old bug that still manifests itself, basically if you try to rename an icon "without associated file or folder", the system crashes,

This problem exists also on AROS 68k

I'm testing your distribution integrated in my AROS One and I must say that the system is much faster, thanks for your great work !

In Wanderer that has been fixed in ABIv1 sources. It should copy and rename unassociated icons correctly now in the latest sources.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #118 on: February 20, 2021, 01:33:33 PM
Hi All,

As new ABIv0 release is made, I'm locking this topic.