Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote:
 
 In Windows 7, 64b, while doing copy/paste of data from a preexisting dive
 to a new one (manually creating it),  tanks and weight  strings get
 corrupted, probably the same problem solved some days ago with the tanks
 names.

Which strings? The descriptions?

 BTW,   there is a crash when discarding the changes on the manually added
 dive.

:-(

 BTW, BTW,  some button tags aren't translated, I've realized  save,
 discard, and cancel.

That's odd - those look like they should be default strings that are
translated through the Qt translations. Which language did you use?
Where did those strings show up.

 On linux git-549 only seems to be affected the weight strings, even without
 copy/paste, after saving the dive, no crash while discarding, button tags
 translated.

I can't quite parse that sentence... something only happens to the weight
strings? What does even without copy/paste mean in this context?

/D
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
hello,

On 17 November 2014 11:05, Salvador Cuñat salvador.cu...@gmail.com wrote:

 BTW,   there is a crash when discarding the changes on the manually added
 dive.


win7 64bit:
i can't make it crash by pressing cancel for a manual dive, while
adding it or editing after it's added; can you provide steps?

lubomir
--
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Salvador Cuñat
2014-11-17 10:19 GMT+01:00 Dirk Hohndel d...@hohndel.org:

 On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote:
 
  In Windows 7, 64b, while doing copy/paste of data from a preexisting dive
  to a new one (manually creating it),  tanks and weight  strings get
  corrupted, probably the same problem solved some days ago with the tanks
  names.

 Which strings? The descriptions?


Yes, the descriptors.

 BTW, BTW,  some button tags aren't translated, I've realized  save,
  discard, and cancel.

 That's odd - those look like they should be default strings that are
 translated through the Qt translations. Which language did you use?
 Where did those strings show up.


It is.  Only affects Win, in linux are perfectly translated.  I'm on
spanish.
Those are the strings showed on the warning pop ups when quitting without
saving in both, the editor and the complete program (if there are changes
unsaved
to the log).

 On linux git-549 only seems to be affected the weight strings, even
 without
  copy/paste, after saving the dive, no crash while discarding, button tags
  translated.

 I can't quite parse that sentence... something only happens to the weight
 strings? What does even without copy/paste mean in this context?


I apologize for my bad english (specially when I'm in a hurry).  I
initially thought that
the strings thing was only when copy/pasting in Win, but realized it
happened in linux
also,  both with or without copy/paste  (when saying copy/paste I mean the
subsurface
recent feature, not the usual desktop feature).
The other thing I meant was there were no crash or untranslated buttons in
linux.

Regards.

Salva.
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 02:06:27PM +0100, Salvador Cuñat wrote:
 2014-11-17 10:19 GMT+01:00 Dirk Hohndel d...@hohndel.org:
 
  On Mon, Nov 17, 2014 at 10:05:13AM +0100, Salvador Cuñat wrote:
  
   In Windows 7, 64b, while doing copy/paste of data from a preexisting dive
   to a new one (manually creating it),  tanks and weight  strings get
   corrupted, probably the same problem solved some days ago with the tanks
   names.
 
  Which strings? The descriptions?
 
 Yes, the descriptors.

That should be fixed.

  BTW, BTW,  some button tags aren't translated, I've realized  save,
   discard, and cancel.
 
  That's odd - those look like they should be default strings that are
  translated through the Qt translations. Which language did you use?
  Where did those strings show up.
 
 
 It is.  Only affects Win, in linux are perfectly translated.  I'm on
 spanish.
 Those are the strings showed on the warning pop ups when quitting without
 saving in both, the editor and the complete program (if there are changes
 unsaved
 to the log).

This sounds like there are translations missing in the Windows installer.
Odd. Everything else is translated correctly?

  On linux git-549 only seems to be affected the weight strings, even
  without
   copy/paste, after saving the dive, no crash while discarding, button tags
   translated.
 
  I can't quite parse that sentence... something only happens to the weight
  strings? What does even without copy/paste mean in this context?
 
 
 I apologize for my bad english (specially when I'm in a hurry).  I
 initially thought that
 the strings thing was only when copy/pasting in Win, but realized it
 happened in linux
 also,  both with or without copy/paste  (when saying copy/paste I mean the
 subsurface
 recent feature, not the usual desktop feature).
 The other thing I meant was there were no crash or untranslated buttons in
 linux.

Don't worry about English - I am perfectly happy to ask for clarification
if I'm lost. Your English is orders of magnitudes better than my Spanish
:-)

Anyway, Linux is much more resillient to memory errors - Windows crashes
much more aggressively. But I think the crash / corruption should be fixed
(famous last words).
The translation thing baffles me.

/D
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 15:30, Dirk Hohndel d...@hohndel.org wrote:

 Anyway, Linux is much more resillient to memory errors - Windows crashes
 much more aggressively. But I think the crash / corruption should be fixed
 (famous last words).

yes, seems like i cannot reproduce salvador's steps on Win7.

 The translation thing baffles me.


on runtime the apps says:
can't find Qt localization for locale bg searching in path/translations

which i think means that the localization for the *default* UI
elements such as OK, CANCEL etc buttons is missing.
also for messages and other components.

here:
http://musescore.org/en/node/30266

the comments suggest that TS/QM files have to be included with the application:
ftp://ftp.qt-project.org/qt/l10n/index.html

e.g. DE file:
ftp://ftp.qt-project.org/qt/l10n/qt-stable/qt_de.ts

but for instance, there is still no 'BG' in that list, which tells us
that translations may simply be missing for some languages.

lubomir
--
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
I just tried copy  paste and some fields get messed.

This is my try at copy  paste weight,tanks, tags, buddy,

Some strange char on the weight type, some tag goes on the tank...

If I exit without apply those changes the modal dialog is not translated.

I'm working in Italian. Yesterday eventing I completed the Italian
translation but those string was not there so I guess it's another
problem.

I Attached some screenshots.

On Mon, Nov 17, 2014 at 2:57 PM, Lubomir I. Ivanov neolit...@gmail.com wrote:
 On 17 November 2014 15:30, Dirk Hohndel d...@hohndel.org wrote:

 Anyway, Linux is much more resillient to memory errors - Windows crashes
 much more aggressively. But I think the crash / corruption should be fixed
 (famous last words).

 yes, seems like i cannot reproduce salvador's steps on Win7.

 The translation thing baffles me.


 on runtime the apps says:
 can't find Qt localization for locale bg searching in path/translations

 which i think means that the localization for the *default* UI
 elements such as OK, CANCEL etc buttons is missing.
 also for messages and other components.

 here:
 http://musescore.org/en/node/30266

 the comments suggest that TS/QM files have to be included with the 
 application:
 ftp://ftp.qt-project.org/qt/l10n/index.html

 e.g. DE file:
 ftp://ftp.qt-project.org/qt/l10n/qt-stable/qt_de.ts

 but for instance, there is still no 'BG' in that list, which tells us
 that translations may simply be missing for some languages.

 lubomir
 --
 ___
 subsurface mailing list
 subsurface@subsurface-divelog.org
 http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface



-- 
Davide
https://vimeo.com/bocio/videos
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
I forgot: if I discard those changes the app crashes...
I this this is useless but... just in case:

  Nome evento problema: APPCRASH
  Nome applicazione: subsurface.exe
  Versione applicazione: 4.2.0.549
  Timestamp applicazione: 54694da4
  Nome modulo con errori: StackHash_6178
  Versione modulo con errori: 6.1.7601.18247
  Timestamp modulo con errori: 521eaf24
  Codice eccezione: c374
  Offset eccezione: 000c4102
  Versione SO: 6.1.7601.2.1.0.256.48
  ID impostazioni locali: 1040
  Informazioni aggiuntive 1: 6178
  Ulteriori informazioni 2: 6178ff2eaa5848264b7eba5c689d0f4d
  Ulteriori informazioni 3: 59a6
  Ulteriori informazioni 4: 59a6f19bd0d27d6544b7dea0e315d9dd

On Mon, Nov 17, 2014 at 3:28 PM, Davide DB dbdav...@gmail.com wrote:
 I just tried copy  paste and some fields get messed.

 This is my try at copy  paste weight,tanks, tags, buddy,

 Some strange char on the weight type, some tag goes on the tank...

 If I exit without apply those changes the modal dialog is not translated.

 I'm working in Italian. Yesterday eventing I completed the Italian
 translation but those string was not there so I guess it's another
 problem.

 I Attached some screenshots.

 On Mon, Nov 17, 2014 at 2:57 PM, Lubomir I. Ivanov neolit...@gmail.com 
 wrote:
 On 17 November 2014 15:30, Dirk Hohndel d...@hohndel.org wrote:

 Anyway, Linux is much more resillient to memory errors - Windows crashes
 much more aggressively. But I think the crash / corruption should be fixed
 (famous last words).

 yes, seems like i cannot reproduce salvador's steps on Win7.

 The translation thing baffles me.


 on runtime the apps says:
 can't find Qt localization for locale bg searching in path/translations

 which i think means that the localization for the *default* UI
 elements such as OK, CANCEL etc buttons is missing.
 also for messages and other components.

 here:
 http://musescore.org/en/node/30266

 the comments suggest that TS/QM files have to be included with the 
 application:
 ftp://ftp.qt-project.org/qt/l10n/index.html

 e.g. DE file:
 ftp://ftp.qt-project.org/qt/l10n/qt-stable/qt_de.ts

 but for instance, there is still no 'BG' in that list, which tells us
 that translations may simply be missing for some languages.

 lubomir
 --
 ___
 subsurface mailing list
 subsurface@subsurface-divelog.org
 http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface



 --
 Davide
 https://vimeo.com/bocio/videos



-- 
Davide
https://vimeo.com/bocio/videos
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Lubomir I. Ivanov
On 17 November 2014 16:30, Davide DB dbdav...@gmail.com wrote:
 I forgot: if I discard those changes the app crashes...
 I this this is useless but... just in case:

   Nome evento problema: APPCRASH
   Nome applicazione: subsurface.exe
   Versione applicazione: 4.2.0.549

that's on an older installer version, but we can assume that the
current git master has it fixed.

lubomir
--
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Davide DB
On Mon, Nov 17, 2014 at 3:39 PM, Lubomir I. Ivanov neolit...@gmail.com wrote:

 that's on an older installer version, but we can assume that the
 current git master has it fixed.

 lubomir
 --

Ah! ok.

I tried the last windows daily.


-- 
Davide
https://vimeo.com/bocio/videos
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface


Re: bugs in daily build 4.2-549

2014-11-17 Thread Dirk Hohndel
On Mon, Nov 17, 2014 at 04:39:01PM +0200, Lubomir I. Ivanov wrote:
 On 17 November 2014 16:30, Davide DB dbdav...@gmail.com wrote:
  I forgot: if I discard those changes the app crashes...
  I this this is useless but... just in case:
 
Nome evento problema: APPCRASH
Nome applicazione: subsurface.exe
Versione applicazione: 4.2.0.549
 
 that's on an older installer version, but we can assume that the
 current git master has it fixed.

I'm tethering over my phone right now. I'll make fresh binaries in a
couple of hours...

/D
___
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface