Re: [PATCH 0/5] Some very preliminary remote git access patches

2015-02-09 Thread Dirk Hohndel
On Sun, Feb 08, 2015 at 07:13:17PM -0800, Linus Torvalds wrote: So this isn't actually where I wanted to be, but I had a few false starts with this, and spent too much time trying to figure out the oddities of libgit2 before I just took a different approach. It's a shame that they kept

[PATCH] Correct firmware version string from OSTC's

2015-02-09 Thread Anton Lundin
The format string was incorrect, producing firmware numbers as 3.2 instead of 3.02 as is the current OSTC firmware version. This was reported via hw's forum: http://forum.heinrichsweikamp.com/read.php?2,14550,14552 Signed-off-by: Anton Lundin gla...@acc.umu.se --- src/hw_ostc_parser.c | 2 +- 1

Re: [FAQ question] Re: F-Secure blocking Subsurface

2015-02-09 Thread Dirk Hohndel
On Mon, Feb 09, 2015 at 07:09:25PM +0100, Salvador Cuñat wrote: 2015-02-09 18:16 GMT+01:00 Dirk Hohndel d...@hohndel.org: They should be identical. They are, except for the little instructions header. I had hoped that having it in git would make it easier for others to add to it.

Re: [PATCH 0/5] Some very preliminary remote git access patches

2015-02-09 Thread Tomaz Canabrava
However, it's all *impractical* right now due to the lack of ssh authentication and any GUI for progress (so that you could cancel the update etc with slow networks). Mock something to me and I'll create it in no time. ___ subsurface mailing list

Re: [PATCH 0/5] Some very preliminary remote git access patches

2015-02-09 Thread Linus Torvalds
On Feb 9, 2015 8:16 AM, Dirk Hohndel d...@hohndel.org wrote: I originally wanted to create a local cache of a remote git repository - multiple branches and all. But the remote tracking branch behavior of libgit2 was too confusing, and I eventually realized that I also want to have a

Re: [FAQ question] Re: F-Secure blocking Subsurface

2015-02-09 Thread Salvador Cuñat
2015-02-09 18:16 GMT+01:00 Dirk Hohndel d...@hohndel.org: They should be identical. They are, except for the little instructions header. I had hoped that having it in git would make it easier for others to add to it. Sure, it will be. So, I'll simply keep an eye on the git version

Request For Comments - Undo/Redo framework

2015-02-09 Thread Grace Karanja
Dear all, I've been working on implementing an undo/redo framework. The attached patches are what I've done so far. I only have undo working for the deleted dives. This is not in anyway fully working, just a view of what I have done so that you can point me in the right direction Thanks! -

Re: [PATCH 0/5] Some very preliminary remote git access patches

2015-02-09 Thread Linus Torvalds
On Mon, Feb 9, 2015 at 10:59 AM, Tomaz Canabrava tcanabr...@kde.org wrote: Mock something to me and I'll create it in no time. Here's something that does progress reporting and credentials, but does it only to stdin/out/err, so it would need some graphical thing (with a cancel thing too that

trac registration captcha plugin

2015-02-09 Thread Lubomir I. Ivanov
can we use this to prevent all spam related registrations?: http://trac-hacks.org/wiki/CaptchaAuthPlusPlugin lubomir -- ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

First round of patches to make it easier to work with the MainWindow

2015-02-09 Thread Tomaz Canabrava
this series of patches reworks quite a lot of the way we deal with the mainwindow internally. the idea is to make things more consistent when changing widgets around. We used to have a very complex layout of different stack widgets and indexes represeenting states of the application, now we

Re: trac registration captcha plugin

2015-02-09 Thread Dirk Hohndel
It's installed but refuses to work. Trust me, I tried. But python is something I can make any sense out of, which is part of the problem. /D On February 9, 2015 5:03:04 AM Lubomir I. Ivanov neolit...@gmail.com wrote: can we use this to prevent all spam related registrations?:

Re: Request For Comments - Undo/Redo framework

2015-02-09 Thread Dirk Hohndel
Hi Grace, sorry it took me so long to respond. Today was just crazy... On Mon, Feb 09, 2015 at 01:11:41PM +0300, Grace Karanja wrote: I've been working on implementing an undo/redo framework. The attached patches are what I've done so far. I only have undo working for the deleted dives.