summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* removing for re-adding with -kbPascal Rigaux2003-08-011-0/+0
|
* removing for re-adding with -kbPascal Rigaux2003-08-011-0/+0
|
* removing for re-adding with -kbPascal Rigaux2003-08-011-0/+0
|
* removing for re-adding with -kbPascal Rigaux2003-08-011-0/+0
|
* *** empty log message ***Pascal Rigaux2003-08-011-1/+578
|
* add drakauthPascal Rigaux2003-08-013-1/+36
|
* - move write_smb_conf() from install_any to network::smbPascal Rigaux2003-08-016-107/+139
| | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth
* use $::prefixPascal Rigaux2003-08-012-8/+6
|
* => do as Chris Picton suggestedPascal Rigaux2003-08-014-33/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chris Picton said (nearly one year ago :-/) : I have found the need for many low res screen resolutions for such thingas as movie playing, xmame, etc. The method XFdrake uses to enable modes is to enumerate each mode in the XF86Config file. For example (a newly created file): Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection It would be better (at least under XFree 4, which automatically provides resoltions from the monitor, if it is capable), to not limit the modes provided to the user If I use instead, the following: Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection My maximum mode is exactly the same as before, but I have many more low resolution modes.
* printer::printerdrake is not perl_checker compliant, don't pretend it is!Pascal Rigaux2003-08-011-0/+1
|
* perl_checker compliancePascal Rigaux2003-08-011-1/+1
|
* s/head -1/head -n 1/Pascal Rigaux2003-08-011-2/+2
| | | | | (am i the only one who thinks changing head's usage is really stupid? well...)
* instead of removing the "Search servers" button when the search is over, keepPascal Rigaux2003-08-011-1/+1
| | | | | | it to allow searching for new servers (the label is changed from "Search servers" to "Search new servers") (bug #4297)
* don't warn when label is used with no text for boot entriesPascal Rigaux2003-08-011-1/+1
| | | | | (i want titi's explaination on this first)
* replace signal_disconnect with signal_handler_disconnect (needed for ↵Pascal Rigaux2003-08-011-1/+1
| | | | perl-gtk2-xs)
* Add gnome calculator and charmapFrederic Crozat2003-08-011-3/+3
|
* Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau)Pascal Rigaux2003-08-011-4/+0
|
* Added locale->fonts-* dependenciesPablo Saratxaga2003-08-011-5/+8
|
* Added some more languages to the list;Pablo Saratxaga2003-08-011-14/+35
| | | | | defined kde fonts for some languages
* New/updated images with language namesPablo Saratxaga2003-08-0117-0/+0
|
* updated pot filePablo Saratxaga2003-07-312-634/+219
|
* UI issues from cooker list. Push help off to drakhelp.Stew Benedict2003-07-311-282/+83
|
* use "splash=silent" instead of "quiet".Pascal Rigaux2003-07-311-1/+1
| | | | | | kernel messages will still be written, but will be hidden (can be seen if pressing F2 or escape at boot time)
* - drakxtools-newt must not require perl(interactive::gtk) or perl(ugtk2)Pascal Rigaux2003-07-311-1/+2
| | | | | | | - only drakbackup require perl(Net::FTP) & perl(Time::localtime), i don't want this require for all drakxtools. What about moving drakbackup to a separate package?
* added redo of initrd files for oem changes to take effects for bootsplash...Francois Pons2003-07-311-0/+6
|
* fixed /usr/share/bootsplash directory not created for images.Francois Pons2003-07-311-1/+1
|
* apply oem image modification to bootsplash too.Francois Pons2003-07-311-0/+21
|
* perl_checker compliancePascal Rigaux2003-07-301-1/+1
|
* - cleanup debug codePascal Rigaux2003-07-301-32/+30
| | | | | - use read_gnomekderc & update_gnomekderc instead of getVarsFromSh & substInFile
* fix typoPascal Rigaux2003-07-301-1/+1
|
* - cleanupPascal Rigaux2003-07-302-40/+43
| | | | | - add pool.ntp.org (and make it the default) (cf bug #4197)
* Aurora doesn't exist anymore (and it's been that way for quite a few time)Pascal Rigaux2003-07-301-3/+3
|
* removed remaining code of eval (eq nop).Francois Pons2003-07-301-1/+0
|
* remove eval around choosePackagesTree as it display something even if it ↵Francois Pons2003-07-301-3/+5
| | | | doesn't run...
* intermediate commit to completely broken ugtk2 for handling tree, in order forFrancois Pons2003-07-301-14/+17
| | | | | gc or pixel to fix this...
* allow testing locally, should not avoid pkgs to work in real place.Francois Pons2003-07-301-7/+11
|
* fix typo (thanks to perl_checker)Pascal Rigaux2003-07-301-1/+1
|
* removed ugly code for scrollbars as pixel has fixed it now.Francois Pons2003-07-301-5/+1
|
* cleanup (especially ensure $interface is not something like "eth0 (usingPascal Rigaux2003-07-301-12/+10
| | | | | module ...)" but only "eth0" (cf network/network.pm 1.130 nasty change)
* revert to 1.129:Pascal Rigaux2003-07-301-4/+1
| | | | | | | it's no good removing " (using module ...)" from {DEVICE} field, it's much better not having it in the first place. See network/ethernet.pm v1.81 for the real fix
* - move from perl-GTK2 to perl-Gtk2Pascal Rigaux2003-07-301-2/+1
| | | | | - fix an old weird typo
* ensure "No details" is displayed instead of "Details" when beginning a newPascal Rigaux2003-07-301-2/+3
| | | | | package installation round and "No details" was pressed in previous round
* allow other=/dev/fd0 (bug #4405)Pascal Rigaux2003-07-301-1/+1
|
* use formatError for the error message occuring when auto_install.cfg is badPascal Rigaux2003-07-291-1/+1
|
* labels are not able to correctly handle long texts, so rollback to usingPascal Rigaux2003-07-291-0/+16
| | | | | | | | | | | | | | | | | | | TextView instead. For information on this pb: - IHM team doesn't like TextView because the text can be selected, and a contextual menu is available - IHM team doesn't like the difference between small text (using a Label) and longer text (using a TextView) - Label can wrap automatically but not nicely (it doesn't use the full width) - Label can't wrap CJK text which have no spaces Apart from this Label vs TextView pb, Titi only left some code which takes care of small text, causing the text to be wrapped using warp_text (which is not proportional font aware) and not using a scrolled window (causing the license to take more than the screen, the buttons disappearing at the bottom of the screen)
* there is no good url for drakxtools, but at least don't give a broken one!Pascal Rigaux2003-07-291-1/+1
| | | | | (thanks to Raul Dias)
* re-export %fsedit::suggestions as needed (why did titi my-ed it?) (fixes bug ↵Pascal Rigaux2003-07-291-1/+1
| | | | #4298)
* Add vera font by defaultFrederic Crozat2003-07-291-1/+1
|
* updated pot filePablo Saratxaga2003-07-292-90/+67
|
* moved mkfs.xfsFrancois Pons2003-07-281-1/+1
|