IRC log of #harmattan for Friday, 2013-02-15

*** gabriel9 has quit IRC00:06
*** Martix has quit IRC00:12
*** arcean has joined #harmattan00:15
*** arcean_ has quit IRC00:16
*** Sfiet_Konstantin has quit IRC00:35
*** louisdk has quit IRC00:53
*** rcg has quit IRC00:59
*** Luke-Jr has quit IRC01:05
*** xmlich02 has quit IRC01:06
*** Luke-Jr has joined #harmattan01:06
*** xmlich02 has joined #harmattan01:11
*** Dante_J has joined #harmattan01:13
*** qwazix has left #harmattan01:30
*** hardaker has quit IRC01:32
*** imunsie has joined #harmattan01:37
*** danielcbit has quit IRC01:40
*** ajalkane has quit IRC01:46
*** neitara has joined #harmattan01:55
*** neitara has quit IRC02:01
*** hardaker has joined #harmattan02:09
*** gabriel9 has joined #harmattan02:25
*** rm_work is now known as rm_work|away02:33
*** rashm2k1 has quit IRC02:47
*** Ganos has joined #harmattan03:09
*** ab has quit IRC03:22
*** M4rtinK has quit IRC03:44
*** bef0rd_ has joined #harmattan03:46
*** bef0rd has quit IRC03:48
*** Morpog_Mobile has quit IRC04:08
*** gabriel9 has quit IRC04:10
*** Morpog_Mobile has joined #harmattan04:14
*** arcean has quit IRC04:16
*** mschlens has joined #harmattan04:18
*** mschlens_ has quit IRC04:19
*** Milhouse has quit IRC04:32
*** ladoga has quit IRC04:34
*** MikaT has quit IRC04:34
*** MikaT has joined #harmattan04:35
*** ladoga has joined #harmattan04:40
*** VDVsx has quit IRC04:50
*** tomma has quit IRC04:51
*** tomma has joined #harmattan04:51
*** VDVsx has joined #harmattan05:02
*** FlameReaper has joined #harmattan05:10
*** niwakame|away has quit IRC05:20
*** Martix has joined #harmattan05:25
*** niwakame|away has joined #harmattan05:40
*** DocScrutinizer05 has quit IRC06:04
*** DocScrutinizer05 has joined #harmattan06:04
*** natunen has joined #harmattan06:17
*** VDVsx has quit IRC06:20
*** VDVsx has joined #harmattan06:20
*** hardaker has quit IRC06:26
*** hardaker has joined #harmattan06:43
*** natunen has quit IRC07:15
*** FlameReaper has quit IRC07:19
*** bef0rd_ has quit IRC07:25
*** xarcass has joined #harmattan07:30
*** VDVsx has quit IRC07:34
*** hardaker has quit IRC08:16
*** XenGi is now known as XenGi_08:29
*** FlameReaper has joined #harmattan08:33
*** VDVsx has joined #harmattan08:37
*** khertan has quit IRC08:46
*** natunen has joined #harmattan08:47
*** natunen has quit IRC08:51
*** rnovacek has joined #harmattan09:04
*** imunsie has quit IRC09:27
*** lamikr has joined #harmattan09:34
*** Dante_J has quit IRC09:39
*** JackaLX has quit IRC10:07
*** trigpoint_n9 has joined #harmattan10:07
*** gabriel9|work has joined #harmattan10:11
*** sqrt7744 has joined #harmattan10:16
*** FlameReaper has quit IRC10:22
*** trigpoint_n9 has quit IRC10:26
*** trigpoint_n9 has joined #harmattan10:27
*** jreznik has joined #harmattan10:37
*** rcg has joined #harmattan10:44
*** Sfiet_Konstantin has joined #harmattan10:44
*** Sfiet_Konstantin has quit IRC10:54
*** lo has joined #harmattan11:11
*** lo is now known as Guest2465311:11
*** lordross has joined #harmattan11:14
*** Guest24653 has quit IRC11:18
*** snowpong has joined #harmattan11:20
*** qwazix has joined #harmattan11:25
*** Venemo_ has joined #harmattan11:32
*** ced117 has joined #harmattan11:36
*** Pali has joined #harmattan12:05
*** Sfiet_Konstantin has joined #harmattan12:23
*** ashakunt has joined #harmattan12:26
*** gabriel9|work has quit IRC12:30
*** gabriel9 has joined #harmattan12:31
*** Sfiet_Konstantin has quit IRC12:36
*** lizardo has joined #harmattan12:51
*** Sfiet_Konstantin has joined #harmattan12:51
*** FlameReaper has joined #harmattan13:04
*** M4rtinK has joined #harmattan13:08
*** Sfiet_Konstantin has quit IRC13:08
*** Venemo_ has quit IRC13:13
*** Ganos has quit IRC13:13
*** Sfiet_Konstantin has joined #harmattan13:21
*** arcean has joined #harmattan13:25
*** ab has joined #harmattan13:31
*** Hurrian has quit IRC14:19
*** faroq has joined #harmattan14:25
*** trigpoint_n9 has quit IRC14:33
*** faroq has quit IRC14:37
*** FlameReaper has quit IRC14:40
*** FlameReaper has joined #harmattan14:45
*** xarcass has quit IRC14:46
*** trigpoint_n9 has joined #harmattan14:49
sqrt7744Just wondering how detect a switch from portrait to landscape and vice-versa in QML?15:01
*** trigpoint_n9 has quit IRC15:01
*** trigpoint_n9 has joined #harmattan15:02
sqrt7744I put in the StackStackWindow onRotationChanged, but it isn't firing. I also tried onOrientationChangedFinished but that doesn't work either.15:02
sqrt7744<- PageStackWindow15:02
*** Martix has quit IRC15:04
trxsqrt7744 http://pastebin.com/sw4KBe7n15:30
trxuse Connections in PageStackWindow to listen for onOrientationChangeFinished15:31
trxwith window as target15:31
trxthen if height > width = Portrait and vise versa15:31
sqrt7744ah, ok, will try, thanks15:32
*** Max_ has joined #harmattan15:36
*** Max_ has quit IRC15:37
*** libra1993 has joined #harmattan15:38
sqrt7744trx, this ought to work in the simulator, right? Because it isn't firing ... http://pastebin.com/BVZdVQ1W15:39
trxit ought not15:40
trxtarget must be window15:40
trxtarget : window;15:40
*** trigpoint_n9_ has joined #harmattan15:40
trx(window is a global var already defined in QML)15:42
sqrt7744trx ok, didn't know that  :-)15:42
trx:)15:42
sqrt7744"ReferenceError: Can't find variable: window"15:43
trx:/15:43
trxlet me check the code15:43
*** trigpoint_n9 has quit IRC15:45
sqrt7744I wonder if it's a simulator issue, I'll deploy it to device and see if that helps. It never has before, but what the heck.15:45
trxsqrt7744 what are the imports in that qml file?15:48
sqrt7744.... import QtQuick 1.115:49
sqrt7744import com.nokia.meego 1.115:49
sqrt7744import com.nokia.extras 1.115:49
*** trigpoint_n9_ has quit IRC15:49
trxmy Connections is placed in Page element, thats the only difference15:50
sqrt7744i'll try that15:51
sqrt7744ok, for future reference, it works on device, not in simulator :-)15:54
sqrt7744that's pretty idiotic, but whatever.15:54
sqrt7744thanks!15:54
sqrt7744(doesn't have to be in Page element, i deployed the first version)15:55
trxcool15:56
sqrt7744trx well actually, just onOrientationChangedFinished in the PageStackWindow fired15:57
sqrt7744i have no idea what is going on, but I'll roll with it.15:57
*** liar has quit IRC16:00
trxyeah, onOrientationChangedFinished is an inherited event from Window16:01
trxand PageStackWindow is a Window16:02
trxsimulator just went crazy :)16:02
*** Sfiet_Konstantin has quit IRC16:04
*** trigpoint_n9_ has joined #harmattan16:06
*** lamikr has quit IRC16:06
*** Hurrian has joined #harmattan16:09
*** liar has joined #harmattan16:10
*** jreznik has quit IRC16:12
*** ZogG_laptop has quit IRC16:17
*** trigpoint_n9_ has quit IRC16:32
*** Sfiet_Konstantin has joined #harmattan16:32
*** Hurrian has quit IRC16:41
*** hardaker has joined #harmattan16:47
*** xmlich02 has quit IRC16:51
*** FlameReaper has quit IRC16:52
*** xmlich02 has joined #harmattan16:52
*** xmlich02 has quit IRC16:53
*** xmlich02 has joined #harmattan16:53
*** rm_work|away is now known as rm_work16:56
*** arcean_ has joined #harmattan16:58
*** arcean has quit IRC17:01
*** FlameReaper has joined #harmattan17:06
*** Tronic has quit IRC17:06
*** Tronic has joined #harmattan17:06
*** rnovacek has quit IRC17:08
*** napcode has quit IRC17:10
*** bef0rd has joined #harmattan17:17
*** VDVsx has quit IRC17:23
valdur55RzR: hey! I can't download your ubuntu rootfs17:34
*** Sfiet_Konstantin has quit IRC17:35
*** heymaster has quit IRC17:36
*** ajalkane has joined #harmattan17:38
*** FlameReaper has quit IRC17:48
*** FlameReaper has joined #harmattan17:53
*** orfix has quit IRC17:54
*** orfix has joined #harmattan17:55
*** riton2011 has joined #harmattan17:58
*** riton2011 has quit IRC17:59
valdur55My error: 2013-02-15 17:48:29.871522 ERROR - CUID#6 - Download aborted. URI=http://rzr.online.fr/h/volatile/file/rzr-rootfs-ubuntu-precise-armhf-0.0.20120518.tar.bz2.metalink18:02
valdur55Exception: [AbstractCommand.cc:303] errorCode=1 URI=https://rzr.homelinux.org:443/~rzr/uri/http/rzr.online.fr/h/volatile/file/rzr-rootfs-ubuntu-precise-armhf-0.0.20120518.tar.bz2.metalink18:02
*** sqrt7744 has quit IRC18:04
*** danielcbit has joined #harmattan18:17
*** NIN101 has joined #harmattan18:37
*** FlameReaper has quit IRC18:45
*** snowpong has quit IRC18:55
*** gabriel9 has quit IRC18:59
*** lordross has quit IRC19:06
*** Morpog_PC has joined #harmattan19:23
*** heymaster has joined #harmattan19:30
heymasterlibusb library for harmattan suitable just for internal devices and there's no otg support ?19:35
*** VDVsx has joined #harmattan19:36
*** pinheiro has quit IRC19:36
*** hardaker has quit IRC19:36
*** Martix has joined #harmattan19:42
*** hardaker has joined #harmattan19:46
*** Martix has quit IRC19:46
*** Martix has joined #harmattan19:49
*** pinheiro has joined #harmattan19:56
*** arcean_ has quit IRC20:01
*** bef0rd has quit IRC20:04
*** jluisn has joined #harmattan20:05
*** ashakunt has quit IRC20:05
*** arcean has joined #harmattan20:05
*** bef0rd has joined #harmattan20:08
*** lordross has joined #harmattan20:15
*** ZogG_laptop has joined #harmattan20:17
*** ZogG_laptop has quit IRC20:17
*** ZogG_laptop has joined #harmattan20:17
*** bef0rd has quit IRC20:18
*** arcean has quit IRC20:32
*** bef0rd has joined #harmattan20:33
*** hardaker has quit IRC20:34
*** arcean has joined #harmattan20:41
*** tonyoy has joined #harmattan20:51
*** xes_ has joined #harmattan20:53
*** xes_ has quit IRC20:53
*** xes_ has joined #harmattan20:53
*** rashm2k has joined #harmattan21:12
*** madee has joined #harmattan21:28
*** xes_ has quit IRC21:49
*** xes has joined #harmattan21:51
*** xes has quit IRC21:51
*** xes has joined #harmattan21:51
*** suresh has joined #harmattan22:00
*** suresh is now known as Guest5233422:00
*** Guest52334 has quit IRC22:05
*** messerting has joined #harmattan22:05
*** Sfiet_Konstantin has joined #harmattan22:09
RzRhttp://www.ebay.com/itm/Huge-lot-of-old-cameras-collection-for-Sale-1-000-Pieces-of-SLR-RF-Medium-/19079601302322:13
valdur55RzR: ping22:16
RzRpong22:18
valdur55Can you share your ubuntu rootfs ?22:20
valdur55Your http://rzr.online.fr/h/volatile/file/rzr-rootfs-ubuntu-precise-armhf-0.0.20120518.tar.bz2.metalink is giving a error22:22
RzRright22:23
valdur55Because rzr.homelinux.org:443 is down :) (Connection refused)22:24
*** Sfiet_Konstantin has quit IRC22:24
rashm2khow can I create a datamodel within QML?22:26
rashm2ki want to create a navigation control exactly like the settings on the bb1022:26
valdur55Interesting: http://www.omgubuntu.co.uk/2013/02/ubuntu-phone-downloads-to-be-released-next-week22:27
RzRvaldur55, upgraded router :)22:29
RzRvaldur55, try again please22:32
*** bef0rd has quit IRC22:35
RzRvaldur55, http://rzr.online.fr/c/h/volatile/file/rzr-rootfs-ubuntu-precise-armhf-0.0.20120518.tar.bz222:36
rashm2kIm starting to really like the container layout22:36
rashm2kbuilding guis is so quick once you get used to it22:36
*** messerting has quit IRC22:41
*** jluisn has quit IRC22:47
valdur55RzR: yep. Downloading22:50
valdur55RzR: and finished22:58
*** rm_work is now known as rm_work|away22:59
*** lizardo has quit IRC23:01
*** trigpoint_n9 has joined #harmattan23:03
*** hardaker has joined #harmattan23:13
*** tonyoy has quit IRC23:17
valdur55damn.. i got orrer: http://pastebin.com/7G8KmJn123:22
*** shanttu has joined #harmattan23:23
valdur55i ah using unp because tar is giving also error : Empty archive23:23
*** crevetor_ has joined #harmattan23:29
valdur55oh, tar jxvf is correcc combo23:31
valdur55RzR: same issue, i can't extract this rootfs.tar.bzr223:34
*** lmoura has quit IRC23:36
*** Dylan_ has joined #harmattan23:42
*** Dylan_ has quit IRC23:43
*** Sfiet_Konstantin has joined #harmattan23:44
*** tonyoy has joined #harmattan23:46
*** nooni has joined #harmattan23:57

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!