summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* add new ln iconsThierry Vignaud2002-09-0230-0/+0
|
* gtkicons_labels_widget(): check binary existsThierry Vignaud2002-09-021-0/+1
|
* kill glib warningsThierry Vignaud2002-09-021-2/+2
|
* fixed to call to getFile by giving medium description, necessary for updates.Francois Pons2002-09-021-2/+2
|
* fix typo.Francois Pons2002-09-021-1/+1
|
* solving bugs on add and save functionsJonathan Gotti2002-09-021-10/+45
|
* now allow meta_class option on command line to be taken into account instead ofFrancois Pons2002-09-021-2/+1
| | | | | previous options desktop and firewall.
* reverted previous modification moved to crypto module.Francois Pons2002-09-021-1/+0
|
* allow selecting packages to upgrade.Francois Pons2002-09-021-0/+4
|
* allow selectPackagesToUpgrade to use a specific medium instead of all of them.Francois Pons2002-09-021-2/+8
|
* UpdateDavid Baudens2002-09-021-0/+15
|
* make sure rpmdb is open before displaying packages tree.Francois Pons2002-09-021-0/+1
|
* display alternative drivers (oss, alsa) for sound cardsThierry Vignaud2002-09-022-4/+5
|
* UpdateDavid Baudens2002-09-0213-18/+18
|
* *** empty log message ***Thierry Vignaud2002-09-021-2/+2
|
* UpdateDavid Baudens2002-09-0214-36/+35
|
* strange typo where no filtering on medium was issued ?Francois Pons2002-09-021-1/+1
|
* fixed typo.Francois Pons2002-09-021-1/+1
|
* - replace tinyfirewall by drakfirewallDaouda Lo2002-09-021-2/+2
|
* - s/tinyfirewall/drakfirewall/Daouda Lo2002-09-022-2/+2
|
* - s/tinyfirewall/drakfirewall/Daouda Lo2002-09-021-3/+6
|
* s/tinyfirewall/drakfirewall/Daouda Lo2002-09-021-1/+1
|
* - replace tinyfirewall by drakfirewallDaouda Lo2002-09-022-4/+4
|
* - drakbug point to https://drakbug.mandrakesoft.comDaouda Lo2002-09-021-1/+2
|
* fix list building not to use parsehdlist.Francois Pons2002-09-021-12/+7
|
* add $o->{packages} to install_any::install_urpmi call.Francois Pons2002-09-021-0/+1
|
* install_urpmi only install selected media.Francois Pons2002-09-021-1/+1
|
* sympa => mailmanFrederic Lepied2002-09-021-2/+2
| | | | | removed PHP-nuke
* s/Seiko Epson/Epson/ in subroutine to update ScannerDB from Sane.Till Kamppeter2002-09-011-1/+1
|
* - Tell users of the HP LaserJet 1000 that they have to upload firmware to ↵Till Kamppeter2002-09-011-2/+22
| | | | | | | | the printer. - Updated instructions to get Lexmark's inkjet drivers. - Suppressed the display of the "Refresh printer list" and "Specify CUPS server" buttons in recommended mode when there is no local network.
* updated pot filePablo Saratxaga2002-08-313-924/+1121
|
* 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
|