[Synfig-devl] [synfig/synfig] 592ab3: Use scrolled window when display warnings on file ...

2015-04-12 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 592ab3ce9967d36564869d2e1df118a2257c484b
  
https://github.com/synfig/synfig/commit/592ab3ce9967d36564869d2e1df118a2257c484b
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/app.h

  Log Message:
  ---
  Use scrolled window when display warnings on file load


--
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] [synfig/synfig] 3c390d: Change order for onionskin controls

2015-04-12 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 3c390dea09382f0c8e647d876a96a17fbb0ff08b
  
https://github.com/synfig/synfig/commit/3c390dea09382f0c8e647d876a96a17fbb0ff08b
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Change order for onionskin controls


  Commit: 1be000f568f1df876ac5303e101b5181222a72d6
  
https://github.com/synfig/synfig/commit/1be000f568f1df876ac5303e101b5181222a72d6
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2015-04-12 (Sun, 12 Apr 2015)

  Changed paths:
M synfig-studio/src/gui/duckmatic.cpp

  Log Message:
  ---
  Change color for bone tip handle


Compare: https://github.com/synfig/synfig/compare/5ba87139bb2e...1be000f568f1--
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/synfig] 592ab3: Use scrolled window when display warnings on file ...

2015-04-12 Thread Yu Chen
If the message text is long enough and the reader (user) will be bothered
and click the confirmation button or the close button on the window title,
all the information the developers want to tell will be ignored.

~ yu

2015-04-12 22:35 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com:

   Branch: refs/heads/master
   Home:   https://github.com/synfig/synfig
   Commit: 592ab3ce9967d36564869d2e1df118a2257c484b

 https://github.com/synfig/synfig/commit/592ab3ce9967d36564869d2e1df118a2257c484b
   Author: Konstantin Dmitriev ksee.zelga...@gmail.com
   Date:   2015-04-12 (Sun, 12 Apr 2015)

   Changed paths:
 M synfig-studio/src/gui/app.cpp
 M synfig-studio/src/gui/app.h

   Log Message:
   ---
   Use scrolled window when display warnings on file load




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


--
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] Fwd: [synfig/synfig] 592ab3: Use scrolled window when display warnings on file ...

2015-04-12 Thread Konstantin Dmitriev
2015-04-12 21:23 GMT+06:00 Yu Chen jco...@gmail.com:
 If the message text is long enough and the reader (user) will be bothered
 and click the confirmation button or the close button on the window title,
 all the information the developers want to tell will be ignored.

This commit only changes the way how warnings are displayed. Without
this fix the window grow very-very big if there are a lot of warnings.
It grow s so big, that the Close button isn't visible at all.
So, this fix just puts it into sane limits.

K.

 2015-04-12 22:35 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com:

   Branch: refs/heads/master
   Home:   https://github.com/synfig/synfig
   Commit: 592ab3ce9967d36564869d2e1df118a2257c484b

 https://github.com/synfig/synfig/commit/592ab3ce9967d36564869d2e1df118a2257c484b
   Author: Konstantin Dmitriev ksee.zelga...@gmail.com
   Date:   2015-04-12 (Sun, 12 Apr 2015)

   Changed paths:
 M synfig-studio/src/gui/app.cpp
 M synfig-studio/src/gui/app.h

   Log Message:
   ---
   Use scrolled window when display warnings on file load


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