fluid-work IRC Logs-2011-11-14

[12:12:14 CST(-0600)] <Justin_o> jhung: i pushed up the tiff conversion to my bitbucket repo

[12:12:40 CST(-0600)] <jhung> okay justin_o.

[12:12:56 CST(-0600)] <jhung> what's next?

[12:12:59 CST(-0600)] <Justin_o> i had used mogrify to start with, which is what we had in Decapod 0.4, however, it wouldn't save the files to the specified directory. So i changed it to use PIL instead

[12:13:08 CST(-0600)] <Justin_o> jhung: now i'm on to integration again

[12:13:18 CST(-0600)] <jhung> great.

[12:13:19 CST(-0600)] <Justin_o> writing a small export component

[12:13:25 CST(-0600)] <Justin_o> for the ui

[12:33:08 CST(-0600)] <Justin_o> yura: do you know what will happen if i try to use the change applier to request a change for a portion of the model that does not yet exist?

[12:33:14 CST(-0600)] <Justin_o> will it create it?

[12:33:41 CST(-0600)] <yura> it depends how deep it is

[12:33:58 CST(-0600)] <yura> it will create it if it's a child of existing part

[12:34:01 CST(-0600)] <yura> if it's a grandchild

[12:34:07 CST(-0600)] <yura> i think you ll get an error

[12:34:15 CST(-0600)] <Justin_o> yura: thanks..

[13:25:59 CST(-0600)] <Justin_o> yura: question about the change applier

[13:26:03 CST(-0600)] <Justin_o> if i have something like

[13:26:04 CST(-0600)] <Justin_o> that.applier.modelChanged.addListener("status", function (newModel, oldModel, changeRequest) {

[13:26:04 CST(-0600)] <Justin_o> that.events.afterStatusChanged.fire(newModel.status, oldModel.status, changeRequest.source);

[13:26:05 CST(-0600)] <Justin_o> });

[13:26:18 CST(-0600)] <Justin_o> should that only fire when the "status" property in the model is changed?

[13:26:44 CST(-0600)] <yura> what do you mean ?

[13:26:51 CST(-0600)] <Justin_o> it's okay.. i think i see what i did wrong now (smile)

[13:26:58 CST(-0600)] <Justin_o> it was a mistake somewhere else in the code

[13:27:11 CST(-0600)] <yura> (smile) sorry i mean you dont want it to fire when the change is onto the same thing ?

[13:27:36 CST(-0600)] <Justin_o> but anyways, what i meant was should the applier's listener only kick in when the path spec is changed

[13:27:45 CST(-0600)] <Justin_o> or the value at the path spec

[13:28:29 CST(-0600)] <yura> i think the latter, but what do you mean by change to the path spec?

[13:29:25 CST(-0600)] <Justin_o> meant the value in the model specified by the path spec

[13:29:54 CST(-0600)] <yura> so how is it different from you second definition ?

[13:30:41 CST(-0600)] <michelled> fluid-everyone: who would like to join the video player meeting?

[13:30:48 CST(-0600)] <anastasiac> I would, nichelled

[13:30:56 CST(-0600)] <colinclark> me please

[13:31:44 CST(-0600)] <michelled> cindyli: are you interested?

[13:32:01 CST(-0600)] <Justin_o> yura: no worries, got it working there was a type-o in another spot

[13:32:05 CST(-0600)] <Justin_o> of my code

[13:32:07 CST(-0600)] <cindyli> sure, count me in, michelled

[14:29:27 CST(-0600)] <colinclark> michelled, anastasiac: I looked a bit more closely at JWPlayer

[14:29:29 CST(-0600)] <colinclark> curious about the license

[14:29:35 CST(-0600)] <colinclark> it appears to be quite odd in this regard

[14:29:42 CST(-0600)] <colinclark> and is distributed only for "non-commercial use"

[14:29:48 CST(-0600)] <colinclark> otherwise, you need to purchase a license

[14:29:56 CST(-0600)] <colinclark> that's a limitation I would never want to pass on to other users

[14:30:15 CST(-0600)] <colinclark> So I think we can pretty much toss it a priori, unless I'm misunderstanding their license

[14:31:27 CST(-0600)] <michelled> makes sense colinclark

[14:32:40 CST(-0600)] <colinclark> I'm quite curious about Kaltura's Mediawiki support

[14:33:03 CST(-0600)] <colinclark> It seems to be more than just used by wikipedia; they seem to have some kind of plugin or module support for Mediawiki itself

[14:35:02 CST(-0600)] <colinclark> So, interestingly, the Kaltura player also uses the jQuery UI Slider as their scrubber