| Commit message (Expand) | Author | Age | Files | Lines |
* | expand parenthesises | Thierry Vignaud | 2004-08-11 | 1 | -6/+24 |
* | (UpdateAvailable) probably better | Thierry Vignaud | 2004-08-11 | 1 | -2/+1 |
* | (UpdateAvailable) localize variable | Thierry Vignaud | 2004-08-11 | 1 | -0/+1 |
* | (Dialog) indent | Thierry Vignaud | 2004-08-11 | 1 | -8/+8 |
* | (Dialog) enable checking call signature | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
* | (Dialog) simplify: reuse create_scrolled_window() | Thierry Vignaud | 2004-08-11 | 1 | -5/+1 |
* | (Dialog) fix it (got broken on ugtk2 port) | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2004-08-11 | 1 | -21/+23 |
* | perl_checker compliance | Olivier Blin | 2004-08-10 | 1 | -1/+1 |
* | ugtk2 port | Olivier Blin | 2004-08-10 | 1 | -176/+88 |
* | (AddNet, WriteConfig) do not bother accessing arrays like in C | Thierry Vignaud | 2004-08-10 | 1 | -14/+10 |
* | perl_checker cleanups (GUI code actually wasn't touched in order to | Thierry Vignaud | 2004-08-10 | 1 | -132/+128 |
* | fix roaming detection | Olivier Blin | 2004-08-10 | 1 | -10/+5 |
* | initial import of wlandetect version, from Austin Action | Olivier Blin | 2004-08-10 | 1 | -0/+445 |
* | network::tools::connect_prog is really dead now | Olivier Blin | 2004-08-10 | 1 | -5/+1 |
* | add a horizontal separator in stats to prevent visual disguts between | Thierry Vignaud | 2004-08-10 | 1 | -0/+1 |
* | fix looking aka vertical alignment of labels (Fabrice FACORAT <f.faber-pro@if... | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
* | fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300) | Thierry Vignaud | 2004-08-10 | 1 | -2/+2 |
* | (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 |
* | 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 |
* | (checkNetwork) do not die when gateway canot be guessed (Joe Bolin | Thierry Vignaud | 2004-08-09 | 1 | -2/+0 |
* | (setState) fix status toolip | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
* | allow multiple instances, but only one per user (Joe Bolin <sopwithcamel@char... | Thierry Vignaud | 2004-08-09 | 1 | -6/+3 |
* | (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 |
* | 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 |
* | 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 |
* | 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 |