Search found 142 matches

by ashmew2
Fri Sep 22, 2017 7:36 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

ashmew2 Clear. For downloading data you must use network events instead of timeout http://prntscr.com/gnss6k This will: 1. speed up all downloads (about x3) 2. avoid timeouts for big images Leency, I already use Network events in Netsurf.. It's problematic to do the work for network events in an ev...
by ashmew2
Thu Sep 21, 2017 8:14 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Well, yeah! It works much faster! What did you do? Did you change timeout delays by network event listening as I did in WebView? Sorry, but forms and app param still don't work. Seems like our gettimeofday() implementation in libc doesn't work correctly. I replaced that with SF 29,9 and it did the ...
by ashmew2
Thu Sep 21, 2017 12:48 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Fixed bugs with the scheduling.

Netsurf should be *much* faster now.

Let me know!
by ashmew2
Sun Sep 17, 2017 12:33 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

I've rebased to the current master branch of Netsurf, so I have a new binary. You can find latest binary here : ftp://ftp.kolibrios.org/users/ashmew2/netsurf20170917 Let me know if you run into errors. - ashmew2 Below steps are for you if you want to build Netsurf on your own machine: Steps to get a...
by ashmew2
Wed Sep 13, 2017 11:19 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Hi

libjpeg,dll can be found in Serge's toolchains from the FTP server.
Download the sdk_*.7z files and they have these libraries.

I'm writing a patch to the toolchains repo of netsurf now to get it to build.
by ashmew2
Tue Jun 13, 2017 6:56 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Leency wrote:Where do download?
If you use the netsurf installer, you can download it.
I'll attach it to this thread in a bit once I have access to my machine.
by ashmew2
Tue Jun 13, 2017 7:22 am
Forum: Ideas
Topic: appstore for future
Replies: 2
Views: 4984

Re: appstore

I have plans to work on something like this. Although that would be more along the lines of "package manager" rather than "appstore", but I think the distinction is blurred anyway. This is already being done somewhat for installing Netsurf on KolibriOS. If things work out in ther...
by ashmew2
Mon Jun 12, 2017 11:24 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

I've released a new version of nskolibrios which can be obtained using nsinstall.

This new version adds support for PNG, JPEG and GIF images.

Please make sure you add libpng16.dll and libjpeg.dll files to the kolibrios/lib directory accessibly from root of a partition.
by ashmew2
Sun Jun 11, 2017 3:29 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Hi, ashmew2 ! I've tried nsinstall, but unfortunately it doesn't work. My steps: 1. add "nsinstall" to kilibri.img root folder 2. run QEMU and open /sys/nsinstall 3. wait... (btw, how about add console output instead writing to board?) 4. get files 5. open /tmp0/1/nskolibrios Actual resul...
by ashmew2
Wed May 31, 2017 11:49 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Netsurf does not work for me. Searches for Sans.ttf font and does not find it. Opens only console and that's all. Logfiles is attached. :( Where can I get sans.ttf font? :roll: Why do you use the console with netsurf bynary file? The console is superfluous in the graphics program. It can be disable...
by ashmew2
Wed May 31, 2017 2:07 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

New binaries for netsurf and netsurf-installer! Built against Git commit tag : f7d4b915ff219accec90e4c53fa7d839dccd1745 (Netsurf git repo) - Patch libgcc to alert user if libc is not present (or not found) leading to Netsurf not starting up (check debug board) - Reduce size of executable by 4x (much...
by ashmew2
Wed May 24, 2017 1:36 am
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Hi JohnXenox, Wait for the next release =) I'll add some more logging for printing the amount of time it takes to read local files. This way we will be able to tell which phase is taking the most time (if it's the loading of the local HTML files, or it's the drawing of the loaded HTML file by browser)
by ashmew2
Sun May 21, 2017 11:52 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

I haven't tested with assoc.ini , but it's probably a good thing to have once I fix some other issues for the next release. AIUI, assoc.ini would call the Netsurf binary with <filename> as the command line argument which I havent implemented yet. Clear. Can you try to run Netsurf first, get the mai...
by ashmew2
Sun May 21, 2017 8:58 pm
Forum: Network
Topic: Netsurf
Replies: 300
Views: 187667

Re: Netsurf

Hi ashmew2. Hi JohnXenox, I think I figured out what's going on here. "You have probably not configured the folder /kolibrios. In order to do this, copy the folder /kolibrios and the file kolibri.lbl from the distribution kit to the root of some partition accessible from KolibriOS, so that /hd...