| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 12.74 | Thierry Vignaud | 2009-10-28 | 3 | -1/+5 | |
| | | ||||||
| * | auto reconfigure x11 only on first time default driver have changed | Thierry Vignaud | 2009-10-28 | 2 | -0/+7 | |
| | | ||||||
| * | sort + more understandable | Thierry Vignaud | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | do not auto reconfigure if more than one graphic card (rationale: the | Thierry Vignaud | 2009-10-28 | 2 | -0/+4 | |
| | | | | | code is not ready to handle that yet) | |||||
| * | default 'AUTORECONFIGURE_RIGHT_XORG_DRIVER' to 'yes' on upgrade (where | Thierry Vignaud | 2009-10-28 | 1 | -0/+3 | |
| | | | | | config file has been altered by user and thus new entries do not appear) | |||||
| * | make sure sizes and widths are int | Olivier Blin | 2009-10-28 | 1 | -2/+2 | |
| | | ||||||
| * | enable to disable reconfiguring to default driver through | Thierry Vignaud | 2009-10-28 | 2 | -0/+4 | |
| | | | | | | AUTORECONFIGURE_RIGHT_XORG_DRIVER in /etc/sysconfig/harddrake2/service.conf | |||||
| * | log partitioning wizard updates | Olivier Blin | 2009-10-28 | 2 | -0/+17 | |
| | | ||||||
| * | fix pl file name | Anne Nicolas | 2009-10-28 | 4 | -0/+0 | |
| | | ||||||
| * | ugtkify | Olivier Blin | 2009-10-28 | 1 | -7/+5 | |
| | | ||||||
| * | use ugtk2 sweet | Olivier Blin | 2009-10-28 | 1 | -5/+3 | |
| | | ||||||
| * | rename as add_part_size_info to avoid confusion with part_info | Olivier Blin | 2009-10-28 | 1 | -3/+3 | |
| | | ||||||
| * | update avertising for 2010 | Anne Nicolas | 2009-10-28 | 12 | -5/+8 | |
| | | ||||||
| * | style | Olivier Blin | 2009-10-28 | 1 | -0/+3 | |
| | | ||||||
| * | whitespace clean | Olivier Blin | 2009-10-28 | 1 | -32/+32 | |
| | | ||||||
| * | rename last ev2 occurence as mdv_widget | Olivier Blin | 2009-10-28 | 1 | -4/+4 | |
| | | ||||||
| * | factorize resized partition info creation | Olivier Blin | 2009-10-28 | 1 | -15/+15 | |
| | | ||||||
| * | simplify | Olivier Blin | 2009-10-28 | 1 | -2/+1 | |
| | | ||||||
| * | change syntax to please perl_checker | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | perl_checker fixes | Olivier Blin | 2009-10-28 | 1 | -8/+8 | |
| | | ||||||
| * | rename w as part_info | Olivier Blin | 2009-10-28 | 1 | -5/+4 | |
| | | ||||||
| * | rename ev as more specific part_widget | Olivier Blin | 2009-10-28 | 1 | -9/+8 | |
| | | ||||||
| * | use ugtk2 magic and separate variable for partition separator | Olivier Blin | 2009-10-28 | 1 | -6/+5 | |
| | | ||||||
| * | import ugtk2 wrappers | Olivier Blin | 2009-10-28 | 1 | -0/+2 | |
| | | ||||||
| * | no need to update req_size on allocate, only the width and ratio are changing | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | (find_xorg_driver) split it out of switch_x_driver() | Thierry Vignaud | 2009-10-28 | 1 | -3/+9 | |
| | | ||||||
| * | update ratio on size-allocate | Olivier Blin | 2009-10-28 | 1 | -1/+5 | |
| | | ||||||
| * | part and entry variables are the same, drop part | Olivier Blin | 2009-10-28 | 1 | -10/+7 | |
| | | ||||||
| * | (switch_x_driver) do not reconfigure to default driver if it's not installed | Thierry Vignaud | 2009-10-28 | 2 | -0/+8 | |
| | | ||||||
| * | use ratio variable | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | remove unused variable | Olivier Blin | 2009-10-28 | 1 | -2/+0 | |
| | | ||||||
| * | factorize in button_activate helper | Olivier Blin | 2009-10-28 | 1 | -8/+6 | |
| | | ||||||
| * | factorize in update_req_size helper | Olivier Blin | 2009-10-28 | 1 | -10/+7 | |
| | | ||||||
| * | factorize 0 return code in update_size_labels | Olivier Blin | 2009-10-28 | 1 | -3/+1 | |
| | | ||||||
| * | remove arguments to update_size_labels, they are always the same | Olivier Blin | 2009-10-28 | 1 | -7/+6 | |
| | | ||||||
| * | remove extra width computing, we do it at beginning of the loop now | Olivier Blin | 2009-10-28 | 1 | -1/+0 | |
| | | ||||||
| * | fix detecting nvidia proprietary driver when checking if current xorg | Thierry Vignaud | 2009-10-28 | 2 | -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 | |||||
| * | reconfigure X11 driver if current X11 driver is neither one of currently | Thierry Vignaud | 2009-10-28 | 2 | -5/+13 | |
| | | | | | supported driver for the card for drivers other than ATI & NVidia too | |||||
| * | split devices listing (needed for next commits) | Thierry Vignaud | 2009-10-28 | 1 | -1/+4 | |
| | | ||||||
| * | (switch_x_driver) nicer message | Thierry Vignaud | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix ratio (and thus size) estimation when resizing windows partition | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | factorize entry width computing | Olivier Blin | 2009-10-28 | 1 | -2/+3 | |
| | | ||||||
| * | remove broken ratio downgrading | Olivier Blin | 2009-10-28 | 1 | -5/+0 | |
| | | ||||||
| * | fix typo | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix partition width ratio computing (previous one included one extra ↵ | Olivier Blin | 2009-10-28 | 1 | -1/+5 | |
| | | | | | separator width) | |||||
| * | improve windows resizing when using free space from windows partition: | Olivier Blin | 2009-10-28 | 1 | -1/+10 | |
| | | | | | | | - try to keep at least 1GB free for Windows - try to use from 6GB to 10% free space for Linux | |||||
| * | use same default windows partition size for gtk and text installs | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
| * | move default size in part req_size | Olivier Blin | 2009-10-28 | 1 | -1/+2 | |
| | | ||||||
| * | group code | Olivier Blin | 2009-10-28 | 1 | -3/+1 | |
| | | ||||||
| * | use last resizable fat partition in gtk mode | Olivier Blin | 2009-10-28 | 1 | -1/+1 | |
| | | ||||||
