Directory src/app/net/sf/gridarta/gui/gameobjectattributesdialog/

Directory Created:
2008-06-06 15:34
Total Files:
28
Deleted Files:
25
Lines of Code:
4315

[root]/src/app/net/sf/gridarta/gui/gameobjectattributesdialog

Lines of Code

src/app/net/sf/gridarta/gui/gameobjectattributesdialog/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 925 (100.0%) 13252 (100.0%) 14.3
akirschbaum 922 (99.7%) 13248 (100.0%) 14.3
christianhujer 3 (0.3%) 4 (0.0%) 1.3

Most Recent Commits

akirschbaum 2010-11-08 02:38 Rev.: 8774

Move MapManager and related classes to model module.

3 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+2 -2), GameObjectAttributesDialogFactory.java (+1 -1)
akirschbaum 2010-10-10 15:05 Rev.: 8718

Encapsulate edit type calculations into DefaultMapModel; remove MapModel.updateEditType().

0 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (-6), TypesBoxItemListener.java (-3)
akirschbaum 2010-10-10 09:06 Rev.: 8713

Encapsulate edit type calculations into DefaultMapModel.

7 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+3 -13), GameObjectAttributesDialogFactory.java (+2 -11), TypesBoxItemListener.java (+2 -12)
akirschbaum 2010-10-10 08:29 Rev.: 8712

Remove comments.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: TypesBoxItemListener.java (+1 -9)
akirschbaum 2010-10-10 08:19 Rev.: 8710

Correctly update game object type in undo/redo.

10 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: TypesBoxItemListener.java (+10 -2)
akirschbaum 2010-10-06 14:58 Rev.: 8684

Fix typos.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: TypesBoxItemListener.java (+1 -1)
akirschbaum 2010-10-06 14:04 Rev.: 8674

Make field private.

15 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+5 -5), TypesBoxItemListener.java (+10 -1)
akirschbaum 2010-10-06 14:00 Rev.: 8673

Merge duplicated code.

5 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+5 -3)
akirschbaum 2010-08-31 23:45 Rev.: 8625

Remove unused "Inventory:" element from game object attributes dialogs.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -28)
akirschbaum 2010-08-30 12:30 Rev.: 8621

Do not generate game object attributes redundant with archetype.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1), TypesBoxItemListener.java (+1 -1)
akirschbaum 2010-07-01 11:22 Rev.: 8567

Remove dependency ArchetypeType -> ActionBuilder.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+2 -1)
akirschbaum 2010-06-28 02:18 Rev.: 8554

Reorganize package names.

29 lines of code changed in 24 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: DialogAttribute.java (+1 -1), DialogAttributeAnimationName.java (+1 -1), DialogAttributeBitmask.java (+1 -1), DialogAttributeBool.java (+1 -1), DialogAttributeBoolSpec.java (+1 -1), DialogAttributeFaceName.java (+1 -1), DialogAttributeFloat.java (+1 -1), DialogAttributeInt.java (+1 -1), DialogAttributeInvSpell.java (+1 -1), DialogAttributeList.java (+1 -1), DialogAttributeLong.java (+1 -1), DialogAttributeMapPath.java (+1 -1), DialogAttributeScriptFile.java (+1 -1), DialogAttributeSpell.java (+1 -1), DialogAttributeString.java (+1 -1), DialogAttributeText.java (+1 -1), DialogAttributeTreasure.java (+1 -1), DialogAttributeZSpell.java (+1 -1), GameObjectAttributesDialog.java (+6 -6), GameObjectAttributesDialogFactory.java (+1 -1), GuiInfo.java (+1 -1), MaskChangeAL.java (+1 -1), TypesBoxItemListener.java (+1 -1), ViewTreasurelistAL.java (+1 -1)
akirschbaum 2010-06-28 01:26 Rev.: 8551

Update comments.

15 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+15 -6)
akirschbaum 2010-06-28 01:21 Rev.: 8550

Fix possible NullPointerException.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+4 -1)
akirschbaum 2010-06-28 01:20 Rev.: 8549

Update comments.

13 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ViewTreasurelistAL.java (+13 -8)
akirschbaum 2010-06-28 01:18 Rev.: 8548

Simplify code.

10 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: DialogAttributeTreasure.java (-9), GameObjectAttributesDialog.java (+1 -1), ViewTreasurelistAL.java (+9 -5)
akirschbaum 2010-06-28 01:13 Rev.: 8547

Remove redundant code.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ViewTreasurelistAL.java (+1 -3)
akirschbaum 2010-06-28 01:13 Rev.: 8546

Add @NotNull annotations.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ViewTreasurelistAL.java (+3 -1)
akirschbaum 2010-06-26 04:34 Rev.: 8500

Merge duplicated code.

13 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsDialog.java (+7 -18), GameObjectAttributesDialog.java (+6 -2)
akirschbaum 2010-06-26 04:26 Rev.: 8499

Remove ConfirmErrorsAL.

63 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsAL.java (del), ConfirmErrorsDialog.java (+63 -5)
akirschbaum 2010-06-26 04:20 Rev.: 8498

Merge duplicated code.

6 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsAL.java (+6 -2)
akirschbaum 2010-06-26 04:19 Rev.: 8497

Rename variable names.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsAL.java (+8 -8)
akirschbaum 2010-06-26 04:17 Rev.: 8496

Extract ConfirmErrorsDialog from GameObjectAttributesDialog.

117 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsDialog.java (new 116), GameObjectAttributesDialog.java (+1 -63)
akirschbaum 2010-06-26 03:31 Rev.: 8495

Add final modifier.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-26 03:30 Rev.: 8494

Fix possible NullPointerException.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-26 03:29 Rev.: 8493

Move GameObjectAttributesDialog.TypesBoxItemListener to top-level class.

197 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+20 -154), TypesBoxItemListener.java (new 177)
akirschbaum 2010-06-26 03:16 Rev.: 8492

Make GameObjectAttributesDialog.TypesBoxItemListener static.

28 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+28 -3)
akirschbaum 2010-06-26 03:11 Rev.: 8491

Move GameObjectAttributesDialog.type to GameObjectAttributesDialog.TypesBoxItemListener.type.

17 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+17 -14)
akirschbaum 2010-06-25 15:34 Rev.: 8463

Explicitly initialize fields.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: DialogAttributeBitmask.java (+1 -1), GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-25 15:29 Rev.: 8462

Remove raw types.

7 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+4 -4), GameObjectAttributesDialogFactory.java (+3 -3)
akirschbaum 2010-06-25 15:17 Rev.: 8461

Rename variable name.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+3 -3)
akirschbaum 2010-06-23 18:19 Rev.: 8431

Remove mapModel parameter from MapModelListener.modifiedChanged().

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-23 17:43 Rev.: 8430

Remove mapModel parameter from MapModelListener.mapSizeChanged().

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-14 15:18 Rev.: 8404

Check for missing resource keys.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+2 -1)
akirschbaum 2010-06-14 14:34 Rev.: 8400

Add @Nullable annotations/fix incorrect @NotNull annotations.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2010-06-14 14:30 Rev.: 8399

Add final modifier to GameObjectAttributesDialog.tabbedPane.

5 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+5 -21)
akirschbaum 2010-06-14 12:01 Rev.: 8394

Fix Javadoc issues.

25 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+25)
akirschbaum 2010-06-09 11:40 Rev.: 8316

Separate MapModelListener and MapArchObjectListener.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (-14)
akirschbaum 2010-06-09 04:30 Rev.: 8304

Merge duplicated fields AbstractMapArchObject.mapSize and DefaultMapModel.mapSize.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+8)
akirschbaum 2010-06-08 16:51 Rev.: 8292

Move constants to correct class.

19 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+19 -8)

(202 more)

Generated by StatSVN 0.7.0