#jogamp @ irc.freenode.net - 20130927 05:05:29 (UTC)


20130927 05:05:29 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20130926050529.html
20130927 05:05:29 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20130927050529.html
20130927 06:22:09 * monsieur_max (~maxime@anon) has joined #jogamp
20130927 07:25:18 <xranby> raspberry pi foundation have started to package oracle jdk for raspberry pi http://www.raspberrypi.org/archives/4920
20130927 08:20:10 <xranby> http://www.raspberrypi.org/archives/4920#comment-252716
20130927 08:25:12 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20130927 08:33:22 * monsieur_max (~maxime@anon) has joined #jogamp
20130927 11:58:25 <monsieur_max> http://arstechnica.com/information-technology/2013/09/innovative-monstrosity-oracle-makes-tablet-with-raspberry-pi-and-java/
20130927 12:17:44 <xranby> "Graphics programmers doing hardware design" :)
20130927 12:18:53 <monsieur_max> i've got a few "dIY" fan friends, kind of excited by this one :)
20130927 12:19:09 <monsieur_max> on the other side, people from #android-fr are laughing ;)
20130927 12:35:32 <sgothel> haha .. the quotes should be emphasized .. boldly :)
20130927 12:35:43 <sgothel> quad -quotes
20130927 14:36:28 * rmk0 (~rmk0@anon) Quit (Quit: Lost terminal)
20130927 15:00:31 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20130927 17:17:57 * monsieur_max (~maxime@anon) has joined #jogamp
20130927 18:43:25 <sgothel> @Harvey: w/ latest patch the vZome works .. as well as the other tests (7u40 at least)
20130927 18:44:18 <sgothel> http://jogamp.org/git/?p=jogl.git;a=commit;h=3abff83dbc0a99c8d227788c9dddbe59cd15b9ba <- better ways of determine location on screen w/o insets ? you are all welcome! :)
20130927 18:47:40 <hharrison> I'll have a look tonight, thanks a lot for the hard work
20130927 18:47:54 <hharrison> Now there's no excuse not to do a final java3d release
20130927 18:48:51 <hharrison> Hopefully I can use this to convince Emmanual to switch more of his deployments to the jogl2 version, it would really bring in a much larger audience
20130927 18:49:15 <hharrison> Thoughts on a 2.1.0 release?
20130927 18:49:46 <sgothel> can do a 2.1.0 this weekend / Monday .. yes
20130927 18:50:17 <sgothel> replied to forum .. maybe somebody has a better idea for the LOS (location on screen)
20130927 18:50:30 <hharrison> If there's a temp build including the above, I can fire it at those testers that have been responding, just to make sure it 'works for them'
20130927 18:50:47 <sgothel> trying one again .. prev. failed ..
20130927 18:50:53 <sgothel> in progress ..
20130927 18:51:04 <hharrison> Just as a confirmation before a 2.1.0 release
20130927 18:51:21 <sgothel> ofc .. and maybe we even get a better deal for LOS calc.
20130927 18:51:35 <sgothel> aren't you fluent in Swing ? :)
20130927 18:51:58 <hharrison> I use swing in anger....fluent is not what I'd call it ;-)
20130927 18:52:09 <sgothel> haha, yeah ..
20130927 18:52:21 <sgothel> problem we cannot use AWT's getLOS -> tree lock
20130927 18:52:24 <hharrison> But I will take a look tonight, and see if I can make any suggestions
20130927 18:52:33 <sgothel> so we walk up .. the tree ..
20130927 18:52:36 <sgothel> thx!
20130927 18:53:18 <sgothel> don't ask my why the AWT's super CALAyer doesn't perform proper layout .. :/
20130927 18:54:52 <hharrison> Yeah, that is pretty fucked up
20130927 18:56:07 <sgothel> if the root AWT component has a native peer .. we could still ask 'it' about it's position .. the native way .. hmm
20130927 18:56:58 <sgothel> but maybe it's ok as it is now, just worried that the next user has another special case .. internal-frame .. or whatever :)
20130927 18:57:24 <hharrison> JInternalFrame....shudder
20130927 18:57:58 <hharrison> Let's just wait for someone to complain, at least then there will be a test case
20130927 18:58:06 <sgothel> hehe :)
20130927 18:58:20 <hharrison> Otherwise it's just too hard to know when it's fixed
20130927 18:58:56 <hharrison> Did you happen to try with the Java8 release at all? Just to know it won't break again on the next version bump
20130927 18:59:26 <sgothel> good point :)
20130927 18:59:48 <sgothel> I didn't dare yet .. pre-release from Oracle .. the usual I assume
20130927 19:00:37 <sgothel> I should split: JAWT_OSX_CALAYER_QUIRK_POSITION
20130927 19:00:50 <sgothel> since we have 2 of those now .. pre 7u40 and >= 7u40
20130927 19:01:16 <sgothel> maybe: JAWT_OSX_CALAYER_QUIRK_LAYOUT for >= 7u40
20130927 19:01:41 <sgothel> i.e. self layout calc CALAyer pos. .. to better document it in code
20130927 19:03:32 <hharrison> I believe the post-u40 codepath should be the same, as the part that messed up the positioning I believe was actually a backport from the Java8 stream
20130927 19:08:08 <sgothel> language: programmatically ?
20130927 19:08:28 <sgothel> when doing resize program*
20130927 19:08:44 <sgothel> when performing resize p... ?
20130927 19:09:02 <sgothel> (yes, not a dictionary word ..)
20130927 19:10:23 <sgothel> http://dictionary.reference.com/browse/programmatically .. seems to be ok .. hmm
20130927 20:23:32 <hharrison> sorry, stepped out for lunch, programmatically looks fine to me (and is what I would use)
20130927 21:19:39 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20130927 22:06:41 <hharrison> sgothel: I see commit ebb62e74f9e0dc87d7632cf16ca1bc7554ffcadc has finished building artifacts, are those suitable for testing?
20130927 22:09:41 * void256 (~chatzilla@anon) has joined #jogamp
20130927 22:21:35 <sgothel> yes .. but I restarted build w/ quirk clarifications .. will bundle it later
20130927 22:21:45 <sgothel> so better use the upcoming latest
20130927 22:22:10 <sgothel> irregular issue w/ tile renderer in last builds .. hmm, unrelated
20130927 22:31:50 <hharrison> OK, I jumped the gun a bit in the forum...I'll just wait for the bundle and add a clarification
20130927 22:32:36 * void256 (~chatzilla@anon) Quit (Ping timeout: 240 seconds)
20130927 22:46:22 <hharrison> sgothel: just got the first test results from the forum....SUCCESS!
20130927 22:46:52 <sgothel> :)
20130927 22:47:42 <sgothel> by accident I was peeking to the 'super calayer' thingy .. and then it hit me .. AWT never takes care of layout etc
20130927 22:56:11 <hharrison> 'by accident' ;-)
20130927 23:03:04 <sgothel> yeah .. while running out of options, I remembered the 'layout' issue .. w/ parents in NEWT (flipped y-pos) .. and that our root-calayer also is attached to one big calayer .. etc. the numbers (AWT component pos / calayer pos) didn't add up .. yup, I guess that was the 'path'
20130927 23:13:52 * rmk0 (~rmk0@anon) has joined #jogamp
20130927 23:49:06 * hharrison (~chatzilla@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20130917123208])
20130928 02:34:35 * hharrison (~chatzilla@anon) has joined #jogamp
20130928 05:05:29 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20130928050529.html