33469 Commits

Author SHA1 Message Date
Mark de Wever
4342bfebf6 Add more verbose info to the mo generation.
This is added upon Ivanovic's request and since the output looks
horrible it's only enabled if ENABLE_POT_UPDATE_TARGET is enabled.
2009-05-23 13:42:26 +00:00
Gunter Labes
e24d0012c3 made script more portable and removed bash requirement 2009-05-23 13:26:51 +00:00
Gunter Labes
7c61088e82 removed some bashisms 2009-05-23 13:26:18 +00:00
Nils Kneuper
f182438a2f add new src files to POTFILES.in 2009-05-23 12:16:13 +00:00
Mark de Wever
5d5564d14d gui::message_dialog -> gui2::show_transient_message.
The simple class without buttons are converted to the new
gui2::show_transient_message. (Note the blurring is not yet implemented
in gui2, but is on my todo list.)
2009-05-23 09:50:01 +00:00
Mark de Wever
c071bd16e8 Add a very crude proof-of-concept multi page widget.
The widget is used in the campaign selection dialog, which doesn't work
properly (but is only used with --new-widgets). The code still needs a lot of
polishing and testing, which will be done later.
2009-05-23 09:17:44 +00:00
Mark de Wever
0bf5e72e90 Export the wrap to WML. 2009-05-23 09:05:14 +00:00
Gunter Labes
3b188dd248 fixed some bugs with icon finding 2009-05-23 00:28:58 +00:00
Tomasz Śniatowski
76dda277a9 Catch mapgen errors in editor, fixing bug #13549 2009-05-23 00:12:17 +01:00
Gunter Labes
b22f0d5e98 added a note on how to manually install add-ons...
...and a reminder that not all add-ons are campaigns..
2009-05-22 22:53:20 +00:00
Gunter Labes
b7628c80b0 made all paths relative to the addon manager dir 2009-05-22 22:53:16 +00:00
Gunter Labes
c4241d7bc4 removed bogus wesnothd_name definition 2009-05-22 22:52:43 +00:00
Nils Kneuper
4d9b4e4856 updated Serbian translation 2009-05-22 22:18:41 +00:00
Nils Kneuper
010dede765 update Lithuanian translation 2009-05-22 19:11:29 +00:00
Mark de Wever
a01857f746 Add a new transient dialog. 2009-05-22 19:08:34 +00:00
Mark de Wever
bf20b5c1dc Use the proper class for the enum.
The enum also is inherited by tbutton, but is defined in tcontrol so use
that version to avoid confusion.
2009-05-22 19:02:38 +00:00
Benoît Timbert
fdea3842f5 French translation update 2009-05-22 18:05:24 +00:00
Mark de Wever
c9cfa82861 Convert some calls to gui2::show_error_message.
Found some function that use "Error" as title instead of using the
specialized function, so converted them.
2009-05-22 14:59:30 +00:00
Mark de Wever
99350d4e3e Remove the unused function gui::show_error_message. 2009-05-22 14:59:24 +00:00
Mark de Wever
7d5b7f8da9 Convert show_error_message calls form gui to gui2. 2009-05-22 14:59:19 +00:00
Mark de Wever
7bd7af00fb Add show_error_message to gui2. 2009-05-22 14:59:02 +00:00
Thomas Baumhauer
01a541b1a2 added copyright/license info to server/mail.* 2009-05-22 13:49:11 +00:00
Mark de Wever
71d7660363 Update changelogs. 2009-05-22 13:36:57 +00:00
Mark de Wever
b99d53da1d Remove some obsolete helpers.
These functions were needed with the old layout algorithm.
2009-05-22 13:36:47 +00:00
Mark de Wever
a2d43c7c96 Don't show scrollbars if they don't help.
In certain cases the reduce_height showed the scrollbars, which
increased the height of the widget instead of reducing it. This happened
with a scrollbar_label with one line, where the scrollbar was higher as
one line. This has been fixed.
2009-05-22 13:36:33 +00:00
Mark de Wever
017714a566 Also add a private header for scrollbar_container. 2009-05-22 10:46:28 +00:00
Mark de Wever
3a16272f34 Move tconst_duplicator to another header.
I want to reuse this helper so moved it to the helper header. (Note
might move to another header later on.)
2009-05-22 10:15:56 +00:00
Mark de Wever
e2f207585c Start to polish the scrollbar_container scrollbars.
Now that the old layout algorithm is removed this can be polished. This
is the first step and the polishing is still WIP.
2009-05-22 09:51:52 +00:00
Mark de Wever
0c89f852e1 Remove the unused function twidget::layout_wrap.
Also remove the forwarded function in tgrid::tchild.
2009-05-21 19:13:05 +00:00
Mark de Wever
c8355de07b Remove the unused function twidget::has_horizontal_scrollbar. 2009-05-21 19:13:00 +00:00
Mark de Wever
7b8077adb1 Remove the unused function twidget::has_vertical_scrollbar. 2009-05-21 19:12:54 +00:00
Mark de Wever
8b865d0e7c Remove the unused function twidget::layout_use_horizontal_scrollbar.
Also remove some exta helpers in tgrid and tgrid::tchild.
2009-05-21 19:12:49 +00:00
Mark de Wever
4f19829bfc Remove the unused function twidget::layout_use_vertical_scrollbar.
Also remove some exta helpers in tgrid and tgrid::tchild.
2009-05-21 19:12:44 +00:00
Mark de Wever
cdbb8ef113 Remove the unused function twidget::layout_shrink_height. 2009-05-21 19:12:38 +00:00
Mark de Wever
6bc4253cea Remove the unused function twidget::can_shrink_width. 2009-05-21 19:12:33 +00:00
Mark de Wever
0fd7c53060 Remove the unused function twidget::layout_shrink_width. 2009-05-21 19:12:28 +00:00
Mark de Wever
90e84d2c72 Remove the unused function twidget::layout_fit_width.
Also remove the unused flags and forwarded functions in tgrid::tchild.
2009-05-21 19:12:11 +00:00
Guillaume Melquiond
8781dba15a Fixed name generation with respect to unspecified WML gender. 2009-05-21 18:48:06 +00:00
Mark de Wever
1a342d4976 Fix a compilation error. 2009-05-21 17:07:06 +00:00
Mark de Wever
6ab073dacb Remove the unused function twidget::layout_init2. 2009-05-21 16:50:17 +00:00
Mark de Wever
0228916c22 Remove the unused function twidget::layout_init. 2009-05-21 16:50:12 +00:00
Mark de Wever
c1f0ab4fb2 Remove the unused function twindow::layout2. 2009-05-21 16:50:04 +00:00
Mark de Wever
bcd91a83ad Remove the unused function twindow::layout. 2009-05-21 16:49:59 +00:00
Mark de Wever
95c838155a Use the properly layout function. 2009-05-21 16:49:54 +00:00
Mark de Wever
cfcca3b168 Properly load the language definitions. 2009-05-21 16:49:40 +00:00
Mark de Wever
f26755e96a Converted the old style casts to c++ style casts. 2009-05-21 16:38:22 +00:00
Mark de Wever
f97f738c57 Converted the old style casts to c++ style casts. 2009-05-21 16:38:08 +00:00
Guillaume Melquiond
a44ebc229d Merged unit::ability_tooltips and unit::unit_ability_tooltips. 2009-05-21 16:21:18 +00:00
Guillaume Melquiond
7388280fc8 Added a version of unit::get_ability_bool without the redundant location. 2009-05-21 16:21:13 +00:00
Guillaume Melquiond
efb60c4f67 Added a version of unit::get_abilities without the redundant location. 2009-05-21 16:21:06 +00:00