summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 13.9313.93Thierry Vignaud2012-03-123-1/+5
|
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵Thierry Vignaud2012-03-124-13/+17
| | | | | | | | | | | | | | | | | | | | | | loading of syscall.ph through any->detect_devices>modules>list_modules>MDK::Common>MDK::Common::System>syscall.ph This can end in crashing mgaaplet when performing live update (mga#3042) because of lazy loading of syscall (by which time perl may as well have been updated including syscall.ph which leave eg perl/5.12.x for perl/5.14.x) This also saves quite some memory for: - net_applet (5Mb aka 11%), - mgapplet (7Mb aka 14%) (as well as maybe for drakxnet but that's more transient): 21736 root 20 0 240m 44m 10m S 0 1.1 0:00.63 net_applet 21501 root 20 0 236m 39m 11m S 0 1.0 0:01.09 net_applet 23116 root 20 0 297m 50m 12m S 0 1.3 0:00.58 mgaapplet 23259 root 20 0 290m 43m 12m S 0 1.1 0:00.40 mgaapplet
* recognize c67x00, imx21-hcd, fhci, isp1362-hcd, oxu210hp-hcd & renesas-usbhsThierry Vignaud2012-03-123-1/+7
| | | | | USB host drivers (mga#4905)
* updated Slovenian translation - updated PO-Revision-Date Filip Komar2012-03-121-2/+2
|
* updated Slovenian translationFilip Komar2012-03-121-6/+6
|
* update NEWSAnne Nicolas2012-03-121-0/+2
|
* use lxdm for LXDEAnne Nicolas2012-03-121-1/+1
|
* updateThierry Vignaud2012-03-121-47/+49
|
* copy a cople translations from iso-codeThierry Vignaud2012-03-129-60/+61
|
* fuzzy bogus translationThierry Vignaud2012-03-121-1/+1
|
* copy a cople translations from grampsThierry Vignaud2012-03-127-9/+9
|
* copy one translation from grampsThierry Vignaud2012-03-1222-37/+37
|
* updateThierry Vignaud2012-03-122-11/+11
|
* Updating Spanish translationDiego Bello2012-03-121-331/+130
|
* Updating Spanish translationDiego Bello2012-03-121-984/+874
|
* Updating Spanish translation for late stringsDiego Bello2012-03-121-174/+131
|
* Update Greek translationDimitrios Glentadakis2012-03-111-10/+10
|
* Updated Estonian translation.Marek Laane2012-03-111-9/+9
|
* - Updated German translationOliver Burger2012-03-111-160/+42
|
* Updated Dutch translationRemco Rijnders2012-03-111-10/+10
|
* updated Czech translationPetos Safarik2012-03-111-8/+8
|
* - Updated German translationOliver Burger2012-03-111-165/+125
|
* Ukrainian translation updateYuri Chornoivan2012-03-111-11/+11
|
* sync with latest adsThierry Vignaud2012-03-1172-13336/+16210
|
* sync with ../../install/share/poThierry Vignaud2012-03-1169-72/+74
|
* sync with codeThierry Vignaud2012-03-1171-31638/+34461
|
* 13.9213.92Thierry Vignaud2012-03-113-1/+5
|
* (part_possible_actions) fix resizing LVs (mga#4666)Thierry Vignaud2012-03-113-2/+7
| | | | | | | | | | | | (is_LVM_resizable) introduce a real function instead of a "macro" else LVM_resizable got expanded as: member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) then as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)) commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one (but ext3 would have failed)
* (type_names) kill debug printThierry Vignaud2012-03-111-1/+0
|
* (Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVsThierry Vignaud2012-03-113-1/+7
| | | | eg: "Undefined subroutine &fs::dmcrypt::close_part called"
* small english message improvement (mga#456)Thierry Vignaud2012-03-1073-72/+74
|
* (default_packages) install more packages earlier (shorewall & mandi),Thierry Vignaud2012-03-102-0/+4
| | | | preventing useless installing steps later at summary stage
* (default_packages) explain why acpi, acpid & mageia-gfxboot-theme packages ↵Thierry Vignaud2012-03-102-1/+3
| | | | are selected
* updated Czech translationPetos Safarik2012-03-101-2/+2
|
* updated Czech translationPetos Safarik2012-03-101-66/+1423
|
* updated Czech translationPetos Safarik2012-03-101-1456/+66
|
* updated Czech translationPetos Safarik2012-03-101-289/+116
|
* updated Czech translationPetos Safarik2012-03-101-635/+276
|
* Removed fuzzy mark on Dutch stringRemco Rijnders2012-03-101-1/+1
|
* - Updated Catalan translationsOliver Burger2012-03-101-830/+272
|
* - Updated Catalan translationsOliver Burger2012-03-101-1355/+444
|
* - Updated Catalan translationsOliver Burger2012-03-101-376/+168
|
* Updated Estonian translation.Marek Laane2012-03-101-2/+2
|
* Updated Estonian translation.Marek Laane2012-03-101-1/+1
|
* Updated Estonian translation.Marek Laane2012-03-101-6/+8
|
* - Updated German translationsOliver Burger2012-03-091-383/+168
|
* - Updated German translationsOliver Burger2012-03-091-735/+322
|
* 13.91.1Thierry Vignaud2012-03-082-1/+3
|
* (SEGV handler) kill dead code introduced by pixel on May 30 2005 in r212449 ↵Thierry Vignaud2012-03-081-1/+0
| | | | (was: "make drakx-in-chroot work")
* add gdb-inst, a wrapper for running GDB in installer a simpler wayThierry Vignaud2012-03-084-2/+12
| | | | split share/runinstall2.sh out of Makefile & make it more usefull