Sunday, 2007-08-26

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
mithrojotham: ping?01:19
*** guitsaru has quit IRC01:35
*** xdotx has joined #tp01:53
*** llnz has joined #tp03:52
*** tpb has joined #tp05:13
*** ChanServ sets mode: +o tpb05:13
llnzbbs05:16
llnzback (sort of)05:23
JLPahoy all05:31
niphreehey05:31
llnzhi JLP05:32
mithrohey niphree05:52
niphreehello mithro05:52
mithroniphree: if you say my name, it flashes xchat05:52
niphree mithro: ok :]05:52
mithrohey llnz05:53
mithrocheck out the latest tpclient-pywx-dev05:53
mithronow with working starmap! (almost)05:55
CIA-23mithro tpclient-pywx-development * ra58f27c8b229 / (3 files in 3 dirs): Added support for wxSearchCtrl in XRC files.05:55
CIA-23mithro tpclient-pywx-development * r019aaaabda53 / (3 files in 3 dirs): Added ability to filter the System menu.05:55
llnzcool05:56
mithrothe new layout is a bit nicer - should work well on a widescreen laptop05:57
mithroniphree: so do you have anything to commit?05:57
niphreeyes - I have commited. I added Exceptions, and Fail Frame05:58
mithrohrm, I didn't see the commit :/05:58
* mithro pokes CIA05:58
niphreemithro: It's on mailing list - I checked :]05:59
mithroyeah, I'm looking now05:59
llnzcia seems a bit unreliable at the moment (last week or so)05:59
llnzwell... the xmlrpc method, email method always works06:16
mithromaybe we should setup the email method?06:20
llnzemail is a bit slower06:27
*** mithro has quit IRC06:56
*** mithro has joined #tp07:02
*** Demitar has quit IRC07:29
*** Demitar has joined #tp07:33
mithrollnz: ping?07:57
llnzmithro: pong07:57
*** tuna-fish has quit IRC07:57
mithrollnz: what happened to that traceback?07:57
*** tuna-fish has joined #tp07:58
llnzmithro: just tried again07:59
llnzit's here: http://www.pastebin.ca/67114808:00
tpbTitle: general pastebin - Another tpclient-pywx-dev traceb - post number 671148 (at www.pastebin.ca)08:00
llnzmouse overs aren't working anymore08:01
CIA-23mithro tpclient-pywx-development * ra6f34d175da7 /windows/overlays/Systems.py: Two small fixes.08:08
mithrollnz: give that a try08:08
llnzbut mouseovers now work08:10
llnzi see that move orders still don't work08:10
mithroyes, I'm going to change how they work08:11
llnzok08:11
CIA-23mithro tpclient-pywx-development * r11a8ee451a46 /windows/overlays/Systems.py: Don't error when no Selected object.08:11
mithroyou see the filtering of the systems menu?08:13
llnzcool08:15
llnznice08:15
mithroalso see that the order window only displays when you can order the object?08:16
mithroI'm just cleaning up the code08:23
* llnz wanders off08:49
llnzlater all08:49
*** llnz has quit IRC08:49
CIA-23mithro tpclient-pywx-development * rf623345942b1 / (3 files in 2 dirs): Clean up the code so that it is easier to understand and read.09:47
mithroniphree: ping?09:54
niphreemithro: pong09:58
mithroniphree: so you got time to give an status report?09:58
niphreemithro: not much, I'm just for a moment.10:00
niphreemithro: I have about 30min of free time10:00
mithrothat should be enough to tell me where you are at with the code10:01
niphreeok - I think code cleaning is almost over ( almost : becouse I prabobly forget about something)10:02
niphreeI didnt do any README files10:03
niphreebackconnect is working good. It returns OKAY and FAIL frame.10:03
niphreeand also when I habe error I return exception.10:04
mithrocan you explain more about the exception bit?10:05
niphreehmm.. ok. If I had some database error (and also in backconnect, when data is different) I throw exception with error message.10:06
niphreeI catch this exception at the end of backconnect and return fail Frame - there all are '0 - Protocol Error, Something went wrong with the protocol'10:08
niphreebut if it's just in statistics or something simmilar I catch this exception and write error message10:09
niphreemithro: that's okay ? or I have done something wrong ?10:11
mithroyes10:11
mithrothat is all good!10:11
niphreecool10:11
mithroI'll have a little closer look at the code in a bit10:11
mithroand send you an email with my thoughts10:11
niphreeand all actions in index.php : update/get/default - I've put them in seperate files in 'actions' catalog10:12
mithrothat sounds good10:16
*** xdotx_ has joined #tp10:23
*** xdotx has quit IRC10:25
*** Demitar has quit IRC11:14
*** xdotx_ is now known as xdotx13:12
mithrohey xdotx13:19
mithrowhat have you been up too?13:19
xdotxmithro, just got back from visiting grandparents13:21
mithroget anything done while you where away? :P13:22
xdotxmithro: not yet. been on the road most of the time13:23
mithroI have been trying to track down some obscure bugs...13:24
mithroxdotx: you got some time now?13:29
xdotxmithro: probably. i've got some things to fix around the house.13:30
mithroxdotx: update your tpclient-pywx-dev branch and have a play :13:31
xdotxmithro: yessir :)13:31
*** zipola has quit IRC13:47
*** zipola has joined #tp13:50
mithroxdotx: ping?13:52
CIA-23mithro tpclient-pywx-development * ra6b1af2d8c62 /windows/ (winOrder.py xrc/panelOrder.xrc): A few quick hacks to make the order panel work a little nicer.13:52
CIA-23mithro tpclient-pywx-development * rc2bda070ee92 /requirements.py:13:52
CIA-23Required wxPython 2.813:52
CIA-23I'm using a bunch of the newer features only found in wxPython 2.8 now.13:52
CIA-23mithro tpclient-pywx-development * r414cbfb39b84 /extra/__init__.py: Fixed for wxPython 2.8 change.13:52
CIA-23mithro tpclient-pywx-development * rdf456a1389d5 /windows/winNewStarMap.py: Only replace the overlay when the whole cache is updated.13:52
CIA-23mithro tpclient-pywx-development * ra6fc4a049f87 /windows/overlays/Overlay.py:13:52
CIA-23Add support for lists back into the Overlay.13:53
CIA-23(Now checks for specific lists, rather then subclass of list.)13:53
CIA-23mithro tpclient-pywx-development * r3ee4f4e45400 /windows/overlays/Systems.py: Now the path of objects.13:53
mithroxdotx: I have a patch for the C++ server I would like your thoughts on13:53
xdotxmithro: hey, having to re-setup a lot of my repors13:53
xdotxrepos*13:53
mithroxdotx: oh, why?13:53
xdotxmithro: sure13:53
xdotxmithro: not sure.. some strange problems - this hd has been having some errors.. so i'm not too surprised13:54
mithroxdotx: :/ HD errors are bad13:54
mithrohope you have good backups13:54
mithroxdotx: http://cpp.sourceforge.net/?show=3978213:55
tpbTitle: #C++ Pastebin (at cpp.sourceforge.net)13:55
mithroxdotx: what do you use for your C++ reference?13:56
* mithro would like some nice doxygen style API 13:56
xdotxmithro: www.cplusplus.com ?13:56
mithrooh, this is nice http://incubator.apache.org/stdcxx/doc/stdlibref/index.html13:57
tpb<http://ln-s.net/rg5> (at incubator.apache.org)13:57
mithrocplusplus.com looks pretty good13:59
* mithro is going to be coding C++ in his day job13:59
mithroso I better start collecting these :P13:59
xdotxah. i recommend scott meyer's Effective C++ then, if you haven't read it14:00
mithromy biggest problem is I don't know all the API stuff14:01
mithrowith C you just did a "man printf"14:02
mithroand got a nice description :)14:02
xdotxmithro: it's been a while since i had to reference most of the std lib14:06
xdotxexcept the STL i guess14:06
CIA-23mithro tpclient-pywx-development * r26dcf0fb9ccd /windows/ (winOrder.py xrc/panelOrder.xrc):14:08
CIA-23Make the coordinates also expand to fill window.14:08
CIA-23Make buttons right aligned.14:08
* mithro has a memory like a bucket with no bottom :)14:08
mithroI use the Python documentation daily14:08
xdotxheheh14:08
mithrohttp://cpp.sourceforge.net/?show=3978214:09
mithroit's a fairly invasive patch14:09
mithrobut it's a start towards much better error reporting14:09
mithroI found 6 possible segfaults when looking at that code :/14:10
mithroxdotx: any luck with tpclient?14:13
* mithro would love your feedback14:13
xdotxmithro: it's dl'ing me a new version of the python gtk stuff14:16
mithroahh, wxPython 2.8?14:16
* xdotx nods14:16
xdotxack. bbs14:17
mithrothat is a long sec :P14:44
*** Demitar has joined #tp14:54
xdotxback15:07
xdotxmithro: oh, lame. looks like the wxpython repo doesn't have powerbook bins15:07
mithroxdotx: :/15:08
mithroyour on a PPC?15:08
mithrothis is scary -> http://cpp.sourceforge.net/?show=3978215:08
tpbTitle: #C++ Pastebin (at cpp.sourceforge.net)15:08
* xdotx nods15:09
mithroopps15:13
mithrothat wasn't what i wanted to paste15:13
mithrothis is scary -> http://www.rollingstone.com/politics/story/16076312/the_great_iraq_swindle/print15:14
tpb<http://ln-s.net/rgX> (at www.rollingstone.com)15:14
mithroxdotx: so you going to compile wxPython for PPC then?15:15
xdotxmithro: looks like it15:16
mithro:/15:16
mithrosorry about that15:16
mithroit'll be worth it, I promise15:16
mithroprobably take you 4 hours to compile :/15:16
xdotxmithro: oh, might do that later this evening before i go out then. this laptop isn't fast ;)15:17
mithrohavn't got another computer you can try it out on?15:17
xdotxmithro: only other machines here are windows15:19
mithroxdotx: it should run under windows :P15:19
mithroactually, it probably needs testing under windows15:19
xdotxmithro: updated the bins?15:19
mithrono15:20
mithrohttp://www.thousandparsec.net/wiki/Win_Setup15:20
tpbTitle: Win Setup - Thousand Parsec Wiki (at www.thousandparsec.net)15:20
xdotxx.x tried that on my room mate's comp before i left15:21
mithroxdotx: no luck?15:21
xdotxgot stuck toward the end setting up something15:21
xdotxeither the libclient-py or libtpproto-py - whichever you do second15:22
mithrolibtpclient-py15:22
mithrocould you get me any errors you have?15:22
xdotxmithro: and i had to jump through a few hoops to get that far15:22
xdotxmithro: when i get back home, for sure15:22
mithrookay15:23
mithroI might give it a go on my windows box tommorrow15:23
xdotxthat'd be cool15:24
mithroI'll send you a screenshot for now :)15:24
mithrohttp://www.thousandparsec.net/~tim/Screenshot-1.png15:26
tpb<http://ln-s.net/MA5> (at www.thousandparsec.net)15:26
mithroxdotx: the starmap has been completely rewritten15:29
mithroand you can filter the systems dialog15:31
mithroand lots of other nice things15:31
xdotxvery cool!15:32
mithrooverall, it seems to work better15:32
mithroanyway, gnight!15:33
mithrogood luck with the compiling15:33
xdotxseeya15:33
*** DystopicFro has joined #tp16:04
*** guitsaru has joined #tp17:22
*** Epyon has quit IRC17:44
*** guitsaru has quit IRC18:00
*** niphree has quit IRC18:03
*** Epyon has joined #tp18:03
*** nash has joined #tp18:59
*** CIA-23 has quit IRC19:12
*** CIA-23 has joined #tp19:23
*** xdotx_ has joined #tp20:22
*** xdotx has quit IRC20:24

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