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

2019-06-01 Thread AL13N
er images. grtz, Sander 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 co

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 num

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. b

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 schr

[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
Op maandag 17 februari 2014 00:23:32 schreef Mohammed Hassan: > On Sun, Feb 16, 2014 at 11:08:10PM +0100, AL13N wrote: > > Op zondag 16 februari 2014 19:34:29 schreef Mohammed Hassan: > > > On Sun, Feb 16, 2014 at 04:31:24PM +0100, Ove Kåven wrote: > > > > Den 16

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread AL13N
Op zondag 16 februari 2014 19:34:29 schreef Mohammed Hassan: > On Sun, Feb 16, 2014 at 04:31:24PM +0100, Ove Kåven wrote: > > Den 16. feb. 2014 11:32, skrev AL13N: > > >Hi, but then... how is the gallery video playback working??? it uses > > >VideoOutput as well... >

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread AL13N
} Op zondag 16 februari 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

Re: [SailfishDevel] Possible to play video with gst-launch?

2014-02-16 Thread AL13N
but then... how is the video viewing in gallery working??? it uses VideoOutput... ??? Op donderdag 9 januari 2014 22:59:50 schreef Jens Persson: > As noone has replied yet gst-launch is probably not supporting video > streams ... yet. :) Great tool for debugging pipelines and codecs so > hopefull

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread AL13N
Hi, I have the same issue as below... i compared with the qml of the Gallery Video play... i even tried static source with autoplay and autoload like this: Page{ anchors.fill: parent SilicaFlickable { anchors.fill: parent Rectangle { color: "black" anchors.fill: parent

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... > > > > I get an input box shown, with a button labelled "Browse..." but nothing > happens if I touch on it. there is no file picker yet... i guess that cou

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 wrote: > > [snip] > > > and... did you try IMAP protocol manually via telnet or openssl... or > > even with a wireshark checked what actually goes on? > > I&#x

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 wrote: > >> On Thu, 02 Jan 2014 12:50:08 +0200 > >> > >> Jonni Nakari wrote: > >>> On 02.01.2014 12:23, Chris Walker wrote: >

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, fir

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] 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? ___ S

Re: [SailfishDevel] Cannot activate Developer mode: SOLVED!!!!

2014-01-02 Thread AL13N
Op woensdag 1 januari 2014 17:39:09 schreef christopher.l...@thurweb.ch: > Hi all > > Firstly, a very very happy new year to all members of this list. I > have a glass of wine next to me as I write this, and I raise it to all > of you. > > I have just successfully updated to 10.0.2.5, and been ab

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" : > > 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 this new thread!

Re: [SailfishDevel] Daemons in app store. And/or other ways of getting activated on event/schedule

2013-12-29 Thread AL13N
IMHO, we should contribute such stuff to mer/nemo (possibly using dbus) and make an app for it here. daemons as apps seems ludicrous to me... > Hi All > > If I read Harbour FAQ correctly, you are not allowed to install daemons > (as > you are not allowed to write to /etc/init.d). Okay, hacks are

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread AL13N
> P.S.: I was so bold to use this thread because it fitted most but it's not > a direct comment to the preceding mails... > > > On 26.12.2013, at 12:33, David Greaves wrote: > >> On 26/12/13 00:23, AL13N wrote: >>>> ... is open! Go there and contribute with ide

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 * eas

Re: [SailfishDevel] Jolla hostname == localhost

2013-12-24 Thread AL13N
> I noticed that jolla has as hostname localhost. Could this be changed to > another name as right now there could be only one jolla-device known by > my local DNS-DHCP-combo. Did not find any /etc/hostname or /etc/HOSTNAME > files to change this. Is the hostname buried somewhere in dbus ? maybe

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

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] 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 shoul

[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 possible)

Re: [SailfishDevel] Is there any way to report a bug?

2013-12-18 Thread AL13N
nt from how Nokia worked... but if it's lack of resources to triage it, for instance, i'm sure considering the openness of this, that alot of people would want to help out and triage bugs in a community bugtracker... personally, i liked to have this

Re: [SailfishDevel] Is there any way to report a bug?

2013-12-18 Thread AL13N
[...] > We're trying to sort out our policy for handling bugs like this - eg do we > give > you the internal bug #. If we do then how do we notify you of changes etc? > How > much effort needs to go into de-duping bugs? > > Some people may recall the Maemo bugzillla was not a total success (!) in >

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.mdm&feature=search_result > > I can read simple received/sent statistics from /proc/net/dev , but it > would be more interest

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 :) >>

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
> 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-14 Thread AL13N
> WhatsApp client. awesome! alot of people will want this! added... ___ SailfishOS.org Devel mailing list

[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 lis

Re: [SailfishDevel] Sailfish app to monitor network traffic ?

2013-12-14 Thread AL13N
> Hi all, > > A question to those who already received their Jolla phone: is there an > application to monitor the amount of data going over the network, > especially over the 3G/4G connection ? > > If not, is there already someone developing one? > > Otherwise I might have a go at it. I added you

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 thou

Re: [SailfishDevel] Keeping my app cover in task manager at all times. Possible?

2013-12-12 Thread AL13N
I had been thinking on this... it might be useful for a user to pin a app (cover) into place, it should always be the same place, for easy remembrance and preferably on reboot it would start automagically (and as a result also restart when you stop it) something for a pulley menu or a long press m

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

2013-12-11 Thread AL13N
> Janne Pulkkinen 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 directory perm

Re: [SailfishDevel] Cellular network information

2013-12-05 Thread AL13N
Sorry to interrupt here, but this kind of thing is what i would like to have secure in the future... for any group of apps to run in a different user and have some kind of deny by default access levels, which can still be overrided by user and/or jolla (or packaging) in order for apps not being a

Re: [SailfishDevel] community thoughts on app security

2013-12-01 Thread AL13N
> 2) Sandboxes are limiting, but matter. It is way more difficult to freeze > to death or misuse iPhone than Android. That probably goes against > Mer/Sailfish philosophy though. IMHO: Sandboxing is something that helps for security and QA, and if it's done structurely, it might even help develop

[SailfishDevel] community thoughts on app security

2013-11-30 Thread AL13N
plz see the thoughts of 'users' on app security (compiled from IRC #jolla) to be found here: (on section of same name) http://elinux.org/Jolla additionally, there's also stuff on jolla hardware there, and some thoughts on defined services on apps(system) for other apps (maybe dbus stuff?) i don