Re: [SailfishDevel] qml dbus send SMS

2015-03-18 Thread Roland Whitehead
On Tue, 17 Mar 2015 at 20:20:06, Michael Fuchs wrote: > This is exactly what the dbus call does. > But your approach looks simpler, will try this one as well. I wrote a nasty shell script to send SMS so that I could do so from my desktop over ssh. There might be some nuggets there that might help

Re: [SailfishDevel] (no subject)

2015-03-18 Thread Luciano Montanaro
Well, I am no expert on SDL. But apparently there should be a way to set orientation on wayland. The SDL_waylandwindow.h shows there is a qt_extended_surface pointer in the SDL_WindowData structure, which is used by the qt_extended_surface_set_content_orientation(struct qt_extended_surface *qt_ex

[SailfishDevel] qml dbus send SMS

2015-03-18 Thread Michael Fuchs
Hi there, this is my first post in this list, so hello to everyone. I want to write a small App, which helps writing SMS for booking a parking ticket in Vienna/Austria and later other cities as well. As i read the recommended way for sending messages from qml is using dbus. I found this comman

Re: [SailfishDevel] qml dbus send SMS

2015-03-18 Thread Michael Fuchs
This is exactly what the dbus call does. But your approach looks simpler, will try this one as well. On Tuesday 17 March 2015 19:16:20 Jonni Rainisto wrote: > Just a reminder to people that harbour QA will most likely reject > applications that send sms messages through dbus without opening offic

Re: [SailfishDevel] (no subject)

2015-03-18 Thread Iosif Hamlatzis
Regarding the orientation it's not something I can patch and submit, it's a thing for Jolla since it has to do with the video driver. Looking at the code of SDL2, I would say the hint for the orientation is iOS specific: >From the SDL_hints.h /** * \brief A variable controlling which orientati