Re: [SailfishDevel] What about game development?

2013-12-26 Thread Filip Kłębczyk
W dniu 26.12.2013 08:00, mehmet altıparmak pisze: Which game development frameworks does sailfish development environmen support? I think Veskuh in his talk on SmartDevCon mentioned that Cocos2d-x is or will be supported. Does it support OpenGl? Sailfish supports Open GL ES, even apps

Re: [SailfishDevel] What about game development?

2013-12-26 Thread Kaj-Michael Lang
On Thu, 2013-12-26 at 07:00 +, mehmet altıparmak wrote: Which game development frameworks does sailfish development environment support? Does it support OpenGl? SDL 2.0 (for OpenGL ES 1.1 and 2.0) Mentioned here, https://sailfishos.org/wiki/Porting/Harmattan with guides on how to port

[SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Luciano Montanaro
Hello everybody, I have this strange problem in my Quando Parte application. I have created a SilicaListView, with a search field as its header. The listview has a long list of stations (around 2000), and the search field is used to narrow it down. Every time the text is updated, I change the

Re: [SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Vlad Vasilyev
I have this problem too on my project MeeCast On Thu, Dec 26, 2013 at 2:26 PM, Luciano Montanaro mikel...@gmail.comwrote: Hello everybody, I have this strange problem in my Quando Parte application. I have created a SilicaListView, with a search field as its header. The listview has a

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread David Greaves
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) or ability to make a real wiki post

[SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Luciano Montanaro
Hi everybody, This is the second problem I realized I have, now that I can test my application on the actual hardware: With a long list of items in the view, it is possible to go so much down the list of items, that accessing the pulley menu becomes difficult. On Harmattan, this problem is

Re: [SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Andrey Kozhevnikov
I solved this in two ways: 1. Put SilicaListView inside SIlicaFlickable. SilicaFlickable { interactive: !listView.flicking pressDelay: 0 PullDownMenu {} PageHeader {} SilicaListView { pressDelay: 0 } } Now i have fixed header and can always pull down menu, and its not intercepting

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread Sven Putze
Hi all, what I'd like to see is a roadmap (important not only for developers but also for regular customers) that can be seen on the main Jolla or Sailfish page. This could be literally a visualized graph or something like that. On that map should be rough dates to the next releases and

Re: [SailfishDevel] What about game development?

2013-12-26 Thread Mike Sheldon
On Thu, 2013-12-26 at 18:04 +, Mike Sheldon wrote: (Of course the ideal solution would be for QAudioOutput to have the same level of integration automatic as QMediaPlayer on the Sailfish side.) Sorry, that should read automatic integration. I've also just noticed that libaudioresource

Re: [SailfishDevel] Together Jolla emails

2013-12-26 Thread Sven Putze
Maybe someone has fixed it now, but if I get a mail there is a first line like XXX posted a comment where comment is a link to the posting. BR. Sven On 25.12.2013, at 21:23, Andrey Kozhevnikov coderusin...@gmail.com wrote: Can you add to togeher jolla emails link to added comment and lint to

[SailfishDevel] [SPAM] Re: Does Sailfish support PyQt5?

2013-12-26 Thread Mikael Hermansson
AFAIK python is NOT installed from scratch in sf. also if python will be supported it will be python3 as thomas already has said. Thats the way to go. Python 2 should be seen as deprecated on new platforms IMHO... Regards Mikael Thu Dec 26 2013 19:00:35 GMT+0100 (CET) skrev Jens Persson:

Re: [SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Vlad Vasilyev
Hi. Try to add currentIndex: -1 to SilicaListView. This solution helped with my problem. https://github.com/Meecast/meecast/commit/0bb7417509c5a3aeee9d7ee842c3f5b0ff97af3c Vlad. On Thu, Dec 26, 2013 at 2:26 PM, Luciano Montanaro mikel...@gmail.comwrote: Hello everybody, I have this

Re: [SailfishDevel] together.jolla.com

2013-12-26 Thread AL13N
there's a roadmap tag that's good enough for me... what I'd like to see is a roadmap (important not only for developers but also for regular customers) that can be seen on the main Jolla or Sailfish page. This could be literally a visualized graph or something like that. On that map should

Re: [SailfishDevel] [SPAM] Re: Does Sailfish support PyQt5?

2013-12-26 Thread Mikael Hermansson
Its not my opinion it's a fact why should a new platform depend on deprecated libs or language versions when we know it very soon will disappear even from upstream projects? And dists? Its only leads to maintanance hell. And when it disappear developers and endusers gets angry because apps

[SailfishDevel] SDK - Debugging issues

2013-12-26 Thread Martin Björkström
Hi Sailors! Just downloaded latest version of the SDK and having issues with debugging on the emulator. Tried on both Windows and Linux. Application outputs this: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly

Re: [SailfishDevel] [SPAM] Re: Does Sailfish support PyQt5?

2013-12-26 Thread Martin Kolman
26.12.2013 23:34, Mikael Hermansson: Its not my opinion it's a fact why should a new platform depend on deprecated libs or language versions when we know it very soon will disappear even from upstream projects? And dists? Its only leads to maintanance hell. And when it disappear developers

[SailfishDevel] Hardware API

2013-12-26 Thread Risto Sainio
Check out /sys/class/leds. At least the lcd-backlight seems to work ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Displaying large models in SailfishOS

2013-12-26 Thread Kari Pihkala
I'm also facing the pulley menu problem with long lists in my app. Could we go the browser way and have some sort of a standard situation and show menu activation button when e.g. user scrolls up a little? The browser works this way. However, it has a small delay before it displays it. Slow