nemiver r676 - in trunk: . src/persp/dbgperspective src/persp/dbgperspective/icons src/uicommon
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: nemiver r676 - in trunk: . src/persp/dbgperspective src/persp/dbgperspective/icons src/uicommon
- Date: Sat, 12 Jan 2008 16:51:06 +0000 (GMT)
Author: jjongsma
Date: Sat Jan 12 16:51:06 2008
New Revision: 676
URL: http://svn.gnome.org/viewvc/nemiver?rev=676&view=rev
Log:
Update line marker and breakpoint marker icons
* src/persp/dbgperspective/icons/Makefile.am:
* src/persp/dbgperspective/icons/breakpoint-disabled-marker.png:
* src/persp/dbgperspective/icons/breakpoint-marker.png:
* src/persp/dbgperspective/nmv-dbg-perspective.cc:
* src/uicommon/nmv-source-editor.cc:
use line marker and breakpoint icons from anjuta since they're nicer-looking
and tango-ish and GPLed
Modified:
trunk/ChangeLog
trunk/src/persp/dbgperspective/icons/Makefile.am
trunk/src/persp/dbgperspective/icons/breakpoint-disabled-marker.png
trunk/src/persp/dbgperspective/icons/breakpoint-marker.png
trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
trunk/src/uicommon/nmv-source-editor.cc
Modified: trunk/src/persp/dbgperspective/icons/Makefile.am
==============================================================================
--- trunk/src/persp/dbgperspective/icons/Makefile.am (original)
+++ trunk/src/persp/dbgperspective/icons/Makefile.am Sat Jan 12 16:51:06 2008
@@ -6,7 +6,7 @@
continue.xpm \
stop-debugger.xpm \
run-debugger.xpm \
-line-pointer.xpm \
+line-pointer.png \
run-to-cursor.xpm \
step-into.xpm \
step-out.xpm \
Modified: trunk/src/persp/dbgperspective/icons/breakpoint-disabled-marker.png
==============================================================================
Binary files trunk/src/persp/dbgperspective/icons/breakpoint-disabled-marker.png (original) and trunk/src/persp/dbgperspective/icons/breakpoint-disabled-marker.png Sat Jan 12 16:51:06 2008 differ
Modified: trunk/src/persp/dbgperspective/icons/breakpoint-marker.png
==============================================================================
Binary files. No diff available.
Modified: trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc (original)
+++ trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc Sat Jan 12 16:51:06 2008
@@ -2252,7 +2252,7 @@
add_stock_icon (nemiver::CONTINUE, "icons", "continue.xpm") ;
add_stock_icon (nemiver::STOP_DEBUGGER, "icons", "stop-debugger.xpm") ;
add_stock_icon (nemiver::RUN_DEBUGGER, "icons", "run-debugger.xpm") ;
- add_stock_icon (nemiver::LINE_POINTER, "icons", "line-pointer.xpm") ;
+ add_stock_icon (nemiver::LINE_POINTER, "icons", "line-pointer.png") ;
add_stock_icon (nemiver::RUN_TO_CURSOR, "icons", "run-to-cursor.xpm") ;
add_stock_icon (nemiver::STEP_INTO, "icons", "step-into.xpm") ;
add_stock_icon (nemiver::STEP_OVER, "icons", "step-over.xpm") ;
Modified: trunk/src/uicommon/nmv-source-editor.cc
==============================================================================
--- trunk/src/uicommon/nmv-source-editor.cc (original)
+++ trunk/src/uicommon/nmv-source-editor.cc Sat Jan 12 16:51:06 2008
@@ -321,8 +321,8 @@
//set line pointer pixbuf
//****************************
string path = "" ;
- if (!m_priv->get_absolute_resource_path ("icons/line-pointer.xpm", path)) {
- THROW ("could not get path to line-pointer.xpm") ;
+ if (!m_priv->get_absolute_resource_path ("icons/line-pointer.png", path)) {
+ THROW ("could not get path to line-pointer.png") ;
}
Glib::RefPtr<Gdk::Pixbuf> lp_pixbuf = Gdk::Pixbuf::create_from_file (path) ;
source_view ().set_marker_pixbuf ("line-pointer-marker", lp_pixbuf) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]