Yes. That is one case.
From: Marcin Mielniczuk [mailto:marmistrz...@gmail.com]
Sent: 19. helmikuuta 2018 9:55
To: Sailfish OS Developers; Kimmo Lindholm
Subject: Re: [SailfishDevel] Keep an application running without keeping the
window open
Do I understand correctly that the dbus daemons run
One small daemon you can take a look is my call fhasher
https://github.com/kimmoli/callflasher
for complex one, take a look at tohkbd2 . it has 2 daemons, system and user,
and ui app that all communicate together over dbus
-kimmo
Lähettäjä: Devel [mailto:devel-boun...@lists.sailfishos.org] Puol
Set backNavigation and forwardNavigation to false when you dont want to allow
navigation.
(not tested, just looked from sources)
ref
https://github.com/dm8tbr/sailfishsilica-qt5/blob/master/usr/lib/qt5/qml/Sailfish/Silica/Page.qml#L88
-kimmo
Lähettäjä: Devel [mailto:devel-boun...@lists.sailfis
You’re missing the property name. You need:
string:Powered variant:boolean:true
ref:
https://together.jolla.com/question/56437/i-would-like-to-toggle-internet-connectivity-via-terminal-with-dbus/
typedCall('SetProperty', [ {'type':'s', 'value': 'Powered'}, {'type':'v',
'value': valuet}], …);
r
Hi,
You need to make your own iconprovider. Explained here
https://together.jolla.com/question/44325/iconbutton-how-to-use-own-icons-with-highlight/
-kimmo
-Original Message-
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of decon
Sent: 4. maaliskuuta 2017 18:09
To:
openssl requires full chain bundles, it can’t do discoveries on the fly, like
browsers do.
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of E.S.
Rosenberg
Sent: 5. tammikuuta 2017 22:03
To: Sailfish OS Developers
Subject: Re: [SailfishDevel] Troubleshooting *DAV
Hi Chirs et
think about this?
Regards,
Krzysztof
On 26.12.2016 12:20, Kimmo Lindholm wrote:
For testing, you can use e.g. a python script, see here
https://talk.maemo.org/showthread.php?t=92303
-kimmo
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Krzysztof
Lesiak
S
For testing, you can use e.g. a python script, see here
https://talk.maemo.org/showthread.php?t=92303
-kimmo
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Krzysztof
Lesiak
Sent: 26. joulukuuta 2016 12:41
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] ngfd ini fi
cover: null
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of joao
morgado
Sent: 2. joulukuuta 2016 4:05
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] How to make cover display the firstPage scaled
Hi sailors
My app UI is very simple, basically is just a timer clock
x27;t have PKGCONFIG += sailfishapp at all in my pro, just CONFIG +=
sailfishapp
Marcin
On 05.11.2016 08:07, Kimmo Lindholm wrote:
Yes. +1 for docs.
PKGCONFIG is a good way doing ir.
In .pro
CONFIG += link_pkgconfig sailfishapp
PKGCONFIG += mlite5 sailfishapp
in .spec
BuildRequires: pkgcon
Yes. +1 for docs.
PKGCONFIG is a good way doing ir.
In .pro
CONFIG += link_pkgconfig sailfishapp
PKGCONFIG += mlite5 sailfishapp
in .spec
BuildRequires: pkgconfig(mlite5)
-kimmo
Lähettäjä: Devel käyttäjän Marcin
Mielniczuk puolesta
Lähetetty: 4. marraskuu
Slider or is the Clock time selector available for us to customize?
> -Original Message-
> From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Marcin
> Mielniczuk
> Sent: 1. marraskuuta 2016 21:16
> To: Sailfish OS Developers
> Subject: [SailfishDevel] Recommended replac
But that should start for new ones on 20th oct, and full blockage april 2017 ?
So you should be still fine.
(this is not helping you problem though)
From: Devel [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Oleg Linkin
Sent: 16. lokakuuta 2016 17:28
To: Sailfish OS Developers
Subject:
Is this what you are looking for??
function getBottomPageId()
{
return pageStack.find( function(page)
{
return (page._depth === 0)
})
}
pageStack.pop(getBottomPageId(), PageStackAction.Immediate)
/* Remove all except bottom page, Thansk for Acce:
*
htt
You need these in QtCreator
https://github.com/CODeRUS/better-sailfishos-qmltypes/tree/Sdk1511/QtQuick/Layouts
see https://github.com/CODeRUS/better-sailfishos-qmltypes/blob/Sdk1511/README.md
You can install all or just a bit.
creds to coderus
-kimmo
> -Original Message-
> From: deve
> In theory you could use that to scale application's SVGs on device to target
> pixel ratio as post-install step, unfortunately it is ran as root and thus
> cannot be allowed for Store apps. Then you wouldn't need to hardcode the
> pixel ratios to build time scripts. I'll dig deeper to see what
> Let say I would like to create my custom set of icons for my app. Is there
> any good approach to figure out (in C++), which icon set is used in the
> system, which Zx.x?
dconf /desktop/sailfish/silica/theme_pixel_ratio or
/desktop/sailfish/silica/theme_icon_subdir
access with e.g. in qml
h
See here
ttps://together.jolla.com/question/44103/how-to-remove-all-except-bottom-page-from-pagestack/#post-id-44117
-kimmo
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
mmand: 89 - http//10.5.5.9:8080/gp/gpControl/status
:77 - ReadyState: 1
and after a very long time (at least it feels that way):
:77 - ReadyState: 4
:80 - Status: 0
/Kim
On fredag den 24. juni 2016 13.49.42 CEST Kimmo Lindholm wrote:
> And how it looks with your app?
&
And how it looks with your app?
Both captures have 200 response
Can show your code too?
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Kim Foder
Sent: 23. kesäkuuta 2016 23:33
To: devel@lists.sailfishos.org
Su
https://jolla.com/jollac
“Pure Sailfish OS 2.0 compatible with Android™ apps”
Lähettäjä: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] Puolesta Luca Donaggio
Lähetetty: 26. toukokuuta 2016 13:59
Vastaanottaja: Sailfish OS Developers
Aihe: Re: [SailfishDevel] [
You can also detect device type runtime.
https://github.com/kimmoli/chargemon/blob/master/src/cmon.cpp#L64
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Michael Fuchs
Sent: 14. maaliskuuta 2016 18:19
To: devel@lists
Check your { }
… this comment is not true } // end of first combo box: interval
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of mariusz sapinski
Sent: 24. helmikuuta 2016 11:45
To: devel@lists.sailfishos.org
Subject: [Sailfi
Something like this? http://kimmoli.com/tauhkaa/2016035612.png
Dialog
https://github.com/kimmoli/maira/blob/master/qml/components/MultiItemPicker.qml
is called from this
https://github.com/kimmoli/maira/blob/master/qml/fields/MultiSelectField.qml
ListModel items contains stuff that is pas
1. Install SDk
https://sailfishos.org/develop/sdk-overview/develop-installation-article/
2. Read some tutorials https://sailfishos.org/develop/tutorials/
3. Check api docs, specially Silica https://sailfishos.org/develop/docs/
4. Read Harbour FAQ https://harbour.jolla.com/faq
5. Code
6. Join us in
Ask from github support?
> -Original Message-
> From: devel-boun...@lists.sailfishos.org [mailto:devel-
> boun...@lists.sailfishos.org] On Behalf Of jollail...@gmail.com
> Sent: 20. tammikuuta 2016 16:05
> To: devel@lists.sailfishos.org
> Subject: [SailfishDevel] Usage data via Github Page
Try one more:
source: Qt.resolvedUrl("xml/asemat.xml")
And to debug, add this:
Component.onCompleted: {
console.log(source.toString())
}
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of jollail...@gmail
So I assume you want to make a pure QML application, without executable, not
just install files around?
This is something I have wanted to do also ages ago, so here is another really
simple example...
https://github.com/kimmoli/test5-app
You can deploy this as RPM with either arm or i486 targe
With SDK?
Add
TEMPLATE = aux
to .pro
add
BuildArch: noarch
in spec
ref https://github.com/kimmoli/test5
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of jollail...@gmail.com
Sent: 4. joulukuuta 2015 18:26
T
You could copy/create it from your app to /home/nemo/.config/harbour-nettiradio
folder on first application start.
e.g. Fingerterm (and tohkbd2) uses this approach.
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf
> Yeah grabToImage() is pretty costly due to the pixel readback. What you want
> is to draw your ShaderEffect into a texture and then draw that texture
> directly
> onto the canvas without going through the pixel readback / CPU memory code
> path that grabToImage would imply. Not sure how exactly
rom: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Kimmo Lindholm
Sent: 26. lokakuuta 2015 8:55
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] Drawing ShaderEffect to Canvas
Hi,
This relates to my Paint app. Doing tools to modify image, b
Hi,
This relates to my Paint app. Doing tools to modify image, blur, invert,
colorchannel swap etc. from area under your finger, like realtime brush.
Doing the bitmanipulation with javascript in canvas-onPaint works but even
simple things like invert are utterly slow.
Then I decided to give Sh
FYI: As reference design, which has passed harbour QA, providing all possible
icon sizes
https://github.com/kimmoli/paint/commit/8887370a0761673329ae73bd6179e65cca666c53
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Be
afaik emulator does not do all things correctly for the tablet, but
https://sailfishos.org/develop/docs/silica/qml-sailfishsilica-sailfish-silica-sailfish-silica-screen.html/
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of tisno.de
Sent:
https://harbour.jolla.com/faq#1.5.0
Own imports must be harbour-app-named.
-kimmo
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän Alexander Ladygin
[fake...@gmail.com] puolesta
Lähetetty: 8. lokakuuta 2015 05:16
Vast
Just noted that rpm versions needs to be identical for both, armv7hl and i486
arch binaries.
e.g. harbour-heebo-0.3.2-10.1.armv7hl.rpm and harbour-heebo-0.3.2-10.2.i486.rpm
will fail to upload in harbour.
-kimmo
> -Original Message-
> From: devel-boun...@lists.sailfishos.org [mailto:de
add sailfishapp also to the PKGCONFIG
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän tw_bolek
[tw_bo...@op.pl] puolesta
Lähetetty: 16. syyskuuta 2015 23:55
Vastaanottaja: devel@lists.sailfishos.org
Aihe: [Sa
do you have such in your .pro
CONFIG += link_pkgconfig
PKGCONFIG += Qt5SystemInfo
?
-kimmo
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän tw_bolek
[tw_bo...@op.pl] puolesta
Lähetetty: 16. syyskuuta 2015 23:
Hi,
VDD you can control as nemo. For INT pin you need to export the GPIO as root,
then you can read it as nemo (IIRC)
https://github.com/kimmoli/i2ctool/blob/master/src/i2cif.cpp#L45
https://github.com/kimmoli/tohkbd2/blob/master/daemon/src/toh.cpp#L75
i also started writing daemon for the gpi
Hi,
>From various changelogs, and from here
>https://twitter.com/capricotwi/status/611188750505373696/photo/1 it is clearly
>visible that store is supporting (or soon does) microdonations via Flattr.
How to enable this feature? When this will be public? Nothing yet in
https://blog.jolla.com/ ?
Similar things as earlier.
Don't give y to Pulldownmenu, breaks.
Dialogheader not in Dialog, but in child.
https://gist.github.com/kimmoli/626c838174682c1f6f20
This uses SilicaFlickable as first child of dialog.
-kimmo
Thomas Tanghus kirjoitti to kesäkuuta 11 05:14:07 2015 GMT+0300:
> Hi
>
>
my 5 cents...
SilicaFlickable had no width and no contentHeight, that’s why it propably
didn’t work.
top-anchors don’t work inside a column.
images with inside label text ?
put DialogHeader inside flickable (AFAIU) and anchor column to its bottom.
https://gist.github.com/kimmoli/128617176883530
https://github.com/tonercloud/fuelpad/blob/master/harbour-fuelpad/qml/pages/FuelpadPage.qml#L88
pass carmodel.get(index) to the function? (or carListview.model.get(index) )
instead of "model"
-kimmo
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun
=
> >> ERROR [libQt0Feedback.so.0] Cannot require shared library:
> >> 'libQt0Feedback.so.0'
> >> INFO [harbour-sailraid] Please see our FAQ here:
> >> https://harbour.jolla.com/faq#2.6.0 how to use
> >> '__provides_exclude_from' and '
I'm also not worried on mobile side, but more on allowing ssh in while visiting
random wlan networks.
If the wlan network configuration had something like "home network" and "public
network", and ssh logins allowed only on "home network" ?
I remember also seeing an app for allowing ssh in only a
afaik no, but you can read it from file /etc/sailfish-release and look for
VERSION_ID=
-kimmo
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän Mykola Vovchok
[nico...@gmail.com] puolesta
Lähetetty: 24. maalis
this works as nemo
systemctl --user restart lipstick
and this as root
systemctl-user restart lipstick
-kimmo
Thanks.
I had to run that as root to make it work.
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubsc
at least over dbus with e.g.
dbus-send --type=method_call --print-reply
--dest=com.jolla.lipstick.ConnectionSelector /
com.jolla.lipstick.ConnectionSelectorIf.openConnection string:wlan
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Luis Manue
launch email app from QML
Qt.openUrlExternally("mailto: h...@hippa.com" +
"?subject=Bug report" +
"&body=Write here what is wrong...")
Have no experience is this allowed in Harbour?
-kimmo
> -Original Message-
> From: devel-boun...@lists.sailfishos.org [mailto:devel-
>
As said below;
> Currently the SDK includes Tutorial, Design and API Documentation, and
> these are not available on the website.
Start SDK, click help on sidebar, last item from contents "Sailfish silica
reference"
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[
..and use rpm pre-validation tool in SDK tools, either through QtCreator (left
toolbar SailfishOs (or Ctrl-5)), or accessing them with external browser at
address http://127.0.0.1:8080
-kimmo
just rename your extension import to harbour.it.mupp.core and read
https://harbour.jolla.com/faq
19.
Credits belong to Stefano, https://twitter.com/zzste/status/556158724847726593
On 16.01.2015 15:03, Soumya Bijjal wrote:
> * prototyping excrypted filesystem
meant to write encrypted ofcourse, thanks Kimmo for drawing my attention
to it :)
-Soumya
___
Had similar non-responsive issues (on win7 x64), but without doing anything,
just being patient, hangs did stop happening after a few hours.
So far so good.
Heard that others have had similar issues too.
I didn’t found any specific reason for this.
-kimmo
From: devel-boun...@lists.sailfishos.o
...lesson learned :)
>This is why #defines are a terrible idea when there are alternatives. First,
>the pi number is already defined as M_PI in math.h.
>Second, if you have to do that, and specify constants, use a "const double foo
>= ...". The compile errors (if any) will be much >more meanin
...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Kimmo Lindholm
Sent: 8. tammikuuta 2015 11:20
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] Build with sailfish latest on mer-obs fails, QVariant,
double (?)
My toholed daemon is built on mer-obs, succesfully
My toholed daemon is built on mer-obs, succesfully built previously during
October.
Now the repo has propably been updated to latest sailfish release, and build
fails strangely. (Rebuilt for some reason 6th Jan)
That include file trace doesn't help at all.
build-log says this for error:
(Comple
Don't know how you do it, but I use 'deploy project' from the Build menu (not
from the left-bottom-corner toolbar) and it works for me.
And iirc my settings are defaults;
https://app.younited.com/?shareObject=3ca32a4b-94b7-1352-31d5-712020ff2c2f
The rpm appears in ..\build-projectname\RPM
Just for that your yaml says:
License: GPLv3
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän i...@heubergen.me
[i...@heubergen.me] puolesta
Lähetetty: 2. joulukuuta 2014 21:15
Vastaanottaja: Sailfish OS Devel
Hi,
https://gitorious.org/mkpokerplanning/mkpokerplanning/ ?
Try to close project, delete .pro.user, delete build- dir, reopen project,
Reconfigure it.
then hit deploy.
deployed for me (after adding / after %{_datadir} in yaml)
- '%{_datadir}/harbour-mkpokerplanning'
- '%{_datadir}/harbour-mkpo
Run the pre-validation tool from SDK, if you get green there, it’s much closer
to approval…
(I prefer accessing it through browser, http://127.0.0.1:8080/C/harbour_tools/ )
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Peter Pykäläinen
Hmm, I can't see any mails sent by "Chris Sparks" to the list , only replies to
those.
-Original Message-
El Saturday 22 November 2014, Chris Sparks escribió:
> My email tool only has compose, reply and reply-all. So my choices are
> limited.
Yes, that's the point. When you compose a
Isn’t that h-version already outdated ? (5 days ago)
http://www.iana.org/time-zones
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Andrea Bernabei
Sent: Sunday, October 26, 2014 5:13 PM
To: Sailfish OS Developers
Subject: Re: [SailfishDevel] Ple
Hi,
I use following dbus approach;
"com.nokia.mce", "/com/nokia/mce/signal", "com.nokia.mce.signal",
"sig_call_state_ind"
Looking for strings "ringing", "active", "none" with small state-machine.
When someone calls to the phone, "ringing" -> answered "active" -> not
answered/hangup "none"
Ma
implement that other method too.
-kimmo
On 29 Sep 2014, at 16:43, Mohammed Hassan wrote:
> On Sat, 27 Sep 2014 16:28:42 +
> Kimmo Lindholm wrote:
>
>> Hi,
>>
>> Just wanted to give a follow-up on this topic;
>>
>> You are affected if you are d
Hi,
Just wanted to give a follow-up on this topic;
You are affected if you are drawing on Canvas (and don't want to repaint it
completely when returning to application)
Symptom is that canvas gets cleared when going away from application
(minimizing it to cover)
The simplest way to not allow r
FYI, my question in Together >>
https://together.jolla.com/question/53560/qaudiodecoder-support-missing/
-kimmo
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
Sent: Wednesday, August 13, 2014 10:20 PM
To: Sailfish OS Developers
Subject: Re: [SailfishDevel] app crashed when using Canvas in Dialog page
No vkb used on that page. Only couple of TextSwitch:es
-Samuli
2014-08-13 22:15 GMT+03:00 Kimmo Lindholm
mailto:kimmo.lindh...@eke.fi>>:
Do you have v
Do you have virtual keyboard visible when closing dialog?
https://together.jolla.com/question/44780/closing-dialog-with-vkb-active-breaks-canvas-on-returning-page/
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Samuli Silvius
Sent: Wedne
-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Kimmo Lindholm
Sent: Saturday, August 09, 2014 11:46 AM
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] After building app with latest SDK, gives
dconf-critical
Hi,
I just started to make some improvements
Hi,
I just started to make some improvements to my paint app, and since last build
I have updated SDK.
No changes made to the source, SDK builds and deploys without problems.
But when app is launched on phone, I get lots of following errors:
(process:23185): dconf-CRITICAL **: unable to crea
As a workaround, IMEI seems to be available from sysfs:
/sys/devices/system/soc/soc0/imei
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.org] käyttäjän Andreas Heil
[i...@aheil.de] puolesta
Lähetetty: 26. heinäkuuta 2014 08
You can make your own modified template easily.
i did... https://github.com/kimmoli/Sailfish-qtcreator-wizard
(for some reason i did remove yaml, and use only spec)
-kimmo
Lähettäjä: devel-boun...@lists.sailfishos.org
[devel-boun...@lists.sailfishos.or
TJC has answer for this:
https://together.jolla.com/question/18240/more-colors-in-silica-color-picker/
-kimmo
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Marcin M.
Sent: 19. heinäkuuta 2014 21:43
To: devel@lists.sailfishos.org
Subject: [Sail
>Fatal error: Failed to obtain authentification
In 1.0.8.19 you need to use pkcon as root (devel-su)
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Steffen Förster
Sent: 16. heinäkuuta 2014 21:27
To: devel@lists.sailfishos.org
Subject: [Sailf
uuta 2014 15:31
To: devel@lists.sailfishos.org
Subject: Re: [SailfishDevel] Sailfish OS SDK July update - VirtualBox 4.3.14
for Windows broken
404 by your link
16.07.2014 18:29, Kimmo Lindholm пишет:
> FYI
>
> When installing SDK, I updated also the VirtualBox to latest version, which
FYI
When installing SDK, I updated also the VirtualBox to latest version, which was
not so good decision...
Seems that VirtualBox 4.3.14 for Windows is broken. Use 4.3.12 with SDK (or
some other version)
Some more here: https://forums.virtualbox.org/viewtopic.php?f=6&t=62597 - at
least I got
does QDBusConnection::sessionBus().lastError().message() give any details on
error?
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Mikael Hermansson
Sent: Thursday, June 12, 2014 10:25 AM
To: sailfish-devel
Subject: [SailfishDevel] rpminstall si
der and it
doing all internal work for you.
31.05.2014 23:47, Kimmo Lindholm пишет:
Hi,
I'm using IconButton component as the highlight is just what I would like to
use to show that corresponding function is active.
But I can't use it with my own icons. They need to me from image://the
Hi,
I'm using IconButton component as the highlight is just what I would like to
use to show that corresponding function is active.
But I can't use it with my own icons. They need to me from image://theme to
work, or am I doing something wrong here?
This works nicely with stock-icons, e.g.
Ico
Testing TJC with development issues;
https://together.jolla.com/question/43768/dialogconnect-function-loses-its-parent/
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Denis Zalevskiy
Sent: 26. toukokuuta 2014
To take TJC in use, atleast we need to agree a specific tag to be used;
(atm seems that there are few in use: app-development, development, silica,
qml, ...)
And then subscribe that tag, you got them all in your mail.
-kimmo
-Original Message-
From: devel-boun...@lists.sailfishos.org
[
I give my vote for "Gone Fishing" Q&A site
hmm http://stackoverflow.com/questions/tagged/sailfish-os
>>>
Now since a forum is suggested, I cannot resist to propose my favourite way of
finding and sharing developer experience: a Q&A site (think Stack Overflow).
Even if there is together.jolla.
(No actual question here but my observations)
Just noticed that depending how i start my application on the phone,
DatePickerDialog returns different values.
If started from ssh session, dateText returns "24 May 2014"
If started from launcher icon (as normally user would do) or from fingerterm,
OK, NOW YOU GET THIS PERSONAL BY MENTIONING FINNS. GET A SNICKERS FILIP REALLY !
AS A FINN, I WILL SAY THAT TODAY I HAVE MORE HOPE AND TRUST ON JOLLA THAN EVER.
WE ARE ALWAYS REALLY PROUD OF WHAT WE DO, EVEN WHEN DOING SHIT - LITERALLY.
AS A COMMUNITY MEMBER, I WILL SAY ONLY THIS - THANK YOU FOR
github.com/Ortofta/SilicaNote
The code quality is probably not the best - these are my first baby steps in QT
and Sailfish. ;)
Regards,
Markus
23 maj 2014 kl. 08:52 skrev Kimmo Lindholm
mailto:kimmo.lindh...@eke.fi>>:
Hi,,
Thank you Janne and Jarko, I will take a look on both of
Juha Kallioinen
Sent: 23. toukokuuta 2014 13:18
To: devel@lists.sailfishos.org
Subject: Re: [SailfishDevel] Screenshots in silica reference
On 23.05.2014 08:21, Kimmo Lindholm wrote:
> Hi,
>
> I so would like to see screenshots in silica reference.
>
> Like there is on "common p
Hi,,
Thank you Janne and Jarko, I will take a look on both of these approaches;
> use the QSqlQueryModel in your c++ and expose that to QML ; just like in :
> http://qt-project.org/wiki/How_to_use_a_QSqlQueryModel_in_QML
> subclassing QAbstractItemModel. See
> http://qt-project.org/doc/qt-5/q
Hi All,
What would be the best method to populate ListModel in QML from the C++ side?
I have sqlite database, which contents I would like to put on ListView.
List is changed only by user when deleting or adding entry, upon this action I
would like to update sqlite and then refresh listmodel.
-
Hi,
I so would like to see screenshots in silica reference.
Like there is on "common pitfails" -page.
-kimmo
--
Lähetetty Jollastani
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
Yep, it seems to work according to samples in componentgallery project.
-Original Message-
I am using GlassItem in Framrekkari and that is in official Jolla store. So it
seems to be allowed. :)
Best greetings
Buschmann
Am Sonntag, 18. Mai 2014, 07:33:13 schrieb Kimmo Lindholm:
>
Is the GlassItem still no-no ?
On Monday 06 January 2014 01:16 Martin Jones wrote:
> Hi,
>
> As a general rule, if it’s not documented then it isn’t public API.
>
> The GlassItem API hasn’t been reviewed for public use. It will
> probably change and is not safe for use.
___
Any progress on the documentation of OpacityRampEffect ?
-kimmo
> On Mon, Jan 6, 2014 at 2:16 AM, Martin Jones wrote:
>>
...
>> OpacityRampEffect has been reviewed for public use, but is not yet
>> documented. We’ll do this asap.
___
SailfishOS.org
x android input. Thats 9000% better than hacking :)
On 25.02.2014 03:43, Kimmo Lindholm wrote:
Or something like that
(Running this on Jolla (1.0.3.8) and it is related to the qwerty toh keyboard)
I use uinput to send key events (EV_KEY) - these works ok,
but when I send e.g. KEY_LEFTSHIFT or
Or something like that
(Running this on Jolla (1.0.3.8) and it is related to the qwerty toh keyboard)
I use uinput to send key events (EV_KEY) - these works ok,
but when I send e.g. KEY_LEFTSHIFT or KEY_CAPSLOCK, a ? character appears as
"prefix" to the actual character.
e.g. sending KEY_A -
I have been listening this one (but it requires dbus still)
/* Nokia MCE display_status_ind
* No actual use with this, just make log entry. Display status returns
string: "on", "dimmed" or "off" */
static QDBusConnection mceSignalconn = QDBusConnection::systemBus();
mceSignalc
session bus (even when starting as user "nemo"), but it
autostarts as expected!
On Sun, Feb 2, 2014 at 9:20 PM, Dmitry
mailto:energyc...@gmail.com>> wrote:
Hi
You should run your daemon form user systemd unit.
https://wiki.archlinux.org/index.php/Systemd/User
On 1 February 2014 2
Hi,
I'm using QtDBus in my daemon (systemd service), and I can register my own
service on systemBus, and also can connect to systembus signals.
When starting executable from command line it runs ok and connects also to the
sessionbus signals successfully.
but when it is started via systemctl sta
Confirm this too.
Had a "hearbeat" counter between C and QML. (wrote from QML , C increments +1
and emits signal that it is changed)
This was not incremented if i started app from command line (ssh) when screen
locked.
-kimmo
Lähettäjä: devel-boun.
I have put my .service file under systemd/system –folder and used systemctl
enable (not -user) and it starts successfully at boot.
I start it without invoker (ExecStart directly calls the executable)
(But I need root access for the daemon)
From: devel-boun...@lists.sailfishos.org
[mailto:deve
1 - 100 of 142 matches
Mail list logo