Commit Graph

561 Commits

Author SHA1 Message Date
Samuel 5df80610e2
Translate category labels for log output. By @samuel-w (#683) 2020-10-30 13:24:56 +08:00
Samuel cc47c1bc78
Fix crash when window is closed while thread running. By @samuel-w (#685) 2020-10-30 13:17:24 +08:00
Samuel 47df3eccc9
Add profile add/edit test cases (#695) 2020-10-30 12:15:38 +08:00
Manu d5f3d102f2 Limit Stale Bot to issues only. 2020-10-16 15:50:08 +08:00
Manu 364d401b39
Reuse existing window when bringing to front. (#674) 2020-10-03 14:27:31 +08:00
Samuel 1599f3adb0
Set icon through code (#676) 2020-10-02 22:57:18 +02:00
Samuel Woon 74eb279dfd
Show dialog on copy failure. By @samuel-w (#647) 2020-09-27 15:28:49 +08:00
Samuel Woon 9568a1b410
Get keyring at runtime. By @samuel-w (#635) 2020-09-27 15:19:39 +08:00
Samuel Woon 38406f4c59
Save correct window size. By @samuel-w (#661) 2020-09-27 15:08:44 +08:00
Manu d46ca3cd2b
Add .editorconfig file (#665) 2020-09-27 15:04:30 +08:00
Samuel Woon 3d1f91dbec
Properly catch DBusException. By @samuel-w (#670) 2020-09-26 16:59:16 +08:00
Samuel Woon 2eb4b157e4
Set application name (#666) 2020-09-22 11:15:07 +08:00
Samuel Woon 856fb73f14
Set all icons to same height (#660) 2020-09-19 08:59:42 +08:00
Samuel Woon 6df94f07f9
Replace Borg version with install method in bug report (#657)
We don't seem to have many bugs due to Borg errors, but we do have many due to packaging issues.
2020-09-18 14:32:12 +08:00
Samuel Woon b161296996
Reduce icon memory usage. By @samuel-w (#656) 2020-09-18 13:40:11 +08:00
Manu a86683e2b8
Cancel Borg thread at end of test. (#648)
Maybe fixes #632
2020-09-13 12:55:10 +08:00
Manu 62a3c6e42b Add more Stalebot labels 2020-09-11 14:41:17 +08:00
Manu 7e7fa22bae Add config for Stale Issue Bot 2020-09-11 14:36:07 +08:00
Manu 9cc23de6bc Bump version to v0.7.1 2020-09-10 13:27:28 +08:00
Manu 2f47c388ce
Keep version number in one place only. Clean up Makefile vars (#642) 2020-09-10 13:26:38 +08:00
Manu f6e7b54c9a Reduce tests on macOS and increase limit. Fixes #632 2020-09-09 08:34:50 +08:00
Tomasz Kontusz 262c91a180
Handle DBusException in NetworkManagerMonitor (#636)
* Catch DBus permission errors
* Better DBusException handling in NetworkManagerMonitor
2020-09-09 08:32:26 +08:00
Tomasz Kontusz 23374876d6
Initialize the network status monitor lazily (#634)
This avoids problems with `vorta -d` and fork.
2020-09-09 08:22:54 +08:00
Manu 1b4dea3133
Avoid formatting date and time twice. Fixes #624 (#625) 2020-09-08 11:16:29 +08:00
Samuel Woon 598f57ff81
Remove 'Backup in progress' when re-opening window (#627) 2020-09-08 08:33:21 +08:00
Manu 1d65d0cba5
Use naked en locale instead of en_US. Fixes #623 (#626) 2020-09-08 08:22:26 +08:00
Samuel Woon 4eafad5472
Use single tray icon for light and dark themes. By @samuel-w 2020-09-07 17:36:25 +08:00
Samuel Woon dcc07f6df4
Fix crash when GUI is opened via tray icon while a backup is running. By @samuel-w 2020-09-07 11:55:34 +08:00
Manu e31d4faafb Fix bug report template formatting 2020-09-06 15:50:14 +08:00
Samuel Woon 282d2adf5d
Add Vorta- and Borg version to issue template 2020-09-06 15:48:12 +08:00
Manu fcb11b4830 Bump version 2020-09-06 14:45:41 +08:00
Manu 0780e1ce2c Pull new translations 2020-09-06 14:40:31 +08:00
Manu 02625ba4f0
Improved progress updates. By @SergioRAgostinho 2020-09-05 22:08:36 +08:00
Samuel Woon d98c3d46e5
Use dt.now everywhere. By @samuel-w
Fixes #185
2020-09-04 20:09:11 +08:00
Samuel Woon db9e5bdf3c
Set 'BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK' (#612) 2020-09-04 19:44:00 +08:00
Manu 4c3178491f
Add @samuel-w as contributor (#602) 2020-09-04 08:05:01 +08:00
Samuel Woon a17af6b99b
Add autosorting for source list. By @samuel-w 2020-08-30 14:52:40 +08:00
Tomasz Kontusz a0e7d50318
Prevent running backups on metered network. By @ktosiek 2020-08-30 14:28:48 +08:00
Samuel Woon 79f29b2430
Allow selection of multiple files by @samuel-w for #593 2020-08-30 14:04:40 +08:00
XXXBold 677734e62a
Enable multiselection on source list (#596) 2020-08-24 10:05:07 +08:00
Manu ec374953e7
Cant pass None to QLocale any more. Will result in loading "C" locale. (#583) 2020-08-14 16:13:11 +08:00
Manu 10c9b9acc1
Newer macOS deploy target for detecting dark mode. Fixes #575 2020-08-13 15:42:50 +08:00
Hofer Julian 6c7e3385cb
Add correct icon for notifications on Linux. By @Hofer-Julian 2020-08-11 11:51:14 +08:00
Samuel Woon 3d7d97fc40
Refactor Linux autostart (#568) 2020-08-10 20:39:51 +02:00
Samuel Woon 976e3dae83
CI: Set 10 minute test time. By @samuel-w
To prevent infinite loops from running for 6 hours (default). 10 minutes was chosen as previous actions have finished in under 4 minutes, while allowing some leeway.
2020-08-10 16:33:14 +08:00
Manu 2f68b2795c
Fix tests for PyQt 5.15 on Linux. By @samuel-w (#573) 2020-08-10 15:57:13 +08:00
Manu 3640e17270
Ensure no missing wifi names. (#525) 2020-08-10 15:00:41 +08:00
Tomasz Kontusz 85eb725059
Parse owner changes in borg diff results (#553)
* Parse owner changes in borg diff results

* Report owner-only changes as "modified" in diff
2020-07-24 19:26:52 +02:00
Manu 1f8f42e23f Add updated FR and new NL translations. See #159 2020-07-05 09:06:30 +08:00
Manu 920c4332f3
Adjust icon color to work on light and dark background. Fixes #489 2020-06-22 16:37:19 +08:00