[SailfishDevel] Saving state/config

2013-11-14 Thread Thomas Tanghus
/.config/appname[.ext] which could probably be accomplished better using QStandardPaths::writableLocation(QStandardPaths::ConfigLocation) but is that possible in QML? And which format should it be in? -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Thomas Tanghus
, Thomas Tanghus wrote: On Friday 15 November 2013 05:44 Jonni Rainisto wrote: import org.nemomobile.configuration 1.0 My n00bness shows again :P Will I have to add this module to my project? The SailfishOS-i486-x86 target only comes with org.nemomobile.ngf -- Med venlig hilsen / Best

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Thomas Tanghus
'value' I'm sure this is very trivial - but atm I'm stuck :P On 15.11.2013 20:48, Thomas Tanghus wrote: On Friday 15 November 2013 20:26 Andrey Kozhevnikov wrote: use QSettings as Jonni said and register own component to use in qml, if need, or export single class instance via

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Thomas Tanghus
in QML On 15.11.2013 23:32, Thomas Tanghus wrote: On Friday 15 November 2013 20:50 Andrey Kozhevnikov wrote: both are easy. check Qt Assistant. examples and api reference are inside your Qt Creator ;) Forgive me for non-SailfishOS questions, but I must be doing something wrong, even

Re: [SailfishDevel] Saving state/config

2013-11-15 Thread Thomas Tanghus
development. I've learned from the community a lot since I decided to awake my dormant Plasma widget Wednesday night :) QML/Silica makes creating apps a breeze once you know your way around it :) From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Thomas Tanghus

[SailfishDevel] Built-in icon theme?

2013-11-28 Thread Thomas Tanghus
In the example in the SDK, there are two examples of built-in icon, theme/icon-cover-next and theme/icon-cover-pause. Are there any other built-in cover icons that can be used? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org

Re: [SailfishDevel] ContextMenu inside a PullDownMenu

2013-11-29 Thread Thomas Tanghus
, koska avast! Antivirus http://www.avast.com/ suojaus on käytössä. ___ SailfishOS.org http://sailfishos.org/ Devel mailing list -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel

Re: [SailfishDevel] working on apps?

2013-12-17 Thread Thomas Tanghus
white screen when started. -kimmo -Original Message- From: devel-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Thomas Tanghus Sent: Sunday, December 15, 2013 8:49 AM To: Sailfish OS Developers Subject: Re: [SailfishDevel] working on apps

Re: [SailfishDevel] working on apps?

2013-12-17 Thread Thomas Tanghus
, this is a place where we can put some documentation until there might be a better place... though, otoh, since this is about embedded Linux, it's not exactly a wrong place either... -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel

Re: [SailfishDevel] working on apps?

2013-12-17 Thread Thomas Tanghus
. functionality should be added to the Jolla native clock (which timer can adjust only hours and minutes) He, I simply alias hours to minutes and minutes to seconds ;) -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

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

2013-12-19 Thread Thomas Tanghus
or on a device is pkcon. These two commands have slightly different options and one may not support all the functionality the other has. https://sailfishos.org/develop-packaging-apps.html under Tips and Tricks -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] QtMultimedia SoundEffect Vs Audio

2013-12-20 Thread Thomas Tanghus
property import QtMultimedia 5.0 as Media Media.SoundEffect { id: playSoundEffect source: ../wavs/test.wav volume: SYSTEM VOLUME HERE ?? } -kimmo -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] Jolla owner - day 1

2013-12-21 Thread Thomas Tanghus
be of importance. I did the update right away before anything else. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Jolla owner - day 1

2013-12-21 Thread Thomas Tanghus
On Sunday 22 December 2013 00:37 Ville Tiensuu wrote: Yeah, i also updated the device before doing anything. OK, so it's not a regression. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Jolla owner - day 1

2013-12-22 Thread Thomas Tanghus
is not very widely used, and making it base64 encoded doesn't make it easier ;) When sharing a Note it should just be plain text. [*] http://tools.ietf.org/html/rfc6352 -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] Jolla owner - day 1

2013-12-22 Thread Thomas Tanghus
On Saturday 21 December 2013 20:56 Martin Kolman wrote: 21.12.2013 20:44, Thomas Tanghus: - Twitter: Says »Creating account« then nothing. Doesn't ask for credentials. - XMPP: Silently fails on certificate error. Doesn't show up as an option in messages. I can confirm having both

Re: [SailfishDevel] Jolla owner - day 1

2013-12-22 Thread Thomas Tanghus
On Monday 23 December 2013 01:25 Thomas Tanghus wrote: On Saturday 21 December 2013 20:56 Martin Kolman wrote: 21.12.2013 20:44, Thomas Tanghus: - Twitter: Says »Creating account« then nothing. Doesn't ask for credentials. - XMPP: Silently fails on certificate error. Doesn't show

Re: [SailfishDevel] Jolla owner - day 1

2013-12-22 Thread Thomas Tanghus
anything) to a person whos account has both SMS and IM contact info. I have seen this at least with google and SMS. It is in place of send. Mysteriously now it shows..? Even says Change type instead of just Type. -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] How to handle app settings?

2013-12-29 Thread Thomas Tanghus
/net.tanghus.currencyconverter.sailfish.qml)); view-showFullScreen(); return app-exec(); } This way you don't get the warning. -- Best regards / Med venlig hilsen Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] No inbox?

2014-01-01 Thread Thomas Tanghus
venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

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

2014-01-04 Thread Thomas Tanghus
to get it going? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Using mailing lists on the Jolla

2014-01-04 Thread Thomas Tanghus
hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] ContextMenu with repeater

2014-01-05 Thread Thomas Tanghus
. ___ SailfishOS.org Devel mailing list -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] AAC support

2014-01-05 Thread Thomas Tanghus
-licensed-software-for-jolla-sailfishos/ mentions it. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Is pragmatically taking a screenshot possible?

2014-01-05 Thread Thomas Tanghus
and general rep ;) And you can do it as user nemo so it *should* work. For example, do you think this would work as a regular application on end consumer devices? I can't give a qualified answer to that, sorry. On 05/01/14 23:21, Thomas Tanghus wrote: On Sunday 05 January 2014 13:42 James

Re: [SailfishDevel] Undocumented Silica components

2014-01-07 Thread Thomas Tanghus
? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] xdg folder stuff: howto? more info

2014-01-08 Thread Thomas Tanghus
StandardPaths.data[1]|genericData[2] available in C++? [1] https://sailfishos.org/sailfish-silica/qml-sailfishsilica-standardpaths.html#genericData-prop [2] https://sailfishos.org/sailfish-silica/qml-sailfishsilica-standardpaths.html#data-prop -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] xdg folder stuff: howto? more info

2014-01-09 Thread Thomas Tanghus
On Thursday 09 January 2014 02:14 Robin Burchell wrote: On Wednesday 08 January 2014 09:22 Jonni Rainisto wrote: If QStandardPaths points to wrong directory then its a bug which should be fixed. On 09 Jan 2014, at 00:37, Thomas Tanghus tho...@tanghus.net wrote: Can we consider

Re: [SailfishDevel] Adding localization to sailfish app

2014-01-09 Thread Thomas Tanghus
On Thursday 09 January 2014 16:16 Pekka Vuorela wrote: On Thu, 2014-01-09 at 14:59 +0100, Thomas Tanghus wrote: On Thursday 09 January 2014 14:36 Luciano Montanaro wrote: From the shipped application desktop files it looks like that is the way. Didn't even think of looking

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

2014-01-10 Thread Thomas Tanghus
hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

[SailfishDevel] QML Timer stops running

2014-01-13 Thread Thomas Tanghus
about a minute more it stops running all together. Am I missing something obvious? The timer is defined at: https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/harbour-kitchentimer.qml#L76 -- Med venlig hilsen / Best Regards Thomas Tanghus

[SailfishDevel] Release versioning best practice?

2014-01-13 Thread Thomas Tanghus
version and release from harbour-appname-0.1-1.armv7hl to harbour- appname-0.1.1-2.armv7hl -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML Timer stops running

2014-01-13 Thread Thomas Tanghus
approval hypothetical as Sailfish effectively does that already... [1] https://github.com/lpotter/libalignedtimer/ -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML Timer stops running

2014-01-13 Thread Thomas Tanghus
, Jan 14, 2014 at 4:38 AM, Thomas Tanghus tho...@tanghus.net wrote: On Tuesday 14 January 2014 01:48 Jens Persson wrote: Have you tried timers from QtCore? They seem to work fine for me. At least with timers used in QML via view-rootContext()-setContextProperty() they seem to stop even

Re: [SailfishDevel] Release versioning best practice?

2014-01-14 Thread Thomas Tanghus
PM, Thomas Tanghus tho...@tanghus.net wrote: When packaging a bugfix release what is the best practice? 1. Just bumping the release number so the package name goes from harbour- appname-0.1-1.armv7hl to harbour-appname-0.1-2.armv7hl 2. Bump minor version from e.g. harbour-appname-0.1-1

Re: [SailfishDevel] QML Timer stops running

2014-01-14 Thread Thomas Tanghus
On Tuesday 14 January 2014 13:05 Graham Cobb wrote: On 14/01/14 01:14, Thomas Tanghus wrote: On Tuesday 14 January 2014 01:53 Ove Kåven wrote: No matter what OS or platform you're on, counting the number of times your timer callback is called is *never* a good idea, even on desktop PCs

Re: [SailfishDevel] How to translate (lupdate) ?

2014-01-14 Thread Thomas Tanghus
at 1:21 PM, Thomas Tanghus tho...@tanghus.net wrote: On Monday 13 January 2014 12:52 Timur Kristóf wrote: Here is how I do it: 1. Check the LANG environment variable 2. Check QLocale::system().name() Take a look at the code here: https://github.com/Venemo/puzzle-master/blob

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
} Thanks for the snippet. That will come in handy. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
On Wednesday 15 January 2014 12:48 Oleksii Serdiuk wrote: On 15/01/14 11:54, Thomas Tanghus wrote: On Wednesday 15 January 2014 08:26 Jonni Rainisto wrote: dont use libiphb every 5 seconds, that will kill batterylife for suspend (store QA will reject apps that eat battery). Its more meant

Re: [SailfishDevel] QML Timer stops running

2014-01-15 Thread Thomas Tanghus
On Wednesday 15 January 2014 18:33 Oleksii Serdiuk wrote: On 15/01/14 18:31, Oleksii Serdiuk wrote: On 15/01/14 13:16, Thomas Tanghus wrote: The reason for the 5-10 second wakeup is that I want to update cover until screen goes black, and I haven't found a way to detect

Re: [SailfishDevel] SailfishOS SDK January update available today.

2014-01-17 Thread Thomas Tanghus
in sync with Harbours verification tool? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Receiving notifications

2014-01-17 Thread Thomas Tanghus
Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML Timer stops running

2014-01-17 Thread Thomas Tanghus
don't know which way is the best but I know which is the laziest. Just throw in a few cool sounds to complement the obnoxious beeper. :) Greets Jens On Tue, Jan 14, 2014 at 12:32 PM, Thomas Tanghus tho...@tanghus.net wrote: That's an interesting approach :) I just might try

Re: [SailfishDevel] Receiving notifications

2014-01-18 Thread Thomas Tanghus
by the empty CC and missing In-Reply-To ;) On Fri Jan 17 2014 22:57:28 GMT+0100 (CET), Thomas Tanghus wrote: Did you ever get an answer to this? I'm mostly interested in showing app notifications on errors - I guess that's what you call banner notifications? On Wednesday 18 December 2013 15:54

Re: [SailfishDevel] Harbour compliant way to read contacts

2014-01-26 Thread Thomas Tanghus
own data. But 3rd parties of course shouldn't block development of standards like CardDAV - nudge-nudge ;) -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Preventing deep sleep for a few seconds?

2014-02-05 Thread Thomas Tanghus
On Wednesday 05 February 2014 08:16:32 Valerio Valerio wrote: Hi, On 05/02/14 02:58, Thomas Tanghus wrote: On Monday 03 February 2014 22:58:42 Ove Kåven wrote: But for scheduled wakeups (say I want the next synchronization to occur after 6 hours), I suppose the best option is to use

Re: [SailfishDevel] How to hide pushup menu?

2014-02-11 Thread Thomas Tanghus
misleading for the user in my situation. I would prefer to hide the whole PushUpMenu when there's no items that could be used. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] how can I translate the application name

2014-02-18 Thread Thomas Tanghus
it for Internationalization ? As example for Danish translations for one of my apps: Name=Currency Converter Name[da]=Valutaomregner -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] how can I translate the application name

2014-02-18 Thread Thomas Tanghus
launcher as the application name, But how can I translate it for Internationalization ? -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Harbour rules: request loading libraries from own folders, do not impose rules on the *source code*

2014-02-27 Thread Thomas Tanghus
needed. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Starting point for building packages

2014-02-27 Thread Thomas Tanghus
On Friday 28 February 2014 00:20 Artem Marchenko wrote: Also sailfish has quite strict rules on what can be used from where and what can be deployed where Jolla Harbour has very strict rules would be more correct ;) -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Tanghus
which ends up biting you in your behind on so many unforeseen areas. People are talking about banning apps with 'harbour-*' prefix, and the original issue that it's a first to the mill approach. -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] app OrganizationName and harbour

2014-04-05 Thread Thomas Tanghus
mobile apps (counting out WAP eons ago). [1] https://lists.sailfishos.org/pipermail/devel/2013-November/001523.html -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] Warning: File `Makefile' has modification time 0.51 s in the future

2014-04-14 Thread Thomas Tanghus
seconds(sic!) for every 24h :( -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] App rejected...

2014-04-28 Thread Thomas Tanghus
environment in order for some header files to be found properly. Regards, Arvid ___ SailfishOS.org Devel mailing list -- Best regards / Med venlig hilsen Thomas Tanghus ___ SailfishOS.org Devel

Re: [SailfishDevel] Discrimination and abuse from Jolla employee Thomas Perl

2014-05-22 Thread Thomas Tanghus
to that. This is a developer list, and an independent developer is having an issue with Jolla Oy/a Jolla employee and have had insufficient response going through the official channels, so I believe this is the proper place. -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] Acceptable Behaviour Guidelines - you decide

2014-05-24 Thread Thomas Tanghus
, for the lack of same. KDEs CoC is an excellent skeleton to use btw. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Acceptable Behaviour Guidelines - you decide

2014-05-24 Thread Thomas Tanghus
On Saturday 24 May 2014 15:25 Thomas Tanghus wrote: PS This thread is for generic guidelines - please keep any specific issues out of it. I forgot to mention that I much prefer a mailing list instead of a forum. -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] was Acceptable Behaviour.. -- Forum

2014-05-24 Thread Thomas Tanghus
- I would really have used that now :D -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Acceptable Behaviour Guidelines - you decide

2014-05-24 Thread Thomas Tanghus
with pineapple. I loathe both of them ;) -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] was Acceptable Behaviour.. -- Forum

2014-05-26 Thread Thomas Tanghus
. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Follow up on faenil's topics in Community meeting 24.04.2014 @ 10:00 UTC

2014-06-27 Thread Thomas Tanghus
On Thursday 26 June 2014 07:35 Eric Le Roux wrote: Hence my point... Cheers, Eric Eric, you *really* need to use a MUA that can do proper quoting. I have no idea what was you answer here. -- Med venlig hilsen / Best Regards Thomas Tanghus

Re: [SailfishDevel] Qt 5.2 in devel

2014-07-12 Thread Thomas Tanghus
a pretty good stress-test for finding corner cases, so we need to be careful. Next to KDE Frameworks 5 :) Not officially released yet though. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please

Re: [SailfishDevel] How to get feedback from Harbour users ?

2014-12-14 Thread Thomas Tanghus
of doing that, ppl don't realize the option. -- Med venlig hilsen / Best Regards Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] QML arrays and memory leak

2015-05-05 Thread Thomas Tanghus
Thomas Tanghus ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
-qml/blob/master/qml/pages/SoundDialog.qml#L34 -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
= !checked; Am 10.06.2015 16:03 schrieb Thomas Tanghus tho...@tanghus.net: Hi I have a weird issue: A Dialog with two TextSwitches and a Background area, and none of them registers tapping. I've been staring myself blind for several days, so now I've gotta ask here for some more

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two TextSwitches and a Background area, and none of them registers tapping. I've been staring myself blind for several days, so now I've gotta ask here for some more eyes ;) Link to github

Re: [SailfishDevel] Flattr support enabled in Jolla Harbour and Jolla Store!

2015-06-25 Thread Thomas Tanghus
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org -- Med venlig hilsen / Best regards Thomas Tanghus

Re: [SailfishDevel] PullDownMenu in a Dialog?

2015-06-11 Thread Thomas Tanghus
/626c838174682c1f6f20 This uses SilicaFlickable as first child of dialog. -kimmo Thomas Tanghus kirjoitti to kesäkuuta 11 05:14:07 2015 GMT+0300: Hi I have a Dialog with a SilicaListView as a file picker. Now I want to have a PullDownMenu with a single MenuItem to go one level up. It kinda

Re: [SailfishDevel] PullDownMenu in a Dialog?

2015-06-11 Thread Thomas Tanghus
used a similar example here. I've marked your msg for future reference :) 11.06.2015 07:14, Thomas Tanghus пишет: Hi I have a Dialog with a SilicaListView as a file picker. Now I want to have a PullDownMenu with a single MenuItem to go one level up. It kinda works, but the positioning

Re: [SailfishDevel] Problem with playing sounds in first application

2015-06-11 Thread Thomas Tanghus
(); } onStopped: { if(loopSound !forceStopped) { play(); } else { forceStopped = false; } } } -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed

Re: [SailfishDevel] Sailfishos.org site renewal!

2015-06-11 Thread Thomas Tanghus
/silica/ [2] http://qt-project.org/doc/qt-5.0/qtquick/qtquick-qmltypereference.html [3] http://doc.qt.io/qt-5/qtquick-qmltypereference.html -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Thomas Tanghus Sent: 10. kesäkuuta 2015 18:31 To: Sailfish OS Developers Subject: Re: [SailfishDevel] Dialog doesn't register taps On Wednesday 10 June 2015 16:46:15 Michael Fuchs wrote: After removing

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-16 Thread Thomas Tanghus
On Tuesday 16 June 2015 10:51:29 Simo Piiroinen wrote: On Tuesday, June 16, 2015 12:25:09 AM Thomas Tanghus wrote: On Friday 12 June 2015 12:47:42 coderusin...@gmail.com wrote: check mce dbus. There is should be a method bot unblanking screen. Been away since Friday

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-16 Thread Thomas Tanghus
when the time has passed. Otherwise it would drain too much on the battery. I use it in harboud-hud version openrepos. Do you have your code publicly available, so I could see an example on how to use it? Regards, Richard /Thomas On Tue Jun 16 17:01:13 2015 GMT+0200, Thomas Tanghus wrote

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-12 Thread Thomas Tanghus
to the foreground. But absolutely nothing happens when I call it. Is anybody using it successfully? https://github.com/tanghus/kitchen-timer-qml/blob/master/qml/harbour-kitchen timer.qml#L271 -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed

Re: [SailfishDevel] Problem with playing sounds in first application

2015-06-12 Thread Thomas Tanghus
intensive. -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-12 Thread Thomas Tanghus
regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-12 Thread Thomas Tanghus
around to do the final setup. Sent from Windows Mail From: Thomas Tanghus Sent: ‎Friday‎, ‎June‎ ‎12‎, ‎2015 ‎3‎:‎17‎ ‎PM To: devel@lists.sailfishos.org On Friday 12 June 2015 10:04:18 coderusin...@gmail.com wrote: Works for me flawlessly. Weird. Do you

Re: [SailfishDevel] Problem with playing sounds in first application

2015-06-12 Thread Thomas Tanghus
regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
On Wednesday 10 June 2015 16:46:15 Michael Fuchs wrote: After removing SilicaFlickable (do you need it?) it works. Your the Man! :) I honestly can't remember why I thought I needed it :P Am 10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two

[SailfishDevel] PullDownMenu in a Dialog?

2015-06-10 Thread Thomas Tanghus
-qml/blob/master/qml/pages/SoundSelectDialog.qml#L58 -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-12 Thread Thomas Tanghus
from deep sleep. I wonder if there's a way to activate the display? -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please

Re: [SailfishDevel] ApplicationWindow.activate() does nothing

2015-06-15 Thread Thomas Tanghus
programming anything using dbus. I've read a bit up on it now :) -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscribe, please send

[SailfishDevel] Apps own icon?

2015-07-22 Thread Thomas Tanghus
This may be a total n00b question, but I couldn't find anything about it: I want to show my apps icon in the About page - how do I access it? -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description: This is a digitally signed message part

Re: [SailfishDevel] Apps own icon?

2015-07-22 Thread Thomas Tanghus
Hi Michael On Wednesday 22 July 2015 15:04:16 Michael Neufing wrote: You can access the icon using something like image://theme/harbour-yourapp as source. Excellent! Hope this helps. Indeed it does :) -- Med venlig hilsen / Best regards Thomas Tanghus signature.asc Description

Re: [SailfishDevel] How to use Insomniac?

2015-10-14 Thread Thomas Tanghus
On Wednesday 14 October 2015 23:29:22 Thomas Tanghus wrote: > Sorry, no docs at all but it works mostly like a Timer component. OK, a little documentation ;) https://github.com/tanghus/kitchen-timer-qml/blob/master/src/insomniac/insomniac.cpp#L99 -- Med venlig hilsen / Best regards Tho

Re: [SailfishDevel] SDK version 1510 (1.1.9) is released

2015-10-14 Thread Thomas Tanghus
ility" of the Silica reference has gone AWOL in the process. As in you can't unfold the reference to see the different entries, but only go directly to the main page. If it doesn't get scrubbed by the mailing list software, you can see it in the attached screenie. -- Med venlig hilsen / Bes

Re: [SailfishDevel] How to use Insomniac?

2015-10-14 Thread Thomas Tanghus
in > >replacement"-thing ;) > >as apparently quite a few people are using it by now, but I don't think > >that's > >possible with the current Harbour rules? > > -- Med venlig hilsen / Best regards Thomas Tanghus A: Because it

Re: [SailfishDevel] How to use Insomniac?

2015-10-14 Thread Thomas Tanghus
drop-in replacement"-thing ;) as apparently quite a few people are using it by now, but I don't think that's possible with the current Harbour rules? PS: I wish I'd named it better now that others are using it, but I couldn't find a better name from the top of my head ;) -- Med venlig hil

Re: [SailfishDevel] Notifications API

2015-09-17 Thread Thomas Tanghus
xes JB#15014 * [conf] Allow org.nemomobile.notifications > Am 29.06.2014 17:54, schrieb Jonni Rainisto: > > https://github.com/nemomobile/mlite/blob/master/src/mnotification.h > > https://github.com/nemomobile/nemo-qml-plugin-notifications > > -- Med venlig hilsen / B

Re: [SailfishDevel] How to use Insomniac?

2015-09-26 Thread Thomas Tanghus
. -- Med venlig hilsen / Best regards Thomas Tanghus A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? signature.asc Description: This is a digitally signed message part. ___ SailfishOS.org Devel mailing list To unsubscri

Re: [SailfishDevel] How to use Insomniac?

2015-09-27 Thread Thomas Tanghus
to add under "Files:": - '%{_datadir}/%{name}/lib/harbour/simplestopwatch/insomniac' - '%{_datadir}/%{name}/lib/harbour/simplestopwatch' - '%{_datadir}/%{name}/lib/harbour' At least that's how it looks in my setup. -- Med venlig hilsen / Best regards Thomas Tanghus A: Because it br

[SailfishDevel] Error installing .desktop file

2019-08-19 Thread Thomas Tanghus
I am adding a subproject to my project, and since I did, the build stops with: + desktop-file-install --delete-original --dir /home/deploy/installroot/usr/share/applications '/home/deploy/installroot/usr/share/applications/*.desktop' Error on file

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Thomas Tanghus
> On 20.8.2019 2.23, Thomas Tanghus wrote: > > I am adding a subproject to my project, and since I did, the build stops > with: > > > > + desktop-file-install --delete-original --dir > /home/deploy/installroot/usr/share/applications > '/home/deploy/installroot/us

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Thomas Tanghus
"Thomas Tanghus" – 20. august 2019 08:28 > > On 20.8.2019 2.23, Thomas Tanghus wrote: > > > The .pro and .yaml file are at > > gist.github.com/tanghus/840ce2ad46ea691f2b932e796dade0d8 > > > > "Ville Nummela" – 20. august 2019 06:47 >

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Thomas Tanghus
Wrong quoting, mea culpa. I hate webmail "Андрей Кожевников" – 20. august 2019 08:40 > So, where is your pro file with relevant desktop file entry? I didn't mention it being in the .pro file: > These settings are copied (and modified to fit the project) from a fresh > skeleton made by the

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Thomas Tanghus
"Martin Kampas" – 20. august 2019 11:18 > On úterý 20. srpna 2019 11:11:57 CEST Thomas Tanghus wrote: > > "Martin Kampas" – 20. august 2019 11:00 > > > The .desktop file must exist in the same directory where the .pro file > > > that uses CO

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Thomas Tanghus
"Андрей Кожевников" – 20. august 2019 08:40 > So, where is your pro file with relevant desktop file entry? > вт, 20 авг. 2019 г., 9:28 Thomas Tanghus : > > On 20.8.2019 2.23, Thomas Tanghus wrote: > > > The .pro and .yaml file are at > > gist.github.com/tan

  1   2   >