Wednesday, 2010-08-18

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
tansellllnz, could we update the hackfest spreadsheet with details on our current state of finance now?00:00
llnzi guess so00:33
glewezod: I uploaded a screencast of saving and loading added to tpclient-pywx00:54
glewits here http://www.youtube.com/watch?v=fbeqN6hsGbs00:54
tpbTitle: YouTube - Thousand Parsec Single Player Saving (at www.youtube.com)00:54
glewI'm probably going to do another tomorrow detailing a modified save to be a scenario00:55
glewand I'll have a write up soon too I hope00:55
*** tansell-laptop has joined #tp01:00
*** Greywhind has quit IRC01:33
*** jnengland77 has joined #tp01:59
*** Greywhind has joined #tp02:16
*** StupidIncarnate has joined #tp03:10
StupidIncarnatematthewd: poke03:10
*** DTRemenak has quit IRC03:52
*** epyon-sakura has quit IRC04:17
* llnz wanders off04:35
llnzlater all04:35
*** llnz has quit IRC04:35
StupidIncarnatelater04:35
*** glew has quit IRC04:54
*** mithro has joined #tp05:01
*** jnengland77 has quit IRC05:11
*** bisc has joined #tp05:44
*** Greywhind has quit IRC06:06
bisctansell: ping06:13
tansellbisc, pong06:13
bisctansell: will review my code?06:14
tansellsure - which ones?06:14
bisctansell: all except 5900106:14
bisctansell: updated 10500106:29
tansellbisc, is http://codereview.mithis.com/59001/show still in play?06:29
tpbTitle: Issue 59001: Information panel: improving buttons. - Code Review (at codereview.mithis.com)06:29
*** epyon-sa1ura has joined #tp06:30
bisctansell: well, we need to do something with this panel, but when reviewing 59001 you said smth like you need to think more about it.06:31
tansellwell what is the current look of 59001?06:34
bisctansell: let me take a screen06:35
bisctansell: this panel behaves strange (its visual size seems smaller than it says programmatically). Probably this happens because of new aui. Let me fix this.06:44
bisctansell: please look at http://codereview.mithis.com/10100206:56
tpbTitle: Issue 101002: Order adding with a button. - Code Review (at codereview.mithis.com)06:57
*** cahirwpz has joined #tp07:06
bisctansell: updated http://codereview.mithis.com/10400107:09
tpbTitle: Issue 104001: Waiting window work. - Code Review (at codereview.mithis.com)07:09
*** tote has quit IRC07:09
*** tote has joined #tp07:09
bisctansell: did you notice that after the hackweek windows like Connect and Update produce some disappearing-appearing when they're shown for the first time?07:12
tansellbisc, ?07:13
bisctansell: this is possibly connected with loading their saved settings. I start tpclient, then (after splash) the Connect window appears, then it's hidden for a second, and then it's shown again. And the same with Update window.07:14
tansellhrm.. it might be the change that I made to stop the Update window from not showing07:15
tansell(it hides the window before showing it)07:15
bisctansell: oh, I see. We'll need to do something about it because it gives this irritating side-effect.07:17
tansellhrm, I don't see the sideeffect on my computer07:17
bisctansell: hm. That's possibly due to absense of gnome-screensaver package on my system (it also gives smooth window switching). I'll try it later on a clean system then.07:18
tansell?07:18
tansellI can't see what gnome-screensaver package would have to do with anything07:19
*** StupidIncarnate has quit IRC07:19
bisctansell: along with screensaver, this package enables screen fadeout, some smooth effects on ubuntu 10.04. At least, when I deleted it (due to a bug in it) all these effects were gone and some artifacts of window switching appear sometimes.07:20
tansellbisc, maybe see if you can find a better solution?07:21
bisctansell: yes, okay. About the information panel: I will need some time to figure out why my patch doesn't work now, will probably show it to you tomorrow.07:22
tansellokay cool07:22
*** bisc has quit IRC07:26
*** StupidIncarnate has joined #tp07:39
CIA-31Krystian Bacławski master * rf989189 / tp/netlib/objects_auto/Header.py : [mithro's request] Clearer version of makeHeader. - http://bit.ly/cGQRVR07:51
tpbTitle: Commit f989189eef7913cd432cd83e1c557ad9da6a7fc5 to cahirwpz's libtpproto2-py - GitHub (at bit.ly)07:51
tansellcahirwpz, ping?07:52
cahirwpztansell, pong07:52
cahirwpzI'm reading your comments at github and trying to eat my breakfast :)07:53
tansellcahirwpz, some comments added07:53
tansellcahirwpz, I see it turned out to be pretty easy to use logging?07:53
tansellcahirwpz, so whats the reasoning about not using unittest?07:54
cahirwpztook me about 8-10h so it was not such easy ;-)07:54
cahirwpzthinking about unittest I came up with idea how to replace my framework with it - I'm still not sure if it's possible - I'd need to try it07:56
cahirwpztansell, I replied to your comments - could you read them?08:05
cahirwpztansell, ping?08:20
tansell-laptopokay will read them in a second08:46
*** bisc has joined #tp08:49
tansell-laptopcahirwpz, comments added08:53
cahirwpztansell, about decorators - using this module will add extra dependency - it's not worth for a single case, is it?08:56
cahirwpztansell-laptop, replied09:06
tansell-laptopcahirwpz, if there are multiple other decorators in usage then it probably makes sense to have it09:48
cahirwpzAFAIK it's the only place I use decorators09:49
CIA-31Krystian Bacławski gsoc2010 * r7768416 / (15 files in 7 dirs): [mithro's request] Removed color strings. - http://bit.ly/9SU4uy09:50
tpbTitle: Commit 7768416f6c69d3c6d84903d0a8775bf92e1cc338 to cahirwpz's tpserver-py - GitHub (at bit.ly)09:50
*** StrangerDanger has quit IRC10:00
tansell-laptopcahirwpz, re the decorator10:00
tansell-laptopI think there are better ways to do this,10:00
tansell-laptopLogger.findCaller()10:00
tansell-laptopFinds the caller’s source filename and line number. Returns the filename, line number and function name as a 3-element tuple.10:00
tansell-laptopChanged in version 2.4: The function name was added. In earlier versions, the filename and line number were returned as a 2-element tuple..10:00
tansell-laptopinspect.currentframe() and inspect.getouterframes() can be used in the formatter to get this information without needing any extra decorator.10:00
tansell-laptopcahirwpz, poke?10:03
cahirwpztansell-laptop, I'll check it after I cope with transforming log messages to form that does not cause immediate interpolation10:04
tansell-laptopokay, it should just be a simple search and replace right?10:04
cahirwpztansell-laptop, probably10:05
tansell-laptopwell I'm going home soon10:12
tansell-laptopanything to mention before then?10:12
cahirwpzI'll finish with the logging, commit changes and try to port test framework to one of unittest or twisted.trial10:17
tansell-laptopokay10:17
cahirwpzif I fail to do so I'll write an email why it was not possible10:17
tansell-laptopI would really prefer unittest10:18
cahirwpzI'll start with it10:19
*** StrangerDanger has joined #tp10:22
CIA-31Krystian Bacławski gsoc2010 * r49ab037 / (16 files in 6 dirs): [mithro's request] Avoid premature interpolation. - http://bit.ly/9Eoko210:55
tpbTitle: Commit 49ab037003971f9b9cef69a74cfa4ae314cda30f to cahirwpz's tpserver-py - GitHub (at bit.ly)10:55
*** epyon-sa1ura has quit IRC12:11
*** Greywhind has joined #tp13:24
*** Greywhind has quit IRC13:26
*** Greywhind has joined #tp13:26
*** glew has joined #tp13:28
alanppew pew13:49
* ezod splodes13:51
StupidIncarnatehuh? lol13:51
alanphttp://www.urbandictionary.com/define.php?term=pew+pew13:59
tpb<http://ln-s.net/7URj> (at www.urbandictionary.com)13:59
alanpTP needs more PEW PEW13:59
*** welterde has quit IRC14:03
*** welterde has joined #tp14:15
*** bisc has quit IRC14:29
StupidIncarnatewouldn't that decrease the amount of coders if everyone gets blown up?14:32
alanphehe14:35
*** glew has quit IRC14:43
*** DTRemenak has joined #tp16:31
*** Agon-laptop has joined #tp17:17
*** 50UAAJVFR has joined #tp17:34
*** 50UAAJVFR has quit IRC18:30
*** bisc has joined #tp18:36
*** Agon-laptop has quit IRC18:44
*** StupidIncarnate has quit IRC18:46
*** cahirwpz has quit IRC19:15
*** llnz has joined #tp19:16
*** cahirwpz has joined #tp19:17
llnzmorning all19:17
*** cahirwpz has quit IRC19:17
*** cahirwpz has joined #tp19:20
*** cahirwpz has quit IRC19:34
*** cahirwpz has joined #tp19:57
*** epyon-sakura has joined #tp20:24
*** Agon-phone has joined #tp20:36
*** verhoevenv_ has joined #tp20:56
*** Vadtec has quit IRC20:58
*** verhoevenv has quit IRC20:58
*** welterde has quit IRC20:58
*** ezod has quit IRC20:58
*** ezod has joined #tp20:58
*** Vadtec has joined #tp20:58
*** Vadtec has joined #tp20:59
*** welterde has joined #tp21:09
CIA-31Krystian Bacławski gsoc2010 * r5b3fc50 / (7 files in 3 dirs): [mithro's request] Migrated to unittest module. - http://bit.ly/cQt5lG21:18
tpbTitle: Commit 5b3fc509043c5a1dbca51e37fc9873e99e277a24 to cahirwpz's tpserver-py - GitHub (at bit.ly)21:18
*** knotwork has quit IRC21:22
*** Agon-phone has quit IRC21:22
*** Greywhind has quit IRC21:24
*** Greywhind has joined #tp21:57
*** cahirwpz has quit IRC22:05
*** bisc has quit IRC22:35
*** StupidIncarnate has joined #tp22:42
*** StupidIncarnate has quit IRC22:47
*** epyon-sakura has quit IRC22:49
*** jnengland77 has joined #tp23:13
*** jnengland77 has left #tp23:13
*** epyon-sa1ura has joined #tp23:16
*** knotwork has joined #tp23:23

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