Directory client/branches/1.x/gtk-v2/

Directory Deleted:
2009-01-17 15:02
Total Files:
0
Deleted Files:
8
Lines of Code:
0

[root]/client/branches/1.x/gtk-v2
                    Folder removed from repo src (0 files, 0 lines)

Lines of Code

client/branches/1.x/gtk-v2/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 204 (100.0%) 6.5
mwedel 5 (16.1%) 153 (75.0%) 30.6
ryo_saeba 1 (3.2%) 20 (9.8%) 20.0
kbulgrien 5 (16.1%) 13 (6.4%) 2.6
akirschbaum 9 (29.0%) 13 (6.4%) 1.4
qal21 2 (6.5%) 5 (2.5%) 2.5
lalo 9 (29.0%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:02 Rev.: 11153

preparing for 1.12 release

0 lines of code changed in 8 files:

  • client/branches/1.x/gtk-v2: Makefile.am (del), Makefile.in (del), README (del), README-dev (del), TODO (del), crossfire-client.desktop (del), glade (del), gtk-v2.glade (del)
kbulgrien 2008-01-24 22:53 Rev.: 8269

Bring in relevant changes from trunk revision 7108.
Added to svn:ignore: config.log Makefile autom4te.cache
Bring in relevant changes from trunk revision 7104.
macros/curses.m4, macros/gnome-print-check.m4, macros/linger.m4,
macros/sdl.m4, macros/gtk.m4, macros/gnome-gettext.m4,
macros/need-declaration.m4: m4 file updates were made to fix a configure
script crash and to remove aclocal warnings.
pixmaps/Makefile.in, Makefile.in, gtk/Makefile.in, common/Makefile.in,
help/Makefile.in, utils/Makefile.in, x11/Makefile.in, gtk-v2/Makefile.in,
gtk-v2/src/Makefile.in, sound-src/Makefile.in, aclocal.m4 : Result from
new and updated m4 files.
autogen.sh: Point aclocal at macros so that undefined macros do not crash
./configure.

2 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: Makefile.in (+2 -1)
kbulgrien 2007-09-01 09:09 Rev.: 7097

- svn copy files are not visible as added. Perhaps because this was added too
early and removed?

0 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: glade (new)
kbulgrien 2007-09-01 09:04 Rev.: 7096

- Oops. Should have used svn copy.

0 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: glade (del)
kbulgrien 2007-09-01 08:44 Rev.: 7095

- Prepare for libglade merge.

0 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: glade (new)
mwedel 2007-09-01 00:51 Rev.: 7093

Make metaserver1 gather it's data in its own thread. Brought back from trunk
common/metaserver.c: Add ms1_is_running flag, re-work some of the metaserver1
logic so the function structure makes it easy to spawn the thread,
rename metaserver2_check_status() to just metaserver_check_status()
gtk-v2/src/metaserver.c: Change call to metaserver_check_status(), resort
data after getting all info from sever.
MSW 2007-08-31

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. Brought back from trunk
--
*/Makefile.in: rebuilt
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-31

8 lines of code changed in 1 file:

  • client/branches/1.x/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/branches/1.x/gtk-v2: gtk-v2.glade (+11 -7)
akirschbaum 2007-06-27 13:57 Rev.: 6716

Remove trailing whitespace.

3 lines of code changed in 8 files:

  • client/branches/1.x/gtk-v2: Makefile.am (-1), README (-1), README-dev (+2 -2), TODO (new)
mwedel 2007-06-12 00:53 Rev.: 6521

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/branches/1.x/gtk-v2: gtk-v2.glade (+1 -1)
akirschbaum 2007-04-16 15:01 Rev.: 6050

Rebuilt auto-generated files.

10 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: Makefile.in (+10 -4)
mwedel 2007-02-07 02:32 Rev.: 5397

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/branches/1.x/gtk-v2: gtk-v2.glade (+44 -44)
lalo 2007-02-05 03:53 Rev.: 5381

adding desktop files for the gtkv2 client

0 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: crossfire-client.desktop (new)
ryo_saeba 2006-11-29 17:55 Rev.: 5145

Merge patch #1558073: newpickup flesh courtesy bencha

20 lines of code changed in 1 file:

  • client/branches/1.x/gtk-v2: gtk-v2.glade (+20)
mwedel 2006-11-04 03:15 Rev.: 5076

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/branches/1.x/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).

5 lines of code changed in 2 files:

  • client/branches/1.x/gtk-v2: Makefile.in (+5 -3)
Generated by StatSVN 0.7.0