Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
Felix Berger | 30 (61,2%) | 1275 (67,1%) | 1475 (69,1%) | 42,50 |
Steffen Pingel | 19 (38,8%) | 626 (32,9%) | 661 (30,9%) | 32,95 |
Date | Author | File/Message |
---|---|---|
04.01.06 13:26 | Steffen Pingel | moved i18n classes to Gettext Commons project and organized imports
(4 Files changed,
0 Lines changed) src/java/org/xnap/commons/gui/shortcut/MediatorShortcut.java 1.3
(+0
-2)
src/java/org/xnap/commons/gui/shortcut/ShortcutManager.java 1.7
(+0
-2)
src/java/org/xnap/commons/gui/shortcut/DefaultShortcut.java 1.8
(+0
-1)
src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.11
(+0
-1)
|
21.12.05 17:28 | Felix Berger | Replaced StringBuffer with unsynchronized StringBuilder where applicable.
(1 Files changed,
1 Lines changed) src/java/org/xnap/commons/gui/shortcut/KeyStrokePanel.java 1.3
(+1
-1)
|
11.12.05 18:57 | Felix Berger | merged i18n-factory-branch
(3 Files changed,
19 Lines changed) src/java/org/xnap/commons/gui/shortcut/KeyStrokePanel.java 1.2
(+7
-4)
src/java/org/xnap/commons/gui/shortcut/DefaultShortcut.java 1.7
(+4
-2)
src/java/org/xnap/commons/gui/shortcut/ShortcutPanel.java 1.2
(+8
-5)
|
23.11.05 19:53 | Steffen Pingel | merged IconSplitPane, KeyStroke stuff
(3 Files changed,
514 Lines changed) src/java/org/xnap/commons/gui/shortcut/KeyStrokePanel.java 1.1 added 292 src/java/org/xnap/commons/gui/shortcut/DefaultShortcut.java 1.6
(+4
-3)
src/java/org/xnap/commons/gui/shortcut/ShortcutPanel.java 1.1 added 218 |
06.09.05 11:41 | Felix Berger | give garbage collector a chance
(1 Files changed,
8 Lines changed) src/java/org/xnap/commons/gui/shortcut/MediatorShortcut.java 1.2
(+8
-1)
|
05.09.05 15:13 | Felix Berger | added simple mediator shortcut
(1 Files changed,
84 Lines changed) src/java/org/xnap/commons/gui/shortcut/MediatorShortcut.java 1.1 added 84 |
30.08.05 19:21 | Felix Berger | more tests and more fixes, yay
(1 Files changed,
21 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.10
(+21
-5)
|
23.08.05 08:03 | Felix Berger | tutorial addition
(1 Files changed,
2 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.9
(+2
-0)
|
23.08.05 06:46 | Felix Berger | fixed most of the word bugs
(1 Files changed,
23 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.8
(+23
-4)
|
22.08.05 13:44 | Felix Berger | other default completion mode. doc updates. (1 Files changed, 2 Lines changed) src/java/org/xnap/commons/gui/shortcut/ActionShortcut.java 1.8
(+2
-6)
|
21.08.05 15:59 | Felix Berger | documented whatsthis
(2 Files changed,
3 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.7
(+1
-1)
src/java/org/xnap/commons/gui/shortcut/ActionShortcut.java 1.7
(+2
-16)
|
21.08.05 11:09 | Felix Berger | removed pmd warnings
(1 Files changed,
4 Lines changed) src/java/org/xnap/commons/gui/shortcut/DefaultShortcut.java 1.5
(+4
-37)
|
21.08.05 10:56 | Felix Berger | Preliminary WhatsThis. java docs. (1 Files changed, 0 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.6
(+0
-1)
|
19.08.05 22:08 | Steffen Pingel | javadoc fixes
(1 Files changed,
1 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.5
(+1
-1)
|
19.08.05 12:02 | Felix Berger | removed last call to facade
(1 Files changed,
1 Lines changed) src/java/org/xnap/commons/gui/shortcut/AbstractShortcut.java 1.4
(+1
-1)
|
19.08.05 07:27 | Felix Berger | new kill-ring implementation
(1 Files changed,
100 Lines changed) src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.4
(+100
-64)
|
18.08.05 19:03 | Felix Berger | more typesafety
(3 Files changed,
23 Lines changed) src/java/org/xnap/commons/gui/shortcut/ShortcutManager.java 1.6
(+6
-5)
src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.3
(+9
-10)
src/java/org/xnap/commons/gui/shortcut/ActionShortcut.java 1.6
(+8
-1)
|
17.08.05 20:38 | Steffen Pingel | fixed javadoc errors
(3 Files changed,
0 Lines changed) src/java/org/xnap/commons/gui/shortcut/ShortcutManager.java 1.5
(+0
-2)
src/java/org/xnap/commons/gui/shortcut/ActionShortcut.java 1.5
(+0
-10)
src/java/org/xnap/commons/gui/shortcut/AbstractShortcut.java 1.3
(+0
-5)
|
17.08.05 14:14 | Felix Berger | type safety and autoboxing
(1 Files changed,
6 Lines changed) src/java/org/xnap/commons/gui/shortcut/ShortcutManager.java 1.4
(+6
-5)
|
29.04.05 09:53 | Steffen Pingel | Fixed license headers
(6 Files changed,
119 Lines changed) src/java/org/xnap/commons/gui/shortcut/Shortcut.java 1.3
(+20
-1)
src/java/org/xnap/commons/gui/shortcut/ActionShortcut.java 1.4
(+20
-1)
src/java/org/xnap/commons/gui/shortcut/AbstractShortcut.java 1.2
(+20
-2)
src/java/org/xnap/commons/gui/shortcut/DefaultShortcut.java 1.4
(+20
-1)
src/java/org/xnap/commons/gui/shortcut/ShortcutManager.java 1.3
(+20
-1)
src/java/org/xnap/commons/gui/shortcut/EmacsKeyBindings.java 1.2
(+19
-1)
|