- 28 Aug, 2005 1 commit
-
-
Yves Combe authored
make all boards in reading configurable for locale, and use this and the global locale configuration. add enabling sound in conf for smallnumber (the two boards) and use locale_sound in this case. disable wordlist button as is not ready for the coming release clean login.py trace clean get_conf trace in gcompris_db add wordlist.h wordlist.c: preparation of api for getting wordlist xml files. Not used in the coming release.
-
- 27 Aug, 2005 4 commits
-
-
Bruno Coudoin authored
well maintained - added many ORDER BY to keep list ordered in the user interface
-
Yves Combe authored
change key, value name in db (bruno's bug test).
-
Yves Combe authored
-
Yves Combe authored
-
- 26 Aug, 2005 3 commits
-
-
Yves Combe authored
add missing shared_dir and users_dir in python properties binding.
-
Yves Combe authored
test system user name (for win 9x). change button stock to STOCK_YES in textview tool.
-
Yves Combe authored
-
- 25 Aug, 2005 5 commits
-
-
Yves Combe authored
-
Yves Combe authored
create user from system data if no user to log (system encoding?).
-
Bruno Coudoin authored
* boards/sudoku.xml.in: typos (thanks to Gabor Kelemen) * src/boards/python/sudoku.py: After gcompris team review, fixed several bugs, added support for drop over previous symbol added current sublevel number display
-
Yves Combe authored
Fix (hope it's fixed) strange locale bug with shapegame. Bar buttons actions like Help and About were passed non translated when go in/out shapegame.
-
Yves Combe authored
mv db default name to .gcompris/shared/profils/gcompris_sqlite.db add commend line options with all that.
-
- 24 Aug, 2005 5 commits
-
-
Bruno Coudoin authored
* boards/fifteen.xml.in: Changed the difficulty from 1 to 5 * boards/sudoku.xml.in: updated help * src/boards/python/sudoku.py: completed, now work in drag and drop mode * src/boards/railroad.c: (reposition_model): fix by François Gannaz the original position was not resetted on repeat button
-
Yves Combe authored
-
Yves Combe authored
-
Yves Combe authored
-
Yves Combe authored
improve wrap lines behaviour in textview tool.
-
- 23 Aug, 2005 2 commits
-
-
Yves Combe authored
add gcompris_textview text editor tool with validation callback function (Bruno idea). And Python binding. Example in color.c, and in the Wordlist button in Boards configuration panel. Does nothing yet, work in progress.
-
Bruno Coudoin authored
This fixes several bugs in class edition. I'll look further this way to fix group and profile edition if needed.
-
- 22 Aug, 2005 1 commit
-
-
Yves Combe authored
-
- 21 Aug, 2005 9 commits
-
-
Bruno Coudoin authored
* configure.in: moved sweden geography to 1.1 * src/boards/python/admin/group_edit.py: fixed 2 annoying bugs. now we can edit a group without description and re-edit a group without changing it's name
-
Yves Combe authored
-
Bruno Coudoin authored
(nobody never did it before). Fixed names in gcompris_geography_sv.assetml.in
-
Bruno Coudoin authored
The board is fully functionnal but we need nore data in the dataset.
-
Yves Combe authored
ral conf control). add a repeat button in bar for login. Usefull to restart the login process.
-
Yves Combe authored
add tools for global conf in board_list.
-
Bruno Coudoin authored
yet)
-
Yves Combe authored
-
Bruno Coudoin authored
* src/boards/python/sudoku.py: now the list of sudoku of the same level are randomized
-
- 20 Aug, 2005 7 commits
-
-
Yves Combe authored
fix get_user to pass None in python if user = NULL. fix pythontest check a user is logged or not. put buttons in boards_list to make global conf toolbox. fix get_conf to check first global conf for profile (board_id = -1), then default conf for boards (profile_id = 1), yhen profile & board conf.
-
Bruno Coudoin authored
* src/boards/python/sudoku.py: Implemented support for non 9x9 sudoku Implemented level management The first level is playable
-
Yves Combe authored
add missing python bindings in admin: get_users_from_group, set_current_user, get_current_user. login.py now uses that. pythontest check get_current_user
-
Bruno Coudoin authored
highlighted
-
Yves Combe authored
fix login launch. test locales in click_on_letter add get global (profile but not board dependant) conf in get_conf
-
Bruno Coudoin authored
* boards/sudoku.xml.in: added goal and manual. Thanks for wikipedia. * po/POTFILES.in: added missing sudoku * src/boards/python/sudoku.py: improved colors * boards/boardicons/sudoku.png: created by bruno
-
Bruno Coudoin authored
Nicu Buculei <nicu@nicubunu.ro> gave us it's Mister Potato and released it under GPL. - Implemented a first login screen. Not all problem solved and we need at least a login level where kids enter their name with the keyboard. The problem with the current login is that it become a top level pseudo board which is loaded shortly even if there is no users. When there is no users, the login should not be used at all. - Implemented a Sudoku activity (uncomplete yet, the 3x3 sub square is not checked by the computer)
-
- 19 Aug, 2005 2 commits
-
-
Yves Combe authored
python binding for gcompris_combo_locales_asset gcompris_get_locales_asset_list gcompris_get_asset_file_locale. fix gcompris_get_asset_file binding, it now can accept some None arguments. sample in pythontest as usual.
-
Yves Combe authored
Add gcompris_get_locales_asset_list and gcompris_combo_locales_asset for sound (asset files) locales choice in conf. gcompris_get_asset_file_locale ofr ask with specific locale. Colors uses it!
-
- 18 Aug, 2005 1 commit
-
-
Yves Combe authored
-