IRC log of #maemo-ssu for Thursday, 2011-03-03

*** merlin1991 has joined #maemo-ssu00:07
*** M4rtinK has quit IRC00:24
JaffaScreenshots of my best relayout for desktops. I think a second user-configurable layout for portrait will be essential, but this seems to give a good starting point for my desktops: http://bleb.org/software/maemo/View1.png -> http://bleb.org/software/maemo/View1-portrait.png, http://bleb.org/software/maemo/View2.png -> http://bleb.org/software/maemo/View2-portrait.png and, finally, http://bleb.org/software/maemo/View3.png -> http://bleb.org/software/maemo00:51
lcukJaffa, can you make your app generate before/after images01:06
lcukthe first ones you showed the other day were easier to see the before/after01:06
*** trbs2 has quit IRC01:07
Sc0rpiuslast line was cropped but I can figure out the rest01:08
lcukJaffa, what is wrong with maintaining the position of all that fit01:09
lcukand just rot9001:09
lcukthose that do not fit, use the same function as setting down the black ball on a snooker table01:09
lcukie, closest to the spot01:10
*** NIN101 has quit IRC01:37
*** merlin1991 has quit IRC01:40
*** Venemo has quit IRC02:30
*** mveplus has quit IRC03:12
*** M4rtinK has joined #maemo-ssu03:13
*** M4rtinK has quit IRC03:20
*** mveplus has joined #maemo-ssu03:25
*** BCMM has quit IRC03:37
*** s1gk1ll has quit IRC03:39
*** s1gk1ll has joined #maemo-ssu03:43
*** s1gk1ll has quit IRC03:45
*** s1gk1ll has joined #maemo-ssu03:51
*** the_lord has joined #maemo-ssu04:05
*** ZogG has quit IRC05:03
*** ZogG has joined #maemo-ssu05:03
*** the_lord has quit IRC05:34
*** adalal has joined #maemo-ssu06:05
adalalhi06:05
adalalanyone here know how if it's possible to add APNs by modifying the /etc/operator_settings file?06:06
adalali'm aware it's possible using gconf and fAPN06:06
*** ThreeM has quit IRC07:07
*** ThreeM has joined #maemo-ssu07:11
*** DocScrutinizer has quit IRC07:31
*** DocScrutinizer has joined #maemo-ssu07:31
Jaffalcuk: That is before/after images. It takes a layout, generates the PNG of its current position and then reorganises it.08:17
Jaffalcuk: It's easy to say "closest to the spot" but it's a proper Hard algorithm (NP complete)08:18
*** Lava_Croft has quit IRC08:45
Jaffalcuk: Although a quick swap works reasonably well in my layouts for getting a starting point.08:46
*** Lava_Croft has joined #maemo-ssu08:58
*** mveplus has quit IRC09:15
*** mveplus has joined #maemo-ssu09:15
*** mece has joined #maemo-ssu09:37
meceJaffa, ello09:51
*** divan0 has joined #maemo-ssu10:11
AsiQueLava_Croft : hey wile i was looking at the logs i saw u asked me about Tremulous, didn't know it before... is it any good?10:12
*** Mensoif has joined #maemo-ssu10:31
JaffaMorning, all10:58
JaffaSc0rpius: ping10:59
*** merlin_N900 has joined #maemo-ssu11:28
merlin_N900morning :)11:29
* merlin_N900 is zzzzzing in a data modelling lecture11:30
*** Venemo_N900 has joined #maemo-ssu11:33
merlin_N900morning venemo11:38
Venemo_N900hello merlin_N90011:42
meceJaffa, \o11:43
meceJaffa, I meant to ask you about something, but I've forgotten... umm.11:43
meceJaffa, oh right. regarding the desktop item rearranging algorithms11:43
Jaffamece: Yup.11:45
Jaffamece: Next thought is an x/y cross, but taking into account heights of items and slightly different thing.11:45
JaffaEither way, definitely going to need to support a different layout configurable by the user after a best guess.11:45
meceJaffa, ok, so on first time rotation it would arrange according to algorithm, and if desktop is modified in portrait, that status is stored, and the next time after that the algorithm is disregarded (unless there's a new item)11:48
Jaffamece: Something like that, yes. I haven't looked at how the existing code decides where to put new items; that could be useful.11:52
Venemo_N900Jaffa: I'd say let's store separate positions for portrait and landscape11:55
meceVenemo_N900, that's what I meant11:56
Venemo_N900agreed with mece11:56
mecewhat about rotation of items that area wider than 480px?11:57
Venemo_N900mece: resize?11:57
meceVenemo_N900, might not be possible, that would depend on the implementation.11:57
*** merlin_N900 has quit IRC11:58
meceI have one view with just two widgets, one 800px and one 750px wide :)11:59
meceI'd say leave unrotated, but that's just me.11:59
JaffaVenemo_N900: That's what I said as well, isn't it?11:59
mecebut damn11:59
mecelol11:59
Venemo_N900mece: it's possible, just the app maybe isn't designed to handle resize event11:59
Venemo_N900mece: what are those wide widgets?11:59
Jaffamece: That's not a problem (wider than 480px): because the start position won't be.11:59
meceif something is 800 px, it still wouldn't fit11:59
meceVenemo_N900, comic widget and this dock bar or whatever it's called. a bunch of small shortcuts12:00
JaffaYes, so you can't see all of it. But you can remove/re-add/resize as appropriate.12:00
Venemo_N900mhm12:00
Venemo_N900let's contact the authors of these12:00
meceI'm the author of comic widget. It's not in extras though12:01
mece(it is in devel)12:01
Venemo_N900mece: please make your widget aware of resize events then12:01
meceVenemo_N900, I don't have time or energy. What's a resize event anyway, how does it work?12:02
Venemo_N900mece: is your app qt or gtk?12:02
mecegtk12:02
mecepygtk12:02
Venemo_N900well anyway. x will send a resize event for your window for which I'm sure there is a gtk event to handle12:03
mecewell if it simply resizes the main widget, it should work.12:03
Venemo_N900basically, x tells you the new size, and you should relayout according to it12:03
meceis there a way to test this?12:03
meceVenemo_N900, the widget is resizable by user12:04
Venemo_N900if cssu merger in the resizeable homescreen applets feature from cordia, then there will be12:04
Venemo_N900merges in *12:04
meceVenemo_N900, by modifying a text file and restarting12:04
Venemo_N900mece, that's nice12:05
meceVenemo_N900, problem is though, that it reads an image, resizes it according to some values and displays it. A resize event would require it to read image again, resize according to new values and display.12:06
Venemo_N900or store the image in memory and resize it on resize event12:07
Venemo_N900I'm sure gtk can do it12:07
meceVenemo_N900, sure, but I don't really want to go into that piece of shit spaghetti monster of code12:08
adalalanyone here know how if it's possible to add APNs by modifying the /etc/operator_settings file?12:09
adalali'm aware it's possible using gconf and fAPN12:09
meceI'd say if something doesn't resize properly, just rotate and clip it where you want it to end.12:10
Venemo_N900adalal: this is offtopic on this channel12:10
Venemo_N900mece: that's what happens when the app doesn't react to resize12:10
meceVenemo_N900, good. Then I'll just leave it. if it resizes to 480px wide it's usually too small to read anyway.12:12
Venemo_N900mhm12:12
adalaloh okay then.. sorz12:12
Venemo_N900adalal: ask on #maemo12:13
AsiQuewhere can i find scratchbox's sources list... i son't have an /scratchbox/etc/apt/sources file...12:21
AsiQue*don't12:21
*** villev has joined #maemo-ssu12:22
*** villev_ has joined #maemo-ssu12:22
Venemo_N900AsiQue: this is offtopic here12:22
*** lardman|gone is now known as lardman12:23
*** villev has quit IRC12:23
*** villev__ has joined #maemo-ssu12:23
AsiQueVenemo_N900: even when trying to compile ssu-hildon-desktop :-)12:23
*** villev_ has quit IRC12:23
Venemo_N900AsiQue: run /scratchbox/login12:23
*** villev has joined #maemo-ssu12:24
AsiQuetnx12:24
Venemo_N900AsiQue: then inside the scratchbox environment, it'll be in12:24
Venemo_N900AsiQue: /etc/apt/sources.list12:24
Venemo_N900AsiQue: btw, rtfm12:24
*** villev__ has quit IRC12:24
*** villev_ has joined #maemo-ssu12:24
AsiQueVenemo_N900: rtfm?12:25
AsiQuemaemo12:25
AsiQueoops12:25
Venemo_N900AsiQue: rtfm = read the f*cking manual12:25
Venemo_N900AsiQue: scratchbox is well-documented12:25
Venemo_N900AsiQue: there's readme and stuff like that. it'll probably have the answers for your initial questios12:26
Venemo_N900AsiQue: if after looking through the readme you encounter errors, then feel free to ask12:26
AsiQuek :-)12:27
Venemo_N900AsiQue: one particular thing is that you must start scratchbox before logging in to it12:27
Venemo_N900run '/scratchbox/sbin/sbox_ctl start' as root12:28
AsiQuetnx12:28
*** villev has quit IRC12:28
*** villev has joined #maemo-ssu12:28
Venemo_N900then /scratchbox/login12:28
*** villev_ has quit IRC12:29
Venemo_N900you can select the current  target from inside scratchbox12:29
*** villev_ has joined #maemo-ssu12:29
Venemo_N900sb-conf select ...12:29
*** merlin_N900 has joined #maemo-ssu12:30
*** villev has quit IRC12:33
*** villev has joined #maemo-ssu12:33
*** villev_ has quit IRC12:34
*** villev__ has joined #maemo-ssu12:34
*** adalal has left #maemo-ssu12:37
*** villev_ has joined #maemo-ssu12:38
*** villev has quit IRC12:38
*** villev__ has quit IRC12:38
*** villev has joined #maemo-ssu12:38
AsiQueVenemo_N900: tnx again... it helped :-) now going into reading mode... (of the manual :-))12:42
Venemo_N900AsiQue: okay12:42
*** villev_ has quit IRC12:42
Venemo_N900AsiQue: :)12:43
*** villev_ has joined #maemo-ssu12:47
*** villev has quit IRC12:47
*** villev has joined #maemo-ssu12:48
*** villev_ has quit IRC12:52
*** villev__ has joined #maemo-ssu12:52
*** villev has quit IRC12:52
*** villev has joined #maemo-ssu12:52
*** villev_ has joined #maemo-ssu12:56
*** villev__ has quit IRC12:56
*** villev has quit IRC12:57
*** villev__ has joined #maemo-ssu12:57
*** Venemo_N900 has quit IRC13:01
*** villev_ has quit IRC13:01
*** cyteen has quit IRC13:33
*** normaltusker has joined #maemo-ssu13:40
*** lizardo has joined #maemo-ssu13:57
*** NIN101 has joined #maemo-ssu14:04
*** villev__ has quit IRC14:14
*** the_lord has joined #maemo-ssu14:23
*** cyteen has joined #maemo-ssu14:23
*** david__ has joined #maemo-ssu14:27
*** the_lord has quit IRC14:30
*** the_lord has joined #maemo-ssu14:31
*** david__ has quit IRC14:31
*** chadi has joined #maemo-ssu15:22
*** chadi has quit IRC15:22
*** chadi has joined #maemo-ssu15:22
*** merlin_N900 has quit IRC15:38
*** M4rtinK has joined #maemo-ssu15:40
*** mece has left #maemo-ssu16:04
*** normaltusker has quit IRC16:05
*** freemangordon has joined #maemo-ssu16:12
*** merlin1991 has joined #maemo-ssu16:15
*** AsiQue has quit IRC16:16
*** merlin_1991 has joined #maemo-ssu16:33
*** merlin1991 has quit IRC16:36
*** mveplus has quit IRC16:37
*** mveplus has joined #maemo-ssu16:49
*** M4rtinK has quit IRC16:58
*** njsf has left #maemo-ssu17:12
*** BCMM has joined #maemo-ssu17:14
*** BCMM has quit IRC17:27
*** prgrn_ has joined #maemo-ssu18:03
*** merlin_1991 has quit IRC18:09
*** merlin1991 has joined #maemo-ssu18:09
*** maninc_ has joined #maemo-ssu18:18
*** maninc has quit IRC18:19
*** merlin_1991 has joined #maemo-ssu18:28
*** merlin1991 has quit IRC18:30
*** BCMM has joined #maemo-ssu18:37
*** mveplus has quit IRC18:49
*** mveplus has joined #maemo-ssu18:49
*** chadi has quit IRC18:55
*** lardman is now known as lardman|gone18:58
*** Milhouse has quit IRC18:58
*** mirr0r has joined #maemo-ssu18:59
*** lardman|home has joined #maemo-ssu19:00
*** lardman|home has quit IRC19:00
*** wmarone_ has joined #maemo-ssu19:00
*** lardman|gone has quit IRC19:01
*** wmarone has quit IRC19:01
*** Milhouse has joined #maemo-ssu19:02
*** Milhouse has joined #maemo-ssu19:02
*** fiberspeed has quit IRC19:03
*** marcels has joined #maemo-ssu19:12
*** Venemo has joined #maemo-ssu19:13
*** lizardo has quit IRC19:28
*** lizardo has joined #maemo-ssu19:28
*** merlin_1991 has quit IRC19:29
*** mirr0r is now known as fiberspeed19:29
*** w00t___ has joined #maemo-ssu19:40
*** Vid_ has joined #maemo-ssu19:40
*** w00t_ has quit IRC19:40
*** marcels has quit IRC19:40
*** Vid has quit IRC19:40
*** marcels has joined #maemo-ssu19:42
*** Venemo has quit IRC19:44
*** freemangordon_ has joined #maemo-ssu19:45
*** freemangordon_ has quit IRC19:47
*** freemangordon_ has joined #maemo-ssu19:47
*** Vid_ has quit IRC19:49
*** w00t___ has quit IRC19:49
*** Milhouse has quit IRC19:49
*** chainsawbike has quit IRC19:49
*** freemangordon_ has quit IRC19:50
*** Milhouse has joined #maemo-ssu19:50
*** Milhouse has joined #maemo-ssu19:50
*** Vid_ has joined #maemo-ssu19:51
*** w00t___ has joined #maemo-ssu19:51
*** chainsawbike has joined #maemo-ssu19:51
*** w00t_ has joined #maemo-ssu19:57
*** Vid_ has quit IRC19:57
*** w00t___ has quit IRC19:57
*** chainsawbike has quit IRC19:57
*** w00t_ is now known as Guest180419:57
*** prgrn_ has quit IRC20:07
*** mveplus has quit IRC20:07
*** mveplus has joined #maemo-ssu20:08
*** prgrn_ has joined #maemo-ssu20:08
*** ZogG has quit IRC20:15
*** ZogG has joined #maemo-ssu20:16
*** Vid has joined #maemo-ssu20:17
*** Vid has joined #maemo-ssu20:17
*** chainsawbike has joined #maemo-ssu20:17
*** akikhaw_ has joined #maemo-ssu20:20
*** akikhaw has quit IRC20:22
*** lcuk2 has joined #maemo-ssu20:22
*** Milhouse has quit IRC20:22
*** chainsawbike has quit IRC20:23
*** cyteen has quit IRC20:23
*** ecksun has quit IRC20:23
*** ecksun has joined #maemo-ssu20:23
*** maninc_ has quit IRC20:23
*** cyteen has joined #maemo-ssu20:24
*** maninc has joined #maemo-ssu20:24
*** lizardo has quit IRC20:24
*** lcuk has quit IRC20:24
*** lizardo has joined #maemo-ssu20:25
*** chainsawbike has joined #maemo-ssu20:25
*** Milhouse has joined #maemo-ssu20:27
*** Milhouse has joined #maemo-ssu20:27
*** prgrn_ has quit IRC20:28
*** chainsawbike has quit IRC20:32
*** Milhouse has quit IRC20:32
*** Mozillion has quit IRC20:32
*** prgrn_ has joined #maemo-ssu20:33
*** haltdef has quit IRC20:33
*** Mozillion has joined #maemo-ssu20:33
*** haltdef has joined #maemo-ssu20:33
*** trumee has quit IRC20:36
*** Milhouse has joined #maemo-ssu20:37
*** Milhouse has joined #maemo-ssu20:37
*** chainsawbike has joined #maemo-ssu20:37
*** Venemo has joined #maemo-ssu20:38
*** Milhouse has quit IRC20:41
*** barzam has quit IRC20:41
*** barzam has joined #maemo-ssu20:43
*** ecksun has quit IRC20:44
*** ecksun has joined #maemo-ssu20:44
*** lcuk3 has joined #maemo-ssu20:46
*** Milhouse has joined #maemo-ssu20:47
*** lcuk2 has quit IRC20:50
*** IronLegend has quit IRC20:50
*** lizardo has quit IRC20:50
*** Milhouse has quit IRC20:50
*** Milhouse has joined #maemo-ssu20:50
*** lizardo has joined #maemo-ssu20:50
*** aki-- has joined #maemo-ssu20:56
*** the_lord has quit IRC20:56
*** IronLegend has joined #maemo-ssu20:58
*** the_lord has joined #maemo-ssu21:08
*** merlin1991 has joined #maemo-ssu21:15
*** trumee has joined #maemo-ssu21:18
*** piggz_ has joined #maemo-ssu21:25
piggz_quick question...in the latest cssu...autorotaion on some apps doesnt seem to work anymore....feedingit for example, and my own qt app no longer rotates. Is this known?21:25
MohammadAGkilled hildon-desktop?21:29
MohammadAGreboot21:29
*** marcels has quit IRC21:29
*** ZogG_laptop has joined #maemo-ssu21:30
piggz_MohammadAG: my phone has certianly been rebooted since the last install which was some days ago21:33
*** ZogG_laptop has quit IRC21:35
piggz_MohammadAG: opera rotates, but feeding it doesnt21:36
piggz_(it is set to auto rotate ;)21:36
*** piggz_ has quit IRC21:45
*** piggz_ has joined #maemo-ssu21:46
piggz_MohammadAG: seems you were right...a killall hildon-desktop made my phone reboot anyway (?) ... and now rotation works again...what would cause that?21:47
merlin1991piggz_, if hildon-desktop crashes twice (or get's kill alled twice) the phone reboots due to watchdog21:49
piggz_merlin1991: fair enough...uptime ruined ;)21:50
merlin1991ever since I started testing the various cssu stuff I went from 20 days min to 5 days max uptime xD21:50
*** arcean has joined #maemo-ssu21:54
*** trbs2 has joined #maemo-ssu21:57
*** BCMM has quit IRC22:12
*** DocScrutinizer has quit IRC22:14
*** merlin1991 has quit IRC22:15
*** merlin1991 has joined #maemo-ssu22:15
*** merlin1991 has quit IRC22:15
*** merlin1991 has joined #maemo-ssu22:15
*** wegtergergerhger has joined #maemo-ssu22:15
*** DocScrutinizer has joined #maemo-ssu22:16
*** Venemo has quit IRC22:16
*** wegtergergerhger has quit IRC22:16
*** Venemo has joined #maemo-ssu22:16
*** haltdef has quit IRC22:25
*** haltdef has joined #maemo-ssu22:25
*** merlin1991 has quit IRC22:57
*** merlin1991 has joined #maemo-ssu22:57
*** lizardo has quit IRC23:08
*** the_lord has quit IRC23:09
*** ZogG has quit IRC23:17
*** ZogG has joined #maemo-ssu23:19
*** merlin_1991 has joined #maemo-ssu23:31
*** M4rtinK has joined #maemo-ssu23:34
*** merlin1991 has quit IRC23:34
*** Lava_Croft has quit IRC23:45
*** Lava_Croft has joined #maemo-ssu23:59

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