Hello community, here is the log from the commit of package rocs for openSUSE:Factory checked in at 2013-05-16 18:14:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocs (Old) and /work/SRC/openSUSE:Factory/.rocs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocs" Changes: -------- --- /work/SRC/openSUSE:Factory/rocs/rocs.changes 2013-04-18 10:43:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes 2013-05-16 18:14:56.000000000 +0200 @@ -1,0 +2,8 @@ +Sat May 4 17:01:48 UTC 2013 - [email protected] + +- Update to 4.10.3 + * Bugfix release + * See http://www.kde.org/announcements/announce-4.10.3.php + * resolves bnc#818500 + +------------------------------------------------------------------- Old: ---- rocs-4.10.2.tar.xz New: ---- rocs-4.10.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocs.spec ++++++ --- /var/tmp/diff_new_pack.WHNpIf/_old 2013-05-16 18:14:56.000000000 +0200 +++ /var/tmp/diff_new_pack.WHNpIf/_new 2013-05-16 18:14:56.000000000 +0200 @@ -17,7 +17,7 @@ Name: rocs -Version: 4.10.2 +Version: 4.10.3 Release: 0 Summary: Graph Theory IDE License: GPL-3.0+ @@ -85,6 +85,7 @@ %{_kde4_appsdir}/rocs_rootedtree/ %{_kde4_bindir}/rocs %{_kde4_modulesdir}/rocs_* +%{_kde4_iconsdir}/hicolor/*/apps/%{name}.png %{_kde4_servicesdir}/rocs_* %{_kde4_servicetypesdir}/*.desktop ++++++ rocs-4.10.2.tar.xz -> rocs-4.10.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/App/CMakeLists.txt new/rocs-4.10.3/App/CMakeLists.txt --- old/rocs-4.10.2/App/CMakeLists.txt 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/App/CMakeLists.txt 2013-05-03 06:38:39.000000000 +0200 @@ -87,7 +87,7 @@ # needed to get icon on windows kde4_add_app_icon( rocs_SRCS - ${CMAKE_CURRENT_SOURCE_DIR}/../graphics/hi16-app-rocs.png + ${CMAKE_CURRENT_SOURCE_DIR}/../graphics/global/hi*-app-rocs.png ) kde4_add_executable( rocs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/App/rocs.desktop new/rocs-4.10.3/App/rocs.desktop --- old/rocs-4.10.2/App/rocs.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/App/rocs.desktop 2013-05-03 06:38:39.000000000 +0200 @@ -93,7 +93,7 @@ Comment[es]=Herramienta de teoría de grafos para profesores y estudiantes. Comment[et]=Graafiteooria tööriist nii professoritele kui ka tudengitele. Comment[fi]=Graafiteoriatyökalu professoreille ja opiskelijoille -Comment[fr]=Outils de théorie des graphes pour les professeurs et les étudiants. +Comment[fr]=Outil de théorie des graphes pour les professeurs et les étudiants. Comment[ga]=Uirlis Graftheoirice le haghaidh Ollúna agus Mic Léinn. Comment[gl]=Ferramenta de teoría de gráficos para profesorado e alumnado Comment[hu]=Gráfelméleti eszköz tanároknak és diákoknak. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/DataStructures/Graph/rocs_GraphStructure.desktop new/rocs-4.10.3/RocsCore/DataStructures/Graph/rocs_GraphStructure.desktop --- old/rocs-4.10.2/RocsCore/DataStructures/Graph/rocs_GraphStructure.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/DataStructures/Graph/rocs_GraphStructure.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -49,6 +49,7 @@ Name[sk]=Graf Name[sl]=Graf Name[sv]=Graf +Name[tr]=Grafik Name[ug]=گرافىك Name[uk]=Граф Name[x-test]=xxGraphxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/DataStructures/LinkedList/rocs_ListStructure.desktop new/rocs-4.10.3/RocsCore/DataStructures/LinkedList/rocs_ListStructure.desktop --- old/rocs-4.10.2/RocsCore/DataStructures/LinkedList/rocs_ListStructure.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/DataStructures/LinkedList/rocs_ListStructure.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -39,6 +39,7 @@ Name[sk]=Prepojený zoznam Name[sl]=Povezan seznam Name[sv]=Länkad lista +Name[tr]=Bağlı Liste Name[uk]=Зв’язний список Name[x-test]=xxLinked Listxx Name[zh_CN]=链表 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/DataStructures/RootedTree/rocs_RootedTreeStructure.desktop new/rocs-4.10.3/RocsCore/DataStructures/RootedTree/rocs_RootedTreeStructure.desktop --- old/rocs-4.10.2/RocsCore/DataStructures/RootedTree/rocs_RootedTreeStructure.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/DataStructures/RootedTree/rocs_RootedTreeStructure.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -23,7 +23,7 @@ Name[es]=Árbol con raíz Name[et]=Juurega puu Name[fi]=Juurellinen puu -Name[fr]=Arbre enraciné +Name[fr]=Arborescence Name[gl]=Árbore con raíz Name[hu]=Gyökeres fa Name[it]=Albero con radice @@ -38,6 +38,7 @@ Name[sk]=Korene stromu Name[sl]=Drevo s korenom Name[sv]=Rotat träd +Name[tr]=Kök Ağacı Name[uk]=Кореневе дерево Name[x-test]=xxRooted Treexx Name[zh_TW]=有根的樹狀圖 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/dotFileFormat/DotGrammar.cpp new/rocs-4.10.3/RocsCore/LoadSave/Plugins/dotFileFormat/DotGrammar.cpp --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/dotFileFormat/DotGrammar.cpp 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/dotFileFormat/DotGrammar.cpp 2013-05-03 06:38:39.000000000 +0200 @@ -177,9 +177,9 @@ | subgraph ); - attr_stmt = ( (distinct::keyword["graph"][ref(phelper->attributed)="graph"] >> attr_list[&applyAttributeList])[&setDataStructureAttributes] - | (distinct::keyword["node"][ref(phelper->attributed)="node"] >> attr_list[&applyAttributeList]) - | (distinct::keyword["edge"][ref(phelper->attributed)="edge"] >> attr_list[&applyAttributeList]) + attr_stmt = ( (distinct::keyword["graph"][phx::ref(phelper->attributed)="graph"] >> attr_list[&applyAttributeList])[&setDataStructureAttributes] + | (distinct::keyword["node"][phx::ref(phelper->attributed)="node"] >> attr_list[&applyAttributeList]) + | (distinct::keyword["edge"][phx::ref(phelper->attributed)="edge"] >> attr_list[&applyAttributeList]) ); attr_list = '[' >> -a_list >>']'; @@ -188,14 +188,14 @@ >> -char_(',') >> -a_list; edge_stmt = ( - (node_id[&edgebound] | subgraph) >> edgeRHS >> -(attr_list[ref(phelper->attributed)="edge"]) + (node_id[&edgebound] | subgraph) >> edgeRHS >> -(attr_list[phx::ref(phelper->attributed)="edge"]) )[&createAttributeList][&applyAttributeList][&createPointers][&removeAttributeList]; edgeRHS = edgeop[&checkEdgeOperator] >> (node_id[&edgebound] | subgraph) >> -edgeRHS; node_stmt = ( node_id[&createData] >> -attr_list - )[ref(phelper->attributed)="node"][&createAttributeList][&applyAttributeList][&setDataAttributes][&removeAttributeList]; + )[phx::ref(phelper->attributed)="node"][&createAttributeList][&applyAttributeList][&setDataAttributes][&removeAttributeList]; node_id = ID >> -port; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -34,6 +34,7 @@ Name[sk]=Grafický súborový plugin Rocs DOT Name[sl]=Vstavek datotek grafov DOT za Rocs Name[sv]=Rocs insticksprogram för DOT-graffil +Name[tr]=Rocs DOT Grafik Dosya Eklentisi Name[uk]=Додаток роботи з файлами графів DOT Rocs Name[x-test]=xxRocs DOT Graph File Pluginxx Name[zh_TW]=Rocs DOT 圖形檔外掛程式 @@ -63,6 +64,7 @@ Comment[sk]=Čítanie a zápis grafických dokumentov Graphviz (DOT) Comment[sl]=Branje in pisanje dokumentov grafov Graphviz (DOT) Comment[sv]=Läs och skriv Graphviz-grafdokument (DOT). +Comment[tr]=Graphviz grafik belgelerini oku ve yaz (DOT) Comment[uk]=Читання і запис файлів документів графів Graphviz (DOT) Comment[x-test]=xxRead and write Graphviz graph documents (DOT)xx Comment[zh_TW]=讀寫 Graphviz 圖形檔 (DOT)。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -34,6 +34,7 @@ Name[sk]=Grafický súborový plugin Rocs Name[sl]=Vstavek datotek grafov GML za Rocs Name[sv]=Rocs insticksprogram för GML-graffil +Name[tr]=Rocs GML Grafik Dosya Eklentisi Name[uk]=Додаток роботи з файлами графів GML Rocs Name[x-test]=xxRocs GML Graph File Pluginxx Name[zh_TW]=Rocs GML 圖形檔案外掛程式 @@ -48,7 +49,7 @@ Comment[es]=Leer y escribir documentos del lenguaje de marcas de grafos (GML) Comment[et]=GML (Graph Markup Language) dokumentide lugemine ja kirjutamine. Comment[fi]=Lukee ja kirjoittaa Graph Markup Language (GML) -tiedostoja -Comment[fr]=Lit et écrit des documents du langage de balisage Graph (GML) +Comment[fr]=Lit et écrit des documents au format « Graph Markup Language » (GML) Comment[gl]=Le e escribe documentos na linguaxe de etiquetaxe de gráficos (GML) Comment[hu]=Gráf jelölő nyelv dokumentumok (GML) olvasása és írása Comment[it]=Leggi e scrivi i documenti scritti in Graph Markup Language (GML) @@ -62,6 +63,7 @@ Comment[sk]=Čítanie a zápis dokumentov Graph Markup Language (GML) Comment[sl]=Branje in pisanje dokumentov grafov Graph Markup Language (GML) Comment[sv]=Läs och skriv GML-dokument (Graph Markup Language) +Comment[tr]=Graph İşaret Dili belgelerini oku ve yaz (GML) Comment[uk]=Читання і запис файлів у форматі Graph Markup Language (GML). Comment[x-test]=xxRead and write Graph Markup Language documents (GML)xx Comment[zh_TW]=讀寫 Graph Markup Language 文件 (GML) 。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -34,6 +34,7 @@ Name[sk]=Grafický súborový plugin Rocs KML Name[sl]=Vstavek datotek grafov KML za Rocs Name[sv]=Rocs insticksprogram för KML-graffil +Name[tr]=Rocs KML Grafik Dosya Eklentisi Name[uk]=Додаток роботи з файлами графів KML Rocs Name[x-test]=xxRocs KML Graph File Pluginxx Name[zh_TW]=Rocs KML 檔案外掛程式 @@ -48,7 +49,7 @@ Comment[es]=Leer y escribir documentos del lenguaje de marcas Keyhole (KML) Comment[et]=KML (Keyhole Markup Language) dokumentide lugemine ja kirjutamine. Comment[fi]=Lukee ja kirjoittaa Keyhole Markup Language (KML) -tiedostoja -Comment[fr]=Lit et écrit des documents du langage de balisage Keyhole (KML). +Comment[fr]=Lit et écrit des documents au format « Keyhole Markup Language » (KML). Comment[gl]=Le e escribe ficheiros na linguaxe de etiquetaxe Keyhole Comment[hu]=Keyhole jelölő nyelv dokumentumok (KML) olvasása és írása Comment[it]=Leggi e scrivi i documenti scritti in Keyhole Markup Language (GML) @@ -62,6 +63,7 @@ Comment[sk]=Čítanie a zápis dokumentov Keyhole markup Language (KML) Comment[sl]=Branje in pisanje dokumentov grafov Keyhole Markup Language (KML) Comment[sv]=Läs och skriv KML-filer (Keyhole Markup Language) +Comment[tr]=Keyhole İşaret Dili belgelerini oku ve yaz (KML) Comment[uk]=Читання і запис файлів у форматі Keyhole Markup Language (KML). Comment[x-test]=xxRead and write Keyhole Markup Language documents (KML)xx Comment[zh_TW]=讀寫 Keyhole Markup Language 文件 (KML) 。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -34,6 +34,7 @@ Name[sk]=Grafický súborový plugin Rocs TGF Name[sl]=Vstavek datotek grafov TGF za Rocs Name[sv]=Rocs insticksprogram för TGF-graffil +Name[tr]=Rocs TGF Grafik Dosya Eklentisi Name[uk]=Додаток роботи з файлами графів TGF Rocs Name[x-test]=xxRocs TGF Graph File Pluginxx Name[zh_TW]=Rocs TGF 檔案外掛程式 @@ -47,7 +48,7 @@ Comment[es]=Leer y escribir documentos de grafos en el formato de grafos Trivial (TGF) Comment[et]=TGF (Trivial Graph Format) vormingus graafidokumentide lugemine ja kirjutamine Comment[fi]=Lukee ja kirjoittaa Trivial Graph Format (TGF) -muotoisia graafitiedostoja -Comment[fr]=Lit et écrit de documents de graphe en format de graphe Trivial (TGF) +Comment[fr]=Lit et écrit de documents de graphe au format « Trivial Graph Format » (TGF) Comment[gl]=Le e escribe documentos gráficos co Trivial Graph Format (TGF) Comment[hu]=Gráfdokumentumok olvasása és írása Triviális gráf formátumban (TGF) Comment[it]=Leggi e scrivi i documenti scritti in Trivial Graph Format (TGF) @@ -61,6 +62,7 @@ Comment[sk]=Čítať a zapisovať grafické dokumenty v triviálnom grafickom formáte (TGF) Comment[sl]=Branje in pisanje dokumentov grafov Trivial Graph Format (TGF) Comment[sv]=Läs och skriv grafdokument med Trivial Graph-format (TGF) +Comment[tr]=Grafik belgelerini Küçük Grafik Biçiminde oku ve yaz (TGF) Comment[uk]=Читання і запис документів графів у форматі звичайного графу (TGF) Comment[x-test]=xxRead and write graph documents in Trivial Graph Format (TGF)xx Comment[zh_TW]=讀寫 Trivial Graph Format (TGF) 格式的圖形檔。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -33,6 +33,7 @@ Name[sk]=Exportný plugin súborov Rocs PGF/TikZ Graph Name[sl]=Vstavek izvoza datotek grafov PGF/TikZ za Rocs Name[sv]=Rocs exportinsticksprogram för PGF/TikZ-graffiler +Name[tr]=Rocs PGF/TikZ Grafik Dosya Aktarma Eklentisi Name[uk]=Додаток експортування файлів графів PGF/TikZ Rocs Name[x-test]=xxRocs PGF/TikZ Graph File Export Pluginxx Name[zh_TW]=Rocs PGF/TikZ 圖形檔匯出外掛程式 @@ -46,7 +47,7 @@ Comment[es]=Escribe documentos de grafos en el formato PGF/TikZ para usar en documentos LaTeX Comment[et]=Graafidokumentide kirjutamine PGF/TikZ vormingus kasutamiseks LaTeXi dokumentides Comment[fi]=Kirjoittaa PGF/-TikZ-muotoisia graafitiedostoja LaTeX-tiedostoissa käyttämiseen -Comment[fr]=Écrit des documents de graphes dans le format PGF / TikZ pour utilisation dans des documents LaTeX +Comment[fr]=Écrit des documents de graphes au format PGF / TikZ pour utilisation dans des documents LaTeX Comment[gl]=Escribe documentos de gráficos no formato PGF/TikZ para usar en documentos de LaTeX Comment[hu]=PGF/TikZ formátumba ír gráfdokumentumokat, hogy használni lehessen LaTeX dokumentumokban Comment[it]=Scrive grafi in formato PGF/TikZ per usarli nei documenti LaTeX @@ -60,6 +61,7 @@ Comment[sk]=Zapíše grafické dokumenty do formátu PGF/TikZ na použitie s dokumentmi LaTeX Comment[sl]=Zapiše dokumente grafov v zapisu PGF/TikZ za uporabo v dokumentih LaTeX Comment[sv]=Skriver grafdokument med PGF/TikZ-format för användning i Latex-dokument +Comment[tr]=LaTeX belgelerinde kullanmak üzere grafik belgelerini PGF/TikZ biçiminde yazar Comment[uk]=Запис документів графів у форматі PGF/TikZ з метою наступного використання у документах LaTeX Comment[x-test]=xxWrites graph documents in PGF/TikZ format for use in LaTeX documentsxx Comment[zh_TW]=寫入 PGF/TikZ 格式的圖形文件,以便在 LaTeX 文件中使用 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/LoadSave/RocsGraphFilePlugin.desktop new/rocs-4.10.3/RocsCore/LoadSave/RocsGraphFilePlugin.desktop --- old/rocs-4.10.2/RocsCore/LoadSave/RocsGraphFilePlugin.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/LoadSave/RocsGraphFilePlugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -33,6 +33,7 @@ Comment[sk]=Plugin súborov Rocs Comment[sl]=Vstavek za datoteke Rocs Comment[sv]=Rocs filinsticksprogram +Comment[tr]=Rocs Dosya Eklentisi Comment[ug]=Rocs ھۆججەت قىستۇرمىسى Comment[uk]=Додаток роботи з файлами Rocs Comment[x-test]=xxRocs File Pluginxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/RocsCoreExport.h new/rocs-4.10.3/RocsCore/RocsCoreExport.h --- old/rocs-4.10.2/RocsCore/RocsCoreExport.h 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/RocsCoreExport.h 2013-05-03 06:38:39.000000000 +0200 @@ -24,7 +24,7 @@ #include <kdemacros.h> #ifndef ROCSLIB_EXPORT -# if defined(MAKE_ROCSLIB_LIB) +# if defined(MAKE_ROCSCORE_LIB) // We are building this library # define ROCSLIB_EXPORT KDE_EXPORT # else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/RocsCore/RocsDataStructurePlugin.desktop new/rocs-4.10.3/RocsCore/RocsDataStructurePlugin.desktop --- old/rocs-4.10.2/RocsCore/RocsDataStructurePlugin.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/RocsCore/RocsDataStructurePlugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -16,7 +16,7 @@ Comment[es]=Complemento de estructura de datos para Rocs Comment[et]=Rocsi andmestruktuuri plugin Comment[fi]=Rocsin tietorakenneliitännäinen -Comment[fr]=Module externe de structure de données Rocs +Comment[fr]=Module externe de structures de données Rocs Comment[gl]=Engadido da estrutura de datos de Rocs Comment[hu]=Rocs adatstruktúra bővítmény Comment[it]=Estensione di strutture dati di Rocs @@ -34,6 +34,7 @@ Comment[sk]=Plugin dátovej štruktúry Rocs Comment[sl]=Vstavek podatkovne strukture za Rocs Comment[sv]=Rocs datastrukturinsticksprogram +Comment[tr]=Rocs Veri Yapı Eklentisi Comment[ug]=Rocs سانلىق-مەلۇمات قۇرۇلما قىستۇرمىسى Comment[uk]=Додаток структури даних Rocs Comment[x-test]=xxRocs Data Structure Pluginxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/VisualEditor/Tools/AssignValues/rocs_assignvaluesplugin.desktop new/rocs-4.10.3/VisualEditor/Tools/AssignValues/rocs_assignvaluesplugin.desktop --- old/rocs-4.10.2/VisualEditor/Tools/AssignValues/rocs_assignvaluesplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/VisualEditor/Tools/AssignValues/rocs_assignvaluesplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -24,7 +24,7 @@ Name[es]=Asignar valores Name[et]=Väärtuste omistamine Name[fi]=Sijoita arvot -Name[fr]=Affectation de valeurs +Name[fr]=Assigner des valeurs Name[gl]=Asignar valores Name[hu]=Érték-hozzárendelés Name[it]=Assegna valori @@ -42,6 +42,7 @@ Name[sk]=Priradiť hodnoty Name[sl]=Dodeli vrednosti Name[sv]=Tilldela värden +Name[tr]=Değerleri Ata Name[ug]=تەقسىملەنگەن قىممەتلەر Name[uk]=Додавання значень Name[x-test]=xxAssign Valuesxx @@ -57,7 +58,7 @@ Comment[es]=Asignar valores a aristas de grafos y a nodos. Comment[et]=Väärtuste omistamine graafi seostele ja tippudele. Comment[fi]=Sijoita arvot graafin viivoihin ja solmuihin. -Comment[fr]=Affecte des valeurs aux arêtes et aux sommets d'un graphe. +Comment[fr]=Assigne des valeurs aux arêtes et aux sommets d'un graphe. Comment[gl]=Asigna valores ás arestas e vértices do gráfico. Comment[hu]=Értékek hozzárendelése a gráf éleihez és csúcsaihoz. Comment[it]=Assegna valori ad archi e nodi di un grafo. @@ -74,6 +75,7 @@ Comment[sk]=Priradiť hodnoty k okrajom grafu a uzlom. Comment[sl]=Povezavam in vozliščem grafa dodeli vrednosti. Comment[sv]=Tilldela värden till grafkanter och noder. +Comment[tr]=Değerleri grafik kenarlarına ve düğümlerine ata Comment[uk]=Додавання значень до ребер та вузлів графу. Comment[x-test]=xxAssign values to graph edges and nodes.xx Comment[zh_CN]=给图的边和节点赋值。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop new/rocs-4.10.3/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop --- old/rocs-4.10.2/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -25,7 +25,7 @@ Name[es]=Generar grafo Name[et]=Graafiku genereerimine Name[fi]=Generoi graafi -Name[fr]=Génération de graphes +Name[fr]=Générer un graphe Name[gl]=Xerar un gráfico Name[hu]=Gráf készítése Name[it]=Genera grafo @@ -44,6 +44,7 @@ Name[sk]=Generovať graf Name[sl]=Ustvari graf Name[sv]=Skapa graf +Name[tr]=Grafik Oluştur Name[uk]=Створення графу Name[x-test]=xxGenerate Graphxx Name[zh_CN]=生成图 @@ -75,6 +76,7 @@ Comment[sk]=Toto generuje nový graf podľa vzoru. Comment[sl]=Po vzorcu ustvari nov graf. Comment[sv]=Skapar en ny häftig graf. +Comment[tr]=Bu, bir desene göre bir grafik oluşturur. Comment[uk]=Створює новий граф за шаблоном. Comment[x-test]=xxThis generates a new graph by a pattern.xx Comment[zh_CN]=将生成一个类型的图。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/VisualEditor/Tools/RocsToolsPlugin.desktop new/rocs-4.10.3/VisualEditor/Tools/RocsToolsPlugin.desktop --- old/rocs-4.10.2/VisualEditor/Tools/RocsToolsPlugin.desktop 2013-03-29 08:03:44.000000000 +0100 +++ new/rocs-4.10.3/VisualEditor/Tools/RocsToolsPlugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -35,6 +35,7 @@ Comment[sk]=Plugin nástroja Rocs Comment[sl]=Vstavek orodij za Rocs Comment[sv]=Rocs verktygsinsticksprogram +Comment[tr]=Rocs Araç Eklentisi Comment[ug]=Rocs قورال قىستۇرمىسى Comment[uk]=Додаток інструмента Rocs Comment[x-test]=xxRocs Tool Pluginxx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/VisualEditor/Tools/TransformEdges/rocs_transformedgesplugin.desktop new/rocs-4.10.3/VisualEditor/Tools/TransformEdges/rocs_transformedgesplugin.desktop --- old/rocs-4.10.2/VisualEditor/Tools/TransformEdges/rocs_transformedgesplugin.desktop 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/VisualEditor/Tools/TransformEdges/rocs_transformedgesplugin.desktop 2013-05-03 06:38:41.000000000 +0200 @@ -23,7 +23,7 @@ Name[es]=Transformar aristas Name[et]=Seoste teisendamine Name[fi]=Muunna viivat -Name[fr]=Transformations des arêtes +Name[fr]=Transformer les arêtes Name[gl]=Transformar as arestas Name[hu]=Élek átalakítása Name[it]=Trasforma archi @@ -40,6 +40,7 @@ Name[sk]=Transformácia hrán Name[sl]=Preoblikuj povezave Name[sv]=Transformera kanter +Name[tr]=Kenarları Dönüştür Name[uk]=Перетворення ребер Name[x-test]=xxTransform Edgesxx Name[zh_CN]=转换边 @@ -71,6 +72,7 @@ Comment[sk]=Transformácia hrán grafu podľa transformačného pravidla. Comment[sl]=Po pravilu preoblikuje povezave grafa. Comment[sv]=Transformerar grafernas kanter med en transformeringsregel. +Comment[tr]=Grafik kenarlarını bir dönüştürme kuralı ile dönüştür. Comment[uk]=Перетворити ребра графу за правилом перетворення. Comment[x-test]=xxTransform graph edges by a transformation rule.xx Comment[zh_CN]=根据转换规则转换一个图的边。 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/VisualEditor/VisualEditorExport.h new/rocs-4.10.3/VisualEditor/VisualEditorExport.h --- old/rocs-4.10.2/VisualEditor/VisualEditorExport.h 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/VisualEditor/VisualEditorExport.h 2013-05-03 06:38:39.000000000 +0200 @@ -23,7 +23,7 @@ #include <kdemacros.h> #ifndef VISUALEDITOR_EXPORT -# if defined(MAKE_VISUALEDITOR_LIB) +# if defined(MAKE_ROCSVISUALEDITOR_LIB) // We are building this library # define VISUALEDITOR_EXPORT KDE_EXPORT # else Files old/rocs-4.10.2/doc/index.cache.bz2 and new/rocs-4.10.3/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/graphics/CMakeLists.txt new/rocs-4.10.3/graphics/CMakeLists.txt --- old/rocs-4.10.2/graphics/CMakeLists.txt 2013-03-01 07:51:29.000000000 +0100 +++ new/rocs-4.10.3/graphics/CMakeLists.txt 2013-05-03 06:38:39.000000000 +0200 @@ -1,4 +1,5 @@ add_subdirectory(iconpacks) +add_subdirectory(global) kde4_install_icons(${DATA_INSTALL_DIR}/rocs/icons) kde4_update_iconcache() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.10.2/graphics/global/CMakeLists.txt new/rocs-4.10.3/graphics/global/CMakeLists.txt --- old/rocs-4.10.2/graphics/global/CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/rocs-4.10.3/graphics/global/CMakeLists.txt 2013-05-03 06:38:39.000000000 +0200 @@ -0,0 +1,2 @@ +kde4_install_icons(${ICON_INSTALL_DIR}) +kde4_update_iconcache() Files old/rocs-4.10.2/graphics/global/hi16-app-rocs.png and new/rocs-4.10.3/graphics/global/hi16-app-rocs.png differ Files old/rocs-4.10.2/graphics/global/hi32-app-rocs.png and new/rocs-4.10.3/graphics/global/hi32-app-rocs.png differ Files old/rocs-4.10.2/graphics/global/hi48-app-rocs.png and new/rocs-4.10.3/graphics/global/hi48-app-rocs.png differ Files old/rocs-4.10.2/graphics/hi16-app-rocs.png and new/rocs-4.10.3/graphics/hi16-app-rocs.png differ Files old/rocs-4.10.2/graphics/hi32-app-rocs.png and new/rocs-4.10.3/graphics/hi32-app-rocs.png differ Files old/rocs-4.10.2/graphics/hi48-app-rocs.png and new/rocs-4.10.3/graphics/hi48-app-rocs.png differ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
