summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* no need to translate web adressesPablo Saratxaga2002-08-313-3/+3
|
* fixed use of variables in translatable stringsPablo Saratxaga2002-08-311-9/+9
|
* Fix prompt text saved as filename - Advanced What - OtherStew Benedict2002-08-311-2/+2
|
* add shorewall and iptables in INSTALL sectionFlorent Villard2002-08-311-2/+2
|
* - Fixed bugs in automatic GIMP printer configuration during installation.Till Kamppeter2002-08-301-33/+59
| | | | | - Worked around a bug of "ls -r xxx*" returning "xxx*" instead of nothing when "xxx*" does not exist ("ls" of "busybox" during installation).
* fixed call to pkgs::remove.Francois Pons2002-08-301-1/+1
|
* *** empty log message ***Pascal Rigaux2002-08-301-1/+60
|
* *** empty log message ***Pascal Rigaux2002-08-301-1/+100
|
* - mcc :Thierry Vignaud2002-08-302-48/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o kill gtkpng_() and gtk_createpng_() wrappers: if icon is missing, better die while testing rather than make perl display "uncaught code ..." o kill unused timer o use new ln's icons o disable stupid icon highlighting (was made with duplicating manually all icons in gimp and blue-y them there); restore this effect'll need little play with gamma o use ugtk o kill dead code o cleanups o icons: * switch to new icons set * replace pixmap table by a pixbuf one * use pixbufs for backgrouns and icons, * composite background and icons with transparency trough ugtk::compose_pixbufs() * render icons with full alpha blender in left column * comment the different states * simplify callbacks - ugtk : o readd gdkpixbuf support o ensure imlib is used by default to load files, not gdk-pixbuf o compose_with_back(): load a png icon into a pixbuf and call compose_pixbufs with background pixbuf o compose_pixbufs(): render transparent icon onto background into a new pixbuf o merge gtkcreate_png_pixbuf() from gdk-pixbuf-0-branch : load an icon into a pixbuf gdk-pixbuf-0-branch also uses it to simplify a lot of code o gtkicons_labels_widget() : * add a new background pixbuf parameter that'll be composited with icons * render icons with alpha blender in right area * kill imlib_counter * kill imlib usage for * kill dead code (was dead since i fixed mcc memory leaks) - TODO: icon flashing on application launch - POSTPONED: merge big cleanup, global replacement of imlib usage by gdk-pixbuf from gdk-pixbuf-0-branch since it would impacted drakx which is not so good
* fixed possible problem with is_installed and are_installed.Francois Pons2002-08-301-2/+2
|
* fix looping on network step when configuring ethernet cardGuillaume Cottenceau2002-08-301-1/+1
|
* make perl_checker happyPascal Rigaux2002-08-301-1/+1
|
* ignore c::from_utf8Pascal Rigaux2002-08-301-1/+1
|
* - set GRP_TOGGLE to '' when no GRP_TOGGLE are usedPascal Rigaux2002-08-301-7/+9
| | | | | - defaults to previous GRP_TOGGLE if one is available
* - use keyboard::keyboard2full_xkbPascal Rigaux2002-08-301-8/+5
| | | | | | - call setxkbmap with -option and -model - use "/etc/init.d/keytable restart" instead of loadkeys
* most of the code of Xconfig::default::config_keyboard moved to ↵Pascal Rigaux2002-08-302-14/+18
| | | | keyboard::keyboard2full_xkb
* Temporary new texts. Need to be checked and fixedDavid Baudens2002-08-305-0/+67
|
* *** empty log message ***Pascal Rigaux2002-08-301-1/+42
|
* fix typo (choosing the Flat Panel resolution by default)Pascal Rigaux2002-08-301-1/+1
|
* Temporary fixDavid Baudens2002-08-301-14/+1
|
* rc1Florent Villard2002-08-301-0/+0
|
* Added text for translatorsPablo Saratxaga2002-08-301-0/+1
|
* re-adding with -kbPascal Rigaux2002-08-291-0/+0
|
* removing for re-adding with -kbPascal Rigaux2002-08-291-0/+0
|
* *** empty log message ***Pascal Rigaux2002-08-291-1/+263
|
* (isRemovableDrive): usb with class "Floppy (UFI)" are removable even if they ↵Pascal Rigaux2002-08-291-1/+1
| | | | are not media_type fd
* now the only bad one is ro2Pascal Rigaux2002-08-291-0/+0
|
* - re-update help-xx.pot after fixing bad drakxid's in xml filesPascal Rigaux2002-08-294-267/+1835
| | | | | | - update xx.po's using help-xx.pot => at last, DrakX help is now in sync with xml files :)
* - fix missing to_ascii on english part in help-xx.potPascal Rigaux2002-08-291-2/+2
| | | | | - ignore drakxid's in a language but not in english
* workaround missing entities in spanishPascal Rigaux2002-08-291-0/+1
|
* automatic update to new help.pm (so that no fuzzy appears)Pascal Rigaux2002-08-292-187/+215
|
* not available anymore (=> use the i18n from eu.po)Pascal Rigaux2002-08-291-1846/+0
|
* adapt to new manual cvs dirsPascal Rigaux2002-08-291-2/+2
|
* update help from xmlPascal Rigaux2002-08-295-2559/+1555
|
* semi-automatic script allowing to update help.pm without creating a hell lot ↵Pascal Rigaux2002-08-291-0/+50
| | | | of "fuzzy" in po's
* - adapt to new manualB xml helpPascal Rigaux2002-08-291-15/+100
| | | | | - fix tr/// causing havoc in french accents (and other)
* GUI feedback during restore.Stew Benedict2002-08-291-31/+85
|
* harddrake service:Thierry Vignaud2002-08-291-3/+12
| | | | | | - Prereq: rpm-helper - fix init-script-without-chkconfig-{post,preun}
* - s/perl -w/perl/Thierry Vignaud2002-08-291-3/+1
| | | | | - don't use diags and strict
* gc must how learn to commitThierry Vignaud2002-08-291-1/+1
|
* New imagesDavid Baudens2002-08-2916-0/+0
|
* New text (other will come later)David Baudens2002-08-2910-0/+132
|
* meuhGuillaume Cottenceau2002-08-291-1/+6
|
* 25mdkThierry Vignaud2002-08-293-6/+14
|
* removed ami-gnome (the package won't be in 9.0, as it doesn't workPablo Saratxaga2002-08-291-1/+0
| | | | | with Gnome2)
* (formatPartitions): create /dev/null as soon as possible on to be installed ↵Pascal Rigaux2002-08-291-0/+3
| | | | system
* allow creation of "/dev/null" devicePascal Rigaux2002-08-291-0/+1
|
* fix check_hard_drivesPascal Rigaux2002-08-291-1/+2
|
* Gui for file permission in msecJonathan Gotti2002-08-291-0/+393
|
* Remove old textsDavid Baudens2002-08-2914-172/+0
|