[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-08-01 Thread Genete
Module: synfig
Branch: master
Commit: 70eafd12bd61c47015b2ee21d87e93e5a38eb61e
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=70eafd12bd61c47015b2ee21d87e93e5a38eb61e

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-07-27 Thread Genete
Module: synfig
Branch: genete_master
Commit: 70eafd12bd61c47015b2ee21d87e93e5a38eb61e
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=70eafd12bd61c47015b2ee21d87e93e5a38eb61e

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


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


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-07-27 Thread Genete
Module: synfig
Branch: genete_master
Commit: b53b886325d6dff458e1e30b5d9469728e9af076
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=b53b886325d6dff458e1e30b5d9469728e9af076

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


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


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-07-16 Thread Konstantin Dmitriev
Module: synfig
Branch: zelgadis_master
Commit: b53b886325d6dff458e1e30b5d9469728e9af076
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=b53b886325d6dff458e1e30b5d9469728e9af076

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-07-16 Thread Konstantin Dmitriev
Module: synfig
Branch: zelgadis_master
Commit: 70eafd12bd61c47015b2ee21d87e93e5a38eb61e
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=70eafd12bd61c47015b2ee21d87e93e5a38eb61e

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-07-13 Thread Genete
Module: synfig
Branch: master
Commit: b53b886325d6dff458e1e30b5d9469728e9af076
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=b53b886325d6dff458e1e30b5d9469728e9af076

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl


[Synfig-devl] Carlos Lopez : Comment a line that produced a bad render of the HScroll and seems to do nothing special .

2009-06-22 Thread Genete
Module: synfig
Branch: genete_canvasview
Commit: 70eafd12bd61c47015b2ee21d87e93e5a38eb61e
URL:
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=70eafd12bd61c47015b2ee21d87e93e5a38eb61e

Author: Carlos Lopez 
Date:   Mon Jun 22 21:54:01 2009 +0200

Comment a line that produced a bad render of the HScroll and seems to do 
nothing special.

---

 synfig-studio/trunk/src/gtkmm/canvasview.cpp |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp 
b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
index 0b532cd..76437b9 100644
--- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp
+++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp
@@ -959,7 +959,7 @@ CanvasView::create_time_bar()
tooltips.set_tip(*timeslider,_("Changes the current time"));
time_window_scroll->show();
timeslider->show();
-   time_window_scroll->set_flags(Gtk::CAN_FOCUS);
+   //time_window_scroll->set_flags(Gtk::CAN_FOCUS); // Uncomment this 
produce bad render of the HScroll
timeslider->set_flags(Gtk::CAN_FOCUS);
 
//time_scroll->signal_value_changed().connect(sigc::mem_fun(*work_area, 
&studio::WorkArea::render_preview_hook));


--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl