Re: [SailfishDevel] Harbour: Rejections clarify

2014-01-03 Thread Juha Kallioinen
On 03.01.2014 00:02, Mikael Hermansson wrote: But It seems to me Required field in yaml file should not be used is that the case? Please clarify this? No it can and should be used, but only with requirements that are allowed. I can't comment on whether the list of allowed dependencies is

Re: [SailfishDevel] API/Silica Module for Contacts

2014-01-03 Thread Timur Kristóf
Hi Sven, I think there are some picker dialogs in Silica (you can look around in its directory), but as far as I know only a few of them are part of the public API. If you look around here: https://sailfishos.org/sailfish-silica/sailfish-silica-all.html You can see that there's only a

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

2014-01-03 Thread Timur Kristóf
Hi, What Thomas said makes sense, I just want to add one more little thing. You can, in the .spec file, add stuff to qmake, like this define. This would make the necessary code shorter and as a bonus, it gives you something you can even ifdef in C++. # spec file qmake DEFINES+=IS_SAILFISH_OS #

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

2014-01-03 Thread Timur Kristóf
Hi, You can use Qt Linguist, lupdate and other such tools from the regular upstream Qt SDK, you don't need the Sailfish SDK to support it. Cheers, Timur Timur On Thu, Jan 2, 2014 at 6:36 PM, Franck Routier (perso) a...@mecadu.orgwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi,

Re: [SailfishDevel] Undocumented Silica components

2014-01-03 Thread Timur Kristóf
Hi Luciano, My guess is that since those components are part of Silica and their imports are allowed in the harbour, it is OK to use them. I don't know their actual official status but I guess they are simply not documented because of a mistake, not because they are disallowed. Would be nice to

Re: [SailfishDevel] API/Silica Module for Contacts

2014-01-03 Thread Timur Kristóf
Hey, I forgot to mention that a file picker is also missing. See https://together.jolla.com/question/321/file-picker-needed/ Timur Timur On Fri, Jan 3, 2014 at 12:17 PM, Timur Kristóf timur.kris...@gmail.comwrote: Hi Sven, I think there are some picker dialogs in Silica (you can look

Re: [SailfishDevel] API/Silica Module for Contacts

2014-01-03 Thread Andrey Kozhevnikov
Is it really missing? Or just not implemented? Why you switching statement? It will be handy to have built in pickers for everything, but well, you have contacts model and can create you own picker with favorite delegates. I dont think it's really missing feature. Really missing feature for

[SailfishDevel] Notification icons guidelines

2014-01-03 Thread Andrey Kozhevnikov
Hello! Can you provide info about images using in lipstick notification popups and in notifications view? Sizes, paths, etc.? ___ SailfishOS.org Devel mailing list

[SailfishDevel] ContextMenu with repeater

2014-01-03 Thread Andrey Kozhevnikov
Hello I can't get context menu index if using repeater inside ComboBox { id: languageCombo label: Language currentIndex: 0 menu: ContextMenu { id: languageMenu Repeater {

Re: [SailfishDevel] Harbour: Rejections clarify

2014-01-03 Thread Jarkko Lietolahti
Please add h264 support to SDK too. Br, Jarkko On Fri, Jan 3, 2014 at 1:10 PM, Juha Kallioinen juha.kallioi...@jolla.comwrote: On 03.01.2014 00:02, Mikael Hermansson wrote: now I can understand that gst-plugins-good was rejected because its not on the list but the others? (Notice gst*

[SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, still in the process of finishing my first application... Now I have translation files (.ts and .qm), that are located in a 'languages' directory. I have added them to the .pro file, and I have modified the yaml RPM definition, but I must be

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Andrey Kozhevnikov
show pro file On 03.01.2014 22:22, Franck Routier (perso) wrote: Hi, still in the process of finishing my first application... Now I have translation files (.ts and .qm), that are located in a 'languages' directory. I have added them to the .pro file, and I have modified the yaml RPM

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Franck Routier (perso)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pro file is as follows: # The name of your app. # NOTICE: name defined in TARGET has a corresponding QML filename. # If name defined in TARGET is changed, following needs to be # done to match new name: # - corresponding QML

Re: [SailfishDevel] Adding files to RPM packages

2014-01-03 Thread Andrey Kozhevnikov
you need to add your translations to INSTALLS On 03.01.2014 22:34, Franck Routier (perso) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 pro file is as follows: # The name of your app. # NOTICE: name defined in TARGET has a corresponding QML filename. # If name defined in TARGET

[SailfishDevel] Brazillian?

2014-01-03 Thread Javier Ferreira
Have Some Brazilian developer for teacher me? Em 02/01/2014 19:27, Sven Putze sailfish...@hardcodes.de escreveu: Hi there, with the OS comes artwork and to be more specific: there come icons. What is the intended way to reuse those icons in own apps? Yes they are in the filesystem somewhere, I

[SailfishDevel] SmoothedAnimation and Segmentation Fault

2014-01-03 Thread Kimmo Lindholm
Hi, I'm having issues with SmoothedAnimation giving Segmentation Fault sometimes. Googling shows that I'm not alone, but could not find any recorded workarounds I changed it to NumberAnimation and no segv anymore... Should this be reported somewhere? or waht? -kimmo

Re: [SailfishDevel] SmoothedAnimation and Segmentation Fault

2014-01-03 Thread Timur Kristóf
Hi Kimmo, I suggest reporting it on together.jolla.com :) Cheers, Timur Timur On Fri, Jan 3, 2014 at 9:38 PM, Kimmo Lindholm kimmo.lindh...@eke.fiwrote: Hi, I’m having issues with SmoothedAnimation giving Segmentation Fault sometimes. Googling shows that I’m not alone, but could not