[PATCH v2] Fix DepthAxis when partial pressures aren't used.

2014-02-05 Thread Michael Andreen
Set showWithPPGraph so that animateChangeLine() is always called the first time settingsChanged() is called. Signed-off-by: Michael Andreen --- This time without word wrap.. qt-ui/profile/divecartesianaxis.cpp | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git

[PATCH] Fix DepthAxis when partial pressures aren't used.

2014-02-05 Thread Michael Andreen
Set showWithPPGraph so that animateChangeLine() is always called the first time settingsChanged() is called. Signed-off-by: Michael Andreen --- qt-ui/profile/divecartesianaxis.cpp | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/qt-ui/profile/divecartesiana

Re: Enabling ToolTips on the new profile.

2014-02-05 Thread Tomaz Canabrava
last one. On Wed, Feb 5, 2014 at 4:01 PM, Tomaz Canabrava wrote: > I'm gonna be irooon like a lin in zin. > > From b68ac2d70a6bb442b53753855bc357e951310886 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 5 Feb 2014 16:15:59 -0200 Subject: [PATCH 6/6] Added a event filter to h

Re: patches for the new profile

2014-02-05 Thread Linus Torvalds
On Wed, Feb 5, 2014 at 9:54 AM, Dirk Hohndel wrote: > > Moron is typically used for lack of education. Or lack of thinking > things through. Like the email you just sent which was moronic. Look it up. Seriously. "Moron", "idiot" and "imbecile" are all historically medical terms (although they obv

Enabling ToolTips on the new profile.

2014-02-05 Thread Tomaz Canabrava
I'm gonna be irooon like a lin in zin. From 4996e0117684484ed3f693a96d9200734aea8386 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Wed, 5 Feb 2014 14:25:28 -0200 Subject: [PATCH 1/5] Moved the divetooltipitem to it's own file. This is needed so we can share the dive tooltip item wi

Re: patches for the new profile

2014-02-05 Thread Dirk Hohndel
On Wed, 2014-02-05 at 09:33 -0800, Linus Torvalds wrote: > On Wed, Feb 5, 2014 at 7:53 AM, Dirk Hohndel wrote: > > On Wed, 2014-02-05 at 17:33 +0200, Benjamin wrote: > >> Would using "politician" or "lobbyist" be an acceptable compromise? Or > >> would that be treading on too many toes? > > > > Or

Re: patches for the new profile

2014-02-05 Thread Linus Torvalds
On Wed, Feb 5, 2014 at 7:53 AM, Dirk Hohndel wrote: > On Wed, 2014-02-05 at 17:33 +0200, Benjamin wrote: >> Would using "politician" or "lobbyist" be an acceptable compromise? Or >> would that be treading on too many toes? > > Or 'moron'. The whole "R-word" issue is f*cking moronic. "moron" is _

Re: patches for the new profile

2014-02-05 Thread Lubomir I. Ivanov
On 5 February 2014 18:50, Lubomir I. Ivanov wrote: > On 5 February 2014 18:46, Tomaz Canabrava wrote: >> QGraphicsView::viewport() >> >> > > should i update 0005? > attached patch should be applied post the recent 0001-0004 from tomaz. lubomir -- > > >> On Wed, Feb 5, 2014 at 2:40 PM, Lubomir

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
in the meantime I try to make the tooltip thingy work :) On Wed, Feb 5, 2014 at 2:57 PM, Lubomir I. Ivanov wrote: > On 5 February 2014 18:50, Lubomir I. Ivanov wrote: > > On 5 February 2014 18:46, Tomaz Canabrava wrote: > >> QGraphicsView::viewport() > >> > >> > > > > should i update 0005? >

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
dirk didn't submited yet , I think it can be safely updated. :) On Wed, Feb 5, 2014 at 2:50 PM, Lubomir I. Ivanov wrote: > On 5 February 2014 18:46, Tomaz Canabrava wrote: > > QGraphicsView::viewport() > > > > > > should i update 0005? > > lubomir > -- > > > > On Wed, Feb 5, 2014 at 2:40 PM, Lu

Re: patches for the new profile

2014-02-05 Thread Lubomir I. Ivanov
On 5 February 2014 18:46, Tomaz Canabrava wrote: > QGraphicsView::viewport() > > should i update 0005? lubomir -- > On Wed, Feb 5, 2014 at 2:40 PM, Lubomir I. Ivanov > wrote: >> >> On 5 February 2014 17:58, Tomaz Canabrava wrote: >> > Lubomir, >> > >> > "For unknown reasons sceneRect() retur

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
QGraphicsView::viewport() On Wed, Feb 5, 2014 at 2:40 PM, Lubomir I. Ivanov wrote: > On 5 February 2014 17:58, Tomaz Canabrava wrote: > > Lubomir, > > > > "For unknown reasons sceneRect() returns 100 for width" > > I forced that the scene have 100 width / height so it will never change > it's >

Re: patches for the new profile

2014-02-05 Thread Lubomir I. Ivanov
On 5 February 2014 17:58, Tomaz Canabrava wrote: > Lubomir, > > "For unknown reasons sceneRect() returns 100 for width" > I forced that the scene have 100 width / height so it will never change it's > size, we just need to zoom in / out, fit in view. > hm, is the widget width(), height() reliable

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
Lubomir, "For unknown reasons sceneRect() returns 100 for width" I forced that the scene have 100 width / height so it will never change it's size, we just need to zoom in / out, fit in view. all dives fit inside of that rect so we don't need to recalculate the new size of the scene everytime a d

Re: no dives are shown in the Dive List

2014-02-05 Thread Jef Driesen
On 2014-02-01 16:59, Js wrote: Jef Driesen wrote: On 2014-01-28 16:11, Dirk Hohndel wrote: I wonder... Didn't the header length change? If he now has the new firmware with the longer header, will the old dives be downloaded with the new or the old header? That could cause parsing errors...

Re: patches for the new profile

2014-02-05 Thread Dirk Hohndel
On Wed, 2014-02-05 at 17:33 +0200, Benjamin wrote: > Would using "politician" or "lobbyist" be an acceptable compromise? Or > would that be treading on too many toes? Or 'moron'. /D ___ subsurface mailing list subsurface@hohndel.org http://lists.hohnd

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
Actually you are correct dirk, it was a very bad term for me to use in the way I did used. in brazil we have a lot of words that have a 'bad' meaning and people still uses because they learned it since kids ( words like 'judiar' - 'to threat someone like a jew', 'denegrir' - 'to transform something

Re: patches for the new profile

2014-02-05 Thread Benjamin
Would using "politician" or "lobbyist" be an acceptable compromise? Or would that be treading on too many toes? On 5 February 2014 17:26, Dirk Hohndel wrote: > > I am NOT the political correctness police. Proof? I hang out with Linus > a lot. > > But this is one word that bugs me a little. I ha

Re: patches for the new profile

2014-02-05 Thread Dirk Hohndel
I am NOT the political correctness police. Proof? I hang out with Linus a lot. But this is one word that bugs me a little. I have two wonderful friends who from a medical perspective would be labeled as "retarded". They are amazing and capable people, their brains are just different from yours or

Re: patches for the new profile

2014-02-05 Thread Tomaz Canabrava
That's because I'm retarded. will fix the event markers. On Wed, Feb 5, 2014 at 12:44 PM, Dirk Hohndel wrote: > On Wed, 2014-02-05 at 13:00 +0200, Lubomir I. Ivanov wrote: > > On 5 February 2014 01:53, Tomaz Canabrava wrote: > > > Lubomir, > > > > > > I used a method of yours on the new profi

Re: patches for the new profile

2014-02-05 Thread Dirk Hohndel
On Wed, 2014-02-05 at 13:00 +0200, Lubomir I. Ivanov wrote: > On 5 February 2014 01:53, Tomaz Canabrava wrote: > > Lubomir, > > > > I used a method of yours on the new profile ( the zoom checking. ) can you > > take a look on why it's not correctly moving the scene around the mouse? I > > bet it's

Re: Patch - Images for manual

2014-02-05 Thread Dirk Hohndel
On Wed, 2014-02-05 at 12:05 +0200, Willem Ferguson wrote: > Replace images of manual so that all images come from Gnome 3. > Images involving the dive profile will be done after finalisation of the > new profile panel. I'm not sure I'm happy that we remove the explicit references to some of the d

Re: Article on Subsurface 4.0 was posted on taucher.net

2014-02-05 Thread Dirk Hohndel
On Wed, 2014-02-05 at 15:09 +0100, Lutz Vieweg wrote: > Hi, > > it took a little while, but now the editors of the "taucher.net" have been so > kind > to publish a Subsurface 4.0 announcement in their news article section: > > > http://www.taucher.net/aktuell_Dekoprogramm__Subsurface_4.0_veroeff

Article on Subsurface 4.0 was posted on taucher.net

2014-02-05 Thread Lutz Vieweg
Hi, it took a little while, but now the editors of the "taucher.net" have been so kind to publish a Subsurface 4.0 announcement in their news article section: http://www.taucher.net/aktuell_Dekoprogramm__Subsurface_4.0_veroeffentlicht_5316.html @Dirk: I remember that the first announcement (

Re: patches for the new profile

2014-02-05 Thread Lubomir I. Ivanov
On 5 February 2014 01:53, Tomaz Canabrava wrote: > Lubomir, > > I used a method of yours on the new profile ( the zoom checking. ) can you > take a look on why it's not correctly moving the scene around the mouse? I > bet it's because the scene().width() is always 100, and scene().height() is > al