[Synfig-devl] Forum rules : updated

2016-07-12 Thread d . j . a . y
Hello here, 

I have filled/updated the forum rules. 
Please have a review/comment/fix. 

http://www.synfig.org/forums/viewtopic.php?f=1=4826

My best 

-- 

--

-- 


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Featured animation project : 4232 ?

2016-07-06 Thread d . j . a . y
Does someone is opposed to that idea ?

I wait a few days, and then i will contact bazza.

My best.


>> Hello here,
>>
>> I propose to highlight the animation 4232 project to the synfig.org main 
>> page.
>>
>> Bazza, the guy behing this project is kind of very active on the forum and 
>> the wiki.
>> He also have done a set of tools (nux scripts) to help animator work.
>>
>> What do you think?
>>
>> cheers
>>
>> 4232 project annouce : 
>> http://www.synfig.org/forums/viewtopic.php?f=1=10078#p31954 
>> Quinema set of tools : https://github.com/4232/quinema/wiki/README.en 

>Hello!

>I will be happy to highlight his project on the frontpage. For that he
>need to provide the 250x250 banner image and link (actually, height
>can be smaller than 250px). 


-- 

--

-- 


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Featured animation project : 4232 ?

2016-07-05 Thread d . j . a . y
Hello here,

I propose to highlight the animation 4232 project to the synfig.org main page. 

Bazza, the guy behing this project is kind of very active on the forum and the 
wiki. 
He also have done a set of tools (nux scripts) to help animator work.

What do you think?

cheers

4232 project annouce : 
http://www.synfig.org/forums/viewtopic.php?f=1=10078#p31954
Quinema set of tools : https://github.com/4232/quinema/wiki/README.en

-- 

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Wiki down

2016-06-26 Thread d . j . a . y
Hello,

Since one week or so the wiki is down due to something like dns configuration.

Does someone can do something ?

My best

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Gimp2Synfig update : test needed

2016-05-13 Thread d . j . a . y
Hello here,

i need some feedbacks before release something.
-
# synfigexport.py (Fork of synfigexport.py)

IMPORTANT !
synfigfu.py must be present in PYTHONPATH (at least in same folder than this 
synfigexport.py)

/File/Export/

Open the Export (or "Export As") dialog box, select "Synfig Studio" has file 
type (.sifz), choose a destination folder and a name, and exports gimp document 
to synfig's canvas and png images.
---
https://github.com/d-j-a-y/Gimp2Synfig
http://www.synfig.org/forums/viewtopic.php?f=33=9987


cheers.
-- 

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] forum / phpBBlogo

2016-05-07 Thread d . j . a . y
Yop,

proposal for synfig forums
-
BobSynfig » 03 May 2016 22:13
Hi,
what about to replace the phpBB logo by the one of Synfig? :)

http://www.synfig.org/forums/posting.php?f=2=reply=10088=ca630ed422dc20b540375a7aff453d96#pr31641

---
Cheers... 

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Faster Sorting Algorithm (and an update)

2016-03-29 Thread d . j . a . y
From the synfig forum

--
http://www.synfig.org/forums/viewtopic.php?f=22=10031

CodeMouse92 » 25 Mar 2016 22:42
Hey gang,

As you might know, my company and I have been working on a game animation 
studio, but we want to stay involved with Synfig and contribute where we can. 
This is one such case. At the heart of our game engine is an original, 
MIT-licensed C++ library called PawLIB, and one piece of that is Pawsort, an 
adaptive, unstable sorting algorithm. In benchmarks, this is proving to be 
faster than std::sort by a longshot in many scenarios.

Pawsort is a modification of the introsort (introspective sorting) algorithm. 
The traditional introsort combines quicksort, heapsort, and insertion sort. My 
algorithm combines Yaroslavskiy's dual-pivot quicksort, heapsort, and the Knuth 
shell sort. I'm not certain of the exact speed (in big-O notation), but 
figuring that out will be one of my back-burner goals this year. I know 
comparatively that it is at least O(n log n), since that is introsort's worst 
case performance.

Pawsort uses an original algorithm to determine the two pivot points for the 
dual-pivot quicksort, using a modification of the median-of-three that is 
traditionally used. The modified algorithm has thus far demonstrated that it is 
resistant to median-of-three killer arrays. I also leveraged the concept of 
depth in introsort to make an initial pass through the array and check if it is 
already sorted.

I've attached the C++ header file for Pawsort. The functions are all templated, 
so the sorting algorithm will work with arrays of any sortable type. I am still 
looking for ways I can further improve the speed and stability of the algorithm 
and its implementation. In addition, I will be working on implementing Timsort 
as the stable sorting algorithm in the library. Any feedback you might have is 
more than welcome.

I've also attached the output from our benchmarker, and the Callgrind output 
thereof. "pawsort_benchmark_" and the Callgrind data was on the Debug64 target, 
compiled with --std=c++14 -g -Wall -fexceptions.

"pawsort_benchmark_round2" was on the Release64 target, compiled with 
--std=c++14 -O3 -fexpensive-optimizations.

Finally, I included the main.cpp, which executes the benchmarker. main.cpp will 
not run for you, as it relies on the rest of PawLIB, but the file does show the 
various test scenarios referred to in the "pawsort_benchmark" files.

Before the month is out, the final code should be landing on our Github 
mirrors. I can include the link if anyone asks - otherwise, the link is on the 
PawLIB library page on our website.

I wanted to send this to ya'll early on, in case it might be helpful to Synfig 
Studio's continued optimization efforts. I'll keep you updated as the code is 
improved and expanded.

--

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] synfig python module

2016-02-22 Thread d . j . a . y
Brothers of the tangent star,

I would like to announce the birth of the ever? at least last synfigfu python 
module.

It lie in a fork of synfigexport.py in a development branch.

https://github.com/d-j-a-y/Gimp2Synfig/tree/switch_group

This branch already contain severals enhancements but still not a switch group 
working option ;-)
* Gimp/Menu/File/Export dialog box integration
* Localization support (not tested...)
* others minor fixes
* AND support of a (veryminimal) SynfigObject !

I don't know how much publicity we should do around this news, because actually,
this module is similar to an "empty egg" .

But could be a good start point to collaboratively write somewhere the 
specification
of the synfigfu API.

my best ;-)

Nota : Is it the Synfig Fire Snake Year ?

-- 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forums crazy?

2016-02-14 Thread d . j . a . y
Yop,

Still happen ... for some active users (and also for Yu!). I have manually 
removed somes from NRU group. 
Also, i have done a little spring cleanup of inactive users has you can see in 
admin/maintenance and adding some user name ban filters also.

The users base is still not clean... i think we still have a lot of potential 
'bad' users.

my best
and
have a nice and crazy day.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Action : Duplicate vs Single Copy Layer

2016-02-12 Thread d . j . a . y
What's really the difference ? 

In between there is also "Make new frame" who are bitmap related and call 
"Single Copy layer" source code point of view.

Nota : I just have fixed "Make new frame" action visibility for switch layer 
only

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] time to 1.0.3 + community call ?

2016-02-12 Thread d . j . a . y
Yop,

>Hello, Djay!
>
>Thanks for taking bringing this up. ^__^
>
>2016-02-10 14:52 GMT+06:00  :
>> 1) What do you think about engage the process of a bug fix release for the 
>> 1.0.x series ?
>>
>> bug fix :
>> * current file version
>> * guide crash (merge pending)
>> * guide rulers remove
>>
>> enhancement:
>> * appdata
>> * hide all handles alt+0
>> * select param from handle
>> * split tangent indicator
>
>In the current situation I feel reasonable to release 1.2.0, based on
>current master branch.
>I think that master branch is stable enough, so instead of doing two
>releases (1.0.3 and 1.2.0) we can save our time and release only one.
>^__^

>From my side, i don't think master branch is stable enough ... 

We definitively need more test and more fixes (and you know, it's mainly what i 
try to do ... )
Too much new features are not stable/tested enough (brush / bones / several 
dead lock with mutex)
I report some... i miss to report others (i suspect problems with linking / 
export -Parabolic Shoot- with optimized rendering)

I have the regret to say that Synfig (from the dev version point of view) is 
losting the stability it just kept in the previous releases.

>
>In 1.2.0 we will have:
>* Testing version of Cobra (as experimental feature)
>* Lipsync / Papagayo integration
>* New preferences dialogue
>* C++11 compatibility
>* anything else I forgot ^__^

>I believe those features are highly demanded by users and can help
>bring attention to the project.

I believe a very stable synfig with all the feature polished (bones:yes but IK 
? / brush:yes but crash and slow /  ) it already have will kept the 
attention to the project... 

My best ... 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Action : Duplicate vs Single Copy Layer

2016-02-12 Thread d . j . a . y
Bloup, 

>2016-02-12 18:04 GMT+06:00  :
>> What's really the difference ?
>>
>> In between there is also "Make new frame" who are bitmap related and call 
>> "Single Copy layer" source code point of view.

>"Single Copy layer" used for Image Layers only. It does the same as
>"Duplicate", but also creates a copy of linked file. So, if you have
>Image Layer with "file.png", then calling "Single Copy layer" will
>create its copy AND also copies the "file.png" to "file..png" (and
>assigns the new file to this layer copy).

Ok ... but "make new frame" and "single copy layer" ... 

Does the difference is just : "make new frame" only work from switch group 
layer ?

In fact, i think that with "copy/paste" , "duplicate", "make new frame", 
"single copy layer" (did i forgot another one?) we have too many similar 
actions.

Best my.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Sound support : audaspace

2016-01-24 Thread d . j . a . y
Hello list,


I know, we already have (basic) sound support threw MLT ... 
I just would like to share that sound lib : "audaspace"

Audaspace (pronounced "outer space") is a high level audio library written in 
C++ with language bindings for Python for example. It started out as the audio 
engine of the 3D modelling application Blender and is now released as a 
standalone library. 

Features
-
The following (probably incomplete) features are supported by audaspace:

*input/output devices
**input from microphones, line in, etc.
**output devices including 3D audio support
*file reading/writing
*filters like low-/highpass and effects like delay, reverse or fading
*generators for simple waveforms like silence, sine and triangle
*respecification - this term is used for changing stream parameters which 
are
**channel count - channel remapping
**sample format - the library internally uses 32 bit floats
**sample rate - resampling
*simple (superposition, joining and ping-pong aka forward-reverse) and more 
complex (non-linear audio editing) sequencing of sounds

Licence
---
Apache License, Version 2.0

More informations : https://github.com/neXyon/audaspace

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] c++11 : lvalue required as unary '&' operand << stack allocation ?

2016-01-21 Thread d . j . a . y
> From: Ivan Mahonin  - 2016-01-20 21:27:29 
>
> Hello!
>
> I think following code will save us:
>
> - Array arr_surface(().real());
> + Array arr_surface((Real*)());

Now i can do a full c++11 synfig-core build !
Thank's Ivan... let's do it again ... 
https://www.youtube.com/watch?v=3SazTdJxwLI

>
> In previous implementation of GCC real() returns reference instead of value.
> But anyway old and new standards says what real() should returns value
> (not reference). So it's my bug. 


About memory corruption, oups  no way... : all variables are from the same 
scope.


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Wiki and Forum : core questions

2016-01-21 Thread d . j . a . y
Hello list again... 

They are two subjects where some core guru help are needed:

Forum : "Question on coordinates system"
http://www.synfig.org/forums/viewtopic.php?f=14=9886

Wiki : Sif_Format
http://wiki.synfig.org/Talk:Sif_Format
http://wiki.synfig.org/Sif_Format

see'ya

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] C++11 backward compatibility ?

2016-01-21 Thread d . j . a . y
Hello list, 

About C++11 compliance / migration ... 

What do think does i do a compliance or a migration ? 
Does we what backward compatibility ? 

I mean, i'm doing work for being able to build under C++11 condition. 
Until now, i still can build under C++98, but if i follow (changing NULL / 0 by 
nullptr for example) i will broke it . 

To keep backward compatibility i can use some magic stuff from BOOST, 
https://devcentral.f5.com/articles/case-study-linerates-c98-to-c11-migration 

Also i have created a http://wiki.synfig.org/Dev:C%2B%2B11_Migration 
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] c++11 : lvalue required as unary '&' operand << stack allocation ?

2016-01-20 Thread d . j . a . y
Hello here... 

I'm taking care of the "#904 - C++11 and libsigc++ 2.6.0 support"[1] and i'm 
front a problem i need help to solve.

Firstly in this branch, i have enable c++11 support by adding some M4 and 
converting isnan & isinf to std::' [2]

Now i'm front face of "lvalue required as unary '&' operand" errors.
I take look here and there, try different things, and finally, found a way to 
solve it [3] ... at least it build .

-   Array<Real, 4> arr_surface(().real());
+   Real surfacereal(surface.front().real());
+   Array<Real, 4> arr_surface(& surfacereal);


WHATSTHEPROBBRO?
Memory !
Not leak... but i think that could create memory corruption.
The surfacereal variable is allocated into the stack and passed by references 
the arr_surface.

What do you think ?
Does that solution create a potential corruption?
Do you have a smarter (because i do'nt like it) solution ?
Does Chinese people also parties on gregorian calendar NY ?

[1] http://www.synfig.org/issues/thebuggenie/synfig/issues/904
[2] 
https://github.com/d-j-a-y/synfig/commit/6a18f6a87c20889fca3958b15b7914edda24cab8
[3] 
https://github.com/d-j-a-y/synfig/commit/57e52580ac16155ea3c4dcaeace7886f9cc38c64
[4] 
https://github.com/d-j-a-y/synfig/blob/master/synfig-core/src/synfig/rendering/software/function/array.h#L160

Nota : if i don't say silly things, the memory corruption was already here with 
previous code implementation.

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread d . j . a . y




Konstantin: 

Good work on the preferences dialog! []So, I think, 
the best would be to apply those changes on top of "rendering" branch. 
 

Yep ... 



I have noticed, that brushes paths aren't saved yet. Also, [](duplicate) 
entries are added to the list of brushes paths. This is 
not a critical bug, but would be nice to fix this before merge. ^__^ 

Yep ... it was work in progress has tell the commits history ... 
I have just updated my remote "preferences" branch with the "multiple brush 
path" feature completed 
(and rebased on synfig/master) commit 1b231f7 






--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-23 Thread d . j . a . y
Yu: 


I personally prefer to have parameter values instead of (group) layer names 
in handle/duck tooltips. Would be possible to have it optional? 

I can have a look to what's that involve ... 
and why not even crazier with ability of pattern : %g (group name) %o (origin) 
%s (scale) %r (radius) ... ? but thats maybe much work for a detail 


And do you 
think it is a good idea to have all kind of handle of tooltips in same 
color, now it is too colorful :-( 

New Preferences / Ui / handle / Option : colorful or monotonous ? 




--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] New render in master !!!

2015-12-23 Thread d . j . a . y
>>Today I have merged "rendering" branch into "master", please rebase
>>again. You will need to do minor changes, related to the widgets for
>>choosing rendering method - we use dropdown list now. ^__^ 

Whououo new engine in master ! great news!
welcome cobra ... !

can't wait to test  humm till i rebase and merge some pending stuff :-)

see'ya!

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] handle'tootip + preference / setup dialog redesign branch

2015-12-19 Thread d . j . a . y
HEllo, 

I'm working on the redesign of the setup dialog cpp (but preference in menu) 
according to the Yu mockup you can found in the forums 
http://www.synfig.org/forums/viewtopic.php?f=14=3648 

You can test it there 
https://github.com/d-j-a-y/synfig/tree/djay_preference_dial_redesign 

You will found work on tooltip handle: 
https://github.com/synfig/synfig/pull/213 

+ the actual work i am doing the enhance the preferences dialog. 

I'm not sure i will code all extra features that are designed (search, see 
changes ...) but will try to make this kind of dialog has a synfigstudio class 
to be usable 
easily in others needed dialogs. 

my gift for winter solstice 
chears. 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Forum > inactive users (Konstantin Dmitriev)

2015-12-06 Thread d . j . a . y


> I think we can prune them all. They will probably never activate and are
> just spambots.
> -d.

Agree.
K. 


Done  
I have kept inactive users registered since september 15 (less than 10 
accounts) 




--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] php list problem , let's have a look !

2015-11-24 Thread d . j . a . y


I don't see any weird there. All newly registered users are activated by
anonymous account. We have non moderated register on the forums, so that's
the reason for that "anonymous" user. 


ok cool ! 




--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Forum > inactive users

2015-11-24 Thread d . j . a . y
Hello here, 

In forums we have more than 3850 inactive users : "This is a list of users who 
have registered but whose accounts are inactive. You can activate, delete or 
remind (by sending an email) these users if you wish." , some dating from 2008 
 i think we could do some cleanup there. 

what do you think ? 


--
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551=/4140___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] php list problem , let's have a look !

2015-11-17 Thread d . j . a . y
log in admin then check "User logs" , will see that freaky/wired anonymous 
things related to what you can also see in "Admin log" . 

http://pix.toile-libre.org/upload/original/1447807180.png 

will do some erasor ... but where that come ! 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Synfig 1.0.2 released

2015-10-24 Thread d . j . a . y
>From: Permutator ​  - 2015-10-10 21:34:04
>[...] 
>Also, sorry I haven't been active in... sheesh, two months?

You does'nt have to be sorry against "us" and nice to see that you still keep 
an eye on the project.

>I know easelSif already exists, and it's really cool, 
>but I have a specific use case in mind for this, ...

Are you thinking to improve easelSif ? that could be very interesting ! And 
even incredible has a rendering target !

see'ya

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] New rendering ... build success !

2015-10-05 Thread d . j . a . y
Hello, 

Just to signal i have successfully build the rendering branch from ivan ;-) ... 
I have build using "simple" opencl config, i did'nt try using specific 
amd/nvidia icd drivers 
(http://mhr3.blogspot.fr/2013/06/opencl-on-ubuntu-1304.html) 

Even in debug mode look like faster than regular 1.0 using "pirates" for test 
case ... 
I guess all blend method are still not ported ... ? 

One rare (buggy) thing, is that playing a clip from the canevas, all render 
messages (benchmarks) are flooded when the clip stop playing. 

my best. 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] wiki database on error ....

2015-09-08 Thread d . j . a . y
Hello all, 

for example on 
http://wiki.synfig.org/Special:RecentChanges 
"A database query error has occurred. This may indicate a bug in the software. 
" 

But worst, that's occurs on several pages... 
http://wiki.synfig.org/User_Documentation 
http://wiki.synfig.org/Category:Tutorials 

but not every pages. 

I hope nothing is corrupted there ;-) 

see'ya! 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Width point duck .... when and where are they created ?

2015-09-05 Thread d . j . a . y
>Re: [Synfig-devl] Width point duck  when and where are they created ?
>From: Permutator ​  - 2015-09-04 21:40:32

>It's trying to check if the input ValueDesc has a sub_name, but if it
>doesn't have a parent ValueDesc, it won't have a sub_name. So changing the
>condition to this...
>value_desc.parent_is_value_desc() && !value_desc.get_sub_name().empty()
>...may work. 

Yep that's working and resolve the crash ... thank's for the tips ;-)

Will send a patch.

see'ya!

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Width point duck .... when and where are they created ?

2015-09-04 Thread d . j . a . y
Hello,

I'm looking at fixing :
#889 - Crash on linking regular vertice and width point center TYPE_WIDTH 
http://www.synfig.org/issues/thebuggenie/synfig/issues/889 

the crash come the assert(parent_is_value_desc()) from here :
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/value_desc.h#L340

inside this call stack :

__assert_fail() at 0xb56a57d7   
synfigapp::ValueDesc::get_sub_name() at value_desc.h:340 0x86e6a5f  
synfigapp::Action::ValueDescLink::set_param() at valuedesclink.cpp:124 
0xb7d8ff1c   
synfigapp::Action::Base::set_param_list() at action.cpp:377 0xb7e1c1a5  
studio::Instance::process_action() at instance.cpp:1 077 0x88952f4  
sigc::bound_mem_functor2::operator() at mem_fun.h:1 917 0x88a5f13
<...more frames...> 

The width point is treated has a composite value_node (but should'nt maybe ?) 
and i can't figure where/when width point are effectively created... 


1) Width point duck  when and where are they created ? (i have checked 
inside state_ , and duckmatic ... )
2) Maybe Width points shouldn't be treated has compisite valuenode  ?


see'ya!

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Fwd : Synfig and openSUSE update manager

2015-07-28 Thread d . j . a . y
from the forum : http://synfig.org/forums/viewtopic.php?f=12t=9528 
 
Since installing Synfig 1.0 and above, I get the following message whenever I 
do an update on openSUSE Tumbleweed 13.2. Can you advise please. 

Warning 

Nothing provides appdata (synfigstudio.appdata.xml) needed by application: 
SynfigStudeio-.noarch 

Conflict Resolution (options) 
1. deinstallation of application: SynfigStudio-.noarch 
2. break application: SynfigStudio-.noarch by ignoring some of its dependencies 

I choose option 2 but would like to resolve the issue. 

Thanks --
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] RE : Forums moderation

2015-07-23 Thread d . j . a . y
Hello all,

Hi there!
I'm really very busy lately and haven't time to moderate forums properly. I
find 7/8 post pending to approve every time I check the forums every three
or four days.
Is anyone apart me doing the task of approve first posts?
Cheers! 

I'm nomad until end of august, sorry, can't give too much time for this task 
 ! 

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] package update ....

2015-07-22 Thread d . j . a . y
Hello here, 


Do you know who we should contact to have synfig updated version from ubuntu / 
debian / fedora /  packages ? 

my best 
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] OpenGL render / Color space ... gamma 2.2

2015-07-02 Thread d . j . a . y
Hello, 

1) i still did'it test or take a look to the work on the opengl branch... but 
did this work will solve the gamma 2.2 problematic cause of new color space 
implementation ? 
* Desynchronized colors - what you choose is not what you get - 
http://www.synfig.org/issues/thebuggenie/synfig/issues/705 
Look like Konstantin can't reproduce it, for me it's not fixed  is it for 
you ? 

Also there is this color (gamma 2.2 ) problem: 
* HTML code in color dialog doesn't stay the same - 
http://www.synfig.org/issues/thebuggenie/synfig/issues/646 

And with png images (gamma 2.2) 
* importing (png) with alpha sections not displaying properly - 
http://www.synfig.org/issues/thebuggenie/synfig/issues/594 

2) Also, does the OPenGl render engine will be the unique or 
concurent/optionnal with the software render engine ? 
(from my point of vue i think we need to keep the software render ) 
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] synfig studio / build option / disable_image

2015-07-02 Thread d . j . a . y
hello, 

Since a few commit, the build system re-create image and icons on the fly each 
building time. 

Is an option exist to build bypassing the icon recreation ? (or something to 
add to the script using the last modification date ... ?) 

cheers... 
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Multi-Waypoints selection patch (where it was?)

2015-05-25 Thread d . j . a . y
Thank's carlos ... 
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Why I am unhappy about MediaWiki

2015-05-08 Thread d . j . a . y


What I would like it to be: 
* Lightweight 
* With spam protection 
* Should provide automatic updates 

I want to add : 
* easy data migration from mediawiki to new system 
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Synfig V1 ! Spread (and update) the web

2015-04-28 Thread d/j/a/y is free
Yop ...

Hypa again to all for this MAJOR step !

---

I have already
* posted the news in linuxfr.org
* updated wikipedia (en/fr/it/es/pt) missing ru/ch
* tried to update alternative.to


Could someone
* update download.cnet.com ?
* Update sourceforge to remove beta near synfig !!! :-)
* Post something to lwn ?
* Contact nina paley ...

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] The release of Synfig 1.0 is very close ....

2015-04-23 Thread d . j . a . y
What about the splash screen contest ? 
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] bugtracker / reset password ...

2015-04-20 Thread d . j . a . y
look like the reset password (still) is't working ... 
http://www.synfig.org/forums/viewtopic.php?f=2t=4020#p28786 

can someone manually reset the batman42ca one ? 
http://www.synfig.org/forums/viewtopic.php?f=15t=9254 
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] slow brush -- idea

2015-04-16 Thread d . j . a . y
yop, 

I am not sure if brush will become faster until we migrate to the new
rendering engine.

Best Regards,
K. 
If i remember well what i have saw in the implementation of synfig (mypaint) 
brush , it is quite similar of what i have remember of the mypaint code ... 

Konstantin, you say it's slow 'cause to the render engine... why not? i can't 
say 
no or yes ... i don't know this part of the code. 

So waiting the work into the rendering engine, what do you think of that - two 
step - idea ? : 
1) draw in a minimalistic way the path ( if possible transform the path in a 
vertex 
in the same time) in a single thread with a high priority 
2) draw the stroke with mypaint lib in a thread with a lower priority 

... 
nota / hop hop ...V1rc4 flag has been setted ... another step from the one ... 
:-), 
Konstantin (and russian team) what a great work ! 
do you take time to sleep sometime ... ? 
... 

see'ya 
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Bug tracker spring clean ....

2015-04-08 Thread d . j . a . y
Hello handles keepers, 

Has you can see, i'm fall in an issues spring clean  

sorry by advance of the tracker's email flood you are suffering ... time to 
setup a personal filter ? ;-) 
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Synfig V1 Release Candidate [slow brush]

2015-04-01 Thread d . j . a . y
Brush-related fixes are not on our TODO list for now. Also, I am not
understand what the brush is slown mean, sorry. ^__^ 

http://www.synfig.org/forums/viewtopic.php?f=1t=9128p=28493hilit=brush+slow#p28493
 
http://www.synfig.org/forums/viewtopic.php?f=1t=8107p=27293hilit=brush+slow#p27293
 




--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Forum spam , round2

2015-02-13 Thread d . j . a . y
Hello dear all, 

Any idea to ride over this new round of massive (indian) spam shiva black-magic 
 baba attack who eat runtime of our nicekind modo ;-) 

I have already changed the capcha style to GD Image (without bg) and reduced 
the max attempt registration from 5 to 3. 
Previously a had also permanently banned a few temp mail provider *@flurred 
*@rediff the mailbot used  but now the bot register with normal mail 
provider 

My best for all of you! 
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Synfig 1.0 release....

2015-02-09 Thread d . j . a . y
Hello 

I think they are some blocking release bug that should be solved before V1. 
http://www.synfig.org/issues/thebuggenie/synfig/issues/717 - Crash using ANY 
TOOLs with a region selected 
http://www.synfig.org/issues/thebuggenie/synfig/issues/578 - Crash when paint 
(II) (undo) 
... 
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Wiki/Doc - Massive kindly question flood

2014-12-31 Thread d . j . a . y
Hello here ... 

http://wiki.synfig.org/wiki/Special:RecentChanges 

Questions are in http://wiki.synfig.org/wiki/Talk:Main_Page 

And also ... 
Nice gregorian end of year... 

Astronomically speaking, tonight is nothing, we will not even loose a second 
... 
http://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat 


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] synfig with an ide

2014-12-13 Thread d . j . a . y
hello dear dev team  

I have added a page to the wiki about IDE setup for synfig  feel free to 
add/adapt/adjust/rewrite  content ;-) 

http://wiki.synfig.org/wiki/Dev:IDE 

have a nice coding end of year ! 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Ubuntu 14.10 and glib 2.42 - fix proposal : what do you think ?t

2014-12-03 Thread d . j . a . y
2014-12-02 21:34 GMT+06:00 Konstantin Dmitriev ksee.zelgadis@...:



 2014-12-02 4:06 GMT+06:00 d.j.a.y@...:

 I was confident ... i should'nt be ...

 You can found (partial) result for master branch (gtk3) in
 https://github.com/d-j-a-y/synfig/tree/djay_gtk3_glibmm24_fixes 
 I'm not very happy to announce that now we will must ship a synfigstudio
 special glib = 2.42

 During my research to resolve the problem, i have found several app with
 similar problem... and i finally adopt the MySql way of fixing the problem
 http://bugs.mysql.com/bug.php?id=74147 
 If you agree with this way of fixing, i will do the rest of the job
 (keyframe treeview + 0.64.2).


 Hello, Djay!
 Thank you for the investigation and heads up!
 Most probably I will be able to bundle glib right into the packages - this
 will allow to avoid any glib dependency.
 Best Regards,


OK, I have read the following comment - 
https://bugzilla.gnome.org/show_bug.cgi?id=697229#c29 And here are a few 
conclusions:

* It is safe to replace the following line
#if GLIB_CHECK_VERSION(2, 42, 0)
with:
#if GLIB_CHECK_VERSION(2, 37, 5)

* Thus, we can lower requirement to glib = 2.37.5

I will try to ship glib 2.35.7 with the packages and test if that would
work for our users.

Best,
K. 

Hello here,

1) Is'nt it requirement to glib = 2.37.5 ?

2) Why do you not want to build right version for right libs? Too much work to 
adapt the building script ?

Shipping another lib, 
From one side, for dev' does that mean we will need to build/install each 
required libs in special path ?
From other side, i think we should prepare all the problematic code for the 
day we up glib (commenting or by inserting preprocessor directive).

And also, will be a problem, if a lib we ship appear to have bugs or even worst 
a security hole .

It's clear, it's a dilemma for us the binary incompatibility we are front of 
 time to make a choice ...

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : detecting valid file formats (bug report)

2014-12-02 Thread d . j . a . y
Hello, 

Yu, with recent work you did around the file chooser and format detection, i 
want to inform you that 
there is a problem around the Render Dialog / File Select who add .sif 
.sifz  

Do you have time to work on it ? Do you want i put it into our bugtracker ? 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Ubuntu 14.10 and glib 2.42 - fix proposal : what do you think ?

2014-12-01 Thread d . j . a . y
I was confident ... i should'nt be ... 

You can found (partial) result for master branch (gtk3) in 
https://github.com/d-j-a-y/synfig/tree/djay_gtk3_glibmm24_fixes 

I'm not very happy to announce that now we will must ship a synfigstudio 
special glib = 2.42 

During my research to resolve the problem, i have found several app with 
similar problem... and i finally adopt the MySql way of fixing the problem 
http://bugs.mysql.com/bug.php?id=74147 

If you agree with this way of fixing, i will do the rest of the job (keyframe 
treeview + 0.64.2). 

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Build over ubuntu 14.10 gtk 3.12 : success !

2014-11-30 Thread d . j . a . y
Hello folk of the picture element, 

Just to inform you that i just build over ubuntu 14.10 (quite easily) using the 
https://github.com/synfig/synfig/blob/master/autobuild/synfigstudio-linux-build.sh
 
script ... (with a little modif' from libtiff4-dev to libtiff5-dev) 

I will try to found what the heck with gtk 3.12 
http://www.synfig.org/issues/thebuggenie/synfig/issues/715 
http://www.synfig.org/issues/thebuggenie/synfig/issues/699 
 

see'ya ! 
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Gtk3 - brushfixes branch

2014-11-25 Thread d . j . a . y
Hello, 

i have pushed a new branch on my synfig mirror, who actually contains two fixes 
about the brushes : 
- http://www.synfig.org/issues/thebuggenie/synfig/issues/605 - Brush do nothing 
without image layer 
- Ui - Brush Panel - Make brushes as radio buttons (in place off toggle buttons)

https://github.com/d-j-a-y/synfig/tree/djay_gtk3_brushfixes 

Actually i'm looking at #615 - Brush tool do not (always) used selected color - 
who could be a problem during
color conversion from rbg to hsv (i have already tried without success to use 
the hue saturate value from the synfig::Color class)  
http://www.synfig.org/issues/thebuggenie/synfig/issues/615

Also, Brush click doesn't paint could be hard to fix because, it's a 
behavior coming from mypaint
http://www.synfig.org/issues/thebuggenie/synfig/issues/579

I you have any idea ... 

see'ya!

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Brushlib/libmypaint is now a separate module, and gone to github

2014-11-20 Thread d . j . a . y
In case you missed it ; 

The MyPaint brushlib is now maintained in a separate git repository. - 
https://github.com/mypaint/libmypaint 

http://mypaint.intilinux.com/?p=710   http://mypaint.intilinux.com/?p=724

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] last commit ...

2014-10-09 Thread d . j . a . y
Hello synfig dev team, 
Hello ivan, 

Nice to see your branch moving ...

https://github.com/blackwarthog/synfig/commit/7bc94ac6c27f5a44f9fd18ddf4e9fb42180e47e2
 

see'ya!

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] [Research Paper] Vector Graphics Complexes

2014-10-09 Thread d . j . a . y
http://www.dalboris.com/research/vgc/

Basic topological modeling, such as the ability to have several faces share a 
common edge, has been largely absent from vector graphics. We introduce the 
vector graphics complex (VGC) as a simple data structure to support fundamental 
topological modeling operations for vector graphics illustrations. The VGC can 
represent any arbitrary non-manifold topology as an immersion in the plane, 
unlike planar maps which can only represent embeddings. This allows for the 
direct representation of incidence relationships between objects and can 
therefore more faithfully capture the intended semantics of many illustrations, 
while at the same time keeping the geometric flexibility of stacking-based 
systems. We describe and implement a set of topological editing operations for 
the VGC, including glue, unglue, cut, and uncut.

Nota : i have created a wiki page to records that kind of things 
http://wiki.synfig.org/wiki/Dev:Research_Paper

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Visually Linear Color Selection / steel needed ? + We'v got a big problem!

2014-09-30 Thread d . j . a . y
Hello, 

In fact, http://sourceforge.net/p/synfig/mailman/message/32872325/ is not at 
all a good news ! But a big problem ! 

Now why have desynchronized colors : The one you select in the color dialog is 
not the one you get when you paint in the canvas  

http://pix.toile-libre.org/upload/original/1412093310.png

(gtk3 / Revision ID: 635106cc59)

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Visually Linear Color Selection / steel needed ?

2014-09-26 Thread d . j . a . y
Hello here, 

(from gtk3 branch)

It take me a few days to understand what's happen around colors selections...!

But in fact, it's the Visually Linear Color Selection option from setup 
dialog who
now need to be unselected to have a linear color selection and also we have 
real 
html code now .. !!! That's great ... and thank's to cairo (and ivan)

I repeat for those who read in diagonal :
Real HTML COLOR CODE Now in Synfig!

So i think that, the Visually Linear Color Selection option is now outdated 
... and should be removed.
What do you think ?


- commits involved-
Fix rulers size and color 
https://github.com/morevnaproject/synfig/commit/f7bf2e0bb5c39cbf44068df2e4cb1b6326c65583
Cairo rendering for Widget_ColorEdit 
https://github.com/morevnaproject/synfig/commit/12528a2945bff8e88ef2b3ec5ed2a38e31bb46bf
--

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re Render time regression

2014-09-23 Thread d . j . a . y

 Can someone confirm those (similar) numbers in other platform?

debian wheezy :
0.64.1 : 4.55563secondes
morevnaproject/gtk3 : 5.96272 seconds

---
In debug mode i have a lot of warning rendering with actual master 
(morevnaproject/gtk3):

synfig(29777) [15:44:53] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from radialgradient.cpp:223)
synfig(29777) [15:44:53] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:44:55] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:44:55] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:44:56] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:44:57] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:44:58] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from radialgradient.cpp:223)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from bevel.cpp:182)
synfig(29777) [15:45:08] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from radialgradient.cpp:223)
synfig(29777) [15:45:09] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from radialgradient.cpp:223)
synfig(29777) [15:45:09] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from conicalgradient.cpp:238)
synfig(29777) [15:45:09] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from conicalgradient.cpp:238)
synfig(29777) [15:45:09] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:09] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)
synfig(29777) [15:45:11] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from blur.cpp:138)
synfig(29777) [15:45:14] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:45:27] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from curvegradient.cpp:601)
synfig(29777) [15:45:40] avertissement: layer.cpp:565 Resampling used while 
rendering - possible overhead (called from circle.cpp:456)

---
Also, i have noticed that the output files are not the sames - file size, but 
not only ...
Open the two output images file and set the top layer's blend method on 
difference in synfig grain extract in gimp, zoom in to lower part (cops badge)
or in the photo of the id card, or the teeth  

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] eclipse has ide / project target

2014-09-08 Thread d . j . a . y
Hello dear builders, 

I'm testing eclipse has ide for synfig project. 

Using eclipse CDT and Makefile project from existing code i am able to setup 
the project, and build it correclty. 

Question : Do you know how to have the target - synfigstudio - installed in the 
good folder ? (synfig/install/bin/ ) 
has it's indicated in the Makefile ... Actually , the target is always builded 
in synfig/synfig-studio/src/gui/.libs 
(The synfig Makefile was generated with debug option) 

I have played a little with eclipse make target panel (maybe badly...) , and 
searched the internet / forum ... but still, without revelant information... 
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] (solved) eclipse has ide / project target

2014-09-08 Thread d . j . a . y
That (was) the problem ... as i already pass my target with --prefix in 
configure 
I'm still using this kind of script : 
http://wiki.synfig.org/wiki/Dev:Build_Instructions#Linux 
(attachment for archive) 

Solution : i solved it by simply configuring the eclipse project / C/C++ Build 
/ Builder Settings / Build command : make install -j2 
(has it's done in the script !) 

thank's for taking time to answer, i found the solution after reading you. 


2014-09-08 14:23 GMT+07:00 d.j.a.y@...:

 Hello dear builders,

 I'm testing eclipse has ide for synfig project.

 Using eclipse CDT and Makefile project from existing code i am able to
 setup the project, and build it correclty.

 Question : Do you know how to have the target - synfigstudio - installed
 in the good folder ? (synfig/install/bin/ )
 has it's indicated in the Makefile ... Actually , the target is always
 builded in synfig/synfig-studio/src/gui/.libs
 (The synfig Makefile was generated with debug option)


If I understood your problem correctly, you need to pass an option to
configure:
./configure --prefix=/target/dir/

Good luck!
K. 

build-debug.sh
Description: application/shellscript
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] build of morvenaproject/gtk3 branch

2014-08-31 Thread d . j . a . y
hello synfigers, 

in order to buid morvenaproject/gtk3 branch - 
https://github.com/morevnaproject/synfig/tree/gtk3 
i needed to do two changes, 
- remove an include inside synfig-studio/src/gui/canvasview.cpp 
- add an include inside synfig-studio/src/gui/docks/dockmanager.h 
(see diff further) 

did i send this patch ? 

--- 

diff --git a/synfig-studio/src/gui/canvasview.cpp 
b/synfig-studio/src/gui/canvasview.cpp 
index 2e7b9f1..a327cec 100644 
--- a/synfig-studio/src/gui/canvasview.cpp 
+++ b/synfig-studio/src/gui/canvasview.cpp 
@@ -137,7 +137,7 @@ 
#include pangomm.h 

#include general.h 
-#include tool/progress.h 
+//#include tool/progress.h 

#endif 

diff --git a/synfig-studio/src/gui/docks/dockmanager.h 
b/synfig-studio/src/gui/docks/dockmanager.h 
index db5f4bb..4efc704 100644 
--- a/synfig-studio/src/gui/docks/dockmanager.h 
+++ b/synfig-studio/src/gui/docks/dockmanager.h 
@@ -29,6 +29,7 @@ 

#include vector 
#include list 
+#include map 
#include synfig/string.h 
#include sigc++/signal.h 
#include sigc++/object.h 

- 
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] build of morvenaproject/gtk3 branch

2014-08-31 Thread d . j . a . y
hello, 

This is weird - I can build without those modifications... 
I guess this happens because of difference of library versions. 

has you say, weird, but, i don't see the link with gtk...? 

map is related to stl, 
and the reference i found about tool/progress.h come from synfig-core 

 What is your version of GTK3? 

GTK+ 3.4.2 

In any case, patch is welcome. ^__^ 

i will do it soon ... 
and also another to fix 
http://www.synfig.org/issues/thebuggenie/synfig/issues/667 


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Value Node from File

2014-05-25 Thread d/j/a/y is free
Hello,

About this feature, talking with a friend, i got an idea.

Catch a poses / mouvements from an external device (kinect / webcam )
generate the file and then connect it to a shape/layer in synfig by this
Value Node from file feature.

This could be awesome!

Re: [Synfig-devl] Value Node from File
From: Carlos López González genetita@gm... - 2014-04-07 05:55:04

Hi Charlie, thanks for the code snippet.
I don't like the idea of use the comma as separator since the same
character is used for decimal point in some countries. I think that
space/tab is better for our purpose.
Anyway, all supported formats can be changed later in the code if requested.


2014-04-07 4:05 GMT+02:00 Charlie Murphy cmsmurp00@...:

 Konstantin Dmitriev wrote:
  Hello!
 
  After thinking about file format I have one more idea:
  It would be nice to have a  support for several input formats.
  For example the convert type could have a parameter - Format - with
  a dropdown list, where user can choose the import format.
 
  So the Convert type will have following parameters:
  * Filename
  * Format
 
  We can have only one format for now - Default (the one submitted by
  Carlos), but later we can add CSV and personally I would like to have
  a support for direct import of Papagayo's *.pgo files. ^__^
 
  K.

 Hi!

 The program might be able to deduce the filetype by its extension
 (csv, json, etc).  I think the artist/animator shouldn't have to
 tell Synfig what kind of file they're giving it.  ^^

 I attached a basic CSV parser.

 -Charlie


-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] As-Rigid-As-Possible Shape Manipulation - research paper

2014-05-15 Thread d/j/a/y is free
Hello here,

I forgot to share this ressource, maybe you already knew about it...
http://www-ui.is.s.u-tokyo.ac.jp/~takeo/research/rigid/index.html

http://www-ui.is.s.u-tokyo.ac.jp/~takeo/papers/rigid.pdf
http://www-ui.is.s.u-tokyo.ac.jp/~takeo/papers/takeo_jgt09_arapFlattening.pdf

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Next release, is 1.0 realistic ?

2014-05-08 Thread d/j/a/y is free
Hello pilots from the vector world,

During last month synfig, thank's to community funding, thank's to 
konstantin managing, thank's to ivan coding  , has fly has an alpha 
jet and it's clear synfig versionning will do the same.

But during the same time, has major improvements appeared, many bugs and 
lacks of polishing also came.
Regarding that, i do not think it's a good idea to plan 1.0 but 
something stressless, like 0.9x . This will give us a window to release 
sooner and to work on a very fixed and polished 1.0

What do you think ?

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Succesful build morevna branch

2014-04-30 Thread d . j . a . y
just to share that... 

i can lauch the app also :-) 

but has i run out of energy ... and again with a charge problem on my synfig 
dev laptop 
(who will need to be fixed with internal soldering) i can't test more ... 

see'ya ! 
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Boring message about documentation....

2014-04-26 Thread d . j . a . y
Hello dear crazy dev' and others followers, 

A lot of incredible things is coming everydays codingly speaking... 

Has the crew is kind of limited, it could be great for the project that the 
ones who implements new features thinks to documents them also (even 
drafting)... a great software should come with a great and updated 
documentation :-) 

Has we can't put in front of the doc' what's coming next, i propose to do that 
in the wiki's talk page using Rewrite preparation for 0.65 sentence in the 
page body and has modification's comment to be able to catch all the pending 
documentation easier. 

http://wiki.synfig.org/wiki/index.php?title=Special:Searchsearch=Rewrite%20preparation%20for%200.65fulltext=Searchprofile=allredirs=0
 

I know it's a boring task but i think it's has essential has the coding 
beautiful features one. 

Nota: if other nice people want to take care of the documentation of the new 
features, you'r absolutely welcome also .. oh oh ... ! 
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] synfig lib : keyframe and uniqueid

2014-04-24 Thread d . j . a . y
Hello here, 

Working on this branch : 
https://github.com/d-j-a-y/synfig/tree/djay_keyframe_enhancements 
with encouraging results : 
http://pix.toile-libre.org/upload/original/1398375027.png 

I have found something rare: 
- Has synfig::keyframe derivate from synfig::uniqueid, kf1==kf2 use parent 
uniqueid::operator== 
and this produce rare code, like 

if (kf1 == kf2) kf1 = kf2; 

https://github.com/d-j-a-y/synfig/commit/6bbb227ef879c14d40f3866b57674654065ad892
 

What do you think ? 
- Changing the lib here --making uniqueid::operator== virtual for example ?-- 
could produce a lot of 
unexpected effect  --
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-23 Thread d . j . a . y
I have created another branch from 9989539 - progress9 
https://github.com/d-j-a-y/synfig/tree/djay_align_row2 

- Should align orange timescursor 
- Could solve issue on both mac and win os (with use of ifdef os) 

I you could give me your feeling about that attempt 
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-23 Thread d . j . a . y
is #ifdef __WINDOWS__ the right target to check for ??? 

- Mail original -

De: Konstantin Dmitriev notificati...@github.com 
À: synfig/synfig syn...@noreply.github.com 
Cc: d-j-a-y d.j@free.fr 
Envoyé: Mercredi 23 Avril 2014 14:56:50 
Objet: Re: [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel 
(#126) 

Same here Windows XP 32 bits. 
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-23 Thread d . j . a . y

is #ifdef __WINDOWS__ the right target to check for ??? 

https://github.com/d-j-a-y/synfig/tree/djay_align_row2 
updated with better windows target check (#ifdef WIN32) 


- Mail original -

De: Konstantin Dmitriev notificati...@github.com 
À: synfig/synfig syn...@noreply.github.com 
Cc: d-j-a-y d.j@free.fr 
Envoyé: Mercredi 23 Avril 2014 14:56:50 
Objet: Re: [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel 
(#126) 

Same here Windows XP 32 bits. 
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] RE : Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-23 Thread d . j . a . y
Tested latest commit (727944..) - the timetrack row is now properly sized! 

Coolplusplus , long time the things did'nt progress inside this branch ! 

Parameter rows still misaligned. 

Lessscool  So the --last-- actual, trouble come the fact 
the rows (from what i can see from here) seems to do not have 
the same height :21px at left - parampanel, 22px at the right timetrack. 

If i could receive (from some very nice and pleasant person) a screenshot from 
this particular commit: 
https://github.com/d-j-a-y/synfig/commit/b1d0e21382fb2defd78fd14aec77ce87335ea50f
 
--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-23 Thread d . j . a . y
Screenshot for b1d0e - 
... is more embarrassing than encouraging ... 
still again and however 22px in timetrack and 21px in parameter panels !

TROLL ON
Hey guys, are you sure windows os support is an essential feature ?
http://sourceforge.net/projects/synfig/files/stats/os?dates=2014-01-01+to+2014-04-23
TROLL OFF

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Reworking Preferences Window, and categories proposal

2014-04-21 Thread d . j . a . y
Hello,

Canvas/Options  Global/Settings  Canvas/Properties ...  
i still do mix-up after so many times ! definitively need some re-work ;-)

It might be nice to implement a global scope setting for the above three
options in Preferences(Setup) dialog. We may merge these options into
Canvas - Properties dialog when it be reworked in the near future. 

yep could be more ux ... 
- global (for new docs - settings) - 
and 
- local (for opened docs - properties).

... about canvas/options/Time and canvas/options/units tabs, they will simply 
removed ?
(in the code nothing relevant is present about those functionalities)

--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Reworking Preferences Window, and categories proposal

2014-04-20 Thread d . j . a . y
Hello,

Could be the time to merge Option dialog inside Preference / interface dialog ?

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] are tool menu and tools shortcut linked ?

2014-04-19 Thread d . j . a . y
Hello,

Taking a look to the tools shortcuts regression, 
http://www.synfig.org/issues/thebuggenie/synfig/issues/620 
i have notice that more than Alt-Key go to menu action but changing the state,
now even affecting any shortcuts for the state- do not work.
https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/app.cpp#L1239

After few attempt, this new problem come from the fact that 
action_group_state_manager/state- are no more added in app::ui_manager.
https://github.com/synfig/synfig/commit/d7c8d9048cce45ffe0569cb2ef515d7f4ffa9516

I can push something who re-add toolbox menu (sorry!) and so capacity to 
(re-)affect 
shortcuts for tools : (shift+key) or (key) can be some options  something 
to decide to.

Nota: both (shift + key) or (key) accel works ... but will need extra code to 
do not affect some others input widgets (like current time, layer name )

seeya

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Re : Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-17 Thread d . j . a . y
Hello vertex's people,

I have pushed two commits in this long terms (blind attempt) resolution :

* progress11 -- will/should do nothing new (but slower maybe?) because all 
were already here? (read further to understand)
https://github.com/d-j-a-y/synfig/commit/6660767771eeb79912909b1e9c50655161c828fa

* progress12 -- try to fix time cursor vertical align
https://github.com/d-j-a-y/synfig/commit/aeacc9c97a25d8f80f244ed7870e9388029859fc

---
Header Size problem
---
Major problem i'm front of since a few commits is to set the same width to 
(kf_list + timeslider) than parameter treeview header. 
This way the parameter_treeview and the timetrack_treeview rows will (should) 
be well aligned.

I have noted something before, 
https://github.com/synfig/synfig/pull/126#issuecomment-39947281
and macosx screenshot let me think it could be the key :

Different windows manager draw differently ! what a discovery, is'nt it ?

What i think, is that (kf_list + timeslider) is already resized on the three OS 
but they are drawn (aligned) differently.

- On gnu/linux is't fixed, because i'm on it,
- On Windows it's a little down,
- On MacOs it's a little up.

http://pix.toile-libre.org/upload/original/1397750355.png
---

1) So first of all, can you confirm me that the (kf_list + timeslider) width is 
updated when os style (font size mainly) is changed 
for both windows and macos systems? (you should/could also notice a width 
update on app' startup)

2) If it is the case, i will use #ifdef __MY_OPERATINGSYSTEM__ to do give 
another try to fix that ...
if have found __WINDOWS__ and __APPLE__ #define for that case.

--Seeya---
---And kept aligned, or not!---

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Fwd : Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-11 Thread d . j . a . y
Hello digitalsworkers, 
-- 
New commit pushed 1d5fb4c with a workaround to give another try to fixe win32 
kf and time widget resize (still with useful debug messages). 

-- I am confirming, that 5ae98fe fixes linux issues. 
good news are not bad sometime !  

(what about macos issues ??? :-) 
 
https://github.com/synfig/synfig/pull/126 
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Libfreehand interpret import Adobe/Macromedia drawings

2014-04-09 Thread d . j . a . y

Hello, 



Libfreehand is library providing ability to interpret and import 
Adobe/Macromedia drawings into various applications. 
http://www.freedesktop.org/wiki/Software/libfreehand/ 
(part of http://www.documentliberation.org/projects/ ) 
--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-08 Thread d . j . a . y
It's ready (maybe a fix is hidden inside)  
https://github.com/d-j-a-y/synfig/commit/3ff80e2059c13b50ab41d7d09cc827e2e84a2668


Objet: Re: [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel 
(#126) 


Sure! I just need to run the script and wait ;) 


2014-04-08 9:03 GMT+02:00  d.j.a.y@

Yep, i saw the orange cursor behing... that's why it's incredible ! ... (at one 
moment, i though i badly commited/pushed ... ) 

i will do soon a commit with some debug messages ... could you test it for me ? 

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-08 Thread d . j . a . y
It's not the expected result ... because that work has it should do ! (for 
this part at least)

I have pushed some more debug messages ... 
https://github.com/d-j-a-y/synfig/commit/796b44977baee62868ca79e85b2419623662a3e2

but after that... i feel quite lost... 

troll mode
is #161 born under the sign of no solve? 
i want to have the reporter's name ! :-)
troll mode end

- Mail original -  
Envoyé: Mardi 8 Avril 2014 10:49:37 
Objet: Re: [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel 
(#126) 



I've got the followings messages: 

synfig(184) [09:47:13] info: #161 -1- colum != NULL 
synfig(184) [09:47:13] info: #161 -2- colum get_widget != NULL 
synfig(184) [09:47:13] info: #161 -3- get_widget get_parent != NULL 
synfig(184) [09:47:13] info: #161 -4- get_widget get_parent height 15 
synfig(184) [09:47:13] info: #161 -5- container != NULL 
synfig(184) [09:47:13] info: #161 -6- header_height 15 (updated!) 

and still have the same result on the widgets.

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel (#126)

2014-04-07 Thread d . j . a . y
Carlos, forget my previous ask.

Has the code i wrote force an initial update by initializing 
param_tree_style_changed=true

So the problem is elsewhere, around one of the tests (if != NULL) inside 
LayerTree::update_param_tree_header_height()
https://github.com/d-j-a-y/synfig/blob/djay_align_rows/synfig-studio/src/gui/trees/layertree.cpp#L1341

(without access to a winz platform is'not so easy to debug :-)

Time to sleep and try to follow the debug in my dreams... 

Nota : Sorry for all the 'noise' around this bugfix!
 

Hello here and there,

Objet: Re: [synfig] Fix161 - Align rows of Params Panel and Timetrack Panel 
(#126) 
I've built your branch on Windows 32 bits and I still have issues with the 
row alignment

Incredible ... (?) this is the initial part of the fix who don't work... : the 
header is'not resized... ! 
Carlos, can you check for me if LayerTree :: 
on_param_tree_column_label_style_changed is fired ? 

https://github.com/d-j-a-y/synfig/blob/817789a447cefbabc097bb814e4484a4913d5ba7/synfig-studio/src/gui/trees/layertree.cpp#L1309
 

and the time cursor.See attached image link: 
http://i85.photobucket.com/albums/k74/Genete/align-rows-edited_zps27d048cf.jpg
 

SeeYza!

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Align rows of Params Panel and Timetrack Panel

2014-04-05 Thread d . j . a . y
Hello everyone, 

After have spent hours trying to get treeview rows height, i'm trying another 
point of view : 
the same way i have added an invisible string to timetrack panel, why not 
adding an invisible icon ? :-) 

I have pushed a test commit (actually with a visible icon), before i go further 
in this direction. 
can someone test last progress from this branch ? 

https://github.com/d-j-a-y/synfig/tree/djay_align_rows 

Because, in fact, it's not so easy for me to reproduce the misalignment (even 
playing with dpi/size system font config) ! 

see ya 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Align rows of Params Panel and Timetrack Panel

2014-04-05 Thread d . j . a . y
Tested. Works perfectly now! 
http://cloud.morevnaproject.org/service/public.php?service=filest=d7e08f5eb410e481f79ecb1e65981d7b
 
K. 

Humm... not so perfectly in fact. 

Look how are misaligned the time cursor from timetrack and from timeswidget 
(even with an 1x16px image) 
http://pix.toile-libre.org/upload/original/1396695629.png 

g... 
--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Align rows of Params Panel and Timetrack Panel

2014-03-27 Thread d . j . a . y
Hello folks, 

i'm working on #161 Align rows of Params Panel and Timetrack Panel 
http://www.synfig.org/issues/thebuggenie/synfig/issues/161 

you can found result in my branch 
https://github.com/d-j-a-y/synfig/tree/djay_align_rows 

actually (commit - progress6), the timetrack dock header follow the parameter 
dock header, so it's a good point ! 
https://github.com/d-j-a-y/synfig/commit/4a2d38d2eede3793bf741c75a1ce17da516edd56
 

but, 
1) has the canvasview hold the same widgets (kf widget  time widget) the size 
there is also modified  

so i'm thinking to duplicate/disconnet the canvasview kf  time widgets from 
timetrack dock's widget... 
any other idea ? 

2) do you think i should also update the graph dock header the same way ? 

all my best 

--
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] option tool panel UI improvement

2014-03-18 Thread d . j . a . y
Nice work jcome !

I have found something that could interest you about combox (and others widgets 
holding text) resizing :

 I'm trying to create a combobox object than can be sized smaller than the 
 text. What is the best way to go about doing this?

###
# ellipsize the text box is the key to getting the '...' feature
cell.set_property( 'ellipsize', pango.ELLIPSIZE_END )
###

http://www.daa.com.au/pipermail/pygtk/2008-June/015449.html 


Nota : Konstantin was quicker than me to tell you about defautl opacity value 
;-)

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] JACK transport support, to integrate with audio editors/DAWs

2014-03-13 Thread d . j . a . y





I want to say hundred time yes  but this could be little spamy  just my 
opinion 
troll part, and mister Yu had prepared the work by letting 0.65.dev users had 
a menu/file/import sound entry :-) 

blockquote

Hi,

I know something like this was mentioned on the mailing list a few years
ago, but I wonder if anything ever came from it. It would be really useful
if Synfig was able to work as a JACK transport client [1], so that we could
do audio editing in a full blown DAW (e.g. Ardour) and animation in Synfig.

Has anyone tried this already and decided against it, or are there any
objections to this approach?

Perhaps we could commission someone from the Linux audio community to help
out via the bounty system?

All the best,
Cillian 
/blockquote


blockquote


/blockquote
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Users customize

2014-03-13 Thread d . j . a . y




Thnk'as charlie for that. 
If nobody has answered you until now, it's i think because everybody here are 
kind of flying over the time...but also, in various directions at different 
speed ! :-) 

From: Charlie Murphy cmsmurp00@gm... - 2014-02-23 18:36:18 
blockquote
The toolbox is hardcoded in app.cpp, but if it was changed to read
a config-file, it could let users customize it with a file like
$HOME/.synfig/toolbox.lst or C:\Program Files\Synfig\toolbox.lst.

I attached some code that is supposed to do this, but it's very C-ish
and my package manager has outdated libs, so I have not tested it. 
/blockquote
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] JACK transport support, to integrate with audio editors/DAWs

2014-03-13 Thread d . j . a . y
Cillian, do you have any idea of how synfig run on linux-rt ? 
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] merge pull request ?

2014-03-11 Thread d . j . a . y
Hello dear master of the great ever synfig git  -- nice manipulation 
intro' is'nt it ? 

Can you merge #111 (html code update in color dialog) , i would like to send 
the buggennie #516 fix (export canvas), 
and then be able to follow bug catching ... 

This situation is my fault because for this kind of little modifications, i 
did't create branchs and work on my master. 
Also, i do not want to send differents fix in the same push request 

my best things 

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Bugreport516 - Export Canvas - the Group Layer exported must be nested

2014-03-07 Thread d . j . a . y
Hello, 

has this bug is very annoying and very bad regression, i have take a look to 
it. 

After some tests (see comment in 
http://www.synfig.org/issues/thebuggenie/synfig/issues/516) i have found the 
proper way to fix it : 

in synfig-studio/src/gui/trees/layertreestore.cpp 

void 
LayerTreeStore::get_value_vfunc (const Gtk::TreeModel::iterator iter, int 
column, Glib::ValueBase value)const 
{ 
[] 

etl::handleLayer_PasteCanvas paste= 
etl::handleLayer_PasteCanvas::cast_dynamic( 
layer-get_parent_paste_canvas_layer() ); 
if(paste) 
{ 
etl::handlesynfig::Canvas 
sub_canvas=paste-get_param(canvas).get(sub_canvas); 
if(sub_canvas  !sub_canvas-is_inline()) 
{ 
Gtk::TreeRow row=*iter; 
if (*row.parent()) // --- here is the fix ! 
{ 
paste = etl::handleLayer_PasteCanvas::cast_dynamic( 
Layer::Handle((*row.parent())[model.layer]) ); 
} 
} 
} 
if(paste) 
{ 

[] 
} 

but stilll, i need help from someone to explain me a point : what for this 
piece of code is useful ? 
because seems that just commenting this part (has i did in comment#4 ) it is 
also functional. 
(any way, testing null pointer is far way cleaner than comment/remove another 
work ;-) 

my best things for you guys. 
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] roadmap to get action's parameter value

2014-01-30 Thread d . j . a . y
Hello, 
i am taking a look around Enhancement #335 - UI : Renaming a value node, 
display old name 
http://www.synfig.org/issues/thebuggenie/synfig/issues/335 

from what i understand of the action and paramvocab this is my roadmap: 

1- add to ParamDesc a value_provided member who indicate for a param that a 
value is provided or not 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/action_param.h#L189
 

2- add to actionS paramvocab name parameter that value_provided 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/actions/valuenoderename.cpp#L85
 

3- add a virtual bool action:canvas_specific::get_param(const synfig::String 
name, Param  param) {return false;} 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/action.h#L281
 

4- implement get_param in actionS 

5- invoke get_param when get_user_supplied in Instance::process_action to fill 
str / 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/instance.cpp#L887
 

where actionS are taking in set / canvas / layer / value node renaming 
actions... 
 

does that make sense ? 
--
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] roadmap to get action's parameter value

2014-01-30 Thread d . j . a . y
Yep exaclty, i want to retrieve the old value of a valuenode to display it in 
the dialog, 
T his case also happen for renaming layer (maybe elsewhere i am not sure) 

So i wanted to implement something kind of generic, it's why i have thinked of 
adding value_provided member . 
(during that short time i have finished to implement my roadmap, it's succesful 
, at least for renaming value node :-) 
http://pix.toile-libre.org/upload/original/1391080937.png 

But for sure, if you prefer i can (tryto) do the way you explain ... 



If I understand correctly, you want to retrieve the old value node name and
place it on the dialog before it is shown to the user to be changed.

The Instance::process_action member function receives a Action::ParamList
that is the list of the value nodes with the name in a list.

Later, on Instance::process_action you can look up the value_node
parameter on that param list, and get its id (value_node-get_id();) then
use that string to place it on the dialog.

Since the dialog from Instance::process_action is for any action type you
have to check whether the action is a Rename_ValueNode one to fill up the
dialog with the string.

I think that everything you need is inside the Instance class and no new
parameters are needed to add to the action.

I hope I've explained correctly.
Cheers! 
- Mail original -



Hello, 
i am taking a look around Enhancement #335 - UI : Renaming a value node, 
display old name 
http://www.synfig.org/issues/thebuggenie/synfig/issues/335 

from what i understand of the action and paramvocab this is my roadmap: 

1- add to ParamDesc a value_provided member who indicate for a param that a 
value is provided or not 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/action_param.h#L189
 

2- add to actionS paramvocab name parameter that value_provided 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/actions/valuenoderename.cpp#L85
 

3- add a virtual bool action:canvas_specific::get_param(const synfig::String 
name, Param  param) {return false;} 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/synfigapp/action.h#L281
 

4- implement get_param in actionS 

5- invoke get_param when get_user_supplied in Instance::process_action to fill 
str / 
https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/instance.cpp#L887
 

where actionS are taking in set / canvas / layer / value node renaming 
actions... 
 

does that make sense ? 

--
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] main menubar cleanup and improvement

2014-01-28 Thread d . j . a . y
hello, 

 I advise to:
 - Remove Keyframe, Layer, Tool, Set menus from menubar 

Menu organization 
- 
* What do you think to move Keyframe, Layer and Set has submenu of Edit ? 
* I think it's better to keep Tool menu entry (Gimp, Krita, Toon Boom have a 
Tool menu; Blender3d, Flash, Inkscape don't have) 

Why, because i think that a menu bar should expose all app's functions 

Accelerators 
 
Yu : Can you, during this menu session, change the first level menu 
accelerators keys ( _ ) to everythings but Tools default shortcuts 
(A,V,S,T,M,C,R,Q,G,P,B,X,F,E,Z,D,K,W) ? 
For example : Fi_le Ed_it View Ca_nvas Pl_ug-ins Wind_ow Workspace _Help 

We should also put a note somewhere for the translators (into transiflex) : 
Pay attention choosing menu accelerator to not use the same has Tools default 
shortcuts 

Else 
 
And i, agree with all the rest :-) 
--
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] bad or clean pointer question...

2014-01-07 Thread d . j . a . y
If I understand correctly your fix solution, you're setting up a pair of 
callbacks to update the keyframe list by the two widgets but they avoid to 
update it when the emitter of the callback is the widget itself (so you avoid 
a endless loop). 

Yep exactly 





Using void* is the same than using gpointer, since the last if s typedef of 
the first. 
Yep, that why i thought i was cleaner. 
Anyway, the void pointer size will be fixed at building time in both case. 

I only have one idea that is to use a GtkWidget* and cast to the emitter type 
(Widget_Keyframe_List or KeyframeTree) on each case. 
That was my first idea, but same issue that gpointer, canvasinterface.h would 
need gtkmm*.h included. 

I don't think that it would add any extra functionality and if with void* 
works, then leave it like that. ^__^ 
Maybe just add one comment about that on the code to give a hint to whom 
would look at it in the future. 
Yep. 

Cheers! 





2014/1/6  d.j@free.fr  




hello, 

In order to solve infinite loop between send/receive signal in the keyframe 
synchro patch, i have already 
added send_signal boolean test. 
https://github.com/d-j-a-y/synfig/commit/f3fcca7863c580bb1752dd2e8fafecfb010fba63
 

This commit, i have added a emitter/recipient test based on this pointer. 
https://github.com/d-j-a-y/synfig/commit/5183c98a56f96cab0bc173d24664fb00bf62bda6
 

Has synfigapp/canvasinterface.h do not include nor gtkmm , glib, i have used c 
style cast to (void*). 
And i don't feel that a very nice (portable?) cpp way to do. 

Can you confirm it's portable (sys/arch) enough ? 
Does i should add glib support in synfigapp/canvasinterface.h to have a nice 
gpointer instead of void* ? 
Any other suggestion ? 

seevoid(ya! 


-- 
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! 
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk 
___ 
Synfig-devl mailing list 
Synfig-devl@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/synfig-devl 






-- 
Carlos 
http://synfig.org 

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] a cool coding session after ...

2013-12-31 Thread d . j . a . y
yop, 

Long time i was not so effective in altering the synfig's code 
Some simple patchs, that i hope not so buggy, around user experience. 

N ice to close/open the year. 

see you in another one. 


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] My son, Pablo, was born yesterday

2013-10-29 Thread d/j/a/y is free
Le 26/10/2013 15:34, Carlos López González a écrit :

 I'm very happy to tell you that my son, Pablo, was born yesterday. 
 Mother and soon are well, although we still at hospital.


All my sincere congrat's to the mother,
all my welcomes to Pablo,
and i wish you, all the familly, marvelous adventures.

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] re : Single window interface

2013-10-18 Thread d/j/a/y is free
Le 15/10/2013 11:25, synfig-devl-requ...@lists.sourceforge.net a écrit :
 i've implemented single window interface for Synfig Studio in branch
Yvan Impressive and fast work, bravo!

To all

Little report of my experience on single window :

-1- Like the way of arranging : cross. Searching in the details, i think 
this buttons should not react to a simple mouse click ( this give the 
sensation that an action has been executed); or mouse click on that 
buttons could move the panel (or panel group)  accordingly ?

-2- Trouble with some tools shorcuts (ALT+ ???,  ) who are same as some 
menu accelerators. Menu/File VS Fill Tool is the best and worst 
example. This issue can be mainly and simply solved by choosing 
different menu accelerators (in original strings and translating), but 
we may loose in standard at least for ALT+F who std for Menu/File.

-3- Panel arrangement is slow when moving the borders (with - ) near 
to the canevas. Looklike, the canevas redraw is 'guilty'. Rendering the 
canevas could be paused when resizing the panels ?

-4- A sensation a losted space in the UI, this come from white space 
near to tabs and the size of the tabs i think (but in reality it's 
false, because the window title bar where removed) . Can we imagine to 
save useful space by downing tabs  font size ?

-5- panel's title are not visible maybe this could be difficult for 
new users (maybe they can have a place in the white space near to panel 
tab?)

-6- is it planned to have the opportunity to extract a canevas from 
the main window ?

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Git situation...how to solve?

2013-10-17 Thread d . j . a . y
Hello, 

'playing' with various branch around single_window ... i think i have done a 
silly things, and before 
going further i need some help. 

I want to get a clean branch of master ... how to reset the commit above 
remote/upstream/master i have ? 

Illustration of my problem : 

http://pix.toile-libre.org/upload/original/1381997596.png 

thanks. 
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


Re: [Synfig-devl] Git situation...how to solve?

2013-10-17 Thread d/j/a/y is free
Carlos, Konstantin, thank's both... works like a charm.

-- 
[##___l'urgent est remis a demain, l'impossible est en cours...___##]


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135031iu=/4140/ostg.clktrk
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


  1   2   >