This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-gui ./Makefile.am frysk/gui/srcwin/Chang ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	ajocksch@sourceware.org	2005-10-26 15:09:22

Modified files:
	.              : Makefile.am 
	frysk/gui/srcwin: ChangeLog InlineHandler.java InlineViewer.java 
	                  SourceBuffer.java SourceViewWidget.java 
	                  SourceWindow.java StaticParser.java 
	frysk/gui/srcwin/cparser: CDTParser.java CTagsParser.java 
	                          SimpleParser.java 
	frysk/gui/test : SourceWinRunner.java 
Added files:
	frysk/gui/srcwin: StackLevel.java 
Removed files:
	frysk/gui/srcwin: PCLocation.java 

Log message:
	2005-10-26  Adam Jocksch  <ajocksch@redhat.com>
	
	* InlineHandler.java (moveDown): Commented out pending reorganization
	under the DOM.
	(moveUp): Ditto.
	(init): Ditto.
	* InlineViewer.java (load): Commented out pending reorganization under
	the DOM.
	(moveDown): Ditto.
	(setSubscopeAtCurrentLine): Ditto.
	* SourceBuffer.java: Removed unncessesary member variables.
	(SourceBuffer): Now takes a DOMSource.
	(SourceBuffer): Removed constructors that took Handles and TextTagTables.
	(init): No longer initializes Vector for lines or sets priority on the
	function tag, as well as adding call to load.
	(isLineExecutable): Reimplimented using the DOM.
	(isLineBroken): Remvoed code, needs to be reimplimented using the DOM.
	(toggleBreakpoint): Ditto.
	(getVariable): Partially reimplimented using DOM, still returns null.
	(addFunction): Commented out pending rewrite using DOM.
	(addVariable): Ditto.
	(addComment): Ditto.
	(addClass): Ditto.
	(addLiteral): Renamed to addKeyword, and Ditto.
	(getLineCount): Reimplimented to use the DOM.
	(hasInlineCode): Renamed from hasInlineLines, and Ditto.
	(load): Changed to private, reimplimented to use DOM.
	(createTags): Added.
	(toggleExpanded): Removed.
	(getNumInlinedLines): Removed.
	(SourceLineReader): Removed.
	* SourceViewWidget.java (SourceViewWidget): Now takes DOMSource.
	(load): Refactored to use DOM.
	(drawMargin): Remvoed commented out code, refactored parts to use DOM.
	* SourceWindow.java (SourceWindow): Partially reimplimented to use DOM.
	(populateStackBrowser): Ditto.
	(selectionChanged): Ditto.
	* StaticParser.java (parse): Reordered arguments for no good reason.
	* cparser/CDTParser.java: Changed references of addLiteral to addKeyword.
	* SourceWinRunner (main): Commented out scope generation pending DOM
	integration.
	(mainGui): Ditto.
	* PCLocation.java: Refactored to StackLevel.java

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/Makefile.am.diff?cvsroot=frysk&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/StackLevel.java.diff?cvsroot=frysk&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.82&r2=1.83
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineHandler.java.diff?cvsroot=frysk&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineViewer.java.diff?cvsroot=frysk&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceViewWidget.java.diff?cvsroot=frysk&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/StaticParser.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/PCLocation.java.diff?cvsroot=frysk&r1=1.7&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/CDTParser.java.diff?cvsroot=frysk&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/CTagsParser.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/SimpleParser.java.diff?cvsroot=frysk&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/test/SourceWinRunner.java.diff?cvsroot=frysk&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]