[SailfishDevel] Share Plugin

2015-09-13 Thread Nicolas Cisco
sailfishos/ ). Is there any unofficial documentation about the share plugin?. Thanks in advanced! -- Nicolas Cisco www.nckweb.com.ar ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] New tutorial for package building

2015-09-09 Thread Nicolas Cisco
xplain how to do that: > > > https://sailfishos.org/develop/tutorials/building-sailfish-os-packages-manually/ > > Happy building, > ___ > SailfishOS.org Devel mailing list > To unsubscribe, please send a mail to > devel-unsubsc

[SailfishDevel] XDG paths in QT

2015-05-10 Thread Nicolas Cisco
me an empty value: > [D] main:81 - getenv("XDG_DATA_HOME"): > [D] main:82 - getenv("$XDG_DATA_HOME"): > [D] main:83 - getenv("XDG_CACHE_HOME"): > [D] main:84 - getenv("$XDG_CACHE_HOME"): > [D] main:85 - getenv("XDG_CONFIG_HOME"): > [D] main:86 - getenv("$XDG_CONFIG_HOME"): I'm executing the app thought qtcreator in my jolla device (deploying it as an RPM package). What are the correct path values? and how should I get them throught qt?. Thanks! -- Nicolas Cisco www.nckweb.com.ar ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Pull data in background

2015-05-04 Thread Nicolas Cisco
lf and > tell me if you will not success, i'll give you minimal example. > > 04.05.2015 06:09, Nicolas Cisco пишет: > > I've create the gui view and set "setQuitOnLastWindow" to false. The > problem i'm having is that when the app gui is closed (the app con

Re: [SailfishDevel] Pull data in background

2015-05-03 Thread Nicolas Cisco
ot;; > int ret = app->exec(); > qDebug() << "Closes!" ; > return ret; > } MyTimer is just a class inherited from QTimer which prints "Running" each 3 secs. 2015-05-02 23:50 GMT-03:00 Andrey Kozhevnikov : > Just make gui view in your application creat

[SailfishDevel] Pull data in background

2015-05-02 Thread Nicolas Cisco
al test case of what will be shipping an app to Harbour. Which would be the correct / recommended way to pull information from a server periodically (in the background)?. Regards, Nicolas. -- Nicolas Cisco www.nckweb.com.ar ___ SailfishOS.org D

Re: [SailfishDevel] Building non Qt Libraries (autotools) - Trying to build pocketsphinx (voice recognition library) for Sailfish

2015-02-14 Thread Nicolas Cisco
01/02/packaging/ - http://nckweb.com.ar/sailing-code/2015/01/03/packaging-pocketsphinx/ (example of how to package pocket sphinx) 2014-06-07 5:51 GMT-03:00 Nicolas Cisco : > After researching a little more, i could find the root of the problem. > Apparently the error: > '_tmpRPM

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-11 Thread Nicolas Cisco
/master/org/nickcis/base/MyTextArea.qml 2015-02-12 0:20 GMT-03:00 Nicolas Cisco : > I don't understand to what are you refering by sailing RichText. Can you > explain it?. > Thanks! > > 2015-02-07 16:55 GMT-03:00 Andrey Kozhevnikov : > > If you using RichText enter key not addi

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-11 Thread Nicolas Cisco
I don't understand to what are you refering by sailing RichText. Can you explain it?. Thanks! 2015-02-07 16:55 GMT-03:00 Andrey Kozhevnikov : > If you using RichText enter key not adding newline. So depends on > settings you entering yourself or doing send. > > 07.02.2015 23:

Re: [SailfishDevel] Developer wiki?

2015-02-07 Thread Nicolas Cisco
lding pattern and wait > patiently. > > TBR > > ___ > SailfishOS.org Devel mailing list > To unsubscribe, please send a mail to > devel-unsubscr...@lists.sailfishos.org > -- Nicolas Cisco www.nckweb.com.ar ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-07 Thread Nicolas Cisco
tion about the topic will > also be thanked =). > > > > El vie feb 6 09:13:35 2015 GMT-0300, Pekka Vuorela escribió: > > > to, 2015-02-05 kello 20:11 -0300, Nicolas Cisco kirjoitti: > > > > > > > > > > I try using the qml Keys api: > > >

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-05 Thread Nicolas Cisco
Pressed: console.log("Keys.onPressed") } (I forgot to put the 's' in "Keys", anyways, it doesn't work, signals are not fired) 2015-02-05 20:11 GMT-03:00 Nicolas Cisco : > Hi, > I'm using the EnterKey.onClicked in a TextArea, the problem is that if I > retr

[SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-05 Thread Nicolas Cisco
ssed: console.log("Key.onEnterPressed") Key.onPressed: console.log("Key.onPressed") } But doesn't work, the only signal fired is EnterKey.onClicked. In addition, my idea is to allow the user to input enters by using shift and then the enter key, is there a way in order

Re: [SailfishDevel] Setting :: Applications and accounts

2015-01-09 Thread Nicolas Cisco
fficilaly, but your app is not going to > be accepted in Harbour. > > On Fri, Jan 9, 2015 at 4:16 AM, Nicolas Cisco wrote: > >> Hi, >> i've seen that apps can be configure thought the settings app, but didn't >> found any documentation about it, how that can

[SailfishDevel] Setting :: Applications and accounts

2015-01-08 Thread Nicolas Cisco
Hi, i've seen that apps can be configure thought the settings app, but didn't found any documentation about it, how that can be done?. The same question goes for the account section of Settings, custom apps can be managed through that account configuration?. Best regards. -- Nic

Re: [SailfishDevel] Building non Qt Libraries (autotools) - Trying to build pocketsphinx (voice recognition library) for Sailfish

2014-06-07 Thread Nicolas Cisco
ith this?. These are my sphinxbase.yaml and sphinxbase.spec files: https://gist.github.com/NickCis/8d0043273511b3f62319 2014-06-04 4:28 GMT-03:00 Nicolas Cisco : > I'm trying to build sphinxbase and pocketsphinx for Sailfish, i could find > this topic ( > https://together.jolla.com

[SailfishDevel] Building non Qt Libraries (autotools) - Trying to build pocketsphinx (voice recognition library) for Sailfish

2014-06-04 Thread Nicolas Cisco
user and then installing them with `pkcon install-local` gives me a successfull output. In addittion, pkg-config gives me the correct output: [nemo@SailfishEmul ~]$ pkg-config --libs --cflags pocketsphinx -I/usr/include/sphinxbase -I/usr/include/pocketsphinx -lpocketsphinx -lsphin

Re: [SailfishDevel] Source code of Silica Component Gallery qt-5

2014-05-01 Thread Nicolas Cisco
Thank you!, i didn't notice the existance of the example folder in the SDK. 2014-05-01 0:39 GMT-03:00 Andrey Kozhevnikov : > SailfishOS/examples/componentgallery/ > > Where SailfishOS if path you installed SDK in. > > 01.05.2014 09:35, Nicolas Cisco пишет: > > Hi!, &g

[SailfishDevel] Source code of Silica Component Gallery qt-5

2014-04-30 Thread Nicolas Cisco
Hi!, i'm a new developer trying out the sailfish sdk, i've found a Silica Component Gallery already installed in the Sailfish Os image of the emulator. I was wondering if someone knows where i can download the source code of the gallery. Thanks in advance! -- Nicolas Cisco www.nck