maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Who will create the first useful application for sailfishOS? (https://talk.maemo.org/showthread.php?t=87970)

MartinK 2012-11-27 21:44

Re: Who will create the first useful application for sailfishOS?
 
Well, I have recently released initial modRana RPMs for Nemo and also built the python-qtmobility package for Nemo.

And as Khertans and (most of) THP's applications are also written in Python, there is a really good chance of Python programs being the first useful Jolla/Sailfish apps. :)

Fuzzillogic 2012-11-27 22:26

Re: Who will create the first useful application for sailfishOS?
 
From sailfishos.org:

Quote:

Partners / Extend the platform

Our current friends include companies such as D.Phone, DNA, ST-Ericsson, Myriad, Opera, Cyberport, Joiku, Invesdor, Tekes and Digia.
Then at least there will be a decent browser. :)

Disclaimer: I'm an Opera-user since v2.12.

m4r0v3r 2012-11-27 22:36

Re: Who will create the first useful application for sailfishOS?
 
the thing is, itll be able to run android apps no? so whatsapp shouldnt really need a port, id rather developers invest time in something that doesnt exist for either

sixwheeledbeast 2012-11-27 22:50

Re: Who will create the first useful application for sailfishOS?
 
Surely there will be a load of ports first.
Why code for just Sailfish.
Get the Python and Qt libraries on there an you have most of the useful apps done.
Why recode the world?

www.rzr.online.fr 2012-11-27 23:38

Re: Who will create the first useful application for sailfishOS?
 
redak hits mer 4 mouths ago :

https://build.pub.meego.com/request/show/5297

but I am pushing a new version that fix a minor packaging bug ...

can any 1 try to make sure it works on sailfish , it should without any changes ...

Dave999 2012-11-28 10:58

Re: Who will create the first useful application for sailfishOS?
 
I think I will be first with a useful application. Who has money on me?

Dave999 2013-01-16 12:46

Re: Who will create the first useful application for sailfishOS?
 
Im the winner?

Quote:

from PyQt4 import QtGui

class Sailfish(QtGui.QWidget):
def __init__(self, parent=None):
super(Sailfish, self).__init__(parent)
Label = QtGui.QLabel("hello sailfish!")
LineEdit = QtGui.QLineEdit()

mainLayout = QtGui.QGridLayout()
mainLayout.addWidget(Label, 0, 0)
mainLayout.addWidget(LineEdit, 0, 1)

self.setLayout(mainLayout)
self.setWindowTitle("Super useless sailfish app")

if __name__ == '__main__':
import sys

app = QtGui.QApplication(sys.argv)

PythonWidget = Sailfish()
PythonWidget.show()

sys.exit(app.exec_())

Dave999 2013-02-25 19:25

Re: Who will create the first useful application for sailfishOS?
 
Ok, I won the first round, with the alpha SDK in the be the wild? Who will be first with a USEFUL app?

thedead1440 2013-02-26 03:23

Re: Who will create the first useful application for sailfishOS?
 
http://www.flickr.com/photos/thp4/se...7632859511630/

Dave, thp's gpodder beat you :p

Fallenzone 2013-02-26 04:08

Re: Who will create the first useful application for sailfishOS?
 
I think it doesn't even matter lol


All times are GMT. The time now is 08:03.

vBulletin® Version 3.8.8