*** koe has quit IRC | 00:03 | |
*** jaywink has quit IRC | 00:04 | |
*** Mrick0363 has quit IRC | 00:09 | |
*** godofwar424 has quit IRC | 00:15 | |
*** leinir has quit IRC | 00:44 | |
*** beford has joined #harmattan | 00:46 | |
*** messerting has joined #harmattan | 00:49 | |
*** ant has quit IRC | 01:04 | |
*** ant has joined #harmattan | 01:14 | |
*** NIN101 has quit IRC | 01:29 | |
*** beford has quit IRC | 01:38 | |
*** Natunen has quit IRC | 01:58 | |
*** piggz has quit IRC | 02:17 | |
*** rzr is now known as rZr | 02:23 | |
*** GeneralAntilles has quit IRC | 02:26 | |
*** GeneralAntilles has joined #harmattan | 02:27 | |
*** Mrick0363 has joined #harmattan | 02:55 | |
*** messerting has quit IRC | 02:57 | |
*** messerting has joined #harmattan | 02:57 | |
Kozzi | is it possible to get source from https://gitorious.org/forum-qml | 02:58 |
---|---|---|
Elleo | of course, it's a git repository | 02:59 |
Elleo | just do "git clone git://gitorious.org/forum-qml/forum-qml.git" | 03:00 |
Kozzi | I'm using windows, how to add it to qtcreator ? | 03:00 |
Elleo | I don't know, I don't use qtcreator | 03:01 |
Elleo | presumably you should be able to just load in the .pro file though | 03:01 |
Elleo | and there are plenty of git clients for windows | 03:01 |
Elleo | either normal command line ones or graphical ones | 03:01 |
*** ab has quit IRC | 03:02 | |
Kozzi | ok, I have Git Gui installed now but can't paste the git link into it | 03:02 |
Elleo | can't help you there | 03:03 |
Elleo | I don't use really windows so don't know about any of its clients | 03:03 |
Elleo | look for a tutorial on whatever client you're using I guess | 03:03 |
Kozzi | ok, too bad | 03:03 |
jonni | you can just install commandline git to windows and do the git clone in it. | 03:10 |
jonni | http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git | 03:10 |
Kozzi | Gitgui solved it | 03:10 |
Kozzi | yeah.. luckily it came with Bash for command line usage | 03:11 |
*** M4rtinK has quit IRC | 03:12 | |
jonni | and ofcourse you could have just pressed the download tar.gz button in gitorious page :) | 03:13 |
Kozzi | there is none for forum-qml | 03:13 |
jonni | ofcourse there is https://gitorious.org/forum-qml/forum-qml/archive-tarball/master | 03:14 |
*** rZr is now known as rzr | 03:18 | |
*** divan has joined #harmattan | 03:19 | |
*** messerting_ has joined #harmattan | 03:22 | |
*** messerting has quit IRC | 03:22 | |
*** messerting_ has quit IRC | 03:26 | |
*** Mrick0363 has quit IRC | 03:34 | |
*** liar has quit IRC | 03:36 | |
*** rzr is now known as rZr | 03:54 | |
*** thp has quit IRC | 03:56 | |
*** thp has joined #harmattan | 03:57 | |
*** e-yes has quit IRC | 04:02 | |
*** divan has quit IRC | 04:03 | |
*** npm_ is now known as npm | 04:17 | |
*** arcean has quit IRC | 04:17 | |
*** beford has joined #harmattan | 04:44 | |
*** pinheiro_ has joined #harmattan | 04:44 | |
*** pinheiro has quit IRC | 04:47 | |
*** beford has quit IRC | 04:59 | |
*** beford has joined #harmattan | 05:02 | |
*** rcg has quit IRC | 05:18 | |
*** rcg has joined #harmattan | 05:33 | |
*** drf__ has quit IRC | 05:36 | |
*** beford has quit IRC | 05:43 | |
ZogG_laptop | Kozzi: github? | 05:44 |
*** sp3000 has quit IRC | 05:50 | |
*** sp3000 has joined #harmattan | 05:53 | |
ZogG_laptop | Kozzi: if so they have app for github specifically | 05:55 |
Elleo | just managed to get a Tizen web app running on meego :) | 05:59 |
Elleo | I've only implemented a tiny bit of the tizen web api for now, but it works as a proof of concept | 05:59 |
Elleo | and it shouldn't take long to implement most of the api, since it's mostly just a matter of mapping stuff to qtmobility calls now | 05:59 |
Elleo | still need to write an automatic app loader/unpacker though, as at the moment you have to manually unpack them before my app can run them | 06:00 |
ZogG_laptop | lol | 06:05 |
ZogG_laptop | good work | 06:05 |
ZogG_laptop | but i think there is project that makes it run on both =) | 06:06 |
Elleo | what do you mean? | 06:06 |
ZogG_laptop | my bad | 06:08 |
ZogG_laptop | it is more qt5 related | 06:08 |
ZogG_laptop | http://qt-project.org/wiki/PhoneGap-for-Qt-5 | 06:08 |
Elleo | ZogG_laptop: nah, cordova is available for qt4 as well | 06:09 |
Elleo | but it supports the phonegap apis not the tizen apis | 06:09 |
*** beford has joined #harmattan | 06:09 | |
Elleo | so it's useful for getting phonegap applications working on meego, but not for getting tizen applications | 06:09 |
Elleo | also my solution is actually based around cordova ;) | 06:09 |
Elleo | I'm implementing the tizen apis as cordova plugins | 06:09 |
ZogG_laptop | nice | 06:10 |
Elleo | although I'm not sure why tizen decided to make an entirely new api | 06:11 |
Elleo | it'd probably have made more sense to just extend the phonegap api to include the extra things they want to add | 06:11 |
Elleo | that way they'd instantly have lots of developers already familiar with most of their api | 06:12 |
Elleo | and lots of existing apps | 06:12 |
Elleo | but nothing mobile platform steering committees do seems to make sense ;) | 06:13 |
*** eman has quit IRC | 06:15 | |
*** eman has joined #harmattan | 06:15 | |
ZogG_laptop | =) | 06:16 |
*** Enforcer has quit IRC | 06:19 | |
Elleo | anyway I should get some sleep, I'll finish hacking this together tomorrow | 06:19 |
Elleo | night | 06:19 |
*** buser has quit IRC | 06:24 | |
ZogG_laptop | night man | 06:31 |
*** Enforcer has joined #harmattan | 06:37 | |
*** eman has quit IRC | 06:40 | |
*** eman has joined #harmattan | 06:40 | |
*** eman has quit IRC | 07:06 | |
*** eman has joined #harmattan | 07:07 | |
*** eman has quit IRC | 07:08 | |
*** eman has joined #harmattan | 07:08 | |
*** luke-jr has quit IRC | 07:13 | |
*** eman has quit IRC | 07:14 | |
*** eman has joined #harmattan | 07:14 | |
*** luke-jr has joined #harmattan | 07:19 | |
*** JackaLX has quit IRC | 07:33 | |
*** JackaLX has joined #harmattan | 07:34 | |
*** JackaLX has quit IRC | 07:34 | |
*** JackaLX has joined #harmattan | 07:34 | |
*** Mrick0363 has joined #harmattan | 08:11 | |
*** ab has joined #harmattan | 08:24 | |
*** npm has quit IRC | 09:01 | |
*** npm has joined #harmattan | 09:05 | |
*** ab has quit IRC | 09:35 | |
*** leinir has joined #harmattan | 09:37 | |
*** leinir has quit IRC | 09:43 | |
*** leinir has joined #harmattan | 09:43 | |
*** Natunen has joined #harmattan | 09:59 | |
*** jaywink has joined #harmattan | 10:18 | |
*** djszapi has joined #harmattan | 10:31 | |
djszapi | Hey! What can I do for debugging, if certain packages do not download from Ovi store? | 10:31 |
*** beford has quit IRC | 10:32 | |
djszapi | something like that "Download failed, try later", or something like that, but other applications can be fetched. | 10:32 |
*** leinir_ has joined #harmattan | 10:35 | |
*** leinir has quit IRC | 10:35 | |
*** leinir_ is now known as leinir | 10:35 | |
*** Mrick0363 has quit IRC | 10:51 | |
*** Mrick0363 has joined #harmattan | 10:51 | |
*** koe has joined #harmattan | 10:51 | |
*** liar has joined #harmattan | 10:57 | |
*** koe has quit IRC | 11:01 | |
*** koe has joined #harmattan | 11:02 | |
*** jaywink has quit IRC | 11:27 | |
*** niqt has joined #harmattan | 11:29 | |
*** e-yes has joined #harmattan | 11:30 | |
*** liar has quit IRC | 11:43 | |
*** liar has joined #harmattan | 11:44 | |
*** NIN101 has joined #harmattan | 12:12 | |
*** M4rtinK has joined #harmattan | 12:17 | |
*** leinir has quit IRC | 12:18 | |
jonni | fetching from commandline is always the option, since then it usually tells whats wrong. | 12:24 |
djszapi | jonni we already had the presentation | 12:42 |
djszapi | I presented other application ... lol without any demo effect | 12:42 |
*** gabriel9 has quit IRC | 12:54 | |
*** rZr has quit IRC | 13:07 | |
*** Siosm has joined #harmattan | 13:12 | |
*** jaywink has joined #harmattan | 13:12 | |
*** Siosm has quit IRC | 13:20 | |
*** GeneralAntilles1 has joined #harmattan | 13:43 | |
*** GeneralAntilles has quit IRC | 13:43 | |
*** niqt has quit IRC | 13:44 | |
*** MohammadAG has quit IRC | 13:53 | |
*** xnt14 has quit IRC | 13:54 | |
*** leinir has joined #harmattan | 14:02 | |
*** arcean has joined #harmattan | 14:10 | |
*** azeem has joined #harmattan | 14:47 | |
*** magog has joined #harmattan | 14:48 | |
azeem | is it possible to modify the meta-data of some SMS using tracker-sparql? | 14:54 |
ZogG_laptop | thp: ping | 14:59 |
petteri | released version 2 of pinkit, with some small tweaks: http:/23.fi/pinkit | 15:02 |
ZogG_laptop | petteri: thanks | 15:07 |
azeem | hrm, so I guess tracker-sparql can only insert/delete, not update, right? | 15:08 |
ZogG_laptop | petteri: is it on apps4meego already? | 15:08 |
ZogG_laptop | azeem: if you can take out and insert, than you can take it out modify and insert new one? | 15:08 |
petteri | ZogG_laptop: not yet on apps4meego, but i think i got all the needed user accounts etc. to publish it. Just have to learn how to do it :P | 15:10 |
azeem | ZogG_laptop: yeah, but it's more complicated | 15:11 |
ZogG_laptop | petteri: is is oauth or plain account? | 15:12 |
petteri | plain | 15:12 |
ZogG_laptop | azeem: i assume update does the same thing | 15:12 |
ZogG_laptop | petteri: i can help you a little bit | 15:12 |
ZogG_laptop | petteri: is your source open and is it online? | 15:12 |
petteri | yes, and it is written with qml so the source is in the .deb | 15:13 |
*** Termana has joined #harmattan | 15:14 | |
Velmont | petteri: Everything? The api-chitchat? | 15:14 |
petteri | yes | 15:14 |
ZogG_laptop | petteri: but you need Qt for acounts afaik | 15:14 |
petteri | ZogG_laptop: what do you mean? | 15:14 |
ZogG_laptop | petteri: you need the account in accounts menu right? | 15:15 |
petteri | today i don't have much time to put it to apps4meego, since it is the euro 2012 final | 15:15 |
ZogG_laptop | ok | 15:15 |
Velmont | I should really start looking into that. Need a city bike application. May do it as a website though. | 15:16 |
ZogG_laptop | Velmont: city bike of bikes to rent or the tracks? | 15:16 |
Velmont | ZogG_laptop: Pay 80NOK ( | 15:18 |
Velmont | ~12 USD) a year, and then you can just pick up and put down bikes all over the city. | 15:18 |
*** shanttu has joined #harmattan | 15:18 | |
Velmont | But a) I need to know what's the closest free bike, or if I'm on the bike, what's the closest free lock. | 15:18 |
ZogG_laptop | Velmont: we have it too | 15:20 |
ZogG_laptop | what city/country adn give me the website please | 15:20 |
Velmont | ZogG_laptop: Oslo Norway, called Oslo Bysykkel. http://www.adshel.no/oslo_bysykkel.asp -- http://www.adshel.no/js/ (they're status map page) | 15:22 |
Velmont | their* | 15:22 |
*** Shaan7 has joined #harmattan | 15:24 | |
*** klink has joined #harmattan | 15:24 | |
ZogG_laptop | Velmont: ok i thought one is the same we use as it's same for few countries | 15:24 |
ZogG_laptop | Velmont: i think there were several apps for that, check if there is one for Norway | 15:25 |
*** buser has joined #harmattan | 15:26 | |
Velmont | ZogG_laptop: Nah, not when I tried checking last time. But if there are any FOSS apps for something similar, I could rather use that. | 15:27 |
*** Shaan7 has quit IRC | 15:33 | |
*** Shaan7 has joined #harmattan | 15:33 | |
*** klink has quit IRC | 15:34 | |
*** klink has joined #harmattan | 15:35 | |
ZogG_laptop | Velmont: i know one with source for iphone that uses python to get the info from other site | 15:36 |
ZogG_laptop | you can check it | 15:36 |
ZogG_laptop | Velmont: https://github.com/eladb/telobike | 15:38 |
Velmont | Also found this one: http://xf.iksaif.net/dev/lugdulov.html | 15:47 |
*** rZr has joined #harmattan | 15:47 | |
*** gabriel9 has joined #harmattan | 15:50 | |
*** shanttu has quit IRC | 16:03 | |
*** jluisn has joined #harmattan | 16:11 | |
*** cuonglb has joined #harmattan | 16:13 | |
*** cuonglb has quit IRC | 16:15 | |
*** DocScrutinizer has quit IRC | 16:18 | |
*** DocScrutinizer has joined #harmattan | 16:18 | |
*** Smusmumrik has joined #harmattan | 16:33 | |
*** Smusmumrik has quit IRC | 16:35 | |
*** jluisn has quit IRC | 16:37 | |
*** leinir_ has joined #harmattan | 16:51 | |
*** leinir has quit IRC | 16:51 | |
*** leinir_ is now known as leinir | 16:52 | |
*** lmoura has quit IRC | 16:53 | |
*** lmoura has joined #harmattan | 16:55 | |
*** shanttu has joined #harmattan | 16:58 | |
*** JackaLX has quit IRC | 17:00 | |
*** faenil has joined #harmattan | 17:00 | |
*** pauly has joined #harmattan | 17:01 | |
pauly | heyy | 17:01 |
*** pauly is now known as Guest85608 | 17:02 | |
*** Guest85608 is now known as Pauly12 | 17:02 | |
*** e-yes has quit IRC | 17:08 | |
Pauly12 | anyone know if you can take pictures in RAW format on the n9? | 17:12 |
*** gabriel9 has quit IRC | 17:14 | |
*** djszapi has left #harmattan | 17:23 | |
mschlens | Pauly12: unlikely. | 17:24 |
mschlens | and pretty pointless too, if you ask me. | 17:24 |
Pauly12 | isn't the Fcam API on there? | 17:25 |
Pauly12 | mschlens: ^^ | 17:25 |
mschlens | dunno | 17:25 |
*** Siosm has joined #harmattan | 17:26 | |
*** Siosm has quit IRC | 17:27 | |
*** GeneralAntilles1 is now known as GeneralAntilles | 17:35 | |
*** GeneralAntilles has joined #harmattan | 17:35 | |
*** Siosm has joined #harmattan | 17:36 | |
*** hardaker has joined #harmattan | 17:36 | |
*** Siosm has quit IRC | 17:37 | |
*** Sniper_swe has joined #harmattan | 17:42 | |
*** SpeedEvil has quit IRC | 17:49 | |
*** SpeedEvil has joined #harmattan | 17:50 | |
*** rZr has quit IRC | 17:53 | |
*** hardaker has quit IRC | 18:15 | |
*** beford has joined #harmattan | 18:16 | |
*** Morpog has joined #harmattan | 18:18 | |
Morpog | anybody got an idea what i am doing wrong here: http://talk.maemo.org/showthread.php?t=85191 | 18:19 |
*** Shaan7 has quit IRC | 18:23 | |
*** leinir has quit IRC | 18:25 | |
*** e-yes has joined #harmattan | 18:36 | |
*** heymaster has joined #harmattan | 18:39 | |
*** godofwar424 has joined #harmattan | 18:51 | |
*** niqt has joined #harmattan | 18:59 | |
*** shanttu has quit IRC | 19:06 | |
*** cuonglb has joined #harmattan | 19:09 | |
*** godofwar424 has quit IRC | 19:13 | |
*** x29a has quit IRC | 19:16 | |
*** Pauly12 has quit IRC | 19:25 | |
*** x29a has joined #harmattan | 19:27 | |
*** x29a has joined #harmattan | 19:27 | |
*** x29a has quit IRC | 19:30 | |
*** x29a has joined #harmattan | 19:31 | |
*** Sniper_swe has quit IRC | 19:31 | |
*** Sniper_swe has joined #harmattan | 19:32 | |
*** cuonglb has quit IRC | 19:35 | |
*** liar has quit IRC | 19:38 | |
*** liar has joined #harmattan | 19:43 | |
*** niqt has quit IRC | 19:47 | |
*** jaywink has quit IRC | 19:53 | |
*** jaywink has joined #harmattan | 19:56 | |
*** liar has quit IRC | 20:09 | |
*** liar has joined #harmattan | 20:10 | |
*** liar has quit IRC | 20:18 | |
*** liar has joined #harmattan | 20:20 | |
*** rZr has joined #harmattan | 20:25 | |
*** faenil has quit IRC | 20:30 | |
*** rZr is now known as rzr | 20:31 | |
*** Sniper_swe has quit IRC | 20:33 | |
*** liar has quit IRC | 20:33 | |
*** e-yes has quit IRC | 20:33 | |
*** liar has joined #harmattan | 20:34 | |
*** heymaster has quit IRC | 20:34 | |
*** heymaster has joined #harmattan | 20:39 | |
*** Sniper_swe has joined #harmattan | 20:46 | |
*** rzr is now known as rZr | 20:50 | |
*** Sniper_swe has quit IRC | 20:53 | |
*** NIN101 has quit IRC | 20:55 | |
*** harbaum has joined #harmattan | 20:58 | |
*** Sniper_swe has joined #harmattan | 21:03 | |
*** Morpog has quit IRC | 21:04 | |
*** jussi01 is now known as jussi | 21:04 | |
*** rZr is now known as rzr | 21:06 | |
*** Sniper_swe has quit IRC | 21:10 | |
*** adlan has joined #harmattan | 21:12 | |
*** accumulator has joined #harmattan | 21:16 | |
*** accumulator has quit IRC | 21:16 | |
*** klink has quit IRC | 21:31 | |
*** rzr is now known as rZr | 21:46 | |
*** rZr is now known as rzr | 21:47 | |
*** gabriel9 has joined #harmattan | 21:48 | |
*** klink has joined #harmattan | 21:49 | |
*** Mrick0363 has quit IRC | 21:56 | |
*** NIN101 has joined #harmattan | 22:03 | |
*** bef0rd has joined #harmattan | 22:25 | |
*** beford has quit IRC | 22:25 | |
*** denism has joined #harmattan | 22:29 | |
*** mschlens has quit IRC | 22:31 | |
*** mschlens has joined #harmattan | 22:33 | |
*** akbaar__ has joined #harmattan | 22:39 | |
*** M4rtinK2 has joined #harmattan | 22:43 | |
*** M4rtinK has quit IRC | 22:43 | |
*** Sniper_swe has joined #harmattan | 22:46 | |
*** jaywink has quit IRC | 22:46 | |
*** harbaum has quit IRC | 22:58 | |
*** nwoki has joined #harmattan | 23:42 | |
*** nwoki has joined #harmattan | 23:42 | |
*** e-yes has joined #harmattan | 23:46 | |
*** denism has quit IRC | 23:56 | |
*** tom_____ has joined #harmattan | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!