Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (basic_seclevel_explanation) handle any tags ala label | Thierry Vignaud | 2004-08-09 | 1 | -8/+13 |
| | |||||
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 4 | -5/+11 |
| | |||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 2 | -3/+3 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | developers should always run their stuff with the strict pragma | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | prefer obj->new rather than new obj for gtk+ widgets | Thierry Vignaud | 2004-08-09 | 11 | -646/+646 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-09 | 1 | -1/+1 |
| | |||||
* | (find_files_to_restore) cleanups | Thierry Vignaud | 2004-08-09 | 1 | -3/+2 |
| | |||||
* | - perl_checker cleanups | Thierry Vignaud | 2004-08-09 | 1 | -14/+7 |
| | | | | | - reuse cat_() where opencoded | ||||
* | (checkNetwork) do not die when gateway canot be guessed (Joe Bolin | Thierry Vignaud | 2004-08-09 | 1 | -2/+0 |
| | | | | | | | | | | | | <sopwithcamel@charter.net>) else the applet dies never to be heard from again until the next login b/c with DHCP connections, the gateway information is lost when the network is manually brought down. Indeed gateway is not needed for direct connection through crossover cable. | ||||
* | (setState) fix status toolip | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | allow multiple instances, but only one per user (Joe Bolin ↵ | Thierry Vignaud | 2004-08-09 | 1 | -6/+3 |
| | | | | <sopwithcamel@charter.net>) | ||||
* | (row_setting_dialog) add hints for translators | Thierry Vignaud | 2004-08-08 | 1 | -3/+12 |
| | |||||
* | (row_setting_dialog) enable translators to print a fully translated strings | Thierry Vignaud | 2004-08-08 | 1 | -4/+4 |
| | | | | | | (though we should probably just pregenerate and fill pos with all the strings b/c of inflections and mutations that occur in some languages) | ||||
* | sort theme list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (row_setting_dialog) do not set hash as string on labels else perl will | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | | | | | stringify this very hash thus making draksec crashes with strict pragma | ||||
* | simplify code through Gtk2::ComboBox->new_with_strings() | Thierry Vignaud | 2004-08-08 | 6 | -60/+23 |
| | |||||
* | sort WMs list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | use proper widget (aka GtkTable) | Thierry Vignaud | 2004-08-08 | 1 | -13/+4 |
| | |||||
* | sort user list | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | typo fix | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | s/Mandrake/Mandrakelinux | Funda Wang | 2004-08-08 | 5 | -7/+7 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | cleanups for lord perl_checker | Thierry Vignaud | 2004-08-06 | 1 | -16/+14 |
| | |||||
* | (advanced_when) quiet runtime warnings | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | (advanced_when) fix crash when selecting an entry in pull down menus | Thierry Vignaud | 2004-08-06 | 1 | -5/+5 |
| | |||||
* | if ntp is used, get the new time before updating the hwclock | Olivier Blin | 2004-08-05 | 1 | -0/+1 |
| | | | | | (fix from Emmanuel Blindauer, #10537) | ||||
* | adapt to bootloader functions now using all_hds instead of hds | Pascal Rigaux | 2004-08-05 | 1 | -5/+4 |
| | |||||
* | replaced XFree86 and XFree with Xorg (bugzilla #10531) | Pascal Rigaux | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | looks like patch -l did wrong things :-( | Thierry Vignaud | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 1 | -2/+2 |
| | |||||
* | don't allow unknown kernel names to mess everything | Pascal Rigaux | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | - upcase fields values (and btw reduce the number of strings to translate :-)) | Thierry Vignaud | 2004-08-04 | 1 | -2/+10 |
| | | | | | - simplify translating | ||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 2 | -4/+4 |
| | | | | | | | | | | | - fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() | ||||
* | reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -2/+2 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | (add_device_wizard) fix string (Joe Brower) | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | clean spacing | Thierry Vignaud | 2004-08-02 | 1 | -2/+2 |
| | |||||
* | (add_device_wizard) fix string | Thierry Vignaud | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 2 | -2/+2 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2004-08-02 | 1 | -5/+7 |
| | |||||
* | (log_output__real) rename it as insert_text_n_scroll() in order to better | Thierry Vignaud | 2004-08-02 | 1 | -3/+3 |
| | | | | | reflect what it does | ||||
* | reuse new ugtk2 infrastructure | Thierry Vignaud | 2004-08-02 | 1 | -35/+4 |
| | |||||
* | (log_output) fix tag name (was harmfull but it's just saner anyway) | Thierry Vignaud | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | check the XF86Config and/or XF86Config-4 exist before modifying it | Pascal Rigaux | 2004-08-02 | 1 | -1/+1 |
| | | | | | (otherwise it creates an empty file) (bugzilla #10487) | ||||
* | several typos fix | Funda Wang | 2004-08-01 | 3 | -6/+6 |
| | |||||
* | keep strings synced and warn both coders and translators about it | Thierry Vignaud | 2004-07-30 | 1 | -1/+4 |
| | |||||
* | fix timeout usage | Thierry Vignaud | 2004-07-30 | 1 | -2/+3 |
| | |||||
* | like in all other tools, revert ugly code printing "This program | Thierry Vignaud | 2004-07-30 | 1 | -5/+1 |
| | | | | | cannot be run in console mode", which is easier done in ugtk2.pm |