Re: [SailfishDevel] SmoothedAnimation and Segmentation Fault

2014-01-04 Thread christopher . lamb
Hi Kimmo If you suspect that this is a general Qt bug (as opposed to Sailfish specific), then the best place is the Qt Project Bug Tracker: https://bugreports.qt-project.org/secure/Dashboard.jspa Do a search first to check if there is already a similar issue. Cheers Chris Zitat von

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Andrey Kozhevnikov
import Sailfish.Silica.theme 1.0 On 04.01.2014 16:49, Kimmo Lindholm wrote: I assume this is clear as daylight but I don't get it... I need to access Theme colors from javascript --file; I have successfully imported it .importSailfish.Silica1.0asSilica and in QtCreator after typing Silica. I

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

2014-01-04 Thread David Greaves
Just for the record this will fail to build on the Community OBS or even in a Mer Platform SDK using a SailfishOS target. Thomas and Timur's suggestions would work. David On 04/01/14 10:42, Putze Sven wrote: Hi, I should read my mails more often 8) Just figured out win32|macx{

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Andrey Kozhevnikov
.import Sailfish.Silica.theme var color_info = Theme.primaryColor On 04.01.2014 17:14, Kimmo Lindholm wrote: Tested, didn't work -- same results .importSailfish.Silica.Theme1.0asSilicaTheme var/color_info/=SilicaTheme.primaryColor; import Sailfish.Silica.theme 1.0 On 04.01.2014 16:49,

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Kimmo Lindholm
Gives following from .import line: [W] unknown:23 - qrc:///js/constants.js:23: SyntaxError: Unexpected token . If I add 1.0, I get warning [W] unknown:23 - qrc:///js/constants.js:23:1: Module import requires a qualifier (Docs say .import TypeNamespace MajorVersion.MinorVersion as Qualifier)

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Andrey Kozhevnikov
.import Sailfish.Silica.theme 1.0 as SilicaTheme function test() { console.log(color: + SilicaTheme.Theme.primaryColor) } // color: #ff On 04.01.2014 17:47, Kimmo Lindholm wrote: Gives following from .import line: [W] unknown:23 - qrc:///js/constants.js:23: SyntaxError: Unexpected

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

2014-01-04 Thread Putze Sven
Thanks, Thomas' hint of avoiding the conditionals convinced me somehow :-) BR. Sven On 04.01.2014, at 12:15, David Greaves david.grea...@jolla.com wrote: Just for the record this will fail to build on the Community OBS or even in a Mer Platform SDK using a SailfishOS target. Thomas and

Re: [SailfishDevel] Accessing Saifish theme from javascript

2014-01-04 Thread Kimmo Lindholm
Ahaa... I know now where the problem is. need to read last sentence from the documentation. I'm doing this in stateless lib... (.pragma library) I should have mentioned that already in first mail.. As they are shared, stateless library files cannot access QML component instance objects or

[SailfishDevel] SailfishSDK: bugs ( probadly known)

2014-01-04 Thread Mikael Hermansson
Some of problem I have seen with the SDK when working with under christmas/new year: Can't decide if this should be split and posted on together.jolla.com? Or is together only used for device related stuff? QtCreator: mer/emulator not started * when click yes. It would be nice if it

Re: [SailfishDevel] SailfishSDK: bugs ( probadly known)

2014-01-04 Thread Thomas Tanghus
On Saturday 04 January 2014 14:04 Mikael Hermansson wrote: Emulator: Lipstick crashing * lipstick randomly get black screen of dead. seems related to screensaver activates? restart lipstick doingpkill lipstick fixes the issue but annoying. And you can't just hold-and-drag with the mouse

[SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Timur Kristóf
Hi everyone, Since I read many mailing lists, I often want to reply to them while I'm on-the-go, but sadly, it seems that you can't really do this on the Jolla. I've found multiple bugs that basically render it extremely inconvenient (or sometimes even impossible) to reply to mailing list

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Oskari Tulonen
Hi, This is already reported on together.jolla.com, as you can see here: https://together.jolla.com/question/1087/bug-email-app-cant-reply-to-mailing-list-messages-properly/ ~Oskari On 01/04/2014 03:18 PM, Timur Kristóf wrote: Hi everyone, Since I read many mailing lists, I often want to

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Timur Kristóf
Hi, I know - I reported it. :) Just wanted to ask the opinion of people on this mailing list. Timur On Sat, Jan 4, 2014 at 2:31 PM, Oskari Tulonen ott...@wippies.fi wrote: Hi, This is already reported on together.jolla.com, as you can see here:

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Thomas Tanghus
On Saturday 04 January 2014 15:31 Oskari Tulonen wrote: Hi, This is already reported on together.jolla.com, as you can see here: https://together.jolla.com/question/1087/bug-email-app-cant-reply-to-mailing -list-messages-properly/ And

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Oskari Tulonen
Right, I didn't make the connection. I noticed the mailing list problem earlier: https://lists.sailfishos.org/pipermail/devel/2013-December/001867.html Other email app issues are mentioned here: https://lists.sailfishos.org/pipermail/devel/2013-December/002034.html These are what I could find

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Mikael Hermansson
On Saturday 04 January 2014 14.34.19 Timur Kristóf wrote: Hi, I know - I reported it. :) Just wanted to ask the opinion of people on this mailing list. seen it go vote people :) I think replyall issue should be fixed ASAP. However as some already stated. Bugreports about jolla apps

Re: [SailfishDevel] SailfishOS SDK in /opt

2014-01-04 Thread Marcin M.
Well, after opening the VM in Virtualbox, it's gotten fixed. Thanks! My installation log must've been overwritten, 'cause it has some downloadable content stuff. Thanks again! -- Marcin 2014/1/4 christopher.l...@thurweb.ch Hi Marcin Did you get any further on this? Zitat von Marcin M.

[SailfishDevel] Zypper and PackageKit

2014-01-04 Thread Marcin M.
Hi, I'm wondering, what are the advantages disadvantages of Zypper vs PackageKit. Why has the latter been selected for Sailfish as default? Regards, -- Marcin ___ SailfishOS.org Devel mailing list

[SailfishDevel] How to access html dom on SilicaWebView

2014-01-04 Thread Samuli Silvius
Hi, I would like to read dom object (with my javascript functions) loaded by SilicaWebView, how to access that on ready loaded webview? Br -Samuli ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Zypper and PackageKit

2014-01-04 Thread Andrey Kozhevnikov
afaik pakckagekit have easy queue management On 05.01.2014 00:40, Marcin M. wrote: Hi, I'm wondering, what are the advantages disadvantages of Zypper vs PackageKit. Why has the latter been selected for Sailfish as default? Regards, -- Marcin

Re: [SailfishDevel] Zypper and PackageKit

2014-01-04 Thread Martin Grimme
Hi, 2014/1/4, Andrey Kozhevnikov coderusin...@gmail.com: afaik pakckagekit have easy queue management Yes, PackageKit can queue transactions, and it can be operated without root privileges (which zypper would require). Sailfish/Nemo uses zypper's libzypp as backend for PackageKit, however.

[SailfishDevel] qt-components-qt5 are missing theme files

2014-01-04 Thread Marcin M.
Hi, I tried to experiment with the MeeGo components, and I noticed that the graphics for it are missing: Connecting to device... [D] QQmlDebuggingEnabler::QQmlDebuggingEnabler:1392 - QML debugging is enabled. Only use this in a safe environment. [D]

Re: [SailfishDevel] Harbour: Allow more libraries to link against

2014-01-04 Thread Alejandro Exojo
El Thursday 02 January 2014, Ville Ranki escribió: On 2013-12-27 22:16, Alejandro Exojo wrote: In the meantime, correct me if I'm wrong, but I understood that one can ship libraries in the package, as long as you care about setting RPATH (and other packaging issues) yourself. Can you

Re: [SailfishDevel] Zypper and PackageKit

2014-01-04 Thread Mikael Hermansson
On Saturday 04 January 2014 20.07.52 Martin Grimme wrote: Hi, 2014/1/4, Andrey Kozhevnikov coderusin...@gmail.com: afaik pakckagekit have easy queue management Yes, PackageKit can queue transactions, and it can be operated without root privileges (which zypper would require).

[SailfishDevel] Connman OpenVPN

2014-01-04 Thread Matthias Fulz
Hi, I'm working on a OpenVPN client for my Jolla, but it seems that connman is bugging around here: this is the comman which will be used by connman: openvpn --remote olz.dyndns.org --ca /home/nemo/OpenVPN/ca.crt --cert /home/nemo/OpenVPN/olz_mobile.crt --key /home/nemo/OpenVPN/olz_mobile.key