Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | minor bug correction | damien | 2002-03-12 | 1 | -3/+3 |
| | |||||
* | ergonomy changed to fit in mcc | damien | 2002-03-08 | 1 | -26/+38 |
| | |||||
* | corrected network up/down when network install | damien | 2002-03-08 | 1 | -7/+12 |
| | |||||
* | Added a missing _( ) around a text | Pablo Saratxaga | 2002-03-07 | 1 | -1/+1 |
| | |||||
* | corrected bad system command | damien | 2002-03-07 | 1 | -3/+3 |
| | |||||
* | including 'su' mode on drakfont. | Sebastien Dupont | 2002-02-28 | 1 | -0/+1 |
| | |||||
* | corrected ttf/TTF and xfs restart | damien | 2002-02-26 | 1 | -3/+5 |
| | |||||
* | debug | damien | 2002-02-25 | 1 | -1/+1 |
| | |||||
* | embedded mode correction | damien | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | embedded mode | damien | 2002-02-14 | 1 | -1/+3 |
| | |||||
* | drakfont embedde mode | damien | 2002-02-14 | 1 | -1/+7 |
| | |||||
* | applied cooker guy english review | damien | 2002-02-04 | 1 | -2/+2 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+3 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | update warning messages (qa). | Sebastien Dupont | 2002-01-18 | 1 | -1/+1 |
| | |||||
* | fix progress bar problem. | Sebastien Dupont | 2002-01-15 | 1 | -4/+4 |
| | |||||
* | some gi updates: | Sebastien Dupont | 2002-01-15 | 1 | -45/+48 |
| | | | | | | | | - windows font importation. - advanced font importation. - licence interface. - ... | ||||
* | update header pixmaps. | Sebastien Dupont | 2002-01-11 | 1 | -1/+1 |
| | |||||
* | new fixed size and add a head pixmap (to update). | Sebastien Dupont | 2001-12-31 | 1 | -29/+34 |
| | |||||
* | include new pixmap on main menu. | Sebastien Dupont | 2001-12-18 | 1 | -2/+4 |
| | |||||
* | fix libdrakx path problem. | Sebastien Dupont | 2001-12-10 | 1 | -5/+2 |
| | |||||
* | cleanning code. | Sebastien Dupont | 2001-11-29 | 1 | -24/+3 |
| | |||||
* | about... | Sebastien Dupont | 2001-11-24 | 1 | -2/+3 |
| | |||||
* | about button & GPL license. | Sebastien Dupont | 2001-11-22 | 1 | -14/+53 |
| | |||||
* | modify help text. | Sebastien Dupont | 2001-11-12 | 1 | -4/+2 |
| | |||||
* | updated | Sebastien Dupont | 2001-11-08 | 1 | -6/+3 |
| | |||||
* | correction of empty vfat partition in windows inportation. | Sebastien Dupont | 2001-11-01 | 1 | -10/+5 |
| | |||||
* | netscape support. | Sebastien Dupont | 2001-11-01 | 1 | -0/+2 |
| | |||||
* | ext2 -> vfat during windows import. | Sebastien Dupont | 2001-11-01 | 1 | -1/+6 |
| | |||||
* | some corrections &bugs fixes for advanced install & uninstall. | Sebastien Dupont | 2001-10-31 | 1 | -30/+44 |
| | |||||
* | sone updates and corrections. | Sebastien Dupont | 2001-10-30 | 1 | -6/+31 |
| | |||||
* | Copyright (C) | Sebastien Dupont | 2001-10-29 | 1 | -6/+1 |
| | |||||
* | correction of warning & code cleaning. | Sebastien Dupont | 2001-10-29 | 1 | -166/+152 |
| | |||||
* | the end.... i think... | Sebastien Dupont | 2001-10-29 | 1 | -47/+62 |
| |