Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Benedict | 2002-09-23 | 1 | -5/+10 |
| | |||||
* | Fix daemon mode bug. | Stew Benedict | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | don't display the banner id in embedded mode | damien | 2002-09-07 | 1 | -1/+1 |
| | |||||
* | QA BugSummer90 fixes | Stew Benedict | 2002-09-06 | 1 | -10/+22 |
| | |||||
* | handle delete_event in all cases | Thierry Vignaud | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | use my_gtk for window creation, thus: | Thierry Vignaud | 2002-09-06 | 1 | -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 gc | Stew Benedict | 2002-09-05 | 1 | -5/+2 |
| | |||||
* | rework perl-Expect usage/requirements | Stew Benedict | 2002-09-05 | 1 | -19/+14 |
| | |||||
* | enable perl-Expect (moved to main) | Stew Benedict | 2002-09-04 | 1 | -8/+7 |
| | |||||
* | embbed drakbackup in mcc | Thierry Vignaud | 2002-09-04 | 1 | -1/+0 |
| | |||||
* | fixed use of variables in translatable strings | Pablo Saratxaga | 2002-08-31 | 1 | -9/+9 |
| | |||||
* | Fix prompt text saved as filename - Advanced What - Other | Stew Benedict | 2002-08-31 | 1 | -2/+2 |
| | |||||
* | GUI feedback during restore. | Stew Benedict | 2002-08-29 | 1 | -31/+85 |
| | |||||
* | corrected English typos (no space before colon in English) | Pablo Saratxaga | 2002-08-29 | 1 | -14/+14 |
| | |||||
* | catalog restore via HD, CD, tape & network | Stew Benedict | 2002-08-27 | 1 | -30/+231 |
| | |||||
* | combine file browser subs into generic routine | Stew Benedict | 2002-08-23 | 1 | -196/+333 |
| | | | | | catalog restore - check restore media params - verify media | ||||
* | reworked failure to find restore path treatment | Stew Benedict | 2002-08-23 | 1 | -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 correction | Pablo Saratxaga | 2002-08-21 | 1 | -16/+16 |
| | |||||
* | typo fixed seen by Arpad Biro: | Thierry Vignaud | 2002-08-20 | 1 | -5/+5 |
| | | | | | | | | s/durind/during/ s/an user/a user/ s/select select/select/ s/propogate/propagate/ | ||||
* | fix $'s in i18n'ed strings | Pascal Rigaux | 2002-08-20 | 1 | -6/+6 |
| | |||||
* | remove unused subs | Stew Benedict | 2002-08-20 | 1 | -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 Vignaud | 2002-08-19 | 1 | -3/+3 |
| | |||||
* | Allow non-root user to use program with personal config. | Stew Benedict | 2002-08-15 | 1 | -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_checking | Stew Benedict | 2002-08-14 | 1 | -13/+43 |
| | | | | | multisession CD support | ||||
* | GUI fixes, scp, rsync, webDAV, CD, tape support. | Stew Benedict | 2002-08-10 | 1 | -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.pm | Pascal Rigaux | 2002-07-31 | 1 | -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 Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | don't translate useless strings (here: "\n") | Thierry Vignaud | 2002-07-30 | 1 | -1/+1 |
| | |||||
* | Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵ | Stew Benedict | 2002-07-28 | 1 | -4106/+2748 |
| | | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query. | ||||
* | perltidy parsing. | Sebastien Dupont | 2002-07-11 | 1 | -2266/+4063 |
| | |||||
* | please yduret, do not commit these changes on cvs before to test it. | Sebastien Dupont | 2002-04-04 | 1 | -26/+28 |
| | | | | | | you can say "bugs fixes" only if you have corrected some errors but not if you create it! the backup on cd was disabled because the backend is not available for moment. | ||||
* | bugs fixes, code clean up, more mdkish.. | Yves Duret | 2002-03-30 | 1 | -44/+32 |
| | |||||
* | remove backup on cd | Sebastien Dupont | 2002-03-20 | 1 | -14/+14 |
| | |||||
* | minor bug correction | damien | 2002-03-12 | 1 | -6/+6 |
| | |||||
* | bugfixs | damien | 2002-02-28 | 1 | -4/+19 |
| | |||||
* | corrected translation for crontab | damien | 2002-02-28 | 1 | -4/+12 |
| | |||||
* | bug correction | damien | 2002-02-12 | 1 | -8/+11 |
| | |||||
* | changed some strings to make translation easier | Pablo Saratxaga | 2002-02-01 | 1 | -17/+12 |
| | |||||
* | complex merging.... | Sebastien Dupont | 2002-01-30 | 1 | -319/+284 |
| | | | | | | | | | | | | change /var/drakbackup to /var/lib/drakbackup crontab update mail report update sendmail update require rpm mode code optimisation remove about gi new help function | ||||
* | Corrected various English typos | Pablo Saratxaga | 2002-01-28 | 1 | -6/+6 |
| | |||||
* | fixed i18n bugs | Stefan Siegel | 2002-01-21 | 1 | -3/+3 |
| | |||||
* | sorry, _("$_") is not allowed | Guillaume Cottenceau | 2002-01-20 | 1 | -3/+3 |
| | |||||
* | Rework English syntax in drakbackup - hopefully I've got the intent correct ;^) | Stew Benedict | 2002-01-19 | 1 | -111/+111 |
| | |||||
* | - 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' | ||||
* | fix traduction problems and more ... | Sebastien Dupont | 2002-01-18 | 1 | -161/+227 |
| | |||||
* | stable version for qa pkg. | Sebastien Dupont | 2002-01-17 | 1 | -114/+118 |
| | | | | | (without unstables options) | ||||
* | update send mail. | Sebastien Dupont | 2002-01-16 | 1 | -8/+20 |
| | | | | | (pixel mode. ;)) | ||||
* | new ./drakbackup --show-conf | Sebastien Dupont | 2002-01-15 | 1 | -2/+5 |
| | |||||
* | fix daemon problem (media to use). | Sebastien Dupont | 2002-01-15 | 1 | -32/+53 |
| | | | | | | | | update informations on drakbackup report mail. __ 3290 lines. |