summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s/push/unshift/ for textdomainsThierry Vignaud2003-01-144-4/+4
|
* updated po filePablo Saratxaga2003-01-142-70/+101
|
* - roll back testing changesThierry Vignaud2003-01-141-7/+3
| | | | | - really speed up main launch_xapp()'s loop by a 2.1 factor
* updated po filesPablo Saratxaga2003-01-1355-11008/+13716
|
* speed up main launch_xapp()'s loop by a 2.1 factorThierry Vignaud2003-01-132-2/+65
|
* updated po filePablo Saratxaga2003-01-122-408/+514
|
* removed call to bind_textdomain_codeset (libDrakX already did charsetPablo Saratxaga2003-01-071-5/+0
| | | | | conversion; even if it failed in some cases, it has to be fixed in libDrakX)
* small i18n fixPablo Saratxaga2003-01-051-0/+5
|
* - add missing wizards (firewall, nfs, server)Thierry Vignaud2003-01-021-82/+76
| | | | | | | | | | | | - better and simpler wizards managment - if current theme hasn't a gtk ressource file to handle backgrounds, then we default on the default theme one - fix waitpid usage and really do non blocking zombies reaping - fix and restore tools embedding - only pass --summary to wizards - enforce gtk+2 logic on sockets behavior - begin to write tools description
* - perl-gtk2 portThierry Vignaud2003-01-023-188/+167
| | | | | - cleanups
* changed to utf-8Arkadiusz Lipiec2002-12-301-85/+85
|
* updated po filePablo Saratxaga2002-12-301-68/+55
|
* updatedArkadiusz Lipiec2002-12-281-152/+55
|
* updated po filePablo Saratxaga2002-12-271-70/+57
|
* updated po filesPablo Saratxaga2002-12-263-292/+182
|
* updated pot filePablo Saratxaga2002-12-2455-13417/+20967
|
* first attempt to restore embedded supportThierry Vignaud2002-12-203-6/+24
|
* typo fixThierry Vignaud2002-12-201-3/+3
|
* fix for unbzipped iconsThierry Vignaud2002-12-201-2/+2
|
* 9.1-0.6mdkThierry Vignaud2002-12-201-1/+15
|
* *** empty log message ***Thierry Vignaud2002-12-201-5/+68
|
* add ln "merry christmas" picturesThierry Vignaud2002-12-202-0/+0
|
* fix left/right alignment for nowThierry Vignaud2002-12-201-1/+1
|
* remove obsolete imageThierry Vignaud2002-12-201-0/+0
|
* really handle expert mode for wizardsThierry Vignaud2002-12-201-2/+2
|
* - add a default value for old users that did not have the expertThierry Vignaud2002-12-201-23/+44
| | | | | | | | | | | | | | | option for drakwizard saved - don't print warnings while the main window is not yet up - just catch exceptions if translations're broken or options're missing - center left icons - make left icons bigger on selection - use MDK::Common rather than POSIX for math - better reaping of dead zombies sub processes: o non blocking reaping o reap all dead children - better error message on error faillure
* don't uselessly bzip2 already compressed iconsThierry Vignaud2002-12-207-6/+6
|
* simplify splash_warning() by reusing new_dialog()Thierry Vignaud2002-12-201-6/+3
|
* perl_checker fixesThierry Vignaud2002-12-201-8/+8
|
* Converted Tamil file to UTF-8Pablo Saratxaga2002-12-191-126/+126
|
* fix file nameThierry Vignaud2002-12-191-1/+1
|
* install missing ressource file;Thierry Vignaud2002-12-193-3/+8
| | | | | workaround for broken ta locale
* *** empty log message ***Thierry Vignaud2002-12-191-0/+40
|
* enhancements:Thierry Vignaud2002-12-194-652/+1198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - perl_checker fixes - ui is a lot faster to refresh - quite a lot less hardcoded values, giving more control on icons size - gtk+2 port - anti aliased fonts - reorganize source in a cleaner way - better icon/text alignment - comment - internal logic has been *much* improved - simplify code by reusing MDK::Common - dialog window are now modal - enhanced topic descriptions - new topic design (2 columns) - splash screen - ... bug fixes: - mcc is now resistant to missing icons - mcc will fall back on default icons if a theme is missing some - a left button isn't any more highlighted if one has put the cursor on its position *before* it's drawn the first time - transparent icons can be arbitrary placed in right part of mcc : there's not anymore any alignment problems with background, so one can use non horizontally hachured background for right part know bugs / limitations: - resizing the main window should resizing the right icons table which should resize description texts - gtk+ engines are know to dramatically slow down *first* display of right icons - there should be some spacing between right icons and their description - descriptions are not yet written ("dummy description") - gtk+-2 support for embedding is broken for now
* updates and bugfixesArkadiusz Lipiec2002-12-151-21/+6
|
* updated po filesPablo Saratxaga2002-12-152-21/+10
|
* updated po filePablo Saratxaga2002-12-131-256/+33
|
* updated po filePablo Saratxaga2002-12-111-4/+4
|
* updated po filePablo Saratxaga2002-12-021-14/+2
|
* updated po filesPablo Saratxaga2002-12-022-5/+5
|
* updated po filePablo Saratxaga2002-11-291-4/+5
|
* updated po filesPablo Saratxaga2002-11-282-33/+21
|
* updated po filesPablo Saratxaga2002-11-2855-7016/+7222
|
* typo fixesThierry Vignaud2002-11-271-1/+1
|
* *** empty log message ***Thierry Vignaud2002-11-273-670/+27
|
* 9.1-0.3mdkThierry Vignaud2002-11-271-1/+9
|
* - add a wrapper to prevent bad side effects of c-zThierry Vignaud2002-11-273-6/+36
| | | | | | | (aka sigstop/sigcont) on embedded apps in mcc - Gtk is already imported by my_gtk - documente sig_child()
* let be --short-circuit awareThierry Vignaud2002-11-271-0/+1
|
* clean codeThierry Vignaud2002-11-251-1/+1
|
* use mandrake_release()Thierry Vignaud2002-11-251-4/+2
|