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

Directory Created:
2008-11-09 08:27
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
6
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 1111 (100.0%) 17.0
akirschbaum 64 (98.5%) 1109 (99.8%) 17.3
christianhujer 1 (1.5%) 2 (0.2%) 2.0

Most Recent Commits

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

Move gridarta module into subdirectory.

0 lines of code changed in 6 files:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (del), DefaultErrorView.java (del), ErrorEntry.java (del), ErrorView.java (del), ErrorViewCategory.java (del), ErrorViewCollector.java (del)
akirschbaum 2010-06-24 10:55 Rev.: 8442

Set default size for error dialog.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2)
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/errorview: DefaultErrorView.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/errorview: DefaultErrorView.java (+1 -1)
akirschbaum 2010-06-13 05:14 Rev.: 8379

Move ErrorEntry into correct module and package.

65 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (-1), ErrorEntry.java (new 65)
akirschbaum 2010-06-05 04:43 Rev.: 8130

Fix typos.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2 -2)
akirschbaum 2010-05-15 04:41 Rev.: 7764

Rename variable names.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+1 -1)
akirschbaum 2010-05-08 11:24 Rev.: 7706

Consistently format source code.

45 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (+18 -6), DefaultErrorView.java (+27 -13)
akirschbaum 2010-02-03 15:55 Rev.: 7429

Update copyright headers.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (+1 -1), DefaultErrorView.java (+1 -1)
akirschbaum 2009-11-29 18:37 Rev.: 7272

Reorganize classes into packages.

0 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (changed), DefaultErrorView.java (changed)
akirschbaum 2009-11-29 08:35 Rev.: 7247

Remove unrelated ErrorView related classes from gui package.

5 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (+2), DefaultErrorView.java (+3), ErrorEntry.java (del)
akirschbaum 2009-10-11 15:52 Rev.: 7109

Weaken types.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2 -2)
akirschbaum 2009-09-30 16:16 Rev.: 7030

Remove unneeded this qualifier.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+1 -1)
akirschbaum 2009-09-28 14:31 Rev.: 6992

Fix Javadoc issues.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorEntry.java (+1 -2)
akirschbaum 2009-09-27 13:09 Rev.: 6951

Weaken types.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2 -1)
akirschbaum 2009-09-21 11:45 Rev.: 6927

Report errors when reading archdef.dat file.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCategory.java (+4)
akirschbaum 2009-09-03 01:05 Rev.: 6908

Fix #2786547 (6632 broken). Now the editor does not anymore crash with "Invalid index" errors.

18 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+18 -10)
akirschbaum 2009-09-02 01:30 Rev.: 6901

Rewrite DefaultErrorView to perform Swing related actions within the EDT.

67 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+67 -13)
akirschbaum 2009-09-01 14:59 Rev.: 6900

Defer button creation until needed.

11 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+11 -4)
akirschbaum 2009-09-01 14:52 Rev.: 6899

Replace IdentityHashMap with EnumMap.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2 -2)
akirschbaum 2009-08-01 14:01 Rev.: 6863

Reformat messages in error dialog.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCollector.java (+4 -4)
akirschbaum 2009-05-04 00:11 Rev.: 6624

Remove implicit arithmetic conversions.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+1 -1), ErrorEntry.java (+1 -1)
akirschbaum 2009-04-19 07:31 Rev.: 6482

Apply patch #1859818 (Support for tiles blending in crossfire); Implement #1739389 (CF Tile Smoothing Support).

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCategory.java (+2)
akirschbaum 2009-04-04 07:13 Rev.: 6298

Include I/O error while reading archetypes into error dialog box.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCategory.java (+2)
akirschbaum 2009-03-29 08:49 Rev.: 6233

Remove redundant check.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorEntry.java (+1 -3)
akirschbaum 2009-03-28 10:21 Rev.: 6165

Reorder initialization code.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+8 -8)
akirschbaum 2009-03-28 10:10 Rev.: 6164

Report errors to console when running in non-interactive mode.

75 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ConsoleErrorView.java (new 75)
akirschbaum 2009-03-15 07:00 Rev.: 6117

Add ErrorView interface.

93 lines of code changed in 4 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+13 -32), ErrorView.java (new 75), ErrorViewCategory.java (+1 -1), ErrorViewCollector.java (+4 -4)
christianhujer 2009-02-28 12:37 Rev.: 5992

Merged streams/cher-japi-update into trunk.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+2 -2)
akirschbaum 2009-02-06 00:49 Rev.: 5922

Validate archetype and animation definitions at startup.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCategory.java (+4)
akirschbaum 2009-02-05 16:54 Rev.: 5920

Reorganize categories and messages in error dialog box.

148 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+8 -9), ErrorViewCategory.java (new 107), ErrorViewCollector.java (+33 -13)
akirschbaum 2009-02-05 15:27 Rev.: 5918

Correctly update error dialog when new categories are inserted.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorEntry.java (+1 -1)
akirschbaum 2009-02-05 15:22 Rev.: 5917

Rename identifiers.

7 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+7 -7)
akirschbaum 2009-02-05 15:20 Rev.: 5916

Make constructor public.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorEntry.java (+1 -1)
akirschbaum 2009-01-08 18:16 Rev.: 5872

Update JAPI library.

6 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+6 -5)
akirschbaum 2008-11-13 14:17 Rev.: 5747

Add line number to some errors.

50 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+32 -5), ErrorViewCollector.java (+18)
akirschbaum 2008-11-13 13:28 Rev.: 5743

Make the 'OK' button in the error view dialog the default control.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+1 -1)
akirschbaum 2008-11-12 17:48 Rev.: 5741

Replace String with File.

8 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+6 -5), ErrorViewCollector.java (+2 -2)
akirschbaum 2008-11-12 17:40 Rev.: 5740

Replace String with File.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: ErrorViewCollector.java (+3 -2)
akirschbaum 2008-11-12 15:07 Rev.: 5721

Disable 'OK' button in error dialog until all errors have been added.

24 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/gui/errorview: DefaultErrorView.java (+24 -8)

(3 more)

Generated by StatSVN 0.7.0