Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix stock items usage | Thierry Vignaud | 2003-07-07 | 1 | -2/+2 |
| | |||||
* | use stock items for menu too | Thierry Vignaud | 2003-07-06 | 1 | -3/+3 |
| | |||||
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -1/+1 |
| | |||||
* | colorize help | Thierry Vignaud | 2003-07-01 | 1 | -4/+4 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-07-01 | 1 | -1/+1 |
| | |||||
* | fix one translation (ie factorize it out) | Thierry Vignaud | 2003-07-01 | 1 | -1/+1 |
| | |||||
* | let harddrake gui fit better when embedded | Thierry Vignaud | 2003-07-01 | 1 | -2/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -3/+3 |
| | |||||
* | remove unused function that should never have come to live | Thierry Vignaud | 2003-05-21 | 1 | -2/+0 |
| | |||||
* | - help menu items are not checkable | Thierry Vignaud | 2003-05-21 | 1 | -7/+9 |
| | | | | | | - do not display spurious "/" on menu buttons when embedded - (strip_first_underscore) let speedup the regexp | ||||
* | better explanation of the wp field | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | localize drive capabilites (aka burning, dvd managment, ...) | Thierry Vignaud | 2003-05-19 | 1 | -0/+5 |
| | |||||
* | - describe wp flag on ia32 cpus | Thierry Vignaud | 2003-05-15 | 1 | -15/+16 |
| | | | | | - make all field descriptions begin by a lower case letter | ||||
* | - (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -4/+4 |
| | | | | | | | | | o options are passed through a hash ref o wrap text o update caller list - harddrake2: convert to use create_dialog() instead of interactive->warn (fix #3487) | ||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | array costs less than a hash | Thierry Vignaud | 2003-04-22 | 1 | -32/+29 |
| | |||||
* | add hint for translators | Thierry Vignaud | 2003-04-15 | 1 | -2/+1 |
| | |||||
* | fix pablo patch that broke two translations (reported by Arkadiusz | Thierry Vignaud | 2003-04-02 | 1 | -2/+2 |
| | | | | | Lipiec) | ||||
* | - fix fscking french translation | Thierry Vignaud | 2003-04-01 | 1 | -0/+1 |
| | | | | | - explain why it's bad to translate this way | ||||
* | - 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 | ||||
* | properly *both* reap zombies and clear status bar message | Thierry Vignaud | 2003-03-19 | 1 | -2/+9 |
| | |||||
* | 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 |
| | |||||
* | handle multiple removable devices: their managment is different from other hw | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
| | | | | | classes since we need to run a config tool per device and not one per hw class | ||||
* | fixed XIM definitions for Chinese locales | Pablo Saratxaga | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -2/+2 |
| | |||||
* | - remove a warning | Thierry Vignaud | 2003-03-03 | 1 | -2/+2 |
| | | | | | - better scsi bus location | ||||
* | reap zombie children (aka fix mem leak :-( ) | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | i18n fixes | Pablo Saratxaga | 2003-02-28 | 1 | -3/+3 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | remove debugging print | Thierry Vignaud | 2003-02-27 | 1 | -1/+0 |
| | |||||
* | small perl_checker fix | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | - consolidate menu titles translations | Thierry Vignaud | 2003-02-27 | 1 | -26/+54 |
| | | | | | | | | | - add two pull down menu that enable one to access options and help when embedded - (popup_menu) provide this callback for embedded pull down menus - cleanup various other embedding stuff - convert all object creations to gc blessed style | ||||
* | - remove unused variable (hey perl_checker, why didn't you see it ?) | Thierry Vignaud | 2003-02-26 | 1 | -6/+6 |
| | | | | | | - (rename_field) better use the parameter we passed than relying on $_ be set to the right value in that context even if it was correct | ||||
* | do not display alternatives oss/alsa drivers if there's none | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 |
| | |||||
* | - factorize code into harddrake::data::set_removable_configurator() | Thierry Vignaud | 2003-02-25 | 1 | -5/+8 |
| | | | | | | | - really do not offer to configure module for removable devices - do not put zip drives in unknown devices class - reuse Yes|No translations in harddrake::ui | ||||
* | - don't offer to configure module for removable media | Thierry Vignaud | 2003-02-25 | 1 | -2/+18 |
| | | | | | | - usb devices (such as zip): display vendor, description and a more detailled media type | ||||
* | display media capacity too (DVD and/or burning ability) | Thierry Vignaud | 2003-02-25 | 1 | -0/+1 |
| | |||||
* | fix size when embedded | Thierry Vignaud | 2003-02-24 | 1 | -3/+4 |
| | |||||
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -7/+4 |
| | | | | | mcc | ||||
* | - untabify | Thierry Vignaud | 2003-02-24 | 1 | -10/+7 |
| | | | | | | - hide devices which has no driver or whose driver is an url, a graphic server and consolidate the test by the way | ||||
* | prefix devfs device name with "/dev/" too | Thierry Vignaud | 2003-02-24 | 1 | -1/+3 |
| | |||||
* | changed an English string | Pablo Saratxaga | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | - prevent any l10n problem by having only one path string when both | Thierry Vignaud | 2003-02-20 | 1 | -9/+23 |
| | | | | | | | | creating the menu and acessing a menu widget (aka translate menu paths only once), which also nicely cut down the translators job. - decrease diagnostics pragma verbosity (aka remove big fat warning messages) | ||||
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵ | Guillaume Cottenceau | 2003-02-18 | 1 | -5/+1 |
| | | | | Gtk2->init | ||||
* | correction for non-latin1 locales, | Pablo Saratxaga | 2003-02-17 | 1 | -2/+6 |
| | | | | | made strings "Unknown" and "unknown" translatable in device info | ||||
* | no frame in standalone mode | Thierry Vignaud | 2003-02-11 | 1 | -0/+1 |
| | |||||
* | small i18n improvement | Pablo Saratxaga | 2003-02-05 | 1 | -1/+7 |
| | |||||
* | fix embedding | Thierry Vignaud | 2003-02-05 | 1 | -2/+7 |
| |