.. |
images
|
New icons for the navigation actions, and additional ones for some menu items
|
2008-12-14 13:27:00 +00:00 |
ui
|
Added preferences to configure the time
|
2012-01-26 20:57:43 +01:00 |
.cvsignore
|
Very beginning of a Qt interface. Status:
|
2008-01-20 18:40:12 +00:00 |
aux_window.cpp
|
- Compilation fix for Windows
|
2008-09-03 17:28:27 +00:00 |
aux_window.h
|
New preference, to allow linking the rack in training mode to the "Plus 1" dictionary tool
|
2008-12-14 13:20:38 +00:00 |
bag_widget.cpp
|
Display the number of remaining vowels, consonants and jokers in the bag window
|
2010-09-12 15:27:38 +00:00 |
bag_widget.h
|
Display the number of remaining vowels, consonants and jokers in the bag window
|
2010-09-12 15:27:38 +00:00 |
bag_widget2.cpp
|
Added an option to highlight the tiles in the rack, accessible via the context menu
|
2012-01-29 22:47:51 +01:00 |
bag_widget2.h
|
Added an option to highlight the tiles in the rack, accessible via the context menu
|
2012-01-29 22:47:51 +01:00 |
board_widget.cpp
|
TileWidget: change the prototype of tileChanged() and improve the possible states
|
2012-01-29 22:47:51 +01:00 |
board_widget.h
|
Added an option to hide the signs (arrow and word preview) on the board.
|
2012-01-22 23:55:44 +01:00 |
coord_model.cpp
|
Let the TileWidget class handle mouse clicks, instead of doing it in the BoardWidget class
|
2010-10-22 16:58:37 +00:00 |
coord_model.h
|
Let the TileWidget class handle mouse clicks, instead of doing it in the BoardWidget class
|
2010-10-22 16:58:37 +00:00 |
custom_popup.cpp
|
Added support for definitions, using an external website
|
2011-07-28 20:55:48 +00:00 |
custom_popup.h
|
Added support for definitions, using an external website
|
2011-07-28 20:55:48 +00:00 |
dic_tools_widget.cpp
|
Group all the custom validators in a factory class.
|
2012-01-19 15:19:11 +01:00 |
dic_tools_widget.h
|
Added support for definitions, using an external website
|
2011-07-28 20:55:48 +00:00 |
dic_wizard.cpp
|
Removed (old) debugging code
|
2012-01-30 08:27:27 +01:00 |
dic_wizard.h
|
Generate the dictionary from the wizard, and (optinally) load it.
|
2010-05-15 12:20:19 +00:00 |
eliot.qrc
|
New icons for the navigation actions, and additional ones for some menu items
|
2008-12-14 13:27:00 +00:00 |
history_widget.cpp
|
Fixed a potential division by zero.
|
2012-01-26 22:04:00 +01:00 |
history_widget.h
|
New column in the players history: "Game %", percentage of the game total
|
2012-01-26 20:12:47 +01:00 |
main.cpp
|
Simplified the looging macros, and added logs in various key places.
|
2011-01-29 23:47:20 +00:00 |
main_window.cpp
|
The external board now also contains a rack and a timer
|
2012-01-29 22:47:51 +01:00 |
main_window.h
|
Added an auxiliary window with the timer
|
2012-01-21 11:13:26 +01:00 |
Makefile.am
|
New Rack widget
|
2012-01-29 22:47:51 +01:00 |
new_game.cpp
|
Removed a useless include
|
2012-01-19 11:47:39 +01:00 |
new_game.h
|
New preference to define a default AI level
|
2011-12-30 19:33:48 +01:00 |
play_word_mediator.cpp
|
Moved some code to static methods, so that it can be reused more easily.
|
2012-01-19 21:20:03 +01:00 |
play_word_mediator.h
|
Moved some code to static methods, so that it can be reused more easily.
|
2012-01-19 21:20:03 +01:00 |
player_widget.cpp
|
Group all the custom validators in a factory class.
|
2012-01-19 15:19:11 +01:00 |
player_widget.h
|
The Training widget is not in a tab anymore
|
2012-01-19 11:18:23 +01:00 |
prefs_dialog.cpp
|
Add auto-completion on the dictionary path
|
2012-01-29 23:40:02 +01:00 |
prefs_dialog.h
|
Added preferences to configure the time
|
2012-01-26 20:57:43 +01:00 |
qtcommon.cpp
|
Moved MainWindow::requestConfirmation() to the QtCommon class
|
2012-01-20 18:08:12 +01:00 |
qtcommon.h
|
Moved MainWindow::requestConfirmation() to the QtCommon class
|
2012-01-20 18:08:12 +01:00 |
rack_widget.cpp
|
The external board now also contains a rack and a timer
|
2012-01-29 22:47:51 +01:00 |
rack_widget.h
|
New Rack widget
|
2012-01-29 22:47:51 +01:00 |
score_widget.cpp
|
- New PublicGame class, intended to be used by the interfaces instead of accessing Game directly
|
2008-11-30 20:53:44 +00:00 |
score_widget.h
|
- New PublicGame class, intended to be used by the interfaces instead of accessing Game directly
|
2008-11-30 20:53:44 +00:00 |
tile_layout.cpp
|
TileLayout: simplify code using the inherited "spacing" property
|
2012-01-29 22:47:51 +01:00 |
tile_layout.h
|
TileLayout: simplify code using the inherited "spacing" property
|
2012-01-29 22:47:51 +01:00 |
tile_widget.cpp
|
TileWidget: change the prototype of tileChanged() and improve the possible states
|
2012-01-29 22:47:51 +01:00 |
tile_widget.h
|
TileWidget: change the prototype of tileChanged() and improve the possible states
|
2012-01-29 22:47:51 +01:00 |
timer_widget.cpp
|
Set a minimum size to the timer
|
2012-01-29 20:05:22 +01:00 |
timer_widget.h
|
Added preferences to configure the time
|
2012-01-26 20:57:43 +01:00 |
training_widget.cpp
|
Group all the custom validators in a factory class.
|
2012-01-19 15:19:11 +01:00 |
training_widget.h
|
Added support for definitions, using an external website
|
2011-07-28 20:55:48 +00:00 |
validator_factory.cpp
|
Group all the custom validators in a factory class.
|
2012-01-19 15:19:11 +01:00 |
validator_factory.h
|
Group all the custom validators in a factory class.
|
2012-01-19 15:19:11 +01:00 |