summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update for German (de) languageOliver Burger2008-09-191-132/+41
|
* Hungarian translation updateGergely Lonyai2008-09-191-968/+820
|
* update for German (de) languageOliver Burger2008-09-191-13/+9
|
* (install) enable to have more than one RC fileThierry Vignaud2008-09-191-1/+1
|
* Fixing fuzzy messages and updating pt_BR translationFelipe Arruda2008-09-191-24/+19
|
* (create_steps_window) simplify left background filler: just use aThierry Vignaud2008-09-192-15/+2
| | | | | scaled image of last line of the background
* - install "cryptsetup" when neededPascal Rigaux2008-09-192-0/+2
|
* adapt to any::reboot() prototype changePascal Rigaux2008-09-191-1/+1
|
* - bootloader-config, drakboot:Pascal Rigaux2008-09-192-0/+8
| | | | | | | | | | | o handle /boot/grub/install.sh with no "root (hd...)" line (this is the case for grub's installed prior to 2005-06-16) (#43786, #43431) nb: "bootloader-config --action migrate-to-uuids" should be done prior to booting with a different layout, and so /boot/grub/install.sh is regenerated and will include "root (hd...)" line
* create _parse_grub_menu_lst() out of read_grub_menu_lst()Pascal Rigaux2008-09-191-7/+20
| | | | | | nb: no functional change. all computation using $fstab and $grub2dev are moved out of _parse_grub_menu_lst() to read_grub_menu_lst()
* sync with codeThierry Vignaud2008-09-1971-28937/+28793
|
* - add a special license for google programs (only for "Powerpack" product)Pascal Rigaux2008-09-193-3/+10
|
* tune spacing between blocks of textPascal Rigaux2008-09-191-6/+3
|
* updateThierry Vignaud2008-09-192-16/+18
|
* sync with codeThierry Vignaud2008-09-1971-10784/+20779
|
* (level_choose) remove wrongly commited debug stuffThierry Vignaud2008-09-191-1/+1
|
* cleanup: don't use $o as a $inPascal Rigaux2008-09-191-10/+9
|
* move {useless_thing_accepted} special case in installPascal Rigaux2008-09-192-2/+2
|
* cleanup ($in instead of $o)Pascal Rigaux2008-09-191-3/+3
|
* - Correct some part of the license, add optional Google provisions and ↵Frederic Crozat2008-09-191-24/+78
| | | | optional US export provisions
* drop unused code: commercial cd is no morePascal Rigaux2008-09-193-39/+0
|
* 11.47.1Pascal Rigaux2008-09-193-1/+5
|
* - diskdrakePascal Rigaux2008-09-194-0/+202
| | | | | | | o handle partitions encrypted with cryptsetup - bug fix: add mandatory new modules for dm-crypt
* remove dead emailsThierry Vignaud2008-09-191-2/+2
|
* 11.47Pascal Rigaux2008-09-193-1/+5
|
* 1.31Pascal Rigaux2008-09-192-1/+3
|
* - add modules "sha256_generic cbc amd768_rng" for crypsetup/LUKSPascal Rigaux2008-09-192-1/+3
|
* - diskdrake:Pascal Rigaux2008-09-1810-10/+110
| | | | | o handle partitions encrypted with cryptsetup
* handle new jme ethernet driverThierry Vignaud2008-09-183-1/+5
|
* fix network packages detectionOlivier Blin2008-09-182-1/+3
|
* keep all settings (for next commit)Olivier Blin2008-09-181-1/+2
|
* harddrake2: detect network and graphical driver packages tooOlivier Blin2008-09-182-1/+3
|
* list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27)Olivier Blin2008-09-183-1/+3
|
* focus first entry, ie "Encryption key"Pascal Rigaux2008-09-181-1/+1
|
* ensure a newly created partition has {major} and {minor}Pascal Rigaux2008-09-181-0/+1
|
* - create cannotBeMountable() out of isNonMountable()Pascal Rigaux2008-09-182-2/+6
| | | | | - use it
* create unwind_protect() and with_private_tmp_file()Pascal Rigaux2008-09-181-0/+23
| | | | | (for future use)
* create after_formatting() out of part_raw()Pascal Rigaux2008-09-181-0/+6
| | | | | (for future use)
* (_gtk__Image) add support for flipping (horizontally) images (needed in some ↵Thierry Vignaud2008-09-181-0/+1
| | | | case for RTL languages)
* (_gtk__Image) simplify (and needed for next commit)Thierry Vignaud2008-09-181-6/+2
|
* (text_direction_rtl) introduce it: when using Gtk+ GUI, it's justThierry Vignaud2008-09-181-0/+5
| | | | | safer to rely on Gtk+ idea of direction than on our own DB
* (Type) fix file system type drop down list showing most types as "..."Thierry Vignaud2008-09-183-1/+9
| | | | | in "Change partition type" dialog in expert mode due to ellipsizing
* Gtk2::Sexy is now perl_checker compliant (through fake packages)Thierry Vignaud2008-09-181-1/+0
|
* Hungarian translation updateGergely Lonyai2008-09-181-888/+770
|
* 11.46Thierry Vignaud2008-09-173-1/+5
|
* (_gtk__Layout) add support for 'Layout' widgetsThierry Vignaud2008-09-171-0/+10
|
* (_gtknew_handle_layout_children) split it out of _gtk__Fixed() (needed for ↵Thierry Vignaud2008-09-171-2/+6
| | | | next commit)
* (_gtk__Fixed) enable to provide more than one childThierry Vignaud2008-09-171-1/+8
|
* - scannerdrake:Tiago Salem Herrmann2008-09-1773-243/+245
| | | | | o change all printerdrake references to system-config-printer
* (create_widget) align iconlist real widget to the left when (its labelThierry Vignaud2008-09-171-1/+5
| | | | | | | | is) aligned to the right :-) we should maybe just adapt that layout everytime for icons (even with normal left alignment)...