Commit graph

736 commits

Author SHA1 Message Date
Steven Panek
015d0d5166 'Resize map' -> 'Resize Map' for the button in the Resize Map dialog. 2011-11-15 20:19:08 +00:00
Ignacio R. Morelle
6ef8aee4f6 gui2/tprogress_bar: Correct Y assignments...
...that made this look slightly different compared to the titlescreen
progress bar
2011-11-04 19:36:09 +00:00
Steven Panek
57dcdff73d 'nick' -> 'nickname'. 2011-11-03 17:24:38 +00:00
Ignacio R. Morelle
49d801cf91 gui2/tmp_create_game: Converted instances of Title Case...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 21:44:38 +00:00
Ignacio R. Morelle
f9854fd55d gui2: Converted slider label from Title Case to Sentence case 2011-10-30 20:28:24 +00:00
Ignacio R. Morelle
001197cfc5 gui2: Converted instances of Title Case in checkbox labels...
...to Sentence case per upcoming UI Style Guide change
2011-10-30 20:28:06 +00:00
Ignacio R. Morelle
3953d976ce gui2/taddon_uninstall_list: New add-ons...
...uninstall menu with multiple selection

I bet there was a FR for this in the tracker, but I couldn't find it.
2011-10-29 19:32:05 +00:00
Ignacio R. Morelle
a919dbf63d gui2/teditor_settings: Change MDI option label again 2011-10-29 05:50:47 +00:00
Ignacio R. Morelle
58f00f63f5 gui2/tlanguage_selection: Title Case 2011-10-28 04:12:37 +00:00
Ignacio R. Morelle
6dda502450 gui2/tlanguage_selection: Set maximum dialog height to 600 2011-10-28 04:12:17 +00:00
Ignacio R. Morelle
431b99e3e0 gui2/teditor_set_starting_position:
Converted old GUI1 starting positions tool menu to GUI2

* Added a column displaying existing starting locations' coordinates to
  the player numbers list

* May have made the player number entries easier to translate

* Removed overly long infodump about hotkeys that's already part of the
  tooltip on the editor palette anyway.

* Ran into a lot of frustration involving adding or substracting one
  from various things like map coordinates and team numbers because the
  zero-based C arrays assumption doesn't seem to work here.
2011-10-28 02:12:15 +00:00
Ignacio R. Morelle
7afb506f41 gui2/teditor_generate_map: Remove unused local macro 2011-10-27 20:25:50 +00:00
Steven Panek
8062907d42 Made a string more accurate. 2011-10-27 13:50:52 +00:00
Ignacio R. Morelle
4fa6a776dd gui2/teditor_settings: Make this dialog tidier
* Rearranged most widgets

* Switched to the Dreaded Title Case from Hell in checkboxes and
  labels (because the wiki says so)

* Changed the wording in some labels

* Removed mention of "MDI", a UI design technicism which users do not
  really care about and only makes things more difficult for translators
2011-10-27 08:56:17 +00:00
Ignacio R. Morelle
42c6e92679 gui2/teditor_settings: Remove unused WML macros 2011-10-27 06:28:23 +00:00
Ignacio R. Morelle
cec8fca6c7 gui2/tsimple_item_selector: Set maximum dialog height to 600 2011-10-26 00:43:34 +00:00
Ignacio R. Morelle
e10a0e9082 gui2: Set maximum dimensions for the OoS notification dialog...
...so it looks better on wide screens
2011-10-18 00:42:29 +00:00
Ignacio R. Morelle
779c00052b Line-wrap author names in the add-on description dialog (bug #18691) 2011-09-25 16:31:44 +00:00
Ignacio R. Morelle
7b206781ba Fix a GUI2 warning...
...for mixing horizontal_grow and horizontal_alignment by commenting
out the latter

> error gui/parse: horizontal_grow and horizontal_alignment can't be
combined, alignment is ignored.
2011-09-24 00:51:05 +00:00
Sytyi Nick
69827944a0 Schema markup updates 2011-08-23 20:14:59 +00:00
Mark de Wever
23d973b05a Comment out some grow factors.
They are probably wrong, need some more evaluation. Found by Sytyi's
validation code.
2011-08-23 20:07:11 +00:00
Sytyi Nick
bb4e47439b Schema markup updates 2011-08-23 19:44:49 +00:00
Mark de Wever
d6dbd88628 Add a key for validation.
The key isn't used yet but is planned. Found by Sytyi's validation code.
2011-08-23 19:41:18 +00:00
Mark de Wever
15c616c89c Fix an invalid key.
Detected by Sytyi's validation code.
2011-08-23 19:41:14 +00:00
Mark de Wever
d32cfe007c Remove an unused file.
Detected by Sytyi's validation project.
2011-08-23 19:31:45 +00:00
Sytyi Nick
7458e377cb Updated schema markup for GUI WML 2011-08-22 21:45:56 +00:00
Sytyi Nick
82e3840590 Updated GUI schema. Still not finished yet. 2011-08-17 22:35:33 +00:00
Mark de Wever
b357fb6188 Fix a tag typo.
Found by Sytyi's validation tool.
2011-08-15 17:19:08 +00:00
Mark de Wever
1d3867322d Fix some invalid keys.
Found by Sytyi's validation tool.
2011-08-15 17:19:05 +00:00
Mark de Wever
7862949b18 Fix some invalid keys.
Found by Sytyi's validation tool.
2011-08-15 17:19:02 +00:00
Sytyi Nick
ceb64682d7 Initial version of schema file. Unfortunately, need work yet. 2011-08-13 22:31:36 +00:00
Mark de Wever
bd354685df Fix an invalid key.
Found by Sytyi's validation tool.
2011-08-11 19:55:18 +00:00
Mark de Wever
251ce7207d Fix an invalid key.
Found by Sytyi's validation tool.
2011-08-11 19:55:14 +00:00
Sergey Popov
882bed8c8b GUI2 network transmission dialog improvements:
Added feedback on whether it's connecting/downloading and
made strings translatable.
2011-07-02 18:06:03 +00:00
Sergey Popov
5d5791c20c Network transmission dialog improvement:
Realign the numeric display label and use invalidate_layout()
to ensure that its size will stay correct as it's updated.
2011-06-29 16:39:50 +00:00
Ignacio R. Morelle
14330580e6 gui2: Convert the New Folder dialog to GUI2 2011-06-29 01:46:25 +00:00
Ignacio R. Morelle
b65cba6f96 gui2: campaign_difficulty, simple_item_selector:
...Set standard margins for the central listbox widget (looks nicer this way)
2011-06-27 09:36:28 +00:00
Ignacio R. Morelle
74855ceb19 gui2: lobby_player_info: Use titlecase; simply button labels 2011-06-24 09:51:38 +00:00
Ignacio R. Morelle
81f65ce2df gui2: mp_cmd_wrapper: Use titlecase correctly; simplify Send PM button text 2011-06-24 09:51:13 +00:00
Ignacio R. Morelle
1399aaf6c1 gui2: Use titlecase for the Change Control dialog title 2011-06-24 09:35:13 +00:00
Ignacio R. Morelle
b221034aa8 Update the official forum board URL in MP menu tooltip
http://www.wesnoth.org/forum/ currently redirects to http://forums.wesnoth.org/.
2011-06-24 09:31:20 +00:00
Ignacio R. Morelle
928d55e61b gui2: Switch new lobby to use the borderless window definition 2011-06-24 03:11:16 +00:00
Ignacio R. Morelle
10d77e1540 gui2: Create a definition for windows without border decorations 2011-06-24 03:10:55 +00:00
Sergey Popov
8b5ab058b2 Added numeric progress display to GUI2 network transmission dialog. 2011-06-23 15:39:37 +00:00
Ignacio R. Morelle
6cd5de7712 Add icon support to the GUI2 add-ons download dialog
Really just fooling around. This design isn't quite what I want.
2011-06-20 05:42:31 +00:00
Sergey Popov
2e0b1f7853 Started implementing the gui2 network transmission dialog. 2011-06-17 00:17:41 +00:00
Lukasz Dobrogowski
22243cb1ba patch #1937 by Quetzalcoatl: Randomizing starting positions in mp games 2011-05-12 17:22:20 +00:00
Ignacio R. Morelle
fb67a2822f gui2: Set maximum_width to 800 for mp_login and mp_connect dialogs 2011-05-05 01:22:01 +00:00
Ignacio R. Morelle
3b4b45b7c4 gui2: Fix mp_connect window description 2011-05-05 01:19:00 +00:00
Mark de Wever
4ac8cababc Add a new give_control command.
Applies patch #2625 with some minor modifications.
2011-04-10 16:40:40 +00:00