Directory client/trunk/gtk-v2/

Total Files:
5
Deleted Files:
7
Lines of Code:
581

[root]/client/trunk/gtk-v2
                Folder removed from repo glade (0 files, 0 lines)
                directory in repo src (26 files, 16493 lines)
                directory in repo themes (2 files, 1090 lines)
                directory in repo ui (12 files, 37855 lines)
                directory in repo win32 (2 files, 230 lines)

Lines of Code

client/trunk/gtk-v2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 1705 (100.0%) 27.5
kbulgrien 17 (27.4%) 718 (42.1%) 42.2
partmedia 16 (25.8%) 550 (32.3%) 34.3
mwedel 11 (17.7%) 315 (18.5%) 28.6
tchize 1 (1.6%) 65 (3.8%) 65.0
ryo_saeba 3 (4.8%) 39 (2.3%) 13.0
lalo 1 (1.6%) 9 (0.5%) 9.0
qal21 3 (4.8%) 4 (0.2%) 1.3
akirschbaum 8 (12.9%) 4 (0.2%) 0.5
quinet 1 (1.6%) 1 (0.1%) 1.0
anmaster 1 (1.6%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2017-08-13 14:17 Rev.: 20486

Normalize application name

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client.desktop (+1 -1)
partmedia 2017-05-19 16:43 Rev.: 20351

Remove man page

The man page for the GTKv2 client is out-of-date. Command-line arguments
are sufficiently documented in the '--help' text and the rest of the
functionality is discoverable via the GUI.

0 lines of code changed in 2 files:

  • client/trunk/gtk-v2: CMakeLists.txt (-2), crossfire-client-gtk2.man (del)
partmedia 2017-05-17 23:43 Rev.: 20348

Use install(DIRECTORY) for layouts and themes

2 lines of code changed in 1 file:

  • client/trunk/gtk-v2: CMakeLists.txt (+2 -2)
partmedia 2017-05-17 23:43 Rev.: 20347

Install icons in new icon directories

5 lines of code changed in 1 file:

  • client/trunk/gtk-v2: CMakeLists.txt (+5 -2)
partmedia 2017-05-13 23:22 Rev.: 20346

Install icon image

3 lines of code changed in 1 file:

  • client/trunk/gtk-v2: CMakeLists.txt (+3)
partmedia 2015-10-31 14:18 Rev.: 20023

Remove autotools build system

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.am (del)
partmedia 2015-03-19 11:56 Rev.: 19856

Update desktop icon

5 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client.desktop (+5 -8)
partmedia 2014-05-15 19:46 Rev.: 19424

Add CMake support.

8 lines of code changed in 1 file:

  • client/trunk/gtk-v2: CMakeLists.txt (new 8)
partmedia 2014-04-05 12:42 Rev.: 19303

Bump version information for upcoming release.

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2: README (-2)
partmedia 2013-12-26 17:25 Rev.: 19190

Update GTKv2 client documentation.

Take this opportunity to sneak myself into the developers list.

525 lines of code changed in 4 files:

  • client/trunk/gtk-v2: AUTHORS (new 185), Makefile.am (+2 -23), README (new 338), README-dev (del)
partmedia 2013-12-08 18:10 Rev.: 19165

Switch to a library-independent naming scheme.

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.am (+1 -1)
partmedia 2013-07-14 23:47 Rev.: 18780

Remove legacy README about gtk-v2 client.

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2: README (del)
kbulgrien 2010-09-28 01:04 Rev.: 13932

- It's not CVS anymore.

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2: .cvsignore (del)
kbulgrien 2008-11-29 00:00 Rev.: 10765

Update all client .desktop files so they do not trigger rpmlint messages like
".desktop file is not valid, check with desktop-file-validate": Terminate
the Categories key/value with a semicolon; remove the deprecated Encoding key.
Unify the Comment for all three clients. Add an appropriate GenericName key.
Add [en] localestrings for the Name, GenericName, and Comment keys to help
make it more obvious that translations may be placed in this file. Put the
keys in order as listed in http://standards.freedesktop.org/desktop-entry-spec
These changes are tested with desktop-file-validate.

8 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client.desktop (+8 -5)
kbulgrien 2008-07-20 03:52 Rev.: 9583

Update crossfire-client.desktop files by using consistent names; making sure
all have categories; and adding a new file for the X11 client.
x11/crossfire-client.desktop
x11/Makefile.am
gtk/crossfire-client.desktop
gtk-v2/Makefile.am
gtk/crossfire-client.desktop
Change the default version for the client to 2.0.dev instead of 2.0-dev as the
dash is incompatible with modern RPM tools. Dash is reserved for separating
things in the RPM file name, and must not be embedded in the version string.
Also rework datadir computation, and report where client data files will be
placed. Improve reporting of the bindir to be used.
configure.ac
Fix RPM creation for the client release procedure. Add new .desktop files and
package them with the clients rather than in the common package. Change the
location for the .desktop files to /usr/share/applications. Update the list
of .glade files for the GTK client V2. Correct the RPM build process by
adding a _datadir definition, and modify all file specifications accordingly.
Fix the build specs so a crossfire-client-x11 package is made. Swap the gtk
client build to use GTK V2 by default. Change versions to 2.0.dev instead of
2.0-dev, which is invalid for current versions of rpmbuild.
crossfire-client.spec

3 lines of code changed in 2 files:

  • client/trunk/gtk-v2: Makefile.am (+2 -1), crossfire-client.desktop (+1 -1)
anmaster 2008-05-31 18:04 Rev.: 9182

Remove some auto generated autotools files from the tree. Just run autogen.sh
to create them. This prevents the mess of different developers using different
versions of autotools, making commits a mess.

0 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (del)
quinet 2008-02-12 05:26 Rev.: 8414

- Escape the apostrophe when it starts a line, to avoid confusing man or
nroff ('help -> \'help). Reported by Kari Pahula.

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client-gtk2.man (+1 -1)
kbulgrien 2008-02-10 02:26 Rev.: 8408

- Change more instances of gcfclient to crossfire-client-gtk2.
- Change the title to specify that this client is a second-generation GTK
client.
- Update the client option list, and add or remove descriptions to match the
client's capabilities. Some additional work may be needed to be sure the
information is up to date and accurate, but this is at least a first pass
at an update.
- Change some capitalization.
- Document the new window position save file conventions.

112 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client-gtk2.man (+112 -91)
kbulgrien 2008-01-24 00:18 Rev.: 8253

Packaging update work.
crossfire-client-spec: An initial attempt to bring the .spec file up to date
with the libglade/libcurl/pthread requirements and for packaging the theme
and window layout files. It has not been tested yet and probably needs
more work.
gtk-v2/crossfire-client-gtk2.man: For now, this is really only a slightly
modified copy of gtk/crossfire-client-gtk. It needs an update, but then
so do all the other client man pages.
gtk-v2/crossfire-client.desktop: An executable file name change. Really, I
think this file needs a rename to be correct.
gtk-v2/Makefile.am: Support for the new crossfire-client-gtk2.man file.
gtk/crossfire-client-gtk.man: Client name changes for trunk, and a number of
spelling errors fixed and .crossfire file names fixed like winpos->gwinpos.
x11/crossfire-client-x11.man: Client name changes for trunk, and a number of
spelling errors fixed.

405 lines of code changed in 3 files:

  • client/trunk/gtk-v2: Makefile.am (+2), crossfire-client-gtk2.man (new 402), crossfire-client.desktop (+1 -1)
tchize 2007-11-26 15:06 Rev.: 7576

fix for [ 1832377 ] configure script should check for SDL_image.h
Also added configure summary lines at the end.
Rebuild using autogen.sh

65 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+65 -49)
kbulgrien 2007-09-02 23:20 Rev.: 7104

aclocal.m4
configure
Makefile.in
common/Makefile.in
gtk/Makefile.in
gtk-v2/Makefile.in
gtk-v2/themes/Makefile.in
gtk-v2/src/Makefile.in
gtk-v2/glade/Makefile.in
help/Makefile.in
pixmaps/Makefile.in
sound-src/Makefile.in
utils/Makefile.in
x11/Makefile.in
- Result of new and fixed m4 files.
autogen.sh
- Point aclocal at macros so that undefined macros do not crash ./configure
macros/gtk.m4
macros/sdl.m4
- ./configure should never crash, so add to remove errors as follows:
aclocal:configure.in:?: warning: macro `AM_PATH_GTK' not found in library
./configure: line ?: syntax error near unexpected token `1.0.0'
./configure: line ?: ` AM_PATH_GTK(1.0.0)'
aclocal:configure.in:?: warning: macro `AM_PATH_SDL' not found in library
./configure: line ?: syntax error near unexpected token `1.1.3'
./configure: line ?: ` AM_PATH_SDL(1.1.3)'
macros/curses.m4
macros/gnome-print-check.m4
macros/gnome-gettext.m4
macros/linger.m4
macros/need-declaration.m4
- Update .m4 files from a newer glade package to remove many warnings like
the following:
macros/linger.m4:4: warning: underquoted definition of AC_STRUCT_LINGER

2 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+2 -1)
kbulgrien 2007-09-01 13:35 Rev.: 7100

This is a merge of client/branches/gtk-v2-libglade to trunk. It converts the
GTK-V2 client to a libglade-2.0 client that supports changing the UI layout
with glade-2 generated .glade XML files. Various alternate client layouts
are included.
AUTHORS
- Reformatted for aesthetics.
- Added libglade-2.0 conversion author.
ChangeLog
- Summarize gtk-v2-libglade branch merge to trunk.
common/init.c
- Typo corrected in LOG message (inic.c --> init.c).
configure
- LIBGLADE_CFLAGS/LIBS addition.
- gtkv2 checks converted to HAVE_GTK2.
- gtk-v2/glade directory addition now supported.
- V2 client now depends on libglade2.0 instead of GTK+ 2.0.
- Some reformatting resulting from autoconf/automake changes flowing down.
configure.in
- gtk-v2/glade directory addition now supported.
- Update indenting; tab->space conversion for readability.
- Minor message updates for consistency like GTK2 -> GTK+ 2.0.
- V2 client dependency checks changed to require libglade-2.0 vs. gtk+-2.0.
gtk-v2/glade
gtk-v2/glade/Makefile
gtk-v2/glade/Makefile.am
gtk-v2/glade/Makefile.in
- A fully autoconf/automake supported directory to be used for the control
of glade-2 layouts compatible with this client.
gtk-v2/glade/AUTHORS
- A file to attribute the authors of the glade-2 XML layout projects in this
directory.
gtk-v2/glade/README
- A help file for prospective glade-2 XML layout creation that describes how
to create a new layout and workarounds for various issues that may arise.
gtk-v2/glade/caelestis.glade
gtk-v2/glade/caelestis.gladep
gtk-v2/glade/chthonic.glade
gtk-v2/glade/chthonic.gladep
gtk-v2/glade/gtk-v1.glade
gtk-v2/glade/gtk-v1.gladep
gtk-v2/glade/meflin.glade
gtk-v2/glade/meflin.gladep
- New layout files for the V2 client. make install places the .glade files
in the crossfire-client data directory, where they are detected by the
client in order to allow a user to select a new layout from the
configuration popup dialog.
gtk-v2/glade/dialogs.glade
gtk-v2/glade/dialogs.gladep
- This glade-2 XML layout project contains pop-up dialogs formerly contained
in the ../gtk-v2.glade files. It was created to reduce the overhead in
setting up a new main window layout. The client allows a user to specify
a new file at the command-line, but does not attempt to support in-client
selection of an alternate file.
- Various modification to the original pop-up dialogs have been made to
support the libglade-2.0 conversion. The generated code allowed the XML
file to have variations in it that cause problems for libglade.
- Minor alterations have been mode to appearance and/or text on various
dialogs.
gtk-v2/glade/gtk-v2.glade
gtk-v2/glade/gtk-v2.gladep
gtk-v2/gtk-v2.glade
gtk-v2/gtk-v2.gladep
- Moved to gtk-v2/glade sub-directory.
- This is the original gtk-v2 client layout by mwedel.
- All popup dialogs have moved into gtk-v2/glade/dialogs.glade.
gtk-v2/Makefile.am
gtk-v2/Makefile.in
- LIBGLADE_CFLAGS/LIBS addition
- gtk-v2/glade directory addition now supported.
- DIST_COMMON modifications by autoconf/automake to remove files not under
SVN control.
- Remove gtk-v2/gtk-v2.glade and gtk-v2/gtk-v2.gladep from EXTRA_DIST as they
are now located in the gtk-v2/glade subdirectory.
gtk-v2/README-dev
- Reformat for aesthetics and readability.
- Various updates to content based upon IRC or mailing list discussions.
- Rework content to third-party point-of-view to make it easier for other
developers to modify the document.
gtk-v2/src
- Inexplicable property changes to svn:ignore simply reposition .deps entry.
gtk-v2/src/about.c
gtk-v2/src/inventory.c
gtk-v2/src/keys.c
gtk-v2/src/map.c
gtk-v2/src/metaserver.c
gtk-v2/src/spells.c
- Include glade.h
- Remove includes of glade-2 generated source files.
- Conversion to libglade-2.0 requires use of glade_get_widget_tree() and
change from lookup_widget() to glade_xml_get_widget() and insertion of
g_signal_connect() to replace functionality previously found in glade-2
generated source files.
gtk-v2/src/config.c
- Include glade.h
- Various code comment improvements.
- Remove includes of glade-2 generated source files.
- All functions without a comment header now have one.
- Significant code comment reformatting to use of a 79 character line width
and to reduce line lengths over 80 characters.
- Add static char pointers themedir and gladedir to better support loading
combo box widgets from the crossfire-client data directory, and to reduce
the number of redundant hard-coded strings.
- The configuration popup dialog now supports in-client selection of an XML
layout file to redefine the root window appearance. Modified functions
include load_defaults(), save_defaults(), setup_config_window(), and
read_config_window(). New functions are scandir_glade_filter,
fill_combobox_from_datadir() which is derived from code factored out of
setup_config_window() so it can be used multiple times. Modifications to
save_winpos() and load_window_positions() alters screen position saving to
remove hard-coded copy/pasted code and more flexibly support multiple XML
UI layout files.
- Conversion to libglade-2.0 requires use of glade_get_widget_tree() and
change from lookup_widget() to glade_xml_get_widget() and insertion of
g_signal_connect() to replace functionality previously found in glade-2
generated source files.
- scandir_filter() renamed to scandir_theme_filter() for more consistent
naming for multiple scandir filter functions now required since the window
layout combo box also requires on.
gtk-v2/src/image.c
gtk-v2/src/opengl.c
gtk-v2/src/sdl.c
- Include glade.h
gtk-v2/src/info.c
gtk-v2/src/pickup.c
gtk-v2/src/stats.c
- Include glade.h
- Remove includes of glade-2 generated source files.
- Conversion to libglade-2.0 requires use of glade_get_widget_tree() and
change from lookup_widget() to glade_xml_get_widget().
gtk-v2/src/interface.c
gtk-v2/src/interface.h
gtk-v2/src/callbacks.h
gtk-v2/src/support.c
gtk-v2/src/support.h
- Remove glade-2 generated source files.
gtk-v2/src/magicmap.c
- Include glade.h
- Remove includes of glade-2 generated source files.
gtk-v2/src/main.c
gtk-v2/src/main.h
- Include glade.h
- General changes to support the conversion to libglade-2.0 require runtime
processing of the glade-2 XML layout file names and locations.
- Add support for command-line specification of glade-2 generated XML files
that describe the UI windows and pop-up dialogs.
- Conversion to libglade-2.0 requires use of glade_get_widget_tree() and
change from lookup_widget() to glade_xml_get_widget() and insertion of
g_signal_connect() to replace functionality previously found in glade-2
generated source files.
gtk-v2/src/Makefile.am
gtk-v2/src/Makefile.in
- LIBGLADE_CFLAGS/LIBS addition.
- Replace GTK2_CFLAGS/LIBS with LIBGLADE_CFLAGS/LIBS.
- Changes resulting from removal of glade-2 generated source files.
gtk-v2/src/menubar.c
- Include glade.h
- Remove includes of glade-2 generated source files.
- Include image.h and gtk2proto.h as support the libglade-2.0 conversion.
- Conversion to libglade-2.0 requires use of glade_get_widget_tree() and
change from lookup_widget() to glade_xml_get_widget() and insertion of
g_signal_connect() to replace functionality previously found in glade-2
generated source files.
gtk-v2/TODO
- Reformat for aesthetics and readability.
- Add todo for non-functional scroll bar handles on the map display.
- Adjust todo for lower screen resolution support since the libglade-2.0 port
at least partially addresses usability on smaller desktops.
help/about.h
- EOL whitespace removed.
- Minor reformat for aesthetics.
- Added libglade-2.0 conversion author.
Makefile.in
common/Makefile.in
gtk/Makefile.in
gtk/themes/Makefile.in
help/Makefile.in
pixmaps/Makefile.in
sound-src/Makefile.in
- LIBGLADE_CFLAGS/LIBS addition
x11/Makefile.in
- LIBGLADE_CFLAGS/LIBS addition
- DIST_COMMON modifications by autoconf/automake to remove files not under
SVN control.

175 lines of code changed in 6 files:

  • client/trunk/gtk-v2: Makefile.am (+2 -3), Makefile.in (+4 -5), README-dev (+144 -114), TODO (+25 -18), gtk-v2.glade (del), gtk-v2.gladep (del)
kbulgrien 2007-08-25 22:10 Rev.: 6986

- autoconf/automake changes
- gtk-v2/src: make proto changes

2 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+2 -1)
mwedel 2007-08-09 02:10 Rev.: 6899

Add support for metaserver2 in client. For the X11/C clients, they use basic
interface (drawn in text window, select a number), so no changes to the GUI
portions of those clients was done - gtk2 uses window, so some extra work
there.
--
acinclude.m4: New file - added for LIBCURL_CHECK_CONFIG macro support.
aclocal.m4: Rebuilt
configure: Add --disable-metaserver2 option, check for Curl, pthread. Make
sure user either has curl installed or has used --disable-metaserver2
configure, */Makefile.in: Rebuilt with Curl support
common/cconfig.h: Add note about METASERVER2 (controlled via configure)
common/client.c: Add metaserver2 global
common/client.h: Add metaserver2 global
common/config.h.in: Rebuilt by autoheader.
common/init.c: Add call to init_metaserver()
common/metaserver.c: Support for metaserver2. More fields in Meta_Info.
Re-arrange file a little so logical functions are together.
common/metaserver.h: New fields in Meta_Info, some renamed to keep
it consistent accross all of metaserver2.
common/proto.h: rebuilt
gtk-v2/src/metaserver.c: Add support for threaded metaserver2 retrievals -
need to make sure data is accessed in thread safe way, also need to
add check for status of retrieval thread.
MSW 2007-08-08

8 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+8 -10)
kbulgrien 2007-07-22 17:01 Rev.: 6801

- GTK2 Metaserver dialog modifications:
* Minor rework of prompt texts.
* Add Escape key accelerator for the Quit button.
* Add tooltip to the Quit button to tell a user about the accelerator.
* Cosmetic improvement to the metaserver dialog done by adding padding or
* border width to some widgets so there is spacing between them.
* Make more room for "Server Comments" by removing the redundant "IP Addr"
field, renaming "Last Update (Sec)" to "Updated (Sec)", and renaming
"# Players" to "Players".
- Various non-descript Glade Interface Designer generated file changes.

11 lines of code changed in 1 file:

  • client/trunk/gtk-v2: gtk-v2.glade (+11 -7)
akirschbaum 2007-06-27 13:57 Rev.: 6716

Remove trailing whitespace.

3 lines of code changed in 7 files:

  • client/trunk/gtk-v2: Makefile.am (-1), README (new), README-dev (new), TODO (+1 -2)
mwedel 2007-06-12 00:51 Rev.: 6520

Add pick up menu updating support for gtk2 client - when you log in, it
will get your character pickup mode and update the check boxes accordingly.
---
gtk-v2/gtk-v2.glade: Change "don't_pickup1" widget name to "do_not_pickup"
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/main.c: Remove empty client_pickup() function, add pickup_init()
gtk-v2/src/pickup.c: Bunch of new code to support pickup updating - mostly
a mapping from menu items to pickup modes, since glade doesn't let us
store those attributes in the menu item.
MSW 2007-06-11


1 lines of code changed in 1 file:

  • client/trunk/gtk-v2: gtk-v2.glade (+1 -1)
akirschbaum 2007-04-16 15:01 Rev.: 6050

Rebuilt auto-generated files.

1 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+1 -1)
mwedel 2007-02-26 02:53 Rev.: 5617

Add theme support to the gtk2 client spell window.
gtk-v2/gtk-v2.glade: Remove the drawingarea boxes, add eventboxes and put
the labels in the eventbox - the labels now act as key, as it is easier
to do all of foreground, background, and font style there.
gtk-v2/src/config.c: Add calls to set spell styles and redraw spell window
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/inventory.c: Declare Style_Names static, since it is a generic
name and spells.c uses same name. Linewrap a long line.
gtk-v2/src/spells.c: Add theme handling - load up theme data, set entries
in the treeview widget, update code to draw keys.
gtk-v2/themes/Black, gtk-v2/themes/Standard: Add style information for the
spells.
MSW 2007-02-25

98 lines of code changed in 1 file:

  • client/trunk/gtk-v2: gtk-v2.glade (+98 -73)
ryo_saeba 2007-02-23 16:43 Rev.: 5588

Fix missing -llualib linking option.

10 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+10 -5)
mwedel 2007-02-21 03:20 Rev.: 5583

Remove hard dependancy of LUA - instead, have configure check for it and
just don't compile in the LUA bits if we don't have lua installed.
--
configure,configure.in: Add lua checks.
*/Makefile.am, */Makefile.in: Remove hard coded links of -llua
common/config.h.in: Add HAVE_LIBLUA define
common/commands.c, common/p_cmd.c, common/script_lua.c: Add #ifdef
HAVE_LIBLUA checks
MSW 2007-02-20


8 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+8 -10)
ryo_saeba 2007-02-10 13:25 Rev.: 5432

Apply patch #1560052: LUA client-side support.

9 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+9 -3)
mwedel 2007-02-07 02:32 Rev.: 5396

gtk-v2/gtk-v2.glade: Apply patch 1636013 - standardize on underscored
widget names. Patch by Veli-Matti Valtonen - maligor.
MSW 2007-02-06

44 lines of code changed in 1 file:

  • client/trunk/gtk-v2: gtk-v2.glade (+44 -44)
lalo 2007-02-05 03:53 Rev.: 5381

adding desktop files for the gtkv2 client

9 lines of code changed in 1 file:

  • client/trunk/gtk-v2: crossfire-client.desktop (new 9)
mwedel 2007-02-05 03:26 Rev.: 5380

Add support for different themes in the gtk2 client. A lot of compiled
in defaults have also moved to the the theme file.
---
INSTALL: Added file - wanted by automake.
README: Move install directions to INSTALL file.
configure.in, configure: Add gtk-v2/themes/Makefile to list of Makefiles.
common/Makefile.in, common/Makefile.am: Add rule to make msgtypes.h file.
common/client.h: Add Msg_Type_Names file, used by msgtypes.h file.
common/msgtypes.h: File that holds names for the message type/subtype
values.
common/msgtypes.pl: Script to make msgtypes.h file - basically parses
newclient.h, pulling out the MSG_ structures.
common/newclient.h: Update to match server version.
gtk-v2/Makefile.am, gtk-v2/Makefile.in: Add themes to list of subdirectories.
gtk-v2/gtk-v2.glade: Add theme selection to config window.
gtk-v2/src/config.c: Add support for loading/saving theme to gdefaults2 file.
Add support for getting theme from config window, and changing appearance
without need for restart.
gtk-v2/src/gtk2proto.h: rebuilt for theme related functions.
gtk-v2/src/info.c: Remove hard coded font values. Add code to load
color, font, and msg type/subtype from theme file. Remove
a lot of the hardcoding for having 2 textviews - removes a lot
of redundant code. Change processing for adding messages to
to text buffers - don't create a new text tag - use the various
textags we have that match.
gtk-v2/src/interface.c: Rebuilt with theme selection for config window.
gtk-v2/src/inventory.c: Remove hard coded values for color on
inventory status. Add ability to specify more than just background
color for different status - can now also change font & foreground
color. Add code to load up style information. Change processing
for getting row style. Update code that adds entries to the rows.
gtk-v2/src/main.c: Ad usercolorname global array that provides a name
to color number mapping to be used in theme files. Add code to
load up user theme.
gtk-v2/src/stats.c: Add support for parsing theme data. Remove hard coded
color values for the stat bars. Removed hard coded value on number
of stat bars in lots of places.
gtk-v2/themes: New directory to hold the theme files.
---
MSW 2007-02-04

56 lines of code changed in 4 files:

  • client/trunk/gtk-v2: Makefile.am (new), Makefile.in (+2 -2), gtk-v2.glade (+52)
ryo_saeba 2006-11-29 17:50 Rev.: 5144

Merge patch #1558073: newpickup flesh courtesy bencha

20 lines of code changed in 1 file:

  • client/trunk/gtk-v2: gtk-v2.glade (+20)
mwedel 2006-11-04 03:09 Rev.: 5075

Add ability for client to get exp table from server. Add exp progressbar
to GTK2 client.
--
common/client.c: Add declarations for exp_table, exp_table_max, and call to
send 'requestinfo exp_table' to server.
common/client.h: Add extern declarations for exp_table, exp_table_max
common/commands.c: Add get_exp_info() function to get exp table from
server in replyinfo command. Fix crash bug in ReplyInfoCmd() if replyinfo
with no parameters is sent to client.
common/init.c: Add code to clear/initialize exp_table, exp_table_max
gtk-v2/gtk-v2.glade: Add exp progessbar widget.
gtk-v2/src/gtk2proto.h: rebuilt
gtk-v2/src/interface.c: Rebuilt
gtk-v2/src/stats.c: Add code to draw/update the exp progressbar. Replace
some static numeric constants with #define values instead. Add
can_alert option to update_stat()
MSW 2006-11-03

100 lines of code changed in 2 files:

  • client/trunk/gtk-v2: gtk-v2.glade (new)
qal21 2006-10-21 00:13 Rev.: 5037

Make a small tweak to make the svnversion call more proper, and rebuild makefiles (Most don't need to be, however it was becoming too much of a pain to only update the right ones).

4 lines of code changed in 1 file:

  • client/trunk/gtk-v2: Makefile.in (+4 -1)
qal21 2006-09-20 23:54 Rev.: 4958

Change client binary names for 2.0 to crossfire-client-foo, where foo is either gtk, gtk2, or x11. Rebuild makefiles.

0 lines of code changed in 2 files:

  • client/trunk/gtk-v2: Makefile.in (new)
Generated by StatSVN 0.7.0