Commit graph

281 commits

Author SHA1 Message Date
Hylke Bons 9549ae3816 repo: remove obsolete static IsRepo method 2011-05-28 20:23:33 +01:00
Hylke Bons c2cff43f46 controller, backend: determine repo backend type in a cleaner way 2011-05-28 19:29:16 +01:00
Hylke Bons 0b937a0dda config: user Unknown as default username instead of empty string 2011-05-28 17:52:50 +01:00
Hylke Bons 10ac5cbe5c config: add url as part of the folder config xml 2011-05-26 23:41:55 +01:00
Hylke Bons 109f75aee9 Fix configuration issues 2011-05-26 20:46:49 +01:00
Hylke Bons 898c685cb6 repo base: move method for consistency 2011-05-26 02:05:30 +01:00
Hylke Bons 2e075959c4 repo base: use new config scheme to get the user name's and email 2011-05-26 01:44:10 +01:00
Hylke Bons 942aecc710 Use new XML based config scheme 2011-05-25 21:46:46 +01:00
Hylke Bons cb27d3f551 Move the default backend initialisation to SparkleBackend 2011-05-25 20:24:25 +01:00
Hylke Bons 04c3aeca3b hg: fix compile error 2011-05-25 20:20:20 +01:00
Hylke Bons aa01351e2a lib: Fix makefile whitespace 2011-05-25 20:15:15 +01:00
Hylke Bons 4e6fc33e3f hg: remove some debug output 2011-05-25 20:13:26 +01:00
Hylke Bons d5ec6472fd backend: don't be inheritable explictly 2011-05-25 20:07:13 +01:00
Hylke Bons ae87d1e68b config: remove debug output 2011-05-25 19:38:25 +01:00
Hylke Bons c2d844268d config: fix RemoveFolder method 2011-05-25 19:36:43 +01:00
Hylke Bons 1f3ab4f529 save scp backend work 2011-05-25 19:33:45 +01:00
Hylke Bons f2320abc11 config: fix style 2011-05-25 01:22:02 +01:00
Hylke Bons 44572da5c7 config: throw exception whenever config file doesn't exist 2011-05-25 01:20:37 +01:00
Hylke Bons 607b347dd5 config add exception when config file is not found 2011-05-25 01:15:30 +01:00
Hylke Bons 7634b7f655 config: add a default static SparkleConfig 2011-05-25 01:00:32 +01:00
Hylke Bons 80c676de6c Add SparkleConfig class to deal with configuration 2011-05-25 00:46:55 +01:00
Hylke Bons 1288494ae5 hg: implement event logs for Mercurial 2011-05-23 21:16:21 +01:00
Hylke Bons 6779d3bdea defines: remove unused OPEN_COMMAND 2011-05-23 19:42:28 +01:00
Hylke Bons 3d286a4b60 rough Mercurial log implementation and crash fixes on empty repo 2011-05-23 04:06:07 +01:00
Hylke Bons 5a0c45bc6a repo: fix listener connecting 2011-05-23 01:18:10 +01:00
Hylke Bons 1bbf352028 don't watch for addition of ~/SparkleShare subfolders 2011-05-22 23:51:12 +01:00
Hylke Bons e881206ab9 lib: update csproj file 2011-05-22 19:22:13 +01:00
Hylke Bons bd60da2627 lib: update csproj file 2011-05-22 19:21:20 +01:00
Hylke Bons 4d6ea9d707 Do host name checking the same way in back- and frontend 2011-05-22 19:08:14 +01:00
Hylke Bons 0167aef16a repo git: turn off garbage collection by default 2011-05-22 18:54:47 +01:00
Hylke Bons 4eb8abad8d listener base: code cleanup 2011-05-22 18:52:50 +01:00
Hylke Bons 00327a1eb0 repo: set HasUnsyncedChanges to true after a resolved conflict, so we'll push them later 2011-05-22 18:49:04 +01:00
Hylke Bons 2e6d8ac33e repo, listener base: make syncdown queue handle multiple channels 2011-05-22 18:37:36 +01:00
Hylke Bons b4329eb928 repo: also announce changes after a syncup->down->up 2011-05-22 18:12:40 +01:00
Hylke Bons b1950be6ff repo base: Syncup after a SyncDownBase triggered by an initial SyncUpBase. leave it to the remote_timer to push afterwards 2011-05-22 18:06:28 +01:00
Hylke Bons b18db88b61 repo: do a full SyncUpBase after a git rebase 2011-05-22 17:51:58 +01:00
Hylke Bons 37cd521d44 add debug info 2011-05-22 16:38:34 +01:00
Hylke Bons 442dc62980 repo git: fix compile error 2011-05-22 16:29:23 +01:00
Hylke Bons 0a91597291 repo git: push changes after conflict resolution 2011-05-22 16:27:06 +01:00
Hylke Bons 0a1fa73196 repo: get the remote changes if detected on a first connect 2011-05-22 16:05:35 +01:00
Hylke Bons c9a472ee80 helpers: make debug info easier to read by using whitespace 2011-05-22 16:04:28 +01:00
Hylke Bons 7be63b07c9 repo: tweak algorithm 2011-05-22 15:46:24 +01:00
Hylke Bons 16bfce692a build: fix build system 2011-05-22 12:42:22 +01:00
Hylke Bons 3e65a4fc94 build: move backend classes into subfolders 2011-05-22 12:28:14 +01:00
Hylke Bons fbfd8885ed use shorter Hg as class names instead of Mercurial 2011-05-22 01:15:46 +01:00
Hylke Bons 359ec616f9 listener: use one connection with multiple channels per server 2011-05-22 01:02:16 +01:00
Hylke Bons 3c1c0ed4f3 Rework and abstract the backend. Add basic Mercurial support 2011-05-20 01:55:49 +01:00
Hylke Bons 2168fa2ab9 save work 2011-05-19 17:07:42 +01:00
Hylke Bons 19aca9d238 listener: only reference relevant libs 2011-05-19 16:51:49 +01:00
Hylke Bons 50473764c8 listener: fix message queueing of last rework 2011-05-19 16:44:01 +01:00