Re: [SailfishDevel] Setting application screen orientation from C++

2014-07-23 Thread Thomas Perl
Hey, 2014-07-17 23:05 GMT+02:00 Piotr Tworek : > Is there a way to lock application screen orientation to landscape > directly from Qt/C++ code? I know it's possible from QML, but I can't > find any docs how the same can be done from C++. You can e.g. subclass QWindow to a custom class (so you ca

Re: [SailfishDevel] SDL2_mixer & mp3 files?

2014-06-24 Thread Thomas Perl
2014-06-23 8:41 GMT+02:00 Iosif Hamlatzis : > After updating to 1.0.7.16 I am having problems loading .mp3 files with > SDL2_mixer Did it work with OS releases prior to 1.0.7.x? It might be a regression. > The code fails to load a shared library libsmpeg2-2.0.so.0 and reports there > is no such s

Re: [SailfishDevel] Python in Jolla Harbour and repositories ?

2014-06-18 Thread Thomas Perl
Hi, 2014-06-11 7:43 GMT+02:00 Roberto Colistete Jr. : > So I want to be maintainer for python-sympy and python3-sympy. I've > contacted w00t about it. Talked with Robin about it. I guess first step would be to set up the packaging using tar_git and get familiar with how things are packaged in

Re: [SailfishDevel] Python in Jolla Harbour and repositories ?

2014-05-23 Thread Thomas Perl
Hi, 2014-05-23 1:39 GMT+02:00 Roberto Colistete Jr. : > Will Python applications be accepted in Jolla Harbour with the new > update 6 / 7 planned for June ? The Together.Jolla.com topic : > https://together.jolla.com/question/6116/python-application-support-in-jolla-store-harbour/ > doesn't gi

Re: [SailfishDevel] Jolla release plan for high-level features - update 6 / 7

2014-05-18 Thread Thomas Perl
2014-05-15 21:21 GMT+02:00 Alejandro Exojo : > El Thursday 15 May 2014, Iosif Hamlatzis escribió: >> Since you mention changes/additions in the BT stack what about the profiles >> A2DP for listening music through the hands-free headset and SPP for >> connecting maybe an external GPS receiver for be

Re: [SailfishDevel] qtsvg imageformat not registered for first launch of app

2014-05-06 Thread Thomas Perl
Hi, On 2014-05-06 08:20, Simon Persson wrote: My game submission to harbour was recently rejected, I'm bringing up the issue here because I suspect the issue lies outside my app. Please help me either confirm this suspicion or point me to where my app could be missing something. The proble

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

2014-04-24 Thread Thomas Perl
On 2014-04-24 09:38, Iosif Hamlatzis wrote: May I request also that the SDL2 family libraries be allowed? VERY VERY useful for games pleaseee! Yes this is coming (as well as Python 3 QML Plugin support): https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/pull

Re: [SailfishDevel] Path to main qml in resource file - not found whatever I try

2014-04-23 Thread Thomas Perl
On 2014-04-24 00:36, Kim Foder wrote: On Wed, 2014-04-23 at 22:53 +0200, tw_bolek wrote: - manually edit Makefile and remove qml_install and qml_uninstall - in .specs file remove /usr/share/myappand %{_datadir}/%{name}/qml lines I usually do this by renaming the qml folder, create a n

Re: [SailfishDevel] SDL_mixer: different behaviour between emulator and actual device

2014-04-18 Thread Thomas Perl
On 15 Apr 2014, at 18:40, Iosif Hamlatzis wrote: > Just verified it the sample from https://github.com/thp/sdl2-opengles-test > regarding the mixer only works on the emulator. > > On the emulator every time you touch the screen a sound (.ogg file format) is > played, but on the actual device n

Re: [SailfishDevel] SDL_mixer: different behaviour between emulator and actual device

2014-04-16 Thread Thomas Perl
On 2014-04-15 18:40, Iosif Hamlatzis wrote: Just verified it the sample from https://github.com/thp/sdl2-opengles-test regarding the mixer only works on the emulator. On the emulator every time you touch the screen a sound (.ogg file format) is played, but on the actual device no sound comes

Re: [SailfishDevel] Where is the source code for the Sailfish OS version of fingerterm (and other GPL applications)

2014-04-13 Thread Thomas Perl
Hi, On 2014-04-12 22:53, Andrey Kozhevnikov wrote: Silica version not finished because of some design and implementation problems. Sailfish contains meego components ported to qt5, you may notice 2.0 version (instead of 1.0/1.1 in harmattan), its okay and means nothing except backward compabil

Re: [SailfishDevel] Landscape mode in Sailfish?

2014-04-10 Thread Thomas Perl
Hi, On 2014-04-07 13:00, Iosif Hamlatzis wrote: ok I have managed to rotate my display and convert the touch co-ordinates but I have a lot flashes on the screen. I presume it has to do with the call to glScissor At some places in my code I call glScissor and glGetIntegerv modify and retrieve

Re: [SailfishDevel] Question creating full screen SDL window

2014-04-07 Thread Thomas Perl
Hi, I've submitted a patch for this to upstream SDL now: https://bugzilla.libsdl.org/show_bug.cgi?id=2481 For testing the changes, RPMs with the change applied are available here: http://repo.merproject.org/obs/home:/thp:/sdl2/1.0.4.20_armv7hl/armv7hl/ You can install RPM files with "pkcon inst

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Perl
On 05 Apr 2014, at 17:27, Thomas Tanghus wrote: > On Saturday 05 April 2014 18:02 Kaj-Michael Lang wrote: >> Got denied application update as I set my org name properly with >> app->setOrganizationName() but that lead to a application update >> rejection as then the path given from >> QStandardPat

[SailfishDevel] Nemo MW to Mer (was: Re: A kickoff meeting [...])

2014-04-05 Thread Thomas Perl
On 05 Apr 2014, at 10:21, Thomas B. Rücker wrote: > Reading this I can't help but wonder if Jolla now claims ownership of > Mer/Nemo then. Even with fancy hat changing. Bringing this discussion up > in a strictly Sailfish context implies this. Personally, I see it more like “claiming maintainersh

Re: [SailfishDevel] Question creating full screen SDL window

2014-04-05 Thread Thomas Perl
On 04 Apr 2014, at 18:57, Iosif Hamlatzis wrote: > I have different behaviour creating a full screen SDL window between Sailfish > OS and other mobile platforms I have tested. > > I am using the same source code below: > > SDL_Window* pWindow = SDL_CreateWindow("", 0, 0, 0, 0, > SDL_WINDOW_OPE

Re: [SailfishDevel] Landscape mode in Sailfish?

2014-04-05 Thread Thomas Perl
On 05 Apr 2014, at 09:29, Iosif Hamlatzis wrote: > Is there a c/c++ (not Qt and QML) API that I can use to force landscape mode? > > Generally speaking is there an API (not Qt and QML) documentation anywhere? In general, you can use set_buffer_transform on the Wayland surface: http://wayland.fre

Re: [SailfishDevel] Folder permissions

2014-03-14 Thread Thomas Perl
On 14 Mar 2014, at 11:37, Ove Kåven wrote: > Den 13. mars 2014 19:22, skrev Iosif Hamlatzis: >> Thank you very much, I've just tested my game using the XDG basedir and >> it worked so I can continue my port of the game by modifying the rest of >> the code. >> >> Just one question, will the folder

Re: [SailfishDevel] Folder permissions

2014-03-09 Thread Thomas Perl
On 09 Mar 2014, at 18:56, Iosif Hamlatzis wrote: > ok and the next logical question is: How to get the $HOME folder of the > emulator or later the actual device in my .pro file? I think it shouldn't be > hard-coded. The Harbour FAQ has several detailed answers about where to ship (sic) read-on

Re: [SailfishDevel] QML C++ Integration not working in Sailfish

2014-02-26 Thread Thomas Perl
On 2014-02-26 11:48, antonio.cano.go...@ovi.com wrote: I tried this: QGuiApplication *app = SailfishApp::application(argc, argv); QQuickView *view = SailfishApp::createView(); Bloomfilters * bloomfilters = new Bloomfilters(); view->setSource(SailfishApp::pathTo("qml/bloo

Re: [SailfishDevel] How can I deploy application without qml file

2014-02-17 Thread Thomas Perl
On 2014-02-17 14:43, J-P Nurmi wrote: Not a bug but an (annoying) feature. :) You probably have "CONFIG += sailfishapp" in your .pro. That will automatically add the qml subfolder to install rules (https://github.com/sailfish-sdk/libsailfishapp/blob/master/data/sailfishapp.prf#L40). A trivial

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-16 Thread Thomas Perl
On 2014-02-16 16:07, Dietmar Schwertberger wrote: But IMHO restricting GUI to QML only is a mistake. You can use the Wayland protocol directly or e.g. SDL2 or anything else that can be made to render via OpenGL ES/EGL and talk via the Wayland protocol. Nobody is restricting the GUI to QML;

Re: [SailfishDevel] Page Status code

2014-02-12 Thread Thomas Perl
On 2014-02-12 20:36, Chris Walker wrote: In the past (Harmattan code), I would have done this sort of stuff :- onStatusChanged: { if (status==PageStatus.Activating) { but there is no 'onStatusChanged' option now. So what do I use now? I've looked here - https://sailfishos.org/sailfish

Re: [SailfishDevel] Question regarding porting SDL & OpenGL game to Sailfish

2014-02-12 Thread Thomas Perl
Hi, On 2014-02-10 20:27, Iosif Hamlatzis wrote: I have a couple of questions using the IDE, I would like to inform that I'm developing on Windows and my games use extensively SDL with OpenGL ES. As I don't use Qt I tried to create a plain c++ project and I tried both options using either qma

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-12 Thread Thomas Perl
Hi, On 2014-02-11 21:15, Dietmar Schwertberger wrote: I tried my Maemo/Fremantle app without a theme. As I would like to stay compatible to Maemo and Windows, I would prefer the QtWidgets solution for some time. Even if you were to use QtWidgets (which I strongly suggest not using), you woul

Re: [SailfishDevel] Silica issue on coverpage: Opacity value is ignored in CoverBackground if a label is truncated with fading

2014-02-06 Thread Thomas Perl
Hi, On 05 Feb 2014, at 23:50, Tigre-Bleu wrote: > If in a cover, a label is truncated with truncationMode: TruncationMode.Fade > then the opacity value is ignored. > > For code example and screenshot, see the following bug report: > https://github.com/Buschtrommel/ocNews/issues/27#issuecomment

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-03 Thread Thomas Perl
On 01 Feb 2014, at 21:32, Ove Kåven wrote: > If a synchronization starts with the screen off, there's a chance that the > phone enters "deep suspend" during the synchronization. If so, the other side > might time out and the sync will fail. > > So I want prevent the CPU from suspending before t

Re: [SailfishDevel] Update 1.0.3.8 changes LocalStorage location?

2014-02-01 Thread Thomas Perl
Hi, On 2014-01-31 23:59, Mikael Hermansson wrote: now can we instead be constructive and discuss what IS correct places to store data? Now question is does those changes follow some Linux directory standards? Yes, the directory "standard" that is followed is the XDG Base Directory Specif

Re: [SailfishDevel] App own C++ plugin equivalent to Silica Theme

2014-01-28 Thread Thomas Perl
On 2014-01-28 10:59, christopher.l...@thurweb.ch wrote: I would like to create a C++ plugin for my app to export common UX settings as constants to the QML side (Things like font sizes, margin sizes that reoccur throughout the app.) In essence I want something very similar to the functionality

Re: [SailfishDevel] Sharing a common OfflineStorage DB between multiple Sailfish apps.

2014-01-17 Thread Thomas Perl
Hi, On 16 Jan 2014, at 13:14, christopher.l...@thurweb.ch wrote: > This gives the following Application Output: > [D] main:42 - offlineStoragPath orig: > "/home/nemo/.local/share/CreateDBQt5/QML/OfflineStorage" > [D] main:44 - offlineStoragPath new: > "/home/nemo/.local/share/landed25_QT5/QML/

Re: [SailfishDevel] Scriptlets in RPM hot allowed to Harbour

2014-01-11 Thread Thomas Perl
Duty calls[1]... tl;dr: No postinst scripts in Harbour. chmod 666 stuff in /usr/ is wrong. On 11 Jan 2014, at 13:51, Martin Kolman wrote: > 11.1.2014 13:34, Alejandro Exojo: >>> QA can check if post script doing some good job and allow it? >> If the script is simple, yes. If it is not, there is

Re: [SailfishDevel] How to install user (controlled) data files for my app avoiding /usr/share

2014-01-09 Thread Thomas Perl
Hi, On 09 Jan 2014, at 09:05, Wim de Vries wrote: > I am converting my aircraft navigation app to Sailfish. > It comes (default) with OpenStreet based maps + 3D data files of Western > Europe (in RPM). > Most users will use this map, but some users may use their home made maps > (generated by a

Re: [SailfishDevel] Check for OS in .PRO file

2014-01-02 Thread Thomas Perl
Hi, On 02 Jan 2014, at 20:25, Sven Putze wrote: > There are ways to check for the OS in QtCreator .PRO files, e.g. like > > unix:symbian{ # do stuff} > unix:maemo5{ # do stuff} > macx{ # do stuff} > win32{ # do stuff} > > Is there a way to check (or control to be more precise) that some directi

Re: [SailfishDevel] Order of app icons in the launcher. What controls it? Changeable?

2013-12-29 Thread Thomas Perl
Hi, On 30 Dec 2013, at 02:15, Artem Marchenko wrote: > Rearranging apps manually it tedious while with three screens of apps you > have to do it somehow. I am thinking about a small utility app that would > sort the icons alphabetically or by some criteria (e.g. app names known to be > about s

Re: [SailfishDevel] What about game development?

2013-12-26 Thread Thomas Perl
Hi, 2013/12/26 mehmet altıparmak : > Which game development frameworks does sailfish development environmen > support? > Does it support OpenGl? With Qt 5, you can use OpenGL ES 2.0: http://qt-project.org/doc/qt-5.0/qtgui/openglwindow.html If you want to use OpenGL ES 1.1, you will either have

Re: [SailfishDevel] Harbour news

2013-12-23 Thread Thomas Perl
2013/12/19 Matt Austin : > On 18 December 2013 22:33, Thomas Perl wrote: >> 2013/12/18 : >>> - libxml2. As far as I know, their API is quite stable now even if it was >>> not >>> the case in the past (I remember having some trouble with it in 2003, but >

Re: [SailfishDevel] python development

2013-12-23 Thread Thomas Perl
2013/12/19 David Jensen : > Nokia's original book on Meego featured, I think, Python as the development. I > do not see this book on Amazon. However, almost none of the articles I have > seen relating to Jolla mention Python. I assumed Nokia believed Python was an > ideal language for an open syst

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-23 Thread Thomas Perl
2013/12/22 Mike Sheldon : > On Sun, 2013-12-22 at 19:11 +0530, Sadika Sumanapala wrote: >> thank you. is there a way to deploy compiled shared libraries with >> app? > > Just include them in your rpm and set the -rpath value for your binary > at compilation time (alternatively you could be setting

Re: [SailfishDevel] Harbour news

2013-12-18 Thread Thomas Perl
Hi again, 2013/12/18 : > - libxml2. As far as I know, their API is quite stable now even if it was not > the case in the past (I remember having some trouble with it in 2003, but it's > history now !). I've added it to the list of libs to be considered. Let's see... > - gconf. I allows to acces

Re: [SailfishDevel] Harbour news

2013-12-17 Thread Thomas Perl
Hi, 2013/12/17 Damien Caliste : >> think you need an API (library or QML import) for your Harbour app that >> is not yet approved, let us know on sailfish-devel. > I posted before about the Glib stack with Cairo, that propose a stable API, > that may help to port applications to Sailfish. Namel

Re: [SailfishDevel] QtSensors support in Harbour

2013-12-17 Thread Thomas Perl
Hi, 2013/12/17 Kimmo Lindholm : > Is there any known workaround for acceleration sensor use? (or schedule when > QtSensors 5.0 would be allowed in Harbour?) QtSensors 5.0 is scheduled to be available for Harbour apps soon, it's already been added to the list of approved QML imports, but it will t

Re: [SailfishDevel] qml and opengl/c++

2013-12-17 Thread Thomas Perl
Hi, 2013/12/6 Wim de Vries : > Some of you referred to the 'OpenGL Under QML' > (http://qt-project.org/doc/qt-5.1/qtquick/scenegraph-openglunderqml.html) > example. > I got the example working in Sailfish. > Only one problem. > It doesn't show up within 'ApplicationWindow'. I have to comment > App

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Thomas Perl
Hey, 2013/12/16 Martin Grimme : > 2013/12/16, W. Dobbe : >> Probably that will be the end conclusion, but Android is also Linux, so how >> do the Android network monitor apps get their information? Does the android >> stack/Dalvik give extra hooks for network inspection ? > > Android is not Linux.

Re: [SailfishDevel] QAudioOutput and raw/pcm audio output

2013-12-16 Thread Thomas Perl
Hi, 2013/12/16 Andreas Enbacka : > What codes are supported currently on SailfishOS using QAudioOutput? In my > QSpot application I am writing raw PCM audio directly (using push) to > QAudioOutput, however I get absolutely no sound output (tested on the > emulator, and also on SailfishOS port runn

Re: [SailfishDevel] Using Python 3 and PyOtherSide repository on Sailfish device : one solution

2013-12-16 Thread Thomas Perl
Hi, 2013/12/16 Roberto Colistete Jr. > Ops, I think I've found the solution, the "-G" (--no-gpgcheck, Disable GPG > verification for this repository) is needed : > # zypper ar -G > http://repo.merproject.org/obs/mer-python3/latest_armv7hl/mer-python3.repo > So this and other Mer COBS repositorie

Re: [SailfishDevel] C++ and QML Integration: SetContextProperty with the latest SailfishOS Templates

2013-12-16 Thread Thomas Perl
Hi, 2013/12/12 : > Thanks, that works! (except that you probably did not mean "view" to be 2nd > param of setContextProperty). > > So taking your example I can do: > > int main(int argc, char *argv[]) > { > [...] > QGuiApplication *app = SailfishApp::application(argc, argv); > QQuickV

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-07 Thread Thomas Perl
On 06 Dec 2013, at 17:46, Marcin M. wrote: > 2013/12/6 Wim de Vries > On 12/05/2013 06:41 PM, Marcin M. wrote: >> A style for plain Qt which would display with the native look & feel >> (compare the unsupported and buggy meegotouch-qt-style) would be great too! > > Do you mean QML or QWidgets lo

Re: [SailfishDevel] opengl again..

2013-12-05 Thread Thomas Perl
Hi, On 05 Dec 2013, at 09:56, Wim de Vries wrote: >> 1) using QML writing C++ items to integrate into the scene graph (see >> http://qt-project.org/doc/qt-5.0/qtquick/qquickitem.html for the base class) >> - this also means you’ll be able to use Silica in your application >> 2) using C++, insta

Re: [SailfishDevel] Serious request: please let us use C++!

2013-12-05 Thread Thomas Perl
Hi, On 04 Dec 2013, at 23:21, Wim de Vries wrote: > I mean this in positive sense: please don not enforce QML at the cost of C++ > on the developers community. > First, C(++) is THE language for openGL. Actually the OpenGL API is specified in C. Of course, as you can call C API functions from

Re: [SailfishDevel] opengl again..

2013-12-04 Thread Thomas Perl
Hi, On 04 Dec 2013, at 14:18, Wim de Vries wrote: > I have a simple app with a standard Qt C++ GUI that runs fine on the host as > well as the emulator. > I have added a QGLWiget (with shaders) which shows a triangle nicely on the > host. > Still, on the emulator (with 3D acc enabled) the QGLWi

Re: [SailfishDevel] QtWebKit module - shouldm't it be whitelisted?

2013-11-25 Thread Thomas Perl
Hi, 2013/11/26 Luciano Montanaro : > On Nov 26, 2013 2:07 AM, "Robin Burchell" wrote: > [...] > My application too depends on it to scrape data from a web page. I need the > QWebElement interface, otherwise I will need to parse the html on my own. > [...] > Well, access to the DOM model... Depen

Re: [SailfishDevel] Jolla Harbour. Application names conflicts

2013-11-13 Thread Thomas Perl
Hi, On 2013-11-12 20:40, Semuonov Basil wrote: Case 1 - Titles are the same: Dev1 submits application called "Trains Europe" about history of europe trains with binary "trains_1.0.0_armv7hl.rpm" Dev2 submits application called "Trains Europe" about online timetable for train transport called "

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-30 Thread Thomas Perl
Hi, On Oct 31, 2013, at 7:15 AM, christopher.l...@thurweb.ch wrote: > I can find the names required by PkgBR by kewword searching in the SDK > Control Center, or with zypper se , but how do I "translate" these names > to the format used by PkgConfigBR:? They're installed by the packages' .

Re: [SailfishDevel] SSH after update : IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Error

2013-10-25 Thread Thomas Perl
On Oct 25, 2013, at 10:44 AM, Jarko Vihriala wrote: > The 'workaround' is to put the known hosts point to /dev/null so you don't > get those warnings anymore but that renders rest of your ssh setup to kind of > unsafe state so I would not recommend doing it. You can do the known hosts configur

Re: [SailfishDevel] Python & Qt5 (PyOtherSide / PyQt)

2013-09-30 Thread Thomas Perl
Hi, On Sep 30, 2013, at 1:08 PM, Matt Austin wrote: > It looks like we might now have a couple of possible options with Python apps > on Sailfish with Qt5: > > 1) PyOtherSide: http://thp.io/2011/pyotherside/ > > 2) PyQt 5.0.1: http://www.riverbankcomputing.com/news/pyqt-501 > > I've been play

Re: [SailfishDevel] App icons. How do you do them?

2013-09-28 Thread Thomas Perl
Hi, On Sep 28, 2013, at 6:03 PM, Artem Marchenko wrote: > 1. What is a good path to deploy icon? /usr/share/AppName ? The standard[1] freedesktop.org path for application icons should be used: /usr/share/icons/hicolor/90x90/apps/appname.png > 2. How do you refer to it from .desktop file? Just

Re: [SailfishDevel] opengl support in the sailfish emulator?

2013-07-09 Thread Thomas Perl
Hi, On Jul 9, 2013, at 2:06 PM, Wim de Vries wrote: > I have asked this question before, but got no answer. > Now the issue becomes more urgent for my project. > Trying again: > does/should the sailfish emulator support openGL (ES)? > thanks. Yes, OpenGL ES 1.1 and OpenGL ES 2.0 are supported in

Re: [SailfishDevel] Persistent storage

2013-06-19 Thread Thomas Perl
On Jun 19, 2013, at 10:53 PM, Markus Svensson wrote: > Does anyone know where the emulator stores the SQLite databases? I would like > to inspect it manually for debugging purposes, but have not managed to find > it yet (by logging into the emulator from the command line and poking around). >Fr

Re: [SailfishDevel] how to find (QML) objects other than rootObject

2013-05-13 Thread Thomas Perl
Hi Wim, On May 13, 2013, at 3:24 PM, Wim de Vries wrote: > I am setting up the default Sailfish ("Hello sailors" app) project with all > kinds of QML-C++ communication. > After > object = view->rootObject("main.qml"); > I get the main.qml object (created via QDeclarativeView's setSource() ). > B

Re: [SailfishDevel] SDK - PySide projects?

2013-05-11 Thread Thomas Perl
Hi Matt, 2013/5/11 Matt Austin : > I'd love to update the application for SailfishOS (I'm anticipating it > hopefully will be mostly QML changes), and have just downloaded and > installed the SDK. I'm about to fire up the "Sailfish OS Emulator" in > VirtualBox and SSH in, but I just wanted to chec

Re: [SailfishDevel] Does the Sailfish example application create a QDeclarativeEngine?

2013-05-04 Thread Thomas Perl
Hi, 2013/5/4 superpelican : > I'm writing a QML/Sailfish Silica app that will use the logic of a CLI C++ > application I had already written. I've also already created a QML/Silica > UI. So I will need to let C++ and QML communicate (for example the C++ code > has to know when a QML Button is clic

Re: [SailfishDevel] Sailfish Emulator on Lubuntu: SSH not working

2013-04-27 Thread Thomas Perl
Hi Christopher, 2013/4/27 : > I can ssh to the SDK VM, but get errors when I SSH to the Emulator VM. > > I get "Permission denied (publickey)." Should be similar to the one problem mentioned in the known issues page[1]: If you get "Agent admitted failure to sign using the key" when usin

Re: [SailfishDevel] qt-components-devel is installed, but Qt Creator does not agree

2013-04-10 Thread Thomas Perl
Hi Christopher, 2013/4/10 : > Last night I installed the mer/SailfishOs package "qt-components-devel" > (which contains the "com.nokia.meego" components). At least for me, the package is called "qt-components" and has to be installed in the Emulator, as it's loaded dynamically at runtime (it doe

[SailfishDevel] Silica Wishlist: InfoBanner

2013-03-02 Thread Thomas Perl
Hi, While porting some application from Harmattan to Sailfish, I noticed that something similar to Harmattan's QML InfoBanner is missing in Sailfish Silica, which is useful for showing non-important notifications / non-critical errors: http://harmattan-dev.nokia.com/docs/library/html/qt-component

[SailfishDevel] Silica ScollDecorator: flickable / flickableItem property

2013-03-01 Thread Thomas Perl
Hi again, When porting from Harmattan Qt Components to Sailfish Silica, the API for ScrollDecorator has changed a bit: http://harmattan-dev.nokia.com/docs/library/html/qt-components/qt-components-meego-scrolldecorator.html https://sailfishos.org//sailfish-silica/qml-sailfishsilica-scrolldecorator

[SailfishDevel] Silica: On-page drag interaction vs. page switching

2013-02-28 Thread Thomas Perl
Hi, While porting gPodder, I've noticed that right now, a drag interaction on a page (e.g. seek bar for audio playback) conflicts with the "drag to go back to previous page" gesture, see the video here: http://youtu.be/dRYBG1fQ-kU Is there anything I can do to "capture" the events and prevent th