Directory Statistics for src/java/org/xnap/commons/gui/shortcut/

Back to Index Page

Lines Of Code for src/java/org/xnap/commons/gui/shortcut/

Commits for src/java/org/xnap/commons/gui/shortcut/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
Felix Berger30 (61,2%) 1275 (67,1%) 1475 (69,1%) 42,50
Steffen Pingel19 (38,8%) 626 (32,9%) 661 (30,9%) 32,95

Commit Log

DateAuthorFile/Message
04.01.06 13:26Steffen 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:28Felix 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:57Felix 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:53Steffen 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:41Felix 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:13Felix 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:21Felix 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:03Felix 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:46Felix 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:44Felix 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:59Felix 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:09Felix 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:56Felix 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:08Steffen 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:02Felix 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:27Felix 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:03Felix 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:38Steffen 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:14Felix 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:53Steffen 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)