Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some more formatError | Pascal Rigaux | 2003-02-19 | 2 | -2/+2 |
| | |||||
* | use formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | add a formatError | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | add some formatError's | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | use formatError on $err | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | use formatError($err) instead of $@ | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | set the destroy handler after wizard creation, or the fact that | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+2 |
| | | | | | | wizard window will overwrite existing window will also destroy the destroy handler | ||||
* | indent more the entries in the summary (as asked by dadou) | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | I'm stupid, we need to set UTF8 when there are two installed | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | langs with different encodings, not just when the additional languages have different encoding than main one | ||||
* | move some images from standalone to pixmaps to have them both during install ↵ | Pascal Rigaux | 2003-02-19 | 2 | -0/+0 |
| | | | | and after install (images used by XFdrake) | ||||
* | add it back (used by XFdrake) | Pascal Rigaux | 2003-02-19 | 1 | -0/+0 |
| | |||||
* | fix some segfaults caused by still calling destroy | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+2 |
| | | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651) | ||||
* | can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, set | Pascal Rigaux | 2003-02-19 | 1 | -1/+5 |
| | | | | | | {retval} and main_quit instead (the way it was done for double click, is this ok when pressing enter?) | ||||
* | better comply to look of text like in Gtk1 (text inside a Frame) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | Improved the locale->font selection; | Pablo Saratxaga | 2003-02-19 | 1 | -8/+9 |
| | | | | | added the tetex-latex-arab-doc package (previously was included in the main) | ||||
* | clean | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+0 |
| | |||||
* | fixed if update fail to allow retry. | Francois Pons | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | hide the icon when embedded to get more space | Thierry Vignaud | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | code slight reorganization. | Francois Pons | 2003-02-19 | 1 | -13/+14 |
| | |||||
* | added code to retry finding an update medium if something went wrong. | Francois Pons | 2003-02-19 | 1 | -19/+25 |
| | |||||
* | added a missing sanity unwind. | Francois Pons | 2003-02-19 | 1 | -0/+3 |
| | |||||
* | add sanity code on error when reading hdlist (this will avoid update medium | Francois Pons | 2003-02-19 | 1 | -13/+17 |
| | | | | | being trashed if an error occurred during hdlist download and so ...) | ||||
* | updated Uzbek file | Pablo Saratxaga | 2003-02-19 | 3 | -36/+106 |
| | |||||
* | add ugly probed type of network configuration. | Francois Pons | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | fix embedding and clean it up | Thierry Vignaud | 2003-02-19 | 1 | -6/+1 |
| | |||||
* | add fonts-ttf-arabic when locale ar | Guillaume Cottenceau | 2003-02-19 | 1 | -0/+1 |
| | |||||
* | cleanup | Thierry Vignaud | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fix embedding | Thierry Vignaud | 2003-02-19 | 1 | -3/+4 |
| | |||||
* | add simplified menu for desktop mode. | Francois Pons | 2003-02-19 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-19 | 1 | -1/+50 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-02-19 | 1 | -63/+61 |
| | | | | | | - indent-region, untabify - comment workaround | ||||
* | workaround a drakx bug which don't always add bttv to /etc/modules | Thierry Vignaud | 2003-02-19 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | - Add localized help files for OpenOffice.org | Gwenolé Beauchesne | 2003-02-19 | 2 | -3/+8 |
| | | | | | - Add new SPELLCHECK category for myspell spellchecking and hyphenators | ||||
* | - cleanup & simplify | Pascal Rigaux | 2003-02-19 | 2 | -17/+33 |
| | | | | | - handle raid on raid detection | ||||
* | mkraid wants all the md devices written in raidtab to exist, even if asking to | Pascal Rigaux | 2003-02-19 | 1 | -2/+2 |
| | | | | | create a specific md | ||||
* | don't log "warning: find_index failed in ..." | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2003-02-19 | 1 | -2/+6 |
| | |||||
* | - allow raid on raid (raid 10) | Pascal Rigaux | 2003-02-19 | 1 | -5/+8 |
| | | | | | | - focus mount point in Mount_point - focus type in Type | ||||
* | *** empty log message *** | Pascal Rigaux | 2003-02-19 | 1 | -1/+1002 |
| | |||||
* | provide a minimum desrciption for Scientific Workstation (#1814) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | try to choose sensible values for insensitive widgets | Guillaume Cottenceau | 2003-02-19 | 1 | -2/+2 |
| | |||||
* | have _ at the end of Belarussian, or else it messes up | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | | | | | | alphabetical sorting (_ is added by pablo to know it needs fixing..) | ||||
* | have "all languages" and "utf8" before the list of languages, per request of ↵ | Guillaume Cottenceau | 2003-02-19 | 1 | -9/+9 |
| | | | | pablo | ||||
* | revert Pablo's breaking po's installation :) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | not more xpm's in share | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | disallow double-clicking on "Refuse" (license step) | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | s/boot partition/the root partition/ (cf bug #1803) | Pascal Rigaux | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | remove no more used variable | Thierry Vignaud | 2003-02-19 | 1 | -1/+0 |
| |