Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+1 |
| | |||||
* | add 'deploops' option for debugging (mga#15350) | Thierry Vignaud | 2015-03-17 | 1 | -0/+1 |
| | |||||
* | fix mis-detecting some mobile broadband modems (mga#12492) | Thierry Vignaud | 2015-03-11 | 1 | -0/+2 |
| | |||||
* | 16.6716.67 | Thierry Vignaud | 2015-03-05 | 1 | -0/+2 |
| | |||||
* | unbreak draklive | Thierry Vignaud | 2015-03-05 | 1 | -0/+2 |
| | |||||
* | log step errors | Thierry Vignaud | 2015-03-05 | 1 | -0/+1 |
| | |||||
* | ignore firmwares within draklive | Thierry Vignaud | 2015-03-05 | 1 | -0/+3 |
| | | | | rationale: it breaks building live images... | ||||
* | 16.66 | Anne Nicolas | 2015-03-05 | 1 | -0/+2 |
| | |||||
* | update NEWS | Anne Nicolas | 2015-03-05 | 1 | -0/+3 |
| | |||||
* | 16.6516.65 | Rémi Verschelde | 2015-02-27 | 1 | -0/+3 |
| | |||||
* | include udev rule for Synaptics | Thierry Vignaud | 2015-02-27 | 1 | -0/+2 |
| | |||||
* | 16.6416.64 | Thierry Vignaud | 2015-02-27 | 1 | -0/+2 |
| | |||||
* | add missing button icons (mga#15264) | Thierry Vignaud | 2015-02-27 | 1 | -0/+3 |
| | | | | broken by the switch to the Adwaita theme | ||||
* | 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/+1 |
| | | | | 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 | ||||
* | 16.6116.61 | Thierry Vignaud | 2015-02-18 | 1 | -0/+2 |
| | |||||
* | ensure we install radeon-firmware too if needed (mga#15203) | Thierry Vignaud | 2015-02-18 | 1 | -0/+2 |
| | |||||
* | 16.6016.60 | Thierry Vignaud | 2015-02-18 | 1 | -0/+2 |
| | |||||
* | ensure we install kernel-firmware-nonfree (mga#15203) | Thierry Vignaud | 2015-02-18 | 1 | -0/+2 |
| | | | | | | (if needed) it's recommended but will be unselected if recommends are disabled resulting in non working display on reboot | ||||
* | 16.5916.59 | Thierry Vignaud | 2015-02-18 | 1 | -0/+2 |
| | |||||
* | display a nicer message when no removable medium is found (mga#14435) | Thierry Vignaud | 2015-02-17 | 1 | -0/+3 |
| | |||||
* | 16.5716.57 | Thierry Vignaud | 2015-02-11 | 1 | -0/+4 |
| | |||||
* | 16.55 | Anne Nicolas | 2015-02-09 | 1 | -0/+11 |
| | |||||
* | 16.5416.54 | Anne Nicolas | 2015-02-06 | 1 | -0/+4 |
| | |||||
* | 16.5316.53 | Luc Menut | 2015-02-06 | 1 | -0/+2 |
| | |||||
* | Add Adwaita gtk.css | Luc Menut | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Add libpixbufloader-svg.so for Adwaita svg icons | Luc Menut | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Add missing icons (mga#13673, mga#14355, mga#14840, mga#14844) | Luc Menut | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Switch to Adwaita theme - remove oxygen-gtk | Luc Menut | 2015-02-06 | 1 | -0/+3 |
| | |||||
* | 16.5216.52 | Thomas Backlund | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | fix stage2 loading graphical installer in efi mode | Thomas Backlund | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | Do not try to delete partitions if the partition table was overwritten | Pascal Terjan | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | Fix GPT initialization on empty disk | Pascal Terjan | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | Default to GPT on large disks, not LVM | Pascal Terjan | 2015-02-03 | 1 | -0/+2 |
| | |||||
* | 16.5116.51 | Anne Nicolas | 2015-02-03 | 1 | -0/+3 |
| | |||||
* | adapt to 3.19 | Thierry Vignaud | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | 16.5016.50 | Thomas Backlund | 2015-01-09 | 1 | -0/+4 |
| | |||||
* | add forgotten date | Marja van Waes | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | 16.4916.49 | Marja van Waes | 2014-12-31 | 1 | -0/+2 |
| | |||||
* | Picking this NEWS instead of the NEWS one level up. | Marja van Waes | 2014-12-31 | 1 | -0/+2 |
| | | | | Is it documented anywhere which one should be used when? | ||||
* | sync with kernel-3.18 (mga#14799) | Thierry Vignaud | 2014-12-20 | 1 | -0/+1 |
| | |||||
* | pre-create /dev/null & co before mounting devtmpfs | Thierry Vignaud | 2014-12-20 | 1 | -0/+3 |
| | |||||
* | Mageia 5 artwork integration16.48 | Rémi Verschelde | 2014-12-17 | 1 | -1/+2 |
| | | | | Everything is ready for release, apart from left-background which holds a "beta2" whitemark | ||||
* | remove wrong logs rather dedicated to images | Anne Nicolas | 2014-12-17 | 1 | -2/+0 |
| |