Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated pot file | Pablo Saratxaga | 2003-08-04 | 2 | -72/+226 |
| | |||||
* | updated list of available locales | Pablo Saratxaga | 2003-08-04 | 1 | -2/+2 |
| | |||||
* | Add new cooker logo for installation | Florent Villard | 2003-08-04 | 1 | -0/+0 |
| | |||||
* | don't export destroy_window(), this function doesn't exist! (thanks to ↵ | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
| | | | | perl_checker) | ||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-04 | 1 | -3/+3 |
| | |||||
* | disable selecting text and popping the contextual menu | Pascal Rigaux | 2003-08-04 | 1 | -0/+1 |
| | | | | | (GUI team says it's *horrible* to be able to do select text!) | ||||
* | OptionMenus do not have an horizontal scroll-bar. This can cause havoc for | Pascal Rigaux | 2003-08-03 | 1 | -9/+13 |
| | | | | | | long strings. So use combo box as we used to do in those cases (eg: diskdrake Create dialog box in expert mode) (bug #4484) | ||||
* | don't overwrite $o->{bootloader}{method} (much nicer for auto_installs) | Pascal Rigaux | 2003-08-03 | 1 | -1/+1 |
| | |||||
* | - copy /etc/mtab to /mnt/etc/mtab to have a nice chrooted "mount" or "df" | Pascal Rigaux | 2003-08-03 | 1 | -3/+8 |
| | | | | | - some perl_checker compliance | ||||
* | fix /sbin/insmod /sbin/rmmod and /sbin/lsmod which were dead symlinks | Pascal Rigaux | 2003-08-03 | 1 | -4/+4 |
| | | | | | (to /etc/alternatives/something) | ||||
* | more complete name for the setRootPassword step: "Set root password and | Pascal Rigaux | 2003-08-03 | 1 | -1/+1 |
| | | | | | network authentication methods" instead of simply "Set root password" | ||||
* | Tool tips. | Stew Benedict | 2003-08-03 | 1 | -49/+84 |
| | |||||
* | re-adding with -kb | Pascal Rigaux | 2003-08-01 | 15 | -1/+14 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | removing for re-adding with -kb | Pascal Rigaux | 2003-08-01 | 1 | -0/+0 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-08-01 | 1 | -1/+578 |
| | |||||
* | add drakauth | Pascal Rigaux | 2003-08-01 | 3 | -1/+36 |
| | |||||
* | - move write_smb_conf() from install_any to network::smb | Pascal Rigaux | 2003-08-01 | 6 | -107/+139 |
| | | | | | | | | | | | | | | | - rename setAuthentication() to set_authentication() - move the work of set_authentication() from install_any to any - move the per-authentification kind questions from install_steps_interactive::setRootPassword() to any::ask_authentification_parameters() - various cleanup in code prompting authentification questions - call install_any::set_authentication() in install_steps::setRootPassword() instead of waiting for the installPackages step to be done (since setRootPassword occurs *after* packages installation) - don't call set_authentification() in install_steps::addUser() (why was this done there??) => these changes will allow drakauth | ||||
* | use $::prefix | Pascal Rigaux | 2003-08-01 | 2 | -8/+6 |
| | |||||
* | => do as Chris Picton suggested | Pascal Rigaux | 2003-08-01 | 4 | -33/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chris Picton said (nearly one year ago :-/) : I have found the need for many low res screen resolutions for such thingas as movie playing, xmame, etc. The method XFdrake uses to enable modes is to enumerate each mode in the XF86Config file. For example (a newly created file): Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubsection It would be better (at least under XFree 4, which automatically provides resoltions from the monitor, if it is capable), to not limit the modes provided to the user If I use instead, the following: Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection My maximum mode is exactly the same as before, but I have many more low resolution modes. | ||||
* | printer::printerdrake is not perl_checker compliant, don't pretend it is! | Pascal Rigaux | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | |||||
* | s/head -1/head -n 1/ | Pascal Rigaux | 2003-08-01 | 1 | -2/+2 |
| | | | | | (am i the only one who thinks changing head's usage is really stupid? well...) | ||||
* | instead of removing the "Search servers" button when the search is over, keep | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | | | it to allow searching for new servers (the label is changed from "Search servers" to "Search new servers") (bug #4297) | ||||
* | don't warn when label is used with no text for boot entries | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | | (i want titi's explaination on this first) | ||||
* | replace signal_disconnect with signal_handler_disconnect (needed for ↵ | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | perl-gtk2-xs) | ||||
* | Add gnome calculator and charmap | Frederic Crozat | 2003-08-01 | 1 | -3/+3 |
| | |||||
* | Intel drivers don't need DontVTSwitch anymore (dixit Arnaud de Lorbeau) | Pascal Rigaux | 2003-08-01 | 1 | -4/+0 |
| | |||||
* | Added locale->fonts-* dependencies | Pablo Saratxaga | 2003-08-01 | 1 | -5/+8 |
| | |||||
* | Added some more languages to the list; | Pablo Saratxaga | 2003-08-01 | 1 | -14/+35 |
| | | | | | defined kde fonts for some languages | ||||
* | New/updated images with language names | Pablo Saratxaga | 2003-08-01 | 17 | -0/+0 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-07-31 | 2 | -634/+219 |
| | |||||
* | UI issues from cooker list. Push help off to drakhelp. | Stew Benedict | 2003-07-31 | 1 | -282/+83 |
| | |||||
* | use "splash=silent" instead of "quiet". | Pascal Rigaux | 2003-07-31 | 1 | -1/+1 |
| | | | | | | kernel messages will still be written, but will be hidden (can be seen if pressing F2 or escape at boot time) | ||||
* | - drakxtools-newt must not require perl(interactive::gtk) or perl(ugtk2) | Pascal Rigaux | 2003-07-31 | 1 | -1/+2 |
| | | | | | | | - only drakbackup require perl(Net::FTP) & perl(Time::localtime), i don't want this require for all drakxtools. What about moving drakbackup to a separate package? | ||||
* | added redo of initrd files for oem changes to take effects for bootsplash... | Francois Pons | 2003-07-31 | 1 | -0/+6 |
| | |||||
* | fixed /usr/share/bootsplash directory not created for images. | Francois Pons | 2003-07-31 | 1 | -1/+1 |
| | |||||
* | apply oem image modification to bootsplash too. | Francois Pons | 2003-07-31 | 1 | -0/+21 |
| |