[Python-checkins] python/dist/src/Tools/pynche ChipViewer.py, 2.10, 2.11 DetailsViewer.py, 2.10, 2.11 StripViewer.py, 2.16, 2.17

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:02:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Tools/pynche
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29862/pynche
Modified Files:
	ChipViewer.py DetailsViewer.py StripViewer.py 
Log Message:
Whitespace normalization, via reindent.py.
Index: ChipViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/ChipViewer.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -d -r2.10 -r2.11
*** ChipViewer.py	23 Aug 2001 16:14:45 -0000	2.10
--- ChipViewer.py	18 Jul 2004 06:02:04 -0000	2.11
***************
*** 102,106 ****
 # an exact match be indicated in some way?
 #
! # Always use the #rrggbb style to actually set the color, since we may 
 # not be using X color names (e.g. "web-safe" names)
 colordb = self.__sb.colordb()
--- 102,106 ----
 # an exact match be indicated in some way?
 #
! # Always use the #rrggbb style to actually set the color, since we may
 # not be using X color names (e.g. "web-safe" names)
 colordb = self.__sb.colordb()
Index: DetailsViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/DetailsViewer.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -d -r2.10 -r2.11
*** DetailsViewer.py	10 Jul 2001 21:39:18 -0000	2.10
--- DetailsViewer.py	18 Jul 2004 06:02:04 -0000	2.11
***************
*** 3,7 ****
 This class implements a pure input window which allows you to meticulously
 edit the current color. You have both mouse control of the color (via the
! buttons along the bottom row), and there are keyboard bindings for each of the 
 increment/decrement buttons.
 
--- 3,7 ----
 This class implements a pure input window which allows you to meticulously
 edit the current color. You have both mouse control of the color (via the
! buttons along the bottom row), and there are keyboard bindings for each of the
 increment/decrement buttons.
 
***************
*** 9,13 ****
 variations are tied together when incrementing and decrementing. Red, green,
 and blue are self evident. By tying together red and green, you can modify
! the yellow level of the color. By tying together red and blue, you can modify 
 the magenta level of the color. By tying together green and blue, you can
 modify the cyan level, and by tying all three together, you can modify the
--- 9,13 ----
 variations are tied together when incrementing and decrementing. Red, green,
 and blue are self evident. By tying together red and green, you can modify
! the yellow level of the color. By tying together red and blue, you can modify
 the magenta level of the color. By tying together green and blue, you can
 modify the cyan level, and by tying all three together, you can modify the
Index: StripViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/StripViewer.py,v
retrieving revision 2.16
retrieving revision 2.17
diff -C2 -d -r2.16 -r2.17
*** StripViewer.py	24 Oct 2003 20:09:23 -0000	2.16
--- StripViewer.py	18 Jul 2004 06:02:04 -0000	2.17
***************
*** 1,5 ****
 """Strip viewer and related widgets.
 
! The classes in this file implement the StripViewer shown in the top two thirds 
 of the main Pynche window. It consists of three StripWidgets which display
 the variations in red, green, and blue respectively of the currently selected
--- 1,5 ----
 """Strip viewer and related widgets.
 
! The classes in this file implement the StripViewer shown in the top two thirds
 of the main Pynche window. It consists of three StripWidgets which display
 the variations in red, green, and blue respectively of the currently selected
***************
*** 183,187 ****
 self.__lastchip = None
 self.__sb = switchboard
! 
 canvaswidth = numchips * (chipwidth + 1)
 canvasheight = chipheight + 43 # BAW: Kludge
--- 183,187 ----
 self.__lastchip = None
 self.__sb = switchboard
! 
 canvaswidth = numchips * (chipwidth + 1)
 canvasheight = chipheight + 43 # BAW: Kludge
***************
*** 373,377 ****
 
 # XXX: ignore this feature for now; it doesn't work quite right yet
! 
 ## gentypevar = self.__gentypevar = IntVar()
 ## self.__variations = Radiobutton(frame,
--- 373,377 ----
 
 # XXX: ignore this feature for now; it doesn't work quite right yet
! 
 ## gentypevar = self.__gentypevar = IntVar()
 ## self.__variations = Radiobutton(frame,


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /