Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#21
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.
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 

The Following 4 Users Say Thank You to MartinK For This Useful Post:
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#22
From sailfishos.org:

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.
 

The Following User Says Thank You to Fuzzillogic For This Useful Post:
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#23
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
 

The Following User Says Thank You to m4r0v3r For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#24
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?
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
www.rzr.online.fr's Avatar
Posts: 1,348 | Thanked: 1,863 times | Joined on Jan 2009 @ fr/35/rennes
#25
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 ...
__________________
Current obsession:

https://purl.org/rzr/abandonware

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 

The Following User Says Thank You to www.rzr.online.fr For This Useful Post:
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#26
I think I will be first with a useful application. Who has money on me?
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...

Last edited by Dave999; 2012-11-28 at 11:02.
 

The Following User Says Thank You to Dave999 For This Useful Post:
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#27
Im the winner?

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_())
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...

Last edited by Dave999; 2013-01-16 at 12:51.
 
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#28
Ok, I won the first round, with the alpha SDK in the be the wild? Who will be first with a USEFUL app?
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#29
http://www.flickr.com/photos/thp4/se...7632859511630/

Dave, thp's gpodder beat you

Last edited by thedead1440; 2013-02-26 at 04:15.
 
Posts: 109 | Thanked: 62 times | Joined on Mar 2012
#30
I think it doesn't even matter lol
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:33.