[root]/client/branches/gtk-v2-libglade
                 common 
(0 files, 0 lines)
 
common 
(0 files, 0 lines)
                 gtk-v2 
(0 files, 0 lines)
 
gtk-v2 
(0 files, 0 lines)
                     glade 
(0 files, 0 lines)
 
glade 
(0 files, 0 lines)
                     src 
(0 files, 0 lines)
 
src 
(0 files, 0 lines)
                     themes 
(0 files, 0 lines)
 
themes 
(0 files, 0 lines)
                 gtk 
(0 files, 0 lines)
 
gtk 
(0 files, 0 lines)
                 help 
(0 files, 0 lines)
 
help 
(0 files, 0 lines)
                 pixmaps 
(0 files, 0 lines)
 
pixmaps 
(0 files, 0 lines)
                 sound-src 
(0 files, 0 lines)
 
sound-src 
(0 files, 0 lines)
                 utils 
(0 files, 0 lines)
 
utils 
(0 files, 0 lines)
                 x11 
(0 files, 0 lines)
 
x11 
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change | 
|---|---|---|---|
| Totals | 21 (100.0%) | 87 (100.0%) | 4.1 | 
| kbulgrien | 14 (66.7%) | 83 (95.4%) | 5.9 | 
| mwedel | 2 (9.5%) | 4 (4.6%) | 2.0 | 
| partmedia | 5 (23.8%) | 0 (0.0%) | 0.0 | 
Remove feature branch merged in long ago.
    
0 lines of code changed in 5 files:
- Merge changes from trunk revision 7097 in preparation to merge branch back
  to trunk.
    
19 lines of code changed in 1 file:
- Factor common dialogs metaserver_window, keybinding_window, config_window,
  spell_window, and about_window into a separate dialogs.glade project so
  alternative game window layouts need not contain redundant descriptions
  of the dialogs.  crossfire-client-gtk2 now supports -window_xml and
  -dialog_xml command-line arguments that may be used to select alternate
  layout files.
- Add crossfire-client-gtk2 -dialog_xml argument to override the default
  dialogs.glade layout for the common dialogs used by the client.
- Replace crossfire-client-gtk2 -xml_file argument with -window_xml.
- Remove the common dialogs from all layouts presently in SVN.
    
25 lines of code changed in 2 files:
- Modify configure.in, gtk-v2/Makefile.am, and gtk-v2/glade/Makefile.am to put
  the gtk-v2.glade and gtk-v1.glade files in ${prefix}/share/crossfire-client.
- Other files modified by autoconf and automake.
    
4 lines of code changed in 2 files:
gtk-v2/src/metaserver.c: Add missing pthread_mutex_unlock() - resulted in
  client hanging after disconnecting from server.
MSW 2007-08-14
    
4 lines of code changed in 2 files:
- Change libglade_CFLAGS/LIBS to LIBGLADE_CFLAGS/LIBS for consistency with
  common practice, and add AC_SUBST() to configure.in per libglade manual
  suggestion.
    
35 lines of code changed in 3 files:
- Rework configure.in and gtk-v2/src/Makefile.am to support new libglade
  dependency on gtk-v2 client.  Other changes by autoconf/automake.
    
0 lines of code changed in 6 files: