- 25 Oct, 2014 2 commits
-
-
Simon Persson authored
-
Simon Persson authored
-
- 21 Oct, 2014 4 commits
-
-
Simon Persson authored
Tested with swedish translation, so that is already done.
-
Simon Persson authored
-
Simon Persson authored
Also check for permission problem if problem happens at startup, that way we can guide the user in correct direction.
-
Simon Persson authored
-
- 20 Oct, 2014 2 commits
-
-
Simon Persson authored
The repair job can only be started from a failed integrity test notification. Integrity tests can be started with a dbus call. Or, as before, done automatically every time you take a backup.
-
Simon Persson authored
-
- 15 Oct, 2014 4 commits
-
-
Simon Persson authored
Looks a bit better to inform user that an option is actually not available.
-
Simon Persson authored
Run before backing up to make sure it does not interfere with a possible par2 generation.
-
Simon Persson authored
-
Simon Persson authored
Pass in the backup plan and let the jobs read info directly from there. Makes code shorter and more flexible to add or remove settings which are read by backup jobs.
-
- 10 Oct, 2014 1 commit
-
-
Simon Persson authored
Possible improvements would be to check if par2 is indeed available, and to detect failures in file digger and automatically try to repair pack files if par2 is available. Closes #19.
-
- 09 Oct, 2014 1 commit
-
-
Simon Persson authored
Explain in more detail what the "show hidden files" option does, there's room for it so why not be friendly to people who might not know what this is about.
-
- 08 Oct, 2014 1 commit
-
-
Simon Persson authored
Previously did not abort and inform user when a branch failed to open. Restructure logic a bit to be able to detect different failures. Fixes #21.
-
- 19 Aug, 2014 1 commit
-
-
Simon Persson authored
Fixes #20.
-
- 13 May, 2014 2 commits
-
-
Simon Persson authored
A problem is that bup archives can easily have over 1000 pack files, which is not normal for a git repo. libgit2 has not been designed for that, it keeps file descriptors open (presumably as an optimization). This is a bit hackish fix since it's only done in one place. Seems to be enough for now.
-
Simon Persson authored
Log is kept in users cache folder, only stores which commands get executed and stderr output from the commands. File is cleared at start of backup saving so it only ever shows the last run of a backup plan. One file for each backup plan. Modify notification to include a "show log file" button. Add menu item for showing log file. Closes #1.
-
- 09 May, 2014 2 commits
-
-
Simon Persson authored
Both are just small cosmetic changes.
-
Simon Persson authored
Fixes #5.
-
- 07 May, 2014 3 commits
-
-
Simon Persson authored
-
Simon Persson authored
User could have an internal drive not listed in fstab but instead mounted by KDE/udisks under /run/media. It should still be possible to use as a source for backups. Fixes #14.
-
Simon Persson authored
There was a bug in there, old leftovers made it only run init on the target but not in users homedir. Did not like the ever-growing index file in home directory anyway, go back to storing it in the destination. Fixes #17.
-
- 25 Apr, 2014 1 commit
-
-
Simon Persson authored
Fixes #15.
-
- 15 Mar, 2014 3 commits
-
-
Simon Persson authored
-
Simon Persson authored
-
Simon Persson authored
Adding french, polish, portugese and russian. Fix for using correct catalog name in filedigger and kcm.
-
- 12 Mar, 2014 2 commits
-
-
Simon Persson authored
Fixes #11.
-
Simon Persson authored
The fs plan executor did not detect when something got mounted on an existing directory. It only worked with udisk mounting since then a directory is created for use as mount point and kup detected the creation of the directory (and mount happened within 5 seconds after directory creation). Now it also detect mounts on existing directories by monitoring /proc/mounts for changes, reads that file to find out if the watched directory turns up as a mount point. Fixes #12.
-
- 01 Feb, 2014 2 commits
-
-
Simon Persson authored
Using transifex.com for translations now.
-
Simon Persson authored
-
- 25 Jan, 2014 1 commit
-
-
Simon Persson authored
-
- 17 Jan, 2014 1 commit
-
-
Simon Persson authored
-
- 11 Jan, 2014 1 commit
-
-
Simon Persson authored
-
- 08 Dec, 2013 1 commit
-
-
Simon Persson authored
-
- 22 Nov, 2013 1 commit
-
-
Simon Persson authored
Thanks to Francesco Marinucci for the italian translation! Also some polish to the extraction logic, don't get strings from the now-included libgit2.
-
- 14 Oct, 2013 1 commit
-
-
Simon Persson authored
-
- 09 Oct, 2013 1 commit
-
-
Simon Persson authored
-
- 08 Oct, 2013 1 commit
-
-
Simon Persson authored
-
- 07 Oct, 2013 1 commit
-
-
Simon Persson authored
By not checking file sizes for all versions until asked for the info by the versionlistmodel. Also, quite important! Fix wrong "modified" time stamps for files. Bug in generateSubnodes(), was not reading metadata from the metadata stream for all files, needs to be read unconditionally so that later files will match up with the stream.
-