summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1_1_9_25mdk'.V1_1_9_25mdkMystery Man2002-08-292064-1024557/+0
|
* updated pot filePablo Saratxaga2002-08-294-2073/+2504
|
* English typos (no space before colon in English)Pablo Saratxaga2002-08-292-10/+10
|
* English typos (Quitter->Quit, Informations->Information)Pablo Saratxaga2002-08-291-0/+0
|
* corrected English typos (no space before colon in English)Pablo Saratxaga2002-08-293-19/+19
|
* s/||/or/ between commands, the high-precedence "||" lead to problems sometimes.Till Kamppeter2002-08-291-35/+35
|
* Added automatical configuration of the printers in the GIMP.Till Kamppeter2002-08-282-17/+424
|
* - drakupdate_fstab first appearancePascal Rigaux2002-08-281-2/+11
| | | | | - remind me to teach titi how to commit
* - ensure prefer_xf3 is never set when {server} is missingPascal Rigaux2002-08-281-6/+8
| | | | | | - don't propose xfree3 when no {server} for the card - don't propose xfree4 when no {Driver} for the card
* *** empty log message ***Pascal Rigaux2002-08-281-1/+4
|
* *** empty log message ***Pascal Rigaux2002-08-281-1/+231
|
* use add2hash_ for setting "username=%" otherwise it causes havoc in ↵Pascal Rigaux2002-08-281-1/+1
| | | | auto_install's manualFstab
* new prog drakupdate_fstabPascal Rigaux2002-08-282-1/+124
|
* - why did hds() did return removable drives in standalone? changing this ↵Pascal Rigaux2002-08-281-13/+70
| | | | | | | | | | | | | (this was written in 1999 so no good reason must stand) - remove the ugly isFloppyOrHD - new function get_usb_storage_info which magically links /proc/scsi/scsi entries to /proc/bus/usb/devices & usbtable one :) - new function usb_description2removable which tries to categorize the removables - new function removables returning various things - new function isRemovableUsb using usb class - new function isFloppyUsb using the usbtable "Removable:floppy" - suggest_mount_point use "Removable:xxx" entries from usbtable, or usb_description2removable()
* - read_fstab, write_fstab: add the possibility to not change credentialsPascal Rigaux2002-08-281-17/+12
| | | | | - use detect_devices::removables()
* fixed Project-Id headerPablo Saratxaga2002-08-281-1/+1
|
* remove deprecated comment (supermount *does* handle auto type nowadays)Pascal Rigaux2002-08-281-1/+1
|
* (set_default_options): use $is_removable to know if it is removable instead ofPascal Rigaux2002-08-281-1/+1
| | | | | | testing the presence of $part->{rootDevice} (this must be old code predating the avaibility of $is_removable)
* - use $::prefix in any::get_secure_level()Pascal Rigaux2002-08-282-6/+4
| | | | | - fix any::get_secure_level() not using prefix when it should
* create detect_devices::suggest_mount_point and use it instead of doing it in ↵Pascal Rigaux2002-08-282-15/+20
| | | | fs::set_removable_mntpoints
* updateThierry Vignaud2002-08-281-0/+5
|
* updated po filesPablo Saratxaga2002-08-282-3171/+4249
|
* Printerdrake remembers now whether it was in normal mode or in expertTill Kamppeter2002-08-283-4/+62
| | | | | mode last time.
* updated po filesPablo Saratxaga2002-08-282-3/+3
|
* remove unused $fstabPascal Rigaux2002-08-281-1/+0
|
* on a "Flat Panel" use the flat planel resolution (as suggested by Alastair ↵Pascal Rigaux2002-08-281-1/+1
| | | | Scott)
* OpenOffice.org: Remove default printer tag from the "Generic Printer"Till Kamppeter2002-08-281-0/+6
| | | | | when Printerdrake adds an entry for the system's default printer.
* (selectLanguage): fix the ugly use of focus_out for setting langs. Was ↵Pascal Rigaux2002-08-281-1/+2
| | | | completly rubbish in newt.
* add {callbacks}{advanced}, called when "Advance" button is pressedPascal Rigaux2002-08-282-2/+3
|
* - fix logdrake display window in embedded modeDaouda Lo2002-08-281-4/+2
|
* use mkdir_p instead of mkdirPascal Rigaux2002-08-285-8/+8
|
* Xconfig::xfree3::set_resolution and Xconfig::xfree4::set_resolution must not ↵Pascal Rigaux2002-08-282-11/+10
| | | | modify parameter $Screen before calling Xconfig::xfreeX::set_resolution (otherwise the resolution setting is done on only one device which is bad for multi-head)
* better error messagePascal Rigaux2002-08-281-1/+1
|
* updated pot filePablo Saratxaga2002-08-281-1500/+1829
|
* Fixed typo (no space before a colon in English)Pablo Saratxaga2002-08-281-1/+1
|
* - embeded mode:Thierry Vignaud2002-08-281-0/+0
| | | | | | | o only display menu bar if not in embedded mode o add a "quit" button in embedded mode - make my_gtk ui be readable by indentation
* fix calling export_to_install_X in configure_everything_auto_installPascal Rigaux2002-08-281-14/+16
|
* add "Mount" and "Unmount"Pascal Rigaux2002-08-281-1/+14
|
* (is_same_hd): add ugly support for davfs devices (http://...) comparison ↵Pascal Rigaux2002-08-281-0/+3
| | | | without the ending "/"
* Renamed icon of Printerdrake so that it does not get overwritten byTill Kamppeter2002-08-282-1/+1
| | | | | Star Office.
* *** empty log message ***Pascal Rigaux2002-08-281-2/+1
|
* use new function part2device() to have the file from {device} (fixes ↵Pascal Rigaux2002-08-281-8/+14
| | | | mounting of ntfs in standalone)
* bus/usb category prompting is automaticPascal Rigaux2002-08-281-2/+2
|
* remove associating 0x35 => 'jfs' since it causes types_rev to associate jfs ↵Pascal Rigaux2002-08-281-1/+0
| | | | to 0x35 instead of 0x383
* choose a good_default_monitor based on laptop-or-not (thanks to cosmic flo)Pascal Rigaux2002-08-281-3/+6
|
* default option username=% for smbPascal Rigaux2002-08-281-0/+3
|
* (partition_table::dos::last_usable_sector): don't use totalsectors, compute ↵Pascal Rigaux2002-08-281-0/+6
| | | | it so that it is cylinder aligned
* in "Mount point", by default choose the default proposition (asked by dadou ↵Pascal Rigaux2002-08-284-6/+6
| | | | for smb)
* group icons are not used, remove themPascal Rigaux2002-08-283-33/+0
|
* :xPascal Rigaux2002-08-273-6/+1
|