Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix mail alert generation | Thierry Vignaud | 2003-02-24 | 1 | -20/+19 |
| | | | | | | | - do not crash without any message in strict mode (wizcancel die miscatched) - make the generated script be 'use strict' and perl_checker compliant | ||||
* | fix #1771 | Thierry Vignaud | 2003-02-24 | 1 | -11/+12 |
| | |||||
* | level should not be editable | Thierry Vignaud | 2003-02-24 | 1 | -0/+1 |
| | |||||
* | - fix packing (#1760) | Thierry Vignaud | 2003-02-24 | 1 | -5/+7 |
| | | | | | | - --expert command line option switch to expert mode by default - only hide expert stuff if not in expert mode at startup | ||||
* | fix size when embedded | Thierry Vignaud | 2003-02-24 | 1 | -3/+4 |
| | |||||
* | looks better like this | Thierry Vignaud | 2003-02-24 | 1 | -4/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | fix embedding (even if we don't embbed it, it's better) | Thierry Vignaud | 2003-02-24 | 1 | -4/+6 |
| | |||||
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 7 | -13/+0 |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw | ||||
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -7/+4 |
| | | | | | mcc | ||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 7 | -20/+4 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | - 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 |
| | |||||
* | Fixed wait message not embedded in drakconf. | Till Kamppeter | 2003-02-23 | 1 | -0/+1 |
| | |||||
* | changed an English string | Pablo Saratxaga | 2003-02-22 | 1 | -1/+1 |
| | |||||
* | perl_checker | Stew Benedict | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | Finish gtk2 port. | Stew Benedict | 2003-02-20 | 1 | -17/+23 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | don't use gtk+2 deprecated functions | Thierry Vignaud | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | fix #1829 | Thierry Vignaud | 2003-02-20 | 1 | -1/+2 |
| | |||||
* | Partial gtk2 update - still needs work on TreeViews | Stew Benedict | 2003-02-20 | 1 | -116/+152 |
| | |||||
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -3/+3 |
| | |||||
* | 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) | ||||
* | hide the icon when embedded to get more space | Thierry Vignaud | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fix embedding and clean it up | Thierry Vignaud | 2003-02-19 | 1 | -6/+1 |
| | |||||
* | cleanup | Thierry Vignaud | 2003-02-19 | 1 | -1/+1 |
| | |||||
* | fix embedding | Thierry Vignaud | 2003-02-19 | 1 | -3/+4 |
| | |||||
* | - 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 |
| | |||||
* | remove no more used variable | Thierry Vignaud | 2003-02-19 | 1 | -1/+0 |
| | |||||
* | Deactivated translations that can't be handled by gtk1 for gtk1 tools; | Pablo Saratxaga | 2003-02-18 | 3 | -5/+13 |
| | | | | | | | drakfont: call fc-cache without specifying the path, fc-cache is smart enough to do the right thing, and that way it will also catch fonts from other directories that could have been installed manually. | ||||
* | pixelize | Thierry Vignaud | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | - (row_setting_data) inline it | Thierry Vignaud | 2003-02-18 | 1 | -12/+8 |
| | | | | | - fix #1769 | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-18 | 1 | -23/+24 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-18 | 1 | -3/+3 |
| | |||||
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵ | Guillaume Cottenceau | 2003-02-18 | 1 | -5/+1 |
| | | | | Gtk2->init | ||||
* | - untabify | Thierry Vignaud | 2003-02-18 | 1 | -36/+26 |
| | | | | | | | - (basic_seclevel_option) inline it and kill it - (new_editable_combo) take two arguments, a ref on strings list and the default value | ||||
* | just remove all DISPLAYMANAGER occurences and fix the case where there | Thierry Vignaud | 2003-02-18 | 1 | -2/+2 |
| | | | | | were no such line before (which probably had never caught anyone) | ||||
* | fix translation of title by calling N() after interactive->vnew | Guillaume Cottenceau | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | fix translation of title: N() needs to be called after | Guillaume Cottenceau | 2003-02-17 | 1 | -1/+1 |
| | | | | | interactive->vnew has been called | ||||
* | correction for non-latin1 locales, | Pablo Saratxaga | 2003-02-17 | 1 | -2/+6 |
| | | | | | made strings "Unknown" and "unknown" translatable in device info | ||||
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | this was just tested before | Thierry Vignaud | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | - Restructured function "main()" | Till Kamppeter | 2003-02-17 | 1 | -1/+2 |
| | | | | | | | | | | - Made automatic queue setup being done during installation - Support for unknown printers in auto-detection and in automatic queue setup - Fixed determination of default printer - Fixed printer help page display - Fixed wait message in /usr/sbin/printerdrake | ||||
* | Fixed bug in setting up multiple scanners at once. | Till Kamppeter | 2003-02-15 | 1 | -8/+10 |
| | |||||
* | Improved manual scanner configuration, bug fixes. | Till Kamppeter | 2003-02-14 | 1 | -85/+133 |
| | |||||
* | o Gtk2 | Damien Chaumette | 2003-02-14 | 1 | -100/+78 |
| | | | | | | | | o 'add a rule' works again o 'edit rule' too o get_rights get all rights, not just a few o little cleanup (more to come) | ||||
* | cleanup security::level, hopefully the **** draksec still works | Pascal Rigaux | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2003-02-13 | 1 | -2/+1 |
| |