Showing results 1 to 25 of 50 @ 0.01 seconds. Search: Posts Made By: vranki
Forum: SailfishOS 2018-06-12, 07:33
Replies: 2
Views: 1,175
Posted By vranki
Re: Sailfish SDK in Docker

Nope. Couldn't find that when trying to search any ready solutions.

Looks like this version does about the same thing but approach is much more different. It requires user to copy contents from VM...
Forum: SailfishOS 2018-06-11, 14:47
Replies: 2
Views: 1,175
Posted By vranki
Sailfish SDK in Docker

Hi,

I've created a Docker image for building Sailfish apps. It's able to compile several packages successfully, although helloworld-pro fails.

Can be found here including instructions:
...
Forum: Applications 2014-01-03, 10:08
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

If anyone can get 2.x to work on Harmattan, i'd be happy to accept a pull request
on github.

If a TapaTalk forum responds with "unsupported forum", the url is probably wrong.
You need to find...
Forum: SailfishOS 2013-12-18, 15:54
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

The issue is now resolved. The bug was in still in latest SDK and was recently fixed by a SDK update. It also works correctly on device. Thanks for help!
Forum: Applications 2013-12-18, 15:52
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

Siilihai mobile 2.0 was released for Sailfish - check

http://siilihai.blogspot.fi/2013/12/siilihai-mobile-for-jolla-sailfish.html

for instructions.

1.0.2 is the last Harmattan version. It...
Forum: SailfishOS 2013-12-06, 13:18
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

I just tested in SDK with another PC and the application still behaves incorrectly:


Timer (and main loop) is still alive
Timer (and main loop) is still alive
Timer (and main loop) is still...
Forum: SailfishOS 2013-12-06, 11:01
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

I checked my SDK version (0.0.8-2) and Mer VM (2013.10.18-0) and they are the latest.


Can anyone give a third opinion how the app behaves on close?
Forum: SailfishOS 2013-12-05, 14:00
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

Maintenance tool reports no updates available.



Could you elaborate a little.. What exactly is printed to console when you close the app by swiping down? Does the process really stay running?
Forum: SailfishOS 2013-12-05, 13:23
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

I attached a simple test application to this message. It creates a sailfish app and a timer printing a message every second. Before starting the app, it calls app->setQuitOnLastWindowClosed(false). ...
Forum: SailfishOS 2013-12-05, 12:19
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

Ok, i think i'll need to create a simple test application for this issue.
Forum: SailfishOS 2013-12-04, 21:28
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

Signals, slots, networking, and all other asynchronous stuff does not work without a event loop. And i need those.
Forum: SailfishOS 2013-12-04, 20:35
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

I think the reason for newly started main loop is in qwaylandeventthread.cpp line 37:
...
Forum: SailfishOS 2013-12-04, 20:13
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

..to which event in which object? As i wrote in the original post, i already tried it with no success.
Forum: SailfishOS 2013-12-04, 20:10
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

The app is single threaded - everything happens in the main event loop. Everything (signals, slots, timers, networking) is frozen during aboutToQuit() call. That's why i'd need a second event loop...
Forum: SailfishOS 2013-12-04, 20:05
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

Because the application needs to synchronize it's state to a remote server when it is closed.



I have been planning to make a separate daemon and ui, but due to limited time available i am not...
Forum: SailfishOS 2013-12-04, 19:47
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

I created a aboutToQuit slot like this:


// Called when app about to quit - handle upsync & quitting
void ClientLogic::aboutToQuit() {
qDebug() << Q_FUNC_INFO;
QEventLoop eventLoop;
...
Forum: SailfishOS 2013-12-04, 19:36
Replies: 29
Views: 7,791
Posted By vranki
Re: Closing an application without killing main loop

Does not work - the main loop still exits. Same with Harmattan.
Forum: SailfishOS 2013-12-04, 17:11
Replies: 29
Views: 7,791
Posted By vranki
Closing an application without killing main loop

Hi,

I'm writing an application which has to do dome network operations after user has closed the UI. Normally this is not possible, as the applications Qt main loop exits when closing the UI.
...
Forum: Nokia N9 / N950 2013-01-08, 14:27
Replies: 12
Views: 3,286
Posted By vranki
Re: Has anyone N950 LCD Screen for sale?

Nokia gave the devices for free and Harmattan developer device program does not exist anymore. Regular Nokia repair shops have never even heard of N950.
Forum: Nokia N9 / N950 2013-01-07, 12:46
Replies: 12
Views: 3,286
Posted By vranki
Re: Has anyone N950 LCD Screen for sale?

I also need one - mine is even more damaged thanks to experimentation with DIY car holder. Does anyone know if the screen is used in some other more available phone?
Forum: Applications 2012-12-08, 15:14
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

Hi,

I'm not using a N900 anymore so i don't think i'll be using much effort to make a port. It should be quite easy to port Siilihai-Mobile for Maemo if all necessary QML components can be found....
Forum: Applications 2012-11-27, 12:50
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

Uploaded 0.9.7 now, contains various fixes and removes the buggy menu.
Forum: Applications 2012-11-26, 12:28
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

There isn't a GUI way to reset account, but you can issue this command in terminal:

rm .local/share/data/siilihai*


Message updating should be identical between mobile & desktop, but yes it...
Forum: Applications 2012-11-21, 15:27
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

..and 0.9.6 with some fixes.
Forum: Applications 2012-11-20, 15:53
Replies: 86
Views: 31,084
Posted By vranki
Re: [MeeGo] Siilihai Web Forum Reader

I just uploaded 0.9.5 to OBS which has some subscription bugs fixed and UI deuglified a bit.
Showing results 1 to 25 of 50



 
Forum Jump

All times are GMT. The time now is 22:01.