summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
Commit message (Collapse)AuthorAgeFilesLines
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* More gtk2 updates. May have finally suppressed the hanging.Stew Benedict2003-02-271-172/+157
|
* Gtk2 port. Bugzilla reports. Some perl_checker errors still, but cleaner.Stew Benedict2003-02-261-179/+164
| | | | | (some are generated by calls from other modules used)
* Use system configs when wrapped in mcc.Stew Benedict2003-02-041-2/+3
|
* fixed typo (drakbakup.conf -> drakbackup.conf)Pablo Saratxaga2003-01-311-2/+2
|
* English proofreadingPablo Saratxaga2003-01-221-3/+3
|
* replace "%" with "%%" in translated stringPascal Rigaux2002-12-131-2/+2
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-16/+16
|
* - gtk2 portThierry Vignaud2002-12-021-958/+916
| | | | | - perl_checker fixes
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-211-1/+1
| | | | | to use my_gtk
* remove dead code about option managment which isThierry Vignaud2002-11-211-12/+8
| | | | | obsoleted by standalone
* message_noconf_box() and message_underdevel() were quiteThierry Vignaud2002-11-201-19/+8
| | | | | identical. let consolidate them
* message_noselect_box() and message_noselect_what_box() were justThierry Vignaud2002-11-201-27/+23
| | | | | | identical (but for their label). let consolidate this
* send_mail_pb() and client_ftp_pb() were just identical (modulo theirThierry Vignaud2002-11-201-36/+23
| | | | | label)
* kill heavy duplication in get_cd_info()Thierry Vignaud2002-11-201-43/+27
|
* perl_checker fixesThierry Vignaud2002-11-201-82/+91
|
* - don't gratuitously copy a 70 lines help text with typo changes,Thierry Vignaud2002-11-201-73/+6
| | | | | | | translators will kill us - use strict, fix it
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-201-17/+17
|
* final switch of drakbackup, logdrake and scannerdrakeThierry Vignaud2002-11-181-18/+4
| | | | | to new option scheme
* update copyright yearsThierry Vignaud2002-11-181-3/+3
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-305/+305
| | | | | | | | | | | | | | | | | | | 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!
* Really fix daemon mode issue.Stew Benedict2002-09-231-5/+10
|
* Fix daemon mode bug.Stew Benedict2002-09-231-1/+1
|
* don't display the banner id in embedded modedamien2002-09-071-1/+1
|
* QA BugSummer90 fixesStew Benedict2002-09-061-10/+22
|
* handle delete_event in all casesThierry Vignaud2002-09-061-1/+1
|
* use my_gtk for window creation, thus:Thierry Vignaud2002-09-061-8/+10
| | | | | | | - window creation and embedding mode're handled automatically - when one close drackbackup, my_gtk close it properly and return to mcc
* cleanup check for Expect - thx gcStew Benedict2002-09-051-5/+2
|
* rework perl-Expect usage/requirementsStew Benedict2002-09-051-19/+14
|
* enable perl-Expect (moved to main)Stew Benedict2002-09-041-8/+7
|
* embbed drakbackup in mccThierry Vignaud2002-09-041-1/+0
|
* fixed use of variables in translatable stringsPablo Saratxaga2002-08-311-9/+9
|
* Fix prompt text saved as filename - Advanced What - OtherStew Benedict2002-08-311-2/+2
|
* GUI feedback during restore.Stew Benedict2002-08-291-31/+85
|
* corrected English typos (no space before colon in English)Pablo Saratxaga2002-08-291-14/+14
|
* catalog restore via HD, CD, tape & networkStew Benedict2002-08-271-30/+231
|
* combine file browser subs into generic routineStew Benedict2002-08-231-196/+333
| | | | | catalog restore - check restore media params - verify media
* reworked failure to find restore path treatmentStew Benedict2002-08-231-179/+449
| | | | | | | | | | | | | - now user gets option to reselect dir, install media, or use the catalog browser for unmountable media - fix eject media typo - create/read tape label for catalog - more GUI crash fixes - catalog browser - can select session or individual files for restore - needs backend - merge with other CVS changes, some language fixes
* made strings translatable, and a typo correctionPablo Saratxaga2002-08-211-16/+16
|
* typo fixed seen by Arpad Biro:Thierry Vignaud2002-08-201-5/+5
| | | | | | | | s/durind/during/ s/an user/a user/ s/select select/select/ s/propogate/propagate/
* fix $'s in i18n'ed stringsPascal Rigaux2002-08-201-6/+6
|
* remove unused subsStew Benedict2002-08-201-651/+540
| | | | | | disable forced "backup before restore" that erases previous backup more work towards tracking backed up files for future recovery
* s/progess/progress/ (Arpad Biro)Thierry Vignaud2002-08-191-3/+3
|
* Allow non-root user to use program with personal config.Stew Benedict2002-08-151-151/+341
| | | | | | | | | Finish multisession support. Fix various crash scenarios in GUI in restore mode. Fix user restore mode to restore only what is requested. View archive contents before restore, user & sys mode. Add explanation of config file options for non-X users.
* undo advanced_what_user I broke perl_checkingStew Benedict2002-08-141-13/+43
| | | | | multisession CD support
* GUI fixes, scp, rsync, webDAV, CD, tape support.Stew Benedict2002-08-101-520/+928
| | | | | | | | | Consolidate all net methods into one configure screen. Daemon mode, email fixed. Ran perl_checker and corrected. GUI feedback during various backup modes and result report. CD/Tape drive/media detection. Start to look at cataloging runs for locating restore media.
* 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+)/
* never EVER put $xxxx in to-be-translated strings!!Pascal Rigaux2002-07-301-2/+2
|
* don't translate useless strings (here: "\n")Thierry Vignaud2002-07-301-1/+1
|
* Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵Stew Benedict2002-07-281-4106/+2748
| | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query.