summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 16.416.4Thierry Vignaud2013-12-023-1/+5
|
* fix partionning wizard moving the main window to left (mga#11790)Thierry Vignaud2013-12-022-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 tooThierry Vignaud2013-12-021-0/+1
|
* updated Dutch translationMarja van Waes2013-12-021-19/+19
|
* fix titles not being blue anymoreThierry Vignaud2013-12-022-1/+3
| | | | in CSS, we need to match sub widgets too for installer
* Updated Indonesian translationskiki2013-12-021-1177/+318
|
* 2.3Thierry Vignaud2013-12-022-1/+3
|
* include "sdhci-acpi" for eMMC (mga#11812)Thierry Vignaud2013-12-022-1/+4
|
* fix diskdrake colorized partition tabs with Adwaita (bgo#719624)Thierry Vignaud2013-12-022-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 tooColin Guthrie2013-12-021-1/+1
|
* Ignore the built rescue.sqfsColin Guthrie2013-12-021-0/+1
|
* Update Greek translationdglent2013-12-011-5/+5
|
* 16.316.3Thierry Vignaud2013-11-302-1/+3
|
* fix starting after draksound drop OSS/ALSA switchThierry Vignaud2013-11-302-7/+3
|
* updateThierry Vignaud2013-11-301-3/+3
|
* Updated Turkish translationtarakbumba2013-11-301-4/+5
|
* Slovenian translation updatedfilip2013-11-301-3/+3
|
* Update Ukrainian translationYuri Chornoivan2013-11-301-3/+3
|
* sync with codeThierry Vignaud2013-11-3071-3299/+2867
|
* 16.216.2Thierry Vignaud2013-11-293-1/+5
|
* fix dialog keeping growing when switching tabsThierry Vignaud2013-11-292-2/+6
| | | | | move partition labels to toolips labels broke sizing by enlarging partition ToggleButtons
* no more run urpmi.update when adding mediaThierry Vignaud2013-11-293-12/+6
| | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3
* add support for RadioMenuItems for rpmdrakeThierry Vignaud2013-11-292-1/+6
|
* make shrinking window work again (eg: draknfs)Thierry Vignaud2013-11-292-2/+3
|
* do not offer to pick a random driver when we've a default oneThierry Vignaud2013-11-292-1/+1
|
* do not offer to switch to another driver if there's noneThierry Vignaud2013-11-292-1/+1
|
* reverse the if branchesThierry Vignaud2013-11-291-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 logicThierry Vignaud2013-11-291-5/+0
| | | | | rationale: we don't have any proprietary driver listed in ldetect-lst at all
* (switch) merge it with configThierry Vignaud2013-11-291-7/+1
| | | | | rationale: config() only calls switch() and switch() does more than offering old OSS<->ALSA switch
* simplifyThierry Vignaud2013-11-291-4/+1
|
* (get_alternative) kill it since we no more can choose between OSS & ALSAThierry Vignaud2013-11-291-8/+4
|
* drop support for blacklistThierry Vignaud2013-11-291-13/+6
| | | | | rationale: all blacklisted drivers were OSS and disapeared years ago...
* drop OSS to ALSA mapThierry Vignaud2013-11-292-159/+4
| | | | OSS is not available for years
* updateThierry Vignaud2013-11-292-24/+24
|
* set languageThierry Vignaud2013-11-292-2/+2
|
* Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-255/+112
|
* Updated Turkish translationtarakbumba2013-11-281-124/+153
|
* perl_checker cleanupsThierry Vignaud2013-11-281-2/+2
|
* reindent so that lines are shorterThierry Vignaud2013-11-281-111/+113
|
* drop SVN bitsThierry Vignaud2013-11-281-2/+0
|
* fix missing bit in commit e779a9401a2971e0338fdf3e7dffaa60629d3b28Thierry Vignaud2013-11-281-0/+1
|
* fix Gtk3::TextView::get_window() passed too few parameters (mga#11807)Thierry Vignaud2013-11-282-1/+3
| | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()...
* factorize a variableThierry Vignaud2013-11-281-3/+4
| | | | (needed for next commit)
* 16.116.1Thierry Vignaud2013-11-283-1/+5
|
* wrap too big labels in summary dialog (mga#11793)Thierry Vignaud2013-11-282-1/+2
|
* prevent looping forever when sizing partition tabsThierry Vignaud2013-11-282-1/+4
| | | | | | spot while trying to reproduce mga#11779 this code has always been tricky and has bugs since introduced (see eg: resizing occuring when switching partition tabs)
* banners text is rendered as blue againThierry Vignaud2013-11-282-1/+2
| | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name...
* align banner text to left instead of centering itThierry Vignaud2013-11-282-1/+3
| | | | | | | This was though better when reinventing banners in gtk3. However: - mcc is still gtk2 and it display a left aligned banner for embedded tools - it can be seen as a regression
* fix Gtk2 banners' text position (mga#11778)Thierry Vignaud2013-11-282-2/+3
| | | | | | | | | | in commit aa1b536467c9b11d9dd3ff3a0369ca5097642fec, the blue background image has been shrinked of its white part for Gtk3 banners as a side effect, gtk2 banners (where we removed 48px of white background) now displayed their text too far at left, on the actual blue part. => add 10px instead of removing 48px
* better logThierry Vignaud2013-11-281-1/+2
|