|
|
|
@209
|
[209]
|
04/01/09 16:32:03 |
andy |
Fix some minor style quibbles thrown up by pychecker. |
|
|
|
@208
|
[208]
|
03/01/09 01:48:34 |
anonymous |
Fix a typo which causes restore to fail. |
|
|
|
@207
|
[207]
|
20/10/08 21:50:51 |
andy |
Rename backup.py to actions.py |
|
|
|
@206
|
[206]
|
19/10/08 19:27:08 |
andy |
Add 'Show hidden files' button to the set editor. Patch from jsogo - … |
|
|
|
@205
|
[205]
|
19/10/08 03:21:54 |
andy |
Remove some unneeded imports |
|
|
|
@204
|
[204]
|
19/10/08 03:06:35 |
andy |
Remove the lbl_status label, in preference of progressbar1's own label |
|
|
|
@203
|
[203]
|
19/10/08 02:32:27 |
andy |
Move ssh backup functionality into backup.py and remove the … |
|
|
|
@202
|
[202]
|
18/10/08 02:48:01 |
andy |
Move CD backup functionality into backup.py, remove the cd progress window … |
|
|
|
@201
|
[201]
|
17/10/08 23:18:06 |
andy |
Added backup.py to begin stripping the backup logic out of gui.py. Local … |
|
|
|
@200
|
[200]
|
13/10/08 08:50:35 |
andy |
Don't recurse into excluded directories (Fixes bugs #57 and #70) |
|
|
|
@199
|
[199]
|
26/09/08 22:48:12 |
andy |
Remove empty parens at the end of a class definition - python 2.4 doesn't … |
|
|
|
@198
|
[198]
|
25/09/08 23:22:11 |
andy |
Remove executable property from files which don't need it |
|
|
|
@195
|
[195]
|
25/09/08 22:08:52 |
andy |
Finalise things for 0.5.6 |
|
|
|
@193
|
[193]
|
25/09/08 21:33:59 |
andy |
Tidy up an error message and don't duplicate it |
|
|
|
@190
|
[190]
|
23/09/08 21:35:23 |
andy |
Fix backup set selection and 'backup' button sensitivity bugs, also remove … |
|
|
|
@188
|
[188]
|
23/09/08 01:24:45 |
andy |
Docstrings are good, mkay. |
|
|
|
@187
|
[187]
|
23/09/08 01:09:56 |
andy |
Split out the CD burning progress window code and tidy up a bit. |
|
|
|
@186
|
[186]
|
23/09/08 00:53:46 |
andy |
Improve error reporting when genisoimage fails |
|
|
|
@184
|
[184]
|
20/09/08 20:34:27 |
andy |
Remove ancient "Foo" placeholder labels. They were hitting the .pot file. |
|
|
|
@180
|
[180]
|
08/09/08 12:43:22 |
andy |
Tie things off for new release |
|
|
|
@179
|
[179]
|
07/09/08 02:29:04 |
andy |
Fix parts of GUI where text was being obscured |
|
|
|
@178
|
[178]
|
07/09/08 01:21:15 |
andy |
Re-format .glade files for glade 3 (whitespace changes). |
|
|
|
@176
|
[176]
|
26/06/08 07:06:50 |
andy |
Fix AttributeError? in do_ssh_backup() (fixes #64) |
|
|
|
@175
|
[175]
|
26/06/08 06:27:54 |
andy |
Fix OSError in rmtree() (LP #126663) |
|
|
|
@174
|
[174]
|
26/06/08 05:29:16 |
andy |
Fix TypeError? in on_treeview_backup_sets_cursor_changed() (LP #224825) |
|
|
|
@173
|
[173]
|
26/06/08 05:16:22 |
andy |
Fix TypeError? in on_overwrite_dialog_response() (LP #230371) |
|
|
|
@172
|
[172]
|
05/05/08 22:56:09 |
andy |
Fix LP 213117: pybackpack crashed with AttributeError? in … |
|
|
|
@167
|
[167]
|
23/12/07 13:30:50 |
andy |
Strip newlines from MRU entries |
|
|
|
@166
|
[166]
|
23/12/07 13:25:45 |
andy |
Set the backup set path on creation (ticket #60) |
|
|
|
@157
|
[157]
|
16/12/07 23:41:17 |
andy |
Minor changes |
|
|
|
@155
|
[155]
|
16/12/07 07:24:30 |
andy |
Make some changes so that the setup script can import info from the … |
|
|
|
@153
|
[153]
|
16/12/07 06:57:13 |
andy |
Move pybackpack module directory to source root |
|
copied from trunk/src/pybackpack:
|
|
|
|
@150
|
[150]
|
16/12/07 06:13:21 |
andy |
Use genisoimage instead of mkisofs |