Commit graph

1562 commits

Author SHA1 Message Date
Hylke Bons 8a35a4a490 repo: tweak algorithm 2011-05-22 15:46:24 +01:00
Hylke Bons f8f7ffa88a build: fix build system 2011-05-22 12:42:22 +01:00
Hylke Bons 1da17be25d build: move backend classes into subfolders 2011-05-22 12:28:14 +01:00
Hylke Bons 7c3c5edd13 use shorter Hg as class names instead of Mercurial 2011-05-22 01:15:46 +01:00
Hylke Bons fd3e0b5191 listener: use one connection with multiple channels per server 2011-05-22 01:02:16 +01:00
Hylke Bons 749d83c832 Rework and abstract the backend. Add basic Mercurial support 2011-05-20 01:55:49 +01:00
Hylke Bons 0826a8287d save work 2011-05-19 17:07:42 +01:00
Hylke Bons e8dfc7b940 listener: only reference relevant libs 2011-05-19 16:51:49 +01:00
Hylke Bons ccf21a658b listener: fix message queueing of last rework 2011-05-19 16:44:01 +01:00
Hylke Bons 88c9ae7c91 listener: move more logic from Irc to Base 2011-05-19 16:41:46 +01:00
Hylke Bons 9ca01e6633 Edited SparkleLib/SparkleListenerBase.cs via GitHub 2011-05-19 08:14:50 -07:00
Hylke Bons 500313cf21 repo: abstract syncdown parts 2011-05-18 23:18:11 +01:00
Hylke Bons 513f5587d4 Update tagline 2011-05-18 20:05:37 +01:00
Hylke Bons 5ca058862a repo: block on commands in methods instead of starting in a new thread afterwards 2011-05-18 19:57:52 +01:00
Hylke Bons 483a5b9a72 repo: move some member declarations up 2011-05-18 19:31:43 +01:00
Hylke Bons e81d1111d0 repo: give more members accessors 2011-05-18 19:12:45 +01:00
Hylke Bons 7f1fa32ec7 repo: rename RemoteOriginUrl to the more git agnostic Url 2011-05-18 17:00:02 +01:00
Hylke Bons 0081abe588 repo: rename and reduce number of enums in SyncStatus. ditch IsSyncing member 2011-05-18 16:34:31 +01:00
Hylke Bons 5c46430b72 repo: use accessors for HasUnsyncedChanges 2011-05-18 14:03:50 +01:00
Hylke Bons dd4e020da2 repo: list up to 20 changes in the commit message 2011-05-17 22:37:22 +01:00
Hylke Bons 8849ad849e repo: fix whitespace in commit messages and remove some useless debuginfo 2011-05-17 20:40:14 +01:00
Hylke Bons 18f4769d17 controller: 'did something magical' should only appear when no files changed 2011-05-17 14:36:25 +01:00
Hylke Bons b5db981cf4 controller: change order prioty for events in the commit message and add move support 2011-05-17 13:17:59 +01:00
Hylke Bons dd7491be5d repo: fix bug where the first commit hash wasn't used for the channel name 2011-05-17 13:15:44 +01:00
Hylke Bons 706885a615 Use 'revision' instead of 'hash' 2011-05-17 11:43:02 +01:00
Hylke Bons c1b7c6b064 repo: add Status member that gets updates dynamically 2011-05-17 02:54:38 +01:00
Hylke Bons 2ff19486c3 repo: remove IsFetching and IsPushing members 2011-05-17 02:51:25 +01:00
Hylke Bons 7110627249 intro: update statusicon menu after first run form, so Add Remote Folder... item will be enabled 2011-05-17 01:58:52 +01:00
Hylke Bons e55a5a8e76 repo: rename CurrentHash to Revision 2011-05-17 01:29:51 +01:00
Hylke Bons 6de38ae0bf controller: forgot to remove some DateTimes to Timestamp 2011-05-17 01:19:25 +01:00
Hylke Bons aa31b9934a repo: remove CommitEndedUpEmpty event 2011-05-17 01:17:40 +01:00
Hylke Bons 22d83af87d controller: FormatMessage: don't return null on events like merge commits 2011-05-17 01:05:06 +01:00
Hylke Bons 6b154f9e2f changeset: rename DateTime to Timestamp 2011-05-17 00:59:08 +01:00
Hylke Bons 7be4718324 build: remove obsolete SparkleEvents class 2011-05-17 00:51:43 +01:00
Hylke Bons cc975eab80 repo: controller: use more git agnostic naming 2011-05-17 00:49:01 +01:00
Hylke Bons ba2e74928e repo: replace multiple events by one SyncStatusChanged event + enum 2011-05-17 00:15:23 +01:00
Hylke Bons 3a21d4e5b2 repo: remove unused Added event 2011-05-16 23:41:35 +01:00
Hylke Bons 39b12f6d0b repo: remove unused Commited event handler 2011-05-16 23:30:45 +01:00
Hylke Bons 2a092c1ad9 fetcher: remove unused arguments for the events 2011-05-16 23:16:56 +01:00
Hylke Bons 0a2b664e51 fetchergit: remove TODO 2011-05-16 21:24:51 +01:00
Hylke Bons 3be31fbcb6 Split up the fetcher code into FetcherBase and FetcherGit 2011-05-16 21:19:58 +01:00
Hylke Bons c7f5545886 listener: use protected members instead of public and use base.x to access them 2011-05-16 21:19:19 +01:00
Hylke Bons 7a9871ce9d log: update FIXME comment 2011-05-15 23:03:59 +01:00
Hylke Bons f65085204d readme: add webkitgtk-devel dependency 2011-05-15 23:02:43 +01:00
Hylke Bons 3a0ceba1af controller: ui: add debug info for lapo 2011-05-15 23:02:00 +01:00
Hylke Bons 08c374491a bubble: no need for a gtk reference here 2011-05-15 23:00:57 +01:00
Hylke Bons fdf1a8a2f7 about: tweak padding 2011-05-15 21:20:04 +01:00
Hylke Bons 73600a0407 readme: add libtool and intltool to fedora build instructions 2011-05-15 11:09:52 -07:00
Hylke Bons b375ade65f Merge pull request #173 from thekad/master
Couple of compile bugs fixed
2011-05-15 04:06:29 -07:00
Jorge A Gallegos 626513247d Fixed a couple of compile bugs 2011-05-15 01:10:40 -07:00