>
> * File picker and real tabs support in browser
> https://together.jolla.com/question/321/file-picker-needed/
> https://together.jolla.com/question/373/tab-reloading-browser-settings/
Will the file-picker be a generic Silica component that is usable in other
apps, too?
BR.
Sven
Hi there,
some days ago I used to provoke on Twitter:
https://twitter.com/hardcodes/status/456342391629160448
Then I spend some time on gathering the missing bits and pieces before I
finally Googled it right and can simply paste one single link:
http://blackberry.github.io/Cascades-Samples/
Tha
Hi,
try to build/run qmake from the menu and if that does not help, throw away the
Makefile. The property binding depends on the Qt meta system, bound to the
Q_OBJECT macro. Often recompiling does not start the needed steps to recreate
the moc files and things get strange.
BR.
Sven
>
> The t
That wording could use some adjustments :-)
On 07.01.2014, at 13:33, Timur Kristóf wrote:
> "Deploy by Building an RPM Package" really means: "Just build an RPM and
> don't deploy".
>
>
> Timur
>
>
>
> On Mon, Jan 6, 2014 at 5:30 PM, David Greaves wrote:
> On 06/01/14 16:21, christopher.l
Oh, it's a bug?!
https://together.jolla.com/question/10996/bug-qt-creator-reorders-yaml-file-for-no-apparent-reason/
BR.
Sven
On 06.01.2014, at 00:39, Thomas Tanghus wrote:
> On Sunday 05 January 2014 14:12 Putze Sven wrote:
>> IMHO the .yaml file is (partly) rewritten if something changes in y
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 could read them from there. But what if their filename
or location changes? This would break my app. I could copy
Hi there,
I want to send emails from an app. What is the intended way to use the
resources provided by SailfishOS here? Of course I could write a complete mail
client (stack) or whatever Qt has in store here, but it would be much easier to
simply enqueue the new mail in the given system. Beside
Hi there,
I want to select the email addresses of contacts in one of my apps. But if
possible I don't want to use QContacts for this task, I'd like to reuse the
same dialog as is present in the email program. There is this +-button which
leads to a complete (contact) selection dialog.
Is there
Hi there,
first of all a happy new year to everyone! I had some time offline this
morning, so here comes a bunch of emails...
There are ways to check for the OS in QtCreator .PRO files, e.g. like
unix:symbian{ # do stuff}
unix:maemo5{ # do stuff}
macx{ # do stuff}
win32{ # do stuff}
Is there
Maybe someone has fixed it now, but if I get a mail there is a first line like
"XXX posted a comment"
where comment is a link to the posting.
BR.
Sven
On 25.12.2013, at 21:23, Andrey Kozhevnikov wrote:
> Can you add to togeher jolla emails link to added comment and lint to case
> please?
>
>
Hi all,
what I'd like to see is a roadmap (important not only for developers but also
for regular customers) that can be seen on the main Jolla or Sailfish page.
This could be literally a visualized graph or something like that. On that map
should be rough dates to the next releases and issues/
endEvent.
> I didnt tried it to send events to another window, just suggesting different
> way.
>
> On 25.12.2013 23:30, Sven Putze wrote:
>> I din't get that. Emulate keypress where?
>>
>> BR.
>> Sven
>> On 25.12.2013, at 17:39, Andrey Kozhevnikov wro
I din't get that. Emulate keypress where?
BR.
Sven
On 25.12.2013, at 17:39, Andrey Kozhevnikov wrote:
> did you tried emulating keypress with char codes?
>
> On 25.12.2013 21:57, Sven Putze wrote:
>> On 25.12.2013, at 15:40, Andrey Kozhevnikov wrote:
>>
>>>
On 25.12.2013, at 15:40, Andrey Kozhevnikov wrote:
> pasting from clipboard to onscreen keyboard not working? sadly then.
>
Sadly, indeed :-)
If only I had something I could copy and paste from...
...I've seen the suggestion from Mikael Hermansson but am not desperate enough
to install the app
a folly ;-)
BR.
Sven
P.S.: And I am not changing my passwords :-)
On 25.12.2013, at 15:26, Andrey Kozhevnikov wrote:
> and explain please why cli?
>
> On 25.12.2013 20:25, Sven Putze wrote:
>> On 25.12.2013, at 15:07, Andrey Kozhevnikov wrote:
>>
>>>
On 25.12.2013, at 15:07, Andrey Kozhevnikov wrote:
> imap4/password and smtp/password not working?
>
Nope.
And somehow I am glad that it does not work because you can read the values
with ag-tool list-settings and the passwords would show up.
If I look at
http://talk.maemo.org/showthread.php
Hi all again,
so far I managed to create accounts via command line:
ag-tool create-account email mail.addr...@contoso.com
ag-tool list-accounts
# get the id number for the created account, let's assume 4
ag-tool update-service 4 email string:emailaddress=mail.addr...@contoso.com
ag-tool update-s
Hi there,
can anyone please point me to a howto for creating mail accounts via
commandline/ssh?
According to http://talk.maemo.org/showthread.php?p=1400041
I've installed with "pkcon install libaccounts-glib-tools", the tool installed
just fine and lists my Jolla store account. The aforementione
Hi all,
this is a shameless plug (again). Still far from complete, now 133 pages short.
The PDF can be directly downloaded from
http: //hardcodes.de/SailfishOS/Developing-with-SailfishOS.pdf
The "project" resides on Github.
https://github.com/hardcodes/developwithsailfishos.git
The source is st
Hi there,
if you have a look at
https://sailfishos.org/sailfish-silica/sailfish-application-lifecycle.html, you
will see that the layout goes wild in the middle of the page. I guess there is
some markup missing or a simple type in the source of the page.
BR.
Sven
__
> The interesting question is, why did the original creators of Qt opt for C++,
> rather than the more obvious Java? I suspect that the answer is in the
> multi-platform ethos of Qt. Quite simply there is an open source C++ compiler
> available for almost any architecture you can think off, whic
Hi,
IMHO using the .PRO file to add files to the project is the right way: you put
addiional files into OTHER_FILES and they will appear in the project tree. The
qml.files = *.qml is some sort of filegroup that is used to define rules in the
Makefile. They determine how to install what and wher
>
>
> c) .h file #include
>
Hi,
if you just need the camera, you should prefer this version, I quote from
http://qt-project.org/doc/qt-5.0/qtmultimedia/qtmultimedia-index.html:
"[...]Note: If you are using a few classes from this module, we recommend
including those specific classes only i
Thanks!
There is already a troubleshooting section but of course only with those
problems that occurred to me so far. I guess some quirks will certainly follow.
If you know something worth mentioning, I will be happy to integrate any clean
text delivery if you don't want to latex around ;-)
Nev
Hi,
if such an example exists, I could make templates from them. I am sure that the
folks at Jolla would integrate them ;-)
BR.
Sven
On 05.12.2013, at 10:44, Filip Kłębczyk wrote:
> W dniu 05.12.2013 09:56, Thomas Perl pisze:
>> Are we missing code examples of how to integrate C++-based OpenGL
Hi all,
a happy customer has downloaded a native app from the Jolla Store and now let's
just assume that the impossible happens:
the app crashes.
* are crashdumps written anywhere on the device? Where?
* how will the developer get those files?
* is there an infrastructure (like on other platform
MultiMarkDown seems promising as it does not require Emacs, but I am not sure
yet.
BR.
Sven
On 01.12.2013, at 20:41, Sven Putze wrote:
> Hi David,
>
> there are no religious feelings about LaTeX from my side, so I will sleep
> over using another markup language :-)
> I defin
Hi there,
first of all: this is far from complete and basically just a skeleton yet.
Nevertheless I have started to write down a howto for SailfishOS development.
Criticism, suggestions, bugfixes, contribution wanted!
https://github.com/hardcodes/developwithsailfishos
BR.
Sven
_
Hi all,
with the usual QtCreator from the Qt project I have not experienced that but
with the one in the SDK there often stays the progressbar named "Parsing" in
the bottom right corner after loading a project. On top it has the color red
which indicates an error but everything works just fine.
Hi there,
I don't know if this has been noted before, but on OSX the
SDKMaintenanceTool.app creates a file called "lockmyApp1234865.lock" and this
one may be left. I have 3 machines with the SDK and that files does not exist
on each of them. Funny thing: it doesn't seem to matter if that file e
>>
>> 2) Sandboxes are limiting, but matter. It is way more difficult to freeze to
>> death or misuse iPhone than Android. That probably goes against Mer/Sailfish
>> philosophy though.
> Yeah, I would say properly tested applications & community feedback are
> enough and no artificial limitat
Hi all,
there is also the question how to handle rogue apps?
Yes, there is a paragraph in the harbour rules that says something like "don't
do bad things" but what if an app does? Maybe after some time or triggered from
an external server?
Users should be at least informed, revoking such apps li
Hi Artem and all,
>
> 2) Sandboxes are limiting, but matter. It is way more difficult to freeze to
> death or misuse iPhone than Android. That probably goes against Mer/Sailfish
> philosophy though.
>
But a sandbox must not be a bad thing per se. We could learn a lot from the app
bundle file
Hi Artem and all,
well, I don't have developed for Android yet and I don't intend to do so :-)
Regarding this example, I was thinking if extending this one or create a bigger
one as 2nd dive-in option. In such a bigger approach one could provide
something like a Sailfish independent business mod
Oh boy, found it 8)
BR.
Sven
On 30.11.2013, at 20:35, Sven Putze wrote:
> 486 was chosen, but where do I set "Deploy as RPM Package for the deployment
> methods"?
>
> BR.
> Sven
> On 30.11.2013, at 20:02, Artem Marchenko wrote:
>
>> Deploy as R
486 was chosen, but where do I set "Deploy as RPM Package for the deployment
methods"?
BR.
Sven
On 30.11.2013, at 20:02, Artem Marchenko wrote:
> Deploy as RPM Package for the deployment methods
___
SailfishOS.org Devel mailing list
>> If my understanding of the official documentation is right, then the home
>> folder of my development machine (where QtCreator runs) is shared with the
>> VM. This way the compiler can access the source.
>> But I want the other way around. Re-using header files already there on the
>> SDK ma
Sometimes it can be so easy :-)
Thanks!
On 21.11.2013, at 19:32, Andrey Kozhevnikov wrote:
> dont press enter in input field. its bug. search for available packages will
> be automatically.
>
> On 22.11.2013 00:23, Sven Putze wrote:
>> Hi there,
>>
>> on
Hi there,
on one computer I've got problems with installing a packages via SDK Control
Center, here are the steps:
SDK Control Center, Tab "Target"
click on manage (SailfishOS-i486-x86)
enter boost-devel,
click "install"
finished: installing package
bo
Hi,
the idea of a well scaling icon is great and I'd say keep that concept. Just
create a png for each platform from it. If you want in the Apple universe for
example, they force you to create an icon with a resolution of 1024x1024 just
for the Appstore, even though it's never shown in that res
40 matches
Mail list logo