/client/trunk Developers: ryo_saeba

Login name:
ryo_saeba
Total Commits:
275 (6.6%)
Lines of Code:
17,930 (6.6%)
Most Recent Commit:
2021-01-06 13:01

Activity by Clock Time

Activity by Hour of Day for ryo_saeba

Activity by Day of Week for ryo_saeba

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 275 (100.0%) 17930 (100.0%) 65.2
/ 45 (16.4%) 15315 (85.4%) 340.3
common/ 75 (27.3%) 710 (4.0%) 9.4
doc/ 1 (0.4%) 596 (3.3%) 596.0
gtk-v2/src/ 29 (10.5%) 324 (1.8%) 11.1
gtk-v2/glade/ 13 (4.7%) 314 (1.8%) 24.1
gtk/ 36 (13.1%) 313 (1.7%) 8.6
gtk-v2/win32/ 2 (0.7%) 97 (0.5%) 48.5
x11/ 20 (7.3%) 43 (0.2%) 2.1
gtk/win32/ 21 (7.6%) 43 (0.2%) 2.0
pixmaps/ 4 (1.5%) 41 (0.2%) 10.2
gtk-v2/ 3 (1.1%) 39 (0.2%) 13.0
doc/examples/script/ 2 (0.7%) 24 (0.1%) 12.0
sound-src/ 3 (1.1%) 19 (0.1%) 6.3
help/ 4 (1.5%) 19 (0.1%) 4.7
utils/ 2 (0.7%) 18 (0.1%) 9.0
gtk-v2/themes/ 2 (0.7%) 12 (0.1%) 6.0
macros/ 1 (0.4%) 2 (0.0%) 2.0
gnome/ 7 (2.5%) 1 (0.0%) 0.1
Documentation/examples/script/ 4 (1.5%) 0 (0.0%) 0.0
Documentation/ 1 (0.4%) 0 (0.0%) 0.0

Activity of ryo_saeba

Most Recent Commits

ryo_saeba 2021-01-06 13:01 Rev.: 21727

Add NSIS script for client installer.

97 lines of code changed in 2 files:

  • gtk-v2/win32: client.nsi (new 89), nsis.txt (new 8)
ryo_saeba 2014-12-01 16:11 Rev.: 19732

Fix types.

5 lines of code changed in 1 file:

  • gtk-v2/src: png.c (+5 -5)
ryo_saeba 2014-12-01 16:02 Rev.: 19731

Remove file deleted in r19726.

0 lines of code changed in 1 file:

  • gtk-v2/src: Makefile.am (-1)
ryo_saeba 2013-08-24 08:31 Rev.: 18953

Fix variable conflicting with a #define.

5 lines of code changed in 1 file:

  • gtk-v2/src: stats.c (+5 -5)
ryo_saeba 2013-04-06 06:02 Rev.: 18666

Remove obsolet file.

0 lines of code changed in 1 file:

  • NOTES (-8)
ryo_saeba 2013-04-06 06:02 Rev.: 18665

Apply part of patch #328 Documentation changes to client, Kevin Zheng. Remove unused files.

1 lines of code changed in 2 files:

  • help: Makefile.am (+1 -2), bugreport.h (-10)
ryo_saeba 2013-04-06 06:01 Rev.: 18664

Apply part of patch #328: Documentation changes to client, by Kevin Zheng. Move "Documentation" to "doc".

621 lines of code changed in 9 files:

  • Documentation: Scripting.html (-596)
  • Documentation/examples/script: first.c (new), second.c (-15)
  • common: p_cmd.c (+1 -1)
  • doc: Scripting.html (new 596)
  • doc/examples/script: first.c (new 5), second.c (new 19)
ryo_saeba 2012-12-01 05:07 Rev.: 18546

Apply patch/bug #3591423: GTK2 client -fix for the jumpy look view, by Katia Stenger.

8 lines of code changed in 2 files:

  • ChangeLog (+8)
  • gtk-v2/src: inventory.c (-1)
ryo_saeba 2012-06-15 12:13 Rev.: 18221

Allow selection of 'wraith' and 'wizard'.

9 lines of code changed in 1 file:

  • common: commands.c (+9)
ryo_saeba 2012-03-16 16:24 Rev.: 17543

Add missing include.

2 lines of code changed in 1 file:

  • common: script.c (+2)
ryo_saeba 2012-02-23 14:06 Rev.: 17215

Fix for PNG, patch by David McIlwraith.

1 lines of code changed in 1 file:

  • gtk-v2/src: png.c (+1 -1)
ryo_saeba 2011-12-04 04:28 Rev.: 16029

Apply patch by David McIlwraith related to automake.

1 lines of code changed in 1 file:

  • gtk-v2/src: Makefile.am (+1 -1)
ryo_saeba 2011-10-27 11:41 Rev.: 15279

Apply patch #3428070: Autoreconf Warnings, by Steven Johnson.

5 lines of code changed in 2 files:

  • ChangeLog (+3)
  • macros: libcurl.m4 (+2 -2)
ryo_saeba 2011-10-22 13:54 Rev.: 15243

Fix bug #2805103: Client Side Scripting error with watch stats.

3 lines of code changed in 1 file:

  • common: script.c (+3 -1)
ryo_saeba 2011-09-10 05:59 Rev.: 15072

Remove old include.

0 lines of code changed in 1 file:

  • common: metaserver.c (-1)
ryo_saeba 2011-09-10 04:22 Rev.: 15064

Fix metaserver not correctly displaying everything. Patch by Maurice Massar.

5 lines of code changed in 2 files:

  • ChangeLog (+3)
  • common: metaserver.c (+2 -1)
ryo_saeba 2011-07-14 08:42 Rev.: 14846

Remove obsolete values.

0 lines of code changed in 2 files:

  • common: commands.c (-29), script.c (-22)
ryo_saeba 2011-06-23 15:26 Rev.: 14690

Change suspicious computation in smoothing code.

1 lines of code changed in 1 file:

  • gtk-v2/src: map.c (+1 -1)
ryo_saeba 2011-06-06 16:27 Rev.: 14516

Add timestamping option.

46 lines of code changed in 4 files:

  • ChangeLog (+3)
  • gtk-v2/glade: dialogs.glade (+16)
  • gtk-v2/src: config.c (+7 -1), info.c (+20 -1)
ryo_saeba 2011-05-23 12:57 Rev.: 14486

Add account password change logic and dialogs.

414 lines of code changed in 5 files:

  • ChangeLog (+3)
  • common: commands.c (+3), external.h (+1)
  • gtk-v2/glade: dialogs.glade (+221 -1)
  • gtk-v2/src: account.c (+186 -2)

(36 more)

Generated by StatSVN 0.7.0