summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* better X.org phrasingThierry Vignaud2009-10-2972-73/+73
|
* updateThierry Vignaud2009-10-291-9/+9
|
* sync with codeThierry Vignaud2009-10-2971-1695/+3349
|
* revert bogus r255599 change from atilla on 2009-04-06 that preventsThierry Vignaud2009-10-291-1/+1
| | | | creating the master pot
* better messagesThierry Vignaud2009-10-292-3/+5
|
* (schedule_warn_about_switch) '/var/run/harddrake_swithed_to_free_driver' is ↵Thierry Vignaud2009-10-291-1/+0
| | | | unused
* (schedule_warn_about_switch,notify-x11-free-driver-switch) explain whyThierry Vignaud2009-10-294-7/+18
| | | | xorg driver was reconfigured
* translate reason (needed for next commit)Thierry Vignaud2009-10-291-2/+2
|
* split out reason (needed for next commit)Thierry Vignaud2009-10-291-3/+4
|
* 12.74.1Thierry Vignaud2009-10-291-0/+2
|
* fix detecting nvidia71xx and nvidia96xx nvidia proprietary driver whenThierry Vignaud2009-10-292-1/+5
| | | | checking if current xorg driver still supports current card
* 12.74.1Thierry Vignaud2009-10-292-1/+3
|
* disable X11 support for dpmsThierry Vignaud2009-10-292-0/+3
|
* please perl_checkerOlivier Blin2009-10-281-2/+2
|
* sortThierry Vignaud2009-10-281-1/+1
|
* 12.74Thierry Vignaud2009-10-283-1/+5
|
* auto reconfigure x11 only on first time default driver have changedThierry Vignaud2009-10-282-0/+7
|
* sort + more understandableThierry Vignaud2009-10-281-1/+1
|
* do not auto reconfigure if more than one graphic card (rationale: theThierry Vignaud2009-10-282-0/+4
| | | | code is not ready to handle that yet)
* default 'AUTORECONFIGURE_RIGHT_XORG_DRIVER' to 'yes' on upgrade (whereThierry Vignaud2009-10-281-0/+3
| | | | config file has been altered by user and thus new entries do not appear)
* make sure sizes and widths are intOlivier Blin2009-10-281-2/+2
|
* enable to disable reconfiguring to default driver throughThierry Vignaud2009-10-282-0/+4
| | | | | AUTORECONFIGURE_RIGHT_XORG_DRIVER in /etc/sysconfig/harddrake2/service.conf
* log partitioning wizard updatesOlivier Blin2009-10-282-0/+17
|
* ugtkifyOlivier Blin2009-10-281-7/+5
|
* use ugtk2 sweetOlivier Blin2009-10-281-5/+3
|
* rename as add_part_size_info to avoid confusion with part_infoOlivier Blin2009-10-281-3/+3
|
* styleOlivier Blin2009-10-281-0/+3
|
* whitespace cleanOlivier Blin2009-10-281-32/+32
|
* rename last ev2 occurence as mdv_widgetOlivier Blin2009-10-281-4/+4
|
* factorize resized partition info creationOlivier Blin2009-10-281-15/+15
|
* simplifyOlivier Blin2009-10-281-2/+1
|
* change syntax to please perl_checkerOlivier Blin2009-10-281-1/+1
|
* perl_checker fixesOlivier Blin2009-10-281-8/+8
|
* rename w as part_infoOlivier Blin2009-10-281-5/+4
|
* rename ev as more specific part_widgetOlivier Blin2009-10-281-9/+8
|
* use ugtk2 magic and separate variable for partition separatorOlivier Blin2009-10-281-6/+5
|
* import ugtk2 wrappersOlivier Blin2009-10-281-0/+2
|
* no need to update req_size on allocate, only the width and ratio are changingOlivier Blin2009-10-281-1/+1
|
* (find_xorg_driver) split it out of switch_x_driver()Thierry Vignaud2009-10-281-3/+9
|
* update ratio on size-allocateOlivier Blin2009-10-281-1/+5
|
* part and entry variables are the same, drop partOlivier Blin2009-10-281-10/+7
|
* (switch_x_driver) do not reconfigure to default driver if it's not installedThierry Vignaud2009-10-282-0/+8
|
* use ratio variableOlivier Blin2009-10-281-1/+1
|
* remove unused variableOlivier Blin2009-10-281-2/+0
|
* factorize in button_activate helperOlivier Blin2009-10-281-8/+6
|
* factorize in update_req_size helperOlivier Blin2009-10-281-10/+7
|
* factorize 0 return code in update_size_labelsOlivier Blin2009-10-281-3/+1
|
* remove arguments to update_size_labels, they are always the sameOlivier Blin2009-10-281-7/+6
|
* remove extra width computing, we do it at beginning of the loop nowOlivier Blin2009-10-281-1/+0
|
* fix detecting nvidia proprietary driver when checking if current xorgThierry Vignaud2009-10-282-0/+6
| | | | | | | driver still supports current card (#54943) rationale: nvidia proprietary driver in ldetect-lst can be 'nvidia173', rnvidia-current', ... but really is just 'nvidia' in xorg.conf