wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src font.cpp help.cpp hotkeys.cpp intro...


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/src font.cpp help.cpp hotkeys.cpp intro...
Date: Thu, 10 Mar 2005 17:29:57 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/03/10 22:29:57

Modified files:
        src            : font.cpp help.cpp hotkeys.cpp intro.cpp 
                         mapgen_dialog.cpp multiplayer_connect.hpp 
                         multiplayer_create.cpp multiplayer_wait.cpp 
                         multiplayer_wait.hpp playturn.hpp 
                         preferences.cpp show_dialog.cpp tooltips.cpp 
                         tooltips.hpp 
        src/widgets    : textbox.hpp 

Log message:
        include cleanup: tooltips

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/font.cpp.diff?tr1=1.119&tr2=1.120&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.cpp.diff?tr1=1.73&tr2=1.74&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/hotkeys.cpp.diff?tr1=1.68&tr2=1.69&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/intro.cpp.diff?tr1=1.67&tr2=1.68&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/mapgen_dialog.cpp.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_connect.hpp.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_create.cpp.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_wait.cpp.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_wait.hpp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/playturn.hpp.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/preferences.cpp.diff?tr1=1.141&tr2=1.142&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/show_dialog.cpp.diff?tr1=1.112&tr2=1.113&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tooltips.cpp.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/tooltips.hpp.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/widgets/textbox.hpp.diff?tr1=1.41&tr2=1.42&r1=text&r2=text

Patches:
Index: wesnoth/src/font.cpp
diff -u wesnoth/src/font.cpp:1.119 wesnoth/src/font.cpp:1.120
--- wesnoth/src/font.cpp:1.119  Wed Mar  9 23:30:27 2005
+++ wesnoth/src/font.cpp        Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: font.cpp,v 1.119 2005/03/09 23:30:27 ydirson Exp $ */
+/* $Id: font.cpp,v 1.120 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -14,6 +14,7 @@
 #include "wesconfig.h"
 #include "global.hpp"
 
+#include "display.hpp"
 #include "font.hpp"
 #include "filesystem.hpp"
 #include "game_config.hpp"
Index: wesnoth/src/help.cpp
diff -u wesnoth/src/help.cpp:1.73 wesnoth/src/help.cpp:1.74
--- wesnoth/src/help.cpp:1.73   Thu Mar 10 21:42:04 2005
+++ wesnoth/src/help.cpp        Thu Mar 10 22:29:57 2005
@@ -14,6 +14,7 @@
 
 #include "about.hpp"
 #include "cursor.hpp"
+#include "display.hpp"
 #include "events.hpp"
 #include "font.hpp"
 #include "game_config.hpp"
Index: wesnoth/src/hotkeys.cpp
diff -u wesnoth/src/hotkeys.cpp:1.68 wesnoth/src/hotkeys.cpp:1.69
--- wesnoth/src/hotkeys.cpp:1.68        Wed Mar  9 22:58:18 2005
+++ wesnoth/src/hotkeys.cpp     Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: hotkeys.cpp,v 1.68 2005/03/09 22:58:18 ydirson Exp $ */
+/* $Id: hotkeys.cpp,v 1.69 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -16,6 +16,7 @@
 #define GETTEXT_DOMAIN "wesnoth-lib"
 
 #include "config.hpp"
+#include "display.hpp"
 #include "events.hpp"
 #include "hotkeys.hpp"
 #include "gettext.hpp"
Index: wesnoth/src/intro.cpp
diff -u wesnoth/src/intro.cpp:1.67 wesnoth/src/intro.cpp:1.68
--- wesnoth/src/intro.cpp:1.67  Wed Mar  9 22:58:18 2005
+++ wesnoth/src/intro.cpp       Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: intro.cpp,v 1.67 2005/03/09 22:58:18 ydirson Exp $ */
+/* $Id: intro.cpp,v 1.68 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,6 +13,7 @@
 
 #include "global.hpp"
 
+#include "display.hpp"
 #include "events.hpp"
 #include "font.hpp"
 #include "game_config.hpp"
Index: wesnoth/src/mapgen_dialog.cpp
diff -u wesnoth/src/mapgen_dialog.cpp:1.32 wesnoth/src/mapgen_dialog.cpp:1.33
--- wesnoth/src/mapgen_dialog.cpp:1.32  Thu Mar 10 21:42:04 2005
+++ wesnoth/src/mapgen_dialog.cpp       Thu Mar 10 22:29:57 2005
@@ -2,6 +2,7 @@
 
 #include "mapgen_dialog.hpp"
 
+#include "display.hpp"
 #include "events.hpp"
 #include "font.hpp"
 #include "gettext.hpp"
Index: wesnoth/src/multiplayer_connect.hpp
diff -u wesnoth/src/multiplayer_connect.hpp:1.32 
wesnoth/src/multiplayer_connect.hpp:1.33
--- wesnoth/src/multiplayer_connect.hpp:1.32    Wed Mar  9 09:32:11 2005
+++ wesnoth/src/multiplayer_connect.hpp Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_connect.hpp,v 1.32 2005/03/09 09:32:11 ydirson Exp $ */
+/* $Id: multiplayer_connect.hpp,v 1.33 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -13,12 +13,13 @@
 #ifndef MULTIPLAYER_CONNECT_H_INCLUDED
 #define MULTIPLAYER_CONNECT_H_INCLUDED
 
-#include "widgets/scrollpane.hpp"
+#include "config.hpp"
+#include "gamestatus.hpp"
+#include "leader_list.hpp"
 #include "multiplayer_ui.hpp"
 #include "multiplayer_create.hpp"
-#include "config.hpp"
 #include "network.hpp"
-#include "leader_list.hpp"
+#include "widgets/scrollpane.hpp"
 
 #include <string>
 
Index: wesnoth/src/multiplayer_create.cpp
diff -u wesnoth/src/multiplayer_create.cpp:1.11 
wesnoth/src/multiplayer_create.cpp:1.12
--- wesnoth/src/multiplayer_create.cpp:1.11     Thu Mar 10 21:42:04 2005
+++ wesnoth/src/multiplayer_create.cpp  Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_create.cpp,v 1.11 2005/03/10 21:42:04 ydirson Exp $ */
+/* $Id: multiplayer_create.cpp,v 1.12 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -11,8 +11,10 @@
    See the COPYING file for more details.
 */
 
+#include "display.hpp"
 #include "gettext.hpp"
 #include "global.hpp"
+#include "image.hpp"
 #include "show_dialog.hpp"
 #include "map_create.hpp"
 #include "multiplayer_create.hpp"
Index: wesnoth/src/multiplayer_wait.cpp
diff -u wesnoth/src/multiplayer_wait.cpp:1.10 
wesnoth/src/multiplayer_wait.cpp:1.11
--- wesnoth/src/multiplayer_wait.cpp:1.10       Thu Mar 10 21:42:04 2005
+++ wesnoth/src/multiplayer_wait.cpp    Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_wait.cpp,v 1.10 2005/03/10 21:42:04 ydirson Exp $ */
+/* $Id: multiplayer_wait.cpp,v 1.11 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -13,6 +13,7 @@
 
 #include "global.hpp"
 
+#include "display.hpp"
 #include "gettext.hpp"
 #include "log.hpp"
 #include "multiplayer_wait.hpp"
Index: wesnoth/src/multiplayer_wait.hpp
diff -u wesnoth/src/multiplayer_wait.hpp:1.2 
wesnoth/src/multiplayer_wait.hpp:1.3
--- wesnoth/src/multiplayer_wait.hpp:1.2        Tue Feb 22 23:07:19 2005
+++ wesnoth/src/multiplayer_wait.hpp    Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_wait.hpp,v 1.2 2005/02/22 23:07:19 gruikya Exp $ */
+/* $Id: multiplayer_wait.hpp,v 1.3 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -19,6 +19,7 @@
 #include "widgets/menu.hpp"
 #include "widgets/combo.hpp"
 
+#include "gamestatus.hpp"
 #include "show_dialog.hpp"
 #include "multiplayer_ui.hpp"
 #include "leader_list.hpp"
Index: wesnoth/src/playturn.hpp
diff -u wesnoth/src/playturn.hpp:1.63 wesnoth/src/playturn.hpp:1.64
--- wesnoth/src/playturn.hpp:1.63       Thu Mar 10 20:43:48 2005
+++ wesnoth/src/playturn.hpp    Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: playturn.hpp,v 1.63 2005/03/10 20:43:48 ydirson Exp $ */
+/* $Id: playturn.hpp,v 1.64 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -13,12 +13,12 @@
 #ifndef PLAYTURN_HPP_INCLUDED
 #define PLAYTURN_HPP_INCLUDED
 
-class display;
 class gamestatus;
 class replay_network_sender;
 
 #include "actions.hpp"
 #include "config.hpp"
+#include "display.hpp"
 #include "events.hpp"
 #include "hotkeys.hpp"
 #include "key.hpp"
Index: wesnoth/src/preferences.cpp
diff -u wesnoth/src/preferences.cpp:1.141 wesnoth/src/preferences.cpp:1.142
--- wesnoth/src/preferences.cpp:1.141   Thu Mar 10 21:42:04 2005
+++ wesnoth/src/preferences.cpp Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: preferences.cpp,v 1.141 2005/03/10 21:42:04 ydirson Exp $ */
+/* $Id: preferences.cpp,v 1.142 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -16,6 +16,7 @@
 #define GETTEXT_DOMAIN "wesnoth-lib"
 
 #include "cursor.hpp"
+#include "display.hpp"
 #include "events.hpp"
 #include "filesystem.hpp"
 #include "font.hpp"
Index: wesnoth/src/show_dialog.cpp
diff -u wesnoth/src/show_dialog.cpp:1.112 wesnoth/src/show_dialog.cpp:1.113
--- wesnoth/src/show_dialog.cpp:1.112   Thu Mar 10 21:42:04 2005
+++ wesnoth/src/show_dialog.cpp Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: show_dialog.cpp,v 1.112 2005/03/10 21:42:04 ydirson Exp $ */
+/* $Id: show_dialog.cpp,v 1.113 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -17,6 +17,7 @@
 
 #include "config.hpp"
 #include "cursor.hpp"
+#include "display.hpp"
 #include "events.hpp"
 #include "font.hpp"
 #include "gettext.hpp"
Index: wesnoth/src/tooltips.cpp
diff -u wesnoth/src/tooltips.cpp:1.19 wesnoth/src/tooltips.cpp:1.20
--- wesnoth/src/tooltips.cpp:1.19       Sat Nov 27 10:53:22 2004
+++ wesnoth/src/tooltips.cpp    Thu Mar 10 22:29:57 2005
@@ -1,5 +1,6 @@
 #include "global.hpp"
 
+#include "display.hpp"
 #include "font.hpp"
 #include "show_dialog.hpp"
 #include "tooltips.hpp"
Index: wesnoth/src/tooltips.hpp
diff -u wesnoth/src/tooltips.hpp:1.7 wesnoth/src/tooltips.hpp:1.8
--- wesnoth/src/tooltips.hpp:1.7        Wed Mar  9 17:01:09 2005
+++ wesnoth/src/tooltips.hpp    Thu Mar 10 22:29:57 2005
@@ -1,7 +1,7 @@
 #ifndef TOOLTIPS_HPP_INCLUDED
 #define TOOLTIPS_HPP_INCLUDED
 
-#include "display.hpp"
+class display;
 
 #include "SDL.h"
 
Index: wesnoth/src/widgets/textbox.hpp
diff -u wesnoth/src/widgets/textbox.hpp:1.41 
wesnoth/src/widgets/textbox.hpp:1.42
--- wesnoth/src/widgets/textbox.hpp:1.41        Thu Mar 10 02:09:26 2005
+++ wesnoth/src/widgets/textbox.hpp     Thu Mar 10 22:29:57 2005
@@ -1,4 +1,4 @@
-/* $Id: textbox.hpp,v 1.41 2005/03/10 02:09:26 ydirson Exp $ */
+/* $Id: textbox.hpp,v 1.42 2005/03/10 22:29:57 ydirson Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -17,6 +17,7 @@
 #include "../serialization/string_utils.hpp"
 #include "../sdl_utils.hpp"
 
+#include "display.hpp"
 #include "scrollarea.hpp"
 
 #include "SDL.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]