Steven Panek
632d873c8b
Fixed capitalization in another dialog title.
2011-11-15 23:24:14 +00:00
Steven Panek
6093e69976
Fixed capitalization in a dialog title.
2011-11-15 23:09:28 +00:00
Steven Panek
b61ea7d440
'Create new map' -> 'Create New Map' for the button in the New Map dialog.
2011-11-15 20:32:31 +00:00
Eric S. Raymond
7e77ace805
Fix spelling mistakes.
2011-11-15 08:51:22 +00:00
Alexander van Gessel
30e0b761c7
Do not parse the #enddef in a string + #enddef line twice
2011-11-14 05:46:00 +01:00
Alexander van Gessel
50d8b6fed7
Make #po: comments appear on their own lines
2011-11-14 05:16:01 +01:00
Alexander van Gessel
b3057c85c2
Fix define handling of wmlxgettext (bug #18622 )
2011-11-14 04:10:16 +01:00
Alexander van Gessel
6295ffe1ce
Add #po: comment recognition to perl wmlxgettext
2011-11-14 01:24:30 +01:00
Steven Panek
ba4e903ea5
Converted a straight apostrophe.
2011-11-01 20:59:09 +00:00
Steven Panek
44f500c960
Fixed capitalization in a preference string.
2011-10-31 21:15:44 +00:00
Steven Panek
6508367a02
Fixed a spelling error in DW.
2011-10-31 20:49:01 +00:00
Ignacio R. Morelle
f0e1e23443
Revert all the pofix rules related to the UI cleanup...
...
...since pofix doesn't know about textdomains and does partial
matching for some retarded reason
Too bad I still wasted my time doing lots of copy/paste because nobody
explained this to me.
2011-10-31 19:15:09 +00:00
Ignacio R. Morelle
1cba288758
Preferences: Switch a slider label from Title Case to Sentence case
2011-10-31 02:11:46 +00:00
Ignacio R. Morelle
3842b4f6ff
Hotkeys: Change applicable entries from Sentence case to Title Case
...
All Hotkey menu entries are candidates for inclusion in dropdown menus
in ThemeWML; therefore, they must abide by the style guidelines for
dropdown menus.
There are a few semantic changes in this commit for clarification/proper
English/more concise wording. Those are not being added to pofix.
2011-10-31 01:51:24 +00:00
Steven Panek
b3212b9e56
Killed a problematic pofix rule.
2011-10-30 23:25:23 +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
666a29ab49
Load Game: convert "Scenario start"...
...
...savegame designation to use Sentence case as the recently
introduced "Test scenario" already does
Also added pofix rule for the two textdomains where this appears.
2011-10-30 21:35:24 +00:00
Ignacio R. Morelle
7430feaf45
Advanced Preferences: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 21:27:25 +00:00
Ignacio R. Morelle
ae61f07503
Preferences: According to Espreon, Hz (abbrev. of Hertz) should stay capitalized
2011-10-30 21:11:45 +00:00
Ignacio R. Morelle
9ba92b5904
MP game setup: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 21:10:06 +00:00
Ignacio R. Morelle
8fde890736
pofix: Reconcile conflicting rules
2011-10-30 21:00:39 +00:00
Ignacio R. Morelle
9e210916fd
Map generator: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 20:59:00 +00:00
Ignacio R. Morelle
c25184390b
pofix: Oops, removed empty rules
2011-10-30 20:54:37 +00:00
Ignacio R. Morelle
df5ac7e5b6
Lobby: Converted instances of Title Case...
...
...in checkbox labels to Sentence case per upcoming UI Style Guide
change
2011-10-30 20:52:13 +00:00
Ignacio R. Morelle
6e9da57a40
Preferences: Converted instances of Title Case...
...
...in checkbox and slider labels to Sentence case per upcoming UI
Style Guide change
2011-10-30 20:44:38 +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
Thibault Févry
35ee1e6725
Strip trailing whitespaces.
...
Some other changes to make code look more pythonish. No important changes.
2011-10-21 23:42:46 +00:00
Steven Panek
e4ca705b55
Added a missing diaeresis.
2011-10-16 02:25:17 +00:00
Thonsew
288f446fef
Changed wesnoth_gdb pretty printers...
...
...to correctly print the prefix and untranslated string for
t_strings. Previously it was only printing the prefix as the prefix
ends is zero terminated before the following untranslated string.
2011-09-29 15:55:17 +00:00
Thonsew
f1ab44d74b
Changed. In the wesnoth pretty printers I changed...
...
...the default number of levels of recursion when printing configs to
2. I also fixed printing of pointers to attribute_values.
2011-09-26 19:58:08 +00:00
Thonsew
917f373a75
Removed redundant line in wesnoth_gdb set_recursion_level
2011-09-21 21:44:44 +00:00
Thonsew
77baa9e323
Fixed attribute_value fake enum to match C++ code
...
Fixed t_interned printer to handle unititialized t_interens correctly
Changed the variable levels of recursion to better handle null
pointers and keep the correct level of recursion.
2011-09-20 21:21:15 +00:00
Thonsew
09268be31e
Added set_levels_of_recursion to pretty printers
...
Added help function to wesnoth_gdb for the pretty printers.
Usage from within gdb:
python wesnoth_gdb.help()
2011-09-16 19:30:08 +00:00
Thonsew
d61ec9668c
Updated pretty printers
...
1. Added import os for installations where it is not a default
2. Improved check for empty unordered_map
3. Moved strip_type to its own file
2011-09-16 12:28:30 +00:00
Thonsew
38c351d523
Created gdb pretty printers for wesnoth data types...
...
...t_interned, t_token, t_string, config and config::attribute_value.
Create pretty printers for boost::unordered_map.
2011-09-15 20:16:48 +00:00
Thonsew
4637a2586f
Added a valgrind memcheck suppression file...
...
...for suppression of static initialization allocation without a
delete warnings
2011-09-08 19:16:33 +00:00
Steven Panek
21fdc50c65
Fixed an apostrophe.
2011-09-03 20:36:25 +00:00
Steven Panek
f0632041f9
Fixed some apostrophes.
2011-09-03 02:25:33 +00:00
Timotei Dolean
7f6c777dfc
eclipse plugin: Properly set the wml lua tag definition line offset
2011-09-02 18:22:58 +00:00
Timotei Dolean
180aa60b40
eclipse plugin: When no description about the tag,
...
...just output "No information"
2011-09-02 18:22:47 +00:00
Timotei Dolean
eec05aa7e8
eclipse plugin: Rename 'Wesnoth file wizard' to 'Wesnoth Config File'
2011-09-02 18:22:37 +00:00
Timotei Dolean
2d58c6fa20
eclipse plugin: Create the WMLParser using the GUICE...
...
...Injector instead of plain object construction
2011-09-02 18:22:27 +00:00
Timotei Dolean
f89653c0c6
eclipse plugin: Initialize the defines map in the all constructors
2011-09-02 18:22:16 +00:00
Timotei Dolean
d2b561077a
eclipse plugin: Remove the Defines SAX Handler...
...
...and replace it with the xtext parser
2011-09-02 18:22:05 +00:00
Timotei Dolean
e6a8604434
eclipse plugin: Shorten the build time by preprocessing...
...
...just the _main.cfg if it exists.
2011-09-02 18:21:55 +00:00
Timotei Dolean
e5bd7d959f
eclipse plugin: Clarify a bit a comment
2011-09-02 18:21:45 +00:00
Timotei Dolean
c62275eb9f
eclipse plugin: Implement the directory <-> file include order update
2011-09-02 18:21:35 +00:00
Timotei Dolean
1a16b55db9
eclipse plugin: We don't actually need to update...
...
...the root node since the included nodes are for sure not root nodes.
2011-09-02 18:21:26 +00:00
Timotei Dolean
cc52678198
eclipse plugin: Fix some tests: add a prefix slash...
...
...when searching for the directory
2011-09-02 18:21:16 +00:00
Timotei Dolean
273e5267ff
eclipse plugin: Add a couple of tests for the folder/file includes
2011-09-02 18:21:07 +00:00