22 Commits

Author SHA1 Message Date
Mark de Wever
4f04a0bb0d Fixes OOS ignore toggle in the save dialog.
Fixes bug #18330.
2011-11-01 20:12:37 +00:00
Mark de Wever
010a38ebbf Remove a deprecated function. 2011-08-30 19:41:22 +00:00
Mark de Wever
7025048073 Renamed register_label2 to register_label.
Brings it more in line with the other register functions, its interface
is the same as well.
2011-07-31 16:56:13 +00:00
Mark de Wever
44d5432e7d Remove register_bool2.
The function register_bool now has the same interface so removed the
duplicate and modify all its callers.
2011-07-31 16:56:09 +00:00
Mark de Wever
2dbb5414a4 Polish the tsave_game dialogs. 2011-03-19 21:04:08 +00:00
Mark de Wever
0d0b685661 Add a seperate macro to register a window.
The code for the tooltips can use one dialog for several windows. This
means the current register window macros won't work so split the main
macro in two parts:

- register the window

- 'write' the code for the dialog
2011-02-07 20:57:31 +00:00
Mark de Wever
ecbabea838 New year copyright update. 2011-01-01 15:57:50 +00:00
Mark de Wever
2b8a5fb038 Update wiki comment format.
Changes the format and converts the comment in the code.
(Applies patch #2261.)
2010-12-20 21:08:42 +00:00
Guillaume Melquiond
eeb047de55 Fixed file headers so that they match the content of the COPYING file. 2010-09-01 21:12:38 +00:00
Mark de Wever
dbeada43ed Convert the wiki comment style. 2010-08-31 21:02:24 +00:00
Mark de Wever
867f52dc96 Let windows register themselves automatically.
This reduces the bindings between modules.
2010-03-26 14:48:35 +00:00
Mark de Wever
980dd1b790 Clean up includes due to settings changes. 2010-01-11 22:11:12 +00:00
Mark de Wever
92f5f92ce5 New year copyright update. 2010-01-01 13:16:49 +00:00
Mark de Wever
79564213be Rename NEW_find_widget to find_widget.
The old find widgets are gone so it's now easy to do the renaming.
2009-09-09 18:42:34 +00:00
Mark de Wever
88b31ca970 Update documentation and minor code cleanups. 2009-08-22 19:55:29 +00:00
Ignacio R. Morelle
2d5057e421 Converted YogiHH's umlauts to UTF-8 2009-08-13 17:05:27 +00:00
Jörg Hinrichs
b2fa008a80 Replacing one savegame dialog with the new message dialog class.
This also shows work in progress on the load-game dialog. It's not
really functional yet but there is something to see already so i am
comitting this already. If you are curious for the dialog, remove the
comments in savegame.cpp (line 336/337).
2009-07-06 22:08:06 +00:00
Mark de Wever
43f3991ad0 Fix a compiler warning. 2009-04-28 21:13:28 +00:00
Jörg Hinrichs
9dee31d3ed Moving the savefile overwrite dialog to gui2. 2009-04-28 20:12:39 +00:00
Jörg Hinrichs
b539658983 Savegame reorganization Step 1: a simpler interface to saving and loading.
Implement the savegame dialog for OoS messages.
2009-04-27 20:27:15 +00:00
Mark de Wever
58fe6e826b Fix a compiler warning. 2009-04-25 05:57:43 +00:00
Jörg Hinrichs
dce2a6c01e Savegame reorganization Step 1: a simpler interface to saving and loading.
Transfer save-game dialog to gui2 and use it within savegame.cpp.
2009-04-24 21:59:53 +00:00