[PATCH] Close yearly statistics with shortcut

2014-04-24 Thread Miika Turkia
This enables closing the yearly statistics window with esc or ctrl+w keys. Signed-off-by: Miika Turkia --- qt-ui/mainwindow.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index cd8e6d8..aae7c47 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-u

Close user manual window shortcut

2014-04-24 Thread Robert C. Helling
Hi, here is a patch to be able to close the user manual window with a Ctrl-W shortcut. closeManualWindow.patch Description: Binary data Signed-off-by: Robert C. Helling Best Robert -- .oOo.oOo.oOo.oOo.oOo.oOo.oO

4.1 beta 1

2014-04-24 Thread Dirk Hohndel
Windows installer is in the downloads section Mac binaries will follow tonight (I hope) Sources were tagged Please test. /D ___ subsurface mailing list subsurface@hohndel.org http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Re: The dive sample structure

2014-04-24 Thread Tomaz Canabrava
On Thu, Apr 24, 2014 at 4:22 PM, Willem Ferguson < willemfergu...@zoology.up.ac.za> wrote: > Here is a consensus structure after correcting my miscalculations and > taking the comments of Linus and Thiago. Without using uint16 or uint8 > integers in some variables, the size of sample would be 64 b

The dive sample structure

2014-04-24 Thread Willem Ferguson
Here is a consensus structure after correcting my miscalculations and taking the comments of Linus and Thiago. Without using uint16 or uint8 integers in some variables, the size of sample would be 64 bytes. By using fixed-width variables in some places the size is 48 bytes. I reckon this is mea

long-waited fixes. ( sorry =D )

2014-04-24 Thread Tomaz Canabrava
dirk, take a look at 01, as I have never ever touched the c part of subsurface before. From 82acd10a9ab2726474ebe50d5f4a7327b23a4e01 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 24 Apr 2014 12:59:42 -0300 Subject: [PATCH 1/3] Save latitude and longitude on XML even if location not se

Re: Fwd: [Announce] Qt 4.8.6 released

2014-04-24 Thread Dirk Hohndel
I will work on getting that compiled so that Mac and Windows binaries use 4.8.6 /D On Thu, 2014-04-24 at 08:01 -0700, Thiago Macieira wrote: > -- Mensagem encaminhada -- > > Assunto: [Announce] Qt 4.8.6 released > Data: qui 24 abr 2014, 13:40:19 > De: List for announcements re

Fwd: [Announce] Qt 4.8.6 released

2014-04-24 Thread Thiago Macieira
-- Mensagem encaminhada -- Assunto: [Announce] Qt 4.8.6 released Data: qui 24 abr 2014, 13:40:19 De: List for announcements regarding Qt releases and development Para: annou...@qt-project.org Hi all, We are happy to announce that Qt 4.8.6 is released today, see http://blog

Re: [PATCH][User-Manual][Companion-app]-Minor-changes-on-app-and-manual.patch

2014-04-24 Thread Venkatesh Shukla
On Wed, Apr 23, 2014 at 12:14 PM, Venkatesh Shukla < venkatesh.shukla.ee...@itbhu.ac.in> wrote: > On Tue, Apr 22, 2014 at 11:14 AM, Salvador Cuñat > wrote: > >> Subsurface companion is, basically, the same from last Subsurface >> release, it's only >> been added with the map feature which is depi