Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add FIXME notes about missing parameters | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | | | | (spot by perl_checker) | ||||
* | fix strangeness introduced by vgardiola in r242842 on Jun 3 2008 | Thierry Vignaud | 2012-03-23 | 1 | -1/+1 |
| | |||||
* | (auth) fix actually displaying "Domain Windows for authentication" | Thierry Vignaud | 2012-03-23 | 2 | -1/+3 |
| | | | | (spot by perl_checker) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 54 | -207/+191 |
| | |||||
* | (reallyChooseDesktop) kill doble call to grab_focus() | Thierry Vignaud | 2012-03-23 | 1 | -1/+0 |
| | |||||
* | (setPackages) only select kernel-$1-devel-latest if we actually match | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
| | | | | (spot by perl_checker) | ||||
* | fix some missing Mageia occurences after bogus s/mdv/mga/ cleaning on importing | Thierry Vignaud | 2012-03-23 | 5 | -5/+8 |
| | | | | (spot by perl_checker) | ||||
* | (screenshot_dir__and_move) make it clearer | Thierry Vignaud | 2012-03-23 | 1 | -3/+4 |
| | |||||
* | Translating string from reported bug #484 | Diego Bello | 2012-03-23 | 1 | -168/+125 |
| | |||||
* | updated italian translation | Matteo Pasotti | 2012-03-22 | 1 | -8/+8 |
| | |||||
* | Ukrainian translation update. Thanks, developers. :( | Yuri Chornoivan | 2012-03-22 | 1 | -2/+2 |
| | |||||
* | - Updated German translation | Oliver Burger | 2012-03-22 | 1 | -159/+119 |
| | |||||
* | Slovenian translation sync with code | Filip Komar | 2012-03-22 | 1 | -4/+3 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2012-03-22 | 1 | -2/+2 |
| | |||||
* | update | Thierry Vignaud | 2012-03-21 | 1 | -3/+3 |
| | |||||
* | sync with code | Thierry Vignaud | 2012-03-21 | 72 | -215/+491 |
| | |||||
* | (setupBootloaderBefore) better message (mga#484) | Thierry Vignaud | 2012-03-21 | 2 | -1/+3 |
| | |||||
* | 14.014.0 | Thierry Vignaud | 2012-03-20 | 2 | -1/+3 |
| | |||||
* | sync with code | Thierry Vignaud | 2012-03-20 | 72 | -1388/+1831 |
| | |||||
* | (setupBootloaderBefore) make "Preparing bootloader" less intimidating | Thierry Vignaud | 2012-03-20 | 2 | -1/+2 |
| | | | | (same logic as previous commit, mga#484) | ||||
* | step column: hide so called "bootlader" step since we do _not_ actually | Thierry Vignaud | 2012-03-20 | 2 | -1/+3 |
| | | | | install bootloader at this stage but later in summary (mga#484) | ||||
* | (setupBootloaderBefore) simplify | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | (getSerialModem) revert complexify | Thierry Vignaud | 2012-03-19 | 1 | -8/+2 |
| | |||||
* | (floppies) simplify | Thierry Vignaud | 2012-03-19 | 1 | -3/+3 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | (read_pmon2000,read_uboot,read_cromwell) add a FIXME note since those | Thierry Vignaud | 2012-03-19 | 1 | -0/+4 |
| | | | | are fake stubs | ||||
* | (read_pmon2000,read_uboot,read_cromwell) simplify | Thierry Vignaud | 2012-03-19 | 1 | -9/+3 |
| | |||||
* | (is_i586) simplify ; on less I/O on non x86 machines | Thierry Vignaud | 2012-03-19 | 1 | -3/+1 |
| | |||||
* | (configure_ide_controller) use empty prototype | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | (missing prototype since introduced in r224041 by pixel on Jun 28 2007) | ||||
* | (_migrate_to_uuids__fstab) fix bogus usage of empty prototype | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | | | | (introduced in commit r246708 by pixel on Sep 26 2008, was: "- bootloader-config: o --action migrate-to-uuids: be more precautious when modifying /etc/fstab (especially do not drop unrecognised entries) (#43548)") | ||||
* | simplify horrible code | Thierry Vignaud | 2012-03-19 | 1 | -13/+1 |
| | | | | | | I let ARM maintainer decides if the following is better: $image = find { -e $_ } map { "/boot/$_-$kernel_version" } if_(arch() =~ /arm/ && $kernel_version =~ /versatile/, 'uImage'), qw(vmlinux vmlinuz); | ||||
* | (installBootloader) simplify | Thierry Vignaud | 2012-03-19 | 1 | -3/+2 |
| | |||||
* | Use the 'splash quiet' default kernel command line. | Colin Guthrie | 2012-03-19 | 1 | -1/+1 |
| | | | | | This is just a transition from the splash=silent that used to be used. Semantically this should just be a natural progression. | ||||
* | Update drakboot splash updating code. | Colin Guthrie | 2012-03-19 | 1 | -6/+10 |
| | | | | | Note: This is no longer used, but for completeness I am making it support the splash + quiet kernel command line params. | ||||
* | - use "splash" on the kernel command line vs. "splash=silent" as per upstream | Colin Guthrie | 2012-03-19 | 4 | -5/+12 |
| | | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text | ||||
* | (rpmsrate_always_flags) 3D flag must be updated for newer HW... | Thierry Vignaud | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | no need to blacklist URPM anymore | Thierry Vignaud | 2012-03-15 | 1 | -1/+0 |
| | |||||
* | (get_iso_volume_ids) disk install: handle bogus ISOs when looking for ↵ | Thierry Vignaud | 2012-03-15 | 2 | -2/+6 |
| | | | | install image (mga#4919) | ||||
* | (AUTOLOAD) show which function has issues (mga#4919) | Thierry Vignaud | 2012-03-14 | 1 | -2/+3 |
| | |||||
* | 13.9513.95 | Thierry Vignaud | 2012-03-13 | 2 | -1/+3 |
| | |||||
* | 1.69 | Thierry Vignaud | 2012-03-13 | 2 | -1/+3 |
| | |||||
* | include & recognize more HID drivers (mga#4905) | Thierry Vignaud | 2012-03-13 | 3 | -5/+16 |
| | |||||
* | 13.9413.94 | Thierry Vignaud | 2012-03-13 | 2 | -1/+3 |
| | |||||
* | actually include & use new installer help | Thierry Vignaud | 2012-03-13 | 2 | -0/+5 |
| | |||||
* | updated italian translation | Matteo Pasotti | 2012-03-13 | 1 | -6/+6 |
| | |||||
* | 1.63 | Thierry Vignaud | 2012-03-12 | 2 | -1/+2 |
| | |||||
* | 1.68 | Thierry Vignaud | 2012-03-12 | 2 | -1/+3 |
| | |||||
* | log latest changes | Thierry Vignaud | 2012-03-12 | 1 | -0/+2 |
| | |||||
* | 13.9313.93 | Thierry Vignaud | 2012-03-12 | 3 | -1/+5 |
| | |||||
* | (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵ | Thierry Vignaud | 2012-03-12 | 4 | -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 |