Hmm that might be harder than you think.
You can use Scratchbox2; although I personally have not touched it.
On Wed, Nov 27, 2013 at 2:57 AM, Matthias Fulz wrote:
> Hi,
>
> could someone explain me, how I can use the Sailfish SDK without the
> included
> qt-creator, please?
>
> I just need to k
On Fri, 2013-11-22 at 17:21 +0200, Mohammed Hassan wrote:
> GStreamer is not a supported store API for now. I am sure this will
What does that mean ? I can't submit any apps that use gstreamer to the
Harbour ?
> change soon especially after we transition to GStreamer 1.x (Currently
> all our medi
Okay.
The use case is, that I have a simple setting (the campus the user's on)
and I'd like to have him be able to change it on the fly from a simple
list, even though it doesn't need to be visible all the time
--
Lauri Lavanti
laurilava...@gmail.com
--
Lähettäjä: Mart
Hi,
This will not work and I can’t imagine this case being made to work in the
future. The pulley menus are designed to be pulled down to highlight an option
and released to select. A ContextMenu/ComboBox inside a pulley menu is
incompatible with the interaction design of the pulley menu.
Perh
Hi,
could someone explain me, how I can use the Sailfish SDK without the included
qt-creator, please?
I just need to know what needs to be done to create a new project, compile and
deploy.
I'm unable to find any tutorial or explanation on that.
Thanks,
Matthias
__
Hi,
I tried again Andrey's suggestion even cleaning everything manually but I
still got the same issue. However Artem's solution worked like a charm and app
is now submitted to QA.
A big THANK YOU to both of you.
Best regards.
PS: Icon doesn't show on emulator home screen but I guess it's beca
Hi,
thank you for your replies.
Andrey, I tried what you proposed but unfortunately it didn't work for me. I
will try again just to be sure and then I will try Artem's solution. If it
works for someone it must work for me also.
Best regards.
Unai.
On Tue Nov 26 14:50:14 2013 Andrey Kozhevnikov
Afaik there should be a developer mode.
On Tue, Nov 26, 2013 at 9:00 PM, wrote:
> Hi all
>
> Given that the first pre-order Jolla phones running Sailfish OS should be
> shipping in the next few days / weeks, will instructions soon be published
> how to test and deploy to real hardware?
>
> I am
2013/11/26 :
> Hi,
>
> What would be the ups and downs of replacing Linux with something like
> OpenBSD in Sailfish?
Ups I don't know, but seems like at least short term downs would be
losing most if not all hardware support and large chunks of core
software. I'm by no means familiar with OpenBS
Hi all
Given that the first pre-order Jolla phones running Sailfish OS should
be shipping in the next few days / weeks, will instructions soon be
published how to test and deploy to real hardware?
I am guessing that the process will be similar to that used for the
N9, but I may be wrong .
It would be quite a lot of work, I believe...
For one, sailfish is based on mer, which uses systemd, which is linux specific.
Then, the currently available (well, it will be available shortly!)
hardware needs Android drivers.
I have not been using BSD in a while... what are its advantages? In
em
Hi,
What would be the ups and downs of replacing Linux with something like OpenBSD
in Sailfish?
They say "perfection is achieved, not when there's nothing left to add, but
when there's nothing left to take away". It seems no other OS in the world
today embodies this as well as OpenBSD does.
T
>> If my understanding of the official documentation is right, then the home
>> folder of my development machine (where QtCreator runs) is shared with the
>> VM. This way the compiler can access the source.
>> But I want the other way around. Re-using header files already there on the
>> SDK ma
Hi Sven
Zitat von "Putze Sven" :
If my understanding of the official documentation is right, then the
home folder of my development machine (where QtCreator runs) is
shared with the VM. This way the compiler can access the source.
But I want the other way around. Re-using header files alread
Hi Christopher,
>
> http://flyingsheeponsailfish.blogspot.ch/2013/11/deploying-additional-packages-to.html
Thanks for the read. So I am not so wrong at all :-)
> You should not need to map any additional drives for Qt Creator to find
> headers, the SDK VM already has shared folders that access
Hi Sven
some of that is covered here:
http://flyingsheeponsailfish.blogspot.ch/2013/11/deploying-additional-packages-to.html
You should not need to map any additional drives for Qt Creator to
find headers, the SDK VM already has shared folders that access you
home drive (within which you ha
you should clean project and restart qmake to generate new Makefiles ;)
On 26.11.2013 19:48, Artem Marchenko wrote:
Or if you fail to correct this file (I failed whatever changes I do
and run qmake, Makefile generated still uses 90x90), you can ignore
CONFIG += sailfishapp and use that stuff ma
Or if you fail to correct this file (I failed whatever changes I do and run
qmake, Makefile generated still uses 90x90), you can ignore CONFIG +=
sailfishapp and use that stuff manually - you can see how it's done at
https://github.com/amarchen/Wikipedia/blob/master/src/src.pro
/Artem.
On Tue, N
Sure, you can edit file
SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/share/qt5/mkspecs/features/sailfishapp.prf
On 26.11.2013 19:33, Unai IRIGOYEN wrote:
Hi,
I submitted my app before naming policy change but it got rejected
according to new naming policy.
I fixed all naming to comply
Hi,
I submitted my app before naming policy change but it got rejected according to
new naming policy.
I fixed all naming to comply with new policy but I cannot change the
intermediate
install folder from
"/home/deploy/installroot/usr/share/icons/hicolor/90x90/apps"
to "/home/deploy/installro
Hi there,
For some time now I am wondering what the best practice would be for using
third party components. First off all I want to sketch my understanding so far:
# I can use any RPM package that is available via "zypper" on the emulator AKA
"The SailfishOS Emulator". SSH in that thingy and i
Hi,
Im hoping Im not the only one whos been trying something like this and
even more so I hope theres a solution for it:
Ive been trying to get a ContextMenu inside the PullDownMenu with code like
this:
PullDownMenu {
MenuItem {
ComboBox {
SilicaWebView does more than just wraps QtWebKit's WebView. Particularly
SilicaWebView also is somehow caring about pulley menu integration and the
rest of SilicaFlickable-like stuff that.. causes issues if you want to to
have an address bar above WebView and therefore need to wrap everything
into
As you say, Python is not the solution, short term...
Plus I don't really want to use it. I suppose it may make some task
easier, if you have the right library... But it adds another
interpreted language in the mix, and I would rather avoid it.
Anyway, I am not using A WebView at all: I cerate a W
Again lying - it is used in the same object, this will not work. 2x sorry :) I
should sleep more.
Martin
On Tuesday, November 26, 2013 09:02:19 AM Martin Kampas wrote:
> Not true - I overlooked the condition. sorry. Still you can implement your
> own version of QDeclarativeGeoMapItemBase::zoomLe
Not true - I overlooked the condition. sorry. Still you can implement your
own version of QDeclarativeGeoMapItemBase::zoomLevelOpacity() directly
in your app so that linker will meet this first.. :)
BR,
Martin
On Tuesday, November 26, 2013 08:56:12 AM Martin Kampas wrote:
> Hi,
>
> you might b
26 matches
Mail list logo