Mark de Wever
91d2b956e2
Convert mp server list to linked widgets new style.
2009-07-18 19:16:12 +00:00
Guillaume Melquiond
db52164d6b
Fixed svn properties.
2009-07-18 12:44:56 +00:00
Mark de Wever
f629d61870
Some more lobby polishing.
2009-07-16 20:31:05 +00:00
Mark de Wever
a2e9242556
Refactor chat area in new lobby.
2009-07-16 20:30:56 +00:00
Mark de Wever
ded83f7642
Refactor game area in new lobby.
2009-07-16 20:30:49 +00:00
Mark de Wever
108c801222
Refactor filter area in new lobby.
2009-07-16 20:30:37 +00:00
Jörg Hinrichs
61cd8870f6
Add the still missing features to the gui2 game-load dialog.
...
This dialog now should have the same functionality as the old load
dialog. To activate, wesnoth needs to be started with --new-widgets.
2009-07-15 22:43:12 +00:00
Jörg Hinrichs
174a6280f9
Adding the delete game functionality to the gui2 load-game dialog.
2009-07-14 22:17:03 +00:00
Jörg Hinrichs
1b93fd102e
Add new files for the delete-game-confirmation dialog.
2009-07-14 19:24:49 +00:00
Jörg Hinrichs
4c63f8acaa
Add the filter functionality for the savegame list of the load-game dialog.
2009-07-14 19:22:19 +00:00
Mark de Wever
6e9c871369
WIP refactoring of the lobby main.
...
The refactoring should make the code more transparent and clear. Still
WIP but committing so ilor can work on the code without the risk of
merging problems.
2009-07-13 20:13:51 +00:00
Tomasz Śniatowski
906dda9e7d
more icons in gui2 lobby gamelist...
...
...(replacement icons from someone who actually can draw would be welcome)
2009-07-13 16:51:52 +01:00
Tomasz Śniatowski
382a1f134e
try to make the in-listbox buttons aligned
2009-07-13 15:35:47 +01:00
Tomasz Śniatowski
5fd745dc15
move the chat log multi_page to a define on top to reduce wml clutter
2009-07-13 15:35:07 +01:00
Mark de Wever
b0d2756449
Align the roomlist on top.
2009-07-12 20:38:54 +00:00
Mark de Wever
86d45075e4
Align the gamelist on top.
2009-07-12 20:38:43 +00:00
Tomasz Śniatowski
6ec34d6d1d
tweak some new lobby gamelist borders
2009-07-12 18:12:12 +01:00
Tomasz Śniatowski
b78451a9ee
use more "tiny" labels in lobby gui
2009-07-12 18:11:33 +01:00
Tomasz Śniatowski
13ef5697f4
rename foes to ignored in lobby data for consistency...
...
...and kill the negative in attribute name (has_no_foes -> has_ignored)
2009-07-12 18:10:51 +01:00
Mark de Wever
ed3ef56c68
Enable the history for chat_input.
2009-07-12 16:13:21 +00:00
Mark de Wever
07fc7a7df7
Improve the placement of the minimap in the lobby.
...
Reduced its size and move it out of the border.
2009-07-12 16:13:14 +00:00
Mark de Wever
f137241df0
Add a GUI_FORCE_WIDGET_MINIMUM_SIZE macro.
...
This way it's possible to force the (minimum) size of a widget.
2009-07-12 16:13:05 +00:00
Mark de Wever
ca7ddfae04
Rewrite the config side for the stacked widget.
...
The widget can now hold different widgets, per stack item. The code side
will get a cleanup in the next commit.
2009-07-12 16:12:48 +00:00
Mark de Wever
08b02919c7
Adjust the width of the player list.
...
Make sure the list is at least as wide as the buttons. Ilor not sure
whether you want the header centred or left aligned so left it as is.
2009-07-12 10:08:42 +00:00
Mark de Wever
af139b0bd2
Move the player list section to the top.
...
This avoids moving the player list when a new player joins.
2009-07-12 10:08:29 +00:00
Tomasz Śniatowski
5ebc3a6bb4
add some basic filter UI elements to new lobby, unused yet
2009-07-11 23:22:16 +01:00
Mark de Wever
0bf157a947
Now show the victory laurel in a stacked widget.
2009-07-11 15:20:07 +00:00
Mark de Wever
af4d4d21c7
Remove some unused variables.
2009-07-11 13:16:37 +00:00
Tomasz Śniatowski
c4ee980c7d
new lobby WIP (needs a fix)
2009-07-11 13:32:49 +01:00
Mark de Wever
0a26092a47
Make sure the title stays on top.
2009-07-10 18:56:15 +00:00
Tomasz Śniatowski
91b27c3cbc
new lobby: rooms logic, crude room window support...
...
...(faked with one textbox and a 'next window' button)
2009-07-10 00:11:57 +01:00
Tomasz Śniatowski
609d35e24b
remove background from some icons so they look better in newlobby, added as separate images
2009-07-07 19:51:21 +01:00
Tomasz Śniatowski
c82645a4a4
add a TINY font size in gui2...
...
...and a default_tiny label definition, used it in new lobby
2009-07-07 19:50:58 +01:00
Tomasz Śniatowski
59a04d94a7
another bit of the new lobby.
...
Shows the minimap, more useful info in the gamelist and also fixed
preferences dialog display glitch
2009-07-07 19:49:35 +01:00
Jörg Hinrichs
cc1aa93ca3
Load-game dialog: Cleaning up and adding leader image support.
2009-07-07 18:41:48 +00:00
Eugen Jiresch
539ce0e9a2
added game_load.cfg to fix error in src/gui/widgets/settings.cpp
2009-07-07 07:45:14 +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
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
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
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
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
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
Tomasz Śniatowski
5c380490ef
more new lobby WIP
2009-07-04 17:24:35 +01:00
Tomasz Śniatowski
cc6f84eec8
more WIP on the lobby dialog, very basic chat support
2009-07-04 10:39:28 +01:00
Tomasz Śniatowski
06ccc5262f
WIP on the new lobby gui
2009-07-04 07:59:27 +01:00
Mark de Wever
72ad28af6d
Move the dialog to the wesnoth-lib text domain.
...
Stikonas spotted this todo.
2009-07-03 16:51:29 +00:00
Tomasz Śniatowski
066856038a
macrofiy the stub lobby gui to get under 10 levels of indentation
2009-07-02 13:00:32 +01:00
Tomasz Śniatowski
abf8b9e4a2
WIP gui2 lobby
2009-06-28 01:11:03 +01:00
Tomasz Śniatowski
d154a71ef6
missing cfg file
2009-06-14 17:55:25 +01:00