1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-03-09 05:16:49 +00:00
Commit graph

290 commits

Author SHA1 Message Date
Manuel Riel
a1d41612b1
Remove keyring dependency. Fixes #190. By @Hofer-Julian
* Implement secretstorage backend for DBus connection
* Use newer Ubuntu version for Travis CI testing
2019-03-06 09:37:12 +08:00
Manuel Riel
b115aef19b
Reduce memory usage by removing main window from memory when closed. Fixes #207 (#208) 2019-03-04 22:49:20 +08:00
Manuel Riel
b6f27a08dd
Avoid duplicate files in Extract dialog, avoid passing None to shlex.split(). Fixes #217 (#219)
* Fix smaller issue with PR #193 (extra repo args)
* Make parsing exta-args more explicit to avoid passing None.
2019-03-04 22:47:15 +08:00
Manuel Riel
fce55307a7
Skip lines that aren't in expected format (Extract dialog). Fixes #215 2019-03-03 16:58:02 +08:00
Hofer-Julian
4b197f20d8 Fix autostart for Linux (#213) 2019-03-02 20:53:12 +08:00
Manuel Riel
7487c40ec6
Catch Keyboard interrupt when running in foreground mode. Fixes #204 2019-02-26 20:00:06 +08:00
eth0
79b5847460 Allow for extra borg extra arguments per-repo. By @ethernet-zero, fixes #96 2019-02-26 19:57:27 +08:00
Jonas Hagen
f3059685cd Expand user path in python before setting BORG_RSH 2019-02-22 20:34:22 +08:00
ipwog
5f4078bb38 Prevent KeyError when reading KnownNetworks on macOS 2019-02-21 12:59:40 +08:00
Manu
3e836d2d95 Bump version: 0.6.9 → 0.6.10 2019-02-20 17:21:04 +08:00
Manu
e27b2e7082 Fix reference to psutil exception. 2019-02-20 17:20:55 +08:00
Manu
0294289e8f Bump version: 0.6.8 → 0.6.9 2019-02-20 17:10:17 +08:00
Manu
a0372f53d5 Also set tray icon according to detected theme. Fixes #199 2019-02-20 17:07:11 +08:00
Manu
b23cdf9851 Avoid deadlock when calling subprocess.Popen(), ignore terminated borg processes when finding mount points. Fixes #187 2019-02-20 17:06:24 +08:00
Manuel Riel
304ac3b90e
Remove translation functions for Borg logging messages. Fixes #197 (#198) 2019-02-19 21:42:19 +08:00
Manuel Riel
8612703df2
Implement autostart linux by @Hofer-Julian (#191) 2019-02-17 14:23:34 +08:00
Manu
1eb4959000 Add French and Italian translations by @dbrassard and @brokenpip3. #159 2019-02-13 15:52:50 +08:00
TW
3efecd71f3 compressor selection: add zlib, add zstd,8, descriptions, fixes #145 (#184) 2019-02-13 15:21:41 +08:00
Aidan Pieper
85996c9958 Add tooltip to "add profile" button. Fixes #183 (#189) 2019-02-11 10:16:10 +08:00
Manu
1587acbad6 Bump version: 0.6.7 → 0.6.8 2019-02-08 12:45:00 +08:00
Manuel Riel
c49d3d9028
Add explicit translation for buttons. (#181) 2019-02-08 12:44:05 +08:00
Aidan Pieper
f04354279f Implement add profile button (#158) (#179)
Currently the add profile action is inside of the profile dropdown list
as `+ Add profile` while edit and delete have their own buttons. This
commit moves the add profile action out of the dropdown into its own
button for UI consistency.
2019-02-08 12:28:01 +08:00
Aidan Pieper
351b8370a7 Update contribution info regarding icon imports (#180) 2019-02-04 08:21:26 +08:00
Manu
58383c5d62 Bump version: 0.6.6 → 0.6.7 2019-02-02 12:35:22 +08:00
Manu
d373c81946 Update translations 2019-02-02 12:29:33 +08:00
Julian Hofer
7920bddaed Separate light/dark settings for icon and theme. Fixes #171 2019-02-02 10:27:03 +08:00
Antonio Larrosa
9a2a2d5cec Ask for confirmation on delete (and small fixes) (#176) 2019-02-02 10:01:09 +08:00
Antonio Larrosa
2eac612bd7 Show/Hide the main window in KDE when clicking on the tray icon (#143) 2019-02-01 20:41:40 +08:00
TW
3af27d9603 Add debug tools for i18n UI layout checking (#160) 2019-02-01 20:19:47 +08:00
Julien Lamy
beb3dc8909 Fix crash due to zombie processes (#174) 2019-02-01 08:32:27 +08:00
Antonio Larrosa
eb50885371 Use ellipsis the Qt way in the archive table (#169)
Showing the last 5 characters of the mount points doesn't give much
information, so we now allow the user to resize the mount_point column
and allow Qt to draw an ellipsis and the number of characters that
fit in the column (or the whole mount point if it fits).
2019-01-28 08:41:42 +08:00
Hofer-Julian
7526a03a21 Fix Issue "Crash when cancelling "add new profile" #168" (#170) 2019-01-28 08:36:17 +08:00
Manu
2aed062caf Use full paths in README. Fixes #166 2019-01-26 11:11:21 +08:00
Manuel Riel
a065eaf674
Link contributors and translators in README (#165) 2019-01-25 09:23:03 +08:00
Manu
29b5b35fe2 Hotfix: Include new hidden imports. 2019-01-24 10:30:35 +08:00
Manu
253b579b06 Bump version: 0.6.5 → 0.6.6 2019-01-24 10:11:19 +08:00
Manu
1ff1a0c3a4 Update translations 2019-01-24 10:11:06 +08:00
Manuel Riel
f2d9029984
Add light icons and dark stylesheet. Fixes #151 (#155) 2019-01-24 10:05:15 +08:00
Hofer-Julian
f8de653ef4 Implement feature to delete specific archive (#164) 2019-01-24 08:36:44 +08:00
Manuel Riel
32a4517c80
Check English Strings (#161)
* Clean up English language strings, add basic style guide. Fixes #136
* Add tooltip to Profile Section. Fixes #157
* Clarify translation workflow in CONTRIBUTING.md
2019-01-23 10:11:30 +08:00
Sebastian Volland
e2efcfc5a7 Programmatically detect theme color (for macOS) (#150) 2019-01-22 11:44:19 +08:00
TW
4c8363d5ad Add app name to tray menu and window title (#153) 2019-01-22 11:28:29 +08:00
Manuel Riel
ab368b32a4
Improve archive mount feature. Fixes #131. By @antlarr (#156) 2019-01-21 18:44:01 +08:00
Manuel Riel
6e0904647b
Translation-related improvements and German translation (#146)
* Add translations with a minimum of 90% completion.
* Adjust packaging to include compiled .qm files. Fixes #135
* Improve repo tab layout. Avoid overflowing lines. #139
2019-01-20 22:46:01 +08:00
Sebastian Volland
d3dbd4d686 Skip sockets when reading private keys (#147) 2019-01-20 22:33:13 +08:00
TW
e15675599e i18n infrastructure and policy (#134)
- Adds support for translating Python strings and .UI files with Qt's `QTranslator` class.
- Integrates the Transifex cloud translation service for managing translations.
- Adds translation policy and guidelines to `CONTRIBUTING.md`
2019-01-20 11:50:10 +08:00
Manuel Riel
5ef40693b0
Remove leftover Sentry references. Fixes #127 (#142) 2019-01-20 10:03:46 +08:00
Hofer-Julian
66ec3f63c5 Update CONTRIBUTING.md (#133)
Fix outdated path to Qt Creator files.
2019-01-18 23:38:58 +08:00
Antonio Larrosa
075fc4e2e7 Make the main window resizeable (#130)
Remove the maximum size restriction and assign a layout to the main
window so it resizes gracefully
2019-01-17 17:00:21 +08:00
Manu
6f5e4c5637 Bump version: 0.6.4 → 0.6.5 2019-01-15 23:26:37 +08:00