Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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) | ||||
* | 16.116.1 | Thierry Vignaud | 2013-11-28 | 3 | -1/+5 |
| | |||||
* | wrap too big labels in summary dialog (mga#11793) | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 |
| | |||||
* | prevent looping forever when sizing partition tabs | Thierry Vignaud | 2013-11-28 | 2 | -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 again | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 |
| | | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name... | ||||
* | align banner text to left instead of centering it | Thierry Vignaud | 2013-11-28 | 2 | -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 Vignaud | 2013-11-28 | 2 | -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 log | Thierry Vignaud | 2013-11-28 | 1 | -1/+2 |
| | |||||
* | use new Toolbar API (mga#11791) | Thierry Vignaud | 2013-11-28 | 2 | -1/+3 |
| | | | | | | old toolbar API is no more available: Can't locate object method "append_item" via package Gtk3:Toolbar" at ugtk3.pm line 954 | ||||
* | fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797) | Thierry Vignaud | 2013-11-28 | 2 | -4/+3 |
| | | | | fix can't locate object method "child1_shrink" via package "Gtk3::HPaned" | ||||
* | fix left panel text being black instead of white (mga#11792) | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 |
| | | | | | | issue introduced in commit 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a when switching from gtk2 RC files to gtk3 CSS: we need to add "*" to match children widgets too | ||||
* | kill empty line | Thierry Vignaud | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | update Dutch translation | Marja van Waes | 2013-11-27 | 1 | -14/+13 |
| | |||||
* | improve Dutch translation | Marja van Waes | 2013-11-27 | 1 | -28/+26 |
| | |||||
* | Update Greek translation | dglent | 2013-11-27 | 2 | -53/+53 |
| | |||||
* | updated Dutch translation | Marja van Waes | 2013-11-26 | 1 | -35/+32 |
| | |||||
* | restore galaxy RC file (mga#11773) | Thierry Vignaud | 2013-11-26 | 3 | -0/+43 |
| | | | | it's still needed for gtk2 tools | ||||
* | fix a warning when checking root password strength | Thierry Vignaud | 2013-11-26 | 2 | -0/+4 |
| | | | | include dialog-warning-symbolic | ||||
* | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -334/+140 |
| | |||||
* | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -216/+92 |
| | |||||
* | Fix Ukrainian translation | Yuri Chornoivan | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | drop unused function | Thierry Vignaud | 2013-11-25 | 1 | -5/+0 |
| | |||||
* | fix a crash with some USB keys | Thierry Vignaud | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | 16.016.0 | Thierry Vignaud | 2013-11-25 | 3 | -1/+22 |
| | |||||
* | shrink a translation (& make it like others) | Thierry Vignaud | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | fix displaying ads by default | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
| | | | | after commit 81bb64a79ef, this was no longer true | ||||
* | latest perl-Gtk3 needs GdkX11-3.0.typelib | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | temporary disable the graphical clock | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | | | | needs more work | ||||
* | fix translations after switching to UIManager | Thierry Vignaud | 2013-11-24 | 71 | -2581/+2581 |
| | |||||
* | fix field types after commit 76082a819319 | Thierry Vignaud | 2013-11-24 | 1 | -11/+11 |
| | | | | fix warnings about numeric comparisons with strings | ||||
* | restore app colors on theme switch | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| |