Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gcompris-installer.nsi.in
Commit message (Collapse)AuthorAgeFilesLines
* Removed svg pixbuf support on windows since it does not work.Bruno Coudoin2009-10-061-7/+0
|
* Renamed Gcompris in GCompris in gcompris-installer.nsi.inBruno Coudoin2009-07-251-23/+23
|
* Added an uninstall icon.Bruno Coudoin2009-07-251-12/+15
| | | | Added missing file at uninstall time.
* Removed unused strings.Bruno Coudoin2009-07-251-2/+0
| | | | Removed useless installer pages (the licence and the component page).
* Minor simplification. There is only a single @INSERT_TRANSLATIONS@Bruno Coudoin2009-07-221-3/+1
| | | | to add in the installer file.
* Fixed related to the management of the default english.Bruno Coudoin2009-07-221-11/+0
|
* Completed the integration of the create_nsis_translation.pl scriptBruno Coudoin2009-07-221-2/+0
| | | | | that does the export of nsis installer strings to translate to the po files.
* In progress, the windows installer with po translation does not work yet.Bruno Coudoin2009-07-191-2/+2
|
* Synced windows port with files from the GCOMPRIS_8_3 branch.Bruno Coudoin2009-07-191-5/+5
|
* created a new tool named tools/create_nsis_translations.plBruno Coudoin2009-07-191-68/+15
| | | | | It is not yet completely integrated. Its goal is to create the nsis installer translation automatically from the po files.
* Added admin icon on windows.Bruno Coudoin2007-04-141-2/+10
| | | | | | Added Occitan support svn path=/trunk/; revision=2594
* Cleanup, popt is no more usedBruno Coudoin2007-01-011-1/+0
| | | | svn path=/trunk/; revision=2441
* Landing of GCOMPRIS_8_2_CROSSCOMPIL branch.Yves Combe2006-11-091-23/+25
| | | | | | | Allow cross compilation for win32 with mingw/Linux. Use GLib functions instead of unix one . Adapt Tuxpaint launcher to make it work on Windows.
* === WARNING THIS PATCH SET HAS BEEN REVERTED ===Bruno Coudoin2006-10-241-25/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autotools croos compilation with mingw32 use glib headers instead of glibc (g_mkdir, g_unlink, g_stat) NEED MORE WORK. cvs maybe broken now. * Makefile.am: * acinclude.m4: * configure.in: * cross-configure.sh: script to run configure. Look variables. * po/Makefile.in.in: * src/boards/Makefile.am: * src/boards/gtans.c: * src/boards/gtans_support.c: (check_file_exists): * src/boards/py-mod-gcompris.c: (py_gcompris_child_watch_add), (py_gcompris_spawn_async): * src/gcompris/Makefile.am: * src/gcompris/binreloc.c: (_br_find_exe): * src/gcompris/board.c: * src/gcompris/board.h: * src/gcompris/file_selector.c: (parse_doc): * src/gcompris/gameutil.c: (gc_util_create_rootdir): * src/gcompris/gcompris.c: (activation_done), (gc_init): * src/gcompris/gcompris_db.c: (gc_db_init): * src/gcompris/images_selector.c: (parse_doc): * src/gcompris/menu.c: (gc_menu_load): * src/gcompris/properties.c: (gc_prop_new): * src/gcompris/sdlplayer.c: (errorv): * src/gcompris/soundutil.c:
* - more fixes for the windows install procedureBruno Coudoin2006-10-231-4/+64
| | | | | - connect4 has been fixed by Miguel to better manage the party end.
* *** RELEASE 8.0BETA6 ***Bruno Coudoin2006-09-181-16/+18
| | | | | | | | | - Fixed clickgame and chess on windows (uses the old chess.c code) - chess on linux updated to use the new glib API - More GC API fix: board_pause now gc_board_pause board_play now gc_board_play board_stop now gc_board_stop
* - Added missing French audio voices by Zohra CoudoinBruno Coudoin2006-07-161-0/+843
Released under GPL * Makefile.mingw.in: created based on Makefile.mingw to include @VERSION@ * boards/clickgame/nur00523.jpg: moved from boards/gcompris/ * boards/geography/board4_2.xml.in: fixed zambia.png reference (was broken link) * boards/skins/gartoon/mini_bad.png: rotate to make it more like it's bad * gcompris-edit.desktop.in: moved edit menu in the same section as GCompris. * gcompris-installer.nsi.in: now will get version automatically * gcompris-uninstal.ico: remade, not sure yet it will be accepted by the installer * po/POTFILES.in: * src/boards/shapegame.c: (shapegame_init_canvas), (item_event): now the tooltip is always locate in the lower left to avoid hidding the map. * src/gcompris/config.c: (set_locale_flag): fixed to display no flags if none found * src/gcompris/gcompris.c: replaced display_resource by display-resource