summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* fix diskdrake colorized partition tabs with Adwaita (bgo#719624)Thierry Vignaud2013-12-021-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.3Thierry Vignaud2013-11-301-0/+2
|
* fix starting after draksound drop OSS/ALSA switchThierry Vignaud2013-11-301-0/+3
|
* 16.216.2Thierry Vignaud2013-11-291-0/+2
|
* fix dialog keeping growing when switching tabsThierry Vignaud2013-11-291-0/+3
| | | | | move partition labels to toolips labels broke sizing by enlarging partition ToggleButtons
* no more run urpmi.update when adding mediaThierry Vignaud2013-11-291-0/+3
| | | | | this is uneeded with urpmi-7.27+ basically reverting commit 810c20b3
* add support for RadioMenuItems for rpmdrakeThierry Vignaud2013-11-291-0/+2
|
* make shrinking window work again (eg: draknfs)Thierry Vignaud2013-11-291-0/+2
|
* do not offer to pick a random driver when we've a default oneThierry Vignaud2013-11-291-0/+1
|
* do not offer to switch to another driver if there's noneThierry Vignaud2013-11-291-0/+1
|
* drop OSS to ALSA mapThierry Vignaud2013-11-291-0/+3
| | | | OSS is not available for years
* fix Gtk3::TextView::get_window() passed too few parameters (mga#11807)Thierry Vignaud2013-11-281-0/+2
| | | | | commit e5d2e80a09845619e90d736ac9c0f5fb3665574d replaced perlish ->window by ->get_window but TextView overrides ->get_window()...
* 16.116.1Thierry Vignaud2013-11-281-0/+2
|
* prevent looping forever when sizing partition tabsThierry Vignaud2013-11-281-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 againThierry Vignaud2013-11-281-0/+1
| | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name...
* align banner text to left instead of centering itThierry Vignaud2013-11-281-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 Vignaud2013-11-281-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 logThierry Vignaud2013-11-281-1/+2
|
* restore galaxy RC file (mga#11773)Thierry Vignaud2013-11-261-0/+2
| | | | it's still needed for gtk2 tools
* 16.016.0Thierry Vignaud2013-11-251-0/+13
|
* beautifyThierry Vignaud2013-11-241-3/+5
|
* draksec: Make sure to restart polkitd after writing new rulesColin Guthrie2013-11-241-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 Guthrie2013-11-231-0/+1
|
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-211-1/+2
| | | | This allows draksec to override things properly under polkit.
* 15.73.115.73.1Thierry Vignaud2013-11-191-0/+2
|
* Add chrony support to drakclock mga#11092David Walser2013-11-171-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.73Colin Guthrie2013-11-121-0/+2
|
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-121-0/+2
|
* 15.72Thomas Backlund2013-11-091-0/+2
|
* - dont remove radeon-firmware or any network related firmwares as weThomas Backlund2013-11-091-0/+3
| | | | dont know when some hw gets plugged that needs it
* 15.6815.68Thierry Vignaud2013-10-141-0/+2
|
* list_modules.pm changes affect drakxtools & stage2 tooThierry Vignaud2013-10-141-0/+1
|
* any: Fix path to urpmi.update (mga#11125)Colin Guthrie2013-10-131-0/+1
|
* polkit: Handle some more binaries missed in the polkit conversion.Colin Guthrie2013-10-111-0/+2
| | | | mga#11125 mga#11418
* 15.6715.67Thierry Vignaud2013-10-101-0/+2
|
* log kernel/list_modules.pm changesThierry Vignaud2013-10-101-0/+2
|
* 15.6615.66Thierry Vignaud2013-10-031-0/+2
|
* Add missing newsColin Guthrie2013-09-291-0/+1
| | | | Should have been in c9ecd03156418390fa28b12825beb90626709c95
* try to make NEWS consistentThierry Vignaud2013-09-291-1/+2
|
* enable to format already formated btrfs partitions (mga#11256)Thierry Vignaud2013-09-291-0/+2
|
* remove unrelated changesThierry Vignaud2013-09-131-2/+0
| | | | (those were stage2 only)
* fix detecting some soft RAID (mga#11139 and the like)Thierry Vignaud2013-09-131-1/+3
| | | | | typo introduced by Pascal Terjan in commit f55b5875b on Jan 27 2010 (was: "support ddf1 dmraid")
* Revert "stage2: add Feature:Independently_install_desktop_environments"ennael2013-09-041-0/+1
| | | | | | | This reverts commit 331e242249bec7f80b303c1d37f3c9c8829988f5. Conflicts: perl-install/NEWS
* Remove link installs for tools in drakx-kbd-mouse-x11 (now managed there)Colin Guthrie2013-09-041-0/+1
|
* Remove the NEWS item after the reverted commitColin Guthrie2013-09-041-1/+0
| | | | | | The fix of the conflicts didn't actually remove the NEWS item added in in the original commit. As it's now reverted we should remove it from NEWS also.
* fix conflictennael2013-09-041-3/+0
|
* Revert "stage2: add images for LXDE,E17,Razorqt,MATE"ennael2013-09-041-0/+3
| | | | | | | This reverts commit 67bc2a78c587ab4659c0f0e936d2eb98573136aa. Conflicts: perl-install/NEWS
* fix drakauth ldap configuration (mga#10005)Derek Jennings2013-08-311-0/+1
|
* ensure files are installed for nfs (mga#10301)Derek Jennings2013-08-281-0/+1
|
* stage2: add Feature:Independently_install_desktop_environmentsDerek Jennings2013-08-211-0/+1
|