[PATCH] Ignore QWebView in Android

2015-01-13 Thread Joseph W. Joshua
Ignore QWebView instances in the preferences dialog when compiling under Android, as QWebView is not yet supported under Android. Signed-off-by: Joseph W. Joshua --- qt-ui/preferences.cpp | 33 - qt-ui/preferences.h | 7 + qt-ui/preferences.ui | 82

[PATCH] Better resizing in the divelog import dialog

2015-01-07 Thread Joseph W. Joshua
Resize the components of the divelog import dialog neatly, with the table view expanding to fill most of the available space. Signed-off-by: Joseph W. Joshua --- qt-ui/divelogimportdialog.ui | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/qt-ui

[PATCH] Various capitalization fixes

2015-01-05 Thread Joseph W. Joshua
Fix various discrepancies in the capitalization format, as we are using 'down format' for titles and actions. Signed-off-by: Joseph W. Joshua --- qt-ui/preferences.ui| 12 ++-- qt-ui/profile/diveplotdatamodel.cpp | 6 +++--- qt-ui/socialnetworks.cpp

[PATCH] Fix Capitalization

2015-01-04 Thread Joseph W. Joshua
Capitalize the word Facebook in 2 occurences in socialnetworks.cpp Signed-off-by: Joseph W. Joshua --- qt-ui/socialnetworks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt-ui/socialnetworks.cpp b/qt-ui/socialnetworks.cpp index 5b7c74b..232a265 100644 --- a/qt-ui

[PATCH] Fix spelling error

2015-01-04 Thread Joseph W. Joshua
Fix small spelling error in configure dive computer dialog. Signed-off-by: Joseph W. Joshua --- qt-ui/configuredivecomputerdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp index 25fe69b

[PATCH] Fix spelling error

2015-01-04 Thread Joseph W. Joshua
Fix small spelling error in configure dive computer dialog. Signed-off-by: Joseph W. Joshua --- qt-ui/configuredivecomputerdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/configuredivecomputerdialog.cpp b/qt-ui/configuredivecomputerdialog.cpp index 25fe69b

Re: Android app Improvements

2014-12-30 Thread Joseph W. Joshua
> On Dec 30, 2014, at 2:53 PM, Tomaz Canabrava wrote: > > Joseph > > In qml this is easier ( swipe) but we May need to change a few things on the > software. > > Id go for qml on mobile platforms, and if you hit any wall I can help change > the code só it works on mobile and desktop. > >

Android app Improvements

2014-12-29 Thread Joseph W. Joshua
the main tab plus the map. The back key gets you back to the dive list, swiping up and down gets you to the previous and next dive without going to the dive list… So, do we do this in QML or in QWidgets? Any Ideas? -- Joseph W. Joshua ___ subsurface

Re: [RFC] Don't display deleted tags after dive edit

2014-10-30 Thread Joseph W. Joshua
> > Nope, doesn't seem to do it for me... > > Of course trying to figure out WHY this didn't work made me dig in and so > I fixed it instead :-/ Glad that its working > > /D ___ subsurface mailing list subsurface@subsurface-divelog.org http://lists.

[RFC] Don't display deleted tags after dive edit

2014-10-30 Thread Joseph W. Joshua
The attached patch fixes issue #732 on trac. Please check, I hope my approach is right. — Joshua 0001-Don-t-display-deleted-tags-after-dive-edit.patch Description: Binary data ___ subsurface mailing list subsurface@subsurface-divelog.org http://li

Re: OSTC3 firmware update

2014-10-20 Thread Joseph W. Joshua
On Oct 20, 2014, at 8:35 PM, Dirk Hohndel wrote: > On Mon, Oct 20, 2014 at 08:30:58PM +0300, Joseph W. Joshua wrote: > > Any reason you didn't respond on the mailing list? Can you post the code > (I assume it's not a lot of code at the end of the day)? This is really