kenneth@hexad.dk
6add824f64
Fixed single instance support for Linux
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@980 59da171f-624f-0410-aa54-27559c288bec
2011-11-10 16:30:25 +00:00
kenneth.skovhede@gmail.com
c85deda4c4
Updated project files to VS2010 instead of the rather outdated VS2008, this should make things easier for new people joining in.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@874 59da171f-624f-0410-aa54-27559c288bec
2011-09-09 17:10:35 +00:00
kenneth.skovhede@gmail.com
b0a359fd27
Updated license text
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@770 59da171f-624f-0410-aa54-27559c288bec
2011-05-09 19:52:28 +00:00
hugh@hugheaves.com
bc00bf1fbe
Backed out changes accidentally commited to trunk
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@759 59da171f-624f-0410-aa54-27559c288bec
2011-04-27 20:42:14 +00:00
hugh@hugheaves.com
2f8f0be0f1
git-svn-id: https://duplicati.googlecode.com/svn/trunk@758 59da171f-624f-0410-aa54-27559c288bec
2011-04-27 20:24:44 +00:00
kenneth.skovhede@gmail.com
52af0476ab
Update issue #317
...
Status: Fixed
Turns out it was a more generic problem than I first assumed.
The problem was that there are two similar controls on the page (the duration editors),
and their internal controls are named the same, so it applied the setting from the top control to the lower,
and the top control was set to "each day".
The other problem "system is slow" is also fixed, although I'm unsure why it happened in the first place.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@630 59da171f-624f-0410-aa54-27559c288bec
2010-12-12 12:15:19 +00:00
kenneth.skovhede@gmail.com
92829fa393
Fixed issue #242 .
...
Corrected a lot of avalible -> available and recieve -> receive spelling errors.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@462 59da171f-624f-0410-aa54-27559c288bec
2010-08-12 18:37:15 +00:00
kenneth.skovhede@gmail.com
1153d097fc
Fixed various version information
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@460 59da171f-624f-0410-aa54-27559c288bec
2010-08-11 07:23:34 +00:00
kenneth.skovhede@gmail.com
50f06f0f3a
Merge Sandbox Issue #5 into trunk.
...
Fixed issue #5 .
Fixed issue #48 .
Fixed issue #58 .
Fixed issue #194 .
Fixed issue #195 .
Fixed issue #201 .
Fixed issue #137 .
git-svn-id: https://duplicati.googlecode.com/svn/trunk@400 59da171f-624f-0410-aa54-27559c288bec
2010-05-12 08:41:54 +00:00
kenneth.skovhede@gmail.com
21f503318c
Added option to compile as x86, to support 64bit debugging, see:
...
http://www.slickit.ca/2009/06/fixing-visual-studios-edit-and-continue.html
git-svn-id: https://duplicati.googlecode.com/svn/trunk@387 59da171f-624f-0410-aa54-27559c288bec
2010-03-30 15:09:28 +00:00
kenneth.skovhede@gmail.com
05bfadbc41
Updated License notice to 2010
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@311 59da171f-624f-0410-aa54-27559c288bec
2010-01-03 22:57:13 +00:00
kenneth.skovhede@gmail.com
a6d06bb3d7
Merge r281 into trunk
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@282 59da171f-624f-0410-aa54-27559c288bec
2009-09-16 20:41:48 +00:00
kenneth.skovhede@gmail.com
bfc8450488
Improved the LocalizationTool and updated the Localization build script to also include the WizardForm project.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@252 59da171f-624f-0410-aa54-27559c288bec
2009-08-10 17:55:29 +00:00
kenneth.skovhede@gmail.com
178d567ed8
Issue #43 , the CloudFiles backend is now complete and can be used from the CommandLine.
...
Still needs to create a UI for it before it is avalible in the Wizard.
Added a non-seekable stream class to further improve on the reliability of the backendtester.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@245 59da171f-624f-0410-aa54-27559c288bec
2009-08-01 12:26:28 +00:00
kenneth.skovhede@gmail.com
72c92dd78b
Made the LocalizationTool more SDK version independant.
...
Updated some sub-projects to VS 2008, fixed .Net 3.5 dependencies to 2.0.
Added a language selection option to the settings dialog.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@222 59da171f-624f-0410-aa54-27559c288bec
2009-07-14 22:26:22 +00:00
kenneth.skovhede@gmail.com
17f87d1328
Updated to VS 2009 Express.
...
Added WixProjBuilder to build the Wix projects without MSBuild support.
Simplified the build/release process.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@215 59da171f-624f-0410-aa54-27559c288bec
2009-07-05 11:41:02 +00:00
kenneth.skovhede@gmail.com
3bfd015d62
Final changes to support a fully localized Duplicati,
...
next step is to generate a setup for editing the resx files.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@197 59da171f-624f-0410-aa54-27559c288bec
2009-06-17 22:47:51 +00:00
kenneth.skovhede@gmail.com
eab455ddc6
Reworked the way the backends are used, by introducing a higher level BackendWrapper.
...
Reworked encryption to not support streaming, but only pre/post process encrypted files.
The Get/Put methods in the BackendWrapper now automatically writes/reads from the signature cache.
Introduced a DoubleClickRadioButton for use on the main pages.
Fixed a bug where zero byte files would throw an exception on restore.
Fixed a bug where deleting a folder while building the filelist would interrupt the backup.
Fixed issue #17 .
Fixed issue #22 .
Fixed issue #38 .
Added the commandline option to support issue #39 , but still needs a UI entry.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@131 59da171f-624f-0410-aa54-27559c288bec
2009-03-26 19:39:50 +00:00
kenneth.skovhede@gmail.com
0cd0b4d1c8
Added the cleanup method, this closes #16 .
...
Fixed a bug where non-modified files were marked as deleted.
Cleaned up the ListContent method to use the same code as the Backup method, this closes #31 .
Added a WEBDAV backend for #28 , but there is no UI for it yet.
Made most of the work for documenting commandline options, #14 .
git-svn-id: https://duplicati.googlecode.com/svn/trunk@123 59da171f-624f-0410-aa54-27559c288bec
2009-03-21 12:46:54 +00:00
kenneth.skovhede@gmail.com
b8c4a02d2d
Fixed some assembly information
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@115 59da171f-624f-0410-aa54-27559c288bec
2009-03-16 22:41:02 +00:00
kenneth.skovhede@gmail.com
2ad370cd63
Added license text files.
...
Changed icons for various executables.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@92 59da171f-624f-0410-aa54-27559c288bec
2009-02-17 23:33:37 +00:00
kenneth.skovhede@gmail.com
8babf1d616
Updated license notices.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@85 59da171f-624f-0410-aa54-27559c288bec
2009-02-10 23:36:15 +00:00
kenneth.skovhede@gmail.com
263de976fb
Restructured the database, upgrades are no longer possible.
...
Fixed many minor issues with the wizard.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@80 59da171f-624f-0410-aa54-27559c288bec
2009-02-05 23:27:46 +00:00
kenneth.skovhede@gmail.com
3dc9ced4e8
Filters are now supported.
...
Most of the wizard functionality is restored.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@75 59da171f-624f-0410-aa54-27559c288bec
2009-02-01 23:20:07 +00:00
kenneth.skovhede@gmail.com
2eccd19469
Initial work towards a python free implementation.
...
There were too many problems porting pexpect to windows for that to work.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@37 59da171f-624f-0410-aa54-27559c288bec
2008-09-13 16:24:43 +00:00
kenneth.skovhede@gmail.com
d9ab072ddf
All wizard pages are now created.
...
Next step is creating an installer with NSIS.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@18 59da171f-624f-0410-aa54-27559c288bec
2008-07-14 20:52:21 +00:00
kenneth.skovhede@gmail.com
5a400a9765
It is now possible to add a new backup using the wizard!
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@17 59da171f-624f-0410-aa54-27559c288bec
2008-07-11 14:03:20 +00:00
kenneth.skovhede@gmail.com
e378041b28
Fixed the solution and project so it compiles out-of-the-box.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@13 59da171f-624f-0410-aa54-27559c288bec
2008-06-19 19:48:11 +00:00
kenneth.skovhede@gmail.com
4f792fabc2
More thirdparty + updated license text in some files.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@12 59da171f-624f-0410-aa54-27559c288bec
2008-06-19 19:40:32 +00:00
kenneth.skovhede@gmail.com
56ac0668b2
More work on the wizard pages.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@10 59da171f-624f-0410-aa54-27559c288bec
2008-06-18 21:37:21 +00:00
kenneth.skovhede@gmail.com
32ec2d58f9
Various work, mostly on the restore function.
...
A little on the wizard.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@7 59da171f-624f-0410-aa54-27559c288bec
2008-06-16 19:11:37 +00:00
kenneth.skovhede@gmail.com
dfbea22500
The basic framework for the wizard dialog is now complete.
...
git-svn-id: https://duplicati.googlecode.com/svn/trunk@6 59da171f-624f-0410-aa54-27559c288bec
2008-06-15 20:03:22 +00:00
kenneth.skovhede@gmail.com
44ba9a6ee9
Moved the tree functions into a control for use in the wizards.
...
Started work on the Wizard page framework.
git-svn-id: https://duplicati.googlecode.com/svn/trunk@5 59da171f-624f-0410-aa54-27559c288bec
2008-06-14 20:36:28 +00:00