|
Login: tanner
Fullname: tanner
Revisions: 30
Lines of Code: 27
Added Lines of Code: 113
Lines of Code per Change: 0.9
|
Date | Author | File/Message |
---|---|---|
2/6/02 4:28 AM | tanner |
Change the style of all the files as discussed on irc.
AV, please let me know if these files look ok under J++. (1 Files changed, 2 Lines changed) INSTALL.txt 1.2
(+2
-0)
|
1/27/02 11:28 PM | tanner |
AV reports 2 space indent. This is 4 space indent. I verified it with od.
(1 Files changed,
17 Lines changed)
CFJavaEditor.java 1.4
(+17
-17)
|
1/27/02 11:14 PM | tanner |
Re-formatted file to make sure we get the tab vs space thing right.
(1 Files changed,
40 Lines changed)
CFJavaEditor.java 1.3
(+40
-45)
|
1/2/02 3:01 AM | tanner |
Added section on how to run editor under Linux.
(1 Files changed,
8 Lines changed)
README.linux 1.2
(+8
-0)
|
1/2/02 2:54 AM | tanner |
General changes to most of the files list below:
Some simple changes to make building the editor under Linux a little easier. Start of stylistic changes to be compliant with doc/programming_guide. Pretty-printted most of the code. Conceptual changes: Change the concept of where resources are located. Instead of having resource files in specific directories I put them all in the .jar file and extract them as needed. This change is complete except for the images in the system directory. Since all the system/*.png files are hard coded final static I'll have to talk to MT about how best to change these. My recommendation is to use Fowler's Replace Temp With Query or initialize the location inside a Singleton at run time then use Replace Temp With Query. AutojoinList.java: Changed logic to get autojoin.txt from .jar file. CGUIUtils.java: Changed logic to get ImageIcon from .jar file. CMainControl.java: Changed logic to get typedef.def from .jar file. CSettings.java: Changed logic to look for user's home directory and get/set runtime parameters from the resources files located there. IGUIConstants.java: Just stylistic changes. (4 Files changed, 34 Lines changed) mainclass.txt 1.2
(+1
-1)
.cvsignore 1.3
(+1
-0)
CFJavaEditor.ini 1.3
(+17
-19)
Makefile 1.2
(+15
-4)
|
12/18/01 5:07 PM | tanner |
Added config.local.mk to the .cvsignore files because we never want the local
changes into the repository. (1 Files changed, 1 Lines changed) .cvsignore 1.2
(+1
-0)
|
12/18/01 5:06 PM | tanner |
README.linux contains specific info for building CFEditor under Linux.
Forgot 2 files in the last commit. (1 Files changed, 0 Lines changed) README.linux 1.1 added
|
12/18/01 4:56 PM | tanner |
Should not have my local changes in the cvs repository.
(1 Files changed,
0 Lines changed)
config.local.mk 1.2 removed
|
12/18/01 4:46 PM | tanner |
First run at making a build environment suitable for linux. The build env is
based on Enhydra's build model. It used make, which will exclude most Window platforms unless they have cygwin install on them. I tried to clean up some directory structure to make it more inline with the package names, as well as give any new java-crossfire project a template to follow. I believe I removed all enhydra depends, but I'd like someone to test the build process on a box without Enhydra installed. (12 Files changed, 6 Lines changed) lib/stdrules.mk 1.1 added
lib/LICSENS-EPL.html 1.1 added
src/.cvsignore 1.1 added
lib/toolbox.jar 1.1 added
lib/LICENSE-OPL.html 1.1 added
src/Makefile 1.1 added
config.mk 1.1 added
config.local.mk 1.1 added
lib/stdconf.mk 1.1 added
Makefile 1.1 added
src/README 1.1 added
.cvsignore 1.1 added 2
|
6/2/01 3:31 AM | tanner |
Initial revision
(7 Files changed,
5 Lines changed)
readme 1.1 added
CF Java Editor.ini 1.1 added
src/makejar.bat 1.1 added
src/mainclass.txt 1.1 added
src/CFJavaEditor.java 1.1 added
src/CF Java Editor.ini 1.1 added
src/run.bat 1.1 added
|