1
0
mirror of https://github.com/borg-qt/borg-qt.git synced 2024-06-26 19:25:04 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Zweili
ef189be7cf add a prune function 2019-04-28 20:01:17 +02:00
Andreas Zweili
5fb21b0f76 add a help dialog 2019-02-18 16:26:38 +01:00
Andreas Zweili
38a3a6bfc7 Add background functionality 2019-02-18 13:00:11 +01:00
Andreas Zweili
29780723f6 empty the mount_paths property after unmounting the archives 2019-02-16 10:12:38 +01:00
Andreas Zweili
d283c58a2f add dialog to unmount all archives before creating a new one 2019-02-15 21:27:00 +01:00
Andreas Zweili
a2936ba1e9 unify dialog texts 2019-02-14 22:55:16 +01:00
Andreas Zweili
ab26d952ed add/update and extend various comments 2019-02-10 17:21:41 +01:00
Andreas Zweili
48e5f28cf3 add a path is writeable check to the restore function 2019-02-09 14:09:32 +01:00
Andreas Zweili
52d7215094 extend the delete function with a yes/no dialog 2019-02-09 10:14:48 +01:00
Andreas Zweili
8c9f7bc329 rework the borg interface 2019-02-07 21:35:14 +01:00
Andreas Zweili
d8e2129b47 make sure that the mount path only gets appended if the mount worked 2019-02-04 16:23:48 +01:00
Andreas Zweili
23dd1ae1a8 remove the static info label 2019-02-04 15:11:48 +01:00
Andreas Zweili
2c33a06d9b extend error messages 2019-02-03 21:36:47 +01:00
Andreas Zweili
1ae842f81e add mount functionality 2019-02-03 21:34:36 +01:00
Andreas Zweili
2e67c1200a add delete functionality 2019-02-02 16:37:38 +01:00
Andreas Zweili
b42ddcc0e0 add restore functionality 2019-02-02 14:54:37 +01:00
Andreas Zweili
d82f2da824 add backup functionality 2019-02-02 11:27:38 +01:00
Andreas Zweili
0ae781745e add various comments 2019-01-27 14:49:31 +01:00
Andreas Zweili
258d978a02 move the first config read into a method 2019-01-26 11:25:26 +01:00
Andreas Zweili
ccfbc843f1 move the window title after the loadUi method
otherwise the title get's overwritten again
Found here in the comments:
https://stackoverflow.com/a/32097504/7723859
2019-01-26 10:38:30 +01:00
Andreas Zweili
95fa81c13e change windows title to Borg-Qt 2019-01-26 10:29:04 +01:00
Andreas Zweili
3e657a56ac remove unused import 2019-01-24 17:59:02 +01:00
Andreas Zweili
eabaffec26 Add GUI functionality for the config 2019-01-23 21:34:08 +01:00