Directory src/app/net/sf/gridarta/utils/

Directory Created:
2008-05-22 04:07
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
25
Lines of Code:
0

[root]/src/app/net/sf/gridarta/utils
                            Folder removed from repo utils (0 files, 0 lines)

Lines of Code

src/app/net/sf/gridarta/utils/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 177 (100.0%) 3647 (100.0%) 20.6
akirschbaum 173 (97.7%) 3645 (99.9%) 21.0
christianhujer 4 (2.3%) 2 (0.1%) 0.5

Most Recent Commits

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

Move gridarta module into subdirectory.

0 lines of code changed in 25 files:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (del), ActionUtils.java (del), AlphaImageFilter.java (del), AlphaImageFilterInstance.java (del), ArrayUtils.java (del), CommonConstants.java (del), ConfigFileUtils.java (del), EventListenerList2.java (del), Exiter.java (del), ExiterListener.java (del), FileChooserUtils.java (del), GUIUtils.java (del), IOUtils.java (del), ImageUtils.java (del), MathUtils.java (del), NumberUtils.java (del), Pair.java (del), ProcessRunner.java (del), RandomUtils.java (del), Size2D.java (del), StringUtils.java (del), SyntaxErrorException.java (del), SystemIcons.java (del), WrappingStringBuilder.java (del), XmlHelper.java (del)
akirschbaum 2010-06-06 17:01 Rev.: 8235

Suppress warnings.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ArrayUtils.java (+2 -1)
akirschbaum 2010-06-05 05:07 Rev.: 8136

Remove unused code.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: StringUtils.java (-10)
akirschbaum 2010-06-05 04:43 Rev.: 8130

Fix typos.

59 lines of code changed in 7 files:

  • src/app/net/sf/gridarta/utils: CommonConstants.java (+3 -3), FileChooserUtils.java (+1 -1), GUIUtils.java (+2 -2), IOUtils.java (+12 -12), ProcessRunner.java (+3 -3), StringUtils.java (+5 -5), SystemIcons.java (+33 -33)
akirschbaum 2010-05-26 15:45 Rev.: 8015

Accelerate map loading.

12 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: NumberUtils.java (+12)
akirschbaum 2010-05-26 15:35 Rev.: 8014

Extract duplicated code into NumberUtils.

88 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (+1 -5), NumberUtils.java (new 87)
akirschbaum 2010-05-24 12:42 Rev.: 7985

Fix checkstyle issues.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+1 -1)
akirschbaum 2010-05-24 11:11 Rev.: 7979

Move SyntaxErrorException to utils package.

45 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: SyntaxErrorException.java (new 45)
akirschbaum 2010-05-24 11:01 Rev.: 7978

Whitespace changes.

14 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/utils: ActionUtils.java (+4 -4), CommonConstants.java (+1), SystemIcons.java (+9 -3)
akirschbaum 2010-05-23 17:46 Rev.: 7953

Fix or suppress compiler warnings about implicit numeric conversions.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: EventListenerList2.java (+1 -1)
akirschbaum 2010-05-23 07:00 Rev.: 7918

Fix comment.

7 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: MathUtils.java (+7 -9)
akirschbaum 2010-05-23 06:37 Rev.: 7917

Implement #1717845 (Multitile paste) as File|Paste Tiled: paste the copy buffer into the selection. If the selection is larger than the copy buffer, tiling happens.

49 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: MathUtils.java (new 49)
akirschbaum 2010-05-22 16:29 Rev.: 7896

Add @ActionMethod annotations.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ProcessRunner.java (+4)
akirschbaum 2010-05-22 16:02 Rev.: 7892

Add private modifiers.

9 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: ActionUtils.java (+2 -2), SystemIcons.java (+7 -7)
akirschbaum 2010-05-20 15:15 Rev.: 7843

Implement #1644734 (Flood Fill short-cut/customizable short-cuts): add menu entry File|Configure Shortcuts...

125 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ActionUtils.java (+125)
akirschbaum 2010-05-20 14:45 Rev.: 7842

Add categories to global actions.

110 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ActionUtils.java (new 110)
akirschbaum 2010-05-15 13:12 Rev.: 7767

Fix incorrect icon resource paths.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: SystemIcons.java (+3 -3)
akirschbaum 2010-05-15 04:05 Rev.: 7762

Rename variable names.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (+1 -1)
akirschbaum 2010-05-12 14:23 Rev.: 7723

Add @NotNull annotations.

9 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: StringUtils.java (+9 -5)
akirschbaum 2010-05-11 16:03 Rev.: 7722

Fix incorrect resource paths.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: SystemIcons.java (+1 -1)
akirschbaum 2010-05-09 07:05 Rev.: 7721

Rewrite GUIUtils.getResourceIcon() to prefer built-in resources over files and to complain about missing resources.

86 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: GUIUtils.java (+29 -74), SystemIcons.java (+57 -55)
akirschbaum 2010-05-08 11:24 Rev.: 7706

Consistently format source code.

164 lines of code changed in 16 files:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (+2 -2), AlphaImageFilter.java (+1 -2), ArrayUtils.java (+3 -1), CommonConstants.java (+21 -7), ConfigFileUtils.java (+3 -1), EventListenerList2.java (+3 -1), FileChooserUtils.java (+1 -2), GUIUtils.java (+9 -3), IOUtils.java (+6 -4), ProcessRunner.java (+48 -16), RandomUtils.java (+3 -1), Size2D.java (+15 -5), StringUtils.java (+16 -8), SystemIcons.java (+9 -3), WrappingStringBuilder.java (+12 -4), XmlHelper.java (+12 -4)
akirschbaum 2010-04-26 13:12 Rev.: 7634

Replace dependencies Exiter -> * with ExiterListener callbacks.

99 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: Exiter.java (new 50), ExiterListener.java (new 49)
akirschbaum 2010-04-23 14:59 Rev.: 7615

Remove initial capacity for StringBuilder.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ConfigFileUtils.java (+1 -1)
akirschbaum 2010-04-23 13:18 Rev.: 7587

Remove redundant suppression annotations or comments.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ProcessRunner.java (-1)
akirschbaum 2010-04-23 13:11 Rev.: 7586

Invert conditions.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: GUIUtils.java (+1 -1)
akirschbaum 2010-04-18 07:20 Rev.: 7539

Weaken types.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: StringUtils.java (+1 -1)
akirschbaum 2010-02-05 14:10 Rev.: 7437

Move DefaultGlobalSettings.getDocuVersion() to ActionBuilderUtils.getInt().

21 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (+21)
akirschbaum 2010-02-05 14:03 Rev.: 7436

Unify code settings dialog for media directory.

62 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: ActionBuilderUtils.java (new 62)
akirschbaum 2010-02-03 15:55 Rev.: 7429

Update copyright headers.

54 lines of code changed in 18 files:

  • src/app/net/sf/gridarta/utils: AlphaImageFilter.java (+1 -1), AlphaImageFilterInstance.java (+1 -1), ArrayUtils.java (+19), CommonConstants.java (+1 -1), ConfigFileUtils.java (+1 -1), EventListenerList2.java (+1 -1), FileChooserUtils.java (+19), GUIUtils.java (+1 -1), IOUtils.java (+1 -1), ImageUtils.java (+1 -1), Pair.java (+1 -1), ProcessRunner.java (+1 -1), RandomUtils.java (+1 -1), Size2D.java (+1 -1), StringUtils.java (+1 -1), SystemIcons.java (+1 -1), WrappingStringBuilder.java (+1 -1), XmlHelper.java (+1 -1)
akirschbaum 2009-12-13 14:18 Rev.: 7409

Replace ImageIcons with Images in map image cache.

18 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: ImageUtils.java (+2 -20), SystemIcons.java (+16 -10)
akirschbaum 2009-12-10 00:48 Rev.: 7380

Remove IOUtils.createStreamImpl().

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (-12)
akirschbaum 2009-12-10 00:14 Rev.: 7377

Remove call to IOUtils.createStreamImpl().

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: XmlHelper.java (+3 -1)
akirschbaum 2009-12-09 15:06 Rev.: 7372

Merge redundant code.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+3 -39)
akirschbaum 2009-12-09 13:54 Rev.: 7370

Remove IOUtils.getResourceURLAsString().

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (-14)
akirschbaum 2009-12-09 03:07 Rev.: 7363

Remove call to IOUtils.getResourceURLAsString().

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+8 -4)
akirschbaum 2009-12-09 02:44 Rev.: 7362

Split off IOUtils.getResource() from getResourceURLAsString().

19 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+19 -6)
akirschbaum 2009-12-08 16:41 Rev.: 7361

Fix possible file handle leaks.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (-21)
akirschbaum 2009-12-08 16:15 Rev.: 7359

Fix possible file handle leaks.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+1 -16)
akirschbaum 2009-12-08 16:03 Rev.: 7358

Fix possible file handle leaks.

35 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/utils: IOUtils.java (+16 -23), XmlHelper.java (+19 -1)

(50 more)

Generated by StatSVN 0.7.0