Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Albanian file | Pablo Saratxaga | 2002-12-07 | 1 | -0/+14099 |
| | |||||
* | perl_checker help'ed fix | Guillaume Cottenceau | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | don't use unless | Guillaume Cottenceau | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | s/Gtk->/Gtk2->/ | Guillaume Cottenceau | 2002-12-06 | 1 | -6/+6 |
| | |||||
* | updated po file | Pablo Saratxaga | 2002-12-06 | 2 | -7655/+11071 |
| | |||||
* | better style | Guillaume Cottenceau | 2002-12-06 | 1 | -3/+1 |
| | |||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -1/+1 |
| | |||||
* | be more perl_checker compliant | Pascal Rigaux | 2002-12-06 | 1 | -3/+2 |
| | |||||
* | perl checker OwnZ Da W3rld | Guillaume Cottenceau | 2002-12-06 | 1 | -2/+2 |
| | |||||
* | add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl ↵ | Guillaume Cottenceau | 2002-12-06 | 1 | -16/+34 |
| | | | | seems to mess with that when trying to do so from within gtk2-perl (with sv_utf8_upgrade) | ||||
* | misc | Guillaume Cottenceau | 2002-12-06 | 1 | -8/+4 |
| | |||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 5 | -84/+135 |
| | |||||
* | 2.1.3 doesn't have trouble with expand_to_path | Guillaume Cottenceau | 2002-12-06 | 1 | -2/+0 |
| | |||||
* | parameter passing using $_ is bad | Pascal Rigaux | 2002-12-05 | 1 | -4/+5 |
| | |||||
* | replace "map $_->{normal}, @l" with "map { $_->{normal} } @l" | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
| | | | | | (the other form is perl_checker-deprecated) | ||||
* | $_ was not localized, fixing (and cleanup) | Pascal Rigaux | 2002-12-05 | 1 | -3/+2 |
| | |||||
* | format => sub { ...} doesn't pass parameter as $_, but as $_[0] | Pascal Rigaux | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | updated po files | Pablo Saratxaga | 2002-12-05 | 45 | -118622/+153770 |
| | |||||
* | Fixed some typos or bad English | Pablo Saratxaga | 2002-12-05 | 3 | -1759/+1885 |
| | |||||
* | try to fix charset2pango_font | Guillaume Cottenceau | 2002-12-05 | 1 | -1/+5 |
| | |||||
* | fix syntax & style | Guillaume Cottenceau | 2002-12-05 | 2 | -25/+27 |
| | |||||
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -5/+5 |
| | |||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 4 | -7/+7 |
| | |||||
* | two pango font names, for 10 and 12 sizes | Pablo Saratxaga | 2002-12-05 | 1 | -1/+2 |
| | |||||
* | start gtk+2 port; perl-gtk2 is expected to implement | Thierry Vignaud | 2002-12-05 | 1 | -56/+53 |
| | | | | | Gtk::Image->set_from_pixbuf() | ||||
* | made some functions to retrieve pango font namese from lang/charset | Pablo Saratxaga | 2002-12-05 | 2 | -2/+46 |
| | |||||
* | fix gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -6/+6 |
| | |||||
* | glib-config is obsolete now | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | drakxservices' gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -7/+7 |
| | |||||
* | add bind_textdomain_codeset | Guillaume Cottenceau | 2002-12-05 | 1 | -0/+1 |
| | |||||
* | bug fix | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | remove unused $_lan | Guillaume Cottenceau | 2002-12-05 | 1 | -1/+0 |
| | |||||
* | Changed the way locale->encoding is handled; revert to the old way which was | Pablo Saratxaga | 2002-12-05 | 3 | -41/+23 |
| | | | | | | | | | working. And changed the charset to use during install to UTF-8 for all but CJK locales, in the X11 locale config files and in lang.pm; So, the same values of LC_* variables are used as before; but they should point, in glibc and in X11, to UTF-8 locales now | ||||
* | don't use anymore deprecated widgets | Thierry Vignaud | 2002-12-05 | 1 | -4/+2 |
| | |||||
* | gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -39/+37 |
| | |||||
* | gtk+2 port (how difficult it was ...) | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | fix typo, be perl_checker compatible | Pascal Rigaux | 2002-12-05 | 1 | -2/+3 |
| | |||||
* | packages should not "use lib qw(/usr/lib/libDrakX)" | Pascal Rigaux | 2002-12-05 | 1 | -1/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-05 | 1 | -3/+3 |
| | |||||
* | gtk+2 fixes | Thierry Vignaud | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | pre gtk+2 work snapshot for mcc (mandrake_release() and the like | Thierry Vignaud | 2002-12-05 | 1 | -1/+4 |
| | |||||
* | s/describe/describes/ | Thierry Vignaud | 2002-12-05 | 1 | -20/+22 |
| | |||||
* | remove unused code (installCrypto) | Pascal Rigaux | 2002-12-04 | 3 | -47/+0 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 65 | -292/+255 |
| | |||||
* | - %l is not used, so why declare it?? | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis) | ||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 3 | -9/+9 |
| | |||||
* | my' variables as needed | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | $prefix is no good, replace it with $::prefix | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| |