summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
Commit message (Collapse)AuthorAgeFilesLines
* fix moving fonts (mga#16074)distro/mga4Thierry Vignaud2015-06-031-1/+1
| | | | | | bug introduced in commit fa7f54e968cebad63914465a603aa65eef9af1be also do not create files in / (mga#10501, mga#15996)
* fix an error with --testing (mga#13363)Thierry Vignaud2015-05-191-2/+2
| | | | also fix a non crash error with rm()
* fix crash with --windows_import (mga9347)Thierry Vignaud2015-05-191-1/+1
| | | | bug introduced in commit a8111ada7f12b135d6abf5b6d86084b3377da08c
* fix crash (mga#13627)Thierry Vignaud2015-05-191-1/+1
| | | | bug introduced in commit 3cf3179c502b85693b4b9fed28cc6c0695ee98b6
* fix installing fonts (Frédéric Buclin, mga#11849)Thierry Vignaud2014-06-261-2/+2
| | | | | fallout from gtk2 -> gtk3 switch get_filenames() now returns an arrayref instead of a list.
* fix a crash (mga#12057)Thierry Vignaud2013-12-201-1/+1
|
* set_authors() needs an array refThierry Vignaud2013-11-241-3/+1
|
* adapt to get_selected_rows() behavior change in Gtk3Thierry Vignaud2013-11-241-1/+2
|
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2013-11-241-1/+1
|
* prevent set_active() to be called with undef parameterThierry Vignaud2013-11-241-3/+3
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2013-11-241-1/+1
|
* those setters no more accept undefThierry Vignaud2013-11-241-4/+4
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-46/+46
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-7/+7
|
* use mygtk2::register_main_window()Thierry Vignaud2012-12-131-1/+1
|
* mkttfdir -u option is no moreThierry Vignaud2012-10-071-3/+3
|
* (move_fonts) fix itThierry Vignaud2012-10-071-1/+1
|
* fix ttmkfdir pathThierry Vignaud2012-10-071-1/+1
|
* (move_fonts) fix moving font files with space in their names (mga#2689)Thierry Vignaud2012-09-201-2/+3
| | | | | | also avoid fork a useless shell (remove_fonts) fix a potential similar issue
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
|
* update my emailThierry Vignaud2012-01-271-1/+1
|
* enable support for LibreOffice/gs/... only if available(#461)Thierry Vignaud2011-08-011-3/+3
|
* (appli_choice) rename Ooo as LibreOffice (#461)Thierry Vignaud2011-08-011-1/+1
|
* factorize more distro nameThierry Vignaud2011-04-261-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* (import_status_uninstall) fix titleThierry Vignaud2008-04-081-1/+1
|
* fix importing fonts without chkfontpath (#37604)Thierry Vignaud2008-03-201-11/+7
|
* (list_fontpath) typo fixThierry Vignaud2008-03-201-1/+1
|
* stop restarting XFS serverThierry Vignaud2008-03-201-8/+0
|
* (list_fontpath) chkfontpath is no more mandatoryThierry Vignaud2008-03-201-1/+2
|
* (search_windows_font) fix crashing when encountering file names withThierry Vignaud2008-02-251-2/+2
| | | | | meta characters on windows partitions (#36482)
* factorize two stringsThierry Vignaud2008-02-141-1/+1
|
* (search_dir_font) fix crashing on file names with meta characters (#36482)Thierry Vignaud2008-02-051-2/+2
|
* bump copyright yearThierry Vignaud2008-01-231-2/+2
|
* fix version reported by drakfont & harddrakeThierry Vignaud2007-10-041-1/+1
|
* fix incorrect spelling of drakfontFunda Wang2007-10-011-2/+2
|
* (dir_created) configure fontpath.d for drakfontThierry Vignaud2007-09-241-1/+6
|
* factorize /etc/X11/fontpath.d pathThierry Vignaud2007-09-241-1/+2
|
* (uninstall) size font directory list dialogThierry Vignaud2007-09-241-0/+3
|
* (list_fontpath) handle fontpath.dThierry Vignaud2007-09-241-1/+1
|
* (search_windows_font) simplify it by puting error management out of loopThierry Vignaud2007-06-081-10/+5
|
* (search_windows_font) simplify finding windows fonts & make it now really ↵Thierry Vignaud2007-06-081-14/+14
| | | | case insensitive
* (search_windows_font) do not misbelieve a font is already installed ifThierry Vignaud2007-06-071-2/+2
| | | | | | substring of another font name (eg "l.ttf" wouldn't be installed if "arial.ttf" was)
* (search_windows_font) typo fix (ffixxx)Thierry Vignaud2007-06-071-1/+1
|
* (search_windows_font) fix crash (#28016)Thierry Vignaud2007-06-061-2/+3
|
* (search_windows_font) fix enumerating fonts on old windows (#28016)Thierry Vignaud2007-06-061-1/+1
|
* (search_windows_font) fix crashThierry Vignaud2007-06-051-2/+2
|
* (search_windows_font) try different cases on windows partitions (based on ↵Thierry Vignaud2007-06-041-2/+5
| | | | ffixxx suggestion, #28016)
* (search_windows_font) do see fuse-mounted or ntfs-3g windows partitions ↵Thierry Vignaud2007-06-041-1/+1
| | | | (ffixxx, #28016)
* re-sync after the big svn lossPascal Rigaux2007-04-251-81/+90
|