Sunday, 2013-05-05

*** Morpog_PC has quit IRC00:04
*** rcg has quit IRC00:12
pyksysigmaorion: can you pastbin the text element?00:19
pyksy+e, hm probably no good trying to debug after a few beers...00:20
Sfiet_Konstantinpyksy: never bad to try debugging00:23
* Sfiet_Konstantin did not drink any beer yet :P00:23
Sfiet_Konstantinsigmaorion: pastebin the code ?00:23
pyksySfiet_Konstantin: true, true. :-)00:23
pyksybut i guess i'm off to bed, enough beer etc...00:25
pyksynight everyone!00:25
pyksy->00:25
Sfiet_Konstantin:)00:26
*** arcean has quit IRC00:27
sigmaorionyeap, sure, one second00:27
sigmaorionthis is the about dialog page: http://pastebin.com/r02xx84c00:29
sigmaorionsorry, the line width: page.width was not there at the beggining, I added it just to give it a try...00:29
*** woweric has joined #sailfishos00:32
sigmaorionpyksy, have a good night :)00:35
sigmaorionSfiet_Konstantin, pasted ^00:35
Sfiet_Konstantinsigmaorion: tried using Label instead of Text00:36
Sfiet_Konstantinsec00:36
sigmaorionSfiet_Konstantin, actually I used Label first, but changed to Text because it was not working00:37
Sfiet_Konstantinsigmaorion: there might be a problem with rich text and wrap mode00:38
Sfiet_Konstantintried with plain?00:38
sigmaorionwell, I added textFormat: Text.RichText after many tries00:39
sigmaorionBut before having that code the fontsize and color was already set. I don't know if that makes it RichText  automatically.00:40
sigmaorionlet me try removing all that stuff and leaving just the text property set00:40
Sfiet_Konstantinsigmaorion: try with a simple plain text (no color, no nothing)00:40
sigmaorionSfiet_Konstantin, same behavior with Text or Label, no formating at all00:42
sigmaorionalthough I kept wrapMode: WordWrap00:42
Sfiet_Konstantinstrange00:42
sigmaorionwell, hold on, found this in the app output: /AboutPage.qml:19: ReferenceError: Can't find variable: WordWrap00:42
Sfiet_Konstantinsec00:43
Sfiet_Konstantinwhat about setting wrapMode: Text.WordWrap ?00:43
sigmaorionweird, it is as if WordWrap was not declared anywhere!00:43
Sfiet_Konstantinsigmaorion: use Text.WordWrap00:44
sigmaorionhmmm, ok, let me try!00:44
sigmaorionthe error is gone, but the text still doesn't wrap :(00:45
Sfiet_Konstantinsec00:51
*** M4rtinK has quit IRC00:51
Sfiet_Konstantinand without richtext?00:51
sigmaorionyeap, I removed everything00:54
sigmaorionlet me pastebin it again00:54
sigmaorionSfiet_Konstantin: http://pastebin.com/Ec6AvtHN00:55
sigmaorionthere it is00:55
Sfiet_Konstantinsec00:56
Sfiet_Konstantinwell, of cause00:56
Sfiet_Konstantinyou don't have a size for that label00:56
Sfiet_Konstantintry setting anchors.left: parent.left00:56
Sfiet_Konstantinanchors.right: parent.right00:56
wowericyes00:58
sigmaorionSfiet_Konstantin, yeap, it worked!!! :)01:00
sigmaorionthanks a lot for your help!01:00
Sfiet_Konstantin:)01:00
Sfiet_Konstantinsigmaorion: set some margins: anchors.leftMargins: theme.paddingLarge01:03
sigmaorionyeap, I will try that because it's awfull with no margins, hehe! Also I will try it with RichText01:04
Sfiet_Konstantinsigmaorion: do you need richtext ?01:06
sigmaorionwell, I'd like to include a link to the website in the text01:06
sigmaorionSfiet_Konstantin, seems to work beautifully with rich text, margins, theme color, etc01:08
Sfiet_Konstantin:)01:08
Sfiet_Konstantinsigmaorion: I see :)01:08
sigmaorionmy daughter is claiming attention, so I've got to go... thanks a lot for your help, I really appreciate it!01:08
Sfiet_Konstantin:)01:10
Sfiet_Konstantinsee you01:10
*** sigmaorion_ has joined #sailfishos01:10
wowericuse  TextArea is  better?01:11
*** sigmaorion has quit IRC01:12
Sfiet_Konstantinwoweric: for that Label is the best I think01:15
wowericon PullDownMenu  and   i  want to  add others  MenuItem01:24
wowerichow  can i  do01:24
woweric SilicaFlickable {01:27
woweric        anchors.fill: parent01:27
woweric        // PullDownMenu and PushUpMenu must be declared in SilicaFlickable, SilicaListView or SilicaGridView01:27
woweric        PullDownMenu {01:27
woweric            MenuItem {01:27
woweric                text: "Page 2"01:27
woweric                onClicked: pageStack.push(Qt.resolvedUrl("SecondPage.qml"))01:27
woweric            }01:27
woweric        }01:27
woweric01:27
woweric        PullDownMenu {01:27
woweric            MenuItem {01:27
woweric                text: " Page 3"01:27
woweric                onClicked: pageStack.push(Qt.resolvedUrl("thd.qml"))01:27
woweric            }01:27
woweric        }}01:27
Sfiet_Konstantinwoweric: please use pastebin or paste.kde.org01:34
Sfiet_Konstantinthanks01:34
Sfiet_Konstantinwoweric: Just add another MenuItem inside the PullDownMenu brackets01:34
wowericok    let  me  try01:35
woweric@fiet_Konstantin   http://paste.kde.org/737822/01:39
wowericbut  2  menuItem  is  overlap01:40
Sfiet_Konstantindon't put two pulldown menu01:44
Sfiet_Konstantinwoweric: http://paste.kde.org/737828/01:44
wowericok  it  is  run   thank you01:48
*** Morpog_Mobile has quit IRC01:52
*** Morpog_Mobile has joined #sailfishos01:58
*** Sfiet_Konstantin has quit IRC02:26
*** krabador has quit IRC02:33
*** sigmaorion_ has left #sailfishos04:08
*** furikku has joined #sailfishos04:56
*** disharmonic has quit IRC05:10
*** pengjingwen has joined #sailfishos06:19
*** M13 has joined #sailfishos07:54
*** Pali has joined #sailfishos08:07
*** Vlad_on_the_road has joined #sailfishos08:09
*** otep has quit IRC08:10
*** otep has joined #sailfishos08:11
*** M4rtinK has joined #sailfishos08:44
*** spider-mario has joined #sailfishos09:09
*** fmunozs has quit IRC09:21
*** arcean has joined #sailfishos09:42
*** Merbot` has joined #sailfishos10:15
*** zchydem_ has joined #sailfishos10:15
*** Sage has quit IRC10:17
*** mjones has quit IRC10:17
*** zchydem has quit IRC10:17
*** Merbot has quit IRC10:17
*** clopez has quit IRC10:27
*** goblin has quit IRC10:27
*** Pali has quit IRC10:27
*** bugzy has quit IRC10:27
*** chriadam|away has quit IRC10:27
*** wmarone has quit IRC10:27
*** vgrade has quit IRC10:27
*** thedead1440 has quit IRC10:27
*** veimis has quit IRC10:27
*** kontio has quit IRC10:27
*** xmlich02_ has quit IRC10:27
*** zacce has quit IRC10:27
*** karbas has quit IRC10:27
*** tj____ has quit IRC10:27
*** Jonni has quit IRC10:27
*** merlin1991 has quit IRC10:27
*** Yaniel has quit IRC10:27
*** sirspazzolot has quit IRC10:27
*** iekku has quit IRC10:27
*** clopez_ has joined #sailfishos10:27
*** Pali has joined #sailfishos10:28
*** veimis has joined #sailfishos10:28
*** bugzy has joined #sailfishos10:28
*** chriadam|away has joined #sailfishos10:28
*** Jonni has joined #sailfishos10:28
*** wmarone has joined #sailfishos10:28
*** zacce has joined #sailfishos10:28
*** merlin1991 has joined #sailfishos10:28
*** kontio has joined #sailfishos10:28
*** Yaniel has joined #sailfishos10:28
*** vgrade has joined #sailfishos10:28
*** xmlich02_ has joined #sailfishos10:28
*** thedead1440 has joined #sailfishos10:28
*** goblin has joined #sailfishos10:28
*** sirspazzolot has joined #sailfishos10:28
*** karbas has joined #sailfishos10:28
*** tj____ has joined #sailfishos10:28
*** iekku has joined #sailfishos10:28
*** thedead1440 has quit IRC10:28
*** Sfiet_Konstantin has joined #sailfishos10:33
*** goblin has quit IRC10:34
*** Pali has quit IRC10:34
*** bugzy has quit IRC10:34
*** chriadam|away has quit IRC10:34
*** wmarone has quit IRC10:34
*** vgrade has quit IRC10:34
*** veimis has quit IRC10:34
*** kontio has quit IRC10:34
*** xmlich02_ has quit IRC10:34
*** zacce has quit IRC10:34
*** karbas has quit IRC10:34
*** tj____ has quit IRC10:34
*** Jonni has quit IRC10:34
*** merlin1991 has quit IRC10:34
*** Yaniel has quit IRC10:34
*** sirspazzolot has quit IRC10:34
*** iekku has quit IRC10:34
*** M13 has quit IRC10:34
*** Morpog_Mobile has quit IRC10:34
*** sledgeas has quit IRC10:34
*** frecel has quit IRC10:34
*** mue_ has quit IRC10:34
*** Hartzi has quit IRC10:34
*** aslani has quit IRC10:34
*** ssamppa has quit IRC10:34
*** woweric has quit IRC10:34
*** Almehdin has quit IRC10:34
*** zumbi_ has quit IRC10:34
*** rainemak has quit IRC10:34
*** amppa_ has quit IRC10:34
*** boud has quit IRC10:34
*** Elleo has quit IRC10:34
*** mjones_ has quit IRC10:34
*** kjokinie1 has quit IRC10:34
*** kaltsi has quit IRC10:34
*** arcean has quit IRC10:34
*** ahiemstra_ has quit IRC10:34
*** VDVsx has quit IRC10:34
*** Stskeeps has quit IRC10:34
*** Master-Passeli has quit IRC10:34
*** _Razor_ has quit IRC10:34
*** spider-mario has quit IRC10:34
*** Vlad_on_the_road has quit IRC10:34
*** tg has quit IRC10:34
*** ljp has quit IRC10:34
*** tanghus has quit IRC10:34
*** mhall119|away has quit IRC10:34
*** Pantti_ has quit IRC10:34
*** JvD_ has quit IRC10:34
*** M4rtinK has quit IRC10:34
*** furikku has quit IRC10:34
*** PMG has quit IRC10:34
*** phaeron has quit IRC10:34
*** sledges has quit IRC10:34
*** w00t has quit IRC10:34
*** special has quit IRC10:34
*** lbt has quit IRC10:34
*** dm8tbr has quit IRC10:34
*** jjarven has quit IRC10:34
*** Aard has quit IRC10:34
*** jake9xx has quit IRC10:34
*** nsm has quit IRC10:34
*** thp has quit IRC10:34
*** niweber has quit IRC10:34
*** Sage_ has quit IRC10:34
*** gormio has quit IRC10:34
*** chladnicka has quit IRC10:34
*** Sfiet_Konstantin has quit IRC10:36
*** Sfiet_Konstantin has joined #sailfishos10:36
*** iekku has joined #sailfishos10:42
*** tj____ has joined #sailfishos10:42
*** karbas has joined #sailfishos10:42
*** sirspazzolot has joined #sailfishos10:42
*** goblin has joined #sailfishos10:42
*** xmlich02_ has joined #sailfishos10:42
*** vgrade has joined #sailfishos10:42
*** Yaniel has joined #sailfishos10:42
*** kontio has joined #sailfishos10:42
*** merlin1991 has joined #sailfishos10:42
*** zacce has joined #sailfishos10:42
*** wmarone has joined #sailfishos10:42
*** Jonni has joined #sailfishos10:42
*** chriadam|away has joined #sailfishos10:42
*** bugzy has joined #sailfishos10:42
*** veimis has joined #sailfishos10:42
*** Pali has joined #sailfishos10:42
*** Sage_ has joined #sailfishos10:42
*** mjones_ has joined #sailfishos10:42
*** arcean has joined #sailfishos10:42
*** spider-mario has joined #sailfishos10:42
*** M4rtinK has joined #sailfishos10:42
*** Vlad_on_the_road has joined #sailfishos10:42
*** M13 has joined #sailfishos10:42
*** furikku has joined #sailfishos10:42
*** Morpog_Mobile has joined #sailfishos10:42
*** woweric has joined #sailfishos10:42
*** PMG has joined #sailfishos10:42
*** ahiemstra_ has joined #sailfishos10:42
*** tg has joined #sailfishos10:42
*** sledgeas has joined #sailfishos10:42
*** phaeron has joined #sailfishos10:42
*** nsm has joined #sailfishos10:42
*** frecel has joined #sailfishos10:42
*** VDVsx has joined #sailfishos10:42
*** Stskeeps has joined #sailfishos10:42
*** sledges has joined #sailfishos10:42
*** Almehdin has joined #sailfishos10:42
*** thp has joined #sailfishos10:42
*** mue_ has joined #sailfishos10:42
*** niweber has joined #sailfishos10:42
*** w00t has joined #sailfishos10:42
*** special has joined #sailfishos10:42
*** zumbi_ has joined #sailfishos10:42
*** lbt has joined #sailfishos10:42
*** ljp has joined #sailfishos10:42
*** dm8tbr has joined #sailfishos10:42
*** Hartzi has joined #sailfishos10:42
*** amppa_ has joined #sailfishos10:42
*** jjarven has joined #sailfishos10:42
*** kjokinie1 has joined #sailfishos10:42
*** kaltsi has joined #sailfishos10:42
*** jake9xx has joined #sailfishos10:42
*** tanghus has joined #sailfishos10:42
*** Aard has joined #sailfishos10:42
*** mhall119|away has joined #sailfishos10:42
*** Master-Passeli has joined #sailfishos10:42
*** ssamppa has joined #sailfishos10:42
*** aslani has joined #sailfishos10:42
*** Elleo has joined #sailfishos10:42
*** boud has joined #sailfishos10:42
*** rainemak has joined #sailfishos10:42
*** Pantti_ has joined #sailfishos10:42
*** gormio has joined #sailfishos10:42
*** _Razor_ has joined #sailfishos10:42
*** JvD_ has joined #sailfishos10:42
*** chladnicka has joined #sailfishos10:42
wowerichow  much  time take  me   install Plasma Active  in  vbox?11:27
*** Morpog_PC has joined #sailfishos11:29
Sfiet_Konstantinwoweric: there are premade images11:43
Sfiet_Konstantinbrowse plasma active website11:43
*** woweric_ has joined #sailfishos11:49
*** woweric has quit IRC11:51
woweric_it is   so  cool11:53
*** SfietKonstantin has joined #sailfishos12:15
*** Sfiet_Konstantin has quit IRC12:18
*** inkjetunito has joined #sailfishos12:21
*** phaeron has quit IRC12:24
*** SfietKonstantin is now known as Sfiet_Konstantin12:30
woweric_why  sailfish  use  2   virtual machine?12:33
woweric_and  later  sailfish phone  have  2 virtual machine too?12:34
Stskeepsone is build engine, one is an actual machine12:34
woweric_when  me  root the  phone ,must root  2  machine?12:40
Stskeepshehe, the device definately doesn't have 2 virtual machines :)12:44
Stskeepsa phone doesn't need a build engine12:44
Morpog_PCI seriously hope that the device doesn't have any VM's running on it :-)12:45
Sfiet_KonstantinMorpog_PC: :D12:45
*** ahiemstra_ is now known as ahiemstra12:46
*** zenvoid has joined #sailfishos12:50
woweric_@Stskeeps   do you  come to china  at   5.08?:)13:08
Stskeepsthat's GMIC? sadly no13:14
Stskeepsbut i visited shenzhen the other month13:14
woweric_shenzhen,  a  good place for  visit13:15
*** Vilsepi has left #sailfishos13:16
Stskeepsyes13:18
*** arcean has quit IRC13:57
*** achipa has joined #sailfishos14:04
*** miksuh has joined #sailfishos14:23
*** miksuh has joined #sailfishos14:24
*** krabador has joined #sailfishos14:32
*** rashm2k has joined #sailfishos14:39
*** spider-mario has quit IRC14:39
*** Naranek has joined #sailfishos14:41
*** rashm2k has quit IRC14:44
*** krabador has quit IRC15:09
*** fk_lx has joined #sailfishos15:29
*** spider-mario has joined #sailfishos15:35
*** rcg has joined #sailfishos15:46
*** krabador has joined #sailfishos15:47
*** woweric_ has quit IRC15:48
*** woweric has joined #sailfishos15:48
*** spider-mario has quit IRC16:00
*** sardini has joined #sailfishos16:13
*** phaeron has joined #sailfishos16:16
*** achipa has quit IRC16:17
*** nsuffys has joined #sailfishos16:19
*** woweric has quit IRC16:31
*** spider-mario has joined #sailfishos17:44
*** furikku has quit IRC18:04
*** Pat_o has joined #sailfishos18:12
*** SfietKonstantin has joined #sailfishos18:15
*** Sfiet_Konstantin has quit IRC18:17
*** Jonni has quit IRC18:22
*** Jonni has joined #sailfishos18:22
*** Sfiet_Konstantin has joined #sailfishos18:22
*** SfietKonstantin has quit IRC18:23
*** krabador has quit IRC18:27
*** krabador has joined #sailfishos18:29
*** Pat_o has quit IRC18:31
*** Pat_o has joined #sailfishos18:33
*** krabador has quit IRC18:34
*** clopez_ is now known as clopez18:35
*** jayrulez has quit IRC18:38
*** jayrulez has joined #sailfishos18:39
*** Sfiet_Konstantin has quit IRC18:39
*** Sfiet_Konstantin has joined #sailfishos18:41
*** fmunozs has joined #sailfishos18:43
*** SfietKonstantin has joined #sailfishos19:19
*** Sfiet_Konstantin has quit IRC19:21
*** fmunozs has quit IRC19:29
*** Eismann has joined #sailfishos19:33
*** krabador has joined #sailfishos19:38
*** krabador has quit IRC19:43
*** Venemo has joined #sailfishos19:47
*** M13 has quit IRC19:51
*** fmunozs has joined #sailfishos19:53
*** krabador has joined #sailfishos19:54
*** SfietKonstantin has quit IRC19:55
*** SfietKonstantin has joined #sailfishos19:58
*** fmunozs has quit IRC19:58
*** Sfiet_Konstantin has joined #sailfishos20:04
*** SfietKonstantin has quit IRC20:04
*** Sfiet_Konstantin has quit IRC20:05
*** Sfiet_Konstantin has joined #sailfishos20:05
*** inkjetunito has quit IRC20:20
*** nsuffys has quit IRC20:34
*** Sfiet_Konstantin has quit IRC20:36
*** Sfiet_Konstantin has joined #sailfishos20:36
*** arcean has joined #sailfishos20:46
*** Pat_o has quit IRC21:18
*** fmunozs has joined #sailfishos21:28
*** Vlad_on_the_road has quit IRC21:36
*** spider-mario has quit IRC21:46
*** fk_lx has quit IRC21:50
*** sardini has quit IRC21:56
*** wirew0rm has joined #sailfishos21:58
*** mjones_ has quit IRC22:12
*** zenvoid has quit IRC22:17
*** mvogt has joined #sailfishos22:25
*** rcg has quit IRC22:41
wirew0rmHey, anyone hanging around?22:41
specialyup22:42
Yanielslightly over 100 people22:42
wirew0rmyes irssi says 105 but on irc this doesnt have to say that much ;)22:43
wirew0rmi just wanted to install the sailfishSDK to play around a little bit to see how it feels22:45
wirew0rmbut i didn't like the idea of the binary only installer, so @jollaHQ told me on twitter to build it myself22:46
wirew0rmwhich i would love to do, but i'm having difficulties to find out what is needed und where to get it from.22:47
*** mjones_ has joined #sailfishos22:47
specialyou can build the mer SDK yourself, but some of the sailfish parts are binary-only. I have no idea how you'd do it.22:47
special(the binary parts are just the VM images though, as far as I know..)22:49
*** jayrulez has quit IRC22:49
*** Morpog_PC has quit IRC22:54
wirew0rmspecial: thanks22:57
*** cxl000 has quit IRC22:58
wirew0rmI only now found out you can actually click on the "Explore the SDK" banner on the "Getting started" page and get some more information22:59
*** Pali has quit IRC23:02
*** lbt has quit IRC23:17
*** w00t has quit IRC23:17
*** special has quit IRC23:19
*** lbt has joined #sailfishos23:19
*** dm8tbr has quit IRC23:19
*** arcean has quit IRC23:20
*** dm8tbr has joined #sailfishos23:22
*** special has joined #sailfishos23:22
*** w00t has joined #sailfishos23:22
*** w00t is now known as Guest5205123:23
wirew0rmok I looked around a little bit more, found releases.sailfishos.org but that looks more like the stuff running on the phone itself, i guess what i need is the patched qtCreator and the VM Images...23:28
*** ljp has quit IRC23:30
wirew0rmi think i'll drop that for today, but i'll stay around. If anyone's done that or could point me somewhere i'd be glad to hear about it :)23:31
*** M4rtinK has quit IRC23:31
Sfiet_Konstantinwirew0rm: you can find the qt creator23:32
Sfiet_Konstantinsec23:32
Sfiet_Konstantinwirew0rm: https://qt.gitorious.org/+mer-qt-creator/qt-creator/mer-qt-creator23:32
Sfiet_Konstantinbut it is impossible to find all the components of the VM: you have closed source components that are not distributed (silica)23:32
wirew0rmSfiet_Konstantin: hey, thanks alot23:34
wirew0rmusing the vm is not a problem, i'm just uncomfortable with running some binary installer on my system itself23:38
*** chriadam|away is now known as chriadam23:38
wirew0rmSfiet_Konstantin: do you know if i can get the 2 VMs somwhere seperately?23:40
Sfiet_Konstantinwirew0rm: the Mer one can be built I think, from the platform sdk23:43
specialmight be easier to install the SDK first inside a VM, or some kind of jail, so you can feel comfortable with it?23:43
Sfiet_Konstantinwirew0rm: actually why do you want to get everything separately ?23:47
wirew0rmspecial: yes thats the plan if i can't get the vm parts seperately23:52
*** ljp has joined #sailfishos23:52
wirew0rmSfiet_Konstantin: I don't like Installers, because they often do random stuff and you'll only know after you've run them.23:54
Sfiet_Konstantinwell, run it into a vbox, extract the content and delete the vbox23:56
Sfiet_Konstantinand honestly, there is no much problem23:56
*** ljp has quit IRC23:56

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!