summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
Commit message (Collapse)AuthorAgeFilesLines
...
* style only change; "fix" gtkpacking so that expand arg always precede theThierry Vignaud2004-01-121-166/+167
| | | | | widget it's about rather that following another widget
* from Salane KIng <sking4 at cinci.rr dot com>: enable to access sambaThierry Vignaud2003-10-311-1/+1
| | | | | drives on other computers to easily install windows fonts
* don't check *all* for test_pms_all, skip horrible stuffsPascal Rigaux2003-09-301-1/+1
|
* clean fonts renaming and make it log renames (through explanations)MDK92Thierry Vignaud2003-09-231-2/+5
|
* (move_fonts) factorize clean fonts moveThierry Vignaud2003-09-231-6/+10
|
* fix font copy (catched by #5157):Thierry Vignaud2003-09-231-1/+2
| | | | | | | - prevent looking for "*.pfm*.afm" fonts - prevent displaying spurious error messages on console while converting fonts
* fix ttf font conversion (catched by #5157)Thierry Vignaud2003-09-231-1/+1
|
* fix #5571Thierry Vignaud2003-09-111-1/+1
|
* fix #4964 (not being able to select directories)Thierry Vignaud2003-09-081-1/+0
|
* fix buttons sensitive behaviorDamien Chaumette2003-08-261-10/+14
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
|
* fix #1679 & #3673Thierry Vignaud2003-07-231-1/+1
|
* use stock icon for close button (noticed by Fabrice Facorat)Thierry Vignaud2003-07-101-1/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-4/+4
|
* prevent drakfont from crashing when trying to deleting an empty listThierry Vignaud2003-06-241-0/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-34/+33
|
* try to simplifyThierry Vignaud2003-05-201-22/+11
|
* (put_font_dir): $/variable is unlikely what was initially intendedThierry Vignaud2003-05-201-10/+3
| | | | | | | (chk_empty_xfs_path): typo fix (search_dir_font_uninstall): further simplify
* (chk_empty_xfs_path):Thierry Vignaud2003-05-201-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 badThierry Vignaud2003-05-201-1/+1
| | | | | happenned in the translation
* fix #3960: divide by zero execptionThierry Vignaud2003-05-201-1/+1
|
* (create_dialog) :Thierry Vignaud2003-05-151-2/+2
| | | | | | - update caller list - add title parameter and update callers
* remove unused variableThierry Vignaud2003-05-151-5/+2
|
* do not use interactive to get root capabilties, directly useThierry Vignaud2003-05-151-2/+1
| | | | | require_root_capability()
* fix #1352 : do not add buggy font directoriesThierry Vignaud2003-05-151-5/+12
|
* hide "mode switch" buttons to only enable to switch to the other mode,Thierry Vignaud2003-05-151-32/+40
| | | | | not the current one
* - uninline poulpyThierry Vignaud2003-05-141-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 ->fractionThierry Vignaud2003-05-131-6/+3
| | | | | helper
* fix sucky fonction (thanks to master guillaume)Damien Chaumette2003-05-021-2/+2
|
* - no non empty prototypesThierry Vignaud2003-04-301-4/+4
| | | | | - s/sub { one func call }/code ref/
* perl_checker fixesThierry Vignaud2003-04-301-15/+15
|
* more perl_checker compliantDamien Chaumette2003-04-301-25/+16
|
* more perl_checker friendlyDamien Chaumette2003-04-291-51/+50
|
* empty install list at cancelDamien Chaumette2003-04-291-0/+1
|
* prevent void list installationDamien Chaumette2003-04-291-2/+4
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* looks better like thisThierry Vignaud2003-02-241-4/+1
|
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-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 Saratxaga2003-02-181-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 Gtk2Damien Chaumette2003-02-071-457/+255
| | | | | - cleanup code (still much to do...)
* almost full Gtk2 :pDamien Chaumette2003-02-051-43/+52
|
* - progress bars worksDamien Chaumette2003-01-271-106/+36
| | | | | | | - change sucky About box - wipeout commented code - remove ugly borders when embedded
* English proofreadingPablo Saratxaga2003-01-221-13/+13
|
* - perl_checker fixesThierry Vignaud2003-01-221-21/+15
| | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value
* fix progressbar label initializationThierry Vignaud2003-01-221-7/+7
|
* English proofreading (first pass)Pablo Saratxaga2003-01-211-2/+2
|
* fix font_choice()Thierry Vignaud2003-01-141-2/+2
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-4/+3
| | | | "every", "partition"
* fix gtk+-2 portThierry Vignaud2002-12-051-6/+6
|
* don't use anymore deprecated widgetsThierry Vignaud2002-12-051-4/+2
|