Author: fendrin
Date: Sun Mar 20 22:07:00 2011
New Revision: 48963
URL: http://svn.gna.org/viewcvs/wesnoth?rev=48963&view=rev
Log:
Enabled the placement of labels.
Improvements to the side handling code and gui.
Added:
branches/editor/data/gui/default/window/editor_label.cfg
branches/editor/data/gui/default/window/editor_side.cfg
branches/editor/src/gui/dialogs/editor_edit_label.cpp
branches/editor/src/gui/dialogs/editor_edit_label.hpp
branches/editor/src/gui/dialogs/editor_side.cpp
- copied, changed from r48907,
branches/editor/src/gui/dialogs/editor_new_map.cpp
branches/editor/src/gui/dialogs/editor_side.hpp
- copied, changed from r48907,
branches/editor/src/gui/dialogs/editor_new_map.hpp
Modified:
branches/editor/data/campaigns/Legend_of_Wesmere/maps/Kalian.map
branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian_under_Attack.cfg
branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg
branches/editor/data/themes/editor.cfg
branches/editor/src/CMakeLists.txt
branches/editor/src/display.hpp
branches/editor/src/editor/action.cpp
branches/editor/src/editor/editor_controller.cpp
branches/editor/src/editor/editor_controller.hpp
branches/editor/src/editor/editor_map.cpp
branches/editor/src/editor/editor_map.hpp
branches/editor/src/editor/mouse_action.cpp
branches/editor/src/game_display.cpp
branches/editor/src/gui/dialogs/dialog.cpp
branches/editor/src/gui/dialogs/dialog.hpp
branches/editor/src/gui/dialogs/field-fwd.hpp
branches/editor/src/gui/dialogs/field.hpp
branches/editor/src/hotkeys.cpp
branches/editor/src/hotkeys.hpp
branches/editor/src/map_label.cpp
branches/editor/src/map_label.hpp
branches/editor/src/team.hpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/editor/data/campaigns/Legend_of_Wesmere/maps/Kalian.map
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/campaigns/Legend_of_Wesmere/maps/Kalian.map?rev=48963&r1=48962&r2=48963&view=diff
Modified:
branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian_under_Attack.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/03_Kalian_under_Attack.cfg?rev=48963&r1=48962&r2=48963&view=diff
Modified:
branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg?rev=48963&r1=48962&r2=48963&view=diff
Added: branches/editor/data/gui/default/window/editor_label.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/gui/default/window/editor_label.cfg?rev=48963&view=auto
Added: branches/editor/data/gui/default/window/editor_side.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/gui/default/window/editor_side.cfg?rev=48963&view=auto
Modified: branches/editor/data/themes/editor.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/themes/editor.cfg?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/CMakeLists.txt
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/CMakeLists.txt?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/display.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/display.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/action.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/action.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/editor_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_controller.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/editor_controller.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_controller.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/editor_map.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_map.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/editor_map.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_map.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/editor/mouse_action.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/mouse_action.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/game_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/game_display.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/gui/dialogs/dialog.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/dialog.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/gui/dialogs/dialog.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/dialog.hpp?rev=48963&r1=48962&r2=48963&view=diff
Added: branches/editor/src/gui/dialogs/editor_edit_label.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/editor_edit_label.cpp?rev=48963&view=auto
Added: branches/editor/src/gui/dialogs/editor_edit_label.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/editor_edit_label.hpp?rev=48963&view=auto
Copied: branches/editor/src/gui/dialogs/editor_side.cpp (from r48907,
branches/editor/src/gui/dialogs/editor_new_map.cpp)
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/editor_side.cpp?p2=branches/editor/src/gui/dialogs/editor_side.cpp&p1=branches/editor/src/gui/dialogs/editor_new_map.cpp&r1=48907&r2=48963&rev=48963&view=diff
Copied: branches/editor/src/gui/dialogs/editor_side.hpp (from r48907,
branches/editor/src/gui/dialogs/editor_new_map.hpp)
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/editor_side.hpp?p2=branches/editor/src/gui/dialogs/editor_side.hpp&p1=branches/editor/src/gui/dialogs/editor_new_map.hpp&r1=48907&r2=48963&rev=48963&view=diff
Modified: branches/editor/src/gui/dialogs/field-fwd.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/field-fwd.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/gui/dialogs/field.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/gui/dialogs/field.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/hotkeys.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/hotkeys.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/hotkeys.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/hotkeys.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/map_label.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/map_label.cpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/map_label.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/map_label.hpp?rev=48963&r1=48962&r2=48963&view=diff
Modified: branches/editor/src/team.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/team.hpp?rev=48963&r1=48962&r2=48963&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits