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

2014-04-23 Thread Konstantin Dmitriev
2014-04-23 18:02 GMT+07:00 d-j-a-y notificati...@github.com: I have created another branch from 9989539https://github.com/synfig/synfig/commit/9989539- progress9 https://github.com/d-j-a-y/synfig/tree/djay_align_row2 - Should align orange timescursor - Could solve issue on both mac

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

2014-04-23 Thread Carlos López González
Same here Windows XP 32 bits. 2014-04-23 14:27 GMT+02:00 Konstantin Dmitriev ksee.zelga...@gmail.com: 2014-04-23 18:02 GMT+07:00 d-j-a-y notificati...@github.com: I have created another branch from 9989539https://github.com/synfig/synfig/commit/9989539- progress9

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

2014-04-23 Thread Konstantin Dmitriev
For OSX the result is the same as for Linux! Screenshot - http://cloud.morevnaproject.org/service/public.php?service=filest=e46832bad00253b1b9a7d1b44770a368 K. 2014-04-23 19:56 GMT+07:00 Carlos López González genet...@gmail.com: Same here Windows XP 32 bits. 2014-04-23 14:27 GMT+02:00

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

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:

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

2014-04-23 Thread Konstantin Dmitriev
2014-04-23 20:38 GMT+07:00 d.j@free.fr: 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) Yes, #ifdef @IN32 is the right one. I'm uploading video file for you. Will check

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

2014-04-23 Thread Konstantin Dmitriev
Here's a video for a66c8b: http://cloud.morevnaproject.org/service/public.php?service=filest=c0a3d0e1a27eae123d037a55dc891349 Tested latest commit (727944..) - the timetrack row is now properly sized! Parameter rows still misaligned. Screenshot -

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

2014-04-08 Thread Carlos López González
Sure! I just need to run the script and wait ;) 2014-04-08 9:03 GMT+02:00 d.j@free.fr: 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

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

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

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

2014-04-08 Thread Carlos López González
This is what I get now: synfig(1204) [12:13:31] info: #161 -1- colum != NULL synfig(1204) [12:13:31] info: #161 -2- colum get_widget != NULL synfig(1204) [12:13:31] info: #161 -3- get_widget get_parent != NULL synfig(1204) [12:13:31] info: #161 -4- get_widget get_parent height 15 synfig(1204)

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

2014-04-08 Thread Carlos López González
Oh, I'm sorry: THIS is what I get now: synfig(1204) [12:13:31] info: #161 -Dock_Timetrack 1 signal_param_tree_header_height_changed connected Rendering... synfig(1204) [12:13:31] info: #161 -1- colum != NULL synfig(1204) [12:13:31] info: #161 -2- colum get_widget != NULL synfig(1204) [12:13:31]

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()