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

Directory Created:
2008-06-06 15:34
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
53
Lines of Code:
0

[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 957 (100.0%) 13198 (100.0%) 13.7
akirschbaum 954 (99.7%) 13194 (100.0%) 13.8
christianhujer 3 (0.3%) 4 (0.0%) 1.3

Most Recent Commits

akirschbaum 2013-05-28 14:00 Rev.: 9237

Move gridarta module into subdirectory.

0 lines of code changed in 53 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: AbstractGameObjectAttributesDialog.java (del), AbstractGameObjectAttributesDialogFactory.java (del), BitmaskAttrib.java (del), ConfirmErrorsAL.java (del), ConfirmErrorsDialog.java (del), DialogAttrib.java (del), DialogAttribAnimName.java (del), DialogAttribBitmask.java (del), DialogAttribBool.java (del), DialogAttribBoolSpec.java (del), DialogAttribDoubleList.java (del), DialogAttribFaceName.java (del), DialogAttribFloat.java (del), DialogAttribInt.java (del), DialogAttribInvSpell.java (del), DialogAttribInvSpellOptional.java (del), DialogAttribList.java (del), DialogAttribLong.java (del), DialogAttribMapPath.java (del), DialogAttribScriptFile.java (del), DialogAttribSpell.java (del), DialogAttribString.java (del), DialogAttribText.java (del), DialogAttribTreasure.java (del), DialogAttribZSpell.java (del), DialogAttribute.java (del), DialogAttributeAnimationName.java (del), DialogAttributeBitmask.java (del), DialogAttributeBool.java (del), DialogAttributeBoolSpec.java (del), DialogAttributeFaceName.java (del), DialogAttributeFloat.java (del), DialogAttributeInt.java (del), DialogAttributeInvSpell.java (del), DialogAttributeList.java (del), DialogAttributeLong.java (del), DialogAttributeMapPath.java (del), DialogAttributeScriptFile.java (del), DialogAttributeSpell.java (del), DialogAttributeString.java (del), DialogAttributeText.java (del), DialogAttributeTreasure.java (del), DialogAttributeZSpell.java (del), GameObjectAttributesDialog.java (del), GameObjectAttributesDialogFactory.java (del), GuiInfo.java (del), HelpActionListener.java (del), MaskChangeAL.java (del), ScrollToVisibleFocusListener.java (del), StringKeyManager.java (del), TreeChooseAction.java (del), TypesBoxItemListener.java (del), ViewTreasurelistAL.java (del)
akirschbaum 2011-03-26 18:15 Rev.: 8885

Fix typos.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+1 -1)
akirschbaum 2011-01-25 14:49 Rev.: 8836

Fix Javadoc issues.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: StringKeyManager.java (+2 -2)
akirschbaum 2011-01-23 13:24 Rev.: 8835

Fix Javadoc issues.

5 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: DialogAttributeBoolSpec.java (+1 -1), GameObjectAttributesDialog.java (+4 -4)
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 1 file:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: 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.

119 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: ConfirmErrorsDialog.java (new 118), 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.

199 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/gameobjectattributesdialog: GameObjectAttributesDialog.java (+20 -154), TypesBoxItemListener.java (new 179)
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)

(204 more)

Generated by StatSVN 0.7.0