exec.pl 
  Login
Username:

Password:

remember me

Lost Password?

Register now!

Contact us here.
  Main Menu
   Home
Forums
News
Images
Headlines
Classifieds
Articles
Too Hot to handle
Recent Topics
  Donations
23%
  Content
  Statement of Intent
  Terms Of Service
  IRC Channel
  Poll Manual
  Radio Amigans
  Staff Members
  Article HowTo
  Links
 In cooperation with:
   eXec
   OS4Depot.net
   OpenAmiga
   OS4Welt
 Other sites:
   AmigaOS4
   IntuitionBase
   UtilityBase
   Amiga Flame
   Amigaspirit
   AmiKit
   Aminet
   AmiBay
   AmigaBounty
  Who's Online
19 user(s) are online (5 user(s) are browsing Forums)

Members: 3
Guests: 16

Spirantho, orgin, abalaban, more...
  Recent OS4 Files
OS4Depot.net
9 Feb am01:12
 bef.tgz
 game/action

8 Feb pm05:11
 filer_german.lha
 utility/filetool

8 Feb pm02:09
 filer_fr.lha
 utility/filetool

8 Feb pm02:09
 spritecreator.lha
 development/utility

8 Feb am05:46
 amilines.lha
 game/puzzle

8 Feb am01:11
 filer_spanish.lha
 utility/filetool

8 Feb am01:10
 filer_italian.lha
 utility/filetool

7 Feb pm04:53
 filer_swedish.lha
 utility/filetool

7 Feb pm04:27
 filer.lha
 utility/filetool

7 Feb pm03:27
 neat.lha
 development/library

  Search

Advanced Search
  Themes

(1 themes)

Browsing this Thread:   1 Anonymous Users


Bottom  Previous Topic  Next Topic  

« 1 2 3 4 (5) 6 7 8 ... 10 »

nexus  [image]
Re: Firefox coming to OS4.1 !!!
Quite a regular

Posts: 60
Posted on: 2009/10/7 16:29:24
@rouge

is it difficult (after a successul firefox port) also to port thunderbird?

If not another bounty is maybe worthwhile?

Thanks for porting firefox!

nexus


Offline
Transfer the post to other applications Transfer Top


Alpyre  [image]
Re: Firefox coming to OS4.1 !!!
Just popping in

From:
Samsun
Posts: 16
Posted on: 2009/10/7 16:34:45
@Rogue

Amizilla people have already begun discussing about transfering the %25 of the bounty to the Timberwolf bounty (as long as the sources are released...)

I am an OS3 person... However I am really proud of the developments on OS4 and respect the developers...

I don't understand why there shoud be a division or war between the people in the same community... Ain't we all "Amigans"...

I've painted temporary icons for your project...
Until Ken and Mason paints greater ones, you can use these...


TimberWolfIcons.lha

Please take these as a sign of respect and good will...

Keep up the good work...


Offline
Transfer the post to other applications Transfer Top


nubechecorre  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 1048
Posted on: 2009/10/7 16:35:58
@Rogue

just a curiosity , (as you told about speed improvments), has been added in video driiver the hardware support for the video playback ? sorry i don't know the exact name, but i know that radeon gfx card ( maybe also nvidia ) has hw accelleration for video playback.. this could be usefull for programs like dvplayer or mplayer..

Thanks


Offline
Transfer the post to other applications Transfer Top


Raziel  [image]
Re: Firefox coming to OS4.1 !!!
Amigans Defender

From:
The Pillars / Nosgoth
Posts: 1531
Posted on: 2009/10/7 16:46:35
@Alpyre

Which sources going to be released is clearly stated in the Bounty Project description.

And for the discussion...i don't think the Bros. do it for the money

Neat icon, btw, could you do one a little bigger? 32 pixels, maybe?


Offline
_________________
If slaughterhouses had glass walls, everyone would be a vegetarian ~ Paul McCartney
Did everything just taste purple for a second?
Transfer the post to other applications Transfer Top


glames  [image]
Re: Firefox coming to OS4.1 !!!
Quite a regular

From:
France, Nantes
Posts: 50
Posted on: 2009/10/8 16:16:36
@Frieden brothers,

Thank you.

Your work is really appreciated.

[Edited for typo]


Offline
Transfer the post to other applications Transfer Top


Chris  [image]
Re: Firefox coming to OS4.1 !!!
Site Builder

Posts: 1192
Posted on: 2009/10/8 17:51:05
@Rogue

Hi Hans-Joerg

Here is some sample code which shows the speed difference between clipped and unclipped Cairo operations. It's a little contrived and does half a millionn operations to exaggerate the problem.

The source and a ready-created executable is in the archive.

Here is the output I get:
took 26 secs (with clipping & with rectangles)
took 19 secs (without clipping & with rectangles)
took 7 secs (with clipping & without rectangles)
took 0 secs (without clipping & without rectangles)

As you can see, it is taking seven seconds to set the clipping for these operations, no matter whether anything is being drawn or not. In real-life situations this is clearly visible (even with what I suppose is much less than 500 000 operations). As I said, I can compile NetSurf here with full Cairo support, and I have been able to prove it is the clipping which makes it unuseable in that configuration. I can provide binaries of this if you wish to test for yourself.

Regards
Chris

Attach file:


zip RAM Disk:cairocliptest.zip Size: 5.02 KB; Hits: 48


Offline
Transfer the post to other applications Transfer Top


Chris  [image]
Re: Firefox coming to OS4.1 !!!
Site Builder

Posts: 1192
Posted on: 2009/10/8 22:35:48
On further investigation, it apepars that the slowness stems from the cairo_rectangle() between cairo_reset_clip() and cairo_clip(). I don't understand why this is here (copied from gtk code), but if I take it out then Cairo fails to draw anything.

Perhaps you can explain why this is the case and/or have a workaround which doesn't involve calling a slow function on every clip set?

Chris


Offline
Transfer the post to other applications Transfer Top


Rogue  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 470
Posted on: 2009/10/9 11:02:38
@Antique

Quote:

Antique wrote:
@Rogue

Will you try to let the plugins work or some or isn't this a high pri?)


If you mean by plugins the add-ons for Firefox, they should work unless they require OS-specific version (for example, PicLens will require a specific OS).

Plugins like a flash player will be a high priority to get working after the original browser runs.


Offline
_________________
hippopotomonstrosesquipedaliophobia
The fear of long words

FriedenHQ - my personal website
The Way Inn - our Neverwinter Nights server
Transfer the post to other applications Transfer Top


Rogue  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 470
Posted on: 2009/10/9 11:09:41
@nexus

It should be possible to port Thunderbird and Sunbird and the Seamonky suite after Firefox, the base facilities are there. It will be work, but not as much as the initial port.

@Alpyre

Nice icon :) Thanks!

I'm afraid that a release of the source code is very unlikely at this stage, even more so considering the reactions on AW.net.

@Chris

I ran the test on my machine and get 6, 4, 3 and 0 seconds... so I would say yes, there is an improvement :)


Offline
_________________
hippopotomonstrosesquipedaliophobia
The fear of long words

FriedenHQ - my personal website
The Way Inn - our Neverwinter Nights server
Transfer the post to other applications Transfer Top


Kicko  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

From:
Gothenburg / Sweden
Posts: 444
Posted on: 2009/10/9 14:47:25
@DAX

If i didnt welcome you before i say it now. Welcome. You sound like a good fellow. Please fix an avatar so i can see you better :). For example this http://shop.wax-affair.ch/images/tmp_cleanbusiness/dax-red.gif

@Roque

Will be nice too see some beta later on


Offline
Transfer the post to other applications Transfer Top


DAX  [image]
Re: Firefox coming to OS4.1 !!!
Just can't stay away

From:
Italy
Posts: 109
Posted on: 2009/10/9 15:18:06
@Kicko

Thanks!

That was truly fun! ^__^

My name's David, by the way I used to play a lot of coin ops back in the day and since they mostly allowed 3 letters in the "Records Screen" I ended it with an X (very old nick).

I will try to upload an avatar ASAP (maybe more amiga related than the nice Hair-Gel ).

@Rogue
You're our Hero! Hope to get my hands on that beautiful update I tried at Pianeta Amiga soon (don't worry I'm not gonna ask when will it be available )!


Offline
Transfer the post to other applications Transfer Top


Chris  [image]
Re: Firefox coming to OS4.1 !!!
Site Builder

Posts: 1192
Posted on: 2009/10/11 15:05:03
@Rogue

Good to hear


Offline
Transfer the post to other applications Transfer Top


kas1e  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 554
Posted on: 2009/10/12 14:54:57
@all
just to fire up a bit interest about bounty:

3076.18 EUR Out of 3215.9 EUR originally submitted.

:) imho that nice. Not sure that brothers think that it can be more than 2thousands, but now it's 3, and i think after they will release any test version, bounty will growing up twice. (personally i am will spend 100 eur when will have chance to run first alpha-beta version).


Offline
Transfer the post to other applications Transfer Top


redfox  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 169
Posted on: 2009/10/12 15:02:19
I've just seen the 24 pages of responses to the Firefox news item on AW.

Anyways ...

Thankyou Hans-Joerg Frieden and Thomas Frieden for taking on this project.

My son uses Firefox all the time on the pc and he swears by it.

I use OWB, NetSurf, AWeb and IBrowse on my MicroA1.

Looking forward to Timberwolf.

Thanks,
redfox


Offline
Transfer the post to other applications Transfer Top


QuikSanz  [image]
Re: Firefox coming to OS4.1 !!!
Not too shy to talk

From:
Huntington Beach, Ca.
Posts: 36
Posted on: 2009/10/12 18:20:01
@Rogue

Nice work! Love you two Bro's. Any "guesstimate" on when we may hear about "The Ambitious Project"? Just checking.

Keep up the excellent work.
Thank you,
Chris


Offline
Transfer the post to other applications Transfer Top


Raziel  [image]
Re: Firefox coming to OS4.1 !!!
Amigans Defender

From:
The Pillars / Nosgoth
Posts: 1531
Posted on: 2009/10/14 14:45:26
@thread

In case anyone missed it: Gecko is working!!!


Offline
_________________
If slaughterhouses had glass walls, everyone would be a vegetarian ~ Paul McCartney
Did everything just taste purple for a second?
Transfer the post to other applications Transfer Top


samo79  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

From:
Italy, Perugia
Posts: 520
Posted on: 2009/10/14 14:48:06
That's great


Offline
Transfer the post to other applications Transfer Top


Antique  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

From:
Norway
Posts: 948
Posted on: 2009/10/14 15:48:24
This is great news. Keep up the good work.

Hope the bounty goes past the sputnik bounty soon. Deserves that.


Offline
_________________
Sam 440ep 667Mhz 500GB HD AmigaOS 4.1
Transfer the post to other applications Transfer Top


Kicko  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

From:
Gothenburg / Sweden
Posts: 444
Posted on: 2009/10/14 15:53:36
Great news. Keep up the good work :)


Offline
Transfer the post to other applications Transfer Top


kas1e  [image]
Re: Firefox coming to OS4.1 !!!
Home away from home

Posts: 554
Posted on: 2009/10/14 17:11:10
Cool ! I hope that refreshing problem will be solved and refresh/scrolling will be the same fast as on OWB ;)

But indeed, if Gecko almost working now, then it's more than half of way are passed. I feel that soon we will have chance to see first alpha version :)


Offline
Transfer the post to other applications Transfer Top



Top  Previous Topic  Next Topic  
« 1 2 3 4 (5) 6 7 8 ... 10 »

You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]


Home
Graphics by Martin "Mason" Merz & Ken "klesterjr" Lester © 2006-2007
Theme by Henning Nielsen Lund & Björn Hagström

Contact the website owners