Projects
Multimedia
flacon
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 10
View file
flacon.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Dec 25 17:49:37 UTC 2013 - lazy.kent@opensuse.org + +- Update to 0.9.3. + * Update translations. +- Drop flacon-qt_version_check.patch (fixed upstream). + +------------------------------------------------------------------- Sun Oct 27 05:21:01 UTC 2013 - lazy.kent@opensuse.org - Update to 0.9.2.
View file
flacon.spec
Changed
@@ -17,15 +17,13 @@ Name: flacon -Version: 0.9.2 +Version: 0.9.3 Release: 0 License: LGPL-2.1+ Summary: Split Compressed Audio CD Image to Tracks Url: http://flacon.github.io/ Group: Productivity/Multimedia/Sound/Editors and Convertors Source0: https://github.com/flacon/flacon/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM flacon-qt_version_check.patch <sokoloff.a@gmail.com> -- fix compile with Qt < 4.8.0 -Patch0: flacon-qt_version_check.patch BuildRequires: cmake BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files @@ -67,7 +65,6 @@ %prep %setup -q -%patch0 -p1 %build mkdir build
View file
flacon-qt_version_check.patch
Deleted
@@ -1,37 +0,0 @@ -From 46109c673aba493dd1aeba3a897fb1be4e730aed Mon Sep 17 00:00:00 2001 -From: Alexander Sokolov <sokoloff.a@gmail.com> -Date: Sun, 27 Oct 2013 23:54:30 +0400 -Subject: [PATCH] Build for Qt < 4.8.0: replace for QUrl::isLocalFile - ---- - gui/mainwindow.cpp | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp -index d6b09b4..a2a7c38 100644 ---- a/gui/mainwindow.cpp -+++ b/gui/mainwindow.cpp -@@ -234,11 +234,20 @@ void MainWindow::dragEnterEvent(QDragEnterEvent *event) - { - foreach(QUrl url, event->mimeData()->urls()) - { -+#if (QT_VERSION < QT_VERSION_CHECK(4, 8, 0)) -+ QString scheme = url.scheme(); -+ if (scheme.isEmpty() || scheme == "file") -+ { -+ event->acceptProposedAction(); -+ return; -+ } -+#else - if (url.isLocalFile()) - { - event->acceptProposedAction(); - return; - } -+#endif - } - } - --- -1.8.4 -
View file
v0.9.2.tar.gz/.gitignore -> v0.9.3.tar.gz/.gitignore
Changed
@@ -15,3 +15,4 @@ *.autosave CMakeLists.txt.user* /build +*.kate-swp \ No newline at end of file
View file
v0.9.3.tar.gz/.travis.yml
Added
@@ -0,0 +1,15 @@ +language: cpp +compiler: + - gcc + - clang + +install: + - sudo apt-get update + - sudo apt-get install cmake libqt4-dev libuchardet-dev shntool ffmpeg xvfb + +script: + - mkdir build + - cd build + - cmake -DBUILD_TESTS=Yes .. + - make + - xvfb-run tests/flacon_test
View file
v0.9.2.tar.gz/.tx/config -> v0.9.3.tar.gz/.tx/config
Changed
@@ -1,5 +1,6 @@ [main] host = https://www.transifex.com +minimum_perc = 1 [flacon.flacon] file_filter = translations/flacon_<lang>.ts
View file
v0.9.2.tar.gz/CMakeLists.txt -> v0.9.3.tar.gz/CMakeLists.txt
Changed
@@ -29,7 +29,7 @@ set(MAJOR_VERSION 0) set(MINOR_VERSION 9) -set(PATCH_VERSION 2) +set(PATCH_VERSION 3) set(FLACON_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) add_definitions(-DFLACON_MAJOR_VERSION=\"${MAJOR_VERSION}\")
View file
v0.9.2.tar.gz/gui/mainwindow.cpp -> v0.9.3.tar.gz/gui/mainwindow.cpp
Changed
@@ -234,11 +234,20 @@ { foreach(QUrl url, event->mimeData()->urls()) { +#if (QT_VERSION < QT_VERSION_CHECK(4, 8, 0)) + QString scheme = url.scheme(); + if (scheme.isEmpty() || scheme == "file") + { + event->acceptProposedAction(); + return; + } +#else if (url.isLocalFile()) { event->acceptProposedAction(); return; } +#endif } }
View file
v0.9.2.tar.gz/translations/flacon_cs.ts -> v0.9.3.tar.gz/translations/flacon_cs.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_cs_CZ.ts -> v0.9.3.tar.gz/translations/flacon_cs_CZ.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_es.ts -> v0.9.3.tar.gz/translations/flacon_es.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation>Cuenta de Flacon en github.com</translation> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation>Seguimiento de fallos %1</translation> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_es_MX.ts -> v0.9.3.tar.gz/translations/flacon_es_MX.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_fr.ts -> v0.9.3.tar.gz/translations/flacon_fr.ts
Changed
@@ -47,7 +47,7 @@ </message> <message> <source>Copyright: %1-%2 %3</source> - <translation>Copyright : %1-%2 %3</translation> + <translation>Tous droits réservés : %1-%2 %3</translation> </message> <message> <source>WavPack support patch</source> @@ -71,7 +71,12 @@ </message> <message> <source>Flacon account on github.com</source> - <translation>Dépôt Flacon sur github.com</translation> + <translation>Compte Flacon sur github.com</translation> + </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation>Gestionnaire de bogues %1</translation> </message> </context> <context> @@ -497,7 +502,7 @@ </message> <message> <source>File <b>%1</b> contains several FILE tags.<br>These CUE files are not supported yet.</source> - <translation>Le fichier <b>%1</b> contient plusieurs étiquettes FILE.<br>Ces fichiers CUE ne sont pas encore pris en charge.</translation> + <translation>Le fichier <b>%1</b> contient plusieurs balisess FILE.<br>Ces fichiers CUE ne sont pas encore pris en charge.</translation> </message> </context> <context> @@ -614,7 +619,7 @@ </message> <message> <source>Tags</source> - <translation>Étiquettes</translation> + <translation>Balises</translation> </message> <message> <source>Genre:</source> @@ -670,7 +675,7 @@ </message> <message> <source>Convert</source> - <translation>Convertir</translation> + <translation>Convertion</translation> </message> <message> <source>Start conversion process</source> @@ -714,7 +719,7 @@ </message> <message> <source>Remove album from project</source> - <translation>Supprimer l'album du projet</translation> + <translation>Supprime l'album du projet</translation> </message> <message> <source>Ctrl+Del</source> @@ -809,12 +814,12 @@ <message> <source>Add CUE or audio file</source> <comment>OpenFile dialog title</comment> - <translation>Ajouter un fichier CUE ou audio</translation> + <translation>Ajoute un fichier CUE ou audio</translation> </message> <message> <source>Select audio file</source> <comment>OpenFile dialog title</comment> - <translation>Sélectionner le fichier audio</translation> + <translation>Sélectionne le fichier audio</translation> </message> <message> <source>Select directory</source>
View file
v0.9.2.tar.gz/translations/flacon_gl.ts -> v0.9.3.tar.gz/translations/flacon_gl.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_hu.ts -> v0.9.3.tar.gz/translations/flacon_hu.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_it.ts -> v0.9.3.tar.gz/translations/flacon_it.ts
Changed
@@ -7,35 +7,35 @@ </message> <message> <source>About</source> - <translation type="unfinished"/> + <translation>Informazioni</translation> </message> <message> <source>Author</source> - <translation type="unfinished"/> + <translation>Autore</translation> </message> <message> <source>Thanks</source> - <translation type="unfinished"/> + <translation>Ringraziamenti</translation> </message> <message> <source>Translations</source> - <translation type="unfinished"/> + <translation>Traduzioni</translation> </message> <message> <source>External programs</source> - <translation type="unfinished"/> + <translation>Programmi esterni</translation> </message> <message> <source>Homepage: %1</source> - <translation type="unfinished"/> + <translation>Homepage: %1</translation> </message> <message> <source>License: %1</source> - <translation type="unfinished"/> + <translation>Licenza: %1</translation> </message> <message> <source>Special thanks to:</source> - <translation type="unfinished"/> + <translation>Ringraziamento speciale a:</translation> </message> <message> <source>Flacon uses external programs. Many thanks to their authors!</source> @@ -47,32 +47,37 @@ </message> <message> <source>Copyright: %1-%2 %3</source> - <translation type="unfinished"/> + <translation>Copyright: %1-%2 %3</translation> </message> <message> <source>WavPack support patch</source> - <translation type="unfinished"/> + <translation>Patch di supporto WavPack</translation> </message> <message> <source>Application icon, Packaging</source> - <translation type="unfinished"/> + <translation>Icona applicazione, pacchettizzazione</translation> </message> <message> <source>Packaging, testing</source> - <translation type="unfinished"/> + <translation>Pacchettizzazione, testing</translation> </message> <message> <source>Improvements in the UI</source> - <translation type="unfinished"/> + <translation>Miglioramenti all'interfaccia grafica</translation> </message> <message> <source>Flacon is translated into many languages thanks to the work of the translation teams all over the world.</source> - <translation type="unfinished"/> + <translation>Flacon è tradotto in molte lingue grazie al lavoro dei team di traduzione di tutto il mondo.</translation> </message> <message> <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name> @@ -162,11 +167,11 @@ <name>ConfigDialog</name> <message> <source>Preferences</source> - <translation type="unfinished"/> + <translation>Preferenze</translation> </message> <message> <source>General configuration</source> - <translation type="unfinished"/> + <translation>Configurazione generale</translation> </message> <message> <source>Thread count:</source>
View file
v0.9.2.tar.gz/translations/flacon_pl.ts -> v0.9.3.tar.gz/translations/flacon_pl.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_pl_PL.ts -> v0.9.3.tar.gz/translations/flacon_pl_PL.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_pt_BR.ts -> v0.9.3.tar.gz/translations/flacon_pt_BR.ts
Changed
@@ -71,6 +71,11 @@ </message> <message> <source>Flacon account on github.com</source> + <translation>Conta do Flacon no github.com</translation> + </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> <translation type="unfinished"/> </message> </context> @@ -865,7 +870,9 @@ If the path is left empty or starts with "." (dot), the result files will be placed in the same directory as the source.</source> <comment>Main form tooltip for "Directory" edit</comment> - <translation type="unfinished"/> + <translation>Você pode navegar no diretório de destino. Você também pode digitá-lo manualmente. + +Se o caminho for deixado em branco ou inicia com "." (ponto), os arquivos resultantes serão colocados no mesmo diretório que a fonte.</translation> </message> </context> <context>
View file
v0.9.2.tar.gz/translations/flacon_pt_PT.ts -> v0.9.3.tar.gz/translations/flacon_pt_PT.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_ro_RO.ts -> v0.9.3.tar.gz/translations/flacon_ro_RO.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_ru.ts -> v0.9.3.tar.gz/translations/flacon_ru.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation>Учетная запись "Flacon" на github.com.</translation> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation>Баг-трекер %1</translation> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_si_LK.ts -> v0.9.3.tar.gz/translations/flacon_si_LK.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_uk.ts -> v0.9.3.tar.gz/translations/flacon_uk.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/flacon_zh_CN.desktop -> v0.9.3.tar.gz/translations/flacon_zh_CN.desktop
Changed
@@ -14,3 +14,7 @@ # Translations +Icon[zh_CN]=flacon +Comment[zh_CN]=从 CD 镜像提取单独曲目。 +GenericName[zh_CN]=音频文件编码器 +Name[zh_CN]=Flacon
View file
v0.9.2.tar.gz/translations/flacon_zh_CN.ts -> v0.9.3.tar.gz/translations/flacon_zh_CN.ts
Changed
@@ -3,39 +3,39 @@ <name>AboutDialog</name> <message> <source>About Flacon</source> - <translation type="unfinished"/> + <translation>关于Flacon</translation> </message> <message> <source>About</source> - <translation type="unfinished"/> + <translation>关于</translation> </message> <message> <source>Author</source> - <translation type="unfinished"/> + <translation>作者</translation> </message> <message> <source>Thanks</source> - <translation type="unfinished"/> + <translation>致谢</translation> </message> <message> <source>Translations</source> - <translation type="unfinished"/> + <translation>翻译</translation> </message> <message> <source>External programs</source> - <translation type="unfinished"/> + <translation>外部程序</translation> </message> <message> <source>Homepage: %1</source> - <translation type="unfinished"/> + <translation>主页: %1</translation> </message> <message> <source>License: %1</source> - <translation type="unfinished"/> + <translation>证书: %1</translation> </message> <message> <source>Special thanks to:</source> - <translation type="unfinished"/> + <translation>特别感谢:</translation> </message> <message> <source>Flacon uses external programs. Many thanks to their authors!</source> @@ -43,35 +43,40 @@ </message> <message> <source>Extracts individual tracks from one big audio file containing the entire album.</source> - <translation type="unfinished"/> + <translation>从包含整个专辑的音频文件中提取出单个曲目。</translation> </message> <message> <source>Copyright: %1-%2 %3</source> - <translation type="unfinished"/> + <translation>版权: %1-%2 %3</translation> </message> <message> <source>WavPack support patch</source> - <translation type="unfinished"/> + <translation>WavPach 支持补丁</translation> </message> <message> <source>Application icon, Packaging</source> - <translation type="unfinished"/> + <translation>应用程序图标,程序打包。</translation> </message> <message> <source>Packaging, testing</source> - <translation type="unfinished"/> + <translation>打包和测试。</translation> </message> <message> <source>Improvements in the UI</source> - <translation type="unfinished"/> + <translation>UI的改进</translation> </message> <message> <source>Flacon is translated into many languages thanks to the work of the translation teams all over the world.</source> - <translation type="unfinished"/> + <translation>Flacon在世界各地翻译小组的帮助下有了各种语言的版本。</translation> </message> <message> <source>Flacon account on github.com</source> - <translation type="unfinished"/> + <translation>Flacon 在github.com 的网址</translation> + </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation>出错的曲目 %1</translation> </message> </context> <context> @@ -79,7 +84,7 @@ <message> <source>Auto detect</source> <comment>Codepage auto detection</comment> - <translation type="unfinished"/> + <translation>自动检测</translation> </message> <message> <source>Unicode (UTF-8)</source> @@ -162,124 +167,124 @@ <name>ConfigDialog</name> <message> <source>Preferences</source> - <translation type="unfinished"/> + <translation>首选项</translation> </message> <message> <source>General configuration</source> - <translation type="unfinished"/> + <translation>通用设置</translation> </message> <message> <source>Thread count:</source> - <translation type="unfinished"/> + <translation>线程计数:</translation> </message> <message> <source>The number of threads in the conversion process.</source> - <translation type="unfinished"/> + <translation>线程数</translation> </message> <message> <source>Temporary directory:</source> - <translation type="unfinished"/> + <translation>临时目录:</translation> </message> <message> <source>Default codepage:</source> - <translation type="unfinished"/> + <translation>默认字符编码</translation> </message> <message> <source>Per track CUE</source> - <translation type="unfinished"/> + <translation>每个音轨创建CUE文件</translation> </message> <message> <source>Create per track CUE</source> - <translation type="unfinished"/> + <translation>每个音轨创建CUE文件</translation> </message> <message> <source>First track pregap:</source> - <translation type="unfinished"/> + <translation>第一个音轨的片首留白:</translation> </message> <message> <source>Rescan</source> - <translation type="unfinished"/> + <translation>重新扫描</translation> </message> <message> <source>Full path of the external applications</source> - <translation type="unfinished"/> + <translation>外挂程序的完整路径</translation> </message> <message> <source>Extract to separate file</source> - <translation type="unfinished"/> + <translation>提取成单独文件</translation> </message> <message> <source>Add to first track</source> - <translation type="unfinished"/> + <translation>添加到第一个音轨</translation> </message> <message> <source>General</source> - <translation type="unfinished"/> + <translation>常规</translation> </message> <message> <source>Programs</source> - <translation type="unfinished"/> + <translation>程序</translation> </message> <message> <source>Select temporary directory</source> - <translation type="unfinished"/> + <translation>选择临时目录</translation> </message> </context> <context> <name>ConfigPage_Aac</name> <message> <source>AAC encoding configuration</source> - <translation type="unfinished"/> + <translation>AAC 编码配置</translation> </message> <message> <source>Use quality setting (recommended)</source> - <translation type="unfinished"/>
View file
v0.9.2.tar.gz/translations/flacon_zh_TW.ts -> v0.9.3.tar.gz/translations/flacon_zh_TW.ts
Changed
@@ -73,6 +73,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"/> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"/> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/src.flacon.ts -> v0.9.3.tar.gz/translations/src.flacon.ts
Changed
@@ -75,6 +75,11 @@ <source>Flacon account on github.com</source> <translation type="unfinished"></translation> </message> + <message> + <source>Bug tracker %1</source> + <comment>About dialog, About tab</comment> + <translation type="unfinished"></translation> + </message> </context> <context> <name>CodePageComboBox</name>
View file
v0.9.2.tar.gz/translations/translators_zh_CN.info -> v0.9.3.tar.gz/translations/translators_zh_CN.info
Changed
@@ -2,12 +2,12 @@ # translator_1_nameEnglish = Translator 1. Your name in English. -# translator_1_nameNative = Translator 1. Your name in the native language. -translator_1_contact = code.google.com/u/112183710133488105576/ +translator_1_nameNative = Hillwood Yang +translator_1_contact = hillwoodroc@gmail.com -# translator_2_nameEnglish = Translator 2. Your name in English. -# translator_2_nameNative = Translator 2. Your name in the native language. -# translator_2_contact = Translator 2. Contact information, email or web site address. +translator_2_nameEnglish = Near +translator_2_nameNative = Near +translator_2_contact = fengyeat1120@gmail.com # translator_3_nameEnglish = Translator 3. Your name in English. # translator_3_nameNative = Translator 3. Your name in the native language.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.