1
0
mirror of https://github.com/borg-qt/borg-qt.git synced 2024-06-27 11:45:04 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
Andreas Zweili
24f4648bd9 show error dialog when config file is missing 2019-01-26 10:41:12 +01:00
Andreas Zweili
6c9e64f9dc add a function to display an error dialog 2019-01-26 10:40:51 +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
8d7d5ead2d remove old comments 2019-01-24 21:38:37 +01:00
Andreas Zweili
3e657a56ac remove unused import 2019-01-24 17:59:02 +01:00
Andreas Zweili
c618146b28 correct a path in the build script 2019-01-23 21:34:38 +01:00
Andreas Zweili
eabaffec26 Add GUI functionality for the config 2019-01-23 21:34:08 +01:00
Andreas Zweili
4a1f97a096 add a script to help with testing the application 2019-01-20 20:56:46 +01:00
Andreas Zweili
b881616d3a add the 'make test' command 2019-01-20 20:56:19 +01:00
Andreas Zweili
625e5c98ee update development section in readme 2019-01-19 16:28:02 +01:00
Andreas Zweili
c5d883e82d add a Config class 2019-01-19 16:24:59 +01:00
Andreas Zweili
d7e05bb76b add a custom exception 2019-01-19 16:24:18 +01:00
Andreas Zweili
03a0e1cb2a extend the example configuration 2019-01-19 16:23:49 +01:00
Andreas Zweili
4135986745 add a context file for tests
With the context file on can import modules from the main package. This is very
helpful for tests.

Just do, import context in each test to activate it.
2019-01-18 16:48:16 +01:00
Andreas Zweili
d2ff08ccd9 create an example config 2019-01-18 16:46:00 +01:00
Andreas Zweili
173aa6920e add a requirements file 2019-01-18 16:44:13 +01:00
Andreas Zweili
dfecd07463 add a makefile 2019-01-18 16:44:04 +01:00
Andreas Zweili
77a8ee989d add UI files and icons 2019-01-13 22:00:22 +01:00
Andreas Zweili
e7b6a1b43b
Add Feather icons to the Acknowledgments 2019-01-13 21:40:40 +01:00
Andreas Zweili
c90f7dbecc add a link to the Back in Time repository 2019-01-11 19:45:57 +01:00
Andreas Zweili
b1b9853593 Merge branch 'master' of github.com:borg-qt/borg-qt 2019-01-11 19:42:05 +01:00
Andreas Zweili
1f88d2bb73 correct a syntax error 2019-01-11 19:41:34 +01:00
Andreas Zweili
09828858b2 correct a syntax error 2019-01-11 19:40:41 +01:00
Andreas Zweili
f8f456339d add a readme 2019-01-11 19:38:53 +01:00
Andreas Zweili
c32ed8a8d8 extend the gitignore file 2019-01-11 18:01:15 +01:00
Andreas Zweili
ff7a86922c
Initial commit 2019-01-11 17:58:45 +01:00