summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***Thierry Vignaud2002-11-251-1/+41
|
* bug fixes and workarounds:Thierry Vignaud2002-11-252-120/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | - partially fix c-z freeze mcc even after SIGCONT this also make mcc more robust to programs that crash - explain to PO translators the importance of both translating _Options and Options - mcc was not robust when embeded prog crash (kind of deadlock): now, we send ourselves USR1 on child reaping code simplification: - consolidate pixbufs - s/Gtk->main_iteration while Gtk->events_pending/gtkflush/ - make some code more readable - clean code through ugtk::create_factory_menu usage - some perl_checker fixes - test DISPLAY: if we don't have access to X server, switch to console version - simplify config managment - remove dummy timer - s/if (!/unless/ - explain signal handlers goal - simplify and make explanations frame managment more robust: * only start logdrake once * only create explanation frame once * just hide or show it depending on context (resulting in faster redisplay)
* fix null casted to menu widged with britton localeThierry Vignaud2002-11-181-2/+2
|
* fix fixThierry Vignaud2002-11-181-4/+4
|
* 9.1-0.2mdkThierry Vignaud2002-11-182-1/+14
|
* *** empty log message ***Thierry Vignaud2002-11-182-1/+25
|
* code cleaning/shrunkingThierry Vignaud2002-11-185-112/+106
| | | | | | | | | | | | | | | | | | | clock.pl, menus_launchers.pl, print_launcher.pl - use my_gtk & common to : o automatically handle embedding o simplify code o ease gtk2 port o don't uselessly initialize gtk & locales o ... don't do what my_gtk already offer to do for us clock.pl: kill stupid code copied between two signal handlers whereas it has no purpose since my_gtk just exited in second handler mcc: - explain why we initialize interactive without using it - global workaround for broken locales - bump version
* logi -> dziennikArkadiusz Lipiec2002-11-171-3/+3
|
* fix version detection for new spec fileThierry Vignaud2002-11-151-1/+1
|
* 9.1-0.1mdkThierry Vignaud2002-11-151-4/+9
|
* fix locale initialization so that locales get translatedThierry Vignaud2002-11-151-13/+15
|