20111128T001801: *: <== :mhiner!~Adium@dyn-144-92-48-204.microscopy.wisc.edu QUIT :Quit: Leaving. 20111128T015924: *: <== :mhiner!~Adium@dyn-144-92-48-204.microscopy.wisc.edu JOIN #imagejdev 20111128T025128: *: <== :mhiner!~Adium@dyn-144-92-48-204.microscopy.wisc.edu QUIT :Quit: Leaving. 20111128T074723: *: <== :joshmoore!~joshmoore@manz-5f749a4e.pool.mediaWays.net JOIN #imagejdev 20111128T144235: *: <== :mhiner!~Adium@dyn-144-92-48-204.microscopy.wisc.edu JOIN #imagejdev 20111128T164211: *: <== :mhiner!~Adium@dyn-144-92-48-204.microscopy.wisc.edu QUIT :Quit: Leaving. 20111128T191901: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu JOIN #imagejdev 20111128T200417: *: <== :bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu PRIVMSG #imagejdev :ctrueden: how did you get the IJ1 toolbar icons into IJ2 as images? I can't find the icon images in IJ1's jar. I need to add the dropper for choosing fg color. 20111128T200417: bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu: ctrueden: how did you get the IJ1 toolbar icons into IJ2 as images? I can't find the icon images in IJ1's jar. I need to add the dropper for choosing fg color. 20111128T202230: *: <== :joshmoore!~joshmoore@manz-5f749a4e.pool.mediaWays.net QUIT :Quit: Leaving. 20111128T202921: *: <== :dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu PRIVMSG #imagejdev :bdezonia: I guess that the same thing happens as in ij.jar: the macro icon string gets translated... 20111128T202921: dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu: bdezonia: I guess that the same thing happens as in ij.jar: the macro icon string gets translated... 20111128T203040: *: <== :dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu PRIVMSG #imagejdev :In the typical manner of ij.jar, the method is _package-local_. It is here: http://fiji.sc/cgi-bin/gitweb.cgi?p=ImageJA.git;a=blob;f=src/main/java/ij/gui/Toolbar.java;h=0baa3fffb4a0e13350e3c0043a4f48f300d65d5c;hb=refs/heads/master#l366 20111128T203041: *: ==> PRIVMSG #imagejdev :src/main/java/ij/gui/Toolbar.java in Gitweb: http://tinyurl.com/82zvbse 20111128T203041: dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu: In the typical manner of ij.jar, the method is _package-local_. It is here: http://fiji.sc/cgi-bin/gitweb.cgi?p=ImageJA.git;a=blob;f=src/main/java/ij/gui/Toolbar.java;h=0baa3fffb4a0e13350e3c0043a4f48f300d65d5c;hb=refs/heads/master#l366 20111128T203102: *: <== :dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu PRIVMSG #imagejdev :(That is the function in ij.jar, but obviously it cannot be reused in IJ2...) 20111128T203102: dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu: (That is the function in ij.jar, but obviously it cannot be reused in IJ2...) 20111128T203403: *: <== :bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu PRIVMSG #imagejdev :ah, its all done programmatically. thanks dscho. looks like I can just use gimp or some such to draw the icon using the m's & d's as guides. 20111128T203403: bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu: ah, its all done programmatically. thanks dscho. looks like I can just use gimp or some such to draw the icon using the m's & d's as guides. 20111128T212642: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :bdezonia: I took screenshots of the icons. 20111128T212642: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: bdezonia: I took screenshots of the icons. 20111128T212648: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :They are stored as PNGs in our codebase. 20111128T212648: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: They are stored as PNGs in our codebase. 20111128T212710: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :ui/awt-swing/swing/tools/src/main/resources/icons/tools 20111128T212710: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: ui/awt-swing/swing/tools/src/main/resources/icons/tools 20111128T212720: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :core/tools/src/main/resources/icons/tools 20111128T212720: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: core/tools/src/main/resources/icons/tools 20111128T212742: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :IJ2 currently does not support the IJ1 tool drawing logic. 20111128T212742: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: IJ2 currently does not support the IJ1 tool drawing logic. 20111128T212803: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :We could add that, if people insist... I am not staunchly opposed. 20111128T212803: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: We could add that, if people insist... I am not staunchly opposed. 20111128T212813: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :It would be something for the @Tool annotation I guess. 20111128T212813: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: It would be something for the @Tool annotation I guess. 20111128T213134: *: <== :dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu PRIVMSG #imagejdev :Would be good not to support that drawing "logic". 20111128T213134: dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu: Would be good not to support that drawing "logic". 20111128T213145: *: <== :dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu PRIVMSG #imagejdev :Everybody uses .png or .xpm files these days. 20111128T213145: dscho!~gene099@dyn-144-92-48-243.microscopy.wisc.edu: Everybody uses .png or .xpm files these days. 20111128T213346: *: <== :bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu PRIVMSG #imagejdev :one nice thing about the drawing logic: the dropper is drawn with the current fg/bg color combo. it would be nice to support this in IJ2 20111128T213346: bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu: one nice thing about the drawing logic: the dropper is drawn with the current fg/bg color combo. it would be nice to support this in IJ2 20111128T214013: *: <== :bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu PRIVMSG #imagejdev :i.e not the same drawing code but the same kind of dropper behavior. sorry if that wasn't clear 20111128T214013: bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu: i.e not the same drawing code but the same kind of dropper behavior. sorry if that wasn't clear 20111128T214802: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :bdezonia: Most painting programs do it by having a tools panel somewhere with the foreground and background colors painted as boxes. 20111128T214802: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: bdezonia: Most painting programs do it by having a tools panel somewhere with the foreground and background colors painted as boxes. 20111128T214821: *: <== :ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu PRIVMSG #imagejdev :I think it is easier to see the colors that way. Drawing the dropper with a thin colored line doesn't always clearly convey the colors. 20111128T214821: ctrueden!~ctrueden@dyn-144-92-48-222.microscopy.wisc.edu: I think it is easier to see the colors that way. Drawing the dropper with a thin colored line doesn't always clearly convey the colors. 20111128T215649: *: <== :bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu PRIVMSG #imagejdev :yeah, I agree. I thought similarly. wasn't sure how compatible we needed to be. 20111128T215649: bdezonia!~Adium@dyn-144-92-48-220.microscopy.wisc.edu: yeah, I agree. I thought similarly. wasn't sure how compatible we needed to be. 20111128T231324: *: Didn't get a reply to the last PING 20111128T231324: *: We'll reconnect... 20111128T231324: *: Trying to close the socket 20111128T231324: *: Finished trying to close the socket 20111128T231324: *: When getting next line, got: stream closed 20111128T231324: *: Waiting for pingthread to end... 20111128T231324: *: Trying again in two minutes... 20111128T231324: *: Got an exception when closing the socket: closed stream 20111128T231524: *: ==> NICK shinybot_ 20111128T231524: *: ==> USER shinybot_ 0 * :shinybot version 0.3 20111128T231524: *: <== :verne.freenode.net NOTICE * :*** Looking up your hostname... 20111128T231524: *: <== :verne.freenode.net NOTICE * :*** Checking Ident 20111128T231525: *: <== :verne.freenode.net NOTICE * :*** No Ident response 20111128T231525: *: <== :verne.freenode.net NOTICE * :*** Found your hostname 20111128T231525: *: <== :verne.freenode.net 001 shinybot_ :Welcome to the freenode Internet Relay Chat Network shinybot_ 20111128T231525: *: <== :verne.freenode.net 002 shinybot_ :Your host is verne.freenode.net[216.155.130.130/6667], running version ircd-seven-1.1.1 20111128T231525: *: <== :verne.freenode.net 003 shinybot_ :This server was created Mon Sep 12 2011 at 15:17:43 EDT 20111128T231525: *: <== :verne.freenode.net 004 shinybot_ verne.freenode.net ircd-seven-1.1.1 DOQRSZaghilopswz CFILMPQbcefgijklmnopqrstvz bkloveqjfI 20111128T231525: *: <== :verne.freenode.net 005 shinybot_ CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQcgimnpstz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode KNOCK STATUSMSG=@+ CALLERID=g :are supported by this server 20111128T231525: *: <== :verne.freenode.net 005 shinybot_ CASEMAPPING=rfc1459 CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 ETRACE CPRIVMSG CNOTICE DEAF=D MONITOR=100 FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: :are supported by this server 20111128T231525: *: <== :verne.freenode.net 005 shinybot_ EXTBAN=$,arx WHOX CLIENTVER=3.0 SAFELIST ELIST=CTU :are supported by this server 20111128T231525: *: <== :verne.freenode.net 251 shinybot_ :There are 267 users and 68745 invisible on 28 servers 20111128T231525: *: <== :verne.freenode.net 252 shinybot_ 30 :IRC Operators online 20111128T231525: *: <== :verne.freenode.net 253 shinybot_ 6 :unknown connection(s) 20111128T231525: *: <== :verne.freenode.net 254 shinybot_ 47697 :channels formed 20111128T231525: *: <== :verne.freenode.net 255 shinybot_ :I have 5997 clients and 1 servers 20111128T231525: *: <== :verne.freenode.net 265 shinybot_ 5997 6351 :Current local users 5997, max 6351 20111128T231525: *: <== :verne.freenode.net 266 shinybot_ 69012 74898 :Current global users 69012, max 74898 20111128T231525: *: <== :verne.freenode.net 250 shinybot_ :Highest connection count: 6352 (6351 clients) (707968 connections received) 20111128T231525: *: <== :verne.freenode.net 375 shinybot_ :- verne.freenode.net Message of the Day - 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Welcome to verne.freenode.net in Newark, NJ, US. 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Thanks to Choopa 'www.choopa.com' for providing this server! 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- You're using freenode, a service of Peer-Directed Projects 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Center Ltd (http://freenode.net/pdpc.shtml). 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- PDPC's 2011 fundraiser launched on 14th February 2011. We would 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- like to invite all users of freenode to get involved in the fun 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- of our Valentine-themed fundraiser launch - see 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- http://freenode.net/pdpc_valentine.shtml for more! 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- On the subject of fundraisers, we'd like to thank our donors, 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- hardware and bandwith sponsors and especially The Gallery 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Project (http://gallery.menalto.com/) and our corporate sponsor 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Canonical Ltd (http://www.canonical.com) for the generous 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- support. 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- By connecting to freenode you indicate that you have read 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- and agree to adhere to our policies and procedures as per 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- the website (http://freenode.net). We would like to remind 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- you that unauthorized public logging of channels on the 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- network is prohibited. Public channel logging should only 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- take place where the channel owner(s) has requested this 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- and users of the channel are all made aware (if you are 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- publically logging your channel, you may wish to keep a 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- notice in topic and perhaps as a on-join message). 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- By registering your nickname with Nickserv you agree that you 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- are 13 years of age, or older. For more information about the 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Children's Online Privacy Protection Act please see their 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- website at (http://www.coppa.org). 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- freenode runs an open proxy scanner. Your use of the network 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- indicates your acceptance of this policy. For details on 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- freenode network policy, please take a look at our policy 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- page (http://freenode.net/policy.shtml). Thank you for using 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- the network! 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Don't forget to check out these other Peer-Directed Projects: 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- FOSSCON [http://www.fosscon.org] and fossevents 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- [http://www.fossevents.org], and soon we'll repeat last years 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- success with Picnics for Geeks across the globe, more info at 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- [http://geeknic.org] 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- freenode is a service of Peer-Directed Projects Center Ltd, 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- a not for profit organisation registered in England and Wales. 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- If you support the work we do and wish to donate to the PDPC, 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- you may do so over at http://freenode.net/pdpc_donations.shtml 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Thank you for using freenode! 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- *************************************************************** 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- Please read http://blog.freenode.net/2010/11/be-safe-out-there/ 20111128T231525: *: <== :verne.freenode.net 372 shinybot_ :- *************************************************************** 20111128T231525: *: <== :verne.freenode.net 376 shinybot_ :End of /MOTD command. 20111128T231525: *: ==> JOIN #imagejdev 20111128T231525: *: <== :shinybot_ MODE shinybot_ :+i 20111128T231528: *: <== :shinybot_!~shinybot_@pacific.mpi-cbg.de JOIN #imagejdev 20111128T231528: *: <== :verne.freenode.net 332 shinybot_ #imagejdev :#imagejdev Developer chat room for ImageJ2 20111128T231528: verne.freenode.net> set the topic to: #imagejdev Developer chat room for ImageJ2 20111128T231528: *: <== :verne.freenode.net 333 shinybot_ #imagejdev ctrueden!~Adium@dyn-144-92-48-222.microscopy.wisc.edu 1310069645 20111128T231528: *: <== :verne.freenode.net 353 shinybot_ = #imagejdev :shinybot_ ctrueden dscho bdezonia 20111128T231528: *: <== :verne.freenode.net 366 shinybot_ #imagejdev :End of /NAMES list. 20111128T231528: *: <== :verne.freenode.net NOTICE #imagejdev :[freenode-info] why register and identify? your IRC nick is how people know you. http://freenode.net/faq.shtml#nicksetup