Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -34/+33 |
| | |||||
* | try to simplify | Thierry Vignaud | 2003-05-20 | 1 | -22/+11 |
| | |||||
* | (put_font_dir): $/variable is unlikely what was initially intended | Thierry Vignaud | 2003-05-20 | 1 | -10/+3 |
| | | | | | | | (chk_empty_xfs_path): typo fix (search_dir_font_uninstall): further simplify | ||||
* | (chk_empty_xfs_path): | Thierry Vignaud | 2003-05-20 | 1 | -2/+2 |
| | | | | | | | | - any { !cdt} equals to every { cdt } - if_ is unneeded (search_dir_font_uninstall) map { if_(cdt, $_ } equals to grep { cdt } | ||||
* | (file_ok_sel) prevent potential crash in perl regexp engine if sg bad | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | | | | | happenned in the translation | ||||
* | fix #3960: divide by zero execption | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -2/+2 |
| | | | | | | - update caller list - add title parameter and update callers | ||||
* | remove unused variable | Thierry Vignaud | 2003-05-15 | 1 | -5/+2 |
| | |||||
* | do not use interactive to get root capabilties, directly use | Thierry Vignaud | 2003-05-15 | 1 | -2/+1 |
| | | | | | require_root_capability() | ||||
* | fix #1352 : do not add buggy font directories | Thierry Vignaud | 2003-05-15 | 1 | -5/+12 |
| | |||||
* | hide "mode switch" buttons to only enable to switch to the other mode, | Thierry Vignaud | 2003-05-15 | 1 | -32/+40 |
| | | | | | not the current one | ||||
* | - uninline poulpy | Thierry Vignaud | 2003-05-14 | 1 | -54/+37 |
| | | | | | | | | | | | | - use map instead of foreach in some places - (chk_empty_xfs_path): replacing foreach by map make obvious that we don't have to grep all items, grep will be enough - (put_font_dir): consolidate some code into convert_fonts; this make obvious there were some bug due to $/varname typo; this also reduce the message to translate ammount | ||||
* | better use s/_get/get/ and {get,set}_fraction instead of ->fraction | Thierry Vignaud | 2003-05-13 | 1 | -6/+3 |
| | | | | | helper | ||||
* | fix sucky fonction (thanks to master guillaume) | Damien Chaumette | 2003-05-02 | 1 | -2/+2 |
| | |||||
* | - no non empty prototypes | Thierry Vignaud | 2003-04-30 | 1 | -4/+4 |
| | | | | | - s/sub { one func call }/code ref/ | ||||
* | perl_checker fixes | Thierry Vignaud | 2003-04-30 | 1 | -15/+15 |
| | |||||
* | more perl_checker compliant | Damien Chaumette | 2003-04-30 | 1 | -25/+16 |
| | |||||
* | more perl_checker friendly | Damien Chaumette | 2003-04-29 | 1 | -51/+50 |
| | |||||
* | empty install list at cancel | Damien Chaumette | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | prevent void list installation | Damien Chaumette | 2003-04-29 | 1 | -2/+4 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | looks better like this | Thierry Vignaud | 2003-02-24 | 1 | -4/+1 |
| | |||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
| | | | | | | | | | | 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 | ||||
* | Deactivated translations that can't be handled by gtk1 for gtk1 tools; | Pablo Saratxaga | 2003-02-18 | 1 | -5/+5 |
| | | | | | | | 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. | ||||
* | - full Gtk2 | Damien Chaumette | 2003-02-07 | 1 | -457/+255 |
| | | | | | - cleanup code (still much to do...) | ||||
* | almost full Gtk2 :p | Damien Chaumette | 2003-02-05 | 1 | -43/+52 |
| | |||||
* | - progress bars works | Damien Chaumette | 2003-01-27 | 1 | -106/+36 |
| | | | | | | | - change sucky About box - wipeout commented code - remove ugly borders when embedded | ||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 1 | -13/+13 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -21/+15 |
| | | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value | ||||
* | fix progressbar label initialization | Thierry Vignaud | 2003-01-22 | 1 | -7/+7 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | fix font_choice() | Thierry Vignaud | 2003-01-14 | 1 | -2/+2 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -4/+3 |
| | | | | "every", "partition" | ||||
* | fix gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -6/+6 |
| | |||||
* | don't use anymore deprecated widgets | Thierry Vignaud | 2002-12-05 | 1 | -4/+2 |
| | |||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -316/+268 |
| | | | | | | - consolidate some code in text_view() - perl_checker fixes | ||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -18/+14 |
| | | | | | to use my_gtk | ||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -16/+0 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | Make drakfont use ttmkfdir again, as it recognizes more encodings, | Pablo Saratxaga | 2002-11-14 | 1 | -9/+23 |
| | | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized. | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -82/+75 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | bit me! | Thierry Vignaud | 2002-10-16 | 1 | -1/+2 |
| | |||||
* | English typos (no space before colon in English) | Pablo Saratxaga | 2002-08-29 | 1 | -6/+6 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -3/+3 |
| | | | | | (so that 'use strict' works) | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | perltidy parsing. | Sebastien Dupont | 2002-07-11 | 1 | -495/+803 |
| | |||||
* | remove uninteresting yduret changes, | Sebastien Dupont | 2002-04-04 | 1 | -32/+29 |
| | | | | | | | would it be possible to know what are your "bugs fixies" ? to yduret: I'm the creator of this program so please do not remove my changes. | ||||
* | bugs fixes, code clean up, more mdkish.. | Yves Duret | 2002-03-30 | 1 | -15/+10 |
| | |||||
* | fixing problems | Sebastien Dupont | 2002-03-20 | 1 | -10/+14 |
| | |||||
* | exchanging: ttmkfdir by /usr/X11R6/bin/mkttfdir | Sebastien Dupont | 2002-03-20 | 1 | -2/+3 |
| | | | | | which generate correct fonts.dir |