Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More gtk2 fixes. | Stew Benedict | 2003-03-11 | 1 | -21/+18 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | More gtk2 updates. May have finally suppressed the hanging. | Stew Benedict | 2003-02-27 | 1 | -172/+157 |
| | |||||
* | Gtk2 port. Bugzilla reports. Some perl_checker errors still, but cleaner. | Stew Benedict | 2003-02-26 | 1 | -179/+164 |
| | | | | | (some are generated by calls from other modules used) | ||||
* | Use system configs when wrapped in mcc. | Stew Benedict | 2003-02-04 | 1 | -2/+3 |
| | |||||
* | fixed typo (drakbakup.conf -> drakbackup.conf) | Pablo Saratxaga | 2003-01-31 | 1 | -2/+2 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 1 | -3/+3 |
| | |||||
* | replace "%" with "%%" in translated string | Pascal Rigaux | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -16/+16 |
| | |||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -958/+916 |
| | | | | | - perl_checker fixes | ||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -1/+1 |
| | | | | | to use my_gtk | ||||
* | remove dead code about option managment which is | Thierry Vignaud | 2002-11-21 | 1 | -12/+8 |
| | | | | | obsoleted by standalone | ||||
* | message_noconf_box() and message_underdevel() were quite | Thierry Vignaud | 2002-11-20 | 1 | -19/+8 |
| | | | | | identical. let consolidate them | ||||
* | message_noselect_box() and message_noselect_what_box() were just | Thierry Vignaud | 2002-11-20 | 1 | -27/+23 |
| | | | | | | identical (but for their label). let consolidate this | ||||
* | send_mail_pb() and client_ftp_pb() were just identical (modulo their | Thierry Vignaud | 2002-11-20 | 1 | -36/+23 |
| | | | | | label) | ||||
* | kill heavy duplication in get_cd_info() | Thierry Vignaud | 2002-11-20 | 1 | -43/+27 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-20 | 1 | -82/+91 |
| | |||||
* | - don't gratuitously copy a 70 lines help text with typo changes, | Thierry Vignaud | 2002-11-20 | 1 | -73/+6 |
| | | | | | | | translators will kill us - use strict, fix it | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 1 | -17/+17 |
| | |||||
* | final switch of drakbackup, logdrake and scannerdrake | Thierry Vignaud | 2002-11-18 | 1 | -18/+4 |
| | | | | | to new option scheme | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -3/+3 |
| | |||||
* | 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 |
| |