Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 16.7016.70 | Rémi Verschelde | 2015-03-21 | 1 | -0/+2 |
| | |||||
* | better fix for the scrollbar in the package installation details window | Rémi Verschelde | 2015-03-21 | 1 | -0/+3 |
| | | | | patch by Martin Whitaker (mga#13894) | ||||
* | 16.6916.69 | Thomas Backlund | 2015-03-20 | 1 | -0/+5 |
| | |||||
* | 16.6816.68 | Thierry Vignaud | 2015-03-17 | 1 | -0/+2 |
| | |||||
* | log mkinitrd faillures (mga#9201) | Thierry Vignaud | 2015-03-17 | 1 | -0/+2 |
| | |||||
* | fix mis-detecting some mobile broadband modems (mga#12492) | Thierry Vignaud | 2015-03-11 | 1 | -0/+2 |
| | |||||
* | 16.66 | Anne Nicolas | 2015-03-05 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anne Nicolas | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | 16.6316.63 | Thierry Vignaud | 2015-02-27 | 1 | -0/+2 |
| | |||||
* | fix too wide buttons | Thierry Vignaud | 2015-02-27 | 1 | -0/+3 |
| | | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases | ||||
* | 16.6216.62 | Thierry Vignaud | 2015-02-19 | 1 | -0/+2 |
| | |||||
* | use a vertical scrolling bar when needed | Thierry Vignaud | 2015-02-19 | 1 | -0/+2 |
| | | | | there might be too much solutions (mga#15272) | ||||
* | use an horizontal scrolling bar when needed | Thierry Vignaud | 2015-02-19 | 1 | -1/+2 |
| | | | | | | | | | | | | gtk+ sometimes doesn't respect our sizing which causes the container to enlarge (see previous commit) with previous commit, this reduce the risk of having too small buttons, and fixes several issues in the installer: - buttons being too big causing their box & thus the dialog to increase which triggers a gtk+ bug which makes the window to jump (mga#12422) - as well as several other related issues (mga#11988, mga#14839, mga#15272, mga#15264) | ||||
* | workaround too wide togglebuttons with empty label | Thierry Vignaud | 2015-02-19 | 1 | -0/+3 |
| | | | | | | | | | gtk+3 and/or Adwaita makes togglebuttons with empty label being at least 34px wide whereas when using ->new instead of ->new_with_label, they can be only 18px wide... ...which is still too much when we sized them to eg 5px and cause their container to enlarge | ||||
* | Revert "Fix timezone dir install prefix prepending (broken symlink during ↵ | Angelo Naselli | 2015-02-15 | 1 | -2/+0 |
| | | | | | | installer mga#14888)" This reverts commit 46ce1e3284d595bd7be1ab41a79ecd67730553e4. | ||||
* | Fix timezone dir install prefix prepending (broken symlink during installer ↵ | Colin Guthrie | 2015-02-15 | 1 | -0/+2 |
| | | | | mga#14888) | ||||
* | 16.5616.56 | Thomas Backlund | 2015-02-10 | 1 | -0/+2 |
| | |||||
* | - service_harddrake: | Thomas Backlund | 2015-02-10 | 1 | -0/+4 |
| | | | | | * add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers | ||||
* | 16.5516.55 | Anne Nicolas | 2015-02-09 | 1 | -0/+2 |
| | |||||
* | drakclock: Ensure that /etc/localtime is a symlink (mga#14888) | Colin Guthrie | 2015-02-08 | 1 | -0/+1 |
| | | | | | This is actually just a followup to d4be53b62 to use the wrapper symlinkf() function which seems a little bit neater (subjective) and to update NEWS file. | ||||
* | users: Make sure to restart accounts-daemon after adding users (mga#15113) | Colin Guthrie | 2015-02-08 | 1 | -0/+1 |
| | | | | | | | | | | This prevents various details being loaded about the user when they first login (including being listed in GDM and other user editing bits within GNOME). It also has some effect on i18n where the user's language settings are totally reset (to en_US) rather than inheriting the system prefs which seems to be the problem presented in mga#14476 | ||||
* | i18n: Write the desired console font to /etc/vconsole.conf | Colin Guthrie | 2015-02-08 | 1 | -0/+1 |
| | |||||
* | i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18n | Colin Guthrie | 2015-02-08 | 1 | -0/+1 |
| | | | | | Ensure we read and write the /etc/locale.conf file, but still support reading from /etc/sysconfig/i18n to cope with upgrades. | ||||
* | drakedm: Don't run ancient dm init script (which no longer exists) | Colin Guthrie | 2015-02-08 | 1 | -0/+2 |
| | |||||
* | 16.5316.53 | Luc Menut | 2015-02-06 | 1 | -0/+2 |
| | |||||
* | Switch to Adwaita theme - remove oxygen-gtk | Luc Menut | 2015-02-06 | 1 | -0/+2 |
| | |||||
* | 16.5216.52 | Thomas Backlund | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | Fix GPT initialization on empty disk | Pascal Terjan | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | New default "simple" partitioning scheme | Rémi Verschelde | 2015-02-02 | 1 | -0/+5 |
| | | | | | | | libDrakX/fsedit.pm: new "simple" partitioning scheme - create separate /home only when more than 50G are available - in such case, / is 6/19th of the available space up to 50G, swap is 1/19th up to 4G and /home is the rest (12/19th) | ||||
* | adapt to 3.19 | Thierry Vignaud | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | 16.50 | Thomas Backlund | 2015-01-09 | 1 | -0/+2 |
| | |||||
* | update NEWS for drakxtools | Thomas Backlund | 2015-01-08 | 1 | -0/+2 |
| | |||||
* | release drakxtools too | Thierry Vignaud | 2015-01-01 | 1 | -0/+4 |
| | |||||
* | release drakxtolls as well | Thierry Vignaud | 2014-12-06 | 1 | -0/+2 |
| | |||||
* | do not crash if fstab contains a bind mount | Thierry Vignaud | 2014-11-25 | 1 | -0/+3 |
| | | | | rationale: it crashes on a file (mga#14657) | ||||
* | 16.4616.46 | Thierry Vignaud | 2014-11-25 | 1 | -0/+2 |
| | |||||
* | log drakbug change | Thierry Vignaud | 2014-11-25 | 1 | -0/+1 |
| | |||||
* | recognize e17/lxde/mate/razor (mga#12495, Luc Menut) | Thierry Vignaud | 2014-11-23 | 1 | -0/+3 |
| | |||||
* | 16.4416.44 | Thierry Vignaud | 2014-10-23 | 1 | -0/+2 |
| | |||||
* | draksound: adapt to the switch to systemd for spawning PulseAudio | Pascal Terjan | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | fix drakxservices not showing all services due to systemctl output change | Colin Guthrie | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | 16.4216.42 | Pascal Terjan | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | Don't include display_installer_help in drakxtools, it can not run outside ↵ | Pascal Terjan | 2014-10-20 | 1 | -0/+2 |
| | | | | install | ||||
* | Only allow GRUB2 when booting on btrfs | Pascal Terjan | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | 16.4116.41 | Thierry Vignaud | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | - add packages to wanted_hardware_packages list to prevent them being | Thomas Backlund | 2014-10-20 | 1 | -0/+3 |
| | | | | | | removed: * b43-fwcutter, b43-openfwwf, atmel-firmware, speedtouch-firmware * zd1211-firmware, isdn4k-utils, rfkill, x11-driver-input-wacom | ||||
* | sync with kernel-3.17 | Thierry Vignaud | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | Allow /boot on btrfs | Pascal Terjan | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | fix version in NEWS | Thierry Vignaud | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | 16.3816.39 | Thierry Vignaud | 2014-10-20 | 1 | -0/+2 |
| |