CVS: Commit Log for 2002-12-02

Build Manager <[email protected]> Mon, 2 Dec 2002 01:00:06 GMT
Newsgroups gmane.games.freeciv.java
Message-ID <[email protected]>
---------------------------------------------------------
briand:cvs on Sun Dec  1 03:38:04 GMT 2002

Update of /dubh.org/projects/jfreeciv
In directory balveda.dubh.org:/home/tmp/cvs-serv15819/dubh.org/projects/jfreeciv

Modified Files:
	index.xml 
Log Message:
Update




---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:06 GMT 2002

Update of /jfreeciv
In directory balveda.dubh.org:/home/tmp/cvs-serv24001

Modified Files:
	JFreeCiv_jdev9i.jws freeciv_jdev9i.jpr build.xml credits.txt 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:08 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/ui/util
In directory balveda.dubh.org:/home/tmp/cvs-serv24007

Modified Files:
	ToggleActionMenuItem.java ActionMenuItem.java 
	ActionButton.java 
Added Files:
	BaseDialog.java ButtonBarLayout.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:13 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/action
In directory balveda.dubh.org:/home/tmp/cvs-serv24013

Modified Files:
	UACTWakeUpOthers.java UACTWait.java UACTUnload.java 
	UACTTransformTerrain.java UACTSentry.java UACTPillage.java 
	UACTMine.java UACTMakeHomeCity.java UACTGoToCity.java 
	UACTGoTo.java UACTFortify.java UACTExplodeNuclear.java 
	UACTDone.java UACTDisbandUnit.java UACTConnect.java 
	UACTCleanPollution.java UACTBuildRoad.java 
	UACTBuildIrrigation.java UACTBuildFortress.java 
	UACTBuildCity.java UACTAutoSettler.java UACTAutoExplore.java 
	UACTAutoAttack.java ACTWorklists.java 
	ACTWondersOfTheWorld.java ACTTopFiveCities.java 
	ACTSpaceship.java ACTServerOptOngoing.java 
	ACTServerOptInitial.java ACTSendAllocNation.java 
	ACTScienceReport.java ACTSaveSettings.java ACTPlayers.java 
	ACTMilitaryReport.java ACTMessages.java ACTMessageOptions.java 
	ACTMapGrid.java ACTFindCity.java ACTExportLog.java 
	ACTDemographics.java ACTClearLog.java ACTCityReport.java 
	AbstractUnitAction.java AbstractToggleAction.java 
	AbstractClientAction.java ACTChangeKeyBindings.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:21 GMT 2002

Update of /jfreeciv/src/org/freeciv/client
In directory balveda.dubh.org:/home/tmp/cvs-serv24020

Modified Files:
	TransparentPanel.java TileSpec.java ResearchDialog.java 
	RealSndSystem.java NamedSprites.java MenuDefinitions.java 
	MainWindow.java Client.java 
Removed Files:
	Localize.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:22 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/map/grid
In directory balveda.dubh.org:/home/tmp/cvs-serv24026

Modified Files:
	GridMapView.java CityNamesLayer.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:33 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/dialog
In directory balveda.dubh.org:/home/tmp/cvs-serv24032

Modified Files:
	ImplTaxRates.java ImplProgress.java ImplPlayers.java 
	ImplNotify.java ImplNation.java ImplLogin.java 
	ImplFindCity.java ImplCityView.java ImplCityReport.java 
	ImpCityChangeConstruction.java DlgTaxRates.java DlgNation.java 
	DlgLogin.java DlgFindCity.java ImplChangeKeyBindings.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:34 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/dialog/util
In directory balveda.dubh.org:/home/tmp/cvs-serv24058

Modified Files:
	MultiLineHeaderJTable.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:37 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/map
In directory balveda.dubh.org:/home/tmp/cvs-serv24064

Modified Files:
	MapViewManager.java MapComponent.java DebugMapView.java 
	BufferLayer.java AbstractMapView.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:39 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/panel
In directory balveda.dubh.org:/home/tmp/cvs-serv24070

Modified Files:
	UnitStackDisplay.java UnitInfoPanel.java CivStatusPanel.java 
	CivInfoPanel.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:41 GMT 2002

Update of /jfreeciv/src/org/freeciv/net
In directory balveda.dubh.org:/home/tmp/cvs-serv24076

Modified Files:
	PlayerDiplomacyState.java PktRulesetBuilding.java 
	PktPageMsg.java PktGenericMessage.java AbstractPacket.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:45 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/handler
In directory balveda.dubh.org:/home/tmp/cvs-serv24082

Modified Files:
	PHUnitInfo.java PHTileInfo.java PHShortCity.java 
	PHServerShutdown.java PHRulesetUnit.java PHRulesetTerrain.java 
	PHRulesetTech.java PHRulesetNation.java 
	PHRulesetGovernment.java PHRulesetGame.java 
	PHRulesetControl.java PHRulesetCity.java 
	PHRulesetBuilding.java PHPageMsg.java PHGameState.java 
	PHCityInfo.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
briand:cvs on Sun Dec  1 06:41:51 GMT 2002

Update of /jfreeciv/src/org/freeciv/common
In directory balveda.dubh.org:/home/tmp/cvs-serv24088

Modified Files:
	XPMImageIcon.java Unit.java Shared.java Registry.java 
	PNGSprite.java InputFile.java DiplomacyState.java 
Removed Files:
	Assert.java 
Log Message:
Fixed all deprecation warnings. Removed the org.freeciv.client.Localize and org.freeciv.common.Assert classes (no longer used after fixing deprecations).

Now using built-in Java 1.4 assert support.

Tidied up imports in various classes.

Changed city report to use Swing buttons instead of AWT buttons.

New org.freeciv.client.ui.util.BaseDialog for consistent dialog look and feel.

Changed login dialog and keystroke dialog to use BaseDialog. Some minor UI tweaks to keystroke dialog.

Changed ant buildfile to use Java 1.4 source setting for javac.
---------------------------------------------------------
:buildman on Sun Dec  1 10:00:27 GMT 2002

Update of /jfreeciv/src/org/freeciv/client/handler
In directory balveda.dubh.org:/home/buildman/jfreeciv/src/org/freeciv/client/handler

Modified Files:
	PHBeforeNewYear.java PHCityNameSuggestion.java PHNewYear.java 
	PHRemoveUnit.java 
Log Message:
Removed bad imports.