Re: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-20 Thread Gehad
I edit the commit message and also added the radio buttons fix that Miika has suggested before. Regards, Gehad elrobey >From 93d80a54b032bc08d51082fd87afe61c1d245dd0 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Thu, 20 Mar 2014 22:25:38 +0200 Subject: [PATCH] Add current time and adjusted

Re: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-20 Thread Gehad Elrobey
All the selected dives are shifted correctly, but it views the first selected dive only, I can either hide these time information if there are more than 1 dive selected or I can add next and prev. buttons to be able to step through them (in my opinion this option may be somehow confusing).

Re: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-20 Thread Miika Turkia
On Thu, Mar 20, 2014 at 6:46 PM, Dirk Hohndel wrote: > On Thu, 2014-03-20 at 02:54 +0200, Gehad wrote: > > This will view the date of the first selected dive only and will not > > work with multiple selected dives. > > But time shifting is especially useful with multiple selected dives (I > went

Re: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-20 Thread Dirk Hohndel
On Thu, 2014-03-20 at 02:54 +0200, Gehad wrote: > I added the current time and the adjusted time to the shift time widget, > I added a function in dive.c to get the timestamp of the first selected > dive, I am not sure if a similar function is already implemented before. Have you searched? :-)

Re: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-20 Thread Miika Turkia
On Thu, Mar 20, 2014 at 2:54 AM, Gehad wrote: > I added the current time and the adjusted time to the shift time widget, I > added a function in dive.c to get the timestamp of the first selected dive, > I am not sure if a similar function is already implemented before. > > This will view the date

[PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp

2014-03-19 Thread Gehad
with multiple selected dives. Regards, Gehad elrobey >From ddc0e016994183ab7e02e42a46a7cc137d24c411 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Thu, 20 Mar 2014 02:27:11 +0200 Subject: [PATCH] Add current time and adjusted time to gui when one asjusts dive's timestamp Signe