From 0391fc50d359eaf42f27f2eae6aff10d0fe56413 Mon Sep 17 00:00:00 2001 From: Nikolay Tischenko Date: Mon, 13 Dec 2010 00:15:00 +0600 Subject: [PATCH] 1.4.3 --- resources/someplayer_ru.ts | 24 ++++++++---------------- src/someplayer.h | 2 +- src/ui/aboutform.ui | 10 +++------- 3 files changed, 12 insertions(+), 24 deletions(-) diff --git a/resources/someplayer_ru.ts b/resources/someplayer_ru.ts index 8fcd861..9b21cd6 100644 --- a/resources/someplayer_ru.ts +++ b/resources/someplayer_ru.ts @@ -10,31 +10,23 @@ - <b>SomePlayer</b> - <b>SomePlayer</b> + <b>SomePlayer 1.4.3</b> + <b>SomePlayer 1.4.3</b> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Alternative music player for Maemo 5. It includes media-library, playlists, equalizer, and supports many other things.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Альтернативный аудиоплеер для Maemo 5. Поддерживает медиабиблиотеку, плейлисты, эквалайзер, и много других вещей.</p></body></html> - - - + <p align="center">Alternative music player for Maemo 5. It includes media-library, playlists, equalizer, and supports many other things.</p> + <p align="center">Альтернативный аудиоплеер для Maemo 5. Поддерживает медиабиблиотеку, плейлисты, эквалайзер и много других вещей.</p> + + + <p align="center">Licensed under GPLv2<br> By Nikolay Tischenko (somebody)</p><p align="center"><b>SomePlayer</b> tries to be a full replacement of standard music player for Maemo5 with many other features such as equalizer, custom playlists, smarter random mode, more flexible media-library and improved algorithm for cover searching.</p> <p align="center">Лицензирован под GPLv2<br> Автор: Николай Тищенко (somebody)</p><p align="center"><b>SomePlayer</b> это попытка полностью заменить стандартный аудиоплеер в Maemo 5, привнеся поддержку многих других вещей: эквалайзер, пользовательские плейлисты, составленные из файлов, продвинутый случайный режим, более гибкая медиабиблиотека и продвинутый алгоритм поиска обложек для альбомов.</p> - + <p align="center"><b>Thanks to:</b></p> <p align="center">MrClon (maemoworld.ru)<br>hxka (maemoworld.ru)<br>jerich0 (maemoworld.ru)<br>lknfox (maemoworld.ru)<br>fab (maemoworld.ru)<br>and other people who tested this player</p> <p align="center"><b>Автор благодарен:</b></p> diff --git a/src/someplayer.h b/src/someplayer.h index 19f9928..869103c 100644 --- a/src/someplayer.h +++ b/src/someplayer.h @@ -47,7 +47,7 @@ namespace SomePlayer { #include "config.h" #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50 -#define _SOMEPLAYER_VERSION_ "1.4.2" +#define _SOMEPLAYER_VERSION_ "1.4.3" #define NDEBUG #define _SERVICE_NAME_ "ru.somebody.someplayer" diff --git a/src/ui/aboutform.ui b/src/ui/aboutform.ui index 367da78..a1adb69 100644 --- a/src/ui/aboutform.ui +++ b/src/ui/aboutform.ui @@ -32,7 +32,7 @@ 0 - -172 + 0 550 511 @@ -100,7 +100,7 @@ - <b>SomePlayer</b> + <b>SomePlayer 1.4.3</b> Qt::AlignCenter @@ -125,11 +125,7 @@ - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Alternative music player for Maemo 5. It includes media-library, playlists, equalizer, and supports many other things.</p></body></html> + <p align="center">Alternative music player for Maemo 5. It includes media-library, playlists, equalizer, and supports many other things.</p> true -- 1.7.9.5