Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix fscking french translation | Thierry Vignaud | 2003-04-01 | 1 | -0/+1 |
| | | | | | - explain why it's bad to translate this way | ||||
* | simplify | Thierry Vignaud | 2003-04-01 | 1 | -1/+1 |
| | |||||
* | move harddrake::sound $index param in hash and pass only the hash ref around | Thierry Vignaud | 2003-04-01 | 1 | -0/+1 |
| | | | | | functions | ||||
* | - prevent translators to do bad things (that is having badly constructed | Thierry Vignaud | 2003-04-01 | 1 | -22/+23 |
| | | | | | | | | strings on screen) - reuse some translations instead of relying on extracting tools' merge feature - give translators more control on about window text | ||||
* | increase timeout from 5 to 25 seconds | Thierry Vignaud | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | properly *both* reap zombies and clear status bar message | Thierry Vignaud | 2003-03-19 | 1 | -2/+9 |
| | |||||
* | Fix fatal error in editable window when adding a new entry | Florent Villard | 2003-03-15 | 1 | -5/+5 |
| | |||||
* | Fix IP pool range bug from gtk2 conversion. | Stew Benedict | 2003-03-13 | 1 | -2/+2 |
| | |||||
* | have fd0 & fd1 be recognised as known entries, even if we don't probe them | Pascal Rigaux | 2003-03-12 | 1 | -0/+1 |
| | | | | | (useful for harddrake) | ||||
* | set by default the fs type and mntpoint for removables not present in fstab | Pascal Rigaux | 2003-03-12 | 1 | -0/+10 |
| | | | | | (useful for harddrake) | ||||
* | fix first message display | Thierry Vignaud | 2003-03-12 | 1 | -1/+5 |
| | |||||
* | better packed paned behavior in both embedded and standalone modes | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | fix for newer commercial kernel module package name. | Francois Pons | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | let it look better | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | shut up perl_checker | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | really sort | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 2 | -20/+32 |
| | | | | | classes since we need to run a config tool per device and not one per hw class | ||||
* | - check if dm package is installed and install it if needed | Thierry Vignaud | 2003-03-12 | 1 | -12/+18 |
| | | | | | | - use format instead of reverse() (not a big slow down but small rivers make big ones and it makes gc happier...) | ||||
* | More gtk2 fixes. | Stew Benedict | 2003-03-11 | 1 | -21/+18 |
| | |||||
* | really use the chosen net_connect interface | Florin Grad | 2003-03-11 | 1 | -2/+2 |
| | |||||
* | fix lilo-menu not working (bug #3048) | Pascal Rigaux | 2003-03-11 | 1 | -2/+0 |
| | |||||
* | added probing of adsl connection. | Francois Pons | 2003-03-11 | 1 | -0/+5 |
| | |||||
* | - clean wait messages creation | Thierry Vignaud | 2003-03-10 | 1 | -8/+3 |
| | | | | | | - fix wait messages displaying (label was not displayed) in both standalone and embedded modes | ||||
* | fixed text (missing '/') | Pablo Saratxaga | 2003-03-09 | 1 | -1/+1 |
| | |||||
* | s/perl -w/use diagnostics/ so stat it get removed from package at | Thierry Vignaud | 2003-03-06 | 1 | -1/+2 |
| | | | | | build time | ||||
* | do not crash on color selection | Thierry Vignaud | 2003-03-06 | 1 | -5/+4 |
| | |||||
* | prevent one to pop up hundred of windows: make browse dialog be modal | Thierry Vignaud | 2003-03-06 | 1 | -1/+3 |
| | |||||
* | - fix #1766 | Thierry Vignaud | 2003-03-06 | 1 | -3/+3 |
| | | | | | - do not crash when browsing | ||||
* | moved prioprietary NVIDIA code support to generic prioprietary support in ↵ | Francois Pons | 2003-03-06 | 1 | -37/+2 |
| | | | | standalone.pm. | ||||
* | perl_checker fix | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | let fix #2244, #2245, #2730 | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | - display "wait while searching" message also when embedded: we do not | Thierry Vignaud | 2003-03-06 | 1 | -5/+6 |
| | | | | | | | want it only when embedded for explanations - flush this wait dialog draw queue on each update so that it get displayed when embedded | ||||
* | log system config changes | Thierry Vignaud | 2003-03-06 | 1 | -0/+1 |
| | |||||
* | let i fit in 800x600 | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | fixed XIM definitions for Chinese locales | Pablo Saratxaga | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | fix behaviour when only one lang is available (clicking | Guillaume Cottenceau | 2003-03-05 | 1 | -16/+38 |
| | | | | | on "cancel" on the country selection didn't cancel it) | ||||
* | handle low case config variables despite they should have been upcase | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | | | | | (fix side effects of stupid rh code that manage $prefdm) | ||||
* | - (getTVcards, isTVcard) : consolidate tv detection code | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...) | ||||
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -2/+2 |
| | |||||
* | fixed wizard modification not taken into account when using drakconf. | Francois Pons | 2003-03-05 | 1 | -2/+7 |
| | |||||
* | restore old search behavior like we did before gtk+-2 port: | Thierry Vignaud | 2003-03-05 | 1 | -6/+4 |
| | | | | | | | | | | - empty log buffer on search startup - freeze buffer while searching - do not realize ourselves the window, it's done by next statement - set initial text to '' so that editable property is disabled once the textview is realized | ||||
* | no need to explicitely disable editable property, this is already | Thierry Vignaud | 2003-03-05 | 1 | -1/+0 |
| | | | | | handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append() | ||||
* | clean interface flags when dhcp mode is used. | Francois Pons | 2003-03-04 | 1 | -10/+14 |
| | |||||
* | - untabify | Thierry Vignaud | 2003-03-04 | 1 | -92/+93 |
| | | | | | | | | - fix small memory leak (tree iterators) - restore edit dialog on doble click and - restore informations retrieving for edit dialog on doble click and get rid of %CURENT | ||||
* | scroll back when logging | Thierry Vignaud | 2003-03-04 | 1 | -1/+2 |
| | |||||
* | - remove last warning | Thierry Vignaud | 2003-03-04 | 1 | -5/+4 |
| | | | | | - remove unused variables | ||||
* | - fix #1776 (part one): make up and down button be usefull instead of | Thierry Vignaud | 2003-03-04 | 1 | -13/+43 |
| | | | | | | | nop (this need an updated perl-GTK2 though) - let up, down, delete and edit buttons be insensitive when selection is destroyed or when there's no selection | ||||
* | simplified form (pixel) | Florin Grad | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | - fix #1776 part two (do not insert dummy lines) | Thierry Vignaud | 2003-03-04 | 1 | -20/+27 |
| | | | | | | - restore special lines with current keyword - reuse already defined path | ||||
* | remove debuging assertions (as spoted by gc) | Thierry Vignaud | 2003-03-04 | 1 | -2/+2 |
| |