version 0.8.8.dev - audio listened status, photo caption display, map places name-address display, gray muted badges, invite links support, some fixes

This commit is contained in:
John Preston
2015-04-30 16:53:36 +03:00
parent aeb2ec68ef
commit fb32c5bcd1
29 changed files with 2076 additions and 477 deletions
+3
View File
@@ -294,6 +294,7 @@ void VideoOpenLink::onClick(Qt::MouseButton button) const {
QString already = data->already(true);
if (!already.isEmpty()) {
psOpenFile(already);
if (App::main()) App::main()->videoMarkRead(data);
return;
}
@@ -381,9 +382,11 @@ void AudioOpenLink::onClick(Qt::MouseButton button) const {
audioVoice()->pauseresume();
} else {
audioVoice()->play(data);
if (App::main()) App::main()->audioMarkRead(data);
}
} else {
psOpenFile(already);
if (App::main()) App::main()->audioMarkRead(data);
}
return;
}