[SailfishDevel] QtMobility and Python bindings

2013-07-17 Thread Osmo Salomaa
? Is there a development repository where I could find this kind of stuff (like extras-devel was at Maemo)? [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671356 -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtMobility and Python bindings

2013-07-17 Thread Osmo Salomaa
part of Qt. I guess I was wrong. A useless battle continues. I guess I better hold off on writing any Python code. In addition to what you mention, I suppose there's a switch to Python 3 around the corner (or at least should be by now). -- Osmo Salomaa otsal...@iki.fi

[SailfishDevel] qmlscene error handling

2013-12-15 Thread Osmo Salomaa
id apparently out of scope, solved by moving the Python block from under ApplicationWindow to under Page and (2) I mistyped a method call, 'addItem' instead of 'addMapItem'. -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] qmlscene error handling

2013-12-15 Thread Osmo Salomaa
15.12.2013 18:30, Wim de Vries wrote: I don't know about Python, but QML is giving no feedback at all (even console.log does not work) since the SDK update. See no output from console.log topic above. Possibly related. I'm still on the previous version. console.log works. -- Osmo Salomaa

Re: [SailfishDevel] (QtLocation 5.0) Coordinate is not a type

2013-12-22 Thread Osmo Salomaa
to define tile sources in QML? The Qt Location Map Plugin API seems a gigantic OO monster for the simple usual case of wanting to specify a custom tile URL. -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

[SailfishDevel] RPM-packaging for Python/QML applications

2013-12-29 Thread Osmo Salomaa
++ ('SailfishApp::main(argc, argv)'). Why such a travestry instead of a shell script calling qmlscene or sailfish-qml? -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] prefered way to build rpm package for a project written in python/pyotherside?

2014-03-05 Thread Osmo Salomaa
RELEASING, Makefile and rpm/*.spec) -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

[SailfishDevel] Profiling QML

2014-05-01 Thread Osmo Salomaa
? -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtLocation/Map does nothing ?

2014-10-15 Thread Osmo Salomaa
the zoom level under onCompleted. https://bugreports.qt-project.org/browse/QTBUG-40779 -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Sailfishos.org site renewal!

2015-01-31 Thread Osmo Salomaa
-language folks don't use and don't want to use the SDK (much) at all. I hope documentation quickly returns to the website as well. I personally have a scrape of the old documentation (indexed for use with Emacs and helm-dash), so I'm fine, but others might not be fine. -- Osmo Salomaa otsal

Re: [SailfishDevel] QtFeedback 5.0 not allowed? Really?

2015-04-30 Thread Osmo Salomaa
the SDK and the allowed version of QtPositioning is already in Sailfish OS. -- Osmo Salomaa otsal...@iki.fi ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SailfishOS SDK 1510 and launcher icon for tablet version

2015-10-20 Thread Osmo Salomaa
or recommendations about how to handle in-app icon sizes to accomodate both phone and tablet users? Can and should we load SVG icons in QML? -- Osmo Salomaa <otsal...@iki.fi> ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] About applications presenting a map interface

2015-09-03 Thread Osmo Salomaa
[1] https://lists.sailfishos.org/pipermail/devel/2014-December/005405.html [2] https://www.mapbox.com/blog/qmapboxgl/ -- Osmo Salomaa <otsal...@iki.fi> ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Resolution-independent in-app icons

2016-07-21 Thread Osmo Salomaa
1000; for (var i = 0; i < ratios.length; i++) { var diff = Math.abs(Theme.pixelRatio - ratios[i]); minIndex = diff < minDiff ? i : minIndex; minDiff = Math.min(minDiff, diff); } var ratio = ratios[minIndex].toFixed(2); return

[SailfishDevel] Resolution-independent in-app icons

2016-07-20 Thread Osmo Salomaa
of different sizes and loads the closest match at runtime? -- Osmo Salomaa <otsal...@iki.fi> ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Recommended replacement for a spinner?

2016-11-01 Thread Osmo Salomaa
be good. TextField { inputMethodHints: Qt.ImhDigitsOnly } Silica does offer a slider, but it's probably bad if the integer is indeed arbitrary, as you'd need to set a minimum and maximum, and a linear scale between them might not be appropriate. -- Osmo Salomaa <otsal...@iki

Re: [SailfishDevel] [Reminder] Sailfish OS Open Source Community Collaboration Meeting 9th of January 2017

2017-01-08 Thread Osmo Salomaa
neral". -- Osmo Salomaa <otsal...@iki.fi> ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Missing /usr/bin/sailfish-qml on the phone

2017-10-19 Thread Osmo Salomaa
that happens both with OpenRepos + Warehouse and the manual way you describe. Please try to do something about this, it's annoying to tell users they need developer mode and command line just to install an RPM. https://together.jolla.com/question/132628 https://github.com/otsaloma/poor-maps/