--- Log opened Sun Nov 28 00:00:33 2010 00:04 -!- rubikcube [~rubikcube@dslc-082-082-067-208.pools.arcor-ip.net] has quit [Ping timeout: 240 seconds] 00:04 -!- rubikcube [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has joined #synfig 00:37 -!- Netsplit *.net <-> *.split quits: dooglus, synfigbot, trendynick, @ChanServ, benGREEN, ebeth, rore, Bombe, rubikcube, segg2, (+3 more, use /NETSPLIT to show all of them) 00:39 -!- Netsplit over, joins: rore 00:40 -!- trendynick [~chatzilla@188.25.138.244] has joined #synfig 00:40 -!- benGREEN- [~bengreen@strummer.psand.net] has joined #synfig 00:40 -!- rubikcube [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has joined #synfig 00:40 -!- Sepero_1 [~none@h-96-13-24-121.ip.alltel.net] has joined #synfig 00:40 -!- keyline [~mika@host222-129-dynamic.6-87-r.retail.telecomitalia.it] has joined #synfig 00:40 -!- dooglus [~dooglus@unaffiliated/dooglus] has joined #synfig 00:40 -!- synfigbot [~synfigbot@c-71-59-141-165.hsd1.or.comcast.net] has joined #synfig 00:40 -!- segg2 [~gilles@modemcable128.213-203-24.mc.videotron.ca] has joined #synfig 00:40 -!- ebeth [bip@winfree.gag.com] has joined #synfig 00:40 -!- ChanServ [ChanServ@services.] has joined #synfig 00:40 -!- ServerMode/#synfig [+o ChanServ] by lindbohm.freenode.net 00:41 -!- rubikcube_ [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has joined #synfig 00:41 -!- benGREEN- is now known as benGREEN 00:44 -!- rubikcube_ [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has quit [Client Quit] 00:44 -!- Bombe [~droden@weltgehirnmaschine.de] has joined #synfig 00:44 -!- CIA-30 [~CIA@208.69.182.149] has joined #synfig 00:44 -!- rubikcube_ [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has joined #synfig 00:45 -!- rubikcube [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has quit [Disconnected by services] 00:45 -!- rubikcube_ is now known as rubikcube 00:49 -!- CIA-107 [~CIA@208.69.182.149] has joined #synfig 00:50 -!- CIA-30 [~CIA@208.69.182.149] has quit [Ping timeout: 245 seconds] 01:00 -!- trendynick_ [~chatzilla@188.25.138.244] has joined #synfig 01:06 -!- trendynick [~chatzilla@188.25.138.244] has quit [Ping timeout: 260 seconds] 01:06 -!- trendynick_ is now known as trendynick 01:32 -!- Bombe [~droden@weltgehirnmaschine.de] has quit [Changing host] 01:32 -!- Bombe [~droden@freenet/developer/Bombe] has joined #synfig 01:36 -!- rubikcube_ [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has joined #synfig 01:36 -!- rubikcube [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has quit [Ping timeout: 240 seconds] 02:21 -!- rubikcube_ is now known as rubikcube 02:39 -!- rubikcube [~rubikcube@dslc-082-082-094-093.pools.arcor-ip.net] has quit [Remote host closed the connection] 04:59 -!- rore [~rore@78.123.105.149] has quit [Quit: Sleep] 05:20 -!- prokoudine [~avp@wn2nat34.beelinegprs.ru] has joined #synfig 05:54 -!- keyline [~mika@host222-129-dynamic.6-87-r.retail.telecomitalia.it] has quit [Quit: Kaikella on aikansa.] 06:17 -!- Sepero1 [~none@h-96-13-23-188.ip.alltel.net] has joined #synfig 06:21 -!- Sepero_1 [~none@h-96-13-24-121.ip.alltel.net] has quit [Ping timeout: 255 seconds] 06:44 -!- benGREEN [~bengreen@strummer.psand.net] has quit [Ping timeout: 260 seconds] 06:44 -!- benGREEN [~bengreen@strummer.psand.net] has joined #synfig 06:45 -!- Sepero1 [~none@h-96-13-23-188.ip.alltel.net] has quit [Ping timeout: 240 seconds] 06:46 -!- Sepero1 [~none@h-96-13-23-188.ip.alltel.net] has joined #synfig 06:58 -!- pixelgeek [~chatzilla@c-71-59-141-165.hsd1.or.comcast.net] has joined #synfig 07:00 < pixelgeek> Anyone tried setting the interpolation on a gradient to cubic recently? 07:04 -!- nikitakit [4b503ea7@gateway/web/freenode/ip.75.80.62.167] has joined #synfig 07:04 < nikitakit> pixelgeek is there a problem with it? 07:07 < nikitakit> @genete Re locale-independent settings: are you sure your code is exception-safe? 07:08 < nikitakit> -- Suppose SETTINGS_LOCALE_SAFE_AND_BACKUP is called and then there is an exception getting the value: restore is never called. 07:09 < nikitakit> -- Or, for that matter, right now you have SETTINGS_LOCALE_SAVE; return true; SETTINGS_LOCALE_RESTORE 07:09 < nikitakit> -- RESTORE is never called! 07:11 < nikitakit> -- Instead, use synfig-core/src/synfig/general.h::ChangeLocale 07:12 < nikitakit> -- e.g. changelocale = ChangeLocale(LC_NUMERIC, "C") 07:12 < nikitakit> -- then when changelocale goes out of scope (return statement, exception, or any other reason), the locale is set back 07:13 < nikitakit> -- see loadcanvas.cpp::2231 for an example 07:16 < nikitakit> -- and the code was in there all along! I should have done my research before now 07:25 -!- trendynick [~chatzilla@188.25.138.244] has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630]] 07:49 -!- nikitakit [4b503ea7@gateway/web/freenode/ip.75.80.62.167] has quit [Quit: Page closed] 08:06 -!- wildhostile [~wildhosti@ALamentin-104-1-38-70.w92-160.abo.wanadoo.fr] has joined #synfig 08:19 -!- candela [~futuro@0.Red-88-27-33.staticIP.rima-tde.net] has quit [Ping timeout: 245 seconds] 09:10 -!- prokoudine [~avp@wn2nat34.beelinegprs.ru] has quit [Ping timeout: 260 seconds] 09:20 -!- wildhostile [~wildhosti@ALamentin-104-1-38-70.w92-160.abo.wanadoo.fr] has quit [Remote host closed the connection] 10:38 -!- pixelgeek [~chatzilla@c-71-59-141-165.hsd1.or.comcast.net] has quit [Read error: Connection reset by peer] 10:39 -!- pixelgeek [~chatzilla@c-71-59-141-165.hsd1.or.comcast.net] has joined #synfig 10:55 -!- Euphreana [ae624e0e@gateway/web/freenode/ip.174.98.78.14] has joined #synfig 10:55 < Euphreana> hello. 10:56 < Euphreana> I'm a new synfig user. 10:56 < Euphreana> learning the basics over Thanksgiving holiday. 10:56 < Euphreana> have a small question concerning the bucket tool. 10:57 < Euphreana> (doesn't seem to work; wasn't sure if it's me, the new build, or something else.) 10:58 < Euphreana> it's almost midnight and I'll be in trouble if I'm up late tomorrow, so I'd better come back and ask another time. (maybe tomorrow) 10:59 < Euphreana> good night! 10:59 -!- Euphreana [ae624e0e@gateway/web/freenode/ip.174.98.78.14] has quit [Client Quit] 12:24 < pixelgeek> Hi Euphreana - sorry we missed you! 12:25 < pixelgeek> The bucket tool fills existing regions. 12:25 < pixelgeek> It won't create regions for you. 12:25 < pixelgeek> (if that helps) 13:25 -!- factor [~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net] has joined #synfig 14:03 -!- pixelgeek [~chatzilla@c-71-59-141-165.hsd1.or.comcast.net] has quit [Ping timeout: 240 seconds] 14:25 -!- rore [~rore@78.124.101.61] has joined #synfig 14:45 -!- rore [~rore@78.124.101.61] has quit [Ping timeout: 255 seconds] 14:59 -!- rore [~rore@78.123.89.30] has joined #synfig 15:08 < CIA-107> synfig: Carlos Lopez master * re141439cbb synfig/synfig/synfig-studio/src/gui/ (docks/dock_timetrack.cpp docks/dock_timetrack.h renddesc.cpp): 15:08 < CIA-107> synfig: Fix bug: fps rounding to integer - ID: 3104763 15:08 < CIA-107> synfig: Also fixed that widget time slider frames per second was not updated when changing the render description. 15:08 < CIA-107> synfig: It produced bad time cursor position when dragging the time cursor and the document fps is not 24 fps (the default one for widget time slider) 15:08 < CIA-107> synfig: Now when the render description is modified, the sock time track widget time slider fps is updated. 15:09 -!- candela [~futuro@0.Red-88-27-33.staticIP.rima-tde.net] has joined #synfig 15:16 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has joined #synfig 15:16 < genete> nikitakit: you're absolutely right. Will do the proper changes 15:19 < genete> for some reason something else was doing the local restore so I didn't notice the bug. Thanks for the help 15:43 -!- kielein [~mika@host12-134-dynamic.3-87-r.retail.telecomitalia.it] has joined #synfig 15:57 < genete> nikitakit: uisng ChangeLocale as stated in the loadcanvas example doesn't seem to work. The destructor is never called so the old locale is never set back in any case. 15:57 < genete> I'll search other solution then 15:57 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has left #synfig [] 16:30 -!- rore_ [~rore@78.123.80.133] has joined #synfig 16:31 -!- rore [~rore@78.123.89.30] has quit [Read error: Operation timed out] 16:31 -!- rore_ is now known as rore 17:20 -!- candela [~futuro@0.Red-88-27-33.staticIP.rima-tde.net] has quit [Ping timeout: 245 seconds] 17:28 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has joined #synfig 17:28 < genete> nikitakit: ChangeLocale never has worked properly; now it does. 17:29 -!- keyline [~mika@host94-135-dynamic.10-87-r.retail.telecomitalia.it] has joined #synfig 17:33 -!- kielein [~mika@host12-134-dynamic.3-87-r.retail.telecomitalia.it] has quit [Ping timeout: 264 seconds] 17:37 -!- prokoudine [~avp@wn1nat26.beelinegprs.ru] has joined #synfig 17:40 < CIA-107> synfig: Carlos Lopez master * r477fd4ea9c synfig/synfig/synfig-studio/src/ (15 files in 3 dirs): Prevent unsafe thread change of local settings using synfig::ChangeLocale class 17:40 < CIA-107> synfig: Carlos Lopez master * r406dc17260 synfig/synfig/synfig-core/src/synfig/general.h: 17:40 < CIA-107> synfig: Fix synfig::ChangleLocale class. 17:40 < CIA-107> synfig: It wasn't backing up the old locale so it didn't restore it back when the class destructor was called. 18:18 -!- Sepero_1 [~none@h-96-13-79-29.ip.alltel.net] has joined #synfig 18:21 -!- Sepero1 [~none@h-96-13-23-188.ip.alltel.net] has quit [Ping timeout: 240 seconds] 18:40 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 18:42 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has joined #synfig 18:50 -!- jcome [~jcome@60.29.13.196] has joined #synfig 18:57 -!- jcome [~jcome@60.29.13.196] has left #synfig [] 19:12 -!- keyline [~mika@host94-135-dynamic.10-87-r.retail.telecomitalia.it] has quit [Ping timeout: 265 seconds] 19:17 -!- jcome [~jcome@60.29.13.196] has joined #synfig 19:18 -!- jcome [~jcome@60.29.13.196] has left #synfig [] 19:19 -!- jcome [~jcome@60.29.13.196] has joined #synfig 19:21 -!- jcome [~jcome@60.29.13.196] has left #synfig [] 19:24 -!- keyline [~mika@host169-125-dynamic.6-87-r.retail.telecomitalia.it] has joined #synfig 19:32 -!- jcome [~jcome@60.29.13.196] has joined #synfig 19:32 -!- jcome [~jcome@60.29.13.196] has left #synfig [] 19:33 -!- jcome [~jcome@60.29.13.196] has joined #synfig 19:33 -!- jcome [~jcome@60.29.13.196] has left #synfig [] 19:34 < CIA-107> synfig: Carlos Lopez master * rcfae4f0c7c synfig/synfig/synfig-studio/src/gui/app.cpp: 19:34 < CIA-107> synfig: Fix bug: Change default bline width spin button without first focus a canvas window produces undesired change to 1.0 unit in the width size. 19:34 < CIA-107> synfig: Additionally it produces this message in the console: 19:34 < CIA-107> synfig: Distance::ident_system(): Unknown distance system ".00pt" 19:34 < CIA-107> synfig: It only happens for non English locale (i.e. Spanish) 19:44 -!- genete [~carlos@84.122.48.171.dyn.user.ono.com] has left #synfig [] 20:06 -!- prokoudine [~avp@wn1nat26.beelinegprs.ru] has quit [Ping timeout: 264 seconds] 21:58 -!- factor [~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net] has quit [Ping timeout: 245 seconds] 23:11 -!- factor [~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net] has joined #synfig 23:22 -!- factor [~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net] has quit [Read error: Connection reset by peer] 23:23 -!- factor [~factor@r74-195-220-23.msk1cmtc02.mskgok.ok.dh.suddenlink.net] has joined #synfig --- Log closed Mon Nov 29 00:00:33 2010