Commit graph

557 commits

Author SHA1 Message Date
Randypk
5a584381f3 Bug Fix#23060: unit status tooltips do not show.
The rectangle for the unit_stats was overlapping other rectangles, making
it not function properly.  Just resized it to fit. Tested with single
poison effect, both poison and slow, and no effects, all worked.
2015-09-21 09:20:08 +11:00
Celtic Minstrel
40ea98568a Add "Quit to Desktop" to the themes.
It's still omitted from Pandora theme. Should it be?
2015-09-08 10:46:02 -04:00
Celtic Minstrel
c35387982c Generalize Quit to Desktop hotkey so it works in-game and at titlescreen 2015-09-07 14:52:00 -04:00
Charles Dang
c35fb63472 Rename Quit Game/Quit Editor menu items Quit to Titlescreen 2015-08-13 06:59:51 +11:00
Celtic Minstrel
819eab2f96 Add dialog to allow user to customize which label groups are displayed 2015-08-07 16:44:50 -04:00
Charles Dang
906f6bcfe4 Fixed path to default replay theme toolbar image 2015-01-21 00:54:28 +11:00
Ignacio R. Morelle
e34bf6f011 Fix image paths used by the Classic theme's replay bar
Includes renaming three files.
2015-01-15 05:03:54 -03:00
Ignacio R. Morelle
4c64a7d0c5 Add missing file for the legacy 1.10 theme 2015-01-15 04:49:13 -03:00
Ignacio R. Morelle
ab5d76fa96 Default theme uses 'classic' dir, Classic uses 'legacy'
Reverts a decision from commit 10b7cd63f5
in order to both make the Classic theme backportable to 1.12 and
eliminate an unnecessary complication for UMC.

At some point in the future, the Default theme will replace Classic when
the rumored UnitBox theme becomes the default, so I'd say naming its
directories "classic" makes sense, while the current Classic theme is
the "legacy" classic.

If we hadn't gotten stuck with Default using "classic" dirs in 1.12
there would be no need for any of this irritating nonsense.
2015-01-15 04:41:40 -03:00
Ignacio R. Morelle
61a7527a71 Rename data/themes/macros.cfg and include it only once instead of 7 times 2015-01-10 13:15:57 -03:00
Ignacio R. Morelle
569a33b1f5 Add spelling exception for wmllint 2014-10-11 01:00:02 -03:00
Chris Beck
9c6683e69e remove replay viewer text label
This label didn't seem to contribute much of anything, and it
caused big problems for translators because we don't have
dynamically resizing text labels, and that would have provoked
intractable layout problems anyways, so we decide just to remove
it and rely on the tooltips / media controller icons on the buttons
to tell the user what is going on.

See also discussion here:
http://forums.wesnoth.org/viewtopic.php?f=9&t=24598&start=120#p575851
2014-09-18 10:45:27 -04:00
Zappaman
e55e596c9d added play single move replay button with callbacks to the function in replay_controller 2014-08-29 21:37:14 +03:00
Chris Beck
231d4f9762 Merge pull request #247 from Zappaman/command_mode_b
Add command mode access from context menu, alternative
2014-07-16 01:04:55 -04:00
fendrin
fa341cc73d Fix error message about missing ui elements. 2014-07-14 18:40:41 -04:00
fendrin
ea3fd99a81 Enabled the terrain description dialog in the editor.
Conflicts:
	data/themes/editor.cfg
	src/editor/editor_controller.cpp
2014-07-14 18:19:28 -04:00
Zappaman
1e0ae693b2 This patch adds a feature mentioned in http://wiki.wesnoth.org/EasyCoding,
namely the first one in "Engine related features". To implement this feature, I added the command field in the configuration for the context menu.

This comes as an alternative to https://github.com/wesnoth/wesnoth/pull/246
2014-07-12 07:42:33 -07:00
Ignacio R. Morelle
e55458f2c6 wmlindent pass on data/themes/ 2014-07-02 21:40:59 -04:00
Espreon
c8848813fd Improved theme descriptions 2014-06-16 13:19:54 -04:00
fendrin
84baedf4d3 Change unit facing submenu for the scenario editor. 2014-06-09 19:16:52 +02:00
fendrin
10b7cd63f5 Class Theme restoring the 1.12 UI. 2014-05-08 02:14:14 +02:00
fendrin
d4494d7e79 Fix bug #21542: Observers icon on the top bar overlaps the Menu button 2014-03-01 09:21:28 +01:00
fendrin
4e03757bbe Adjust space for the unit side flag and colors for attributes. 2014-03-01 08:13:51 +01:00
fendrin
257908cd01 Add a font color for the traits. Some cleanups. 2014-03-01 02:41:45 +01:00
fendrin
ca2eec45b9 Update to the default and editor themes.
Reintroduced the alignment and side.
2014-02-27 23:54:51 +01:00
fendrin
1eca83ffa7 Added a macro to sync the minimap region of default and editor theme. 2014-02-27 23:31:40 +01:00
Ignacio R. Morelle
b7848663bd Revert most of c1374ba032
Commit c1374ba032 for some reason reverted
commits 4a44369d8a and
91cbc9aff1.
2014-02-19 23:12:15 -03:00
ln-zookeeper
c1374ba032 Clarified 'Evacuation' now taking place at Lake Vrug. 2014-02-20 00:56:39 +02:00
Ignacio R. Morelle
91cbc9aff1 theme ui: Convert mainline themes to use id= and translatable name= values
The 'null' theme is a hidden theme, so it doesn't get a UI name of its
own.
2014-02-19 08:56:51 -03:00
Ignacio R. Morelle
1ce9448b1e theme ui: Add descriptions to the user-visible mainline themes 2014-02-19 06:39:51 -03:00
Mark de Wever
9bcfeffc42 Fix drawing the offmap area for small resolutions.
The problem was a bit tricky. A partial resolution removed an element with
an empty id. The main_map_border section has no id and thus an empty id.
So the inheritance removed this section by accident. Of course the id for
a removal or change should be mandatory, which the next patch will do.

This fixes a part of bug #21584.
2014-02-15 09:20:33 +01:00
Ignacio R. Morelle
00442b4624 gui: Move Describe Terrain context menu item below Kill Unit
Only applies to the Pandora and Default themes since no other themes
have the Describe Terrain action.
2014-01-13 04:00:50 -03:00
Ignacio R. Morelle
bb52d6f5b3 gui: Remove empty context menu entry from the default theme 2014-01-13 03:59:13 -03:00
fendrin
fa05514f5a Submenu for the "Back to turn x" autosave loading menu entries. 2014-01-09 07:17:57 +01:00
fendrin
ddd610a809 Adjusments for the new minimap and end turn graphics. 2014-01-07 02:32:15 +01:00
fendrin
9ee891db99 Context menu item for saving areas. 2014-01-03 00:33:37 +01:00
fendrin
ab90eedd5f Remove obsolete overlay= attributes from actions which have own icons. 2014-01-02 11:53:06 +01:00
Bär Halberkamp
ef2bdfbc12 Ran wmlindent 2013-12-31 19:22:28 +01:00
fendrin
4f119bdc18 Support for assigning recruit lists in the editor. 2013-12-31 11:21:55 +01:00
fendrin
c0f8febf46 Remove side from map context feature put into use. 2013-12-28 11:39:41 +01:00
fendrin
0affe77221 Implemented the area feature properly.
Adds remove, add, rename, save and local time menu entries to the editor
"Area" menu.

The local time menu still segfaults if there is no area defined.
2013-12-27 05:26:26 +01:00
fendrin
13446f55c9 Fix the default theme for small resolutions to some degree. 2013-12-23 07:58:22 +01:00
fendrin
c639195cd2 Fix path to the smaller minimap image and correct its position. 2013-12-22 23:25:08 +01:00
fendrin
b4ad6c2823 Fix the editor theme layout to match the new minimap frame image. 2013-12-22 11:33:09 +01:00
fendrin
4fd640479e Update the theme config files to new image paths. 2013-12-22 08:43:21 +01:00
Ignacio R. Morelle
060c35d82c wmlindent pass on mainline 2013-12-21 23:06:43 -03:00
Ignacio R. Morelle
81bb3f8b0f Theme WML cleanup inspired by a wmlindent pass
Comment indentation only.
2013-12-21 23:05:30 -03:00
Ignacio R. Morelle
b8ce752221 Theme WML cleanup inspired by a wmlindent pass
Mostly comments and indentation only.
2013-12-21 23:05:29 -03:00
Ignacio R. Morelle
4c39592471 Theme WML cleanup inspired by a wmlindent pass
Mostly comments and indentation only. Also removed a big mid-line
whitespace chunk.
2013-12-21 23:05:29 -03:00
fendrin
130009ef7f Support for handling maps and scenarios differently.
Dialog for editing the scenario setup.
Dialog for editing the side setup.
A mechanism for loading and saving the different cases.
2013-12-18 00:46:58 +01:00