summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
Commit message (Collapse)AuthorAgeFilesLines
...
* we already use diagnostics pragma, so -w will just slow down normal executionThierry Vignaud2003-02-251-1/+1
|
* only list physically present floppiesThierry Vignaud2003-02-251-1/+2
|
* reuse MDK::CommonThierry Vignaud2003-02-251-3/+1
|
* - fix stupid copy 'n past of copyright headerThierry Vignaud2003-02-251-3/+3
| | | | | - update copyright years
* fix #???? : switch the "expert mode" toggle button label regarding the currentThierry Vignaud2003-02-251-14/+18
| | | | | mode (beginner or expert)
* - fix packing (#1760)Thierry Vignaud2003-02-241-5/+7
| | | | | | - --expert command line option switch to expert mode by default - only hide expert stuff if not in expert mode at startup
* Deactivated translations that can't be handled by gtk1 for gtk1 tools;Pablo Saratxaga2003-02-181-0/+4
| | | | | | | 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.
* fix floppy create :-)Thierry Vignaud2003-02-061-0/+1
|
* strip authentification out of interactive->vnew into common.pmThierry Vignaud2003-01-271-3/+2
| | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning...
* English proofreadingPablo Saratxaga2003-01-221-1/+1
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-3/+3
|
* perl_checker fixesThierry Vignaud2002-11-201-12/+6
|
* more perl_checker fixesThierry Vignaud2002-11-201-11/+11
|
* - don't require unused modulesThierry Vignaud2002-11-201-143/+133
| | | | | | | - use my_gtk to transparently handle embedding - fixes for strict mode - fixes for perl_checker (more to come after lunch)
* - standalone.pm :Thierry Vignaud2002-11-181-3/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* remove old dead commented i18n code that kept being copied aroundThierry Vignaud2002-11-181-23/+0
|
* don't use <*> for globbing, use all or glob_Pascal Rigaux2002-11-111-2/+2
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-0/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-29/+29
| | | | | | | | | | | | | | | | | | | 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!
* - translation for drakfloppyDaouda Lo2002-09-161-9/+9
|
* corrected gettext domain (translations are now in libDrakX)Pablo Saratxaga2002-09-141-1/+1
|
* fix logdrake and drakfloppyThierry Vignaud2002-09-121-0/+1
|
* - drakfloppy / logdrake: destroy_window and create_dialog wereThierry Vignaud2002-09-091-46/+1
| | | | | | | | | gratuitously duplicated; move them in ugtk - drakfloppy / logdrake / bootlook.pm: get_main_menu was gratuitously duplicated; common code which was moved from harddrake::ui to ugtk::create_factory_menu just do the job
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-4/+4
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* moving from his own rpm to drakxtoolsYves Duret2002-04-071-0/+456