Commit Graph

7 Commits

Author SHA1 Message Date
Joern
4fba4d0535 Drobox / FileStore
... translation enablement
2015-10-04 14:48:28 +02:00
Mark Liversedge
17ed0815ec Dropbox Sync Tool
.. sync with a dropbox folder

   This is based upon the TPDownloadDialog but refactored for
   use with a FileStore (in this case Dropbox). It should be
   extensible to use with any kind of FileStore object.
2015-10-02 16:51:50 +01:00
Mark Liversedge
261c0d06ed Dropbox ignore deleted items
.. when reading the directory metadata
2015-09-30 22:20:19 +01:00
Mark Liversedge
a4ec375118 Fix Async Upload to Dropbox
.. Q_OBJECT macro needed mostly.
2015-09-30 21:34:29 +01:00
Mark Liversedge
19203bba76 Upload to Dropbox
.. basic functions working to upload a single ride
   to a dropbox file store.

.. this is a safety commit before looking to resolve
   issues with async updates.

   NOTE: the upload completes but the dialog needs to
         be cancelled manually -- this is a bug and
         will be resolved in the next update.
2015-09-30 19:45:15 +01:00
Mark Liversedge
4e17a9970f FileStore File Dialog
.. so you can now choose the directory to sync
   data with. Its a very basic file dialog but
   will allow you to create and choose a folder.

.. Config is now completed with token a folders
   now configurable by the user.

.. I cannot believe we needed to write a pesky file
   chooser dialog in 2015 (!)
2015-09-30 11:33:47 +01:00
Mark Liversedge
3ab4d21a5e FileStore base class and Dropbox implementation
.. first parts of the implementation of a base class
   for working with file stores and the Dropbox
   API.

.. all we actually get in this commit is the abstract
   classes and an implementation of readdir for Dropbox
   along with a config setting which needs to browse
   directories

.. in the next commit we'll add the directory chooser
   dialog which will need to implement a ftw() across the
   associated filestore and present a gui to choose a
   directory to store athlete data in
2015-09-29 19:39:19 +01:00