Sergey Popov
0308567800
Added support for kde's desktop notification DBus service.
...
For now disabled by default. Enabled with 'scons notifications=true
notifications_backend=kde". Compilation requires only QtDBus but they'll
only work if wesnoth is run in a kde4.2 session.
2009-07-05 18:26:21 +00:00
Nils Kneuper
f0bc2145bd
updated Finnish translation
2009-07-05 18:18:42 +00:00
Mark de Wever
0e777013ce
Add dummy remove row function for the listbox.
...
No time to implement the function yet, but when I have time I'd like the
function to be used already.
2009-07-05 18:08:21 +00:00
Tomasz Śniatowski
a44ebce1e9
Yet another new lobby WIP, this time with crude but working create/join game.
2009-07-05 18:49:11 +01:00
Tomasz Śniatowski
c538e687c3
Add a helper macro for setting standard button callbacks in a dialog.
...
Yes, it's a macro, but it can reduce the copy-paste factor of a
pre_show() function quite a lot when there are many buttons.
2009-07-05 18:47:39 +01:00
McShark
9fe323644d
Update according to recent file changes
2009-07-05 16:40:10 +00:00
Mark de Wever
ed794a8c0c
Add the initial version of the stacked widget.
...
This widget allows several widgets to be placed on top of each other
in the same space. This can be used to create overlay images. (The
widget is not yet used and rather experimental.)
2009-07-05 15:53:56 +00:00
Mark de Wever
b4bba241f0
Allow the setting of unnamed data items.
2009-07-05 15:33:03 +00:00
Mark de Wever
03977b0693
Also allow the id to be set in a definition list.
2009-07-05 15:30:44 +00:00
Gunter Labes
db8c813b5f
implemented saner set label behaviour
...
check the team label box according to what command was chosen
remove the old label when switching from/to team labels
fixes bug #13831 : Bug with team labels
2009-07-05 14:36:23 +00:00
Phil Barber
c511bac01e
Add and wire Kitty's Footpad portrait, update changelogs, portrait credits.
2009-07-05 13:20:04 +00:00
Phil Barber
bfaddf5bd6
Flip the female footpad.
2009-07-05 13:13:24 +00:00
Nils Kneuper
780a601cd2
updated German translation...
...
(fixed part of bug #13761 and included updated rest of patch #1180 )
2009-07-05 10:23:56 +00:00
Tomasz Śniatowski
d27f069f14
newlobby: add empty labels to listbox header...
...
...with ids from bidy, does not help though
2009-07-05 11:22:14 +01:00
Tomasz Śniatowski
b71faa6269
more newlobby WIP
2009-07-05 11:14:53 +01:00
Nils Kneuper
df99e391d5
empty release notes
2009-07-05 10:08:02 +00:00
Nils Kneuper
73c1afa840
updated Estonian translation
2009-07-05 10:07:26 +00:00
Bartek Waresiak
c07e5887db
mordante wished for comment to reman here :)
2009-07-05 09:58:44 +00:00
Mark de Wever
e2bf06d065
Add a completion icon to the campaign.
...
This proof of concept version shows whether or not the user finished a
campaign. The UI needs more polishing, using the soon-to-be-committed
stacked widet.
2009-07-05 09:53:58 +00:00
Bartek Waresiak
64d1ad97cf
Made recruitment= formula work in a loop like move= formula
2009-07-05 09:40:58 +00:00
Bartek Waresiak
a88ddd0a3c
Made formula_callable use ENUM type
2009-07-05 09:09:26 +00:00
Mark de Wever
3a82d40ae4
Campaign toggle button -> toggle pannel.
...
This change allows to change to the 'to be added' stacked widget later
on, also fixes the issue that the campaign text ended up in the
border.
2009-07-05 08:09:26 +00:00
Mark de Wever
0e1d1fea7e
Fixes teleporting leaving a unit halo.
...
The problem has been spotted by MJ999, who also provided this patch. I
haven't been able to reproduce the problem, but the invalidation
should have been there before.
2009-07-05 07:58:06 +00:00
Bartek Waresiak
15e8822ea3
Improvements to poison RCA eval
2009-07-05 00:24:25 +00:00
Bartek Waresiak
e3669c7eca
Another fix for a fix #36594
2009-07-05 00:04:35 +00:00
Bartek Waresiak
9887ef9b81
New formula function: debug_label
2009-07-04 22:12:01 +00:00
Bartek Waresiak
84f6a19582
New formula function: locations_in_radius
2009-07-04 22:00:41 +00:00
Bartek Waresiak
e87d9ecd4e
made do_compare work for two different classes derived from formula_callable
2009-07-04 21:47:23 +00:00
Bartek Waresiak
cf2757fb13
Fixed bug that (under certain conditions)...
...
...made units not standing next to each other being considered as ones
that do stand next to each other
2009-07-04 21:31:49 +00:00
Bartek Waresiak
6f7cd883b2
Small fix to function names
2009-07-04 21:18:04 +00:00
Bartek Waresiak
5a720bcb1d
Added operators: .+ .- .* ./ for formula language
2009-07-04 21:16:39 +00:00
Gunter Labes
897a733e92
quote the config file name on non-windows platforms, too
2009-07-04 19:28:05 +00:00
Tomasz Śniatowski
a8f6295926
kill a warning
2009-07-04 18:07:27 +01:00
Tomasz Śniatowski
bec74097c4
vc9 project up
2009-07-04 18:06:46 +01:00
Mark de Wever
b180977f56
Polishing after the window_builder splitting.
2009-07-04 16:30:50 +00:00
Tomasz Śniatowski
5c380490ef
more new lobby WIP
2009-07-04 17:24:35 +01:00
Tomasz Śniatowski
889c53d0a5
VC9 projectfile update
2009-07-04 17:24:15 +01:00
Tomasz Śniatowski
3c3fe8eb87
kill some warnings
2009-07-04 17:23:53 +01:00
Tomasz Śniatowski
02bd2fa8c1
Add a lobby_data cpp/hpp pair with classes containing...
...
...info the client has about the server
2009-07-04 17:23:27 +01:00
Mark de Wever
836566016b
Move gui2::tbuilder_multi_page to its own file.
2009-07-04 15:59:00 +00:00
Mark de Wever
48b6279440
Move gui2::tbuilder_vertical_scrollbar to its own file.
2009-07-04 15:25:19 +00:00
Mark de Wever
983183fff5
Move gui2::tbuilder_toggle_button to its own file.
2009-07-04 15:16:08 +00:00
Mark de Wever
43b757d48b
Move gui2::tbuilder_scrollbar_panel to its own file.
2009-07-04 14:56:03 +00:00
Mark de Wever
a05ec935ca
Fix some compiler warnings.
2009-07-04 14:50:09 +00:00
Eric S. Raymond
7b2cdf3bef
Address bug #13795 (Teleportation runes put units in solid rock)...
...
...with patch #1183 (Prevent teleporting to impassable
terrain). Tested at 2009-07-04T13:38:53Z!koraq@xs4all.nl.
2009-07-04 14:23:49 +00:00
Mark de Wever
cded3918c7
Move gui2::tbuilder_scroll_label to its own file.
2009-07-04 13:38:53 +00:00
Mark de Wever
0ecb029bca
Move gui2::tbuilder_slider to its own file.
2009-07-04 12:37:31 +00:00
Mark de Wever
78a18c071a
Move gui2::tbuilder_listbox to its own file.
2009-07-04 12:04:37 +00:00
Mark de Wever
7ab1272200
Move gui2::tbuilder_horizontal_scrollbar to its own file.
2009-07-04 11:18:40 +00:00
Mark de Wever
5fc1a6416e
Move the window_builder helper functions to their own file.
2009-07-04 10:27:19 +00:00