|
2019-08-26
, 21:55
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#12
|
what you saying is just works for me:
Code:import QtQuick 2.2 import Sailfish.Silica 1.0 import org.nemomobile.lipstick 0.1 Wallpaper { id: wallpaper // All properties are applied to the rasterized texture. Changing it // means updating the texture and is thus very expensive. So don't go // animating them. textureSize: Qt.size(isLegacyWallpaper ? Screen.width : Screen.height, Screen.height) // effect: "glass" overlayColor: Theme.colorScheme === Theme.DarkOnLight ? Qt.rgba(1.0, 1.0, 1.0, 0.35) // : Qt.rgba(0.0, 0.0, 0.0, 0.6) : Qt.rgba(0.18, 0.21, 0.24, 1.0) source: Theme.backgroundImage }
The Following 3 Users Say Thank You to levone1 For This Useful Post: | ||
|
2019-08-27
, 07:56
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#14
|
The Following 4 Users Say Thank You to coderus For This Useful Post: | ||
|
2019-08-27
, 09:28
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#15
|
|
2019-09-10
, 08:00
|
Posts: 34 |
Thanked: 30 times |
Joined on Nov 2011
|
#16
|
segfault at 4 ip 6fae6efa sp 77ae7c30 error 4 in libQt5Quick.so.5.6.3[6fa05000+264000] Sep 09 16:27:59 SailfishEmul kernel: Code: e0 01 e9 a8 fe ff ff 90 8d b4 26 00 00 00 00 90 55 89 e5 57 56 53 e8 a5 57 f2 ff 81 c3 15 c1 25 00 83 ec 5c 8b 7d 08 8b 45 0c <8b> 77 04 39 46 74 0f 84 7f 02 00 00 85 c0 74 1e 8b 45 0c 8d 76 00
0x6fb90efa 8b 77 04 mov 0x4 (%edi),%esi
The Following 5 Users Say Thank You to bobsikus For This Useful Post: | ||
|
2019-09-10
, 08:20
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#17
|
Hello guys, about coding, I have latest SDK 2.2.4. When I try to debug with gdb everything seems to work, except I does not have loaded correct symbols. Unfortunately there is a LOT of information about gdb, but I do not undestand them completely..
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2019-09-10
, 08:44
|
Posts: 34 |
Thanked: 30 times |
Joined on Nov 2011
|
#18
|
If the symbols are stripped there's probably a debuginfo rpm to install them.
What's the component that you are missing symbols on?
The Following 4 Users Say Thank You to bobsikus For This Useful Post: | ||
|
2019-09-17
, 19:03
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#19
|
DBusInterface { id: activeCall service: 'org.nemomobile.voicecall' path: '/calls/active' iface: 'org.nemomobile.voicecall.VoiceCall' signalsEnabled: true function lineIdChanged() { console.log("Got: " + activeCall.getProperty("lineId")); } }
DBusInterface { service: 'org.nemomobile.voicecall' path: '/' iface: 'org.nemomobile.voicecall.VoiceCallManager' signalsEnabled: true function activeVoiceCallChanged() { activeCall.path = "/calls/active"; if (activeCall.getProperty("isIncoming")) { … } } }
The Following 4 Users Say Thank You to Fuzzillogic For This Useful Post: | ||
|
2019-09-20
, 21:07
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#20
|
DBusInterface { id: activeCall service: '' path: '/calls/active' iface: 'org.nemomobile.voicecall.VoiceCall' signalsEnabled: true function lineIdChanged() { console.log("Got: " + activeCall.getProperty("lineId")); } }
The Following User Says Thank You to Fuzzillogic For This Useful Post: | ||
Telegram | Openrepos | GitHub | Revolut donations