summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
Commit message (Collapse)AuthorAgeFilesLines
* add hints for translatorsThierry Vignaud2003-07-211-0/+2
|
* workaround buggy gtk+-2.x that do not wrap textviews when realizedThierry Vignaud2003-07-211-3/+8
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-11/+8
|
* fix stock items usageThierry Vignaud2003-07-071-2/+2
|
* use stock items for menu tooThierry Vignaud2003-07-061-3/+3
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-1/+1
|
* colorize helpThierry Vignaud2003-07-011-4/+4
|
* perl_checker fixThierry Vignaud2003-07-011-1/+1
|
* fix one translation (ie factorize it out)Thierry Vignaud2003-07-011-1/+1
|
* let harddrake gui fit better when embeddedThierry Vignaud2003-07-011-2/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-3/+3
|
* remove unused function that should never have come to liveThierry Vignaud2003-05-211-2/+0
|
* - help menu items are not checkableThierry Vignaud2003-05-211-7/+9
| | | | | | - do not display spurious "/" on menu buttons when embedded - (strip_first_underscore) let speedup the regexp
* better explanation of the wp fieldThierry Vignaud2003-05-201-1/+1
|
* localize drive capabilites (aka burning, dvd managment, ...)Thierry Vignaud2003-05-191-0/+5
|
* - describe wp flag on ia32 cpusThierry Vignaud2003-05-151-15/+16
| | | | | - make all field descriptions begin by a lower case letter
* - (create_dialog) :Thierry Vignaud2003-05-151-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 + fixesPascal Rigaux2003-04-241-1/+1
|
* array costs less than a hashThierry Vignaud2003-04-221-32/+29
|
* add hint for translatorsThierry Vignaud2003-04-151-2/+1
|
* fix pablo patch that broke two translations (reported by ArkadiuszThierry Vignaud2003-04-021-2/+2
| | | | | Lipiec)
* - fix fscking french translationThierry Vignaud2003-04-011-0/+1
| | | | | - explain why it's bad to translate this way
* - prevent translators to do bad things (that is having badly constructedThierry Vignaud2003-04-011-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 messageThierry Vignaud2003-03-191-2/+9
|
* fix first message displayThierry Vignaud2003-03-121-1/+5
|
* better packed paned behavior in both embedded and standalone modesThierry Vignaud2003-03-121-1/+1
|
* handle multiple removable devices: their managment is different from other hwThierry Vignaud2003-03-121-1/+1
| | | | | classes since we need to run a config tool per device and not one per hw class
* fixed XIM definitions for Chinese localesPablo Saratxaga2003-03-061-1/+1
|
* prevent warning when using diagnostics pragma (easier debugging)Thierry Vignaud2003-03-051-2/+2
|
* - remove a warningThierry Vignaud2003-03-031-2/+2
| | | | | - better scsi bus location
* reap zombie children (aka fix mem leak :-( )Thierry Vignaud2003-03-031-0/+1
|
* i18n fixesPablo Saratxaga2003-02-281-3/+3
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* remove debugging printThierry Vignaud2003-02-271-1/+0
|
* small perl_checker fixThierry Vignaud2003-02-271-1/+1
|
* - consolidate menu titles translationsThierry Vignaud2003-02-271-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 Vignaud2003-02-261-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 noneThierry Vignaud2003-02-251-1/+2
|
* - factorize code into harddrake::data::set_removable_configurator()Thierry Vignaud2003-02-251-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 mediaThierry Vignaud2003-02-251-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 Vignaud2003-02-251-0/+1
|
* fix size when embeddedThierry Vignaud2003-02-241-3/+4
|
* first attempt at making printerdrake to behave smoother when embedded in theThierry Vignaud2003-02-241-7/+4
| | | | | mcc
* - untabifyThierry Vignaud2003-02-241-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/" tooThierry Vignaud2003-02-241-1/+3
|
* changed an English stringPablo Saratxaga2003-02-221-1/+1
|
* perl_checker fixThierry Vignaud2003-02-201-2/+2
|
* - prevent any l10n problem by having only one path string when bothThierry Vignaud2003-02-201-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 Cottenceau2003-02-181-5/+1
| | | | Gtk2->init
* correction for non-latin1 locales,Pablo Saratxaga2003-02-171-2/+6
| | | | | made strings "Unknown" and "unknown" translatable in device info