Re: [SailfishDevel] ListView , Image with large height and EGL errors

2019-06-01 Thread AL13N
On vrijdag 31 mei 2019 01:57:52 CEST AL13N wrote: I have a ListView with an ListItem delegate and an Image in it; when i have 2 images with a large height on it next to each other, after scrolling to it, i get an EGL Texture error . doing this on a computer does not show

Re: [SailfishDevel] ListView , Image with large height and EGL errors (AL13N)

2019-06-01 Thread AL13N
I have a qml only app... i found out experimentally that the limit is at 4096 for Y; but only in a ListView; if i do regular images, then there is no such limit... (which seems weird) Slava Monich schreef op 2019-05-31 23:18: Those who don't like the idea of hardcoding 3264 (or any other

Re: [SailfishDevel] ListView , Image with large height and EGL errors (AL13N)

2019-05-31 Thread AL13N
I actually did: width: parent.width asynchronous: true cache: false sourceSize.width: width for this thing; the height it still like 8000 pixels high, even with width == the jolla1 pixel width. thing is, i get black for those long images, and an EGL Texture error. short ones are done fine.

Re: [SailfishDevel] Wiki page for writing .spec files

2019-05-31 Thread AL13N
You can probably base your .spec file on one the many opensource apps: eg: mine: https://github.com/alien9/harbour-followme/blob/master/harbour-followme.spec mine is for a qml-only with pyotherside app, but you can probably use it as a base for your own. Oskar Roesler via Devel

[SailfishDevel] ListView , Image with large height and EGL errors

2019-05-30 Thread AL13N
Image and they are anchored, then scrolling through them is not a problem at all. I suspect it has something to do with how the ListView is instantiating the image, maybe parallel initialization or something? anyone have an idea for a workaround? AL13N

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread AL13N
2014 12:22:36 schreef Janne Pulkkinen: QtMultimedia doesn't seem to work at the moment, so at the moment I'm using MediaPlayer with GStreamerVideoOutput: https://github.com/Matoking/Filetug/blob/master/qml/pages/fileView/Video.qml 2014-02-16 11:04 GMT+02:00 AL13N al...@rmail.be: Hi, I

Re: [SailfishDevel] No inbox?

2014-01-07 Thread AL13N
Op dinsdag 7 januari 2014 10:32:04 schreef Valerio Valerio: Hi, On 05/01/14 19:36, Chris Walker wrote: On Thu, 2 Jan 2014 11:18:45 + Chris Walker cdw_noki...@the-walker-household.co.uk wrote: On Thu, 02 Jan 2014 12:50:08 +0200 Jonni Nakari jo...@egarden.fi wrote: On

Re: [SailfishDevel] No inbox?

2014-01-07 Thread AL13N
Op dinsdag 7 januari 2014 13:40:31 schreef Chris Walker: On Tue, 07 Jan 2014 12:34:31 +0100 AL13N al...@rmail.be wrote: [snip] and... did you try IMAP protocol manually via telnet or openssl... or even with a wireshark checked what actually goes on? I'm not going to install wireshark

Re: [SailfishDevel] Input file tag in Sailfish browser?

2014-01-07 Thread AL13N
Op dinsdag 7 januari 2014 21:09:01 schreef Graham Cobb: Is the input file tag supposed to work in the Sailfish browser? If I use... input type=file id=files name=files[] multiple / I get an input box shown, with a button labelled Browse... but nothing happens if I touch on it. there is

Re: [SailfishDevel] Connman OpenVPN

2014-01-05 Thread AL13N
Op zondag 5 januari 2014 01:59:29 schreef Matthias Fulz: Hi, I'm working on a OpenVPN client for my Jolla, but it seems that connman is bugging around here: this is the comman which will be used by connman: openvpn --remote olz.dyndns.org --ca /home/nemo/OpenVPN/ca.crt --cert

Re: [SailfishDevel] SDK / Deploy / Problem with subprojects

2014-01-05 Thread AL13N
Op zondag 5 januari 2014 14:10:22 schreef Putze Sven: Hi there, let's assume I've got an umbrella project file myApp.pro which is in some BaseDir: TEMPLATE = subdirs SUBDIRS = myAppLogic myAppSFOS CONFIG += ordered myAppSFOS.depends = myAppLogic There are 2 subprojects, first there

Re: [SailfishDevel] Sending emails from an app

2014-01-02 Thread AL13N
Op vrijdag 3 januari 2014 01:28:17 schreef Andrey Kozhevnikov: only mailto:em...@address.com; and its fields allowed afaik. [...] and i suppose the user will just see the email app on compose with prefilled fields so the user has to accept it? ___

Re: [SailfishDevel] Cannot activate Developer mode

2013-12-31 Thread AL13N
Op dinsdag 31 december 2013 07:16:36 schreef christopher.l...@thurweb.ch: Hi David Zitat von David Greaves david.grea...@jolla.com: Having 2 Chris-es in the thread is a touch confusing but I think you have dev mode working. It confuses me as well, and I am one of the Chrises - hence

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread AL13N
, David Greaves david.grea...@jolla.com wrote: On 26/12/13 00:23, AL13N wrote: ... is open! Go there and contribute with ideas :) awesome idea... hadn't thought of that. some things: 1. bad search (results in too much duplicates) 2. wiki post is a bit useless A) either remove wiki post B

Re: [SailfishDevel] together.jolla.com

2013-12-25 Thread AL13N
... is open! Go there and contribute with ideas :) awesome idea... hadn't thought of that. some things: 1. bad search (results in too much duplicates) 2. wiki post is a bit useless A) either remove wiki post B) or ability to make a real wiki post * no answers * no comments *

Re: [SailfishDevel] Harbour reporting works or not?

2013-12-22 Thread AL13N
There was some public (or at least semi-public) announcement that download counters in harbour are going to work some time soon. Hence they don't work right now. It would be cool if Harbour UI would at least have some sort of a label just a demo for now on the elements that are not

Re: [SailfishDevel] Jolla owner - day 1

2013-12-22 Thread AL13N
I like it! But then again I knew I would ;) However as it is a beta release of the software, here's my list of issues collected so far. Mail client: [...] - Cover shows 0 unread although both current folder and inbox has unread msgs. this is probably not the unread, but recent, ie: new

Re: [SailfishDevel] Harbour reporting works or not?

2013-12-20 Thread AL13N
My app has been published for more than two weeks but the download count still is zero. I know there are few users but still expect a few downloads. Anyone see non-zero download in their reports? someone told me that harbour download counts are 0 the download count on the phone itself should

[SailfishDevel] cacert app -- integrated keychain -- nfc keychain passphrases -- multiple identities

2013-12-19 Thread AL13N
First I was thinking on email, and that imaps is really the only good way 1. certificates are verified too, so that's good... 2. then i was thinking that my certificates were certified by http://cacert.org/ . 3. then i was thinking that maybe a cacert.org app should be made (if that is

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread AL13N
I'm investigating to see if it is possible to create a network monitor for SailfishOs. Something like https://play.google.com/store/apps/details?id=com.mobidia.android.mdmfeature=search_result I can read simple received/sent statistics from /proc/net/dev , but it would be more interesting to

Re: [SailfishDevel] working on apps?

2013-12-15 Thread AL13N
I'm porting the modRana flexible navigation system[1][2] to Sailfish and I plan to also port the Mieru offline manga and comic book reader[3][4]. :) what about MangaWhat ? i use that one :-) ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] working on apps?

2013-12-15 Thread AL13N
Currency Converter: https://github.com/tanghus/currency-converter-qml Kitchen Timer: https://github.com/tanghus/kitchen-timer-qml The capcha for your site is ridiculous, so posting it here instead :) It's not my site (it's for embedded linux), but that captcha _is_ ridiculous... i couldn't

Re: [SailfishDevel] working on apps?

2013-12-15 Thread AL13N
On 15/12/13 17:41, AL13N wrote: Currency Converter: https://github.com/tanghus/currency-converter-qml Kitchen Timer: https://github.com/tanghus/kitchen-timer-qml The capcha for your site is ridiculous, so posting it here instead :) It's not my site (it's for embedded linux

Re: [SailfishDevel] A new Jolla phone user - after 2 days of use

2013-12-14 Thread AL13N
Hi, Moving from N9/Meego two days ago, I find Jolla/Sailfish very easy to use, and have some feedback (wishlist?). I hope this is the right place for this feedback, otherwise please point me to the correct place. i'm not a jolla dev, nor do i have a jolla, but i'll reply and give my

[SailfishDevel] working on apps?

2013-12-14 Thread AL13N
if there are people who are working on apps, and want to let it know, so that no other devs will waste time making the same apps, you can add these here: http://elinux.org/Jolla in the appriopriate section. Thanks! ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] working on apps?

2013-12-14 Thread AL13N
WhatsApp client. awesome! alot of people will want this! added... ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Files have insufficient permissions when using Android applications

2013-12-11 Thread AL13N
Janne Pulkkinen jannep...@gmail.com writes: I've noticed that when I download files using Firefox, or try to open, copy or in overall handle files using ES File Manager or other Android applications like game emulators, the actions often fail. However, after I changed the file and