Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug of printerdrake loosing the printer queue info during the | Till Kamppeter | 2003-02-23 | 1 | -5/+18 |
| | | | | | | | preparation of the "Summary" window (only if there are local printers). No the printer queue entries should not be empty when clicking on "Configure" in the "Printer" part of the "Summary" window. | ||||
* | "Generate auto install floppy" and "Save packages selection" are now ↵ | Pascal Rigaux | 2003-02-21 | 1 | -4/+2 |
| | | | | available in advanced | ||||
* | oops i didn't understand the internals of wait_message hence breaking it. ↵ | Guillaume Cottenceau | 2003-02-20 | 1 | -4/+4 |
| | | | | hopes that will fix. | ||||
* | added wait message when building groups. | Francois Pons | 2003-02-20 | 1 | -0/+3 |
| | |||||
* | install the potentially needed locales country when user selected | Guillaume Cottenceau | 2003-02-20 | 1 | -0/+1 |
| | | | | | another country | ||||
* | Gtk2::Label::set is deprecated | Guillaume Cottenceau | 2003-02-20 | 1 | -4/+4 |
| | |||||
* | help perl_checker find the N("...") the #-PO corresponds to | Pascal Rigaux | 2003-02-20 | 1 | -2/+3 |
| | |||||
* | add a PO comment to try to keep buttons in the window.. | Guillaume Cottenceau | 2003-02-20 | 1 | -0/+1 |
| | |||||
* | Made sure that printerdrake does not open its main window when called during ↵ | Till Kamppeter | 2003-02-20 | 1 | -1/+1 |
| | | | | the preparation of the "Summary" screen. | ||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -2/+2 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | add some more formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fixed if update fail to allow retry. | Francois Pons | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | added code to retry finding an update medium if something went wrong. | Francois Pons | 2003-02-19 | 1 | -19/+25 |
| | |||||
* | add ugly probed type of network configuration. | Francois Pons | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | make sure network::network:: is used (just in case) | Francois Pons | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | add default configuration for network for summary. | Francois Pons | 2003-02-19 | 1 | -0/+4 |
| | |||||
* | remove unneeded pablo's change on RTL | Guillaume Cottenceau | 2003-02-18 | 1 | -3/+0 |
| | |||||
* | define language direction | Pablo Saratxaga | 2003-02-18 | 1 | -0/+3 |
| | |||||
* | (setRootPassword): display "Authentication" in Advanced | Pascal Rigaux | 2003-02-18 | 1 | -3/+1 |
| | |||||
* | display the release even when there is only one system to upgrade | Pascal Rigaux | 2003-02-18 | 1 | -3/+1 |
| | | | | | (asked by flepied & warly) | ||||
* | fix bug occurring "if no sound card are detected AND the user selected things | Pascal Rigaux | 2003-02-17 | 1 | -0/+1 |
| | | | | | | needing a sound card, propose a special case for ISA cards" (thanks to guran) | ||||
* | add a reboot if not enough free space is available for installation or upgrade. | Francois Pons | 2003-02-17 | 1 | -1/+5 |
| | |||||
* | ensure $o->{raw_X} is not destroyed when there is no modification done | Pascal Rigaux | 2003-02-17 | 1 | -1/+2 |
| | | | | | (since in that case Xconfig::main::configure_everything_or_configure_chooser() returns undef) | ||||
* | better sound card description in summary | Pascal Rigaux | 2003-02-17 | 1 | -1/+3 |
| | |||||
* | handle "not configured" in summary_prompt | Pascal Rigaux | 2003-02-16 | 1 | -3/+6 |
| | |||||
* | add "Security level" in summary | Pascal Rigaux | 2003-02-14 | 1 | -0/+14 |
| | |||||
* | - re-indent summary entries | Pascal Rigaux | 2003-02-14 | 1 | -107/+121 |
| | | | | | - add group for summary entries | ||||
* | (acceptLicense): do translate "Accept" and "Refuse" | Pascal Rigaux | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | - add "Services" and "Firewall" in summary | Pascal Rigaux | 2003-02-14 | 1 | -7/+33 |
| | | | | | - rework a little summary & summary_prompt | ||||
* | use $::prefix | Pascal Rigaux | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | change order of entries in summary | Pascal Rigaux | 2003-02-14 | 1 | -35/+37 |
| | |||||
* | don't allow going back from accept_licenser to select_language, hence allow ↵ | Guillaume Cottenceau | 2003-02-13 | 1 | -1/+1 |
| | | | | removing langs images before downloading huge CJK fonts | ||||
* | - fix calling configureTimezone | Pascal Rigaux | 2003-02-13 | 1 | -7/+6 |
| | | | | | - have country before timezone (gc wants it that way...) | ||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -27/+36 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | don't use $_total, use $total_ instead | Pascal Rigaux | 2003-02-13 | 1 | -2/+2 |
| | |||||
* | rework summary() (esp. to allow a gtk frontend) | Pascal Rigaux | 2003-02-12 | 1 | -87/+130 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | perl checko | Guillaume Cottenceau | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | - more precise message when formatting / fsck'ing / mounting partitions | Pascal Rigaux | 2003-02-10 | 1 | -5/+3 |
| | | | | | - hide passwords (for smb) | ||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -9/+26 |
| | | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly | ||||
* | (setRootPassword): have the focus on the password field | Pascal Rigaux | 2003-02-06 | 1 | -0/+1 |
| | |||||
* | handle "Previous" on choosePackagesTree | Pascal Rigaux | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | warn the user when leaving the summary with X non configured | Pascal Rigaux | 2003-02-05 | 1 | -0/+7 |
| | |||||
* | Fixed Foomatic installation done by installer. | Till Kamppeter | 2003-02-02 | 1 | -1/+1 |
| | |||||
* | fix poulpy | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | be sure $o->{netcnx}{type} is set when using easy_dhcp | Damien Chaumette | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | fix "Previous" button in warnAboutNaughtyServers, so there is 3 choices | Pascal Rigaux | 2003-01-24 | 1 | -1/+2 |
| | | | | | (Previous, unselect servers, accept :) | ||||
* | (formatMountPartitions): help perl (otherwise wait_message stays forever in ↵ | Pascal Rigaux | 2003-01-23 | 1 | -0/+1 |
| | | | | newt) |