|
Re: New update |
Posted on: 2011/10/18 17:33
#21 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/9/11 11:31 From Russia
Posts: 3846
|
@CrhisH
Quote:
Haha , i thinking about the same lateley :) Expectually when i read that now TW if based on 4.0.1 sources, i thinking about write a "maybe better to finish 4.0.0 at the first, and release, to give users something usable already", but .. but maybe it was not that hard to apply new changees. After all its shouldn't be hard to apply changes beetwe 4.0.0 and 4.0.1 version of any software (should be no radical changes). |
|
|
Re: New update |
Posted on: 2011/10/18 17:40
#22 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/2 3:55 From Italy, Perugia
Posts: 2745
|
Yep altrough "radical changes" was not implemented even during the development of the 4.0 to --> 8.0, but of course they are surely bigger than the simple switch from 4.0 to 4.0.1
|
|
|
Re: New update |
Posted on: 2011/10/18 18:03
#23 |
---|---|---|
Amigans Defender
![]() ![]() Joined:
2006/11/17 22:40 From England
Posts: 2862
|
@tfrieden
Firstly, thanks for the update. Quote: However, the menus need to confirm to certain standards, like being able to show custom images and nesting depth. The former is possible with Amiga Menus, but I'm not sure about the latter (it's been ages since I've last written more complex intuition code). Yes, images in menus are perfectly possible - however I can't get them to work. If you get some working code can you post an example? I've tried everything (even resorting to poking old style struct Image* into the Intuition menu structure) and can't get images to work (you can read more here... but ostensibly they must do as the checkmark, Amiga key logos etc are technically images. Nesting depth, menus are limited to one submenu, however the Intuition menu structure doesn't preclude having more levels, so a suitable update to Intuition to make them display should resolve this one ![]() I can see menu length being a problem; at the moment when the menu is too long for the screen there is no way of getting to items that have fallen off the bottom of the screen. Firefox puts a scrolly arrow on the bottom, it would be good to see this in Intuition too. |
|
|
Re: New update |
Posted on: 2011/10/18 18:05
#24 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2007/10/25 9:21 From Gothenburg / Sweden
Posts: 1102
|
Thanks for all the info on the browser and compare to owb as this is what i use and the speed is good on my a1. So firefox will to be usefull hopefully :) Looking forward to try it out. Keep up the good work :)
|
|
|
Re: New update |
Posted on: 2011/10/18 18:09
#25 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/11/30 18:43 From Norway
Posts: 2416
|
Yes, this is great news indeed. Looking forward to test this beauty.
![]() Oh,the video on the grab does work? ![]() |
|
_________________
Sam460 Lite |
||
|
Re: New update |
Posted on: 2011/10/18 19:57
#26 |
---|---|---|
Amigans Defender
![]() ![]() Joined:
2006/11/26 23:16 Posts: 980
|
Quote:
i take it there may be a version running at amiwest this weekend? That is my plan yes. I am bringing along my X1000 system and it will be available to try at the Hyperion table. Timberwolf is already loaded up on it. I hope you can make it this year. Should be a fun time! |
|
|
Re: New update |
Posted on: 2011/10/18 23:59
#27 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2010/5/16 11:20 From Grimsby, UK
Posts: 914
|
Quick question for 'The Brothers', will this Alpha-release of TW come with command line/OpenURL support?
|
|
|
Re: New update |
Posted on: 2011/10/19 6:19
#28 |
---|---|---|
Just popping in
![]() ![]() Joined:
2009/2/26 11:53 Posts: 41
|
|
|
|
Re: New update |
Posted on: 2011/10/19 8:19
#29 |
---|---|---|
Not too shy to talk
![]() ![]() Joined:
2008/5/2 12:14 From Sweden
Posts: 419
|
Quote:
Yes I also find this sad. Stuff like Amiga menus and icons here and there are not important at all. But the problem is that non-developers don't get the amount of time it takes to do programming in general, especially not free-time programming when you have a day job and possibly also a family. Stuff like inline HTML5 video is much more important than native menus and seeing it already basically works makes me happy. Otherwise I would not have demanded it because of the potentially huge amount of work to get it working. Btw. I tried TenFourFox on my MacMini G4 with youtube and HTML5 video and it was pretty damn jerky (in 320p). And TenFourFox still has a lot of Altivec acceleration. I think collaborating with the TenFourFox ppl and use their PPC accelerated code for various stuff would be a very good idea! Their JS-engine is among the fastest apparently. |
|
_________________
Software developer for Amiga OS3 and OS4. Develops for OnyxSoft and the Amiga using E and C and occasionally C++ ![]() |
||
|
Re: New update |
Posted on: 2011/10/19 9:06
#30 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/5/19 13:23 Posts: 2815
|
@Chris Quote:
however the Intuition menu structure doesn't preclude having more levels, so a suitable update to Intuition to make them display should resolve this one There are several restrictions which prevent multiple levels. I posted about it once here (in reply to you I think). Mainly the way menu events are encoded, but IIRC that scheme is also used by a member of a particular data structure. So it is not as easy as it appears :( EDIT: Found it, so you can see what I thought the problems would be. |
|
_________________
Author of the PortablE programming language. I love using Amiga OS4.1 on my A1-X1000 & Sam440 ![]() Don't forget the official support forum for OS4! |
||
|
Re: New update |
Posted on: 2011/10/19 9:51
#31 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2006/11/30 11:30 From Finland
Posts: 1281
|
@ChrisH
Quote:
MenuItem structure could be extended to add a new better way to point to the next item selected (Flags field could f.e. be used to differentiate extended menu item from normal one). The IAddress field of IDCMP_MENUPICK message is not defined ATM (according RKRM: Libraries at least) so it could f.e. be used to point to the first selected menu item or to a structure containing additional data. ItemAddress() can be made obsolete and a new replacement function can be introduced if necessary. Old programs will still have the same old menu limits but that isn't much of a problem IMHO. |
|
|
Re: New update |
Posted on: 2011/10/21 10:14
#32 |
---|---|---|
Just popping in
![]() ![]() Joined:
2006/11/24 17:08 From Aachen, Germany
Posts: 177
|
Regarding the video replay: Yes, it's slow. We'll see what we can do. I wouldn't expect miracles, though, since I have a 2 GHz Intel notebook that also can't play anything but 360p decently.
I'm watching TenFourFox but right now, I'm not willing to embark on JS optimization yet. First, I want to finish the browser, then see about adding features and optimizing it. Stable code basis, then branch out. Anything else will lead to nightmare testing and hard to track bugs. As such, there will most likely not OpenURL support in it at the beginning, although that is sufficiently easy to add. TenFourFox did not make the JS engine, they fixed the JIT for PPC, afaik. |
|
|
Re: New update |
Posted on: 2011/10/21 12:23
#33 |
---|---|---|
Just popping in
![]() ![]() Joined:
2006/12/5 21:26 From Planet Boing
Posts: 68
|
Quote:
BTW, I post this from Timberwolf on the AmigaOne X1000 ;) Why you lucky bastard!! ![]() |
|
|
Re: New update |
Posted on: 2011/10/21 13:29
#34 |
---|---|---|
Just popping in
![]() ![]() Joined:
2008/11/20 20:09 Posts: 202
|
@Deniil
Quote:
I wonder how they achieved so poor results then. On a MacMini G4, H264/WebM 360p playback in WebKit/OWB takes about 80% cpu in plain cairo image surface mode (most of the time being spent in cairo), and 20% when using overlay mode. And FireFox/TenFourFox on OSX surely has some kind of HW acceleration for Cairo, so there's really no excuse... |
|
|
Re: New update |
Posted on: 2011/10/23 9:21
#35 |
---|---|---|
Not too shy to talk
![]() ![]() Joined:
2009/10/6 18:09 From Italy
Posts: 312
|
@Fab
Seems weird to me too, judging from their website "they brought PPC users all kinds of Altivec acceleration" and they also say that video would be slow on CPUs slower than 1250Mhz, aren't Mac minis faster than that? I also noticed this however: "TenFourFox comes in tuned builds for specific processor families. Choosing the wrong one could make the application crash, or run poorly." Could it be that Deniil downloaded the wrong version? |
|
_________________
SamFlex Complete System + AmigaOS4.1 Update 4 Amiga 2000 GVP GForce-040 Picasso II AmigaOS3.9 BB2 Amiga CD-32 |
||
|
Re: New update |
Posted on: 2011/10/23 13:07
#36 |
---|---|---|
Just popping in
![]() ![]() Joined:
2006/11/24 17:08 From Aachen, Germany
Posts: 177
|
For those wanting to see TW in action, check the frontpage
|
|
|
Re: New update |
Posted on: 2011/10/23 19:54
#37 |
---|---|---|
Guest_
|
Good. Hope it goes beta this year, on everyone`s joy.
Well deserved bounty ![]() |
|