Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 16.1216.12 | Thierry Vignaud | 2013-12-09 | 1 | -0/+2 |
| | |||||
* | workaround a crash (mga#11924) | Thierry Vignaud | 2013-12-09 | 1 | -0/+1 |
| | | | | | | sometimes (when there's more than one disk), the notebook is realized too early and our callbacks aren't called, resulting in $done_button not being initialized | ||||
* | log partitioning wizard failures (mga#11924) | Thierry Vignaud | 2013-12-09 | 1 | -0/+3 |
| | |||||
* | 16.1116.11 | Thierry Vignaud | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | fix a crash in rpmdrake when package list is empty (mga#11901) | Thierry Vignaud | 2013-12-06 | 1 | -0/+2 |
| | |||||
* | 16.816.8 | Thierry Vignaud | 2013-12-05 | 1 | -0/+2 |
| | |||||
* | Revert "fix 'Too late to run INIT' with Gtk3" | Thierry Vignaud | 2013-12-05 | 1 | -0/+2 |
| | | | | | | | | This reverts commit 527a624d8825348bcd9bd2ec0005409a89230315. Thus preventing drakxtools-backend to require Glib::Object::Introspection (mga#11842). The "Too late to run INIT" warning will happen anyway... | ||||
* | typo fix | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | 16.716.7 | Thierry Vignaud | 2013-12-05 | 1 | -0/+2 |
| | |||||
* | fix a crash when creating partitins (mga#11876) | Thierry Vignaud | 2013-12-05 | 1 | -0/+3 |
| | |||||
* | 16.616.6 | Thierry Vignaud | 2013-12-04 | 1 | -0/+2 |
| | |||||
* | fix blue background behind left panel text (mga#11866) | Thierry Vignaud | 2013-12-04 | 1 | -0/+3 |
| | | | | | | | | | | | | Due to the switch from RC to CSS, the background color now got enforced by gtk3 (#11866) => drop the useless bg color. this affected both installer & (no yet released) mcc. Detected first while testing gtk3 mcc and then also reported once oxygen-gtk3 was fixed regarding Banners. Spotted by Hugo Pereira Da Costa in https://bugs.kde.org/show_bug.cgi?id=328383 | ||||
* | 16.516.5 | Thierry Vignaud | 2013-12-03 | 1 | -0/+2 |
| | |||||
* | fix a crash in partitioning wizard (mga#11820) | Thierry Vignaud | 2013-12-03 | 1 | -0/+1 |
| | |||||
* | show labels on partition buttons again but make them ellipsized (mga#11858) | Thierry Vignaud | 2013-12-03 | 1 | -0/+1 |
| | |||||
* | detect eMMc block devices (Luc Menut, mga#11812) | Thierry Vignaud | 2013-12-03 | 1 | -0/+3 |
| | |||||
* | 16.416.4 | Thierry Vignaud | 2013-12-02 | 1 | -0/+2 |
| | |||||
* | previous commit acutally helps oxygen-gtk too | Thierry Vignaud | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | fix diskdrake colorized partition tabs with Adwaita (bgo#719624) | Thierry Vignaud | 2013-12-02 | 1 | -0/+3 |
| | | | | | | | | "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." | ||||
* | 16.316.3 | Thierry Vignaud | 2013-11-30 | 1 | -0/+2 |
| | |||||
* | fix starting after draksound drop OSS/ALSA switch | Thierry Vignaud | 2013-11-30 | 1 | -0/+3 |
| | |||||
* | 16.216.2 | Thierry Vignaud | 2013-11-29 | 1 | -0/+2 |
| | |||||
* | fix dialog keeping growing when switching tabs | Thierry Vignaud | 2013-11-29 | 1 | -0/+3 |
| | | | | | 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 | 1 | -0/+3 |
| | | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3 | ||||
* | add support for RadioMenuItems for rpmdrake | Thierry Vignaud | 2013-11-29 | 1 | -0/+2 |
| | |||||
* | make shrinking window work again (eg: draknfs) | Thierry Vignaud | 2013-11-29 | 1 | -0/+2 |
| | |||||
* | do not offer to pick a random driver when we've a default one | Thierry Vignaud | 2013-11-29 | 1 | -0/+1 |
| | |||||
* | do not offer to switch to another driver if there's none | Thierry Vignaud | 2013-11-29 | 1 | -0/+1 |
| | |||||
* | drop OSS to ALSA map | Thierry Vignaud | 2013-11-29 | 1 | -0/+3 |
| | | | | OSS is not available for years | ||||
* | fix Gtk3::TextView::get_window() passed too few parameters (mga#11807) | Thierry Vignaud | 2013-11-28 | 1 | -0/+2 |
| | | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()... | ||||
* | 16.116.1 | Thierry Vignaud | 2013-11-28 | 1 | -0/+2 |
| | |||||
* | prevent looping forever when sizing partition tabs | Thierry Vignaud | 2013-11-28 | 1 | -0/+2 |
| | | | | | | 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 | 1 | -0/+1 |
| | | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name... | ||||
* | align banner text to left instead of centering it | Thierry Vignaud | 2013-11-28 | 1 | -0/+2 |
| | | | | | | | 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 | 1 | -0/+1 |
| | | | | | | | | | | 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 |
| | |||||
* | restore galaxy RC file (mga#11773) | Thierry Vignaud | 2013-11-26 | 1 | -0/+2 |
| | | | | it's still needed for gtk2 tools | ||||
* | 16.016.0 | Thierry Vignaud | 2013-11-25 | 1 | -0/+13 |
| | |||||
* | beautify | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | |||||
* | draksec: Make sure to restart polkitd after writing new rules | Colin Guthrie | 2013-11-24 | 1 | -2/+3 |
| | | | | | | Also do not try to rm the file if it does not exist (it seems to complain and then exit if you try to do it on a non-existant file - which means the function is not named nicely as -f to rm should make it ignore this) | ||||
* | timezone: As we will install chrony, assume that when nothing is installed. | Colin Guthrie | 2013-11-23 | 1 | -0/+1 |
| | |||||
* | polkit: Add support to draksec for writing polkit policy override rules. | Colin Guthrie | 2013-11-21 | 1 | -1/+2 |
| | | | | This allows draksec to override things properly under polkit. | ||||
* | 15.73.115.73.1 | Thierry Vignaud | 2013-11-19 | 1 | -0/+2 |
| | |||||
* | Add chrony support to drakclock mga#11092 | David Walser | 2013-11-17 | 1 | -0/+2 |
| | | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony | ||||
* | perl-install: 15.7315.73 | Colin Guthrie | 2013-11-12 | 1 | -0/+2 |
| | |||||
* | polkit: fix wrappers to properly escape arguments when calling the binary | Colin Guthrie | 2013-11-12 | 1 | -0/+2 |
| | |||||
* | 15.72 | Thomas Backlund | 2013-11-09 | 1 | -0/+2 |
| | |||||
* | - dont remove radeon-firmware or any network related firmwares as we | Thomas Backlund | 2013-11-09 | 1 | -0/+3 |
| | | | | dont know when some hw gets plugged that needs it | ||||
* | 15.6815.68 | Thierry Vignaud | 2013-10-14 | 1 | -0/+2 |
| | |||||
* | list_modules.pm changes affect drakxtools & stage2 too | Thierry Vignaud | 2013-10-14 | 1 | -0/+1 |
| |