Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recognize partitions on eMMC (mga#11812) | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | detect eMMc block devices (Luc Menut, mga#11812) | Thierry Vignaud | 2013-12-03 | 3 | -1/+15 |
| | |||||
* | typo fix | Thierry Vignaud | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | tools: Get rid of the 'many matches for binary' warning due to usrmove. | Colin Guthrie | 2013-12-02 | 1 | -1/+3 |
| | | | | | This ignores /sbin and /bin paths then they are symlinks and avoids misleading messages being printed when building stage2 and rescue | ||||
* | tools: Prefer /usr/sbin over /usr/bin. | Colin Guthrie | 2013-12-02 | 1 | -1/+1 |
| | | | | | | | | The list already contains /sbin and /bin which are just symlinks to the above, but the order is different for / vs. /usr. Due to the symlinks we always prefer sbin over bin anyway, so this change doesn't technically change anything but does clarify things | ||||
* | Updated Russian translations | kiki | 2013-12-03 | 1 | -983/+872 |
| | |||||
* | update revision date | Marja van Waes | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | 16.416.4 | Thierry Vignaud | 2013-12-02 | 3 | -1/+5 |
| | |||||
* | fix partionning wizard moving the main window to left (mga#11790) | Thierry Vignaud | 2013-12-02 | 2 | -2/+3 |
| | | | | | | widgets were too wide with gtk3 + oxygen-gtk3 we either have to change the horizontal scrolling policty to 'automatic' (thus having an ugly horizontal scrolling bar) or shrink those widgets | ||||
* | previous commit acutally helps oxygen-gtk too | Thierry Vignaud | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | updated Dutch translation | Marja van Waes | 2013-12-02 | 1 | -19/+19 |
| | |||||
* | fix titles not being blue anymore | Thierry Vignaud | 2013-12-02 | 2 | -1/+3 |
| | | | | in CSS, we need to match sub widgets too for installer | ||||
* | Updated Indonesian translations | kiki | 2013-12-02 | 1 | -1177/+318 |
| | |||||
* | 2.3 | Thierry Vignaud | 2013-12-02 | 2 | -1/+3 |
| | |||||
* | include "sdhci-acpi" for eMMC (mga#11812) | Thierry Vignaud | 2013-12-02 | 2 | -1/+4 |
| | |||||
* | fix diskdrake colorized partition tabs with Adwaita (bgo#719624) | Thierry Vignaud | 2013-12-02 | 2 | -0/+10 |
| | | | | | | | | "In the GTK+ CSS interpreter (and CSS in general), background-image takes precedence over background-color, so the gradients set by Adwaita on focused windows' buttons still takes precedence over your custom background-color, this doesn't happen on unfocused windows because no background-image is set for buttons there." | ||||
* | images: Allow the BOOT_AUTOMATIC_METHOD env var to work in rescue mode too | Colin Guthrie | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Ignore the built rescue.sqfs | Colin Guthrie | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | Update Greek translation | dglent | 2013-12-01 | 1 | -5/+5 |
| | |||||
* | 16.316.3 | Thierry Vignaud | 2013-11-30 | 2 | -1/+3 |
| | |||||
* | fix starting after draksound drop OSS/ALSA switch | Thierry Vignaud | 2013-11-30 | 2 | -7/+3 |
| | |||||
* | update | Thierry Vignaud | 2013-11-30 | 1 | -3/+3 |
| | |||||
* | Updated Turkish translation | tarakbumba | 2013-11-30 | 1 | -4/+5 |
| | |||||
* | Slovenian translation updated | filip | 2013-11-30 | 1 | -3/+3 |
| | |||||
* | Update Ukrainian translation | Yuri Chornoivan | 2013-11-30 | 1 | -3/+3 |
| | |||||
* | sync with code | Thierry Vignaud | 2013-11-30 | 71 | -3299/+2867 |
| | |||||
* | 16.216.2 | Thierry Vignaud | 2013-11-29 | 3 | -1/+5 |
| | |||||
* | fix dialog keeping growing when switching tabs | Thierry Vignaud | 2013-11-29 | 2 | -2/+6 |
| | | | | | move partition labels to toolips labels broke sizing by enlarging partition ToggleButtons | ||||
* | no more run urpmi.update when adding media | Thierry Vignaud | 2013-11-29 | 3 | -12/+6 |
| | | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3 | ||||
* | add support for RadioMenuItems for rpmdrake | Thierry Vignaud | 2013-11-29 | 2 | -1/+6 |
| | |||||
* | make shrinking window work again (eg: draknfs) | Thierry Vignaud | 2013-11-29 | 2 | -2/+3 |
| | |||||
* | do not offer to pick a random driver when we've a default one | Thierry Vignaud | 2013-11-29 | 2 | -1/+1 |
| | |||||
* | do not offer to switch to another driver if there's none | Thierry Vignaud | 2013-11-29 | 2 | -1/+1 |
| | |||||
* | reverse the if branches | Thierry Vignaud | 2013-11-29 | 1 | -7/+8 |
| | | | | | | | | | | | | | rationale: since we no more offer an OSS alternative, the list is empty and thus we were not offering the dialog anymore. However it does more than offering to switch between OSS & ALSA: we do want to offer to configure PA even if we cannot switch to another driver. Thus the GUI is now either show an error dialog if there's no supported sound card of showing PA options | ||||
* | drop the Bad driver logic | Thierry Vignaud | 2013-11-29 | 1 | -5/+0 |
| | | | | | rationale: we don't have any proprietary driver listed in ldetect-lst at all | ||||
* | (switch) merge it with config | Thierry Vignaud | 2013-11-29 | 1 | -7/+1 |
| | | | | | rationale: config() only calls switch() and switch() does more than offering old OSS<->ALSA switch | ||||
* | simplify | Thierry Vignaud | 2013-11-29 | 1 | -4/+1 |
| | |||||
* | (get_alternative) kill it since we no more can choose between OSS & ALSA | Thierry Vignaud | 2013-11-29 | 1 | -8/+4 |
| | |||||
* | drop support for blacklist | Thierry Vignaud | 2013-11-29 | 1 | -13/+6 |
| | | | | | rationale: all blacklisted drivers were OSS and disapeared years ago... | ||||
* | drop OSS to ALSA map | Thierry Vignaud | 2013-11-29 | 2 | -159/+4 |
| | | | | OSS is not available for years | ||||
* | update | Thierry Vignaud | 2013-11-29 | 2 | -24/+24 |
| | |||||
* | set language | Thierry Vignaud | 2013-11-29 | 2 | -2/+2 |
| | |||||
* | Chinese Traditional update by You-Cheng Hsieh | Yuri Chornoivan | 2013-11-29 | 1 | -255/+112 |
| | |||||
* | Updated Turkish translation | tarakbumba | 2013-11-28 | 1 | -124/+153 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | reindent so that lines are shorter | Thierry Vignaud | 2013-11-28 | 1 | -111/+113 |
| | |||||
* | drop SVN bits | Thierry Vignaud | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | fix missing bit in commit e779a9401a2971e0338fdf3e7dffaa60629d3b28 | Thierry Vignaud | 2013-11-28 | 1 | -0/+1 |
| | |||||
* | fix Gtk3::TextView::get_window() passed too few parameters (mga#11807) | Thierry Vignaud | 2013-11-28 | 2 | -1/+3 |
| | | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()... | ||||
* | factorize a variable | Thierry Vignaud | 2013-11-28 | 1 | -3/+4 |
| | | | | (needed for next commit) |