February 2007 Commit Log

Number of Commits:
13
Number of Active Developers:
4
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

332 lines of code changed in 9 files:

mwedel 2007-02-25 23:31 Rev.: 5615

configure, configure.in: Fix broken check for liblua - not all systems have
liblualib, so assuming they do if liblua exists breaks compilation. And
separate check for lualib.
MSW 2007-02-25

4698 lines of code changed in 3 files:

ryo_saeba 2007-02-23 16:43 Rev.: 5588

Fix missing -llualib linking option.

5137 lines of code changed in 14 files:

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


4833 lines of code changed in 21 files:

ryo_saeba 2007-02-18 10:24 Rev.: 5561

Implement feature request 1025952: GTK Client - Save Pickup options.

172 lines of code changed in 9 files:

ryo_saeba 2007-02-10 13:25 Rev.: 5432

Apply patch #1560052: LUA client-side support.

5578 lines of code changed in 22 files:

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

48 lines of code changed in 2 files:

mwedel 2007-02-06 02:28 Rev.: 5386

Remove svn:eol-style, so hopefully these will work now.

0 lines of code changed in 3 files:

mwedel 2007-02-06 02:16 Rev.: 5384

Change type of files to binary, recommit proper files.
MSW 2007-02-05

0 lines of code changed in 6 files:

akirschbaum 2007-02-05 13:05 Rev.: 5383

Remove unused variable.

0 lines of code changed in 1 file:

akirschbaum 2007-02-05 13:04 Rev.: 5382

Remove trailing whitespace.

68 lines of code changed in 1 file:

lalo 2007-02-05 03:53 Rev.: 5381

adding desktop files for the gtkv2 client

9 lines of code changed in 1 file:

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

2811 lines of code changed in 28 files:

January 2007 »

Generated by StatSVN 0.7.0