IRC log for #maemo-ssu on 20150501

01:08.03*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
01:58.48*** join/#maemo-ssu FlameReaper (~assassin@80.194.48.60.klj02-home.tm.net.my)
02:20.16*** join/#maemo-ssu infobot (ibot@rikers.org)
02:20.16*** topic/#maemo-ssu is Maemo Community Seamless Software Update "CSSU" channel, http://wiki.maemo.org/Community_SSU | Known bugs: http://j.mp/communityssu-bugs | Channel logs: http://mg.pov.lt/maemo-ssu-irclog/ | Sources: https://github.com/community-ssu | Latest version: Testing(2015-04-11): 21.2011.38-1Tmaemo11; Stable(2014-09-03): 21.2011.38-1Smaemo7
02:20.16*** mode/#maemo-ssu [+v infobot] by ChanServ
02:31.46*** join/#maemo-ssu pigeons (~pigeons@94.242.209.214)
03:00.35*** join/#maemo-ssu neal__ (~neal@p5081381E.dip0.t-ipconnect.de)
05:27.29*** join/#maemo-ssu LauRoman|Alt (~LauRoman@5-14-18-36.residential.rdsnet.ro)
05:54.26*** join/#maemo-ssu ryukafalz (~jonathan@pool-173-61-38-51.cmdnnj.fios.verizon.net)
06:23.18freemangordonbencoh: exactly :)
07:28.39*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
08:14.30*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
08:23.12*** join/#maemo-ssu Pali (~pali@Maemo/community/contributor/Pali)
08:39.30*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
09:31.56freemangordonclock-ui should have never been put in cssu. OMG, what a mess :(
09:32.08keriowat appen
09:32.09kerio:c
09:33.11freemangordonthe source code is like spaghetti
09:33.40freemangordonI am trying to fix it up, but it is fubar
09:35.58freemangordonofc it will take 4 seconds to load, it does too much unneeded stuff on init
09:45.24*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
09:47.53keriorofl
09:48.01keriobut it's opensource dude
09:48.04kerioopensource is always better
09:49.02bencohat least we can fix it ... or rewrite ;p
09:50.02freemangordonyeah, seems like rewrite is the best option :(
09:50.14bencohin gtk ? ;p
09:50.33freemangordonno, qt is ok
09:50.38bencoh0:)
09:50.40freemangordonwhen used with brain
09:51.57freemangordonjust look at that https://github.com/community-ssu/clock-ui/blob/master/alarmlist.cpp#L135 for example
09:52.22freemangordonor this https://github.com/community-ssu/clock-ui/blob/master/mainwindow.cpp#L99
09:52.31freemangordonI don;t dare to look deeper
09:52.34freemangordon:)
09:55.16bencohhmm
09:55.48merlin1991freemangordon: no objections for qt boosting
09:56.05freemangordonmerlin1991: though so, so it is in cssu-devel :)
09:56.43merlin1991I wonder if we can provie mdeclarativecache support
09:56.43freemangordonWTF "pepe" means? Anyone speaking spanish here?
09:56.53freemangordonmerlin1991: do we really need it?
09:57.06freemangordonif yes, I guess we can do
09:57.08merlin1991it boosts qml stuff like insanely
09:57.19freemangordonboost startup times?
09:57.21merlin1991yep
09:57.34freemangordonnot that much qml apps afaik
09:57.39merlin1991yeah
09:57.52merlin1991heh we should just provide qt5 ;)
09:58.06freemangordonwhat will happen with qt4 apps?
09:58.26merlin1991the libs are called different, it shouldn't conflict at all
09:58.27freemangordonI know they can coexists... but still
09:58.40freemangordonit'll double the memory usage
09:59.09merlin1991well if we play the memory usage game we should use only 1 toolkit ;)
09:59.33freemangordon:D
09:59.34merlin1991besides qt5 doesn't work so well anyways because I think for the current qml render implementation we need opengl stuff we don't have
10:00.02freemangordonso, WTF does "pepe" mean?
10:00.14bencoh11:58 < freemangordon> it'll double the memory usage
10:00.15bencoh+1
10:00.36merlin1991it's pepper in italian
10:01.00freemangordondoesn't help much :)
10:05.41bencohfreemangordon: from what I've read, mdeclarativecache needs application support
10:05.44bencoh(even if it's 2 lines)
10:05.51freemangordonyes
10:06.13freemangordonbut most of the qml apps are anyway ported from harm, so it is there
10:06.42bencohor ... you can always inject symbols (dlopen, LD_PRELOAD, whatever) to override the default QApplication/QDeclarativeView, but ... bleh :p
10:06.46bencohoh, okay
10:18.00bencohfreemangordon: do you have a patch (or repo) for maemo-launcher with booster-qt ?
10:19.32freemangordonyep, on github
10:19.37bencohyay, thx
10:19.39freemangordoncssu repo
10:19.50bencohwanna test it with marble :)
10:19.58freemangordonbencoh: it is in cssu-devel, just install it
10:20.20freemangordongonna convert marble to .launcher?
10:20.29bencohdunno, wanna try :)
10:20.36freemangordonoh, it is not hard
10:20.44bencohshouldnt be too daunting a task
10:21.09freemangordonjust need some compiler flags, additional line in debian/rules and a file in /debian/
10:21.14bencohhmm ... marble uses cmake
10:21.28bencohI'm gonna *love* that :/
10:21.56bencoh-- Check for working C compiler: /scratchbox/compilers/bin/gcc
10:21.56bencohunable to dump 002b2000
10:22.03bencohthat's plain marble ... yay
10:38.05bencoh(for the record) cmake version issue (2.6.2 in fremantle-1.3/free vs 2.6.3 in fremantle/sdk/free)
10:53.05bencohfreemangordon: hmm, cant install maemo-launcher from community-devel, deps hell (I'd need to upgrade libqt4-*, libglib2, and, and a few others to -testing/-devel)
10:53.19bencohanyway, I'll rebuild for -stable
11:06.00*** join/#maemo-ssu arcean (~arcean@aafr23.neoplus.adsl.tpnet.pl)
11:30.32sixwheeledbeastfreemangordon: Re clock-ui http://talk.maemo.org/showpost.php?p=1385196&postcount=452
11:50.33sixwheeledbeastAlso seems logs are down but http://web.archive.org/web/20140807113932/http://mg.pov.lt/maemo-ssu-irclog/%23maemo-ssu.2013-11-07.log.html#t2013-11-07T23:00:40
11:53.14*** join/#maemo-ssu futpib (~futpib@176.96.236.56)
11:58.50*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
13:12.10bencohfreemangordon: well ... marble doesnt load faster
13:15.49bencohI havent tried adding static before every function/method prototype though ... spent most of the time fighting cmake and eventually hardcoded the flags in flags.make and link.txt
13:16.20bencohmarble takes ~10sec to pop in both cases
13:49.45*** join/#maemo-ssu NishanthMenon (nmenon@nat/ti/x-oxrcixvcjiyjsiok)
14:24.22*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
14:32.36*** join/#maemo-ssu Guest15213 (~rd@p57A0F526.dip0.t-ipconnect.de)
15:27.10*** join/#maemo-ssu FlameReaper (~assassin@80.194.48.60.klj02-home.tm.net.my)
17:27.33*** join/#maemo-ssu futpib (~futpib@176.96.236.56)
17:30.40*** join/#maemo-ssu esoare (~kvirc@67-5-207-117.ptld.qwest.net)
17:53.34*** join/#maemo-ssu sparetire (~sparetire@unaffiliated/sparetire)
19:39.24*** join/#maemo-ssu LauRoman|Alt (~LauRoman@5-14-18-36.residential.rdsnet.ro)
19:56.45*** join/#maemo-ssu xes (~xes@unaffiliated/xes)
20:06.13*** join/#maemo-ssu xes_ (~xes@unaffiliated/xes)
20:09.27*** join/#maemo-ssu LauRoman|Alt (~LauRoman@5-14-18-36.residential.rdsnet.ro)
22:11.01*** join/#maemo-ssu Pali (~pali@Maemo/community/contributor/Pali)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.