Re: [SailfishDevel] PulleyMenu and Combobox and make it possible to dynamic add items

2013-06-16 Thread Mohammed Hassan
On Sun, Jun 16, 2013 at 12:31:20PM +0200, Mikael Hermansson wrote: I just wonder if there is a plan for dynamic items in PulleyMenu and Combobox? Right now it seems its only possible to add static items in compile time? IMHO it would be better if PulleMenu/Combobox using MVC approach same

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-12 Thread Mohammed Hassan
On 11.07.2013, at 17:17, Mohammed Hassan mohammed.has...@jollamobile.com wrote: On Thu, Jul 11, 2013 at 01:21:44PM +, Thomas B. Rücker wrote: Hi, On 07/11/2013 12:40 PM, Erlend Boe wrote: I tried to play an .ogg audio file using a http url in my application (from qml

Re: [SailfishDevel] GStreamer does not support HTTP streaming -- Workaround?

2013-07-12 Thread Mohammed Hassan
): gen_audio_chain (): /GstPlayBin2:playbin20/GstPlaySink:playsink0 ERROR: pipeline doesn't want to preroll. Setting pipeline to NULL ... Freeing pipeline ... [root@SailfishEmul ~]# Regards, Erlend On 12.07.2013, at 13:23, Mohammed Hassan mohammed.has...@jollamobile.com wrote: On Fri

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-06 Thread Mohammed Hassan
I don't see it as a pity. I see it as an opportunity for everyone to push their libraries and stuff to mer/nemo/sailfish. An advantage of SailfishOS is that everyone can contribute and have their own applications, libraries and tools there. Just my 0.02 Cheers, On Wed, Nov 06, 2013 at

Re: [SailfishDevel] Jolla Harbour and Jolla Store

2013-11-07 Thread Mohammed Hassan
Hi Attila, On Thu, Nov 07, 2013 at 03:03:21PM -0800, Attila Csipa wrote: [...] Hopefully that answered your question. Not quite :) What I'm interested in is what *will* be there (or, rather, what resources will it limit) as opposed to what is NOT going to be there (whether not having Aegis

Re: [SailfishDevel] Which audio codecs will by default be available on the device?

2013-11-09 Thread Mohammed Hassan
On Sun, Nov 10, 2013 at 01:28:42AM +0100, Alessandro Portale wrote: Hi, I am only able to play wav/pcm audio via QMLs QtMultimedia.SoundEffect on the Emulator. Other formats will not be played, I assume due to missing codecs: QSoundEffect(pulseaudio): Error decoding source Are there

Re: [SailfishDevel] Camera flash control. Wired to Qt level or not?

2013-11-16 Thread Mohammed Hassan
Hi Artem, On Sat, Nov 16, 2013 at 02:48:30PM +0200, Artem Marchenko wrote: Hi All *Context* I am trying to build a flashlight app, but the same question is valid for any camera app that wants to shoot photos/videos in low light. *The problem* I am trying to control LED flash by

Re: [SailfishDevel] Camera flash control. Wired to Qt level or not?

2013-11-16 Thread Mohammed Hassan
to have kith ON all the time? Artem. On Saturday, November 16, 2013, Mohammed Hassan wrote: Hi Artem, On Sat, Nov 16, 2013 at 02:48:30PM +0200, Artem Marchenko wrote: Hi All *Context* I am trying to build a flashlight app, but the same question is valid for any camera app

Re: [SailfishDevel] SDK and Harbour news

2013-11-22 Thread Mohammed Hassan
On Fri, 22 Nov 2013 08:38:17 +0200 Kaj-Michael Lang mil...@tal.org wrote: On Thu, 2013-11-21 at 12:20 +, Iekku Pylkka wrote: Shared libraries ·You can ship your own private copies of shared libraries that you link against in /usr/share/name of your app/, you are not

Re: [SailfishDevel] QCamera not found: yet again ....

2013-12-08 Thread Mohammed Hassan
On Sun, Dec 08, 2013 at 11:43:21PM +0100, christopher.l...@thurweb.ch wrote: Hoi Sven That is a valuable tip, one that is easy to miss. The #include QtMultimedia/QCamera version is also more explicit, and had the advantage that if I copy the C++ file using this into another project, I

Re: [SailfishDevel] LED Flash functionality on a real Jolla

2014-01-24 Thread Mohammed Hassan
On Thu, 23 Jan 2014 22:10:19 +0100 christopher.l...@thurweb.ch wrote: Hi Mohammed I have been trying to implement your suggestion, but am still having problems ... The Nokia code quoted in my original post did not have an explicit sink (and on the N9 worked without one). But

Re: [SailfishDevel] Repository Wishlist

2014-02-07 Thread Mohammed Hassan
On Thu, 6 Feb 2014 08:58:34 +0100 Erlend Böe erlend...@yahoo.com wrote: [...] * An analytics library that I can use in my application, that would send usage statistics to the repo. All other “snooping” on the user would be disallowed. I personally would consider that snooping and I'd be

Re: [SailfishDevel] Video playback in application

2014-02-16 Thread 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. feb. 2014 11:32, skrev AL13N: Hi, but then... how is the gallery video playback working??? it uses

Re: [SailfishDevel] [Not TLS] [Update] Changelog for SailfishOS update 4 (1.0.4.20)

2014-03-18 Thread Mohammed Hassan
On Tue, 18 Mar 2014 14:22:19 + Graham Cobb g+jo...@cobb.uk.net wrote: On 17/03/14 18:52, Bernd Wachter wrote: we're finally releasing update4 today. The changelog can be found (and commented on) here: Aaargh! You moved the mountpoint for the sdcard. And it isn't even predictable

Re: [SailfishDevel] After April SDK Update Existing App fails on RPM deploy to Jolla Device: Possible rights problem

2014-04-16 Thread Mohammed Hassan
You don't need executable permission (x) for js files. Read bit is enough so the SDK is correct here. I noticed that the missing scripts do not have read permission set which is the problem. I have no idea how it happened though. Cheers, -- Sent from my Nokia N9On 16.4.2014 15:39

Re: [SailfishDevel] After April SDK Update Existing App fails on RPM deploy to Jolla Device: Possible rights problem

2014-04-16 Thread Mohammed Hassan
On Wed, 16 Apr 2014 16:17:07 +0200 christopher.l...@thurweb.ch wrote: Hi Mohammed thanks The varied permission on the qml / js files on my host probably reflect that the project originated in pre-sailfish days, and thus the files have come from various sources / versions of Qt Creator

Re: [SailfishDevel] SailfishOS SDK April update available tomorrow.

2014-04-17 Thread Mohammed Hassan
On Thu, 17 Apr 2014 09:47:33 +0300 Iosif Hamlatzis i.hamlat...@gmail.com wrote: Good morning to all Just updated my SDK with big disaster. Now it doesn't build or clean my project which used custom build/clean steps. In my game I don't need nor want to use Qt so I used the sample from

Re: [SailfishDevel] Is support for commercial apps a TABOO subject?

2014-04-24 Thread Mohammed Hassan
On Thu, Apr 24, 2014 at 09:33:22AM +0200, tw_bolek wrote: [...] So my question is: is this some kind of taboo subject, or something of as little importance that for over 4 months now no Jollan has said A WORD about it despite numerous requests? A couple of my friends already gave up after

Re: [SailfishDevel] gconftool-2 (Was: Recover WLAN password)

2014-06-06 Thread Mohammed Hassan
On Fri, 6 Jun 2014 11:44:38 -0400 Goulagman goulag...@gmail.com wrote: Hi, I'm working on an information retrieval / backup app and, despite all my efforts, I can't find where the WLAN keys are stored. I thought that they would be available through gconftool but I can't see them. gconftool

Re: [SailfishDevel] Prototype 'TextBaseItem' from 'TextBase' could not be resolved (M301)

2014-06-15 Thread Mohammed Hassan
On Sat, Jun 14, 2014 at 09:34:13AM +0200, i...@flyingfischer.ch wrote: I wonder if this is connected to this message in the console of the IDE version 1406, when deploying the App: (process:1529): dconf-CRITICAL **: unable to open file '/etc/dconf/db/vendor': /etc/dconf/db/vendor: invalid

Re: [SailfishDevel] How to get dconf list of sub-items with MGConfItem?

2014-07-17 Thread Mohammed Hassan
On Wed, Jul 16, 2014 at 06:22:58PM +0600, Andrey Kozhevnikov wrote: showing child items is not implemented, only child dirs function is available. if you're interested i can share class from my project replacing MGConfItem Do you feel like submitting a PR against mlite/MGConfItem [1] that adds

Re: [SailfishDevel] [API] Ambience DBus API

2014-07-31 Thread Mohammed Hassan
On Wed, 23 Jul 2014 08:20:30 +0200 Tomasz Sterna to...@xiaoka.com wrote: I can't actually imagine one except the colorset change notification but if I understand correctly Silica's Theme object already contains current ambience colors. SDL apps may find useful to get ambience colours to

Re: [SailfishDevel] More executables in one package

2014-08-03 Thread Mohammed Hassan
On Fri, Aug 01, 2014 at 09:24:34PM +0200, Michał Radwański wrote: Actually, SailfishOS uses Zypper (it's openSUSE derivative). As far as I know, there are differences between Fedora RPM's and openSUSE RPM's. Sailfish OS is an RPM based distro. It uses PackageKit for package management.

Re: [SailfishDevel] After building app with latest SDK, gives dconf-critical

2014-08-09 Thread Mohammed Hassan
Something running as root perhaps via devel-su wrote to the dconf database. Cheers, -- Sent from my Nokia N9On 9.8.2014 12:12 Kimmo Lindholm wrote: SOLVED thanks to coderus, For some unk reason this was root:root, not nemo:nemo… nemo@Jolla ~]$ ls -la /run/user/10/dconf total 4 drwx--

Re: [SailfishDevel] Qt Multimedia, Audio, HLS and RTSP stream problem

2014-08-25 Thread Mohammed Hassan
On Fri, Aug 22, 2014 at 11:07:58AM +0300, Kaj-Michael Lang wrote: On pe, 2014-08-22 at 03:04 +0300, Kaj-Michael Lang wrote: This works fine: gst-launch-0.10 playbin2 uri=rtsp://rtspstreamer.yle.fi/radio/yleliveradiohd_4_64@113881 but using that same uri with Audio does not work at all.

Re: [SailfishDevel] Qt Multimedia, Audio, HLS and RTSP stream problem

2014-08-27 Thread Mohammed Hassan
On Wed, Aug 27, 2014 at 08:52:11AM +0300, Kaj-Michael Lang wrote: On ke, 2014-08-27 at 00:22 +0300, Mohammed Hassan wrote: I did a quick test here and it seems to work (update9 pre release). I guess we can assume it will work with the final update 9 ;-) And now I remember my initial

Re: [SailfishDevel] Qt Multimedia, Audio, HLS and RTSP stream problem

2014-08-28 Thread Mohammed Hassan
On Thu, Aug 28, 2014 at 11:09:46AM +0300, Kaj-Michael Lang wrote: On ke, 2014-08-27 at 18:03 +0300, Mohammed Hassan wrote: Yes, It was an issue with GStreamer/QtMultimedia and it got fixed. I can provide more details if you wish. Sure, please do. This is the commit that fixed it: https

Re: [SailfishDevel] Jolla release plan for high level features - update10

2014-11-06 Thread Mohammed Hassan
Hi Tone, Which plan are you asking about? Cheers, On Thu, Nov 06, 2014 at 01:50:13PM +0200, Tone Kastlunger wrote: Hassan, is there more details available about the plans to make this feature more accessible to devvers? Best, tortoisedoc On Thu, Nov 6, 2014 at 1:31 PM, Mohammed

Re: [SailfishDevel] Building command line Linux tools for jolla

2014-11-11 Thread Mohammed Hassan
On Tue, Nov 11, 2014 at 10:25:16PM +0100, Philipp Seiler wrote: Hi Andrey, On Wed, 12 Nov 2014 02:19:49 +0500 Andrey Kozhevnikov coderusin...@gmail.com wrote: there is ssu tool, as well as you can install and use zypper too That sounds great. I like the jolla now even more As an

Re: [SailfishDevel] SailfishOS as an OS/platform in Qt

2014-12-05 Thread Mohammed Hassan
On Thu, Dec 04, 2014 at 10:12:37PM +0200, Tone Kastlunger wrote: Anything that makes a developer's life easier is absolutely welcomed I'd say. I must admit to have cursed many times over such a feature not being present (either as macro OR as selectior that win32:unix:mac: are..) best,

Re: [SailfishDevel] SailfishOS as an OS/platform in Qt

2014-12-06 Thread Mohammed Hassan
not make it disappear. On Fri, Dec 5, 2014 at 4:03 PM, Mohammed Hassan mohammed.has...@jollamobile.commailto:mohammed.has...@jollamobile.com wrote: On Thu, Dec 04, 2014 at 10:12:37PM +0200, Tone Kastlunger wrote: Anything that makes a developer's life easier is absolutely welcomed I'd say

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Mohammed Hassan
On Fri, Feb 06, 2015 at 01:37:24AM +0500, Andrey Kozhevnikov wrote: SailfishOS yes, but gstreamer1.x is available in repo GStreamer 1.x is available but: 1) It's not yet allowed in Harbour 2) It's not fully functional yet Cheers, 05.02.2015 23:11, Dmitry пишет: AFAIK, Sailfish OS

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Mohammed Hassan
On Thu, Feb 05, 2015 at 01:06:08PM +0200, Billy Pitiot wrote: Hi all, I am currently trying to access the front camera of the Jolla phone. I managed to get a VideoOutput to display the rear camera using import QtMultimedia 5.0 but I do not understand how to change to the front camera.

[SailfishDevel] Slow phone? (Was Re-reading the .desktop files?)

2015-01-21 Thread Mohammed Hassan
On Wed, 21 Jan 2015 18:22:32 +0200 Jussi Vuorisalmi jussi.vuorisa...@iki.fi wrote: [...] (And rebooting is a real pain since 1.1.1.27 update, it takes at least 10 minutes until the PIN code query accepts any input.) Maybe your file system is full or needs balancing?

Re: [SailfishDevel] Package dependencies

2015-02-17 Thread Mohammed Hassan
On Tue, Feb 17, 2015 at 08:58:46PM +0400, Андрей Пенкрат wrote: Hi I need some help with setting dependencies for my app. It plays h264 encoded video (video type 'video/x-h264, stream-format=(string)byte-stream, alignment=(string)nal, parsed=(boolean)true') from m3u playlist through

Re: [SailfishDevel] gstreamer 1.0 souphttpsrc element is missing

2015-02-09 Thread Mohammed Hassan
it was deliberately excluded: - [gstreamer] drop soup support for now why ? That was temporarily but it got re-enabled again: commit 2faf7e911ae434ccf7b64556451ee059374b0b53 Author: Mohammed Hassan mohammed.has...@jolla.com Date: Tue Nov 11 16:43:22 2014 +0200 [gstreamer] enable

Re: [SailfishDevel] GStreamer usage

2015-03-29 Thread Mohammed Hassan
On Mon, Mar 30, 2015 at 01:00:33AM +0300, Andrew Penkrat wrote: Hello! Hi, I found some QtMultimedia related issues in my app so I decided to write my own backend for video playback using GStreamer 1.0. I'm not familiar with it so I read through documentation and managed to write a

Re: [SailfishDevel] could we support hw overlay from gst-droid?

2015-04-28 Thread Mohammed Hassan
On Sun, Apr 26, 2015 at 02:23:24PM +0800, Halley wrote: Hi Mohammed: in gst-droid, eglsink is created for texture video rendering. is it possible that the video is rendered to overlay? independent from egl/gles. Hi, What do you mean by rendered to an overlay? What exactly are you

Re: [SailfishDevel] 回复:Re: could we support hw overlay from gst-droid?

2015-05-03 Thread Mohammed Hassan
On Fri, May 01, 2015 at 08:01:34PM +0300, Tone Kastlunger wrote: I'd guess this would require patching lipstick (compositor) as well? tortoisedoc I cannot tell. One option is to use wayland subsurfaces (I don't know if it's even possible or not). We can then extend droideglsink to use

Re: [SailfishDevel] 回复:Re: could we support hw overlay from gst-droid?

2015-05-04 Thread Mohammed Hassan
On Mon, May 04, 2015 at 12:04:57PM +0300, Tone Kastlunger wrote: Ok I see, so the stack is actually: lipstick - QTGStreamer - GStreamer - OpenGLES. QTGStreamer is not used at all. In that case, perhaps a subsurface can do the job. Thing is, how does the upstream stack handle it? AFAIK

Re: [SailfishDevel] 回复:Re: could we support hw overlay from gst-droid?

2015-04-30 Thread Mohammed Hassan
On Thu, Apr 30, 2015 at 09:08:26AM +0800, Halley wrote: I mean, in gst_droideglsink_bind_frame(), EGLImage is created from video frame. then I assume this video frame will finally drawn as texture in application. is there other option to send the video frame mem to compositor

Re: [SailfishDevel] 回复:Re: could we support hw overlay from gst-droid?

2015-05-19 Thread Mohammed Hassan
On Tue, 5 May 2015 23:09:40 +0300 Tone Kastlunger users.giulie...@gmail.com wrote: Hi; apologies for dropping the mailing list - it appears gmail does not reply correctly to the mailing list but only to the sender. Qt 5.1 was my typo, should have been 5.2. Point being, does lipstic

Re: [SailfishDevel] Minutes] SailfishOS community meeting 21.5. + planning for next one 11.6.

2015-05-21 Thread Mohammed Hassan
On Thu, May 21, 2015 at 03:39:30PM +, Iekku Pylkka wrote: Hi, Thanks to everyone who attended today's meeting. Minutes/logs: Minutes: [1]http://merproject.org/meetings/mer-meeting/2015/mer-meeting.2015-05- 21-14.30.html I missed the meeting unfortunately but I feel I should

Re: [SailfishDevel] Minutes] SailfishOS community meeting 21.5. + planning for next one 11.6.

2015-05-21 Thread Mohammed Hassan
of the pickers then it means it is supported implicitly as you can create QML types from it. For thumbnails i'm actively using video thumbnailer and nemomobile Thumbnail component. That does not make them suitable for white listing unfortunately ;-) Cheers, 21.05.2015 23:33, Mohammed Hassan пишет

Re: [SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-22 Thread Mohammed Hassan
On Thu, 22 Oct 2015 15:43:46 +0200 TE wrote: > Hi all, > > until now, my development workflow consists of coding and > subsequently testing on the device or emulator respectively. Every > cycle takes quite some time. Is there a neat way / architecture for > co-developing for the

Re: [SailfishDevel] one question on GstDroidBufferPool

2015-07-09 Thread Mohammed Hassan
On Thu, Jul 09, 2015 at 08:14:09PM +0800, Halley wrote: why release_buffer is not required in the GstDroidBufferPool? from my understanding, release_buffer is opposite to alloc_buffer; when we ++dpool-num_buffers in alloc_buffer, should we --dpool-num_buffers in release_buffer?

Re: [SailfishDevel] How to update Poppler ?

2015-09-09 Thread Mohammed Hassan
On Wed, 9 Sep 2015 15:05:21 +0200 Damien Caliste wrote: > Hello, > >I've asked earlier this year this same question : > https://lists.sailfishos.org/pipermail/devel/2015-March/005906.html > that is related to this crash reported in TJC : >

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-14 Thread Mohammed Hassan
On Mon, Sep 14, 2015 at 11:40:53AM +0300, Kaj-Michael Lang wrote: > On Sun, 2015-09-13 at 23:49 +0300, Mohammed Hassan wrote: > > That won't work then. I thought -based on our previous discussions- > > that you are > > using GStreamer directly. > > I'm not as it is

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-13 Thread Mohammed Hassan
On Sat, Sep 12, 2015 at 05:22:15PM +0300, Kaj-Michael Lang wrote: > On pe, 2015-09-11 at 17:24 +0300, Mohammed Hassan wrote: > > I did some more digging and it is a bug in glib. > > _g_uri_parse_authority() fails to parse the URI but this seems to has > > been fixed already

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-13 Thread Mohammed Hassan
On Sun, Sep 13, 2015 at 10:51:17PM +0300, Kaj-Michael Lang wrote: > On su, 2015-09-13 at 20:39 +0300, Mohammed Hassan wrote: > > I cannot promise. GStreamer 0.10 is still there in 1.1.9 so you can > > continue using it until the glib bug gets fixed. > > How would that work n

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-11 Thread Mohammed Hassan
On Fri, 11 Sep 2015 14:23:07 +0300 Kaj-Michael Lang wrote: > Hi > > Upgraded my phone to 1.1.9.28 (upgrade was smoonth) and tried my > softwares, unfortunately something is broken with rtspsrc in > gstreamer. > > On my desktop with gst 1.4.5 it works ok, but on the device I get

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-11 Thread Mohammed Hassan
On Fri, 11 Sep 2015 16:10:09 +0300 Mohammed Hassan <mohammed.has...@jolla.com> wrote: > On Fri, 11 Sep 2015 14:23:07 +0300 > Kaj-Michael Lang <mil...@tal.org> wrote: > > > Hi > > > > Upgraded my phone to 1.1.9.28 (upgrade was smoonth) and tried my

Re: [SailfishDevel] gstreamer rtspsrc issue

2015-09-14 Thread Mohammed Hassan
On Mon, Sep 14, 2015 at 08:27:26PM +0300, Kaj-Michael Lang wrote: > On pe, 2015-09-11 at 17:24 +0300, Mohammed Hassan wrote: > > If you want to be updated on the issue then please file a t.j.c > > post ;-) > > here > https://together.jolla.com/question/109672/bug-g